/* */

#header .head_menu .main_menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#header .head_menu .main_menu .dept1 {
    width: 8%
}

#header .head_menu .logo {
    z-index: 10;
}

.lst_lang {
    display: inline-block;
    margin: 0 0 0 10px;
}

.lst_lang ul li {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.txt_wrap {
    margin: 0 0 40px;
}

strong.stxt {
    display: inline-block;
    position: relative;
    margin: 0 auto 18px;
    padding: 0 0 10px;
    font-size: 34px;
    font-weight: 700;
    color: #A67951;
    text-align: center;
}

/* strong.stxt:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background-color: #333;
} */

strong.stxt.s_none {
    margin: 0;
}

p.sdec {
    margin-bottom: 15px;
    font-size: 20px;
    color: #696969;
    line-height: 1.65;
}

p.sub_tit {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #A67951;
    line-height: 26px;
}

ul.lst_ul li {
    position: relative;
    padding: 4px 0 4px 17px; /* 왼쪽 여백 확보 */
    font-size: 1.125rem;
    color: #333;
}

ul.lst_ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #414141;
    border-radius: 50%; /* 동그라미 */
}

/* */

.stop_menu {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #D7D7D7;
}

.stop_menu .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1440px;
    height: 54px;
    margin: 0 auto;
}

.stop_menu ul li {
    display: inline-block;
}

/* .stop_menu ul li:first-child {
    padding: 0 15px 0 0;
} */

/* 메인 */

#banner_wrap {
    height: 100vh;
}

#banner_wrap .swiper-slide {
    height: 100vh;
}

.main_ban_conainer .bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0.8;
}

.main_ban_conainer .bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main_ban_conainer .swiper-slide.swiper-slide-active .bg {
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    -webkit-animation: bgScale 10s both;
    animation: bgScale 10s both;
    opacity: 1;
}

@keyframes bgScale {
    0% {
        -webkit-transform: scale(1.1) rotate(0.01deg);
        transform: scale(1.1) rotate(0.01deg);
    }

    100% {
        -webkit-transform: scale(1.0) rotate(0.01deg);
        transform: scale(1.0) rotate(0.01deg);
    }
}

.main_ban_conainer .ban_group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1440px;
    height: 100vh;
    margin: 0 auto;
}

.main_ban_conainer .txt {
    z-index: 999;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    filter: drop-shadow(0 0 24px #000);
}

.main_ban_conainer ul {
    margin: 40px 0 0;
}

.main_ban_conainer ul li {
    display: inline-block;
    margin: 0 5px;
    width: 200px;
    text-align: center;
    vertical-align: top;
}

.main_ban_conainer ul li a {
    display: block;
    background: rgba(217, 217, 217, 0.2);
    border-radius: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 58px;
    color: #fff;
}

.main_ban_conainer ul li:first-child a {
    border-color: #009DFF;
    background: #009DFF;
    color: #fff;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.main_ban_conainer .desc {
    z-index: 999;
    margin: 10px 0 0;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    filter: drop-shadow(0 0 24px #000);
}

.main_ban_conainer .swiper-slide .txt {
    position: relative;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.main_ban_conainer .swiper-slide .txt:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 1px;
    width: 130px;
    background-color: rgba(255, 255, 255, 0.3);
}

.main_ban_conainer .swiper-slide.swiper-slide-active .txt {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    opacity: 1;
}

.main_ban_conainer .swiper-slide.swiper-slide-active .txt {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main_ban_conainer .swiper-slide .desc {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.main_ban_conainer .swiper-slide.swiper-slide-active .desc {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    opacity: 1;
}

.main_ban_conainer .swiper-slide.swiper-slide-active .desc {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.swiper-navigation button.next {
    transform: rotate(180deg);
}

.visual .control-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translateY(-50%);
    z-index: 20;
    bottom: 20px;
    margin-left: -155px;
}

.visual .arrow-box {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 27px;
}

.visual .arrow-box .swiper-button-prev,
.visual .arrow-box .swiper-button-next {
    top: 0;
    z-index: 10;
    width: 14px;
    height: 27px;
    color: #fff;
}

.visual .arrow-box .swiper-button-prev {
    left: 0px;
    margin-top: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.visual .arrow-box .line {
    position: absolute;
    top: 50%;
    left: 32px;
    display: inline-block;
    z-index: 10;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.visual .arrow-box .swiper-button-next {
    left: 50px;
    margin-top: 0;
}

.autoplay-progress {
    display: inline-block;
    position: relative;
    left: 4px;
    width: 150px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    /* height: 100%; */
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(100*(1 - var(--progress)));
    stroke-dasharray: 100;
}

.visual .swiper-pagination {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 25px;
    width: 80px;
    height: 25px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.visual .swiper-pagination .total {
    color: #b6b6b6;
}

.visual .swiper-button-ps {
    position: absolute;
    top: 7px;
    left: 318px;
    z-index: 15;
    width: 9px;
    height: 14px;
    cursor: pointer;
    background: url(../img/stop.png) no-repeat 0 0;
}

.visual .swiper-button-ps.on {
    background: url(../img/start.png) no-repeat 0 0;
}

/* */

.sec_inner {
    overflow: hidden;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 130px 0;
}

.sec_sub .sec_inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0;
}

strong.stit {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}

.s_dec {
    position: relative;
    display: block;
    margin: 0 0 40px;
    padding: 10px 0 5px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #808080;
}

.fxs_tit {
    margin: 0 0 30px;
    font-size: 34px;
    font-weight: 600;
    color: #3D3D3D;
}

.fxs_tit span {
    margin-right: 10px;
    padding: 5px 20px;
    background-color: #006fae;
    font-size: 24px;
    color: #fff;
    border-radius: 20px;
}

/* */

.fxs_stit {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #006fae;
}

.fxs_stit span {
    margin-right: 10px;
    padding: 5px 20px;
    background-color: #006fae;
    font-size: 24px;
    color: #fff;
    border-radius: 20px;
}

a.s_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 10px;
    padding: 10px 25px;
    background-color: #068BAA;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}

a.s_more span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    border-radius: 50%;
}

/* __1 */

.sec__1 .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
   
}

.sec__1 .item {
    overflow: hidden;
    position: relative;
    width: calc((50% - 50px) / 2);
    margin-right: 25px;
    background: #F5F5F5;
    transition: width 0.5s, border-radius 0.5s;
    border-radius: 10px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.25);
}

.sec__1 .item figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s;
    margin: 0;
}

.sec__1 .item figure::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, transparent, #000);
    opacity: 0.9;
}

.sec__1 .item figure img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec__1 .item:last-of-type {
    margin-right: 0;
}

.sec__1 .item .text {
    position: relative;
    margin-top: 390px;
}

.sec__1 .item .back {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    transition: top 0.5s, transform 0.5s;
    will-change: transform, top;
}

.sec__1 .item dl:not(.back) {
    opacity: 0;
    pointer-events: none;
}

.sec__1 .item dl {
    padding: 30px;
}

.sec__1 .item dl dt {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    /* color: #333; */
    color: #fff;
    font-style: italic;
    letter-spacing: -0.02em;
    line-height: 1.5;
    transition: color 0.5s;
}

.sec__1 .item dl dt:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 4px;
    width: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: width 0.4s cubic-bezier(0.4,0,0.2,1);
}
.flex-box .item:hover .sec__1 .item dl dt:after {
    width: 180px;
}

.sec__1 .item dl dd {
    display: flex;
    align-items: flex-end;
    width: calc(200% + 60px);
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.75;
    transition: width 0.5s, opacity 0.5s, color 0.5s;
}

.sec__1 .item dl.front {
    opacity: 1;
}

.sec__1 .item dl.back {
    opacity: 0;
}

.sec__1 .item.on dl.front {
    opacity: 0;
}

.sec__1 .item.on dl.back {
    opacity: 1;
}

.sec__1 .item dl dd p {
    width: calc(100% - 180px);
    font-size: 1.5rem !important;
    font-weight: inherit;
    line-height: 1.3;
}

.sec__1 .item dl dd div {
    width: 180px;
    justify-items: end;
    -webkit-justify-items: end;
}

.sec__1 .item .icon {
    margin-bottom: 20px;
    /* filter: invert(0) brightness(0);
    -webkit-filter: invert(0) brightness(0);
    transition: filter 0.5s; */
}

.sec__1 .item.on .icon {
    /* filter: invert(1) brightness(2);
    -webkit-filter: invert(1) brightness(2); */
}

.sec__1 .item.on {
    width: 50%;
}

.sec__1 .item.on figure {
    opacity: 1;
}

.sec__1 .item.on .back {
    top: 100%;
    transform: translateY(-100%);
}

.sec__1 .item.on dl dt {
    color: #FFF;
}

.sec__1 .item.on dl dd {
    width: 100%;
    color: #fff;
}

/* __2 */

.more_car {
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-size: 18px;
    color: #00EEFF;
}

.sec__2 strong.stit {
    margin: 0 0 20px;
    font-weight: 800;
}

.sec__2 strong.stit:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 1px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.3);
}

.sec__2 {
    background: url(../img/main/sec2_bg.jpg);
}

.sec__2 .grid .g-col-lg-6 {
    position: relative;
    padding: 20px;
    background: rgba(0, 0, 0, 45%);
    border-radius: 25px;
}

.sec__2 .grid strong.stit {
    font-size: 1.5rem;
}

.sec__2 .grid strong.stit .separator {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.5); /* 흰색 계열 선 */
}

.sec__2 .tit_area {
    padding: 14px 0;
}

.con_area .notice_list li:first-child {
    padding: 13px 0 0 0;
}

.con_area .notice_list li:last-child {
    border-bottom: unset;
}

.con_area .notice_list a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

.con_area .notice_list a p {
    padding: 0 0 0 10px;
}

.con_area .notice_list a p.tit {
    display: inline-block;
    width: 76%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.con_area .notice_list a p.date {
    font-weight: 400;
    position: absolute;
    top: 11px;
    right: 5px;
}

.con_area .notice_list a:hover p.tit {
    text-decoration: underline;
}

/* __3 */

.sec__3 {
    background: url(../img/main/sec3_bg.jpg);
}

.sec__3 .text-end a {
    font-size: 22px;
}

.tab ul {
    display: table;
    border-collapse: collapse;
}

.tab ul li {
    display: table-cell;
}

.tab ul li a {
    display: block;
    width: 100%;
    padding: 18px 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ddd;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}

.tab.tab_page ul li a {
    display: block;
    width: 100%;
    padding: 18px 20px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}

/* .tab li:hover, */
.tab.tab_page li.selected {
    border-bottom: 3px solid #A67951;
    /* color: #003871; */
}


/* .tab li:hover, */
.tab li.selected {
    border-bottom: 3px solid #00EEFF;
    /* color: #003871; */
}

.tab li:hover a,
.tab li.selected a {
    /* color: #003871; */
    text-decoration: none;
}

.unify {
    display: none;
}

.skms0 {
    display: block;
}

.map_info {
    margin: 30px 0 0;
}

.map_info ul li {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.6;
}

.map_info ul li:nth-child(2) {
    font-size: 1.25rem;
}

.auto-height-section {
    height: 267px !important;
}

/* footer */

#ft {
    padding: 40px 0 10px;
    background: #2C2C2C;
}

#ft_company {
    max-width: 1440px;
}

.ft_logo {
    width: 25%;
}

#ft_catch {
    width: 100%;
    text-align: left;
}

#ft_catch .service_tit {
    margin-top: 0;
    font-size: 20px;
}

#ft_catch .service_tell {
    margin-top: 5px;
    font-size: 34px;
}

.ft_area {
    width: 75%;
}

#ft .grid {
    color: #fff;
    text-align: left;
}

#ft .grid strong {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

#ft .grid a {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* */

#menu {
    position: fixed;
    top: 50%;
    left: 60px;
    z-index: 100;
    margin-top: 50px;
    transform: translateY(-50%);
}

#menu ul li a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.fp-viewing-Service #menu ul li a {
    color: #333;
}

#menu ul li a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 3px;
    height: 68px;
    background: #C0C0C0;
}

#menu ul li a.active {
    color: #B28247
}

#menu ul li a.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #B28247
}

#menu ul li:nth-child(2) a.active {
    color: #B28247;
}

#menu ul li:nth-child(2) a.active:after {
    background: #B28247;
}

.lang {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    margin-top: -13.5px;
}

.lang h1 {
    cursor: pointer;
    color: #fff;
}

.on .lang h1,
.fixed .lang h1 {
    color: #333;
}

.on .lang h1 img,
.fixed .lang h1 img {
    filter: brightness(0%);
}

.lang ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    width: 90px;
    margin-top: 12px;
    margin-left: -45px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.lang ul::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    display: block;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-image: initial;
}

.lang ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
    line-height: 32px;
    color: #333;
    text-align: center;
}

.lang ul li:last-child a {
    border-bottom: 0px none;
}

.lang ul li.on a, .lang ul li:hover a {
    /* color: rgb(255, 255, 255); */
}

@media screen and (max-width: 1024px) {
    .lang {
        margin-right: 120px;
    }
}

@media screen and (max-width: 640px) {
    .lang {
        margin-right: 120px;
    }
}

/* 메인 비주얼 하단 스크롤 유도선 */
.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  pointer-events: none;
}
.scroll-indicator span {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.3em;
  margin-bottom: 8px;
  opacity: 0.85;
  font-weight: 500;
}
.scroll-indicator .scroll-bar {
  width: 2px;
  height: 32px;
  background: linear-gradient(to bottom, #fff 60%, transparent 100%);
  border-radius: 2px;
  opacity: 0.7;
  animation: scroll-bar-move 1.2s infinite cubic-bezier(0.4,0,0.2,1);
}
@keyframes scroll-bar-move {
  0% { transform: translateY(0); opacity: 0.7; }
  60% { transform: translateY(16px); opacity: 1; }
  100% { transform: translateY(32px); opacity: 0; }
}

@media (max-width: 768px) {
  .scroll-indicator {
    bottom: 24px;
  }
  .scroll-indicator span {
    font-size: 13px;
  }
  .scroll-indicator .scroll-bar {
    height: 20px;
  }
  .sec__3 .sec_inner .grid.align-items-center {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .sec__3 .sec_inner .g-col-12.g-col-lg-10 {
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
  .sec__3 .sec_inner .g-col-12.g-col-lg-2.text-end {
    width: 100%;
    flex: 0 0 100%;
    text-align: right;
    margin-top: 12px;
  }
  .sec__3 .sec_inner .tab {
    width: 100%;
    margin-bottom: 0;
  }
  .sec__3 .sec_inner .tab ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sec__3 .sec_inner .tab ul li {
    flex: 1 1 0;
    min-width: 100px;
  }
  .sec__3 .sec_inner .tab ul li a {
    font-size: 16px !important;
    padding: 12px 8px;
  }
  .sec__3 .sec_inner .text-end .detail-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    margin-top: 0;
    padding: 8px 0;
  }
}