@charset "UTF-8";

teaser_wrap{overflow: hidden; height: 100%;  min-height: 100dvh; /* iOS 16+ */padding-bottom: env(safe-area-inset-bottom);}
.teaser_logo {background-color: #fff; height: 80px; display: flex; align-items: center; justify-content: center; }
.pc {
    margin: auto;
    display: table;
}

.m {
    margin: auto;
}

.pc img {
    max-width: 100%;
}

.m img {
    max-width: 100%;
    width: 100%;
}
.teaser_wrap{width: 100%; height: calc(100vh - 118px); position: relative;top:118px;min-height: 600px;font-family: 'Noto Sans Korean';}
.teaser_visual {height: 100%;}
.teaser_visual video {width: 100%; height: 100%; object-fit: cover; display: block;}
.teaser_visual_content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1920px; max-width: 100%; text-align: left; color: #fff; font-size: 40px; font-weight: 700; line-height: 1.2;}
.visual_content_item {font-size: 29px; font-weight: 700; line-height: 1.2;}
.eulyoo {font-family: 'Eulyoo1945', sans-serif !important;}
.visual_txt01 { font-size: 29px; font-weight: 400; line-height: 1.2; margin-bottom: 30px;color: #013668; letter-spacing: 1.5px; padding-left: 9px;}
.visual_txt02 { font-size: 72px; font-weight: 600; line-height: 1.2; margin-bottom: 30px;color: #013668; letter-spacing: 2px;}
.visual_txt02 > span { font-size: 50px; font-weight: 500; line-height: 1.2; margin-bottom: 30px;color: #013668; letter-spacing: -3px;}
.visual_txt_line {height: 1px; width: 291px; background-color: #4A4E4F;}

.visual_txt03 { font-size: 28px; font-weight: 500; line-height: 1; color: #4A4E4F; letter-spacing: 8px;  margin-top: 30px;}
.visual_txt04 {font-size: 50px; font-weight: 700; line-height: 1.2; margin-bottom: 30px;color: #ff6154; letter-spacing: 0px; margin-top: 15px;}

.test {width:295px;  height: 100px; background-color: #013668;}

.teaser_visual_content02 {width: 1920px; max-width: 100%; position: absolute; bottom: -160px; left: 50%; transform: translate(-50%, -50%);}
.teaser_visual_content02 ul {display: flex; width: 900px; height: 320px; }
.teaser_visual_content02 ul li {padding: 40px 30px; flex: 1; border-right: 1px solid #ffffff4f;}
.teaser_visual_content02 ul li:hover {background-color: #064099; transition: all 0.3s ease;}
.teaser_visual_content02 ul li:nth-child(3) {border-right: none;}
.teaser_visual_content02 ul li h2 {font-size: 30px; font-weight: 500; color: #fff;}
.teaser_visual_content02 ul li p {font-size: 18px; font-weight: 300; color: #fff; line-height: 1.5;}

.tell_us {width: 146px; height: 146px; position: absolute; bottom: 50px; right: -27px; transform: translate(-50%, -50%); background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;}
.tell_us_title {font-size: 17px; font-weight: 600; color: #000; line-height: 1;}
.tell_us_number {font-size: 24px; font-weight: 700; color: #000; margin-bottom: 5px; line-height: 1;}

.quick_menu {position: absolute;right: 30px;top: 50%;transform: translateY(-50%);z-index: 9;}
.quick_menu ul {display: flex; flex-direction: column; gap: 1px;}
.quick_menu ul li a { display: flex; gap: 7px; padding: 10px 5px; background-color: #214eb980; color: #fff; font-size: 15px; font-weight: 400; text-align: center; transition: all 0.3s ease; text-decoration: none; white-space: nowrap; writing-mode: horizontal-tb; flex-direction: column; align-items: center; height: 92px;  justify-content: center;}
.quick_menu ul li a:hover {background-color: #224EB9; transform: translateX(-5px);}
.quick_menu ul li a img {width: 50%;}
.quick_menu ul li:nth-child(3) a img {width: 40%;}
.quick_menu ul li a span {line-height: 1.2;}
.main_quick_btn { position: absolute; bottom: 100px; right: -424px; display: flex; gap: 10px; flex-direction: column; align-items: flex-end;}
.main_quick_btn a {font-size: 17px; color: #fff;display: flex; align-items: center; gap: 10px;}

.teaser_visual_txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1920px; max-width: 100%; text-align: center; color: #fff; font-size: 77px; font-weight: 600; }
.teaser_visual_txt p {font-family: 'Escoredream', sans-serif !important; text-shadow: 2px 2px 6px rgba(0,0,0,0.3); opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; margin: 0; line-height: 1.4;}
.teaser_visual_txt p > span {font-size: 54px; font-weight: 400;}
.teaser_visual_txt p > span .char {font-size: 54px; font-weight: 400;}
.teaser_visual_txt p > em {font-size: 65px; font-weight: 600; line-height: 0.85; margin: 0;}
.teaser_visual_txt p.active {opacity: 1;}
.teaser_visual_txt p .char {display: inline-block; opacity: 0; transition: opacity 0.3s ease; font-size: inherit; font-weight: inherit;}

/* 태블릿 (768px ~ 1023px) */
@media screen and (max-width: 1023px) {
    .teaser_logo {height: 60px;}
    .teaser_logo img {max-width: 200px;}
    .teaser_visual {}
    .teaser_visual_txt {font-size: 50px; padding: 0 20px;width: 100%;box-sizing: border-box;}
    .teaser_visual_txt p > span {font-size: 36px;}
    .teaser_visual_txt p > span .char {font-size: 36px;}
    .teaser_visual_txt p > em {font-size: 45px; line-height: 0.85; margin: 0;}
    .quick_menu {right: 15px; transform: translateY(-50%) scale(0.85);}
    .quick_menu ul li a {height: 80px; font-size: 13px; padding: 8px 4px;}
}

/* 모바일 (767px 이하) */
@media screen and (max-width: 767px) {
    .teaser_wrap{min-height: inherit;}
    .teaser_logo {height: 50px;}
    .teaser_logo img {max-width: 230px;}
    .teaser_visual {}
    .teaser_visual_txt {font-size: 32px; padding: 0 15px; line-height: 1.4; top: 45%;}
    .teaser_visual_txt p {line-height: 1.4;}
    .teaser_visual_txt p > span {font-size: 22px;}
    .teaser_visual_txt p > span .char {font-size: 22px;}
    .teaser_visual_txt p > em {font-size: 30px; line-height: 0.85; margin: 0;}
    .quick_menu {position: fixed; bottom: 0; top: auto; right: 0; left: 0; transform: none; width: 100%;}
    .quick_menu ul {flex-direction: row; gap: 0;}
    .quick_menu ul li {flex: 1;}
    .quick_menu ul li a {height: 47px; padding: 12px 5px; font-size: 13px; gap: 5px; writing-mode: horizontal-tb; flex-direction: column;}
    .quick_menu ul li a:hover {transform: none;}
    .quick_menu ul li a img {width: 30px; max-width: 40%;}
    .quick_menu ul li:nth-child(3) a img {width: 25px; max-width: 30%;}
    .quick_menu ul li a span {font-size: 13px; line-height: 1.1; word-break: keep-all;}
}
@media (max-width: 640px){
    .teaser_wrap{height: calc(100vh - 65px); ;top:65px;}
}

/* 작은 모바일 (480px 이하) */
@media screen and (max-width: 480px) {
    .teaser_logo {height: 45px;}
    .teaser_logo img {max-width: 200px;}
    .teaser_visual {}
    .teaser_visual_txt {font-size: 26px; padding: 0 10px;}
    .teaser_visual_txt p > span {font-size: 18px;}
    .teaser_visual_txt p > span .char {font-size: 18px;}
    .teaser_visual_txt p > em {font-size: 24px; line-height: 0.85; margin: 0;}
    .quick_menu ul li a {padding: 10px 3px; font-size: 13px; gap: 3px;}
    .quick_menu ul li a:hover {transform: none;}
    .quick_menu ul li a img {width: 25px;}
    .quick_menu ul li:nth-child(3) a img {width: 20px;}
    .quick_menu ul li a span {font-size: 13px;}
}
