.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
}

/* S : GNB */
.hmj-header {
    transition: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 300;
}
.hmj-header.scr-chk {
    transition: all .3s ease-in-out;
    top: -73px;
    background-color: transparent;
}
.hmj-header.active {
    transition: background-color .4s, top .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(0, 0, 0, .35);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
}
.hmj-header.active.none-blur {
    backdrop-filter: unset;
}
.hmj-header .gnb-mid-menu .mid-list li a {
    color: #fff;
}
.hmj-header .gnb-mid-menu .mid-list .btn-tnb-lineup span::after {
    background: url('../../pip/assets/images/common/arrow_top_white.svg');
}

.hmj-header .tnb-lineup-cont {
    background: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 0;
}
.hmj-header .tnb-lineup-list .item .item-cont:hover {
    background: rgba(255,255,255,0.1);
}
.hmj-header .tnb-lineup-cont .tnb-close::after {
    background-image: url('../../pip/planb/assets/images/planb/btn_close.png');
}
.hmj-header .tnb-lineup-list .item .item-cont strong {
    color: #fff;
}
.hmj-header .tnb-lineup-list .item .item-cont p {
    color: #ccc;
}
.hmj-header .tnb-lineup-list .badge-cont .badge {
    border: solid 1px #fff;
    color: #fff;
}
.main .hmj-header .tnb-lineup-banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 112px;
    height: 1px;
    background: rgba(255,255,255,0.3);
}
.hmj-header.type-model.scr-chk .gnb-mid-menu .mid-list li a span {
    color: #191919;
}
.hmj-header.type-model.scr-chk .header-cont h1 a {
    background: none;
}
.hmj-header.type-model.scr-chk .header-cont h1 a img {
    display: block;
}
.hmj-header.type-model.scr-chk .header-cont .btn-cart span {
    background: none;
}
.hmj-header.type-model.scr-chk .header-cont .btn-cart span img {
    display: inline-block;
}
.hmj-header.type-model.scr-chk .header-cont .btn-search span {
    background: none;
}
.hmj-header.type-model.scr-chk .header-cont .btn-search span img {
    display: inline-block;
}
.hmj-header.type-model.scr-chk .header-cont .btn-menu span {
    background: none;
}
.hmj-header.type-model.scr-chk .header-cont .btn-menu span img {
    display: inline-block;
}
@media screen and (max-width: 1119px) {
    .mo-only {
        display: block;
    }
    .hmj-header .model-menu-wrap {
        top: 0;
        margin-bottom: 33px;
        max-width: 1120px;
        height: 55px;
    }
    .hmj-header .model-menu {
        padding: 0 8px 0 20px;
        width: unset;
        height: 55px;
    }
    .hmj-header .model-menu h4.mo-only {
        position: relative;
        display: inline-block;
        padding-right: 30px;
        font-size: 18px;
    }
    .hmj-header .model-menu h4:before {
        content:'';
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url(../../pip/assets/images/common/ico_gnb_arrow_blk.png) no-repeat 0 0;
        background-size: 16px;
        transition: all .3s ease-in-out;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .hmj-header .model-menu.active h4:before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .hmj-header .model-menu .btn-menu {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        background: url(../../pip/assets/images/common/ico_menu.svg) no-repeat center center;
        background-size: 48px;
    }
    .hmj-header .model-menu .model-menu-list {
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        display: none;
        padding: 24px 28px;
        background-color: #fff;
        font-size: 14px;
        line-height: 22px;
        box-shadow: 0 6px 6px -1px #e9e9e9;
    }
    .hmj-header .model-menu .model-menu-list li + li {
        margin-top: 16px;
    }
    .hmj-header .model-menu .model-menu-list a {
        color: #191919;

    }
    .hmj-header .model-menu .model-menu-list .is-active a {
        opacity: 0.4;
    }
    .detail-nexo .detail-cont-outer {
        padding: 102px 0 0 20px;
        /* padding: 102px 0 0; */
    }
    .detail-nexo .detail-cont-outer h1 {
        font-size: 24px;
        line-height: 38px;
    }
}
/* E : GNB */

/* S : LNB */
.detail-nexo .model-menu-wrap {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    margin-bottom: 89px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 1);
    transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 24;
}
.detail-nexo .model-menu-wrap.with-gnb {
    top: 72px;
}
.detail-nexo .model-menu {
    position: relative;
    margin: 0 auto;
    width: 1096px;
    height: 70px;
}
.detail-nexo .model-menu h4 {
    position: relative;
    top: 17px;
    width: 104px;
    font-weight: 500;
}
.detail-nexo.detail-kona-se .model-menu h4 {
    width: auto;
}
.detail-nexo.detail-kona-se .model-menu h4 span {
    font-size: 16px;
    font-weight: 500;
}
.detail-nexo .model-menu nav {
    position: absolute;
    top: 26px;
    right: 0;
}
.detail-nexo .model-menu nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.detail-nexo .model-menu nav ul li {
    margin-left: 32px;
}
.detail-nexo .model-menu nav ul li a {
    color: #191919;
}
.detail-nexo .model-menu nav ul li.is-active a {
    color: #999;
}
@media screen and (max-width: 1119px) {
    html {
        overscroll-behavior: none;
    }
    .detail-nexo .model-menu-wrap {
        top: 0;
        margin-bottom: 96px;
        max-width: 1120px;
        height: 55px;
    }
    .detail-nexo .model-menu-wrap.with-gnb {
        top: 52px;
    }
    .detail-nexo .model-menu {
        padding: 0 20px;
        width: unset;
        height: 55px;
    }
    .detail-nexo .model-menu h4 {
        width: 100%;
        top: 13px;
    }
    .detail-nexo .model-menu h4:before {
        content:'';
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url(../../pip/assets/images/common/ico_gnb_arrow_blk.png) no-repeat 0 0;
        background-size: 16px;
        transition: all .3s ease-in-out;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .detail-nexo .model-menu h4.active:before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .detail-nexo .model-menu .btn_model-menu {
        position: absolute;
        top: 4px;
        right: 10px;
        width: 48px;
        height: 48px;
        background: url(../../pip/assets/images/common/ico_menu.svg) no-repeat center center;
        background-size: 48px;
    }
    .detail-nexo .model-menu .model-menu-list {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        background-color: #fff;
        font-size: 14px;
        line-height: 22px;
        box-shadow: 0 6px 6px -1px #e9e9e9;
        display: none;
    }
    .detail-nexo .model-menu .model-menu-list li {
        padding: 12px 20px;
    }
    .detail-nexo .model-menu .model-menu-list li:first-child {
        padding-top: 24px;
    }
    .detail-nexo .model-menu .model-menu-list li:last-child {
        padding-bottom: 24px;
    }
    .detail-nexo .model-menu .model-menu-list a {
        color: #191919;
        opacity: 0.4;
    }
    .detail-nexo .model-menu .model-menu-list .is-active a {
        opacity: 1;
    }
    
}
/* E : LNB */

.detail-nexo .hmj-content {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 0px !important;
}
.detail-nexo .detail-cont-outer {
    padding-top: 80px;
}
.detail-nexo .detail-cont-outer h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.detail-nexo .demension-outer{
    background-color: #fafafa;
    padding: 32px 32px 0 32px;
    border-radius: 8px;
    margin: 40px 0 32px;
    position: relative;
}
.detail-nexo .title-outer .tit{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
}
.detail-nexo .title-outer .text{
    font-size: 12px;
    line-height: 1.67;
    color: #999;
}
.detail-nexo .disclaimer {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.detail-nexo .nexo-swiper.swiper-container{
    overflow: hidden;
    position: relative;
    padding: 98px 0 120px;
}
.detail-nexo .swiper-img{
    margin: 0 auto;
    position: relative;
}
.detail-nexo .car-front{
    width: 65.03%;
}
.detail-nexo .car-side{
    width: 65.03%;
}
.detail-nexo .car-rear{
    width: 65.03%;
}
.detail-nexo .swiper-img img{
    width: 100%;
}
.detail-nexo .swiper-img div{
    border: 1px solid #666;
    position: absolute;
}
.detail-nexo .swiper-img .top-line{
    height: 9px;
    border-bottom: 0;
    width: 100%;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.detail-nexo .swiper-img.car-side .top-line{
    width: 96%;
    margin: 0;
    top : -26px;
    left: 1.5%;
}
.detail-nexo .swiper-img .right-line{
    width: 9px;
    height: 95%;
    border-left: 0;
    top: 0;
    right: -25px;
}
.detail-nexo .swiper-img .bottom-line{
    height: 9px;
    border-top: 0;
    width: 92%;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.detail-nexo .swiper-img.car-side .bottom-line{
    width: 60.5%;
    margin: 0;
    left: 20.5%;
    bottom: -38px
}
.detail-nexo .swiper-img.car-rear .bottom-line{
    width: 86%;
    bottom: -24px;
}
.detail-nexo .swiper-img div span{
    font-size: 12px;
    line-height: 1.67;
    color: #666;
    position:absolute;
}
.detail-nexo .top-line .tit{
    top: -25px;
    left: 0;
}
.detail-nexo .top-line .figure{
    top: -25px;
    right: 0;
}
.detail-nexo .right-line .tit{
    top: 0;
    right: -26px;
    writing-mode: tb-rl;
}
.detail-nexo .right-line .figure{
    bottom: 5px;
    right: -33px;
    transform: rotate(90deg);
}
.detail-nexo .bottom-line .tit{
    bottom: -28px;
    left: 0;
}
.detail-nexo .bottom-line .figure{
    bottom: -28px;
    right: 0;
}
.detail-nexo .nexo-swiper-btn.swiper-button-next:after,
.detail-nexo .nexo-swiper-btn.swiper-button-prev:after{
    display: none;
}
.detail-nexo .nexo-swiper-btn.swiper-button-next,
.detail-nexo .nexo-swiper-btn.swiper-button-prev{
    width: 16px;
    height: 16px;
    opacity: 1;
    top: 45%;
    background-size: 16px 16px;
}
.detail-nexo .nexo-swiper-btn.swiper-button-next{
    background-image: url('../../pip/assets/images/common/icon_next_16px.png');
    right: 0;
}
.detail-nexo .nexo-swiper-btn.swiper-button-prev{
    background-image: url('../../pip/assets/images/common/icon_prev_16px.png');
    left: 0;
}
.detail-nexo .nexo-swiper-btn.swiper-pagination{
    bottom: auto;
    top: 32px;
    left: auto;
    right: 35px;
    width: auto;
}
.detail-nexo .nexo-swiper-btn .swiper-pagination-bullet{
    width: 90px;
    height: 28px;
    padding: 3px 16px;
    border-radius: 8px;
    background-color: #fafafa;
    opacity: 1;
    font-weight: 500;
    line-height: 1.57;
    font-size: 14px;
}
.detail-nexo .nexo-swiper-btn .swiper-pagination-bullet-active{
    background-color: #191919;
    color: #fff;
}
.detail-nexo .nexo-spec-tbl .tbl-box{
    width: auto;
    padding: 24px 40px;
    background-color: #fafafa;
    border-radius: 8px;
}
.detail-nexo .nexo-spec-tbl .tbl-box table{
    border: 0;
}
.detail-nexo .nexo-spec-tbl .tbl-box th, .detail-nexo .nexo-spec-tbl .tbl-box th h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.67;
    color: #191919;
    border-bottom: 0 !important;
}
.detail-nexo .nexo-spec-tbl .tbl-box td{
    background-color: #fafafa;
    font-size: 13px;
    line-height: 1.63;
    padding: 16px 0;
    white-space: normal;
}
.detail-nexo .nexo-spec-tbl .tbl-box th:first-child,
.detail-nexo .nexo-spec-tbl .tbl-box td:first-child{
    text-align: left;
    padding-left: 0;
}
.detail-nexo .nexo-spec-tbl .tbl-box th:last-child,
.detail-nexo .nexo-spec-tbl .tbl-box td:last-child{
    text-align: right;
    padding-right: 0;
}
.detail-nexo .ps{
    margin-top: 12px;
    margin-left: 40px;
    color: #999;
    line-height: 1.57;
}

.detail-nexo .info {
    position: relative;
    display: flex;
    column-gap: 4px;
    padding-left: 0;
    margin-top: 16px;
    font-size: 13px;
    color: #666;
}

.detail-ioniq5-n .model-menu h4 {
    width: 180px;
}
@media screen and (max-width: 1119px) {
    .mo-only {
        display: block;
    }
    .detail-nexo .detail-cont-outer {
        padding: 0 20px;
    }
    .detail-nexo .detail-cont-outer h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .detail-nexo .demension-outer{
        margin-top: 24px;
        padding: 24px 24px 0;
    }
    .detail-nexo .disclaimer {
        bottom: 132px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .detail-nexo .nexo-swiper.swiper-container{
        padding:126px 0 178px
    }
    .detail-nexo .car-front{
        width: 100%;
    }
    .detail-nexo .car-side{
        width: 100%;
    }
    .detail-nexo .car-rear{
        width: 100%;
    }
    .detail-nexo .swiper-img .top-line{
        height: 4px;
        top: -13px;
    }
    .detail-nexo .swiper-img.car-side .top-line{
        top: -13px;
    }
    .detail-nexo .swiper-img .right-line{
        right: -19px;
    }
    .detail-nexo .swiper-img .bottom-line{
        height: 4px;
        bottom: -11px;
    }
    .detail-nexo .swiper-img.car-side .bottom-line,
    .detail-nexo .swiper-img.car-rear .bottom-line{
        bottom: -9px;
    }
    .detail-nexo .nexo-swiper-btn.swiper-button-next,
    .detail-nexo .nexo-swiper-btn.swiper-button-prev{
        display: none;
    }
    .detail-nexo .nexo-swiper-btn.swiper-pagination{
        top: auto;
        bottom: 24px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .detail-nexo .nexo-spec-tbl .tbl-outer{
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
        padding:0 20px;
    }
    .detail-nexo .nexo-spec-tbl .tbl-box{
        padding: 12px 20px 12px 24px;
    }
    .detail-nexo .nexo-spec-tbl .tbl-box table{
        width: 100%;
    }
    .detail-nexo .nexo-spec-tbl .tbl-box th, .detail-nexo .nexo-spec-tbl .tbl-box th h4{
        font-size: 14px;
        line-height: 1.57;
        padding: 12px 0;
    }
    .detail-nexo .nexo-spec-tbl .tbl-box td{
        font-size: 12px;
        line-height: 1.67;
        padding: 12px 0;
    }
    .detail-nexo .info {
        padding: 0 20px;
        font-size: 12px;
    }

    .detail-ioniq5-n .model-menu h4 {
        width: 100%;
    }
    .detail-nexo.detail-kona-se .model-menu h4 span {
        font-size: 12px;
    }
}

.quick-menu {
    z-index: 199;
}
.btn-top-box.active {
    z-index: 3 !important;
}

.detail-nexo .tab-box-wrap .tab-box-outer {
	padding-bottom: 16px;
}
.detail-nexo .tab-box-wrap .tab-box-cont {
	padding-top: 0;
}
.detail-nexo .tab-box-wrap .tab-box-outer:after {
	display: none;
}
.detail-nexo .tab-box-wrap .tab-box-list {
	justify-content: flex-end;
}
.detail-nexo .tab-box-wrap .tab-box-list .btn {
	min-width: unset;
	min-height: unset;
	max-width: 160px;
	height: 48px;
	font-size: 16px;
}
.detail-nexo .tab-box-wrap .tab-box-list li.active:before {
	display: none;
}
.detail-nexo .tab-box-wrap .tab-box-list li a {
	color: #333;
}
.detail-nexo .tab-box-wrap .btn {
	border: solid 1px #ccc;
}
.detail-nexo .tab-box-wrap .btn + .btn {
	margin-left: -1px;
}
.detail-nexo .tab-box-wrap .btn:not(:first-of-type, :last-of-type) {
	border-radius: 0;
}
.detail-nexo .tab-box-wrap .btn:first-of-type {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.detail-nexo .tab-box-wrap .btn:last-of-type {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.detail-nexo .tab-box-wrap .btn.acitve:last-of-type {
	border-left: 1px solid rgba(28, 107, 186, 0.46);
}
.detail-nexo .tab-box-wrap .btn.active {
	border: 1px solid rgba(28, 107, 186, 0.46);
	z-index: 1;
}
.detail-nexo .tab-box-wrap .btn.active a {
	color: #1c6bba;
}
.detail-nexo .tab-box-wrap .demension-outer {
	margin-top: 0;
	padding-top: 24px;
}

@media screen and (max-width: 1119px) {
	.detail-nexo .tab-box-wrap .tab-box-outer {
		margin-top: 24px;
		padding-bottom: 0;
		background: #fafafa;
	}
	.detail-nexo .tab-box-wrap .tab-box-list {
		justify-content: center;
		padding: 24px 20px 0;
	}
	.detail-nexo .tab-box-wrap .tab-box-list .btn  {
		min-height: 40px;
		height: 40px;
		font-size: 13px;
	}
    .detail-nexo .swiper-pagination {
        z-index: 2;
    }
}