/*@charset "utf-8";
@font-face {
    font-family: KiaB;
    font-weight: normal;
    font-style: normal;
    src: url('/content/dam/kwcms/gt/en/font/kia_bold.eot');
    src: url('/content/dam/kwcms/gt/en/font/kia_bold.eot?#iefix') format('embedded-opentype'), url('/content/dam/kwcms/gt/en/font/kia_bold.woff') format('woff')
}

@font-face {
    font-family: KiaM;
    font-weight: normal;
    font-style: normal;
    src: url('/content/dam/kwcms/gt/en/font/kia_medium.eot');
    src: url('/content/dam/kwcms/gt/en/font/kia_medium.eot?#iefix') format('embedded-opentype'), url('/content/dam/kwcms/gt/en/font/kia_medium.woff') format('woff')
}*/

#container {
    overflow: hidden;
}

.pip_gallery_new {
    padding-top: 50px;
    box-sizing: border-box;
}

.pip_gallery_new .con_tit2 {
    position: relative;
    font-size: 36px;
    color: #000;
    line-height: 60px;
    text-align: center;
}

.pip_gallery_new .con_tit2:after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 4px;
    background: #bb162b;
    content: '';
}

.pip_gallery_new .tab_nav {
    display: table;
    margin: 20px auto 40px;
}

.pip_gallery_new .tab_nav li {
    float: left;
    margin: 0 25px;
}


/* 2018.05.29 추가 */

.pip_gallery_new.rtl .tab_nav li {
    float: right;
}

.pip_gallery_new .tab_nav li button {
    position: relative;
    font-family: KiaM;
    font-size: 23px;
    line-height: 40px;
    color: #8e8e8e;
    transition: 0.3s;
    outline: 0;
    text-transform: none;
}


/* 2018.05.18 outline:0; 추가 */

.pip_gallery_new .tab_nav li button:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #bb162b;
    content: '';
    transition: 0.3s;
}

.pip_gallery_new .tab_nav li button:hover,
.pip_gallery_new .tab_nav li button.active {
    color: #bb162b;
    transition: 0.3s;
}

.pip_gallery_new .tab_nav li button:hover:after,
.pip_gallery_new .tab_nav li button.active:after {
    width: 100%;
    left: 0;
    transition: 0.3s;
}

.pip_gallery_new .thum_list_con {
    position: relative;
    height: 265px;
    width: 5000%;
    margin-bottom: 20px;
    overflow: hidden;
}

.pip_gallery_new .thum_list {
    position: absolute;
    display: inline-block;
}


/* 2018.05.31 추가 */

.pip_gallery_new.rtl .thum_list {
    right: 0;
}

.pip_gallery_new .thum_list li {
    position: relative;
    float: left;
    width: 400px;
    height: 265px;
    margin: 0 10px;
    overflow: hidden;
    transition: 0.3s
}


/* 2018.05.29 추가 */

.pip_gallery_new.rtl .thum_list li {
    float: right;
}

.pip_gallery_new .thum_list li.first {
    margin-left: 0;
}


/* 2018.05.31 추가 */

.pip_gallery_new.rtl .thum_list li.first {
    margin-left: 10px;
    margin-right: 0;
}

.pip_gallery_new .thum_list li.last {
    margin-right: 0;
}


/* 2018.05.31 추가 */

.pip_gallery_new.rtl .thum_list li.last {
    margin-right: 10px;
    margin-left: 0;
}

.pip_gallery_new .thum_list li>a {
    display: block;
}

.pip_gallery_new .thum_list li>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    transition: 0.3s;
}

.pip_gallery_new .thum_list li>a:hover img {
    width: 110%;
    transition: 0.3s;
}

.pip_gallery_new .thum_list li.type_videos>a:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url('/content/dam/kwcms/au/en/images/showroom/gallery/btn_play.png') no-repeat center center;
    content: '';
    transform: translateX(-50%) translateY(-50%);
}

.pip_gallery_new .slider_con {
    position: relative;
    margin: 25px auto 80px;
    width: 90%;
    height: 28px;
    max-width: 660px;
}

.pip_gallery_new .slider_con:before {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    background: #8e8e8e;
    border-radius: 2px;
    content: "";
}

.pip_gallery_new .slider_con button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 69px;
    height: 30px;
    background: url('/content/dam/kwcms/au/en/images/showroom/gallery/ico_scroll.png') no-repeat center center;
    font: 0/0 a;
}

.pip_gallery_new.rtl .slider_con button {
    left: initial;
    right: 0;
}

#gallery_pop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1999
}

#gallery_pop .btn_prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    width: 30px;
    height: 44px;
    margin-top: -22px;
    opacity: 0.6;
    transition: 0.3s;
    background: url('/content/dam/kwcms/au/en/images/showroom/gallery/btn_gallery_prev.png') no-repeat center center;
    font: 0/0 a;
}

#gallery_pop .btn_next {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    width: 30px;
    height: 44px;
    margin-top: -22px;
    opacity: 0.6;
    transition: 0.3s;
    background: url('/content/dam/kwcms/au/en/images/showroom/gallery/btn_gallery_next.png') no-repeat center center;
    font: 0/0 a;
}

#gallery_pop .btn_close {
    position: absolute;
    left: -18px; /* 2020.07.30 popup btn */
    top: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: url('/content/dam/kwcms/au/en/images/showroom/gallery/btn_close_popup.png') no-repeat center center;
    font: 0/0 a;
}

#gallery_pop button:hover {
    opacity: 1;
    transition: 0.3s;
}

#gallery_pop .gallery_content {
    position: absolute;
    width: 80%;
    min-height: 400px;
    max-width: 1300px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#gallery_pop .player {
    display: none;
}

#gallery_pop .images {
    display: none;
}

#gallery_pop .player iframe {
    width: 100%;
    display: inline-block;
    border: 0;
}

#gallery_pop .images img {
    width: 100%;
}

@media screen and (max-width:1023px) {
    .pip_gallery_new .thum_list_con {
        height: 236px;
    }
    .pip_gallery_new .thum_list li {
        width: 370px;
        height: 236px;
    }
}

@media screen and (max-width:767px) {
    .pip_gallery {
        overflow: hidden !important;
    }
    .pip_gallery_new {
        padding-top: 25px;
    }
    .pip_gallery_new .con_tit2 {
        font-size: 15px;
        line-height: 30px;
    }
    .pip_gallery_new .con_tit2:after {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -17px;
        width: 35px;
        height: 2px;
        background: #bb162b;
        content: '';
    }
    .pip_gallery_new .tab_nav {
        display: table;
        margin: 10px auto 20px;
    }
    .pip_gallery_new .tab_nav li {
        margin: 0 15px;
    }
    .pip_gallery_new .tab_nav li button {
        font-size: 14px;
        line-height: 32px;
    }
    .pip_gallery_new .thum_list_con {
        height: 142px;
        margin-bottom: 10px;
    }
    .pip_gallery_new .thum_list li {
        width: 240px;
        height: 142px;
        margin: 0 5px;
    }
    .pip_gallery_new .slider_con {
        margin-bottom: 40px;
    }
    .pip_gallery_new .slider_con button {
        background: url('/content/dam/kwcms/au/en/images/showroom/gallery/ico_scroll_m.png') no-repeat center center;
        background-size: 69px 30px;
        font: 0/0 a;
    }
    #gallery_pop .btn_prev {
        left: 10px;
        width: 15px;
        height: 22px;
        margin-top: -11px;
        background-size: 15px 22px;
    }
    #gallery_pop .btn_next {
        right: 10px;
        width: 15px;
        height: 22px;
        margin-top: -11px;
        background-size: 15px 22px;
    }
    #gallery_pop .btn_close {
        left: -9px; /* 2020.07.30 */
        top: -9px;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }
    #gallery_pop .gallery_content {
        min-height: 200px;
    }
}


/* 2020.07.28 #48601 GT gallery popup 개선 S */ /* 2020.07.30 수정 */

.gallery_content {position:relative;box-sizing:border-box;}
.pop_title_box {position:absolute;bottom:0;left:0;width:100%;color:#fff;text-align:left;background:rgba(0,0,0,.7);padding:30px 20px 25px 20px;box-sizing:border-box;} /* 2020.07.30 수정 */
.pop_title_box .pop_title {display:inline-block;position:relative;font-size:26px;font-family:"kiaB";}
.pop_title_box .pop_title:after {display:block;content:"";position:absolute;top:-10px;left:0;width:60px;height:2px;background:#fff;} /* 2020.07.30 수정 */

@media (max-width:1024px) {
.pop_title_box .pop_title {font-size:22px;}
}

@media (max-width:767px) {
.pop_title_box {padding:10px;text-align:center;}
.pop_title_box .pop_title {font-size:16px;}
.pop_title_box .pop_title:after {display:none;}
.fe_pip_wrap  #gallery_pop .gallery_content {min-height:auto;}
}
/* 2020.07.28 #48601 GT gallery popup 개선 E */


/* 2025.05.07 (2025.05.26) MO 갤러리 팝업 개선 */
.pip_gallery_new .slider_con button { background:url('/content/dam/kwcms/gt/en/images/new/btn/ico_scroll_m.png') no-repeat center center / 100% auto !important; }
#gallery_pop .btn_next { right:auto; right:initial; left:10px; background:url('/content/dam/kwcms/au/en/images/showroom/gallery/btn_gallery_prev.png') no-repeat center center; }
#gallery_pop .btn_prev { left:auto; left:initial; right:10px; background:url('/content/dam/kwcms/au/en/images/showroom/gallery/btn_gallery_next.png') no-repeat center center; }
#gallery_pop .slider .slick-slide { cursor:pointer; }
#gallery_pop .slider img, #gallery_pop .slider iframe, #gallery_pop .slider video { width:100%; max-height:813px; border-width:0; }
#gallery_pop .slider iframe { height:50vw; }
#gallery_pop .gallery_pager {  }
#gallery_pop .gallery_pager .count_page { display:none; }
#gallery_pop .slick-track::after { content:'';display:block;overflow:hidden;width:100%;height:0;clear:both; }
#gallery_pop .slick-track { position:relative;z-index:0; }
@keyframes anPrev { 0% { transform:translateX(-5%);opacity:0; } 100% { transform:translateX(0%);opacity:1; } }
@keyframes anNext { 0% { transform:translateX(5%);opacity:0; } 100% { transform:translateX(0%);opacity:1; } }
@media screen and (max-width:767px) {
    #gallery_pop:has(.count_page) .gallery_content { top:212px;transform:translateX(-50%);width:100%; }
	#gallery_pop:has(.count_page) .btn_close { right:auto;right:initial;left:20px;top:-52px;width:32px;height:32px;background:url('/content/dam/kwcms/gt/en/images/new/showroom/gallery_close.png') no-repeat center center / 100% auto; }
	#gallery_pop:has(.count_page) .gallery_pager { display:flex;align-items:stretch;margin-top:20px;padding:0 20px; }
	#gallery_pop:has(.count_page) .gallery_pager .count_page { flex:1;display:flex;justify-content:center;align-items:center;column-gap:8px;font-size:16px;color:#ffffff; }
	#gallery_pop:has(.count_page) .gallery_pager .count_page b { color:inherit;font-family:"kiaB";font-size:inherit;font-weight:normal; }
	#gallery_pop:has(.count_page) .gallery_pager .count_page span { opacity:.6;color:inherit;font-size:inherit;font-weight:normal; }
	#gallery_pop:has(.count_page) .gallery_pager button { position:static;opacity:1;width:44px;height:44px;margin-top:0;background-size:44px 44px;background-position:center center; background-repeat:no-repeat; }
	#gallery_pop:has(.count_page) .gallery_pager .btn_next { background-image:url('/content/dam/kwcms/gt/en/images/new/showroom/gallery_arrow_back.png'); }
	#gallery_pop:has(.count_page) .gallery_pager .btn_prev { background-image:url('/content/dam/kwcms/gt/en/images/new/showroom/gallery_arrow_forward.png'); }
	#gallery_pop:has(.count_page) .pop_title_box { position:static;margin-top:20px;padding:0 20px;background-color:transparent;line-height:1.5; }
    #gallery_pop .gallery_slider {  }
}
/* // 2025.05.07 (2025.05.26) MO 갤러리 팝업 개선 */
/* 2025.05.07 (2025.05.29) MO 갤러리 팝업 개선 - PC 이전/다음버튼 위치이동 대응 */
#gallery_pop { display:flex; }
#gallery_pop:has(.gallery_pager) { justify-content:center;align-items:center; }
#gallery_pop:has(.gallery_pager) .gallery_content { position:relative;left:initial;top:initial;transform:none; }
#gallery_pop:has(.gallery_pager) .btn_next { position:fixed; }
#gallery_pop:has(.gallery_pager) .btn_prev { position:fixed; }
@media screen and (max-width:767px) {
	#gallery_pop:has(.gallery_pager) { justify-content:initial;align-items:initial; }
    #gallery_pop:has(.gallery_pager) .gallery_content { position:absolute;left:50%;top:212px;transform:translateX(-50%); }
}
/* // 2025.05.07 (2025.05.29) MO 갤러리 팝업 개선 - PC 이전/다음버튼 위치이동 대응 */
