/* ========================================
   Custom CSS - 덕산 로봇
   원본소스에서 추출한 커스텀 스타일
======================================== */

/* Main 배경 */
main {
    background: #111526;
}

/* 스마트 팝업 마진 */
.app-smart-popup {
    margin-top: 14rem !important;
}

@media all and (max-width: 1024px) {
    .app-smart-popup {
        margin-top:8rem !important;
    }

    :nth-child(1 of .app-smart-popup) {
        margin-top: 16rem !important;
    }

    :nth-child(2 of .app-smart-popup) {
        margin-top: 12rem !important;
    }
}

/* UBTECH 폰트 */
@font-face {
    font-family: 'UBTECH-LIGHT';
    src: url(/web/upload/font/UBTECH-LIGHT.OTF);
}

@font-face {
    font-family: 'UBTECH-REGULAR';
    src: url(/web/upload/font/UBTECH-REGULAR.OTF);
}

@font-face {
    font-family: 'UBTECH-BOLD';
    src: url(/web/upload/font/UBTECH-BOLD.OTF);
}

/* AOS 커스텀 애니메이션 */
[data-aos="fade-up"].my-fade-up30 {
    transform: translateY(3rem);
}

[data-aos="fade-up"].my-fade-up50 {
    transform: translateY(5rem);
}

[data-aos="fade-down"].my-fade-down30 {
    transform: translateY(-3rem);
}

[data-aos="fade-down"].my-fade-down50 {
    transform: translateY(-5rem);
}

[data-aos].aos-init:not(.aos-animate) {
    opacity: 0 !important;
    visibility: hidden !important;
}

[data-aos].aos-animate {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Contents 영역 */
#contents {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 5rem;
}

@media all and (max-width: 1024px) {
    #contents {
        padding-top:5rem;
    }
}

#contents2 {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 5rem;
}

@media all and (max-width: 1024px) {
    #contents2 {
        width:92%;
        padding-top: 5rem;
    }
}

/* Title Box 스타일 */
.title_bo {
    text-align: center;
}

.title_bo .tt {
    padding: 3rem 0 0;
}

.title_bo .tt {
    color: #000;
    font-size:4.5rem;
    font-weight: 700;
}

.title_bo p {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 1.4rem 0 0 0;
}

.title_bo p span {
    color: #f8040e;
}

@media all and (max-width: 1024px) {
    .title_bo .tt {
        padding:10rem 0 0;
    }

    .title_bo .tt font {
        color: #000;
        font-size: 2.4rem;
    }

    .title_bo p {
        font-size: 1.1rem;
        font-weight: 300;
        padding: 0.5rem 0 0 0;
    }
}

/* Title Box 2 스타일 */
.title_bo2 {
    text-align: center;
    margin-bottom: 4.4rem;
}

.title_bo2 .tit {
    color: #000;
    font-size: 4.5rem;
    font-weight: 700;
    padding: 22rem 0 0;
}

.title_bo2 .tit font {
    color: #000;
}

.title_bo2 .tx {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    padding: 1.8rem 0 0 0;
}

.title_bo2 .tx br.pc {
    display: none;
}

@media all and (max-width: 1024px) {
    .title_bo2 .tit {
        font-size:2.4rem;
        padding: 10rem 0 0;
    }

    .title_bo2 .tx {
        font-size: 1.1rem;
        line-height: 1.4rem;
        padding: 0.5rem 0 0 0;
    }

    .title_bo2 .tx br.pc {
        display: block;
    }
}

/* Dimmed 영역 */
.dimmed {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/* 반응형 헬퍼 클래스 */
@media all and (max-width: 767px) {
    .RTI,.RTB,.RTIB {
        display:none !important;
    }

    .RMB {
        display: block !important;
    }

    .RMI {
        display: inline !important;
    }

    .RMIB {
        display: inline-block !important;
    }

    body {
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}

@media all and (max-width: 1024px) {
    .RWI,.RW,.RWB,.RWIB {
        display:none !important;
    }

    .RTMB {
        display: block !important;
    }

    .RTMI {
        display: inline-block !important;
    }
}

@media all and (min-width: 768px) and (max-width:1024px) {
    .RMI,.RMB,.RMIB {
        display:none !important;
    }

    .RTI {
        display: inline !important;
    }

    .RTB {
        display: block !important;
    }

    .RTIB {
        display: inline-block !important;
    }
}

@media all and (min-width: 1025px) {
    .RMI,.RMB,.RMIB,.RTI,.RTB,.RTIB,.RTMI,.RTMB {
        display:none !important;
    }

    .RWI {
        display: inline !important;
    }

    .RWB {
        display: block !important;
    }

    .RWIB {
        display: inline-block !important;
    }

    #container {
        width: 100%;
        min-height: 70rem;
    }
}

/* im100 헬퍼 */
.im100 {
    width: 100%;
}

.im100 img {
    width: 100%;
}

.tit_box {
    width: 100%;
    position: relative;
}

.tit_box .tx {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 100;
    text-shadow: 0.1rem 0.1rem 1rem rgba(0,0,0,1);
}

.tit_box .tx p {
    font-weight: 700;
    font-size: 8rem;
    line-height: 10.6rem;
    padding-top: 8%;
    text-shadow: 0.1rem 0.1rem 1.2rem rgba(0,0,0,0.3);
}

.tit_box img {
    width: 100%;
    vertical-align: middle;
}

.tit_video {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000
}

.tit_video .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.tit_video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tit_video .pc_video {
    display: block;
}

.tit_video .mobile_video {
    display: none;
}

.tit_video .tx-positioner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    z-index: 9;
}

.tit_video .tx-wrapper {
    display: inline-block;
    transform-origin: center center;
}

.tit_video .tx {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.9vw;
    font-weight: 100;
    text-shadow: 0.1rem 0.1rem 1rem rgba(0,0,0,1);
}

.tit_video .tx p {
    font-weight: 700;
    font-size: 4.1vw;
    line-height: 5.4vw;
    text-shadow: 0.1rem 0.1rem 1.2rem rgba(0,0,0,0.3);
}

@media screen and (max-width: 1024px) {
    .tit_video .pc_video {
        display: none;
    }

    .tit_video .mobile_video {
        display: block;
        padding-bottom: 177%;
    }

    .tit_video .tx {
        font-size: 3.3vw;
        line-height: 4.5vw;
        font-weight: 100;
        width: 80%;
        margin: 0 auto;
        text-shadow: 0.1rem 0.1rem 0.6rem rgba(0,0,0,1);
    }

    .tit_video .tx br {
        display: none
    }

    .tit_video .tx p {
        font-size: 7vw;
        line-height: 10vw;
        text-shadow: 0.1rem 0.1rem 0.8rem rgba(0,0,0,0.3);
    }
}

.product_box {
}

.product_box .inner {
    width: 80%;
    margin: 0 auto;
}

.product_box .tx01 {
    color: #000;
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 700;
    padding-top: 7vw
}

.product_box .tx02 {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding-top: 0.6vw
}

.product_box .tx03 {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding: 7vw 0 2vw
}

.product_box .tx03 span {
    color: #00a5e4;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700
}

.product_box .tx03 p {
    color: #000;
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .product_box .inner {
        width:90%;
        margin: 0 auto;
    }

    .product_box .tx01 {
        font-size: 2.2rem;
        line-height: 2.6rem;
        padding-top: 10vw
    }

    .product_box .tx02 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding-top: 2vw
    }

    .product_box .tx02 br.non {
        display: none
    }

    .product_box .tx03 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding: 10vw 0 4vw
    }

    .product_box .tx03 span {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .product_box .tx03 p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        padding-bottom: 1vw
    }
}

.product_box .list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2.6rem;
    margin: 0 auto;
    padding-bottom: 7vw;
}

.product_box .list .item {
    position: relative;
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 3rem;
    padding-bottom: 131.11%;
    background: #f7f7f7
}

.product_box .list .item img.main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.product_box .list .item .banner-text {
    position: absolute;
    bottom: 9%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    transition: opacity 0.2s ease-in-out;
    font-size: 1.4rem !important;
    font-weight: 300;
    color: #000;
}

.product_box .list .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

.product_box .list .item .detail-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    padding: 0 3rem;
    height: 4.2rem;
    line-height: 3.8rem;
    border: 0.2rem solid #fff;
    box-sizing: border-box;
    border-radius: 3rem;
    color: #fff;
    font-weight: 200;
    font-size: 1.2rem;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
}

.product_box .list .item .detail-btn span {
    padding-left: 1rem;
}

.product_box .list li:hover img.main-img {
    opacity: 0;
}

.product_box .list li:hover .bg {
    opacity: 1;
}

.product_box .list li:hover .detail-btn {
    opacity: 1;
}

.product_box .list li:hover .banner-text {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .product_box .list {
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
        padding-bottom: 7vw;
    }

    .product_box .list .item {
        border-radius: 1.5rem;
    }

    .product_box .list .item .banner-text {
        bottom: 2%;
        font-size: 1rem !important;
        line-height: 1.2rem !important
    }

    .product_box .list .item .detail-btn {
        width: 60%;
        margin: 0 auto;
        padding: 0 0;
        text-align: center;
        height: 2.6rem;
        line-height: 2.4rem;
        border: 0.1rem solid #fff;
        border-radius: 2rem;
        font-size: 1rem;
    }

    .product_box .list .item .detail-btn span {
        padding-left: 0.6rem
    }
}

@media screen and (min-width: 1025px) {
    .product_box .list .item .banner-text br {
        display:none
    }
}

.cont-inner {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .cont-inner {
        width: 92%;
        margin: 0 auto;
        padding-top: 6rem;
    }
}

.business_slide {
    overflow: hidden;
    position: relative;
    background: #000;
    padding: 0% 0 4%;
}

.business_slide .tit {
    color: rgba(255,255,255,0.14);
    font-size: 8rem;
    font-weight: 700;
    padding: 5.5% 0 3% 10.5%;
}

.business_slide .slide-wrapper {
    margin-left: 10.5%;
    width: 89.5%;
    overflow: hidden;
}

.business_slide .slide-track {
    display: flex;
    will-change: transform;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.business_slide .slide {
    flex: 0 0 74%;
    margin-right: 0%;
    margin-left: -3.8%;
    aspect-ratio: 10 / 4.4;
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: 60%;
    opacity: 0.4;
    transform: scale(0.9);
    position: relative;
    transition: transform 0.6s ease-in-out,opacity 0.6s ease-in-out;
    z-index: 0;
}

.business_slide .slide.active {
    background-position: 60% center;
    margin-left: 0%;
    background-size: contain;
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.business_slide .txt_area {
    display: none;
    color: #fff;
    text-shadow: 0 0 0.5rem rgba(0,0,0,0.4);
}

.business_slide .slide.active .txt_area {
    display: block;
}

.business_slide .txt_area h2 {
    font-size: 2.4vw;
    line-height: 3vw;
    font-weight: 700;
    padding: 4vw 0 0.4vw;
}

.business_slide .txt_area p {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 100;
    height: 10vw;
    display: block;
}

.business_slide .btn_download {
    color: #fff;
    text-decoration: none;
    background: url(/imgs/ico/download.png) no-repeat right 50%;
    display: inline-block;
}

.business_slide .btn_download span {
    font-size: 1.4rem;
    font-weight: 200;
    padding-right: 2.5rem;
}

.business_slide .pagination {
    text-align: left;
    padding-left: 10.5%;
    margin-top: 4%;
}

.business_slide .pagination span {
    display: inline-block;
    width: 6rem;
    height: 0.3rem;
    background: #00a5e4;
    opacity: 0.43;
    margin-right: 1.5rem;
    transition: none;
    cursor: pointer;
}

.business_slide .pagination span.active {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .business_slide {
        padding:5% 0 10%;
    }

    .business_slide .slide-wrapper {
        margin-left: 8%;
        width: 92%;
    }

    .business_slide .slide {
        flex: 0 0 100%;
        margin-right: 0;
        background-size: cover;
        background-position: center;
    }

    .business_slide .slide.active {
        background-position: 70% center;
    }

    .business_slide .tit {
        font-size: 3.2rem;
        padding: 5.5% 0 3% 8%;
    }

    .business_slide .txt_area h2 {
        font-size: 5vw;
        line-height: 6vw;
        padding: 5vw 0 10vw;
    }

    .business_slide .txt_area p {
        display: none;
    }

    .business_slide .btn_download span {
        font-size: 2.5vw;
        padding-right: 1.5rem;
    }

    .business_slide .pagination {
        padding-left: 8%;
    }

    .business_slide .pagination span {
        width: 3.8rem;
        margin-right: 0.7rem;
    }
}



.title_bo {
    text-align: center;
    margin-bottom:4.4rem;
}

.title_bo .tt {
    padding:20rem 0 0
}
.title_bo .tt {
    color: #000;
    font-size:4.5rem;
    font-weight: 700;
}

.title_bo p {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 1.4rem 0 0 0;
}

.title_bo p span {
    color: #f8040e
}

@media all and (max-width: 1024px) {
    .title_bo .tt {
        padding:10rem 0 0;
    }

    .title_bo .tt {
        color: #000;
        font-size:2.4rem;
    }

    .title_bo p {
        font-size: 1.1rem;
        font-weight: 300;
        padding: 0.5rem 0 0 0;
    }
}

.title_bo2 {
    text-align: center;
}

.title_bo2 .tit {
    color: #000;
    font-size: 4.5rem;
    font-weight: 700;
    padding: 22rem 0 0
}

.title_bo2 .tit font {
    color: #000;
}

.title_bo2 .tx {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    padding: 1.8rem 0 0 0;
}

.title_bo2 .tx br.pc {
    display: none
}

@media all and (max-width: 1024px) {
    .title_bo2 .tit {
        font-size:2.4rem;
        padding: 10rem 0 0
    }

    .title_bo2 .tx {
        font-size: 1.1rem;
        line-height: 1.4rem;
        padding: 0.5rem 0 0 0;
    }

    .title_bo2 .tx br.pc {
        display: block
    }
}

.title_bo1 {
    text-align: left
}

.title_bo1 .tit {
    color: #000;
    font-size: 4.5rem;
    font-weight: 700;
    padding: 22rem 0 0
}

.title_bo1 .tit font {
    color: #000;
}

.title_bo1 .tx {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    padding: 1rem 0 3.5rem;
}

.title_bo1 .tx br.pc {
    display: none
}

@media all and (max-width: 1024px) {
    .title_bo1 .tit {
        font-size:2.4rem;
        padding: 10rem 0 0
    }

    .title_bo1 .tx {
        font-size: 1.1rem;
        line-height: 1.4rem;
        padding: 0.5rem 0 2rem;
    }

    .title_bo1 .tx br.pc {
        display: block
    }
}

.title_jo {
    text-align: center;
}

.title_jo .tt {
    padding: 22rem 0 0;
    color: #000;
    font-size: 2.8rem;
    font-weight: 700;
}

.title_jo p {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 1.4rem 0 4.5rem;
}

@media all and (max-width: 1024px) {
    .title_jo .tt {
        padding:10rem 0 0;
        color: #000;
        font-size: 2.4rem;
    }

    .title_jo p {
        font-size: 1.1rem;
        font-weight: 300;
        padding: 0.5rem 0 2rem;
    }
}

.bo-inner {
    width:110rem;
    margin:0 auto;
    padding-bottom:10rem;
}
@media (max-width: 1024px) {
    .bo-inner {
        width: 90%;
        padding-bottom:5.2rem;
    }
}

.ec-base-product ul.grid1 {
    margin: 0 auto;
}

.ec-base-product ul.grid1 > li {
    width: 100%;
    display: block;
    border: 1px solid #404040;
    box-sizing: border-box;
    overflow: hidden;
}

.ec-base-product ul.grid1 .plf {
    width: 100%;
    position: relative
}

.ec-base-product ul.grid1 .plf .plf_im img {
    width: 100%;
}

.ec-base-product ul.grid1 .plf .plf_tx .tx2 {
    padding: 3.5rem 0 1.1rem;
}

.ec-base-product ul.grid1 .plf .plf_tx .tx2 span {
    color: #000;
    font-size: 1.7vw !important;
    font-weight: 700
}

.ec-base-product ul.grid1 .plf .plf_tx .tx3 {
    width: 88%;
    color: #000;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.1rem;
    padding-bottom: 4.2rem;
}

.ec-base-product ul.grid1 .plf .plf_tx .more {
    display: flex;
    gap: 1rem;
}

.ec-base-product ul.grid1 .plf .plf_tx .more a {
    display: block;
    background: #000;
    color: #fff;
    font-size: 1.3rem;
    height: 4rem;
    line-height: 4rem;
    font-weight: 300;
    padding: 0px 4.5rem;
    border-radius: 25px;
    transition: 0.3s;
}

.ec-base-product ul.grid1 .plf .plf_tx .more a span {
    padding-left: 0.8rem;
}

.ec-base-product ul.grid1 .plf .plf_tx .more a:hover {
    background: #2599cd
}

@media all and (min-width: 1025px) {
    .ec-base-product ul.grid1 {
        width:80%;
    }

    .ec-base-product ul.grid1 > li {
        border-radius: 3rem;
        overflow: hidden;
        margin: 0 0 5.5rem;
    }

    .ec-base-product ul.grid1 .plf {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .ec-base-product ul.grid1 .plf .plf_tx {
        float: left;
        width: 38.5%;
        padding-left: 6.5%;
        padding-right: 5%
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx1 {
        display: block
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx1 img {
        height: 50px
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx1mo {
        display: none
    }

    .ec-base-product ul.grid1 .plf .plf_im {
        float: left;
        width: 50%;
    }
}

@media all and (max-width: 1024px) {
    .ec-base-product {
        padding-top:3rem;
    }

    .ec-base-product ul.grid1 {
        width: 96%;
    }

    .ec-base-product ul.grid1 > li {
        border-radius: 1.5rem;
        margin: 0 0 1rem;
    }

    .plf .plf_im {
        width: 100%;
        position: relative;
    }

    .plf .plf_im::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1;
    }

    .plf .plf_tx {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx1 {
        display: none
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx1mo {
        display: block
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx1mo img {
        height: 4rem;
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx2 {
        padding: 1.5rem 0 2.5rem;
        color:#fff;
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx2 span {
        color: #fff !important;
        font-size: 4.5vw !important
    }

    .ec-base-product ul.grid1 .plf .plf_tx .tx3 {
        display: none
    }

    .ec-base-product ul.grid1 .plf .plf_tx .more {
        justify-content: center;
    }

    .ec-base-product ul.grid1 .plf .plf_tx .more a {
        font-size: 11px;
        height: 3rem;
        line-height: 3rem;
        padding: 0px 2rem;
    }
}


/* 추가 */
.ec-base-product .prdList {
    margin: 0 auto;
    text-align: left;
}

.ec-base-product .prdList > li {
    display: inline-block;
    margin: 0 0 1.8rem;
    color: #757575;
    vertical-align: top;
}

.ec-base-product .prdList .chk {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    display: block;
    margin: 0 0 1rem;
}

.ec-base-product .prdList .thumb,.ec-base-product .prdList .thumbnail {
    position: relative;
    text-align: center;
    width: auto;
    white-space: normal;
}

.ec-base-product .prdList .thumb {
    position: relative;
    margin: 0 0 1rem;
}

.ec-base-product .prdList .thumb .img img {
    width: 100%;
    height: 100%;
}

.ec-base-product .prdList .thumbnail {
    position: relative;
    margin: 0 0 1.2rem;
}

.ec-base-product .prdList .thumbnail a img {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 2.5rem !important
}

.ec-base-product .prdList .icon__box {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    display: flex;
    flex-direction: column;
}

.ec-base-product .prdList .icon__box span + span {
    margin: 1.2rem 0 0;
}

.ec-base-product .prdList .wish {
    z-index: 1;
    display: block;
    width: 3rem;
    cursor: pointer;
}

.ec-base-product .prdList .wish img {
    max-width: 100%;
}

.ec-base-product .prdList .cart {
    z-index: 1;
    display: block;
    width: 3rem;
    cursor: pointer;
}

.ec-base-product .prdList .cart img {
    max-width: 100%;
}

.ec-base-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .icon {
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .icon:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product .prdList .thumbnail .benefit {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ec-base-product .prdList .icon {
    margin: 1.4rem 0 0;
    text-align: left;
}

.ec-base-product .prdList .icon img {
    margin: 0 0.4rem 0 0;
    max-height: 2.3rem;
}

.ec-base-product .prdList .description {
    margin: 2rem 2rem 0 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
    white-space: normal;
}

.ec-base-product .prdList .description .name {
    display: block;
    text-align: left;
    font-weight: normal;
}

.ec-base-product .prdList .description .name a {
    color: #000;
    font-size: 1.3rem;
}

.ec-base-product .prdList .description span.grid {
    display: block;
}

.ec-base-product ul.grid3 > li {
    width: 33.33%;
}

.ec-base-product ul.grid4 > li {
    width: 22.4%;
    margin: 0 1.3%;
}

.ec-base-product ul.grid5 > li {
    width: 20%;
}

.ec-base-product ul.grid3 .color {
    max-width: 23rem;
}

.ec-base-product ul.grid4 .color {
    max-width: 19rem;
}

.ec-base-product ul.grid5 .color {
    max-width: 13rem;
}

.ec-base-product ul.grid4 {
    margin: 0 auto;
    width: 80%;
    font-size: 0;
    line-height: 0;
}

.ec-base-product ul.grid4 .subject {
    text-align: center;
    height: 8rem
}

.ec-base-product ul.grid4 .subject a span {
    color: #000 !important;
    font-size: 1.7rem !important;
    line-height: 2.2rem;
}

@media all and (max-width: 1024px) {
    .ec-base-product ul.grid4 {
        width:98%;
    }

    .ec-base-product ul.grid4 .thumbnail {
        position: relative;
        margin: 0 0 0.5rem;
    }

    .ec-base-product ul.grid4 .thumbnail a img {
        border-radius: 1.2rem !important
    }

    .ec-base-product ul.grid4 > li {
        width: 31.33%;
        margin: 0 1%;
    }

    .ec-base-product ul.grid4 .subject {
        height: 5.5rem
    }

    .ec-base-product ul.grid4 .subject a span {
        font-size: 1.2rem !important;
        line-height: 1.6rem;
        letter-spacing: -0.05rem
    }
}

.ec-base-product .spec {
    margin: 1.2rem 0 0;
}

.ec-base-product .spec > li {
    margin: 0 0 1.4rem;
    text-align: left;
    line-height: 1.9rem;
}

.ec-base-product .spec > li.price {
    margin-bottom: 1.4rem;
    color: #000;
    font-size: 1.6rem;
}

.ec-base-product .spec > li.price ~ .sale {
    margin-bottom: 1.4rem;
    color: #000;
    font-size: 1.6rem;
}

.ec-base-product .spec .summary {
    color: #6d6d6d;
    font-size: 1.2rem;
}

.ec-base-product .spec .color {
    overflow: hidden;
    display: inline-block;
    margin: 0.3rem 0 0 0;
    line-height: 1;
}

.ec-base-product .spec .chips {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.2rem 0.2rem 0;
    border: 0.1rem solid #e3e3e3;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .discountPeriod {
    display: inline-block;
    z-index: 10;
    position: relative;
    width: 5.5rem;
    height: 1.9rem;
    vertical-align: middle;
}

.ec-base-product .layerDiscountPeriod strong.title {
    display: block;
    margin: 0 0 1.2rem;
    padding: 0 3.5rem 0 0;
    font-weight: bold;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p {
    margin: 0.2rem 0 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #757575;
    letter-spacing: -0.1rem;
}

.ec-base-product .layerDiscountPeriod .content p strong {
    font-weight: normal;
    font-size: 1.2rem;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p strong span {
    font-size: 1.1rem;
}

.ec-base-product .prdList .shippingFee {
    position: relative;
    display: inline-block;
}

.ec-base-product .prdList .shippingFee .button {
    display: inline-block;
    float: none;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip {
    z-index: 11;
    display: block;
    margin: 0 0 0 -17rem;
    width: 36rem;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th {
    width: 4rem;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,.ec-base-product .prdList .shippingFee .ec-base-tooltip table td {
    padding: 0.7rem 1rem 0.8rem 1rem;
}

.ec-base-product ul.grid4a {
    margin: 0 auto;
    width: 80%;
}
.ec-base-product ul.grid4a {
    font-size: 0;
    line-height: 0;
}
.ec-base-product ul.grid4a > li {
    width: 21%;
    margin: 0% 2% 4% !important;
}
.thumbnail-wrapper {
    position: relative;
    width: 100%;
    padding-top: 139.32%;
    border-radius: 3rem;
    overflow: hidden;
}
.thumbnail-wrapper .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.thumbnail-wrapper .img-default {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.thumbnail-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.thumbnail-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    color: #fff;
    opacity: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}
.thumbnail-wrapper:hover .overlay {
    opacity: 1;
}
.thumbnail-wrapper .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}
.thumbnail-wrapper .top-icon {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-height: 4rem;
    z-index: 3;
}
.thumbnail-wrapper .tx {
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 1.4rem;
}
.thumbnail-wrapper .tx .name {
    width: 100%;
    margin: 14% auto 10px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
}
.thumbnail-wrapper .tx .name span {
    color: #fff !important;
    font-size: 1.5rem !important;
    line-height: 2rem;
    font-weight: 300;
}

.thumbnail-wrapper .tx .file {
    padding-top: 1.5rem;
}
.thumbnail-wrapper .tx .file a {
    display: inline-block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 200;
    border-radius: 2.5rem;
    border: 1px solid #fff;
    height: 3rem;
    line-height: 3rem;
    padding: 0 3.5rem;
    transition: 0.3s;
}

.thumbnail-wrapper .tx .file a:hover {
    background-color: rgba(255,255,255,0.2);
}

.thumbnail-wrapper .tx .file a span {
    display: block;
}

.ec-base-product ul.grid4a > li {
    width: 21%;
    margin: 0% 2% 4% !important;
}

@media all and (max-width: 1024px) {
    #catalog_box {
        padding-bottom:5rem
    }

    .ec-base-product ul.grid4a {
        width: 96%;
    }

    .ec-base-product ul.grid4a > li {
        width: 46%;
        margin: 0 2% 4% !important;
    }

    .thumbnail-wrapper {
        border-radius: 1rem;
    }

    .thumbnail-wrapper .top-icon {
        top: 8%;
        max-height: 2rem
    }

    .thumbnail-wrapper .tx .name {
        width: 100%;
        margin: 14% auto 0px;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.6rem;
        letter-spacing: -0.5px
    }

    .thumbnail-wrapper .tx .name span {
        color: #fff !important;
        font-size: 1.1rem !important;
        line-height: 1.6rem;
    }

    .thumbnail-wrapper .tx .file a {
        font-size:1rem;
        height: 2.4rem;
        line-height: 2.4rem;
        padding: 0 2rem;
    }

    
}

#promotion_box {
    width: 81%;
    margin: 0 auto
}

#promotion_box .ec-base-product ul.grid2 {
    margin: 0 auto;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

#promotion_box .ec-base-product ul.grid2 > li {
    width: 45.4%;
    margin: 0 2.3% 4.6%
}

#promotion_box .thumbnail-wrapper {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 28px;
    padding-top:0;
    overflow: hidden;
}

#promotion_box .thumbnail-wrapper .bgim {
    width: 100%;
    height: auto;
    display: block;
}

#promotion_box .thumbnail-wrapper .tx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

#promotion_box .thumbnail-wrapper .tx img {
    height: 5rem;
    margin-bottom: 2.3rem;
}

#promotion_box .thumbnail-wrapper .tx p span {
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 700 !important
}

#promotion_box .list_end .thumbnail-wrapper {
    background: #000
}

#promotion_box .list_end .thumbnail-wrapper .bgim {
    opacity: 0.6;
    filter: grayscale(90%);
}

#promotion_box .list_end .thumbnail-wrapper .tx {
    opacity: 0.4;
}

@media all and (max-width: 1024px) {
    #promotion_box {
        width:92%;
        margin: 0 auto
    }

    #promotion_box .ec-base-product ul.grid2 > li {
        width: 100%;
        margin: 0 0% 4%
    }

    #promotion_box .thumbnail-wrapper {
        border-radius: 15px;
    }

    #promotion_box .thumbnail-wrapper .tx {
        width: 100%;
    }

    #promotion_box .thumbnail-wrapper .tx img {
        height: 3.4rem;
        margin-bottom: 10px;
    }

    #promotion_box .thumbnail-wrapper .tx p span {
        font-size: 2rem !important;
        line-height: 2.6rem
    }
}



.ec-base-product .btnTooltip {
    display: inline-block;
}

.differentialShipping {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    border: 0.1rem solid #000;
    background: #fff;
}

.differentialShipping h3.title {
    height: 6rem;
    margin: 0 2rem;
    padding: 2rem 0;
    font-size: 1.6rem;
    color: #000;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #e5e5e5;
}

.differentialShipping .content {
    padding: 1.2rem 1.8rem 1.4rem 1.8rem;
    border-top: 0;
    text-align: center;
    background: #fff;
}

.differentialShipping .close {
    position: absolute;
    right: 1.4rem;
    top: 1.6rem;
    width: 2rem;
    height: 2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.differentialShipping .close a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.differentialShipping .close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    width: 0.1rem;
    height: 2.1rem;
    background: #000;
}

.differentialShipping .close:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    width: 2.1rem;
    height: 0.1rem;
    background: #000;
}

.differentialShipping .close img {
    display: none;
}

.differentialShipping .content ul {
    color: #757575;
    line-height: 2.5rem;
}

.differentialShipping .content li {
    overflow: hidden;
}

.differentialShipping .content li strong {
    float: left;
    font-weight: normal;
}

.differentialShipping .content li span {
    float: right;
    color: #2e2e2e;
}

.differentialShipping .content .info {
    margin: 0.7rem 0 0;
    padding: 0.7rem 0 0;
    border-top: 0.1rem dotted #b0b1b3;
    color: #80aeef;
    text-align: right;
}

.ec-product-bgLT {
    background-position: left top;
}

.ec-product-bgLC {
    background-position: left center;
}

.ec-product-bgLB {
    background-position: left bottom;
}

.ec-product-bgRT {
    background-position: right top;
}

.ec-product-bgRC {
    background-position: right center;
}

.ec-product-bgRB {
    background-position: right bottom;
}

.ec-product-bgCT {
    background-position: center top;
}

.ec-product-bgCC {
    background-position: center center;
}

.ec-product-bgCB {
    background-position: center bottom;
}

.ec-base-prdInfo {
    position: relative;
    border-bottom: 0.1rem solid #ddd;
    box-sizing: border-box;
    background: #fff;
}

.ec-base-prdInfo .prdBox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.ec-base-prdInfo .check {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.ec-base-prdInfo .check label {
    margin: 0;
}

.ec-base-prdInfo .thumbnail {
    overflow: hidden;
    width: 8.3rem;
    height: 8.3rem;
    margin: 0 1.5rem 0 0;
    border: 0.1rem solid #d5d5d5;
    box-sizing: border-box;
}

.ec-base-prdInfo .thumbnail img {
    width: 100%;
}

.ec-base-prdInfo .description {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.8rem;
}

.ec-base-prdInfo .description .prdName {
    display: block;
    margin: 0 0 0.3rem;
    font-weight: normal;
}

.ec-base-prdInfo .description .prdName a {
    color: #000;
}

.ec-base-prdInfo .description .prdName .ec-set-product-name {
    display: block;
    margin: 0 0 0.3rem;
}

.ec-base-prdInfo .description .prdName img {
    margin: 0 0.1rem;
    vertical-align: middle;
}

.ec-base-prdInfo .description .price,.ec-base-prdInfo .description .price li {
    font-size: 1.3rem;
    color: #000;
    line-height: 2rem;
}

.ec-base-prdInfo .description .price strong {
    font-weight: normal;
}

.ec-base-prdInfo .description .price .refer {
    font-weight: normal;
    font-size: 1.1rem;
}

.ec-base-prdInfo .description .price .discount {
    font-weight: normal;
    text-decoration: line-through;
}

.ec-base-prdInfo .description .price .strike {
    font-weight: normal;
    text-decoration: line-through;
}

.ec-base-prdInfo .description .price .strike strong {
    font-weight: normal;
}

.ec-base-prdInfo .description .info {
    margin: 0.5rem 0 0;
}

.ec-base-prdInfo .description .info li {
    margin: 0 0 0.3rem;
    font-size: 1.2rem;
    color: #7d7d7d;
}

.ec-base-prdInfo .description .info a {
    color: #7d7d7d;
}

.ec-base-prdInfo .description .info .mileage {
    display: inline-block;
}

.ec-base-prdInfo .description .info .mileage img {
    vertical-align: text-top;
}

.ec-base-prdInfo .description input[type="number"] {
    max-width: 5.1rem;
}

.ec-base-prdInfo .description .info .amount button {
    margin: 0;
    padding: 0;
    border: 0;
}

.ec-base-prdInfo .description .info .amount {
    width: 5rem;
}

.ec-base-prdInfo .description .info input.amount {
    text-align: right;
}

.ec-base-prdInfo .description input[type="tel"] {
    text-align: right;
}

.ec-base-prdInfo .description .quantity input[type="tel"] {
    width: 5.1rem;
}

.ec-base-prdInfo .sumPrice strong {
    font-size: 1.6rem;
}

.ec-base-prdInfo .quantity {
    margin: 2rem 0 0;
    padding: 0 0 0 9.8rem;
    box-sizing: border-box;
    width: 100%;
}

.ec-base-prdInfo.gCheck .quantity {
    padding: 0 0 0 12.5rem;
}

.ec-base-prdInfo .btnDelete {
    display: block;
    position: absolute;
    top: 2rem;
    right: -0.5rem;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    font-size: 0.1rem;
    line-height: 0;
    color: transparent;
    white-space: nowrap;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ec-base-prdInfo .btnDelete:before {
    content: "";
    position: absolute;
    top: 0.4rem;
    right: 1.4rem;
    width: 0.1rem;
    height: 2.1rem;
    background: #b5b5b5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-prdInfo .btnDelete:after {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: 0.4rem;
    width: 2.1rem;
    height: 0.1rem;
    background: #b5b5b5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-prdInfo .optionGroup {
    margin: 1.5rem 0 0;
}

.ec-base-prdInfo .optionGroup:empty {
    margin-top: 0;
}

.ec-base-prdInfo .optionGroup li {
    margin: 0.5rem 0 0;
    line-height: 2rem;
    color: #7d7d7d;
}

.ec-base-prdInfo .optionGroup .optionName {
    line-height: 1.8rem;
    word-break: break-all;
}

.ec-base-prdInfo .optionGroup li .product {
    display: block;
    margin: 0.8rem 0 0;
    color: #000;
}

.ec-base-prdInfo .optionGroup li .change {
    margin: 0 0 0 0.5rem;
    white-space: nowrap;
}

.ec-base-prdInfo .optionGroup .product.displaynone + .optionStr {
    display: inline-block;
    margin-right: 1rem;
    color: #000;
}

.ec-base-prdInfo .optionGroup .product.displaynone + .optionStr:empty {
    margin-right: 0;
}

.ec-base-prdInfo .optionGroup li br {
    display: none;
}

.ec-base-prdInfo .optionGroup .file a {
    color: #07a4fd;
    text-decoration: underline;
    word-break: break-all;
}

.ec-base-prdInfo .optionSelect {
    padding: 1rem 2rem 2rem;
    background: #f6f6f6;
}

.ec-base-prdInfo .optionSelect li {
    margin: 1rem 0 0;
}

.ec-base-prdInfo .optionSelect select,.ec-base-prdInfo .optionSelect input {
    width: calc(100% - 25.8rem);
}

.ec-base-prdInfo .optionSelect + .optionSelect {
    margin-top: -3.4rem;
    padding-top: 0;
}

.ec-base-prdInfo .optionDesc {
    display: inline-block;
    width: 25.4rem;
    color: #545454;
}

.ec-base-prdInfo .prdFoot {
    line-height: 2.6rem;
    border-top: 0.1rem solid #e5e5e5;
}

.ec-base-prdInfo .prdFoot:after {
    content: '';
    display: block;
    clear: both;
}

.ec-base-prdInfo .prdFoot .gLeft {
    float: left;
    text-align: left;
    line-height: 3.2rem;
}

.ec-base-prdInfo .prdFoot .gRight {
    float: right;
    text-align: right;
}

.ec-base-prdInfo .prdFoot .txtStatus {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.ec-base-prdInfo .prdFoot .store {
    color: #000;
    font-weight: normal;
}

.ec-base-prdInfo .prdFoot span span.discount {
    text-decoration: line-through;
}

.ec-base-prdInfo .prdFoot span span.discount strong {
    font-weight: normal;
}

.ec-base-prdInfo .optionModifyLayer {
    display: none;
}

.ec-base-prdInfo .optionModifyLayer .dimmed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.ec-base-prdInfo .optionModifyLayer .title {
    display: block;
    margin: 0 0 0.6rem;
    font-size: 1.3rem;
}

.ec-base-prdInfo .optionModifyLayer .prdInfo {
    font-size: 1.3rem;
}

.ec-base-prdInfo .optionModifyLayer .prdInfo li {
    margin: 0 0 2rem;
}

.ec-base-prdInfo .optionModifyLayer .prdInfo li:empty {
    margin: 0;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li {
    display: flex;
    margin: 1rem 0 0;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li:first-child {
    margin-top: 0;
}

.ec-base-prdInfo .optionModifyLayer .prdModify .optionDesc {
    display: inline-block;
    width: 8.9rem;
    padding: 1.1rem 0 0;
    font-size: 1.3rem;
    color: #545454;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li select {
    flex: 1;
    width: 100%;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li input[type=text] {
    flex: 1;
    width: 100%;
}

.orderArea .ec-base-fold .ec-base-prdInfo {
    border-bottom: 0.1rem solid #d5d5d5;
}

.orderConfirmLayer .orderArea .ec-base-prdInfo {
    border-bottom: 0;
}

.orderArea .ec-base-prdInfo + .ec-base-prdInfo {
    border-top: 0.1rem solid #d5d5d5;
}

.ec-base-prdEmpty {
    text-align: center;
    color: #6d6d6d;
    border-top: 0.1rem solid #000;
    border-bottom: 0.1rem solid #e5e5e5;
}

@media all and (max-width: 1024px) {
    .ec-base-prdInfo .prdBox {
        padding:2.4rem 1.6rem;
    }

    .ec-base-prdInfo .description {
        padding: 0 4rem 0 0;
    }

    .ec-base-prdInfo .sumPrice {
        margin: 2rem 0 0;
        padding: 0 0 0 9.8rem;
        box-sizing: border-box;
        width: 100%;
    }

    .ec-base-prdInfo .buttonGroup {
        margin: 1rem 0 0;
        padding: 0 0 0 9.8rem;
        box-sizing: border-box;
        width: 100%;
    }

    .ec-base-prdInfo .buttonGroup [class^='btn'] {
        margin: 1rem 0.5rem 0 0;
    }

    .ec-base-prdInfo.gCheck .sumPrice,.ec-base-prdInfo.gCheck .quantity,.ec-base-prdInfo.gCheck .buttonGroup {
        padding: 0 0 0 12.5rem;
    }

    .ec-base-prdInfo .btnDelete {
        right: 1.2rem;
    }

    .ec-base-prdInfo .optionSelect {
        margin: 0 1.6rem 2.4rem;
        padding: 1rem 2rem 2rem;
    }

    .ec-base-prdInfo .optionSelect li {
        margin: 1rem 0 0;
    }

    .ec-base-prdInfo .optionSelect select,.ec-base-prdInfo .optionSelect input {
        width: 100%;
    }

    .ec-base-prdInfo .optionSelect + .optionSelect {
        margin-top: -3.4rem;
        padding-top: 0;
    }

    .ec-base-prdInfo .optionDesc {
        display: block;
        margin: 0 0 1rem;
        color: #545454;
    }

    .ec-base-prdInfo .prdFoot {
        padding: 1.8rem 1.6rem;
    }

    .optionModifyLayer .ec-base-button {
        display: flex;
    }

    .optionModifyLayer .ec-base-button [class*='Fix'] {
        flex: 1;
        min-width: auto;
    }

    .ec-base-prdEmpty {
        padding: 4rem 0;
    }
}

@media all and (min-width: 1025px) {
    .ec-base-prdInfo .prdBox {
        position:relative;
        padding: 2.5rem 0;
    }

    .ec-base-prdInfo .description {
        margin: 0 25rem 0 0;
    }

    .ec-base-prdInfo .sumPrice {
        text-align: right;
        padding: 0 4.2rem 0 0;
    }

    .ec-base-prdInfo .buttonGroup {
        position: absolute;
        bottom: 2.5rem;
        right: 0;
        width: 30rem;
        text-align: right;
    }

    .ec-base-prdInfo .btnDelete {
        right: -0.5rem;
    }

    .ec-base-prdInfo .optionSelect {
        margin: 0 0 2.4rem 9.8rem;
        padding: 1rem 2rem 2rem;
    }

    .ec-base-prdInfo .optionSelect li {
        margin: 1rem 0 0;
    }

    .ec-base-prdInfo .optionSelect select,.ec-base-prdInfo .optionSelect input {
        width: calc(100% - 25.8rem);
    }

    .ec-base-prdInfo .optionSelect + .optionSelect {
        margin-top: -3.4rem;
        padding-top: 0;
    }

    .ec-base-prdInfo .optionDesc {
        width: 25.4rem;
    }

    .ec-base-prdInfo .prdFoot {
        padding: 1.8rem 0;
    }

    .optionModifyLayer .ec-base-layer {
        width: 48.5rem;
    }

    .ec-base-prdEmpty {
        padding: 5.6rem 0;
    }
}

.ec-base-paginate.typeList {
    margin: 3rem 0 7rem;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.ec-base-paginate.typeList > a {
    display: inline-block;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}

.ec-base-paginate.typeList > a::after,.ec-base-paginate.typeList > a:first-child::before,.ec-base-paginate.typeList > a:last-child::before {
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    border-width: 0.1rem 0.1rem 0 0;
    border-style: solid;
    border-color: #000;
    vertical-align: middle;
    transform: rotate(45deg);
}

.ec-base-paginate.typeList > a:first-child::before,.ec-base-paginate.typeList > a:last-child::before {
    margin: 0 -0.3rem;
}

.ec-base-paginate.typeList > a:first-child::after,.ec-base-paginate.typeList > a:first-child::before,.ec-base-paginate.typeList > a:first-child + a::after {
    transform: rotate(-135deg);
}

.ec-base-paginate.typeList ol {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    padding-right: 0.3rem
}

.ec-base-paginate.typeList li {
    display: inline-block;
    margin: 0 0 0 -0.1rem;
    vertical-align: top;
}

.ec-base-paginate.typeList li:first-child {
    margin-left: 0;
}

.ec-base-paginate.typeList img {
    vertical-align: top;
}

.ec-base-paginate.typeList li a {
    display: block;
    width: 3rem;
    padding: 1.2rem 0;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.4rem;
    background: #fff;
    box-sizing: border-box;
    font-weight: 100
}

.ec-base-paginate.typeList a:hover {
    text-decoration: none;
}

.ec-base-paginate.typeList a.this {
    position: relative;
    z-index: 1;
    color: #000;
    border-color: #000;
    font-weight: 300
}

.ec-base-paginate.typeList a.nolink {
    cursor: default;
}

.ec-base-paginate.typeSwipe {
    text-align: center;
}

.ec-base-paginate.typeSwipe .prev,.ec-base-paginate.typeSwipe .next {
    display: none;
}

.ec-base-paginate.typeSwipe [id*='swipe-button'] button {
    display: inline-block;
    margin: 0 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    font-size: 0.1rem;
    line-height: 0;
    text-indent: -999.9rem;
    border-radius: 100%;
    background: #000;
    opacity: .35;
}

.ec-base-paginate.typeSwipe [id*='swipe-button'] button.selected {
    opacity: 1;
}

@media all and (max-width: 1024px) {
    .ec-base-paginate.typeList {
        display:flex;
        justify-content: center;
        margin: 2rem 0 5rem;
    }

    .ec-base-paginate.typeList li a {
        display: block;
        width: 3rem;
        padding: 0.8rem 0;
        font-size: 1.2rem;
        color: #000;
        line-height: 1.4rem;
        background: #fff;
        box-sizing: border-box;
        font-weight: 100
    }
}

.more_bt {
    text-align: center;
    padding: 0 0 15rem
}

.more_bt a {
    display: inline-block;
    margin: 0 auto;
    border: 0.1rem solid #a8a8a8;
    width: 15rem;
    height: 4rem;
    line-height: 3.8rem;
    text-align: center;
    font-size: 1.4rem;
    color: #000;
    box-sizing: border-box;
    font-weight: 300;
    border-radius: 2rem;
    transition: 0.3s;
}

.more_bt a:hover {
    background: #f7f7f7
}

@media all and (max-width: 1024px) {
    .more_bt {
        padding:2rem 0 5rem
    }

    .more_bt a {
        width: 10rem;
        height: 3rem;
        line-height: 2.8rem;
        font-size: 1.1rem;
        border-radius: 2rem;
    }
}

.edibot-product-detail {
    text-align: center;
}
.edibot-product-detail img {max-width:100%;}

.xans-product-detail.center {
    width: 120rem;
    margin: 0 auto 3rem;
    padding-top: 22rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #a4a4a4;
}

.xans-product-detail .tx1 {
    padding: 0 0 0.7rem;
    color: #000;
    font-size: 4.5rem;
    line-height: 5.4rem;
    font-weight: 700;
}

.xans-product-detail .tx2 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1rem;
}

.xans-product-additional.center {
    width: 120rem;
    margin: 0 auto;
}

.xans-product-additional .back {
    text-align: center;
    padding: 10rem 0;
}

@media all and (max-width:1024px) {
    .xans-product-detail.center {
        width: 92%;
        margin: 0 auto 3rem;
        padding-top: 10rem;
        padding-bottom: 2rem;
    }

    .xans-product-detail .tx1 {
        display: block;
        padding: 0 0 1rem;
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .xans-product-detail .tx2 {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .xans-product-additional.center {
        width: 92%;
        margin: 0 auto;
    }

    .xans-product-additional .back {
        text-align: center;
        padding: 5rem 0;
    }
}

/*16:8 영상 비율에 해당*/
#prdDetail .vbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    #prdDetail .vbox {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    #prdDetail .vbox {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }
}


.menuCategory {
    border: 0 solid #d7d5d5;
    font-size: 0;
    line-height: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom:4.4rem;
}
.menuCategory > li {
    display: inline-block;    
    padding: 0 1.5rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    vertical-align: top;
    position: relative;
}
@media (max-width: 1024px) {
    .menuCategory > li {
        display: inline-block;
        padding: 0 1rem;
        font-size: 1.2rem;
        line-height: 1.4rem;
        vertical-align: top;
        position: relative;
    }
}
.menuCategory > li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.2rem;
    background-color: #000;
}
@media (max-width: 1024px) {
    .menuCategory > li:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 10px;
        background-color: #000;
    }
}
.menuCategory > li > a {
    color: #000;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .menuCategory > li > a {
        color: #000;
        font-size: 1.2rem;
        font-weight: 300;
        text-decoration: none;
    }
}
.menuCategory > li > a:hover {
    color: #00a5e4;
}

.menuCategory > li.selected > a {
    font-weight: 500;
}

#catalog_box {
    padding-bottom: 10rem;
}
@media (max-width: 1024px) {
    #catalog_box {
        padding-bottom: 5rem;
    }
}

.vbox {
    position: relative;
    width:100%;
    padding-bottom: 56.25%;
}
.vbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.terms {
    position: relative;
} 
.terms__title {
    margin-top:2rem;
    margin-bottom:1rem;
    color: #1a1818;
    font-weight: 700;
}
.terms__title--mt0 {
    margin-top: 0;
}
.terms__title--mt50 {
    margin-top: 5rem;
}