@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: local("NotoSans-Bold"), local("NotoSans-Bold"),
    url("./fonts/NotoSans-Bold.woff2") format("woff2"),
    url("./fonts/NotoSans-Bold.woff") format("woff"),
}

@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: local("NotoSans-Medium"), local("NotoSans-Medium"),
    url("./fonts/NotoSans-Medium.woff2") format("woff2"),
    url("./fonts/NotoSans-Medium.woff") format("woff"),
}

@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: local("NotoSans-Light"), local("NotoSans-Light"),
    url("./fonts/NotoSans-Light.woff2") format("woff2"),
    url("./fonts/NotoSans-Light.woff") format("woff"),
}

html, body {
    padding:0;
    margin:0;
}
.btn_c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
audio {
    display: none;
}
.ces_2025 {
    background: #F0ECE4;
}
.ces_2025 .inner_1440 {
    max-width: 1440px;
    margin:0 auto;
}
.ces_2025 * {
    /* font-family: 'Noto Sans',sans-serif !important;  */
    font-family: 'LGEI Text', "Segoe UI", "Microsoft Sans Serif", sans-serif !important;
    box-sizing: border-box;
}
.ces_2025 h1, .ces_2025 h2, .ces_2025 h3, .ces_2025 h4, .ces_2025 h5 {
    margin:0;
    padding:0;
}

.ces_2025 em {
    font-style: normal;
}

.m_show {display: none;}
.m_hide {display: block;}
.img_box img {width:100%; margin:0 auto;}


.ces_2025 ul, .ces_2025 ul li {
    list-style: none;
    padding:0;
    margin:0;
}
.ces_2025 a {
    text-decoration: none;
    color:inherit;
}
.ces_2025 .main {
    position: relative;
    font-weight: 400;
    color:#000;
}

.main p , .main a, .main h1, .main h2, .main h3, .main h4, .main button {
    margin:0;
    padding:0;
}
.main button {
    background-color: transparent;
    outline: none;
    border:none;
}
.ces_2025 .main button, .ces_2025 .main a {
    cursor: pointer;
    font-weight: 400;
    font-family: 'LGEI Text', "Segoe UI", "Microsoft Sans Serif", sans-serif !important;
}
.audio_control {
    position: sticky;
    left:0;
    width:100%;
    bottom:0;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 14px;
    /* padding-top:8px; */
}
.audio_control .progress {
    width:100%;
    height:4px;
    background-color: #E5E5E5;
    margin-top:-8px;
}

.audio_control .bar {
    width:0;
    height: 4px;
    background-color: #EA1918;
    position: relative;
}
.audio_control .bar::after {
    content: '';
    position: absolute;
    width:12px;
    height:12px;
    background-color: #EA1918;
    border-radius: 50%;
    top:50%;
    transform: translateY(-50%);
    right: 0;
}

.audio_control .info {
    max-width:360px;
    margin:0 auto;
}

.audio_control .info .progress_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 5px; */
    margin-top:8px;
}
.audio_control .info .progress_time span {
    font-size: 14px;
    color:#6D6D6D;
}
.audio_control .info .control_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.audio_control .info .control_wrap .sound_control {
    position: relative;
}

.audio_control .info .control_wrap .sound_control button {
    width:56px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #DDD;
    color:#000;
}
.audio_control .info .control_wrap .sound_control button img {
    max-width: 16px;
}
.audio_control .info .control_wrap .play_control {
    display: flex;
    align-items: center;
    position: relative;
    top: 10px;
    gap:8px;
}
.audio_control .info .control_wrap .play_control .prev img {
    max-width: 32px;
}
.audio_control .info .control_wrap .play_control .next img {
    max-width: 32px;
}
.audio_control .info .control_wrap .play_control .play_pause img {
    max-width: 48px;
    height:48px;
}
.audio_control .info .control_wrap .speed_control {
    position: relative;
}
.audio_control .info .control_wrap .speed_control .speed_btn {
    border-radius: 5px;
    border: 1px solid #DDD;
    width:56px;
    height: 28px;
    color:#000;
    font-size:14px;
}
.audio_control .info .control_wrap .speed_control .speed_list {
    position: absolute;
    bottom:29px;
    right:0;
    width:100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.audio_control .info .control_wrap .speed_control .speed_list button {
   height: 32px;
   display: block;
   text-align:center;
   background-color: #fff;
   width:100%;
   font-size: 16px;
   font-weight: 400;
}
.audio_control .info .control_wrap .speed_control .speed_list button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.audio_control .info .control_wrap .speed_control .speed_list button:hover {
    background: linear-gradient(0deg, #D4E3F7 0%, #D4E3F7 100%), #FFF;
}
.audio_control .info .control_wrap .speed_control .speed_list button:last-child {
    border-bottom: none;
}
/* 도슨트 kv */
.banner_area {
    position: relative;
}
.banner_area .img_box {
    width:100%;
}
.banner_area .txt_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:12%;
    color:#fff;
    z-index:3;
}
.banner_area .txt_box h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 116%;
    margin-bottom: 16px;
    font-family : "LGEI Headline" !important;
    color:#1D1D1B;
}
.banner_area .txt_box p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
    color:#1D1D1B;
    max-width:480px;
}
.banner_area .txt_box.wh h4, .banner_area .txt_box.wh p {color:#fff;}
.banner_area .txt_box .lang_select {
    position: relative;
    display: inline-block;
}
.banner_area .txt_box .lang_btn {
    width:200px;
    height:44px;
    background-color: #fff;
    padding:8px 16px;
    text-align: left;
    border-radius: 20px;
    color:#2E2E2D;
    font-size: 16px;
    position: relative;
    font-family: 'LGEI Text', "Segoe UI", "Microsoft Sans Serif", sans-serif !important;
}
.banner_area .txt_box .lang_btn::after {
    content: '';
    position: absolute;
    right:16px;
    top:12px;
    background-image: url(../img/icn_dropdown.png);
    background-size: 20px 20px;
    width:20px;
    height: 20px;
}
.banner_area .txt_box .lang_list_box {
    display: none;
}
.banner_area .txt_box .lang_select.active .lang_list_box {
    display: block;
    position: absolute;
    top:48px;
    width:100%;
    padding:8px 0;
    border-radius: 20px;
    background-color: #fff;
    overflow:hidden;
}
.banner_area .txt_box .lang_select.active .lang_list_box button {
    width:100%;
    padding:10px 16px;
    font-size: 16px;
    color:#2E2E2D;
    font-weight: 400;
    text-align: left;
}
.banner_area .txt_box .lang_select.active .lang_list_box button:hover {
    background: #D4E3F7;
}
/* 도슨트 kv 끝 */

/* 도슨트 스크립트 */
.main .script {
    background: #F0ECE4;
}
.main .script p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color:#333;
    font-family: 'LGEI Text' !important;
}

.main.lang-Korean .script p.lang_t1, .main.lang-Chinese .script p.lang_t1 {
    font-family: 'Noto Sans' !important;
}
/* 
.main.lang-Korean .script p.lang_t1 {
    font-family: 'Noto Sans' !important;
} */
/* .main .script .noti {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color:#4a4946;
    font-family: 'LGEI Text' !important;
} */
/* 도슨트 스크립트 */

/* 도슨트 서베이 랜딩 배너 */
.ces_2025 .survey_box {
    height: 300px;
    position: relative;
    width:100%;
    background-color: #E6E1D6;
    text-align: center;
    overflow:hidden;
}
.ces_2025 .survey_box::before {
    content: '';
    width:356px;
    height: 100%;
    position: absolute;
    left:10%;
    top:0;
    background-image: url(../img/survey_obj_1_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ces_2025 .survey_box::after {
    content: '';
    width:294px;
    top:1.0938vw;
    height: 100%;
    position: absolute;
    right:10%;
    background-image: url(../img/survey_obj_2_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ces_2025 .survey_box .txt_box {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.ces_2025 .survey_box.wh {color:#fff;}
.ces_2025 .survey_box h4 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.6px;
    color:#1D1D1B;
}
.ces_2025 .survey_box p {
    margin-top:8px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color:#1D1D1B;
}
.ces_2025 .survey_box a {
    padding:12px 22px;
    border-radius: 30px;
    border: 1px solid #646464;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.24px;
    display: inline-flex;
    min-width:122px;
}
/* 도슨트 서베이 랜딩 배너 끝 */ 

/* 도슨트 랜딩 리스트 */
.ces_2025 .inner_1440 {
    padding:48px 0;
}
.ces_2025 .script .inner_1440 {
    padding:48px 0 48px 0;
}
.ces_2025 .script  .noti {
    max-width:1440px;
    margin:0 auto;
    padding-top: 1rem;
}
.ces_2025 .landing_box .inner_1440 > h4 {
    margin-bottom: 26px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.ces_2025 .landing_box ul.list {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:24px;
}
.ces_2025 .landing_box ul.list li {
    width:calc((100% - 24px) / 2);
}
.ces_2025 .landing_box ul.list li a {
    display: block;
    width: 100%;
    height:100%;
}
.ces_2025 .landing_box ul.list li .link_box {
    border-radius: 28px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:30px 28px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: last baseline;
    justify-content: space-between;
    height:300px;
    gap:20px;
}
.ces_2025 .landing_box ul.list li .link_box.docent_1 {
    background-image: url(../img/banner/landing_bg_01_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_2 {
    background-image: url(../img/banner/landing_bg_02_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_3 {
    background-image: url(../img/banner/landing_bg_03_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_4 {
    background-image: url(../img/banner/landing_bg_04_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_5 {
    background-image: url(../img/banner/landing_bg_05_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_6 {
    background-image: url(../img/banner/landing_bg_06_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_7 {
    background-image: url(../img/banner/landing_bg_07_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_8 {
    background-image: url(../img/banner/landing_bg_08_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_9 {
    background-image: url(../img/banner/landing_bg_09_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box.docent_10 {
    background-image: url(../img/banner/landing_bg_10_pc.png);
}
.ces_2025 .landing_box ul.list li .link_box  .txt_box h4 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 140%;
    color:#fff;
}
.ces_2025 .landing_box ul.list li .link_box .txt_box p {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 120%;
    color:#fff;
    margin:0;
    padding:0;
    margin-top:8px;
}
.ces_2025 .landing_box ul.list li .link_box .txt_box {
    flex: 1;
}
.ces_2025 .landing_box ul.list li .hover_arrow {
    width:36px;
    height: 36px;
    background-image: url(../img/hover_arrow.png);
    background-size: 36px 36px;
}
/* 도슨트 랜딩 리스트 */
@media (max-width: 89.9375rem) {
    .banner_area .txt_box h4 {
        font-size: 28px;
    }
    .banner_area .txt_box p {
        font-size: 18px;
        margin-bottom: 24px;
        max-width:300px;
    }
}



@media (max-width: 48rem) {
    .m_show {display: block;}
    .m_hide {display: none;}
    /* 오디오 컨트롤 */
    .audio_control {
        padding-bottom:20px;
    }
    .audio_control .info {
        padding:0px 16px;
        max-width: none;
    }
    /* 도슨트 kv */
    .banner_area .txt_box {
        position: absolute;
        top: 24px;
        transform: translateY(0);
        left:16px;
        width: calc(100% - 32px);
    }
    .banner_area .txt_box h4 {
        font-size: 28px;
        margin-bottom: 7px;
    }
    .banner_area .txt_box p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
        max-width:none;
    }
    .banner_area .txt_box .lang_btn {
        width:160px;
        height:38px;
        padding:8px 16px;
        font-size: 14px;
    }
    .banner_area .txt_box .lang_btn::after {
        top: 8px;
    }
    .banner_area .txt_box .lang_select.active .lang_list_box {
        top:40px;
    }
    .banner_area .txt_box .lang_select.active .lang_list_box button {
        font-size: 14px;
    }
    /* 도슨트 kv 끝 */

    /* 도슨트 스크립트 */
    .ces_2025 .script .inner_1440 {
        padding:24px 16px 24px 16px;
    }
    .ces_2025 .script  .noti {
        max-width:1440px;
        margin:0 auto;
        padding-top: 1rem;
        padding:1rem 16px 0 16px;
    }

    .main .script {
        /* padding-top:32px; */
        /* padding-bottom: 32px; */
    }
    .main .script p {
        font-size: 16px;
        line-height: 120%;
    }
    .main .script .noti {
        font-size: 12px;
    }
    /* 도슨트 스크립트 */

    /* 도슨트 서베이 랜딩 배너 */
    .ces_2025 .survey_box {
        height: 278px;
    }
    .ces_2025 .survey_box .txt_box {
        position: absolute;
        top: 48px;
        left:50%;
        transform: translate(-50%,0);
        width:calc(100% - 32px);
    }
    .ces_2025 .survey_box h4 {
        font-size: 20px;
        letter-spacing: -0.3px;
    }
    .ces_2025 .survey_box p {
        margin-top:8px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 22px;
    }
    .ces_2025 .survey_box::before {
        content: '';
        width:169px;
        height: 138px;
        position: absolute;
        left:0;
        top:auto;
        bottom:0;
    }
    .ces_2025 .survey_box::after {
        content: '';
        width:138px;
        top:auto;
        bottom:-5px;
        height: 138px;
        position: absolute;
        right:3%;
        background-image: url(../img/survey_obj_2_pc.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    /* 도슨트 서베이 랜딩 배너 끝 */

    /* 도슨트 랜딩 리스트 */
    .ces_2025 .inner_1440 {
        padding:24px 16px;
    }
    .ces_2025 .landing_box .inner_1440 > h4 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 28px;
    }
    .ces_2025 .landing_box ul.list {
        display: flex;
        gap:12px;
    }
    .ces_2025 .landing_box ul.list li {
        width:100%;
    }
    .ces_2025 .landing_box ul.list li .link_box {
        padding: 20px 20px;
        border-radius: 20px;
        height: 176px;
        gap:24px;
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_1 {
        background-image: url(../img/banner/landing_bg_01_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_2 {
        background-image: url(../img/banner/landing_bg_02_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_3 {
        background-image: url(../img/banner/landing_bg_03_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_4 {
        background-image: url(../img/banner/landing_bg_04_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_5 {
        background-image: url(../img/banner/landing_bg_05_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_6 {
        background-image: url(../img/banner/landing_bg_06_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_7 {
        background-image: url(../img/banner/landing_bg_07_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_8 {
        background-image: url(../img/banner/landing_bg_08_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_9 {
        background-image: url(../img/banner/landing_bg_09_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box.docent_10 {
        background-image: url(../img/banner/landing_bg_10_m.png);
    }
    .ces_2025 .landing_box ul.list li .link_box .txt_box h4 {
        font-size: 16px;
        line-height: 120%;
    }
    .ces_2025 .landing_box ul.list li .link_box .txt_box p {
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 14px;
        margin-top:8px;
    }
    /* 도슨트 랜딩 리스트 */
}

/* .banner_area .swiper_control {
    bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    max-width: 93rem;
    position: absolute;
    z-index:2;
    width:100%;
}
.banner_area .swiper_control .btn_wrap {
    display:flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    gap: .5625rem;
    justify-content: space-between;
    padding: .375rem .5rem;
    border-radius: 6.1875rem;
}
.banner_area .swiper_control .btn_wrap .swiper-button-prev, .banner_area .swiper_control .btn_wrap .swiper-button-next {
    position: static;
    width:16px;
    height:16px;
    background-size: 16px 16px;
    background-image: url(../img/slide_next.svg);
}
.banner_area .swiper_control .btn_wrap .swiper-button-prev {
    transform: rotate(180deg);
}


.banner_area .swiper_control .btn_wrap .swiper-button-prev::after, .banner_area .swiper_control .btn_wrap .swiper-button-next::after {
    display: none;
}
.banner_area .swiper_control .swiper-button-puase {
    position: static;
    width:16px;
    height:16px;
    background-size: 16px 16px;
    background-image: url(../img/slide_pause.svg);
}
.banner_area .swiper_control .swiper-pagination {
    position: static;
    gap:.5rem;
    display: flex;
}
.banner_area .swiper_control .swiper-pagination-bullet {
    background-color: hsla(0,0%,100%,.2);
    height: 1px;
    min-width: 1.25rem;
    width: 7.5rem;
    border-radius: 0;
}
.banner_area .swiper_control .swiper-pagination-bullet-active {
    background-color: #fff;;
}
 */
