@charset "UTF-8";

:root {
    --a-accent: #0080b9;
    --a-accent: #0080b9;
    --Aceent: #0080b9;
}

.swiper-slide {
    user-select: text !important;
    /* 텍스트 선택 허용 */
    -webkit-user-drag: text !important;
    /* 웹킷 브라우저에서 텍스트 드래그 허용 */
}

.swiper-wrapper {
    user-select: text !important;
    /* 부모 요소에도 적용 */
}

/* 기본 설정들 */
html {
    overflow-x: hidden !important;
    letter-spacing: -0.5px;
}

html * {
    word-break: keep-all;
}

html,
body,
input,
select,
textarea {
    font-family: "Pretendard";
    letter-spacing: -0.5px;
    color: #272727;
}

img,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; */
    /* -webkit-user-drag: none; */
    font-family: "Pretendard";
}

.p {
    display: block;
}

.m {
    display: none;
}

.fb {
    font-family: "Noto Sans KR";
    font-weight: 600;
    font-style: bold;
}

button {
    all: unset;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    font: inherit;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

button:focus {
    outline: none;
}

html::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-thumb {
    background-color: #0080b9;
    border-radius: 10px;
}

.bold {
    font-weight: 700;
}

.none_500 {
    display: block;
}

.block_500 {
    display: none;
}

.none_768 {
    display: block;
}

.block_768 {
    display: none;
}

.block_960 {
    display: none;
}

.none_960 {
    display: block;
}

.block_980 {
    display: none;
}

.none_980 {
    display: block;
}

.block_1080 {
    display: none;
}

.none_1080 {
    display: block;
}

.block_1020 {
    display: none;
}

.none_1020 {
    display: block;
}

.block_1200 {
    display: none !important;
}

.none_1200 {
    display: block !important;
}

.block_1350 {
    display: none !important;
}

.none_1350 {
    display: block !important;
}

.body_locked {
    height: 100vh !important;
    overflow: hidden !important;
}

.sub_wrap {
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.sub_w1280 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.color_797979 {
    color: #797979;
}

@media screen and (max-width: 1020px) {
    #fullpage {
        height: auto !important;
    }

    .section {
        height: auto !important;
    }

    .fp-tableCell {
        height: auto !important;
    }
}

/* TEXT */
.tit1 {
    color: var(--neutral-gray-800, #262626);
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.84px;
}

.tit2 {
    color: var(--neutral-gray-800, #262626);
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding-bottom: 10px;
}

.txt1 {
    color: var(--neutral-gray-800, #262626);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.w * {
    color: var(--neutral-gray-00-white, #fff);
}

.c {
    color: var(--a-accent, #568be5);
}

@media screen and (max-width: 1350px) {
    .block_1350 {
        display: block !important;
    }

    .none_1350 {
        display: none !important;
    }

    .sub_w1280 {
        width: 80%;
    }
}

@media screen and (max-width: 1020px) {
    .block_1020 {
        display: block !important;
    }

    .none_1020 {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .block_1200 {
        display: block !important;
    }

    .none_1200 {
        display: none !important;
    }
}

@media screen and (max-width: 1080px) {
    .sub_w1280 {
        width: 90%;
    }

    .block_1080 {
        display: block;
    }

    .none_1080 {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .none_980 {
        display: none;
    }

    .block_980 {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .none_960 {
        display: none;
    }

    .block_960 {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .none_768 {
        display: none;
    }

    .block_768 {
        display: block;
    }

    .tit1 {
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .tit2 {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .txt1 {
        font-size: 17px;
        line-height: 160%;
        letter-spacing: -0.34px;
    }
}

@media screen and (max-width: 500px) {
    .none_500 {
        display: none;
    }

    .block_500 {
        display: block;
    }
}

body {
    position: relative;
    overflow-x: hidden;
    /* background: #000; */
}

#fullpage {
    position: relative;
}

img {
    /* display: inline-block;
    width: 100%; */
}

.blind {
    display: none;
}

.inner {
    margin: 0 40px;
}

.sc_inner {
    margin: 0 auto;
    padding: 0 86px;
}

.w100 {
    max-width: unset;
    width: 100% !important;
    padding: 0 !important;
    height: 100%;
}

@media screen and (min-width: 1700px) {
    .inner {
        margin: 0;
    }
}

@media screen and (min-width: 1351px) {
    .inner {
        max-width: 100%;
        padding: 0 86px;
        margin: 0 auto;
    }

    .sc_inner {
    }
}

@media screen and (max-width: 1350px) {
    .inner {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .sc_inner {
        width: 90%;
        margin: 0 auto;
        padding: 0 0;
    }
}

@media screen and (max-width: 1020px) {
    .inner {
        width: 90%;
        padding: 60px 0;
    }
}

@media screen and (max-width: 768px) {
    .sc_inner {
        width: 100%;
        padding: 50px 16px;
    }

    .inner {
        width: 100%;
    }
}

/* HEADER */
.header * {
    /* transition: all .3s ease; */
}

.header {
    height: 90px;
    /* border-radius: 0px 0px 40px 40px; */
    background: #005d86;
    /* backdrop-filter: blur(8px); */
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.36px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    transition: all 0.3s ease;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header .logo {
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.header .logo a {
    width: 100%;
    display: block;
    height: 100%;
}

.header .logo img {
    display: block;
}

.header .logo {
    width: 177.702px;
    height: 24px;
    aspect-ratio: 177.702 / 24;
    background: url(/img/logo_white.png) center center/100% no-repeat;
}

.header .logo .logo_white {
    opacity: 1;
    visibility: visible;
}

.header nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .header_menu {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header .header_menu > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.36px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: background 0.3s ease;
}

.header .header_menu li .dep1 {
    width: 200px;
    line-height: 90px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.header .header_menu li .dep2 {
    gap: 12px;
    display: flex;
    color: #a3a3a3;
    flex-direction: column;
    /* height: 0; */
    width: 100%;
    /* overflow: hidden; */
    padding: 24px 0;
    width: 200px;
    transition: background 0.3s ease;
}

.header .header_menu li .dep2 a {
    line-height: 36px;
    /* padding: 24px 20px; */
    transition: all 0.3s ease;
}

.header .util {
    display: flex;
    align-items: center;
}

.header .util_item:first-child {
    display: none;
}

.header .btn_lang {
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s ease;
}

[class*="ico"] {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header .btn_lang .ico_earth {
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.3s ease;
    background-image: url(/img/ico_earth.png);
}

.header .btn_lang.ko {
    /* display: none; */
}

.header .btn_menu {
    width: 24px;
    height: 24px;
    background-image: url(/img/ico_menu.svg);
}

.dep2 {
    display: none;
}

.line {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(156, 156, 156, 0.5);
    top: 89px;
    opacity: 0;
    z-index: 2;
}

.hidden-header {
    transform: translateY(-100%);
}

.header .header_menu li .dep3 {
    background: #0080b9;
    height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    line-height: 1;
    font-weight: 400;
}

.header .header_menu li .dep3_item:first-child {
    padding-top: 10px;
}

.header .header_menu .sub_menu {
}

.header .header_menu .sub_menu:hover .dep3 {
    height: 240px;
}

.header .header_list .inner {
    justify-content: center;
}

/* header hover */

@media screen and (min-width: 1351px) {
    .header {
        overflow: visible;
    }

    .header.on {
        background: #fff;
        /* overflow: visible; */
        transition: all 0.2s;
        border-radius: 0;
    }

    .header.on .line {
        opacity: 1;
    }

    .header.on .logo {
        background: url(/img/logo_blue.png) center center/100% no-repeat;
    }

    .header.on .dep1 {
        color: #262626;
    }

    .header.on .util_item {
        color: #404040;
    }

    .header.on .btn_lang .ico_earth {
        background-image: url(/img/ico_earth_black.png);
    }

    .header.on .header_menu li .dep2 {
        /* min-height: 320px; */
        /* overflow: visible; */
    }

    .header_menu > li:hover {
        background: #005d86;
    }

    .header_menu > li:hover .dep1,
    .header_menu > li:hover .dep2_item {
        color: #fff;
    }

    .header .dep2_item a {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 auto;
        padding: 0;
    }

    .header .dep2_item a:after {
        content: "";
        position: absolute;
        opacity: 0;
        width: 0;
        left: 0;
        bottom: 2px;
        height: 1px;
        transition: all 0.5s;
        background: #fff;
    }

    .header .dep2_item a:hover:after {
        opacity: 1;
        width: calc(100%);
    }

    .header .dep2_item a.br:after {
        bottom: -6px;
    }

    .header .header_list {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 0;
        margin: 0 auto;
        padding: 0 86px;
        overflow: hidden;
        justify-content: center;
    }

    .header .header_list .inner {
        width: 100%;
        max-width: 1108px;
    }

    .header {
        transition: all 0.4s ease;
    }

    .header .main_menu li.on a,
    .header .sub_menu li.on a {
        color: #fff;
    }
}

@media screen and (max-width: 1700px) {
    .header .main_menu li {
        width: 200px;
    }

    .header .sub_menu li {
        width: 200px;
    }

    .header .header_menu li .dep1 {
        width: 200px;
    }

    .header .header_list .dep2 {
        width: 200px;
    }
}

@media screen and (max-width: 1500px) {
    .header .header_menu li .dep1 {
        width: 180px;
    }

    .header.on .header_menu li .dep2 {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .header > .inner {
        padding: 0 40px;
    }

    .header .header_menu li .dep1 {
        width: 190px;
    }

    .header .header_list .dep2 {
        width: 190px;
    }
}

@media screen and (max-width: 1350px) {
    .header {
        /* padding: 0 30px; */
        height: 60px !important;
    }

    .header .logo {
        width: 150px;
        background: url(/img/logo_white.png) center center / 100% auto no-repeat;
    }

    .header .util_item .btn_lang {
        display: none;
    }

    .header .header_menu li {
    }

    .header .header_menu li .dep1 {
        min-width: 150px;
    }

    .header > .inner {
        width: 90%;
        padding: 0;
    }
}

@media screen and (max-width: 1020px) {
    .header {
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 50px !important;
    }

    .header .logo {
        width: 130px;
    }
}

/* header hover */

/* 
@media screen and (min-width: 1700px) {
    .header .header_menu li .dep1 {
        width: 210px;
    }
} */

/* MOBILE HEADER , SIDE MENU */
.side_menu {
    display: flex;
    gap: 40px;
    flex-direction: column;
    /* visibility: hidden; */
    /* opacity: 0; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 99999;
    transition: right 0.6s ease;
    background-color: #fff;
}

.side_menu.on {
    /* visibility: visible; */
    /* opacity: 1; */
    right: 0;
}

.side_menu .menu_header {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
}

.side_menu .logo {
    width: 130px;
    height: 18px;
    background: url(/img/logo_blue.png) center center/130px 18px no-repeat;
}

.side_menu .menu_con {
    margin-top: 50px;
}

.side_menu .menu_item {
    transition:
        background 0.2s,
        color 0.2s;
}

.side_menu .menu_item .dep1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 64px;
    color: var(--neutral-gray-800, #262626);
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding: 18px 20px;
    line-height: 150%;
    border-top: 1px solid var(--neutral-gray-20003, #e5e5e5);
    transition: color 0.2s;
}

.side_menu .menu_item .ico_more {
    background: url(/img/ico_m_more.svg) center center/24px 24px no-repeat;
    width: 24px;
    height: 24px;
}

.side_menu .menu_item.on {
    background: #005d86;
}

.side_menu .menu_item.on .ico_more {
    background: url(/img/ico_m_close.svg) center center/24px 24px no-repeat;
}

.side_menu .menu_item.on .dep1 {
    color: var(--neutral-gray-00-white, #fff);
    border-bottom: 1px solid rgba(229, 229, 229, 0.3);
}

.side_menu .menu_item:first-child .dep1 {
    border-top: none;
}

.side_menu .menu_item .dep2 {
    background: #005d86;
    display: none;
    flex-direction: column;
    padding: 20px 0;
}

.side_menu .menu_item.on .dep2 {
}

.side_menu .menu_item .dep2 .dep2_item {
    color: var(--neutral-gray-00-white, #fff);
    font-family: SUIT;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.side_menu .menu_item .dep2 .dep2_item + .dep2_item {
    padding-top: 20px;
}

.side_menu .menu_item .dep2 .dep2_item a {
    display: block;
    padding: 0 18px;
}

.side_menu .dep2 .dep2_item.sub_menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side_menu .ico_menuClose {
    width: 24px;
    height: 24px;
    background: url(/img/ico_menuClose.png) center center/24px no-repeat;
}

.side_menu .menu_footer {
    display: flex;
    padding: 0 20px;
    justify-content: flex-end;
}

.side_menu .btn_lang {
    color: var(--neutral-gray-50002, #737373);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.side_menu .btn_lang .ico_earth {
    width: 18px;
    height: 18px;
    display: block;
    transition: all 0.3s ease;
    background-image: url(/img/ico_earth_g.svg);
}

.side_menu .menu_item .dep2 {
    background: unset;
}

.side_menu .menu_item .dep2 a {
    display: block;
}

.side_menu .menu_item .dep3 a {
    display: flex;
    justify-content: center;
}

.side_menu .menu_item .sub_menu .ico_more {
    background: url(/img/ico_m_more_w.svg);
}

.side_menu .menu_item .dep2 .dep2_item.sub_menu > a {
    /* padding-bottom: 20px; */
}

.side_menu .menu_item .sub_menu.on .ico_more {
    background: url(/img/ico_m_close.svg);
}

.side_menu .menu_item .dep3 {
    background: #0080b9;
    display: none;
}

.side_menu .menu_item .dep2 .dep2_item .dep3 a {
    font-weight: 400;
    padding: 6px 30px;
}

@media screen and (min-width: 1700px) {
    /* .header .header_menu li .dep1 {
        min-width: 210px;
    } */
}

@media screen and (min-width: 1700px) {
    .header .main_menu li {
        min-width: 172px;
    }

    .header .sub_menu li {
        min-width: 172px;
    }

    .header .header_list .dep2 {
        min-width: 210px;
    }
}

@media screen and (min-width: 1351px) {
    .header .header_menu.sub_menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 57px;
    }

    .header .sub_menu li {
        min-width: 200px;
    }

    .header .header_list .dep2 {
    }

    .header .header_menu li .dep1 {
        /* width: 170px; */
    }
}

.header.on .header_menu li .dep1 {
    font-weight: 700;
    text-align: center;
    transform-origin: center;
    /* text-wrap: nowrap; */
}

@media screen and (min-width: 1700px) {
    .header .header_menu li .dep1 {
        /* min-width: 200px; */
    }

    .header .main_menu li {
        min-width: 200px;
    }

    .header .sub_menu li {
        min-width: 200px;
    }

    .header .header_list .dep2 {
        min-width: 200px;
    }
}

@media screen and (min-width: 1351px) {
    .header .header_menu.sub_menu {
        position: absolute;
        left: 50%;
        transform: translateX(calc(-50% - 0px));
        /* margin-left: 58px; */
    }

    .header .sub_menu li {
        /* min-width: 150px; */
    }

    .header .header_list .dep2 {
        /* min-width: 210px; */
    }

    .header .header_menu li .dep1 {
        /* width: 150px; */
    }
}

.row2 a {
    line-height: 120% !important;
}

.row2 a:after {
    bottom: -6px !important;
}

/* FOOTER */
.footer {
    background: var(--neutral-gray-900, #171717);
    color: var(--neutral-gray-00-white, #fff);
}

.footer .inner {
    align-items: center;
    display: flex;
    padding: 47px 0;
    justify-content: space-between;
}

.footer .left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer .link_policy {
    position: relative;
    width: max-content;
}

.footer .link_policy:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    background: var(--neutral-gray-00-white, #fff);
}

.footer .info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 150%;
    /* 24px */
}

.footer .info p {
    display: flex;
    gap: 20px;
}

.footer .info span {
    position: relative;
}

.footer .info span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--neutral-gray-00-white, #fff);
}

.footer .info span:last-child:before {
    display: none;
}

.footer .copylight {
    color: var(--neutral-gray-50002, #737373);
}

.footer .footer_logo {
    width: 160px;
}

@media screen and (min-width: 1351px) {
    .footer .inner {
        padding: 46px 86px;
    }
}

@media screen and (max-width: 980px) {
    .footer .inner {
        flex-direction: column;
        align-items: start;
        gap: 34px;
    }

    .footer .inner .right {
        order: -1;
    }
}

@media screen and (max-width: 768px) {
    .footer .inner {
        padding: 46px 16px;
    }

    .footer .footer_logo {
        width: 130px;
    }

    .footer .info p {
        display: block;
    }

    .footer .info span {
        display: block;
    }

    .footer .info span:before {
        display: none;
    }
}

/* CONTACT */
.contact {
    /* background: url(/img/bg_contact.png) center center/100% 100% no-repeat; */
}

.contact .bg_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

.contact .bg_video video {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

.contact .sc_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 86px;
    justify-content: space-between;
}

.contact .tit_area {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    gap: 10px;
}

.contact .tit_area strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.contact .tit_area h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
}

.contact .contact_list {
    display: flex;
    gap: 20px;
}

.contact .contact_item {
    flex: 1;
}

.contact .contact_item .right {
    /* flex-shrink: 0; */
}

.contact .contact_item a {
    flex: 1;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    align-items: stretch;
}

.contact .contact_item .left {
    padding: 29px 36px;
}

.contact .contact_item strong {
    color: var(--neutral-gray-800, #262626);
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.48px;
}

.contact .contact_item p {
    color: var(--neutral-gray-700, #404040);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.contact .contact_item .right {
    width: 30%;
}

.contact .contact_item .img_box {
    width: 100%;
    padding-top: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
}

.contact .contact_item .img_box img {
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    object-fit: cover;
}

@media screen and (min-width: 1351px) {
    .contact .contact_item a:hover {
        background: #2a6dde;
    }

    .contact .contact_item a:hover * {
        color: #fff;
    }

    .contact .contact_item a:hover img {
        transform: scale(1.1);
    }
}

.contact .contact_item [class*="ico"] {
    width: 80px;
    height: 80px;
}

.contact .ico_product {
    background-image: url(/img/ico_product.png);
}

.contact .ico_ir {
    background-image: url(/img/ico_ir.png);
}

.contact .ico_recruit {
    background-image: url(/img/ico_recruit.png);
}

@media screen and (max-width: 1350px) {
    .contact .sc_inner {
        padding: 60px 0;
    }

    .contact .contact_item .right {
        width: 100%;
    }

    .contact .contact_item .left {
        padding: 25px 26px;
    }
}

@media screen and (max-width: 1020px) {
    .contact .sc_inner {
        height: 80vh !important;
    }
}

@media screen and (max-width: 980px) {
    .contact {
        /* background: url(/img/bg_contact.png) center center/100% 100% no-repeat */
    }

    .contact .tit_area strong {
        font-size: 16px;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: -0.32px;
    }

    .contact .tit_area h2 {
        font-size: 23px;
        line-height: 140%;
        /* 32.2px */
        letter-spacing: -0.46px;
    }

    .contact .contact_item {
        position: relative;
        flex: 1;
    }

    .contact .contact_item .left {
        position: absolute;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .contact .contact_item p {
        display: none;
    }

    .contact .contact_item .right {
        flex-shrink: unset;
    }

    .contact .contact_item .img_box {
        max-width: unset;
    }

    .contact .contact_item strong {
        border-radius: 749.25px;
        background: var(--a-accent, #568be5);
        color: var(--neutral-gray-00-white, #fff);
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        display: block;
        letter-spacing: -0.28px;
        padding: 7px 16px;
    }
}

@media screen and (max-width: 768px) {
    .contact .sc_inner {
        padding: 50px 16px;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(70px);
    transition: 1.4s ease;
    /* animation: fadeDownAnimation 1.4s ease forwards; */
}

@keyframes fadeUpAnimation {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDownAnimation {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(70px);
    }
}

.active .fade-up {
    /* animation: fadeUpAnimation 1s ease forwards; */
    opacity: 1;
    transform: translateY(0);
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.active .fade-up.delay01 {
    transition-delay: 0.1s;
}

.fade-up.is-visible.delay01 {
    transition-delay: 0.1s;
}

.active .fade-up.delay02 {
    transition-delay: 0.2s;
}

.fade-up.is-visible.delay02 {
    transition-delay: 0.2s;
}

.active .fade-up.delay03 {
    transition-delay: 0.3s;
}

.fade-up.is-visible.delay03 {
    transition-delay: 0.3s;
}

.active .fade-up.delay04 {
    transition-delay: 0.4s;
}

.fade-up.is-visible.delay04 {
    transition-delay: 0.4s;
}

.active .fade-up.delay05 {
    transition-delay: 0.5s;
}

.fade-up.is-visible.delay05 {
    transition-delay: 0.5s;
}

.active .fade-up.delay06 {
    transition-delay: 0.6s;
}

.fade-up.is-visible.delay06 {
    transition-delay: 0.6s;
}

.active .fade-up.delay07 {
    transition-delay: 0.7s;
}

.fade-up.is-visible.delay07 {
    transition-delay: 0.7s;
}

.active .fade-up.delay08 {
    transition-delay: 0.8s;
}

.fade-up.is-visible.delay08 {
    transition-delay: 0.8s;
}

.active .fade-up.delay09 {
    transition-delay: 0.9s;
}

.fade-up.is-visible.delay09 {
    transition-delay: 0.9s;
}

.active .fade-up.delay12 {
    transition-delay: 1.2s;
}

.fade-up.is-visible.delay12 {
    transition-delay: 1.2s;
}

/* Split Text */

.splitting {
    overflow: hidden;
    opacity: 0;
}

.splitting .word {
    overflow: hidden;
    line-height: 1.22;
    display: inline-block;
}

.splitting .char {
    display: inline-block;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

header .on {
    background: #005d86;
}

#fp-nav {
    opacity: 0;
    transition: opacity 0.5s ease;
    right: 44px;
}

#fp-nav.show {
    opacity: 1;
}

#fp-nav.right {
    right: 10px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: 100%;
    margin: 0;
}

#fp-nav ul li:first-child,
#fp-nav ul li:last-child {
    display: none;
}

#fp-nav ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    color: var(--neutral-gray-40001, #a3a3a3);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    display: flex;
    position: relative;
    align-items: center;
    gap: 5px;
}

/* #fp-nav ul li a:before, .fp-slidesNav ul li a:before{
    content: '';
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: var(--neutral-gray-40001, #A3A3A3);
    margin-right: 5px;
} */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: var(--neutral-gray-40001, #a3a3a3);
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 10px;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 0;
}

#fp-nav ul li a.active span {
    background: var(--a-accent, #568be5);
}

#fp-nav ul li a.active p {
    color: var(--a-accent, #568be5);
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: 0;
}

#fp-nav ul li:hover a span {
    transition: background 0.5s ease;
    background: var(--a-accent, #568be5);
}

#fp-nav ul li:hover a p {
    transition: color 0.5s ease;
    color: var(--a-accent, #568be5);
}

.calendar-container {
}

.calendar-container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 32px;
}

.calendar_info {
    padding-top: 13px;
    justify-content: end;
    display: flex;
    gap: 22px;
}

.calendar_info p {
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
}

.calendar_info p:before {
    content: "";
    display: block;
    border-radius: 999px;
    width: 16px;
    height: 16px;
}

.calendar_info p:nth-child(1):before {
    background: #2a6dde;
}

.calendar_info p:nth-child(2):before {
    background: #ff834e;
}

.calendar-container .row button {
    all: unset;
    cursor: pointer;
    color: #0080b9;
    font-size: 30px;
}

.reser_calender h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.calendar {
    width: 100%;
    margin-top: 20px;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.calendar::-webkit-scrollbar {
    width: 8px;
}

.calendar::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.calendar::-webkit-scrollbar-thumb {
    background-color: #222;
    border: 2px solid #f0f0f0;
}

.calendar::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

.calendar table {
    position: relative;
    /* display: table; */
    width: 100%;
}

.calendar thead {
    border-top: 3px solid #0080b9;
}

.calendar th {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    /* height: 53px; */
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    background: var(--neutral-gray-10001, #f5f5f5);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    color: var(--neutral-gray-700, #404040);
}

.calendar th:first-child {
    color: #e05023;
}

.calendar th:last-child {
    color: var(--Aceent-300, #16428c);
}

.calendar td {
    color: rgba(51, 51, 51, 0.6);
    font-weight: 400;
    /* background: rgba(51, 51, 51, 0.05); */
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    text-align: left;
    vertical-align: text-top;
    width: calc(100% / 7);
    height: 84px;
    padding: 10px;
    box-sizing: border-box;
    /* cursor: pointer; */
    color: var(--neutral-gray-50002, #737373);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* 125% */
}

.calendar td.holiday {
    color: #e05023;
}

.calendar td.saturday {
    color: #23469f;
}

.calendar td.today {
    font-weight: 700;
    text-decoration: underline;
    color: #333;
}

.pop_calendar .modal_con {
    transition: all 0.8s ease;
}

#calendarMonth {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.684px;
    color: var(--neutral-gray-700, #404040);
    display: flex;
    gap: 30px;
}

#calendarMonth select {
    background-color: #fff;
    color: var(--neutral-gray-700, #404040);
    font-size: 24px;
    font-weight: 600;
    width: max-content;
    line-height: 44.684px;
    background: url(/img/ico_calendar.svg) center right/28px 28px no-repeat;
    padding: 0 36px 0 0;
}

#calendarMonth td.on span {
    color: var(--Aceent, #0080b9);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.calendar-container .row button {
    width: 15px;
    height: 38px;
    background: url(/kor/img/ico_swiperArrow.svg) center center/15px no-repeat;
}

#prevMonth {
    transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
    .calendar-container .row {
        justify-content: space-between;
    }

    #calendarMonth {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }

    .calendar-container .row button {
        font-size: 24px;
    }

    .calendar th {
        font-size: 14px;
    }

    .calendar td {
        font-size: 14px;
        height: 60px;
    }
}

@media screen and (max-width: 480px) {
    .calendar th {
        height: 44px;
    }

    .calendar-container .row {
        padding: 0 22px;
    }
}

/* calendar select */

.calendar-container .ico {
    display: inline-block;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: url(/img/ico_calendar.svg) center center/100% no-repeat;
    /* padding-left: 8px; */
}

.schedule_list {
    margin: 0 -10px -10px -10px;
}

.schedule_list li {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0px 8px;
}

.schedule_list li.in {
    background: #2a6dde;
}

.schedule_list li.out {
    background: #ff834e;
}

@media screen and (max-width: 980px) {
    .schedule_list {
    }

    .schedule_list li {
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
        cursor: pointer;
        word-break: break-word;
    }
}

@media screen and (max-width: 768px) {
    .schedule_list {
        margin: 0 -5px -8px -5px;
    }
}

/* 20241227 국가 검색 기능 */
#ui-id-1,
#ui-id-2 {
    max-height: 300px;
    overflow: hidden;
    z-index: 10;
    background: #fff;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    #ui-id-1,
    #ui-id-2 {
        max-height: 200px;
    }
}

/* seo를 위한 숨김 처리 스타일
화면에서 완전히 제거하면서 스크린 리더에서는 읽히는 방법 (접근성 유지) */
.seoNone {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
