/* ====== FONT IMPORT ====== */

/* 1) DRUK (Çìµå¶óÀÎ¿ë) */
@font-face {
  font-family: "Druk";
  src: url("../fonts/Druk-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 2) GT-Walsheim (º»¹®/¸®µå¿ë) */
@font-face {
  font-family: "GT-Walsheim";
  src: url("../fonts/GT-Walsheim.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* ====== LAYOUT ====== */

.new_contents .mr-wrap {
  max-width: 965px;
  margin: 0 auto;
  padding: 50px 0px 120px;
  text-align: center;
  color: #0a121a;
}


/* ====== TYPOGRAPHY ====== */

/* ÀÛÀº »ó´Ü ÅØ½ºÆ® */
.mr-hero-eyebrow {
  font-family: "Druk", Impact, "Arial Black", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: -0.5px;
}

/* Å« ´Ü¶ô ÅØ½ºÆ® (AMPLIFIED) */
.mr-hero-amplified {
  display: inline-block;
  font-family: "Druk", Impact, "Arial Black", sans-serif;
  font-size: 130px;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.02em;
  transform: skewX(-10deg);
  color: #1a1a1a;
}

/* ¾Æ·¡ ¼³¸í¹® (GT-WalsheimÀ¸·Î Àû¿ë) */
.mr-hero-lead {
  font-family: "GT-Walsheim", "Noto Sans KR", Arial, sans-serif;
  font-size: 22px;
  line-height: 2;
  margin: 0 auto;
}

.mr-video-wrap {
  width: 100%;
  max-width: 965px;
  margin: 60px auto 60px;
}

.mr-video-inner {
  position: relative;
  overflow: hidden;
}

/* ÀÌ¹ÌÁö + ºñµð¿À °øÅë */
.mr-video-inner img,
.mr-video-inner video {
  display: block;
  width: 100%;
  height: auto;
}

/* ºñµð¿À´Â Æ÷½ºÅÍ À§¿¡ °ãÃÄ³õ±â */
.mr-hero-video {
  position: absolute;
  inset: 0;
  opacity: 0;          /* Ã³À½¿£ ¼û°ÜµÒ (ÀÌ¹ÌÁö¸¸ º¸ÀÌ°Ô) */
  transition: opacity 0.3s ease;
}

.mr-video-poster {
  opacity: 1;
  transition: opacity 0.3s ease;
}


.mr-hero-black {
  margin: 40px 0 120px;
  padding: 64px 72px;
  background: #050915;              /* °ÅÀÇ °ËÁ¤¿¡ °¡±î¿î ³²»ö */
  color: #f7e4cb;
  display: flex;
  gap: 56px;
  align-items: center;
  box-sizing: border-box;
}

/* ¿ÞÂÊ ÅØ½ºÆ® ¿µ¿ª */
.mr-hero-black-left {
  flex: 1;
  text-align: left;
}

.mr-hero-black-left .title1 {
  font-family: "GT-Walsheim", "Noto Sans KR", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 24px;
}

.mr-hero-black-left .title2 {
  font-family: "GT-Walsheim", "Noto Sans KR", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* ¿À¸¥ÂÊ ÀÌ¹ÌÁö ¿µ¿ª */
.mr-hero-black-right {
  flex: 0.9;
  display: flex;
  justify-content: center;
}

.mr-hero-black-right > div {
  width: 100%;
  max-width: 430px;
  box-sizing: border-box;
}

.mr-hero-black-right img {
  display: block;
  width: 100%;
}

.mr-hero-intro .mr-hero-lead {
  text-align: center;
}

.mr-hero-intro .mdr {
  font-family: "Druk", Impact, "Arial Black", sans-serif;
  font-size: 28px;
  background-color: #f7e4cb;
  color: #0a121a;
  text-align: center;
  height: 100px;
  line-height: 180px;
}

.mr-hero-intro {
  padding: 100px 0;
}

/* 3°³ Ä«µå °¡·Î ¹è¿­ */
.mr-card-row {
  display: flex;
  gap: 24px;
  margin-top: 10px;
}

/* °³º° Ä«µå ¹Ú½º */
.small-frame {
  flex: 1;
  background: #f2f1ed;               /* »ìÂ¦ ¾ÆÀÌº¸¸® Åæ */
  border-radius: 10px;
  padding: 80px 30px;
  box-sizing: border-box;
  text-align: left;
}

/* ¾ÆÀÌÄÜ */
.small-frame-icon {
  display: block;
  height: 60px;
  margin-bottom: 50px;
}

/* Á¦¸ñ */
.small-frame-title {
  font-family: "GT-Walsheim", "Noto Sans KR", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 18px;
  color: #111111;
}

/* º»¹® */
.small-frame-text {
  font-family: "GT-Walsheim", "Noto Sans KR", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}
.mr-hero-intro-title {
  font-size: 34px;
  font-family: "Druk", Impact, "Arial Black", sans-serif;
}
.mr-hero-intro-title.small {
  font-size: 26px;
  font-weight: 400;
}
.mr-hero-intro-text {
  font-size: 16px;
  line-height: 30px;
  font-family: "GT-Walsheim", "Noto Sans KR", Arial, sans-serif;
  line-height: 1.6;
}
.mr-hero-intro-text2 {
  font-size: 100px;
  font-family: "Druk", Impact, "Arial Black", sans-serif;
  font-weight: 100;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}
.mr-hero-intro-text2.line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 10px;
  background: #ff5e6f; /* ÀÌ¹ÌÁöÃ³·³ ºÓÀº ÇÎÅ© */
  opacity: .9;
}
.btn {
  position: relative;
  margin-top: 50px;
  padding: 14px 20px;
  border-radius: 7px;
  background-color: #ff5e6f;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  transition: .25s ease;
}
.btn:hover {
  background-color: #0a121a;
}

.btn .arrow {
  margin-top: -4px;
  margin-left: 10px;
  transition: .25s ease;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  color: #ff5e6f;
  display: inline-block;
  line-height: 22px;
  font-weight: bold;
  font-size: 13px;
}

.btn:hover .arrow {
  transform: rotate(-45deg);
  color: #0a121a;
}  

.mr-hero-sand {
  background: #fff;              /* °ÅÀÇ °ËÁ¤¿¡ °¡±î¿î ³²»ö */
  color: #0a121a;
  display: flex;
  gap: 56px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
  opacity: 0;
  transform: translateY(160px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.9s ease;
  will-change: transform, opacity;
  margin-bottom: 20px;
}

.mr-hero-sand.show {
  opacity: 1;
  transform: translateY(0);
}

/* ¿ÞÂÊ ÅØ½ºÆ® ¿µ¿ª */
.mr-hero-sand-left {
  flex: 1;
  text-align: left;
  width: 50%;
  padding: 30px;
}

.mr-hero-sand-left .title1 {
  font-family: "Druk", Impact, "Arial Black", sans-serif;
  font-size: 66px;
  line-height: 1.5;
  
}

.mr-hero-sand-left .title2 {
  font-family: "GT-Walsheim", "Noto Sans KR", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mr-hero-sand-left .title2.small {
  color: #777;
  font-style: italic;
  font-size: 13px;
}

/* ¿À¸¥ÂÊ ÀÌ¹ÌÁö ¿µ¿ª */
.mr-hero-sand-right {
  justify-content: center;
  text-align: right;
  width: 50%;
}

.mr-hero-sand-right > div {
  width: 100%;
  box-sizing: border-box;
}

.mr-hero-sand-right img {
  display: block;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width:990px){
  .mr-hero-intro-text2 { font-size: 52px;}
}
/*
  .mr-hero-eyebrow { font-size: 30px;}
  .mr-hero-amplified { font-size: 94px;}
  .mr-hero-black { display: block;  padding: 64px 32px;}
  .mr-hero-black-left { margin-bottom: 10px;}
  .mr-hero-intro-title { font-size: 28px;}
  .mr-hero-intro .mr-hero-lead {
    font-size: 20px;
  }
  .small-frame-title {
    font-size: 29px;
  }
  .mr-card-row { display: block;}

   º»¹® 
  .small-frame-text { font-size: 16px;}
  .small-frame { margin-bottom: 10px;}
}
  */