@charset "UTF-8";

#wrapper {
    padding-bottom: 60px;
}

.gemma-now .gemma-now-btn-area {
    display: none;
}

.smry-con {
    border-top: 1px solid #dcdcdc;
}

.smry-con dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.smry-con dl dt,
.smry-con dl dd {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
}

.smry-con dl dt {
    width: 80px;
}

.smry-con dl dd {
    text-align: right;
}

.smry-con dl dd .price {
    display: inline-block;
    font-family: 'IBMPlexSansKR-Bold';
    font-size: 20px;
}

.smry-con dl dd .unit {
    display: inline-block;
    width: 25px;
}

.smry-con dl dd .count-updown {
    margin: 0 0 0 auto;
}

.buy-cart-heart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy-cart-heart .btns {
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
}

.buy-cart-heart .btns em {
    display: none;
    margin-left: 10px;
}

.buy-cart-heart .btns.blueBtn {
    width: 55%;
}

.buy-cart-heart .btns.grayLineBtn {
    width: 20%;
}

.buy-cart-heart .btns.colorOrange {
    border-color: #F77709 !important
}

@media screen and (min-width:676px) {    
    .smry-con dl:last-child {
        border-bottom: none;
    }

    .smry-con dl dt,
    .smry-con dl dd {
        padding: 15px 20px;
        vertical-align: middle;
    }
    
    .smry-con dl dt {
        width: 120px;
    }
    
    .smry-con dl dd .price {
        font-size: 24px;
    }
}

@media screen and (min-width:767px) {
    .buy-cart-heart .btns {
        height: 60px;
        line-height: 58px;
    }

    .buy-cart-heart .btns em {
        display: inline-block;
    }

    .buy-cart-heart .btns.blueBtn {
        width: 58%;
    }
}

@media screen and (min-width:1139px) {
    #wrapper {
        padding-bottom: 0px;
    }

    .scrollOn #header .common-gnb {
        display: none;
    }

    .gemma-now .gemma-now-btn-area {
        display: block;
    }
    
    .smry-con dl.pc-only {
        display: table !important;
    }

    .buy-cart-heart .btns em {
        display: none;
    }

    .buy-cart-heart .btns.blueBtn {
        width: 45%;
    }
    
    .buy-cart-heart .btns.grayLineBtn {
        width: 26%;
    }
}

@media screen and (min-width:1239px) {
    .buy-cart-heart .btns em {
        display: inline-block;
    }
}

/* 상품 상세페이지 - 상품 상세 상단 영역 */
#itemTop .item-pic {
    position: relative;
    margin-bottom: 20px;
    font-size: 0;
}

#itemTop .item-pic img {
    width: 100%;
}

#itemTop .item-pic .small-pic {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1%;
}

#itemTop .item-pic .small-pic a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 23.5%;
    margin-left: 1%;
    border-radius: 4px;
}

#itemTop .item-pic .small-pic a.on:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #143383;
    background-color: rgba(255,255,255,0.6);
    border-radius: 4px;
    content: '';
}

#itemTop .item-smry {
    position: relative;
    padding: 20px;
}

#itemTop .item-smry .p-statebox {
    margin-bottom: 10px;
}

#itemTop .item-smry h2.item-tit {
    font-family: 'IBMPlexSansKR-Bold';
    font-size: 24px;
    letter-spacing: -.5pt;
}

#itemTop .item-smry .smry-txt {
    margin-top: 5px;
    color: #666;
}

#itemTop .item-smry .smry-con {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #999;
}

#itemTop .item-smry .share-box {
    margin-top: 20px;
}

#itemTop .item-smry .speed-quickbuy {
    margin-top: 10px;
}

#itemTop .item-smry .btn-area {
    margin-top: 20px;
}

@media screen and (min-width:639px) {
    #itemTop .item-pic {
        display: flex;
        padding: 10px;
        margin-bottom: 0;
        justify-content: space-between;
        align-items: flex-start;
    }

    #itemTop .item-pic .big-pic {
        overflow: hidden;
        width: 85%;
        border-radius: 4px;
    }

    #itemTop .item-pic .small-pic {
        width: 13%;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0;
    }

    #itemTop .item-pic .small-pic a {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1139px) {
    #itemTop {
        display: flex;
        padding: 40px;
        justify-content: space-between;
        align-items: flex-start;
    }

    #itemTop .item-pic {
        width: 55%;
        padding: 0;
    }

    #itemTop .item-smry {
        width: 42%;
        padding: 0;
    }

    #itemTop .item-smry .p-statebox {
        margin-bottom: 20px;
    }

    #itemTop .item-smry .p-statebox .p-state {
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        margin-right: 5px;
        font-size: 14px;
        border-radius: 15px;
    }

    #itemTop .item-smry h2.item-tit {
        font-size: 28px;
    }

    #itemTop .item-smry .smry-con {
        padding-top: 30px;
        margin-top: 30px;
    }
}

@media screen and (min-width:1239px) {
    #itemTop {
        padding: 0;
        margin-bottom: 60px;
    }

    #itemTop .item-pic {
        width: 52%;
    }

    #itemTop .item-pic .big-pic {
        width: 83%;
    }

    #itemTop .item-pic .small-pic {
        width: 15.34%;
    }

    #itemTop .item-smry {
        width: 43%;
    }

    #itemTop .item-smry h2.item-tit {
        font-size: 30px;
    }
}

@media screen and (min-width:1439px) {
}

@media screen and (min-width:1639px) {
}


/* 상품 상세페이지 - 상품 탭 메뉴 */
.tab-menu {
    position: relative;
    margin: 20px 0;
    background-color: #fff;
}

.tab-menu ul.tab3 li {
    width: 33.3333%;
}

.tab-menu ul li a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #fafafa;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.tab-menu ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fafafa;
    border-bottom: 1px solid #707070;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: '';
}

.tab-menu ul li a.active {
    background-color: #fff;
    color: #212121;
    font-family: 'IBMPlexSansKR-Medium';
}

.tab-menu ul li a.active:after {
    border: 1px solid #707070;
    border-bottom: 1px solid #fff;
}

.tab-menu ul li:first-child a.active:after {
    border-left: none;
}

.tab-menu ul li:last-child a.active:after {
    border-right: none;
}

@media screen and (min-width:639px) {
    .tab-menu ul li a {
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width:1139px) {
    .tab-menu {
        margin: 0px 40px 30px;
    }

    .tab-menu ul li a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .tab-menu ul li a.active {
        font-size: 18px;
    }

    .tab-menu ul li:first-child a.active:after {
        border-left: 1px solid #707070;
    }
    
    .tab-menu ul li:last-child a.active:after {
        border-right: 1px solid #707070;
    }
}

@media screen and (min-width:1239px) {
    .tab-menu {
        margin: 0px 0px 40px;
    }
}


/* 상품 상세페이지 - 상품설명 */
.detail-view {
    position: relative;
    overflow: hidden;
    height: 800px;
    padding: 0 0 50px;
}

.detail-view .detail-note {
    margin: 10px;
}

.detail-view .detail-note .copyright-guide {
    position: relative;
    max-width: 900px;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    border-radius: 4px;
}

.detail-view .detail-note .copyright-guide h3 {
    font-size: 18px;
    font-family: 'IBMPlexSansKR-Bold';
}

.detail-view .detail-note .copyright-guide .sub-tit {
    margin: 5px 0 10px;
    font-family: 'IBMPlexSansKR-Medium';
}
    
.detail-view .detail-note .copyright-guide {
    line-height: 1.6;
}

.detail-view .more-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 0 20px;
    text-align: center;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,1)',GradientType=0 ); /* IE6-9 */
    z-index: 10;
}

.detail-view .more-area a.more-view-btn {
    display: inline-block;
    width: 80%;
    height: 50px;
    line-height: 46px;
    padding: 0 30px;
    border: 2px solid #143383;
    background-color: #fff;
    color: #143383;
    border-radius: 25px;
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    box-shadow:0px 2px 10px rgba(0,0,0,0.3);
    font-family: 'IBMPlexSansKR-Medium';
    text-align: center;
}

@media screen and (min-width:767px) {
    .detail-view .detail-note {
        margin: 30px;
    }
    
    .detail-view .detail-note .copyright-guide {
        padding: 40px;
    }
    
    .detail-view .detail-note .copyright-guide h3 {
        font-size: 24px;
    }
    
    .detail-view .detail-note .copyright-guide .sub-tit {
        margin: 10px 0 20px;
    }

    .detail-view .more-area a.more-view-btn {
        height: 60px;
        line-height: 56px;
        padding: 0 50px;
        border-radius: 30px;
    }
}

@media screen and (min-width:1139px) {
    .detail-view {
        height: 1500px;
    }

    .detail-view .more-area a.more-view-btn {
        width: auto;
        padding: 0 200px;
        font-size: 18px;
    }
}


/* 상품 상세페이지 - 인증현황 */
.certify  {
    padding: 0 20px 40px;
}

.certify ul.certif-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.certify ul.certif-list li {
    width: 49%;
    margin-bottom: 2%;
    border: 1px solid #dcdcdc;
    font-size: 0;
}

@media screen and (min-width:639px) {
    .certify ul.certif-list {
        justify-content: flex-start;
    }

    .certify ul.certif-list li {
        width: 32%;
        margin: 0 0.5% 1%;
    }
}

@media screen and (min-width:1139px) {
    .certify  {
        padding: 0;
    }

    .certify ul.certif-list li {
        width: 24%;
    }
}


/* 상품 상세페이지 - 배송 및 AS 안내 */
.as-guide {
    padding: 0 20px 40px;
}

.as-guide .as-con {
    margin-top: 40px;
}

.as-guide .as-con:first-child {
    margin-top: 0px !important;
}

.as-guide .as-con h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'IBMPlexSansKR-Bold';
}

.as-guide .as-con h3 em {
    position: relative;
    display: inline-block;
}

.as-guide .as-con h3 em:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7px;
    background-color: yellow;
    content: '';
    z-index: -1;
}

.as-guide .as-con p {
    line-height: 1.6;
    color: #666;
}

.as-guide .as-con p strong {
    color: #212121;
}

.as-guide .as-con .phone-num {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    border-top: 1px solid #999;
}

.as-guide .as-con .phone-num dl {
    display: table;
    width: 50%;
    border-bottom: 1px solid #dcdcdc;
}

.as-guide .as-con .phone-num dl dt,
.as-guide .as-con .phone-num dl dd {
    display: table-cell;
    padding: 10px;
}

.as-guide .as-con .phone-num dl dt {
    width: 30%;
    background-color: #fafafa;
    text-align: center;
}

.as-guide .as-con .phone-num dl dd {
    width: 70%;
}

.as-guide .as-con .as-box {
    margin-top: 20px;
}

.as-guide .as-con .as-box h4 {
    margin-bottom: 10px;
	font-family: 'IBMPlexSansKR-Medium';
    font-size: 16px;
}

@media screen and (min-width:767px) {
    .as-guide {
        padding: 20px 40px 40px;
    }

    .as-guide .as-con {
        margin-top: 60px;
    }

    .as-guide .as-con h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .as-guide .as-con p {
        line-height: 1.8;
    }

    .as-guide .as-con .as-box h4 {
        font-size: 20px;
    }

    .as-guide .as-con .as-box p {
        padding-left: 25px;
    }
}


/* 모바일용 구매 버튼 */
.mobile-buybox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    z-index: 1000;
}

.mobile-buybox .buybox-off a {
    display: block;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
}

.mobile-buybox .buybox-on {
    display: none;
}

.mobile-buybox .buybox-on .buybox-onoff-btn {
    display: block;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #ccc;
}

.mobile-buybox .buybox-on .smry-con {
    padding-bottom: 20px;
}

.mobile-buybox .buybox-on .smry-con dl {
    padding: 0 10px;
}

.mobile-buybox .buybox-on .smry-con dl dt,
.mobile-buybox .buybox-on .smry-con dl dd {
    min-height: 34px;
}

.mobile-buybox.buy-on {
    padding: 0 10px 10px;
    border-radius: 10px 10px 0 0;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

.mobile-buybox.buy-on .buybox-on {
    display: block;
}

.mobile-buybox.buy-on .buybox-off {
    display: none;
}