﻿:root {
    --main-color: #004B66;
    --txt-color: #222222;
    --subBg-color: #EFF9FE;
    --px-size-12: 12px;
    --px-size-16: 16px;
    --px-size-20: 20px;
    --px-size-24: 24px;
    --hd_height: 4.5rem; 
}
::selection {  color: #fff;  background-color: var(--main-color)}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; 
   } 
  
   [type="checkbox"] {
    accent-color: var(--main-color);
    border-radius: 50%;
} 
.swiper-pagination-bullet-active{background: var(--main-color) !important;}
.bg-primary{background: var(--main-color);}
.text-primary{color: var(--main-color);}
.border-primary{border-color: var(--main-color);}
.text-gray-700{color: #4f4f4f;}
.t-gray{color: #4B5563;}
.t-gray p{color: #4B5563;}
[data-aos="fade-up"] {
    transform: translateY(30px) !important;
    opacity: 0 !important;
  }

  [data-aos="fade-up"].aos-animate {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  html {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
html *{
    letter-spacing: -0.025em;
    }

body{
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.reser .inner{padding: 3rem 1.5rem;}
.doctor .inner{padding: 0rem 0 7.5rem;}
.inner {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.inner_1200 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.inner_1120 {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
}

.nl {
    display: block;
    line-height: inherit;
}
.subBg{background: var(--subBg-color);padding: 0;position: relative;margin-top: 0;opacity: 0;position: fixed!important;z-index: -99999;min-height: 0px !important;top: 0px;left: 0px;}
.subBg::after{clear:both;content:'';display:block;background: var(--subBg-color);position: absolute;height: 100%;width: 100vw;position: absolute;left: calc(50% - 50vw);top: 0;z-index: -1;}
.bold {
    font-weight: 700 !important;
}

.pt {
    color: var(--main-color);
}

p.pt_tit {
    position: relative;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}

.bar {
    position: relative;
}

.bar::before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 24px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color);
}

.align-content-baseline{align-content: baseline;}

/* layout */

.ct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex {
    display: flex;
}

/* title */

.main_tit {
    position: relative;
    margin-bottom: 85px;
    text-align: center;
}

.main_tit .txt01 {
    font-size: 46px;
    font-weight: 700;
}

.main_tit .txt02 {
    font-size: 16px;
    font-weight: 500;
}

.sub_title01 {
    padding: 0 0 85px 0;
}

.sub_title01 .txt01 {
    font-size: 30px;
    font-weight: 300;
    color: var(--txt-color);
    text-align: center;
    line-height: 40px;
}

.sub_title02 {
    text-align: center;
}

.sub_title02 .txt01 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    color: var(--txt-color);
    text-align: center;
}

.sub_title02 .txt02 {
    padding-bottom: 80px;
    font-size: 28px;
    font-weight: 100;
    line-height: 35px;
}
.dt_gon{display: grid !important;}

/* txt_layout */

.txt_list {
    margin-bottom: 100px;
}

.txt_list:last-child {
    margin-bottom: 0;
}

.txt_list .txt01 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 34px;
    word-break: keep-all;
}

.txt_list .txt01:last-child {
    margin-bottom: 0;
}

.txt_list .txt01.pt {
    margin: 70px 0 15px;
}

.txt_list .txt01.mb50 {
    margin-bottom: 50px;
}

.txt_list .txt01.mt30 {
    margin-top: 30px;
}

.txt_list .img_box {
    text-align: center;
}

.txt_list .txt_box {
    margin-top: 40px;
    padding: 0 130px;
}

.txt_list .txt_box .txt02 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
}

.txt_list .txt02{
    margin-bottom: 45px;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    word-break: keep-all;
}

.txt_list .txt02:last-child{
    margin-bottom: 0;
}

/* table */

.table_layout table {
    width: 100%;
    border-spacing: 0px;
}

.table_layout table thead {
    margin-bottom: 15px;
    box-sizing: border-box;

    border-radius: 35px;
}

.table_layout table thead tr {
    border-radius: 35px;
    overflow: hidden;
}

.table_layout table thead tr th {
    position: relative;
    padding: 21px 5px;
    box-sizing: border-box;
    background-color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    color: #fafafa;
}

.table_layout table thead tr th.bb {
    position: relative;
}

.table_layout table thead tr th.bb::before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fafafa;
}

.table_layout table thead tr th::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0.1px;
    transform: translateY(-50%);
    width: 1.01px;
    height: calc(100% - 20px);
    background-color: #fafafa;
}

.table_layout table thead tr th:first-child {}

.table_layout table thead tr th:last-child {}

.table_layout table thead tr th:last-child::after {
    display: none;
}

.table_layout table thead tr th.br {}

.table_layout table thead tr th.rb::after {
    display: block !important;
}

.table_layout {
    margin-top: 15px;

}

.table_layout table {
    border-collapse: collapse;
}

.table_layout thead{

}

.table_layout tbody {

}

.table_layout tbody tr {
    border-bottom: 1px solid #191919;
    text-align: center;
}

.table_layout tbody tr:last-child{
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.table_layout tbody tr:first-child {}

.table_layout tbody tr td {
    position: relative;
    padding: 22px 35px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    color: var(--main-color);
    word-break: keep-all;
}

.table_layout tbody tr td:first-child{
    border-left: 1px solid var(--main-color);
}

.table_layout tbody tr td:last-child{
    border-right: 1px solid var(--main-color);
}

.table_layout tbody tr:nth-child(n+2) {
    border-top: 1px solid var(--main-color);
}

.table_layout tbody tr td::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 30px);
    background-color: var(--main-color);
}

.table_layout tbody tr td.none::after{
    display: none;
}

.table_layout tbody tr td:last-child:after {
    display: none;
}

.table_layout.type01 {}

.table_layout.type01 tbody tr td {
    padding: 20px 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    word-break: keep-all;
}

.table_layout.type02 tbody tr td.rb::before{
    content: '';
    position: absolute;
    display: block;
    width: 1.1px;
    height: calc(100% - 20px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color);
}

.table_layout.type02{
    padding: 20px 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    word-break: keep-all;
}

.table_layout.type02 tbody tr{
    border-bottom: none;
}

.table_layout.type02 tbody tr:nth-child(n+2){
    border-top: none;
}

.table_layout.type02 tbody tr td{
    padding: 22px 85px;
    border-right: 1px solid #191919;
    color: var(--txt-color);
}

.table_layout.type02 tbody tr:first-child td::after{
    display: none;
}

.table_layout.type02 tbody tr:nth-child(2){
    border-top: 1px solid #191919 !important;
}

.table_layout.type02 tbody tr td::after{
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    bottom: 0;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
}

.table_layout.type02 tbody tr td:first-child{
    padding: 22px 30px;
}

.table_layout.type02 tbody tr:last-child td:after{
    display: none !important;
}
.table_layout.type02 tbody tr:last-child td::after{
    display: none !important;
}

.table_layout.type02 tbody tr:last-child{
    border-bottom: 1px solid #191919 !important;
}

.table_layout tbody tr td.none::after {
    display: none !important;
}

/* sub_banner */

.sub_banner {
    position: relative;

    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sub_banner .txt_con {

}

.sub_banner .txt_con ul {
    display: flex;
    margin-bottom: 15px;
    display: none;
}

.sub_banner .txt_con ul li {
    position: relative;
    padding-right: 60px;
    font-size: 14px;
    font-weight: 300;
    color: var(--txt-color);
}

.sub_banner .txt_con ul li::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 9px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: url('../img/ico/ico_nav_arr.png') no-repeat center / cover;
}

.sub_banner .txt_con ul.white li::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 9px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: url('../img/ico/ico_white_nav_arr.png') no-repeat center / cover;
}

.sub_banner .txt_con ul li:last-child::after {
    display: none;
}

.sub_banner .txt_con .txt01 {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    display: block;
}
.sub_banner .txt_con .txt02{font-size: 1.25rem;margin-top: 0.5rem;color: #4f4f4f;display: block;}
.sub_banner .txt_con .white li {
    color: #fafafa;
}

.sub_banner .txt_con .white .txt01 {
    color: #fafafa;
}

/* input */

/* layout */

.mb100 {
    margin-bottom: 100px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 2.5rem;
}

/* header */
header:not(:hover):has(.nav.on){background: #ffffff99;}
header:has(.nav.on_w){background: none;backdrop-filter:none;}
header {
    position: fixed !important;
    width: 100%;
    height: auto;
    z-index: 99999999999999;
    top: 0px;
    transition: transform 0.3s ease-in-out;
}
header.headerHidden {
    transform: translateY(-100%);
}

header.on {
    opacity: 1;
    transition: all 2s;
}

header .main_logo {width: 40%;max-width: 7rem;transition:.35s ease}
.on  .main_logo{max-width: 6rem;}
.logo_txt {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.logo_txt_w { color: #fff; }
.logo_txt_b { color: #111; }

header .nav .main_logo img,
header .nav .main_logo span {
    display: block;
}
header .nav .main_logo img.on,
header .nav .main_logo span.on {
    display: none;
}
header.on_w .nav.on .main_logo img,
header.on_w .nav.on .main_logo span {
}
header.on_w .nav.on .main_logo img.on,
header.on_w .nav.on .main_logo span.on {
    display: block;
}
header.on_w .nav.on .main_logo img,
header.on_w .nav.on .main_logo span {
}
header.on_w .nav.on .main_logo img.on,
header.on_w .nav.on .main_logo span.on { 
    display: block;
}
header:hover .nav .main_logo img,
header:hover .nav .main_logo span {
    display: none !important;
}
header:hover .nav .main_logo img.on,
header:hover .nav .main_logo span.on {
    display: block !important;
}
.onlineMallBtn{border-radius: 6.25rem;background: rgb(255 213 133 / 30%);backdrop-filter: blur(10px);color: var(--main-color);display: flex;align-items: center;padding: .35rem 1.25rem;font-weight: 600;gap: 0.5rem;}
.onlineMallBtn svg *{stroke: var(--main-color);}
header.on_w .onlineMallBtn svg *{stroke: #fff;}
.on .onlineMallBtn{transform: scale(0.9);}

header {
    transition: all 0.3s ease;
}

header.on_w {
    color: #fff !important;
    background-color: unset !important;
    backdrop-filter: none !important;
}

header.on_w a {
    color: #fff !important;
}

header.on_w .logo img,
header.on_w .logo svg {
    filter: brightness(0) invert(1);
}

header.on_w .nav-item {
    color: #fff;
}

.nav #indexButton span{color: #222;}
.nav.on #indexButton span{color:var(--main-color);}
.nav.on #indexButton svg{stroke:var(--main-color);}

header.on_w .nav #indexButton span{color:#fff;}
header.on_w .nav #indexButton svg{stroke:#fff;}
header.on_w .nav .menubtn span{background: #fff;}
.nav #indexButton span{color:var(--main-color);}
.nav #indexButton svg{stroke:var(--main-color);}

.nav {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    background: none;
    color: #191919;
    padding: 0 1.5rem;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
    max-width: 1760px;
}

.nav:hover {
}

.nav.on {
    transition: all .5s;
    height: 4.5rem;
}

.nav .nav_bg {
    display: none;
    position: absolute;
    width: 120vw;
    height: 530px;
    background-color: #00000090;
    top: 88px;
    left: calc(50% - 50vw);

}
.on.nav .nav_bg {
    top: 72px !important;
}

.nav .nav_bg .left_side{
    display: flex;
    flex-direction: column;
    width: 23.5%;
    height: 100%;
    background: #29A0ED;
}

.nav .nav_bg .left_side .img_con{}

.nav .nav_bg .left_side .img_con img{
    width: 100%;
}

.nav .nav_bg .left_side .txt_con{
    margin-top: 1rem;
    text-align: center;
    margin-right: 0rem;
}

.nav .nav_bg .left_side .txt_con p{
    font-size: 2rem;
    font-weight: 700;
    color: #fafafa;
    text-align: right;
    padding: 1rem 3rem;
}

.nav .gnb_con {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0px;
    width: auto;
    max-width: 900px;
}

.nav .gnb_con .gnb_box {
    display: flex;
    text-align: left;
    width: auto;
    justify-content: space-between;
}

.nav .gnb_con .gnb_box .sub_title {
    width: auto;
    height: 100%;
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
    padding: 1.5rem 2.2rem;
    transition: .35s ease;
}
.nav:hover .gnb_con .gnb_box .sub_title{color: #fff;}
.nav .gnb_con .gnb_box .sub_title ul{opacity: 0; transition: .35s ease;}
.nav .gnb_con .gnb_box .sub_title:hover ul{opacity: 1;

}

.gnb_con .gnb_box .sub_title{transition: .35s ease;}
.on.nav .gnb_con .gnb_box .sub_title{padding: 2.5rem 3rem;}
.on .gnb_con .gnb_box .sub_title{font-size: 1rem;}
.on button{transform: scale(.8);}
.on.nav .mallBtn h3{font-size: 1rem;}

.mallBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    border-radius: 5rem;
    padding: .5rem 1rem;
    cursor: pointer;
    background: #333;

}
.nav .gnb_con .gnb_box .sub_title:nth-child(2){}
.nav .gnb_con .gnb_box .sub_title:nth-child(3){}

.nav .gnb_con .gnb_box .sub_title>a {

    color: #222;
    white-space: nowrap;
    font-weight: 600;
}

.nav.on .gnb_con .gnb_box .sub_title>a {

}
.nav .gnb_con .gnb_box .sub_title:hover .sub_gnb::before {

}

.nav .gnb_con .gnb_box .sub_title:hover nav .gnb_con .gnb_box .sub_title .sub_gnb {

    font-weight: 700;
}

.nav .gnb_con .gnb_box .sub_title .sub_gnb {
    position: absolute;
    display: none;

    padding-top: 1rem;
    padding-left: 0;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .7s;
    width: auto;
    padding: 1rem .5rem;
    box-shadow: 0px .125rem 1.25rem 0px rgba(0, 0, 0, 0.125);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.60);
    min-width: 230px;
}
.on .gnb_con .gnb_box .sub_title .sub_gnb{top: 6rem;}
.nav .gnb_con:hover .nav_bg {
    display: block;

    border-top: 0px solid var(--main-color);

}

.nav .nav_bg ul {
    position: absolute;
    right: 75px;
    top: 35px;
    color: #fff;
    padding: 0;
}

.nav .nav_bg ul li {
    position: relative;
}

.nav .nav_bg ul li.on {
    color: rgba(0, 142, 255, .9);
}

.nav.on {
    transition: all .5s;
    height: 4.5rem;
}

.nav .nav_bg ul li.on::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 142, 255, .9);
    border-radius: 50%;
}

.nav .gnb_con .gnb_box .sub_title:hover .sub_gnb {
    display: block;
    color: #111;
}

.nav .gnb_con .gnb_box .sub_title .sub_gnb:hover  {
    color: #111;
}

.nav .gnb_con .gnb_box .sub_title:hover>a {
    opacity: .8;
}
.nav:hover .gnb_con .gnb_box .sub_title a{color: #fff;font-weight: 500;font-size: 1.25rem;}
.nav:hover .gnb_con .gnb_box .sub_title .sub_gnb.last {
    border-right: none;
}

.nav .gnb_con .gnb_box .sub_title:hover .sub_gnb li{
    opacity: 1;
}

.nav .gnb_con .gnb_box .sub_title .sub_gnb li {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
    box-sizing: border-box;
    text-align: center;
    opacity: 0.2;
    transition: .35s ease;
}
.nav .gnb_con .gnb_box .sub_title .sub_gnb li a{padding: 0 1rem 1.25rem;display: block;text-align: center;font-size: 1.25rem;letter-spacing: 0px;font-weight: 600;white-space: nowrap;}
.nav .gnb_con .gnb_box .sub_title .sub_gnb li:last-child a{padding: 0 1rem 0rem}
.nav .gnb_con .gnb_box .sub_title .sub_gnb li:hover {
    color: var(--main-color);
}

.nav .gnb_con .gnb_box .sub_title .sub_gnb li:hover a{
    color: var(--main-color);
}

.nav .gnb_con .gnb_box .sub_title:nth-child(1){}

.nav .gnb_con .gnb_box .sub_title:nth-child(1) .sub_gnb li:nth-child(4) a{
}
.nav .gnb_con .gnb_box .sub_title:nth-child(1) .sub_gnb li:nth-child(6) a{
}
.nav .gnb_con .gnb_box .sub_title:nth-child(1) .sub_gnb li:nth-child(7) a{}

.nav .gnb_con .gnb_box .sub_title:nth-child(1) .sub_gnb li:nth-child(4) a{}

header {
    transition: background-color 0.4s ease !important;
}
header:hover {
    background-color: #00000095 !important;
}

.nav .gnb_con .gnb_box {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 2rem !important;
    transition: gap 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.nav .gnb_con .gnb_box:hover {
    gap: 4rem !important;
}

.nav .gnb_con .gnb_box .sub_title {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1.5rem 1rem !important;
    transition: .5s eas;
}

.nav .gnb_con .gnb_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* background-color: rgba(255, 255, 255, 0.15); */
    opacity: 0;
    transition: opacity 0.4s ease, width 0.5s ease;
    pointer-events: none;
}
.nav .gnb_con .gnb_box:hover::after {
    opacity: 1;
}

.nav .nav_bg {
    display: block !important;
    position: absolute !important;
    top: 96px !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
    background-color: #00000095 !important;
    transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.nav:has(.gnb_box:hover) .nav_bg,
.nav .gnb_con:has(.gnb_box:hover) .nav_bg {
    height: 380px !important;
}

.nav .gnb_con .gnb_box .sub_title .sub_gnb,
.nav .gnb_con .gnb_box .sub_title .sub_menu {
    display: flex !important;
    flex-direction: column;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, -15px) !important;
    width: 180px;
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 1.5rem;
    gap: 1.25rem;

    opacity: 0 !important;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    z-index: 10;
    text-align: center;
    margin: 0;
}

.nav .gnb_con .gnb_box:hover .sub_title .sub_gnb,
.nav .gnb_con .gnb_box:hover .sub_title .sub_menu {
    opacity: 1 !important;
    visibility: visible;
    transform: translate(-50%, 0) !important;
}

.nav .gnb_con .gnb_box .sub_title .sub_gnb li,
.nav .gnb_con .gnb_box .sub_title .sub_menu li {
    opacity: 1 !important;
}
.nav .gnb_con .gnb_box .sub_title .sub_gnb li a,
.nav .gnb_con .gnb_box .sub_title .sub_menu li a {
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    padding: 0 !important;
    opacity: 1;
}
.nav .gnb_con .gnb_box .sub_title .sub_gnb li a:hover,
.nav .gnb_con .gnb_box .sub_title .sub_menu li a:hover {
    color: #45bde9 !important;
}

header:hover .onlineMallBtn {
    color: #fff !important;
}
header:hover .onlineMallBtn svg * {
    stroke: #fff !important;
}

header:hover .nav #indexButton span {
    color: #fff !important;
}
header:hover .nav #indexButton svg {
    stroke: #fff !important;
}

header:hover .menubtn span {
    background: #fff !important;
}

header {
    background: rgba(34, 34, 34, 0.35);
}

header:not(:hover):has(.nav.on) {
    background: #fff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

header .nav {
    color: #fff;
}

header .nav .gnb_con .gnb_box .sub_title>a,
header .nav #indexButton span {
    color: #fff;
}

header .nav #indexButton svg {
    stroke: #fff;
}

header .menubtn span {
    background: #fff;
}

header .nav .main_logo span.logo_txt_w {
    display: block !important;
}

header .nav .main_logo span.logo_txt_b {
    display: none !important;
}

header .nav .main_logo .logo_txt_w img {
    filter: brightness(0) invert(1);
}

header .nav .main_logo .logo_txt_b img {
    filter: brightness(0);
}

header:not(:hover):has(.nav.on) .nav,
header:not(:hover):has(.nav.on) .nav .gnb_con .gnb_box .sub_title>a,
header:not(:hover):has(.nav.on) .nav #indexButton span {
    color: #111 !important;
}

header:not(:hover):has(.nav.on) .nav #indexButton svg {
    stroke: #111 !important;
}

header:not(:hover):has(.nav.on) .menubtn span {
    background: #111 !important;
}

header:not(:hover):has(.nav.on) .nav .main_logo span.logo_txt_w {
    display: none !important;
}

header:not(:hover):has(.nav.on) .nav .main_logo span.logo_txt_b {
    display: block !important;
}

header:hover {
    background-color: #00000095 !important;
}

header:hover .nav,
header:hover .nav .gnb_con .gnb_box .sub_title>a,
header:hover .nav #indexButton span {
    color: #fff !important;
}

header:hover .nav #indexButton svg {
    stroke: #fff !important;
}

header:hover .nav .main_logo span.logo_txt_w {
    display: block !important;
}

header:hover .nav .main_logo span.logo_txt_w img {
    display: block !important;
}

header:hover .nav .main_logo span.logo_txt_b {
    display: none !important;
}

header:hover .nav .main_logo span.logo_txt_b img {
    display: none !important;
}

.nav .nav_bg {
    left: 50% !important;
    width: 100vw !important;
    transform: translateX(-50%) !important;
}

.nav {
    isolation: isolate;
}

.nav > *:not(.nav_bg) {
    position: relative;
    z-index: 1;
}

.nav .nav_bg {
    z-index: 0 !important;
    background-color: #00000095 !important;
}

header:hover .nav .nav_bg,
header.sub-header:hover .nav .nav_bg,
.nav:has(.gnb_box:hover) .nav_bg,
.nav .gnb_con:has(.gnb_box:hover) .nav_bg {
    background-color: #00000095 !important;
}

header.sub-header {
    background: #fff !important;
    color: #111 !important;
    border-bottom: 1px solid #efefef;
}

header.sub-header .nav,
header.sub-header .nav .gnb_con .gnb_box .sub_title>a,
header.sub-header .nav #indexButton span {
    color: #111 !important;
}

header.sub-header .nav #indexButton svg {
    stroke: #111 !important;
}

header.sub-header .menubtn span {
    background: #111 !important;
}

header.sub-header .nav .main_logo span.logo_txt_w,
header.sub-header .nav .main_logo span.logo_txt_w img {
    display: none !important;
}

header.sub-header .nav .main_logo span.logo_txt_b,
header.sub-header .nav .main_logo span.logo_txt_b img {
    display: block !important;
}

header:hover,
header.sub-header:hover {
    background: #00000095 !important;
    color: #fff !important;
}

header:hover .nav,
header.sub-header:hover .nav,
header:hover .nav .gnb_con .gnb_box .sub_title>a,
header.sub-header:hover .nav .gnb_con .gnb_box .sub_title>a,
header:hover .nav #indexButton span,
header.sub-header:hover .nav #indexButton span {
    color: #fff !important;
}

header:hover .nav #indexButton svg,
header.sub-header:hover .nav #indexButton svg {
    stroke: #fff !important;
}

header:hover .menubtn span,
header.sub-header:hover .menubtn span {
    background: #fff !important;
}

header:hover .nav .main_logo span.logo_txt_w,
header.sub-header:hover .nav .main_logo span.logo_txt_w,
header:hover .nav .main_logo span.logo_txt_w img,
header.sub-header:hover .nav .main_logo span.logo_txt_w img {
    display: block !important;
}

header:hover .nav .main_logo span.logo_txt_b,
header.sub-header:hover .nav .main_logo span.logo_txt_b,
header:hover .nav .main_logo span.logo_txt_b img,
header.sub-header:hover .nav .main_logo span.logo_txt_b img {
    display: none !important;
}

input[id="menuicon"] {
    display: none;
}

.menubtn {
    /* display: none; */
    width: 2.125rem;
    height: 1.5rem;
    position: relative;
    cursor: pointer;
    transition: all .35s;
    z-index: 10000;
    padding: 0.5rem;
}

.menubtn span {
    display: block;
    position: absolute;
    width: calc(100% - 1rem);
    height: 2px;
    border-radius: 30px;
    background: var(--main-color);
    transition: all .35s;

}
.on .menubtn span{}
.menubtn span:nth-child(1) {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);

}

.menubtn span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.menubtn span:nth-child(3) {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar {
    display: none;

    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fafafa;
    z-index: 100;
    color: #fafafa;
    overflow: scroll;
    transition: .35s;
}
.sidebarActive{
    right: 0%;
}

.sidebar .mob_header {
    height: 6.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid #191919;
    align-items: center;
    display: flex;
    padding: 0 1rem;
}

.sidebar .mob_box {
    flex-grow: 1;
}

.sidebar .mob_tab ul {
    display: flex;
    justify-content: start;
    flex-direction: column;
    height: 100%;
    background-color: #f6f7f9;
}

.sidebar .mob_tab ul li {
    position: relative;
    width: 100%;
    height: 6rem;
    cursor: pointer;
    text-align: center;
    color: #191919;
    z-index: 100;
}

.sidebar .mob_tab ul li p {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
}
.sidebar .mob_tab ul .on_1 p{color: #fafafa;}
.sidebar .mob_tab ul li p::before {
    content: '';
    position: absolute;
    display: none;
    width: 100%;
    height: 1px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    background-color: #ddd;
}

.sidebar .mob_box .mob_tab ul li.on_1 p::before {
    display: none;
}

.sidebar .mob_box .mob_tab ul li.on_1 {
    background-color: #29A0ED;
    color: #fafafa;
}

.sidebar .mob_box {
    display: flex;
    flex-wrap: wrap;
    min-height: 50vh;
}
.sidebar .mob_box .mob_tab{
    width: 30%;
}
.sidebar .mob_box .mob_depth1 {
    color: #191919;
    width: 70%;
}

.sidebar .mob_box .mob_depth1 .company {
    padding: 0;
}

.sidebar .mob_box .mob_depth1 ul li {
    position: relative;
    padding: 1rem;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.sidebar .mob_box .mob_depth1 ul li a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 1.2rem;
    width: 50%;
}

.sidebar .mob_box .mob_depth1 ul li span::after {
    content: '';
    position: absolute;
    display: block;
    width: 3rem;
    height: 1.2rem;
    top: 2.5rem;
    right: 1rem;
    transform: translateY(-50%);

    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" viewBox="0 0 24 24" width="24" height="24"><path d="M12 15.5l7-7-1.4-1.4-5.6 5.6-5.6-5.6L5 8.5z"/></svg>') no-repeat right 10px center;
    background-size: contain;
}

.sidebar .side_footer {
    width: 100%;
    background-color: #4e4d4d;
    color: #B9B9B9;
    font-size: 0.75em;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
}

@media all and (max-width: 1024px) {

    nav .gnb_right,
    .gnb_con,
    nav .nav_bg {
        display: none !important;
    }

    .menubtn {
        display: block;
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
    }
    .stepCircle::after{display: none;}
}

/* footer */

footer {
    position: relative;
    padding-top: 50px;
    background-color: #111827;
}
.ftSelectBox{
    background: #333;
    padding: 1rem 1.5rem;
    text-align: left;
}
#ft_nav .text-gray-400{color: #FFFFFF99;}
footer .text-gray-400{color: #FFFFFF99;}
footer .inner>.flex {
    padding-bottom: 65px;
}

footer .flex {
    display: flex;
}

footer .flex .first {
    width: 50%;
    padding-right: 70px;
    border-right: 1px solid #222;
    box-sizing: border-box;
}

footer .flex .first .logo {
    margin-bottom: 20px;
}

footer .flex .first .logo img {}

footer .flex .first .txt_con01 {
    margin-bottom: 30px;
}

footer .flex .first .txt_con01 p {
    font-size: 36px;
    font-weight: 600;
}

footer .flex .first .txt_con02 {
    justify-content: space-between;
    align-items: center;
}

footer .flex .first .txt_con02 .txt_box {}

footer .flex .first .txt_con02 .txt_box .txt01 {
    display: flex;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: var(--txt-color);
}

footer .flex .first .txt_con02 .txt_box .txt01:last-child {
    margin-bottom: 0;
}

footer .flex .first .txt_con02 .txt_box .txt01 .wide {
    display: flex;
    justify-content: space-between;
    width: 98px;
}

footer .flex .first .txt_con02 .txt_box .txt01 .pt {}

footer .flex .first .txt_con02 .qr {
    text-align: center;
}

footer .flex .first .txt_con02 .qr img {}

footer .flex .first .txt_con02 .qr p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}

footer .second {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding-left: 70px;
}

footer .second .adminBtn {
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 137px;
    height: 40px;
    background-color: var(--main-color);
    border-radius: 20px;
    text-align: center;
}

footer .second .adminBtn a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 700;
    color: #fafafa;
}

footer .second .adminBtn a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

footer .second .flex {
    gap: 25px;
}

footer .second .flex .link_con {
    position: relative;
    width: calc((100% / 5) - 20px);
}

footer .second .flex .link_con::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    top: 0;
    background-color: #898989;
}

footer .second .flex .link_con::after {
    content: '';
    position: absolute;
    display: block;
    width: 52px;
    height: 3px;
    top: -2px;
    left: 0;
    background-color: var(--main-color);
}

footer .second .flex .link_con .detail {
    position: relative;
}

footer .second .flex .detail .link_con:nth-child(2) {
    margin-top: 60px;
}

footer .second .flex .detail .link_con::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    top: -30px;
    background-color: #898989;
}

footer .second .flex .detail .link_con::after {
    content: '';
    position: absolute;
    display: block;
    width: 52px;
    height: 3px;
    top: -32px;
    left: 0;
    background-color: #134bcf;
}

footer .second .flex .link_con .link_tit {
    margin: 29px 0 30px;
}

footer .second .flex .link_con .link_tit .txt01 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

footer .second .flex .link_con .link_sub_tit {}

footer .second .flex .link_con .link_sub_tit li {
    margin-bottom: 15px;
}

footer .second .flex .link_con .link_sub_tit li a {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

footer .copy {
    position: relative;
    height: 50px;

    background-color: #7F8388;
}

footer .copy .flex {
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

footer .copy .flex .txt01 {
    font-size: 16px;
    font-weight: 400;
    color: #fafafa;
}
.subaboutas_box01 {
    background-image: url('/img/subaboutas_box01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
  }

  .subaboutas_box02 {
    background-image: url('/img/subaboutas_box02.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ebf8ff; /* Tailwind bg-blue-50 */
  }

  .subaboutas_box03 {
    background-image: url('/img/subaboutas_box03.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #bee3f8; /* Tailwind bg-blue-100 */
  }

  .subaboutas_box04 {
    background-image: url('/img/subaboutas_box04.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fffaf0; /* Tailwind bg-orange-50 */
  }
  .timelineWrap {
    position: relative;
    border-left: 2px solid #B7D7FF; /* light gray */
    padding-left: 24px;
    margin-left: 12px;
  }

  .timelineItem {
    position: relative;
    margin-bottom: 48px;
  }

  .timelineCircle {
    position: absolute;
    left: -29px;
    top: 0.25rem;
    width: 8px;
    height: 8px;
    background-color: #3b82f6; /* Tailwind blue-500 */
    border: 0px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #B7D7FF;
  }

  .timelineContent {
    padding-left: 8px;
  }

  .timelineContent .year {
    font-weight: 700;
    font-size: 1.5rem;
    color: #1f2937; /* Tailwind gray-900 */
    margin-bottom: 8px;
  }

  .timelineContent p {
    font-size: 1rem;
    color: #374151; /* Tailwind gray-800 */
    margin: 4px 0;
    display: flex;
    align-items: center;
  }

  .timelineContent p span {
    font-weight: 600;
    margin-right: 8px;
    color: #222222; /* Tailwind gray-500 */
    min-width: 2rem;
    display: inline-block;
  }

  .stepCircle {
    width: 17rem;
    height: 17rem;
    margin: 0 auto 1rem;
    border-radius: 9999px;
    border: 1px solid #60a5fa; /* blue-400 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .stepCircle::after {
    content: '';
    display: block;
    width: 12px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cpath d='M12 10L0 20V0L12 10Z' fill='%23CFCFCF'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -2.3rem;
  }
  .stepCircle:last-child:after{display: none;}

  .stepProcessWrap .max-w-7xl > div:last-child .stepCircle::after{display: none;}
  .stepNumber {
    color: #2563eb; /* blue-600 */
    font-size: 1.25rem;
    font-weight: 600;
  }

  .stepTitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
  }

  .stepDesc {
    background-color: #f3f4f6;
    padding: 2rem;
    font-size: 1.25rem;
    color: #F5F5F5;
    text-align: left;
    margin-top: 1rem;
    height: 11rem;
  }
    .stepDesc p{
        color:#4F4F4F
    }

  .custom-indent li {
    text-indent: -0.55em;
    padding-left: 1.25em;
    position:relative
  }
  .custom-indent li:after{
      clear:both;display:block;width:3px;height:3px;position:absolute;
  }

/* ppb */
.main-video{
    filter: brightness(1); will-change: filter;
}
.scrollDown{
    position: absolute;
    bottom: 6rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
  }
  .shake-updown {
    animation: shake-updown 1s infinite alternate;

    will-change: transform;
  }
  @keyframes shake-updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-12px); }
  }

  .blink {
    animation: blink 2s infinite;
  }
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
  }
.scrollDown p{
    color: var(--main-color);
}
.scrollDown svg{
    margin: 0 auto;
    margin-top: 1rem;
}

 .interactive-title {
    font-size: 120px;
    font-weight: 900;
    margin-bottom: 30px;

    --mouse-x: 0.5;
    --mouse-y: 0.5;
    background-image: linear-gradient(calc(var(--mouse-x) * 90deg + var(--mouse-y) * 90deg),
            #3e2723,

            #8d6e63,

            #d84315,

            #ff6f00

        );
    background-size: 200% 200%;

    background-position: calc(var(--mouse-x) * 100%) calc(var(--mouse-y) * 100%);

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: background-position 0.2s ease-out;

}

.gradient-text {
    font-size: 120px;
    font-weight: 900;
    line-height: 1.25;

    background-image: linear-gradient(calc(var(--auto-x, 0.5) * 360deg),
            #3e2723, #d84315, #ff6f00);

    background-size: 300% 300%;

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;

    animation: gradient-flow 5s linear infinite;

    display: inline-block;
}

@keyframes gradient-flow {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

@media (max-width: 768px) {
.gradient-text {
    font-size: 3rem;
}
}

.mask-box {
    display: block;
    overflow: hidden;
    line-height: 1.1;
}

.reveal-text {
    display: block;

    opacity: 0;
    transform: translateY(120%);
}

.hero-desc {
    display: block;

    opacity: 0;
    transform: translateY(20px);
}
.slide-text.t1 {
    opacity: 1;
    visibility: visible;
}

.hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/background.jpg) no-repeat; background-size: cover;
    z-index: 1;
}

.text-container {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 100vh;
    z-index: 10;
}

.slide-text {
    position: absolute;
    top: calc(50% - 50vh);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-text.t1 {
    opacity: 1;
    visibility: visible;
}

.slide-text h2 {
    font-size: 7.5rem;
    line-height: normal;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
}
.slide-text h2 span { color: #d97706;  }
.slide-text p { font-size: 1.2rem; color: #666; font-weight: 500; }

.visual-wrap {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 60vh;
    height: 60vh;
    z-index: 5;
    border-radius: 3.5rem;
    overflow: hidden;
}
.visual-wrap video{width:100%; height:100%; object-fit:cover}
.yellow-box {
    width: 100%;
    height: 100%;

    background: #fcd34d;
    background-size: cover;
    background-position: center;
}

.final-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 20;
    opacity: 0;
    width: 100%;
}
.final-text h3 {
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.final-text p {
    font-size: 1rem;
    color: #fff;
}

.spacer { height: 100vh; background: #333; }
.subPrd{background: #f5f5f5;}
.tabButtonType01 {overflow: hidden;overflow-x: auto;}
.tabButtonType01 button{white-space: nowrap;}
.stationWrap .station {
    padding: .25rem 1rem;
    border: 1px solid #29a0ed;
    color: #29a0ed;
    border-radius: 11rem;
}
.text-black{color:#222}
.productInfoWrap{}
.productInfoWrap div{
    border:  1px solid #CFCFCF;
    color: #222;
}
.productInfoWrap div strong{
    color: rgba(79, 79, 79, 0.96);
    FONT-WEIGHT: 400;
}
.mainproduct{border-radius: 2.5rem;overflow: hidden;border-radius: 0;}
#mobileMenu{z-index: 999999999999999;opacity: 1;transition: .35s ease;align-items: center;justify-content: center;background: #041b29c9;backdrop-filter: blur(17px);}
#mobileMenu a{color: #ffffff60;transition: .35s ease;display: block;font-size: 1.25rem;}
#mobileMenu a:hover{color: #ffffff;}
#mobileMenuContainer{
    max-width: 1920px;
    margin: 0 auto;
}
#mobileMenuContainer {width: 90%;transform: translate(-50%, -50%);top: 50%;left: 50%;position: absolute;overflow-y: auto;max-width: 1400px;opacity: 0;transition: .1s;}
#mobileMenuContainer > div{

    padding-right: 2rem;
    width: auto;
}
#mobileMenuContainer > div:last-child{border: none;}
.snsBtn{max-width: 50%;margin: 1rem auto;cursor: pointer;display: block;}
.snsBtn img{width: 100%;}
.latestWrap{
    width: 100%;
}
.latestWrap ul{
    width: 100%;
}
.text-gray-100{color: #cfcfcf;}
.text-gray-600{color: #898989 !important;}

.brand-philosophy {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.brand-visual {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center; text-align: center;
    background-size: cover; background-position: center;
    will-change: opacity;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.brand-visual::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4); z-index: 1;
}

.bg-1 { z-index: 1; background-image: url('/img/brand_01.jpg'); opacity: 1; }
.bg-2 { z-index: 2; background-image: url('/img/brand_02.jpg'); }
.bg-3 { z-index: 3; background-image: url('/img/brand_03.jpg'); }

.txt-container { position: relative; z-index: 10; color: #fff; padding: 0 20px; }

.fade-box > * { opacity: 0; transform: translateY(30px); }

.sub-label { display:block; color: #d97706; font-weight:700; margin-bottom: 20px; }
.txt-container h2 { font-size: 3.5rem; font-weight: 700; margin-bottom: 30px; line-height: 1.2; }
.txt-container p {font-size: 1.1rem;line-height: 1.8;;color: #fff;}

.page-nav {
    position: absolute;
    right: 50px; top: 50%; transform: translateY(-50%);
    z-index: 20; color: #fff; display: flex; flex-direction: column; align-items: center;
    font-family: sans-serif;
}
.page-nav .current { font-size: 1.2rem; font-weight: 700; color: #d97706; }
.page-nav .bar { width: 1px; height: 40px; background: rgba(255,255,255,0.3); margin: 10px 0; }
.page-nav .total { opacity: 0.6; }

@media (max-width: 768px) {
    .txt-container h2 { font-size: 2rem; }
    .page-nav { right: 20px; }
}

    .vision-section{background: url('/img/visionBackground.jpg') no-repeat;padding: 15rem 0px;}

    .vision-text-wrap {
        display: inline-block;
        position: relative;
    }

    .text-fill-layer {

        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        z-index: 2;
        line-height: normal;
    }
    .text-base-layer{line-height:normal}

    .btn-pill {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 12px 30px;
        background-color: #fff;
        border-radius: 999px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        overflow: hidden;
        text-decoration: none;
        min-width: 194px;
        justify-content: space-between;
    }

    .btn-text {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        position: relative;
        z-index: 10;
        transition: color 0.3s ease;
    }

    .btn-icon {
        width: 32px;
        height: 32px;
        background-color: #d97706;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: relative;
        z-index: 10;
        transition: all 0.3s ease;
        margin-left: 1.5rem;
    }

    .btn-pill:hover,
    .btn-pill.active {
        background-color: #d97706;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(217, 119, 6, 0.3);
    }

    .btn-pill:hover .btn-text,
    .btn-pill.active .btn-text {
        color: #fff;
    }

    .btn-pill:hover .btn-icon,
    .btn-pill.active .btn-icon {
        background-color: #fff;
        color: #d97706;
    }

    #contact-section{padding: 10rem 1.5rem;}
    .contact-card{
    background: #FFFFFF12;
    backdrop-filter: blur(10px);
        transition:.35s ease !important
    }
    .contact-card * {transition: .35s ease !important;}
    .contact-card:hover{background: #004B66}
    .contact-card:hover span{color: #fff;}
    .contact-card:hover .contact-card-icon{color: #fff; background: #fff;}
    .contact-card:hover .contact-card-icon svg *{stroke: #004B66;}
    .contact-card svg{}
    .contact-card:hover svg{}

    .custom-breadcrumb {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.65);
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .custom-breadcrumb .home_btn img {
        width: 24px;
        height: auto;
        vertical-align: middle;
        margin-top: -2px;
    }

    .custom-breadcrumb .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        display: inline-block;
    }

    .custom-breadcrumb .dot.gray { background-color: rgba(255,255,255,0.4); }

    .custom-breadcrumb .dot.orange { background-color: #004B66; }

    .custom-breadcrumb .depth1 {
        color: rgba(255, 255, 255, 0.65);
        font-weight: 400;
    }

    .custom-breadcrumb .depth2 {
        color: #fff;
        font-weight: 600;
    }
    #subSection .container{
    }
    #bo_list .container{
        border-top: 1px solid rgba(85, 85, 85, 0.70);;
    }
    .ourValues{ background: url(/img/ourValues.jpg) no-repeat; background-size: 100%;}
#subSection{padding: 10rem 0rem 0rem;}
.bo_sch_wrap{}
#fboardlist{ width: 100%}
/* ppb end */
#bo_list{padding: 0;width: 100%;flex-wrap: wrap;}
#bo_w{
    max-width: 1720px;
    margin: 0 auto;
    border-top: 1px solid #55555570;
}
#bo_w .container{max-width:1320px}
#bo_v{padding: 6rem 1.5rem;}
#bo_v_top ul{}
.floorWrap{padding-top: 4rem;}
.telBtn{
    position: absolute !important;
    left: -110%;
    top: 0px;
    margin-top: 0px  !important;
    background: #fff  !important;
    display: none !important;
    }
.menu-Nitem-active{display:block !important}
    .telBtn span{color: #111 !important}
/* 서브페이지 상단 배너 (실사진, /image/subtop01~12.jpg) - head.php $subtop_map 과 짝을 이룹니다 */
.bg-subtop01 { background: url('/image/subtop01.jpg') no-repeat center; background-size: cover; }
.bg-subtop02 { background: url('/image/subtop02.jpg') no-repeat center; background-size: cover; }
.bg-subtop03 { background: url('/image/subtop03.jpg') no-repeat center; background-size: cover; }
.bg-subtop04 { background: url('/image/subtop04.jpg') no-repeat center; background-size: cover; }
.bg-subtop05 { background: url('/image/subtop05.jpg') no-repeat center; background-size: cover; }
.bg-subtop06 { background: url('/image/subtop06.jpg') no-repeat center; background-size: cover; }
.bg-subtop07 { background: url('/image/subtop07.jpg') no-repeat center; background-size: cover; }
.bg-subtop08 { background: url('/image/subtop08.jpg') no-repeat center; background-size: cover; }
.bg-subtop09 { background: url('/image/subtop09.jpg') no-repeat center; background-size: cover; }
.bg-subtop10 { background: url('/image/subtop10.jpg') no-repeat center; background-size: cover; }
.bg-subtop11 { background: url('/image/subtop11.jpg') no-repeat center; background-size: cover; }
.bg-subtop12 { background: url('/image/subtop12.jpg') no-repeat center; background-size: cover; }

.bg-sub01-01 {
    background: url(/img/background.jpg) no-repeat;
    background-size:cover;
}

.bg-sub01-02 {
    background: url('/img/subBg02.jpg') no-repeat;background-size:cover;
}

.bg-sub01-03 {
    background: url('/img/subBg03.jpg') no-repeat;background-size:cover;
}
.bg-sub01-04 {
    background: url('/img/subBg04.jpg') no-repeat;background-size:cover;
}

.bg-sub01-05 {
    background: url('/img/subBg05.jpg') no-repeat;background-size:cover;
}

.bg-sub01-06 {
    background: url('/img/subBg06.jpg') no-repeat;background-size:cover;
}
.bg-sub02-01 {
    background: url('/img/subBg06.jpg') no-repeat;background-size:cover;
}

.bg-sub02-02 {
    background: url('/img/subBg07.jpg') no-repeat;background-size:cover;
}

.bg-sub03-01 {
    background: url('/img/subBg08.jpg') no-repeat;background-size:cover;
}

.bg-sub03-02 {
    background: url('/img/subBg09.jpg') no-repeat;background-size:cover;
}

.bg-sub03-03 {
    background: url('/img/subBg10.jpg') no-repeat;background-size:cover;
}

.bg-sub03-04 {
    background: url('/img/subBg11.jpg') no-repeat;background-size:cover;
}

.bg-sub02-07 {
    background: url('/img/subBg10-1.jpg') no-repeat;background-size:cover;
}

.bg-sub04-01 {
    background: url('/img/subBg04.jpg') no-repeat;background-size:cover;
}

.bg-sub04-02 {
    background: url('/img/subBg19.png') no-repeat;background-size:cover;
}

.bg-sub04-03 {
    background: url('/img/subBg01.png') no-repeat;background-size:cover;
}
.bg-sub05-01 {
    background: url('/img/subBg12.jpg') no-repeat;background-size:cover;
}
.bg-default3 {
    background: url('/img/subBg04.jpg') no-repeat;background-size:cover;
}

.subTitleAb {
    max-width: 1720px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 55%;
    left: 50%;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subTitleAb b {
    display: block;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #fff;
}
.subTitleAb p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    word-break: keep-all;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    margin-top: 0.5rem;
}
.sub-menuWrap.tabDefault2 {height: auto;background: none;}
.tabDefault2 .subTitleAb{display: none;}
.sub-menuWrap.tabDefault{
    padding: 0;
}
.sub-menuWrap.tabDefault *{}
.sub-menuWrap.tabDefault2 *{color:#111 !important}
.home_btn:before{background:#e1e1e1}
.sub-menuWrap.tabDefault * select{}
.sub-menuWrap.tabDefault2 * select{background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23111111" viewBox="0 0 24 24" width="1.5rem" height="1.5rem"><path d="M12 15.5l7-7-1.4-1.4-5.6 5.6-5.6-5.6L5 8.5z"/></svg>') no-repeat right .25rem center}
.sub-menuWrap.tabDefault3 * select{background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23111111" viewBox="0 0 24 24" width="1.5rem" height="1.5rem"><path d="M12 15.5l7-7-1.4-1.4-5.6 5.6-5.6-5.6L5 8.5z"/></svg>') no-repeat right .25rem center}

.bg-blue-100{background: #EAF6FD;}
.m9b1{
    position: relative;
    left: -7rem;
    top: 8rem;
}

.sub-menuWrap.tabDefault3{

    padding: 0;
    height: 20rem;
    background: #fafafa;
}
.sub-menuWrap.tabDefault3 *{color:#111 !important}
.abBg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;z-index: 1;}
.main{}
.mSection{padding: 10rem 1.5rem;background: #fff;}
.main-sec02{
    background: url(/img/ct01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.main-sec03{align-content: center;}
.main-sec04{
    position: relative;
    padding: 6rem 1.5rem;
    background: #F0FDF4;
}
#pharmstore01{overflow: hidden;}

.main-sec04::after{
    clear: both;
    content: 'Osiria Pharmstore';
    display: block;
    background-size: contain;
    width: auto;

    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-position: center;
    color: #F0FDF4;
    font-size: 150px;
    white-space: nowrap;
    font-weight: 700;
    z-index: 0;
    stroke-width: 1px;
    stroke: #B1F0DE;
    text-shadow: -1px 0px #B1F0DE, 0px 1px #B1F0DE, 1px 0px #B1F0DE, 0px -1px #B1F0DE;
    }

.main-sec05{
    padding: 6rem 1.5rem;
}
.main-sec06{
    padding: 6rem 1.5rem;
    background: #EAF6FD;
}
.main-sec08{padding: 0rem 0 12rem;}
.main-sec09{}

.abBtn{

    top: 11px;
    right: 0;
    display: flex;
    width: 10rem;
    line-height: 25px;
    color: #00816C;
    border-radius: 3px;
    border: 1px solid #00816c;
    text-align: center;
    background: #ffffff;
    border-radius: 1.75rem;
    padding: .75rem 1rem;
    cursor: pointer;
    font-weight: 600;
    align-items: center;
    padding: 1rem 1.5rem;
    align-items: center;
    margin: 4rem auto 2rem;
    justify-content: space-between;
    }
.main-sec09{position: relative;padding: 0rem;}
.mapAbsol{position: absolute;top: 2rem;left: 6rem;background: #29a0ed;color: #fafafa;padding: 2.5rem;border-radius: 1rem;height: calc(100% - 4rem);text-align:center;display: flex;flex-wrap: wrap;align-items: center;max-width: 560px;margin: 0rem auto;gap: 2.5rem;}
.mapAbsol > * {width:100%}
.mapAbsol p{color:#fafafa; text-align:center}
.swiperBtnWrap{
    position: absolute;
    bottom: 10rem;
    display: flex;
    align-items: center;
}
.swiperBtnWrap .swiper-button-next{
    position: relative;
    width: 1rem;
}
.swiperBtnWrap .swiper-button-prev{
    position: relative;
}
.bo_sch select{
    color: #222;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23004B66" viewBox="0 0 24 24" width="24" height="24"><path d="M12 15.5l7-7-1.4-1.4-5.6 5.6-5.6-5.6L5 8.5z"/></svg>') no-repeat right 10px center;
    outline: none;
    background-color: #EFF9FE;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: none;
    width: 100%;
    font-size: 1rem;

    height: 2.5rem;
    }

.sBgBox{display: flex;align-items: center;justify-content: center;background-size: cover;padding: 2.5rem 0;}
.sBgBox p{color: #111;font-size: 2rem;text-align: center;font-weight: 600;}
.hide{top: -100%;transition: all .85s;}
.ftBtn{
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 2rem;z-index: 9;
}
.ftBtn p{
    background: #29A0ED;
    border-radius: 50rem;
    padding: 0rem;
    color: #fafafa;
    height: 5rem;
    text-align: center;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;cursor: pointer;

}

.facilities-swiper::after{clear: both;content: 'Seonglim Technology';display: block;background-size: contain;width: auto;top: -20%;left: 50%;transform: translate(-50%, -50%);position: absolute;background-position: center;color: #76767610;font-size: 150px;white-space: nowrap;font-weight: 700;z-index: -1;}
.facilities-swiper.swiper-pagination{width: 100%; display: flex;}
.facilities-swiper .swiper-pagination-bullet{width: 100%;}
.facilities-swiper .swiper-pagination-bullet-active{background: var(--main-color);}
.facilities-swiper h2{opacity: 0;transition: .5s cubic-bezier(0.4, 0, 1, 1);}
.facilities-swiper p{opacity: 0 !important; transition: .5s cubic-bezier(0.4, 0, 1, 1)}
.facilities-swiper .swiper-slide-active h2{opacity: 1 !important}
.facilities-swiper .swiper-slide-active p{opacity: 1 !important; }
.facilities-swiper .swiper-slide{max-width: 1024px;    width: auto !important;  }
.facilities-swiper{margin: 3rem auto;width: auto !important;}
.facilities-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    height: 0.1875rem;
    border-radius: 0;
    background-color: #d1d5db; /* Tailwind gray-300 */
    opacity: 1;
    transition: background-color 0.3s ease;
  }

.facilities-pagination{display:flex}
  .facilities-pagination .swiper-pagination-bullet-active {
    width: 100%;
    background-color: #00816C !important; /* Tailwind red-500 */
  }

  .facilities-pagination .swiper-pagination-bullet:hover {
    background-color: #f87171; /* Tailwind red-400 */
  }

  .swiper-button-prev:after{color: var(--main-color);}
  .swiper-button-next:after{color: var(--main-color);}
  .facilities-swiper .swiper-slide img{width: 100%;margin: 0 auto;}
  .facilities-swiper, .facilities-swiper .swiper-wrapper, .facilities-swiper .swiper-slide {overflow: visible !important;width: auto;max-width: 980px;width: 100% !important;}
  .facilities-swiper .swiper-wrapper{}
.facilities-swiper .swiper-slide{
    filter: brightness(0.5);
    transition: .5s ease;
}
.facilities-swiper .swiper-slide-active{opacity: 1;filter: none;transition: .5s ease;}
.swiperType01 .scrollDown{
    position: absolute;
    bottom: 3rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    text-align: center;
    flex-direction: column-reverse;
}
.section02 {padding: 11.5rem 0;}
.swiper-slide .fac_inner{transform: scale(.8);transition: .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);padding-bottom: 2rem;position: relative;}
.swiper-slide .fac_inner::after{width: 0;height: 1px;transition: 3.8s linear;position: absolute;bottom: 0;left: 0;content: '';background: var(--main-color);}
.swiper-slide .fac_inner div{opacity: 0;transition: .5s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.swiper-slide-active .fac_inner{transform: scale(1);opacity: 1;}
.swiper-slide-active .fac_inner::after{height: 1px;width: 100%;}
.swiper-slide-active .fac_inner div{opacity: 1;transition: .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.swiper-slide .fac_inner a{background: #EAF5F3;}

.facilities-swiper .swiper-button-next:after, .facilities-swiper .swiper-button-prev:after{top: -70px !important;position: relative;color: #fff;}
.bg-EAF5F3{background: #eaf5f3;}
.text-3E3A39{color: #3E3A39;}
.section04{padding: 8rem 1.5rem;background-size: cover;position: relative;overflow: hidden;}
.section04 .bg-layer {
    background: url(/img/contactbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: scale(1.1);
    will-change: transform;
}

.abTxt{color: #F2F2F2;text-align: right;font-size: 6.25rem;font-style: normal;font-weight: 600;line-height: 100%; /* 6.25rem */letter-spacing: -0.15625rem;text-transform: capitalize;position: absolute;right: -12%;top: -6.5rem;z-index: -1;}
.gBgSection {background: url(/img/sub02_bg01.jpg) no-repeat;}

.procedure_cont { display: flex; align-items: flex-start; justify-content: flex-start; }
.procedure_cont .box { position: relative; width: 100%; }
.procedure_cont .box .top { display: flex; align-items: center; justify-content: flex-start; }
.procedure_cont .box .top .num {display: flex;align-items: center;justify-content: center;width: 1rem;height: 1rem;border-radius: 100%;background-color: var(--main-color);color: #fff;font-size: 1.5rem;font-weight: 500;flex-shrink: 0;opacity: 0.1;transition: opacity 0.5s;position: relative;z-index: 99;}
.procedure_cont .box .top .num::after{clear: both;content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 2rem;height: 2rem;border-radius: 100%;background-color: #3beb2320;}
.procedure_cont .box .top .line { position: relative; width: calc(100% - 6rem); height: 0.4rem; margin-left: 1rem; border-radius: 2rem; background-color: rgba(13,50,111,0.1); }
.procedure_cont .box .top .line:before {content: '';position: absolute;left: 0;top: 0;width: 0;height: 0%;border-radius: 0rem;background-color: var(--main-color);z-index: 10;transition: width 0.7s;}
.procedure_cont.active .box .top .line:before{height: 100%;}
.procedure_cont .box .txt_box { margin-top: 6rem; }
.procedure_cont .box .txt_box .tit {width: 100%;font-size: 1.25rem;font-weight: 600;font-size: 2.5rem;font-style: normal;font-weight: 700;transition: 1s;margin-top: 0.6rem;}
.procedure_cont .box .txt_box .historyNum{font-size: 2rem;margin-top: 1rem;}
.procedure_cont .box .txt_box .txt {width: 100%;font-size: 1.125rem;font-weight: 400;white-space: normal;word-break: keep-all;}
.procedure_cont .box .txt_box .info { position: relative; padding-left: 1.5rem; margin-top: 1rem; }
.procedure_cont .box .txt_box .info:before { content: ''; position: absolute; left: 0; top: 0.5em; width: 0.5rem; height: 0.5rem; border-radius: 100%; background-color: rgba(13,50,111,0.1); transform: translateY(50%) }
.procedure_cont .box .txt_box .desc { display: flex; align-items: center; justify-content: flex-start; margin-top: 0.5rem; font-size: 1.4rem; color: #888888; }
.procedure_cont .box .txt_box .desc .ico { display: flex; align-items: center; justify-content: center; margin-right: 0.5rem; font-size: 1.4rem; }
.procedure_cont .box .txt_box .desc .ico svg { width: auto; height: auto; fill: #888888; }
.procedure_cont .box .txt_box .btn_wrap { margin-top: 4rem; }

.procedure_cont .box .txt_box .label_wrap { margin-top: 4rem; }
.procedure_cont .box .txt_box .label_wrap .box { display: flex; align-items: center; justify-content: flex-start; }
.procedure_cont .box .txt_box .label_wrap .box + .box { margin-top: 0.8rem; }
.procedure_cont .box .txt_box .label_wrap .box:before { content: ''; width: 4rem; height: 1rem; margin-right: 1.2rem; border-radius: 2em; }
.procedure_cont .box .txt_box .label_wrap .box.red:before { background-color: #BF0A0B }
.procedure_cont .box .txt_box .label_wrap .box.yellow:before { background-color: #FFD100 }
.procedure_cont .box .txt_box .label_wrap .box.green:before { background-color: #0ABF3D }

.procedure_cont .box .txt_box .dot_wrap { margin-top: 2.4rem; }
.procedure_cont .box .txt_box .dot_wrap .dot_txt + .dot_txt { margin-top: 1rem; }

.procedure_cont .box.active .num { opacity: 1; }
.procedure_cont .box.active .line:before { width: 100%; }

.procedure_cont.row { flex-direction: column; }
.procedure_cont.row .box {display: flex;align-items: stretch;justify-content: flex-start;width: 100%;display: flex;align-items: flex-start;justify-content: flex-end;margin-top: 2rem;}
.procedure_cont.row .box:nth-child(2n) {justify-content: end;flex-direction: row;}
.procedure_cont.row .box:nth-child(2n) .txt_box{text-align:left}
.procedure_cont.row .box:nth-child(2n) .top {left: 0rem;position:relative}
.procedure_cont.row .box .top {flex-direction: column;height: 100%;}
.procedure_cont.row .box .top .line {width: 0.2rem;height: 0.2rem;margin-left: 0;margin-top: 0.5rem;display: block;position: relative;width: 0.1rem;height: 12.5rem;margin-left: 0;margin-top: 0rem;}
.procedure_cont.row .box .top .line:before {width: 0.1rem;transition: height 0.7s;}
.procedure_cont.row .box:last-of-type .top .line { display: none; }
.procedure_cont.row .box .txt_box {width: calc(50% - 0.5rem);margin-top: 0rem;padding-bottom: 8rem;padding: 0rem 1rem;position: relative;top: -2rem;}
.procedure_cont.row .box:last-of-type .txt_box { padding-bottom: 0; }

.procedure_cont.row.active .box .top .num { opacity: 1; }
.procedure_cont.row.active .txt_box .tit{color: #212121;}
.procedure_cont.row.active .box .line:before {height: 150%;}
.procedure_cont.row.active .box .top .line{height: 13rem;max-height: 100%;}
.procedure_cont.row .box.active .line:before { height: 100%; }

.procedure_cont .box:nth-of-type(1) .top .num { transition-delay: 0.3s }
.procedure_cont .box:nth-of-type(1) .top .line:before { transition-delay: 0.7s; }
.procedure_cont .box:nth-of-type(1) .txt_box .tit { transition-delay: 0.7s; }

.procedure_cont .box:nth-of-type(2) .top .num { transition-delay: 1s }
.procedure_cont .box:nth-of-type(2) .top .line:before { transition-delay: 1.4s; }
.procedure_cont .box:nth-of-type(2) .txt_box .tit { transition-delay: 1.4s; }

.procedure_cont .box:nth-of-type(3) .top .num { transition-delay: 1.7s; }
.procedure_cont .box:nth-of-type(3) .top .line:before { transition-delay: 2.1s; }
.procedure_cont .box:nth-of-type(3) .txt_box .tit { transition-delay: 2.1s; }

.procedure_cont .box:nth-of-type(4) .top .num { transition-delay: 2.4s }
.procedure_cont .box:nth-of-type(4) .top .line:before { transition-delay: 2.8s; }
.procedure_cont .box:nth-of-type(4) .txt_box .tit { transition-delay: 2.8s; }

.procedure_cont .box:nth-of-type(5) .top .num { transition-delay: 3.1s }
.procedure_cont .box:nth-of-type(5) .top .line:before { transition-delay: 3.5s; }
.procedure_cont .box:nth-of-type(5) .txt_box .tit { transition-delay: 3.5s; }

.procedure_cont .box:nth-of-type(6) .top .num { transition-delay: 3.8s }
.procedure_cont .box:nth-of-type(6) .top .line:before { transition-delay: 4.2s; }
.procedure_cont .box:nth-of-type(6) .txt_box .tit { transition-delay: 4.2s; }

.procedure_cont .box:nth-of-type(7) .top .num { transition-delay: 4.5s }
.procedure_cont .box:nth-of-type(7) .top .line:before { transition-delay: 4.9s; }
.procedure_cont .box:nth-of-type(7) .txt_box .tit { transition-delay: 4.9s; }

.procedure_cont .box:nth-of-type(8) .top .num { transition-delay: 4.9s }
.procedure_cont .box:nth-of-type(8) .top .line:before { transition-delay: 5.3s; }
.procedure_cont .box:nth-of-type(8) .txt_box .tit { transition-delay: 5.3s; }

.procedure_cont .box:nth-of-type(9) .top .num { transition-delay: 5.3s }
.procedure_cont .box:nth-of-type(9) .top .line:before { transition-delay: 5.8s; }
.procedure_cont .box:nth-of-type(9) .txt_box .tit { transition-delay: 5.8s; }

.procedure_cont .box:nth-of-type(10) .top .num { transition-delay: 5.8s }
.procedure_cont .box:nth-of-type(10) .top .line:before { transition-delay: 6.3s; }
.procedure_cont .box:nth-of-type(10) .txt_box .tit { transition-delay: 6.3s; }

.procedure_cont .box:nth-of-type(11) .top .num { transition-delay: 6.3s }
.procedure_cont .box:nth-of-type(11) .top .line:before { transition-delay: 6.8s; }
.procedure_cont .box:nth-of-type(11) .txt_box .tit { transition-delay: 6.8s; }

.procedure_cont .box:nth-of-type(12) .top .num { transition-delay: 6.8s }
.procedure_cont .box:nth-of-type(12) .top .line:before { transition-delay: 7.3s; }
.procedure_cont .box:nth-of-type(12) .txt_box .tit { transition-delay: 7.3s; }

.procedure_cont .box:nth-of-type(13) .top .num { transition-delay: 7.3s }
.procedure_cont .box:nth-of-type(13) .top .line:before { transition-delay: 7.8s; }
.procedure_cont .box:nth-of-type(13) .txt_box .tit { transition-delay: 7.8s; }

.procedure_cont .box:nth-of-type(14) .top .num { transition-delay: 7.8s }
.procedure_cont .box:nth-of-type(14) .top .line:before { transition-delay: 8.3s; }
.procedure_cont .box:nth-of-type(14) .txt_box .tit { transition-delay: 8.3s; }

.procedure_cont .box:nth-of-type(15) .top .num { transition-delay: 8.3s }
.procedure_cont .box:nth-of-type(15) .top .line:before { transition-delay: 8.8s; }
.procedure_cont .box:nth-of-type(15) .txt_box .tit { transition-delay: 8.8s; }

#mobileMenu:not(.hidden) {
    opacity: 1;
}

#mobileMenu:not(.hidden) #mobileMenuContainer {

    opacity: 1;
}

#mobileMenu.closing {
    opacity: 0;
}

#mobileMenu.closing #mobileMenuContainer {
    transform: translateY(10px);
    opacity: 0;
}

.arrow {
    transform: rotate(90deg);
  }

  @media (min-width: 1024px) {
    .arrow {
      transform: rotate(0deg);
    }
  }

/* ppb2 */
.ftBtn p:nth-child(2){
    margin-top: .5rem;
    background: #fafafa;border: 1px solid #29A0ED;
}
.ftBtn p svg{}
.centerItems{}
.centerItems img{position: relative;padding: 1.5rem;overflow: unset;}

.centerItems div{width: 45%;padding: 1.5rem;}
.centerItems div strong{
    font-size: 1.5rem;position: relative;
}
.centerItems div strong::after{clear: both;content: '';display: block;width: 3.5rem;height: 2px;background: #29A0ED;position: absolute;bottom: -1rem;left: 0;}
.centerItems div p{
    font-size: 1.25rem;
    margin-top: 1.5rem;
}
#captcha_audio{display: none !important;}
.privacy_check{margin-top: 1rem; list-style: none;}
.sub-menuWrap{display: flex;z-index: 8;transition: all .85s;height: 28.125rem;align-items: baseline;color: #fff;position: relative;}
.sub-menuWrap.hide{top: -100%;transition: all .85s;}
@media (max-width: 1024px) {
    .sub-menuWrap{height: 20rem;}
}
@media (max-width: 768px) {
    .sub-menuWrap{height: 15rem;}
}
@media (max-width: 480px) {
    .sub-menuWrap{height: 12rem;}
}
#secondaryMenu{position:relative;margin-left: 1rem;}
.home_btn{position:relative}
.home_btn:before{clear:both;content:'';display:block;position: absolute;width: 1px;height: 40%;transform: translateY(-50%);background: #D2D5DA;z-index: 999;right: 0px;top: 50%;}
.tabDefault2 .home_btn:before{background: #e1e1e1}
.doctor_itemWrap.tabActive{display: grid;}
.doctor_itemWrap {
    margin-top: 0rem;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    transition: .35s;
}

.doctor_itemWrap .doctor_item {

    padding: 1.25rem;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.doctor_item.hidden {
    opacity: 0;
    display: none;
}
.doctor_itemWrap .doctor_item .img {
    width: 30%;
}

.doctor_itemWrap .doctor_item .img img {}

.doctor_itemWrap .doctor_item .content {
    width: 100%;
    position: relative;
    padding: 1rem 1rem 1rem;
    display: flex;
    gap: 2rem;
}
.doctor_itemWrap .doctor_item .content > div{width:50%}
.doctor_itemWrap .doctor_item .content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.doctor_itemWrap .doctor_item .content > div > small{
    font-size: 1rem;
    color: #29a0ed;
}
.doctor_itemWrap .doctor_item .content h2 span {}

.doctor_itemWrap .doctor_item .content h2 span svg {height:1.5rem}

.doctor_itemWrap .doctor_item .content h2 small {}

.doctor_itemWrap .doctor_item .content p {
    margin-top: 0rem;
    font-size: 1.25rem;
    color: #4F4F4F;
    font-weight: 400;
    word-break: keep-all;
    width: 50%;
}
.doctor_itemWrap .doctor_item .content p b{display:block}
.doctor_itemWrap .doctor_item .content .d_btn {
    display: flex;

    width: calc(100% - 2rem);
    bottom: 1rem;
    right: 1rem;
    margin-top: 1.2rem;
}

.doctor_itemWrap .doctor_item .content .d_btn p {
    width: 50%;
    text-align: center;
    padding: 1rem;
    color: #29A0ED;
    border: 1px solid #29A0ED;
    background: #fafafa;
    margin-top: 0;
    cursor: pointer;
}
.doctor_itemWrap .doctor_item .content .d_btn p:last-child {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border: 1px solid #29A0ED;
    color: #fafafa;
    background: #29A0ED;
    margin-top: 0;
    border-radius: 12rem;
}

.page_tab{display: flex;align-items: center;justify-content: space-between;}
.page_tab span{border-radius: 10rem;width: 100%;font-size: 1.5rem;text-align: center;font-weight: 400;color: #aaa;padding: 1rem 0;border-bottom: 2px solid #e1e1e1;cursor: pointer;margin-bottom: 0rem;border: 1px solid #e1e1e1;}
.page_tab .active{
    color: #29A0ED;
    border: 1px solid #29A0ED;
    font-weight: 500;
}
.tabItems{display: none;}
.tabActive{display: block;}

.container {max-width: 1420px;position: relative;margin: 0 auto;z-index: 1;}

#ft_nav{background: #111;margin-top: 0rem;}
.f_logo{max-width: 279px;width: 35vw;}
footer{background: #F8FBFF;}
html {
    font-size: 100%;
  }
.f_logo_sec {
    background: #fafafa;
}
.f_logo_sec .container {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

@keyframes marquee{
    0%{transform: translateX(0);    }
    100%{
        transform: translateX(-110%);
    }

}

.f_logo_sec .container img{max-height: 70px;max-width: 10rem;object-fit: contain;width: 10rem;padding: 0.5rem;}

.subtitle01{position: relative;padding-left: 0rem;font-size: 1.75rem;width: 100%;}
.subtitle01::after{clear: both;content: '';display: block;width: 4px;height: 70%;background:var(--main-color);top: 50%;left: 0;position: absolute;transform: translateY(-50%);display: none;}
.bg-gray-100{background-color: #F7F7F7;}

.cTable .text-gray-700{color: #111;}
.cTable.text-gray-500 {color: #4f4f4f;}
.cTable .text-gray-500 {color: #4f4f4f;}

.cBtnWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    gap: 1rem;
}
.cBtnWrap button{justify-content: center;display: flex;align-items: center;background: #fafafa;padding: 0.75rem 2rem;border: 1px solid var(--main-color);color: var(--main-color);font-weight: 600;}
.cBtnWrap button span{margin-right: .5rem;}
.cBtnWrap button span svg{}
.bg-blue-50{background: #eff9fe;}

.text-blue-600{color: #4095FF;}
.text-blue-600:hover{color: #29A0ED !important;}
.border-blue-600{border-color: #4095FF !important;}

.close_btn{display: none;}
.nRotate span{transform: rotate(0deg) !important;}
.infoBoxWrap{
    margin-top: 0rem;
}
.infoBoxWrap h3{color: var(--main-color);font-weight: 600;font-size: 1.25rem;}
.infoBoxWrap ul{margin-top: 0.65rem;display: flex;gap: 1rem;align-items: center;margin-bottom: .65rem;}
.infoBoxWrap ul{}
.infoBoxWrap ul li{background: #fafafa;border: 1px solid #e1e1e1;padding: 1rem 2.5rem;color: #111;font-size: 1.25rem;font-weight: 600;min-width: 200px;text-align: center;max-width: 80%;position: relative;line-height: 1.2;}
.infoBoxWrap ul li span{margin: 1rem auto 0.5rem;display: block;text-align: center;display: flex;align-items: center;justify-content: center;}
.infoBoxWrap ul li .stepBox{position: absolute;top: -1.5rem;left: 50%;transform: translateX(-50%);border: 1px solid #0056b3;color:#0056b3;border-radius: 50rem;font-size: 1.25rem;margin: 0;background: #fafafa;padding: .5rem 1.5rem;}
.infoBoxWrap ul li p{color: #111;margin-top: 1.6rem;font-size: 1.25rem;margin-bottom: .2rem;}
.infoBoxWrap ul li .mb-0{margin-bottom: 0 !important}
.infoBoxWrap ul li p svg{margin: 0 auto; display:block }

.cTable button{border: 1px solid var(--main-color);display: flex;align-items: center;justify-content: space-between;align-content: center;padding: 0.5rem 1.25rem;height: auto;margin: 0 1.5rem;}
.cBtn{border: 1px solid var(--main-color);display: flex;align-items: center;justify-content: space-between;align-content: center;padding: 0.5rem 1.25rem;height: 3rem;color: var(--main-color);margin-top: 1.5rem;}

.cTable button p{
    height: 40px;color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cTable button span{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cTable button span svg{
    margin-left: 0.125rem;
    width: 1.25rem;
}
    .form{white-space: pre-line;color: #4F4F4F;}
    .form div{color: #111;}

  .recruitBtn{border: 1px solid var(--main-color);color: var(--main-color);display: flex;align-items: center;padding: 0.7rem 2.5rem;border-radius: 15rem;margin-left: auto;font-size: 1.25rem;margin-top: -3.5rem;margin-bottom: 1.5rem;}
  .recruitBtn svg{margin-right: 0.25rem;}
  .bo_sch .sch_btn i{display: none;}

  .menuToggleActive {}
  .menuToggleActive span::after{transform: translateY(-50%) rotate(180deg) !important;}
  .sub_gnb2{display: none;}
  .menuShow{display: block;width: 100%;}

  .pg_page, .pg_start{border:none}

.menuBtnFixed{position: fixed;}

.tableBox thead tr th{text-align: center;padding: 1rem 0.5rem !important;}
.tableBox tbody tr td{text-align: center !important;padding: 1.2rem 1.2rem !important;white-space: nowrap;}

.tableBox2 thead tr th{text-align: center;padding: 1.5rem 1rem !important;}
.tableBox2 tbody tr td{text-align: center;padding: 1.5rem 1rem !important;}
.tableBox2 tbody tr th{text-align: center;padding: 1.2rem 1.2rem !important;word-break: keep-all;}
.tableBox2 .text-left{text-align: left !important;}
.frm-wrap{width: 100%;margin: 2rem auto;}
.frm-inner{

    max-width: 1024px;
    margin: 0 auto;
}
.frm-info h4{margin: 0 0 2rem;text-align: left}
.frm-info {

    margin-top: 1rem;
}
.frm-info ul{
    display: grid;
    flex-wrap: wrap;
    gap: 2rem 2rem;
    grid-template-columns: 1fr 1fr;
}
.frm-item.class_div{
    gap: 0.35rem;
}
.frm-item.class_div input{max-width: 5rem;}
.frm-item {

  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: baseline;
  display: flex;
  background: #ffffff15;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem;
  color: #fff;
  justify-content: space-between;
}
.frm-item input{
  width: 100%;

  border: none;

  font-size: 1.25rem;
  background: none;
}
.frm-item textarea{min-height: 120px;resize: none;width: 100%;border: none;font-size: 1.25rem;background: none;color: #fff;}
.frm-item label{
    font-weight: 500;
    white-space: nowrap;
    text-align: left;
    width: auto;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
}

.frm-item > label::after{clear:both;content:'';display:block;top: 0%;position: absolute;width: 0.3rem;height: 0.3rem;border-radius: 9rem;background: #00816c;right: -0.35rem;transform: translateY(-50%);}
.label {
  font-weight: bold;
}

.input_text {
  padding: .5rem .75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: auto;
  font-size: 1rem;
  color: #3b3b3b;
}

.selectBox {
  display: inline-block;
  margin-top: 10px;
}

.selectBox select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn-submit button {
  padding: 1rem 2rem;
  background-color: var(--main-color);
  color: #fafafa;
  border: none;
  border-radius: 0rem;
  cursor: pointer;
  margin-top: 2rem;
  width: 50%;
  max-width: 262px;
  margin: 0 auto;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 10rem;
}

.btn-submit button:hover {
  opacity: 0.9;}
.DB_info_detail{margin-top: 1.5rem;max-height: 10rem;padding: 1rem;border: 0px solid #e1e1e1;font-size: 1rem;overflow: auto;background: #fafafa;}
  .check-box{font-size: 1rem;margin:1rem auto;}
  .email_preference {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email_preference .text-center {
    text-align: center;
    width: 100%;
}
.email_preference .text-center::after{display: none;}

.email_preference .custom-checkbox-group {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.email_preference .custom-checkbox-group input[type="checkbox"] {
    display: none;
}

.email_preference .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

.email_preference .custom-checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    box-sizing: border-box;
    transition: background-color 0.3s, border-color 0.3s;
}

.email_preference input[type="checkbox"]:checked + .custom-checkbox:before {
    background-color: #222;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.17l-3.5-3.5a1 1 0 0 1 1.42-1.42L9 13.34l6.59-6.59a1 1 0 0 1 1.42 1.42L9 16.17z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}
.email_preference .custom-checkbox::after{display: none;}
.email_preference input[type="checkbox"]:checked + .custom-checkbox:before {
    background-color: #29A0ED;
}

.email_preference input[type="checkbox"]:checked + .custom-checkbox {
    color: #222;
}

.privacy_box{height: 10rem;overflow-y: auto; padding: 1rem; background: #fafafa;}
.privacy_box ul{background: #fafafa;}
.f_logo_sec span{
    width: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_logo_sec span .container{}
.f_logo_sec span .container img{}

.map{position: relative;}
.map .map_info{position: absolute;top: 1rem;left: 1rem;background: #fafafafffc7;z-index: 2;padding: 1.5rem;max-width: 433px;}
.map .map_info b{
    color: #29A0ED;
    font-size: 1.25rem;
    display: block;
}
.map .map_info p{
    font-size: 1.25rem;
}

.center_info{display: none;}

.head_slide .swiper-slide-active img{animation: mainFade 4s 0s forwards;}
.head_slide .msTxt{position: absolute;top: calc(50% - var(--hd_height)/2 );left: 50%;transform: translate(-50%, -50%);text-align: center;color: #fafafa;}
.head_slide .msTxt strong{font-size: 2.5rem;}
.head_slide .msTxt p{color:#fafafa;margin-top: 1rem;font-size: 1.25rem;font-weight: 300;}

@keyframes mainFade {
    0% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.visual-sec{margin-top: 0rem;height: calc(100vh);position: relative;}
.visual-sec .txt-box {position: absolute;left: 50%;top: calc(75% - 0rem);box-sizing: border-box;width: 90%;padding: 0 2.0rem;transform: translate(-50%, -50%);z-index: 10;max-width: 1420px;text-align: center;}
.visual-sec .txt-box > h3 {
  color: #fafafa;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.3s;
  text-align: center;
}
.visual-sec .txt-box > p {
  color: #fafafa;
  margin-top: 1rem;
  font-size: 1.25rem;
  transform: translateY(20px);
  opacity: 0;
  word-break: keep-all;
  transition: 1s 0.2s;
  text-align: center;
  font-weight: 300 !important;
}
.visual-sec .txt-box > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    margin-top: 2rem;
    transform: translateY(20px);
    opacity: 0;
    transition: 1s 0.4s;
}
.visual-sec .swiper-slide-active .txt-box > h3,
.visual-sec .swiper-slide-active .txt-box > p,
.visual-sec .swiper-slide-active .txt-box > a {
  transform: translateY(0);
  opacity: 1;
  text-align: center;
  font-weight: 700;
}

.visual-sec .img-box {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 9;
}
.visual-sec .img-box{position:relative}
.visual-sec .img-box::after{clear:both;content:'';width:100%;height:100vh;position:absolute;background: #00000035;z-index:99;top:0px;left:0px;}
.visual-sec img {
  transform: scale(1.05);
  transition: 1.5s 0.1s;

}
.visual-sec .swiper-slide-active img {
  transform: scale(1.0);
}
.visual-sec .all-box {
  position: absolute;
  display: inline-flex;
  width: auto;
  height: 50px;
  left: 50%;
  bottom: 2rem;
  box-sizing: border-box;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.visual-sec .progress-box { 
  position: relative;
  width: 20rem;
  height: 50px;
  z-index: 11;
}
.autoplay-progress {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
  width: 15rem;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;

  stroke-width: 4px;
  stroke: #fafafa;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}
 
.visual-sec .swiper-pagination {
  display: flex; 
  color: #fafafa;
  justify-content: space-between;
  position: static;
  text-align: left;
}
.visual-sec .arrow-box {
  position: relative;
  width: 80px;
  height: 50px;
}
 
.visual-sec .swiper-button-next,
.visual-sec .swiper-button-prev {
  width: 21px;
  height: 21px;
  top: 0;
  margin-top: 0;
  background: url(https://www.century21cc.co.kr/views/res/imgs/common/icon-arrow-left-fff.svg) no-repeat center / 100%;
}

.visual-sec .swiper-button-next {
  background-image: url(https://www.century21cc.co.kr/views/res/imgs/common/icon-arrow-right-fff.svg);
}
.visual-sec .swiper-button-next::after,
.visual-sec .swiper-button-prev::after {
  font-size: 0;
}
.f_logo_sec .container {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        animation: marquee 20s infinite linear;
        transform: translateX(0%);
        width: 100vw;
    }
.fixed-element {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;

        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#pharmstore04{background: #fafafa;}

  @media (max-width: 1024px) {
    html {
        font-size: 87.5%;
      }

      .stepCircle::after {
        display: none;
      }
      .stepDesc{}
      .dt_ton{display: none !important;}
      .dt_gon{display: none !important;}

    .text-container {
        width: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .gradient-text { font-size: 3.5rem; }
    .slide-text h2 { font-size: 3.5rem; }
    .hero-desc { font-size: 1.1rem; }

    .visual-wrap {
        width: 300px;
        height: 300px;

        opacity: 0.8;
        z-index: 1;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
    }
    .text-container { z-index: 10; }
    .slide-text{height: 50%;}
}
   
@media (max-width: 480px) {

    .gradient-text { font-size: 2.5rem; }
    .visual-wrap {
        width: 260px; height: 260px;
        margin-right: -130px;
        top: 55%;
    }
    .final-text h3 { font-size: 2.5rem; }
}
 
.spacer { height: 100vh; background: #f9f9f9; }

/* ===== About VALIX Scroll Animation ===== */
.about-valix-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0 0;
}

.about-valix-card {
    position: relative; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    border-radius: 5rem;
    padding: 6rem 3rem;
}
 
.about-valix-card .av-title {
    font-size: clamp(2.5rem, 3.5vw, 4rem);
    line-height: 1.0;
    letter-spacing: -0.03em;
}

/* 텍스트 좌→우 fill 레이어 */
.av-fill-wrap {
    position: relative;
    display: block;           /* span도 block으로 강제 */
    font-size: 1.25rem;
}

.av-fill-base {
    display: block;
    color: rgba(255, 255, 255, 0.22);
}

.av-fill-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* label 별도 색상 처리 */
.av-label .av-fill-base { color: rgba(0, 75, 102, 0.3); }

@media (max-width: 1024px) {
    .about-valix-card { width: calc(100% - 3rem); border-radius: 3rem; }
}
@media (max-width: 768px) {
    .about-valix-card { width: calc(100% - 2rem); border-radius: 2rem; padding: 4rem 1.5rem; }
    .about-valix-card .av-title { font-size: clamp(1.75rem, 7.5vw, 3rem); letter-spacing: -0.02em; }
}
@media (max-width: 480px) {
    .about-valix-section { padding: 2rem 0 0; }
    .about-valix-card { width: calc(100% - 1.5rem); border-radius: 1.5rem; padding: 2.5rem 1.25rem; }
    .about-valix-card .av-title { font-size: clamp(1.5rem, 6.5vw, 2.5rem); }
}

/* ===== Our Service Swiper ===== */
.service-swiper-wrap {
    position: relative;
    overflow: hidden;   /* peek 슬라이드 클리핑 */
    padding: 2.5rem 0;
}

.js-service-swiper {
    overflow: visible !important; /* Swiper JS가 overflow:hidden을 재주입하므로 !important 필요 */
    width: 100%;
}

.js-service-swiper .swiper-wrapper {
    align-items: center;
    height: auto;
}

.js-service-swiper .swiper-slide {
    width: 70%;
    max-width: 738px;
    border-radius: 1.5rem;
    overflow: hidden;
    opacity: 0.5;
    transform: scale(0.8);
    transform-origin: center center;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-service-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.service-slide-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    background: #0f172a;
}

.service-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Tab labels */
.service-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.service-tab {
    padding: 0.875rem 2rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #9ca3af;
    background: none;
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: color 0.25s, border-color 0.25s;
}

.service-tab:hover { color: #374151; }

.service-tab.active {
    color: #004B66;
    font-weight: 700;
    border-bottom-color: #004B66;
}

/* Nav buttons: prev = light outline, next = brand filled */
.service-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    transition: all 0.2s;
}

.service-nav-prev {
    left: 17%;          /* slide 70% → peek 15%, 버튼은 2% 안쪽 */
    background: #fff;
    border: 1.5px solid #d1d5db;
    color: #6b7280;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.service-nav-prev:hover { border-color: #004B66; color: #004B66; }

.service-nav-next {
    right: 17%;
    background: #004B66;
    border: none;
    color: #fff;
    box-shadow: 0 2px 8px rgba(15,118,110,0.3);
}

.service-info-header{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.service-info-num{
    border: 1px solid #DEE;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 75, 102, 0.16);
    padding: .25rem .5rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #004b66;
}
.service-info-title {
    font-size: 1.5rem;
    font-weight: 700;
}
.service-info-desc{}
.service-nav-next:hover { background: #003850; }

/* Info text below slider */
.service-info-area {
    width: 70%;
    max-width: 738px;
    margin: 0 auto;
    padding: 0 0.5rem;
}

.service-info-label {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #004B66;
    margin-bottom: 0.375rem;
}

.service-info-desc {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.7;
    word-break: keep-all;
    font-size: 1.25rem;
    margin-top: 0.8rem;
}

@media (max-width: 1024px) {
    .js-service-swiper .swiper-slide { width: 76%; }
    .service-nav-prev { left: 13%; }
    .service-nav-next { right: 13%; }
    .service-info-area { width: 76%; }
}

@media (max-width: 768px) {
    .js-service-swiper .swiper-slide { width: 88%; }
    .service-nav-prev { left: 0.75rem; }
    .service-nav-next { right: 0.75rem; }
    .service-nav-btn { width: 2.25rem; height: 2.25rem; font-size: 0.875rem; }
    .service-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; justify-content: flex-start; padding-bottom: 2px; scrollbar-width: none; }
    .service-tabs::-webkit-scrollbar { display: none; }
    .service-tab { padding: 0.75rem 1.25rem; font-size: 0.8125rem; flex-shrink: 0; }
    .service-info-area { width: 92%; }
    .service-info-title { font-size: 1.25rem; }
    .service-info-desc { font-size: 1rem; }
}

/* ===== Common Renewal Scale ===== */
:root {
    --area-padding: 3rem;
    --header-height: 6rem;
    --common-section-space: 8rem;
    --common-section-space-lg: 10rem;
    --common-title-size: 5.2rem;
    --common-title-size-md: 4.2rem;
    --common-title-size-sm: 3.5rem;
    --common-subtitle-size: 2.4rem;
    --common-body-size: 1.8rem;
    --common-body-size-sm: 1.6rem;
    --common-line-height: 1.6;
}

html {
    font-size: 100%;
}

body {
    color: var(--txt-color);
    font-size: 1rem;
    line-height: var(--common-line-height);
}

.inner,
.container {
    max-width: 1420px;
    width: calc(100% - (var(--area-padding) * 2));
}

.inner_1200 {
    width: calc(100% - (var(--area-padding) * 2));
}

.main_tit {
    margin-bottom: 5.5rem;
    letter-spacing: -0.025em;
}

.main_tit .txt01 {
    font-size: var(--common-title-size);
    font-weight: 700;
    line-height: 1.36;
}

.main_tit .txt02 {
    margin-top: 1.3rem;
    font-size: var(--common-subtitle-size);
    font-weight: 500;
    line-height: 1.4;
}

.sub_title01 {
    padding-bottom: 7.5rem;
}

.sub_title01 .txt01,
.sub_title02 .txt02,
.txt_list .txt01,
.txt_list .txt02,
.txt_list .txt_box .txt02 {
    font-size: var(--common-body-size);
    line-height: var(--common-line-height);
    letter-spacing: -0.025em;
}

.sub_title02 .txt01 {
    margin-bottom: 1.3rem;
    font-size: var(--common-title-size-sm);
    line-height: 1.36;
}

.sub_title02 .txt02 {
    padding-bottom: 6rem;
    font-weight: 400;
}

.txt_list {
    margin-bottom: 8rem;
}

.txt_list .txt01 {
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.txt_list .txt01.pt {
    margin: 5rem 0 1.5rem;
}

.txt_list .txt_box {
    margin-top: 3rem;
    padding: 0 8.333%;
}

.table_layout {
    margin-top: 2rem;
}

.table_layout table thead tr th {
    padding: 1.8rem 1rem;
    font-size: var(--common-body-size);
    line-height: 1.35;
}

.table_layout tbody tr td {
    padding: 1.8rem 2.4rem;
    font-size: var(--common-body-size);
    line-height: var(--common-line-height);
}

.table_layout.type01 tbody tr td,
.table_layout.type02,
.table_layout.type02 tbody tr td {
    font-size: var(--common-body-size-sm);
    line-height: 1.6;
}

.sub_banner .txt_con .txt01 {
    font-size: var(--common-title-size);
    font-weight: 700;
    line-height: 1.2;
}

.subTitleAb b {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #fff;
}

.sub_banner .txt_con .txt02,
.subTitleAb p {
    font-size: var(--common-body-size);
    line-height: 1.5;
}

.sub-menuWrap {
    height: 38rem;
}

#subSection,
.mSection,
.section02,
.section04,
.vision-section {
    padding-top: var(--common-section-space);
    padding-bottom: 0;
}

.main-sec08 {
    padding-bottom: var(--common-section-space);
}

.nav {
    height: var(--header-height);
    padding: 0 var(--area-padding);
}

.nav.on {
    height: 4.8rem;
}

.nav .gnb_con .gnb_box {
    gap: 2.4rem !important;
}

.nav .gnb_con .gnb_box:hover {
    gap: 3.6rem !important;
}

.nav .gnb_con .gnb_box .sub_title > a,
.nav .gnb_con .gnb_box .sub_title .sub_menu li a,
.nav .gnb_con .gnb_box .sub_title .sub_gnb li a {
    font-size: 1.125rem !important;
    line-height: 1.4;
}

.visual-sec .txt-box {
    top: 72%;
    max-width: 1420px;
}

.visual-sec .txt-box > h3 {
    font-size: var(--common-title-size);
    line-height: 1.28;
}

.visual-sec .txt-box > p,
.head_slide .msTxt p {
    font-size: var(--common-body-size);
    line-height: var(--common-line-height);
}

.head_slide .msTxt strong {
    font-size: var(--common-title-size);
    line-height: 1.28;
}

footer {
    padding-top: 6rem;
}

footer h3,
footer .text-xl,
footer .flex .first .txt_con02 .txt_box .txt01,
footer .second .flex .link_con .link_tit .txt01,
footer .second .flex .link_con .link_sub_tit li a,
footer .copy .flex .txt01 {
    line-height: 1.6;
}

@media (max-width: 1280px) {
    :root {
        --area-padding: 2rem;
    }

    .main_tit .txt01,
    .sub_banner .txt_con .txt01,
    .visual-sec .txt-box > h3,
    .head_slide .msTxt strong {
        font-size: var(--common-title-size-md);
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 87.5%;
    }

    .sub-menuWrap {
        height: 28rem;
    }

    #subSection,
    .mSection,
    .section02,
    .section04,
    .vision-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

@media (max-width: 768px) {
    :root {
        --area-padding: 1.5rem;
        --common-section-space: 7rem;
    }
 
    .inner,
    .container,
    .inner_1200,
    .inner_1120 {
        width: calc(100% - (var(--area-padding) * 2));
    }

    .main_tit {
        margin-bottom: 3rem;
    }

    .main_tit .txt01,
    .sub_banner .txt_con .txt01,
    .visual-sec .txt-box > h3,
    .head_slide .msTxt strong {
        font-size: var(--common-title-size-sm);
        line-height: 1.2;
    }

    .main_tit .txt02,
    .sub_title01 .txt01,
    .sub_title02 .txt02,
    .txt_list .txt01,
    .txt_list .txt02,
    .txt_list .txt_box .txt02,
    .sub_banner .txt_con .txt02,
    .subTitleAb p,
    .visual-sec .txt-box > p,
    .head_slide .msTxt p {
        font-size: var(--common-body-size-sm);
    }

    .sub_title01 {
        padding-bottom: 4rem;
    }

    .sub_title02 .txt01 {
        font-size: 2.8rem;
    }

    .sub_title02 .txt02 {
        padding-bottom: 4rem;
    }

    .txt_list {
        margin-bottom: 5rem;
    }

    .txt_list .txt_box {
        padding: 0;
    }

    .table_layout {
        overflow-x: auto;
    }
 
    .table_layout table { 
        min-width: 680px;
    }

    .table_layout table thead tr th,
    .table_layout tbody tr td {
        padding: 1.4rem 1rem;
        font-size: var(--common-body-size-sm);
    }

    .sub-menuWrap {
        height: 22rem;
    }

    .visual-sec .txt-box {
        top: 70%;
        padding: 0 var(--area-padding); 
    }

    footer {
        padding-top: 4rem;
    }
}

@media (max-width: 480px) {
    .main_tit .txt01,
    .sub_banner .txt_con .txt01,
    .visual-sec .txt-box > h3,
    .head_slide .msTxt strong {
        font-size: 3rem;
    }

    .sub-menuWrap {
        height: 18rem;
    }
}

/* ===== Product Cards (메인 페이지) ===== */
.product-card {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
}

.product-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 115%;
    top: -7.5%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-card-img {
    transform: scale(1.07);
}

.product-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(5, 15, 30, 0.88) 0%,
        rgba(5, 15, 30, 0.22) 50%,
        transparent 100%
    );
}

.product-card-body {
    position: relative;
    z-index: 10;
    transition: transform 0.4s ease;
}

.product-card:hover .product-card-body {
    transform: translateY(-4px);
}

.product-card-tag {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.375rem;
}

.product-card-title {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.45rem 1.25rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.product-card-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    .product-card {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .product-card {
        height: 260px;
    }
}
/* ===== /Product Cards ===== */


/* ==========================================================================
   Notice Section Custom CSS (Glassmorphism & Responsive)
   ========================================================================== */

/* 1. 슬라이드 기본 스타일 (글래스모피즘 & 반투명 화이트) */
.noticeSlide .notice-card {
    background: rgba(255, 255, 255, 0.75); /* 반투명 배경 (배경이미지 은은하게 비침) */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    color: #1e293b; /* 텍스트 기본색 (Slate 800) */
}
 
.noticeSlide .notice-card-desc {
    color: #475569; /* 본문 텍스트 (Slate 600) */
}
.noticeSlide .swiper-wrapper { align-items: stretch; height: auto;}
.notice-slide { height: 380px; }
.noticeSlide .notice-card { height: 100%; }

@media (max-width: 639px) {
    .notice-slide { height: 320px; }
}
.noticeSlide .notice-card-footer { 
    color: #64748b; /* 날짜 텍스트 (Slate 500) */
}

/* 2. 첫 번째 슬라이드 (시안처럼 더 밝은 화이트로 강조) */
.noticeSlide .swiper-slide:first-child .notice-card,
.noticeSlide .notice-card:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* 3. 모바일/태블릿 반응형 미세 조정 */
@media (max-width: 768px) {
    .noticeSlide .notice-card {
        border-radius: 20px; /* 모바일에서 둥근 모서리 살짝 축소 */
    }
    
    /* 모바일에서는 텍스트 줄수 제한 조정 */
    .noticeSlide .notice-card-desc {
        -webkit-line-clamp: 3; /* 4줄 -> 3줄로 축소 */
    }
}

/* ===== Contact Us ===== */
.contact-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--main-color);
    margin-bottom: 0.75rem;
}

.contact-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 1rem;
    word-break: keep-all;
}

.contact-desc {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.75;
    margin-bottom: 3rem;
    word-break: keep-all;
}

.contact-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: #374151;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-item:hover {
    color: var(--main-color);
}

.contact-info-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #f3f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.contact-info-item:hover .contact-info-icon {
    background: #ddeef5;
}

/* 폼 필드 */
.cf-field {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.cf-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    letter-spacing: -0.01em;
}

.cf-input {
    width: 100%;
    border: 1.5px solid #e5e7eb;
    border-radius: 0.625rem;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    color: #111827;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}

.cf-input::placeholder {
    color: #9ca3af;
    font-size: 0.875rem;
}

.cf-input:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(0, 75, 102, 0.08);
}

.cf-textarea {
    resize: vertical;
    min-height: 140px;
}

.cf-agree {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 1.25rem;
    cursor: pointer;
}

.cf-agree input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--main-color);
    flex-shrink: 0;
}

.cf-agree-link {
    color: var(--main-color);
    text-decoration: underline;
    font-weight: 500;
    margin-left: 0.25rem;
}

.cf-submit {
    display: block;
    width: 100%;
    margin-top: 1.25rem;
    padding: 1rem;
    background: var(--main-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
    font-family: inherit;
}

.cf-submit:hover {
    background: #003850;
    transform: translateY(-1px);
}

.cf-submit:active {
    transform: translateY(0);
}

@media (max-width: 767px) {
    .contact-title {
        font-size: 1.625rem;
    }
    .contact-desc {
        margin-bottom: 2rem;
    }
    .contact-info-wrap {
        margin-bottom: 2.5rem;
    }
}
/* ===== /Contact Us ===== */

/* ===== Terms Modal ===== */
.terms-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.terms-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.terms-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.terms-modal-box {
    position: relative;
    background: #fff;
    border-radius: 1.25rem;
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: scale(0.9) translateY(20px);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.3s ease;
}

.terms-modal.is-open .terms-modal-box {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.terms-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.terms-modal-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #111827;
}

.terms-modal-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.terms-modal-close:hover {
    background: #e5e7eb;
    color: #111827;
}

.terms-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.75rem;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.75;
}

.terms-modal-body p {
    margin-bottom: 0.75rem;
}

.terms-section-title {
    font-weight: 700;
    color: #111827;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
}

.terms-section-title:first-child {
    margin-top: 0 !important;
}

.terms-modal-body ul {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    list-style: disc;
}

.terms-modal-body ul li {
    margin-bottom: 0.25rem;
}

.terms-modal-footer {
    padding: 1.25rem 1.75rem;
    border-top: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.terms-modal-confirm {
    display: block;
    width: 100%;
    padding: 0.8rem;
    background: var(--main-color);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-family: inherit;
}

.terms-modal-confirm:hover {
    background: #003850;
}

@media (max-width: 480px) {
    .terms-modal-box {
        max-height: 90vh;
        border-radius: 1rem;
    }
    .terms-modal-body {
        padding: 1.25rem;
    }
}
/* ===== /Terms Modal ===== */

@keyframes dropLine {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

.scroll-line {
  /* 기존 bg-white 대신 linear-gradient 적용 */
  /* 위쪽 끝(0%): 투명 -> 중간(50%): 선명한 흰색 -> 아래쪽 끝(100%): 투명 */
  background: linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 1) 50%, 
    rgba(255, 255, 255, 0) 100%
  );
  
  /* 2초 간격으로 부드럽게 무한 반복 */
  animation: dropLine 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#contactCTA{
    background: url(/image/subtop12.jpg) no-repeat;
}

.bg-dim-top {
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; 과 동일 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none; /* 하단 레이어 클릭 이벤트 통과 */
  z-index: 0; /* 필요에 따라 레이어 순서 조절 */
}

.bg-dim {
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; 과 동일 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none; /* 하단 레이어 클릭 이벤트 통과 */
  z-index: 0; /* 필요에 따라 레이어 순서 조절 */
}

/* 초기 진입 텍스트 및 스크롤에 따라 나타나는 모든 텍스트/요소 */
.reveal-text,
.hero-desc,
.t2, .t3, .t4,
.final-text,
.bg-1 .fade-box > *,
.bg-2,
.bg-2 .fade-box > *,
.bg-3,
.bg-3 .fade-box > * {
  visibility: hidden; /* opacity: 0; 대신 visibility: hidden; 권장 */
  opacity: 0;
}

/* 1. 초기 로드 텍스트 노출 방지(FOUC) + 2. 스크롤/렌더링 중 깜빡임 방지(GPU 가속) */
.section, 
.vision-watermark {
  visibility: hidden; 
  will-change: transform, opacity;
}