@charset "UTF-8";

/* 상단 헤더 - SHOP */
#gnb {
    padding: 0 20px;
}

#gnb ul li {
    position: relative;
    width: auto;
}

#gnb ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

#gnb ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: rgba(20,51,131,0);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: '';
}

#gnb ul li.active a,
#gnb ul li a:hover {
    color: #143383;
}

#gnb ul li.active a {
    font-family: 'IBMPlexSansKR-Bold';
}

#gnb ul li.active a:after,
#gnb ul li a:hover::after {
    left: 0;
    width: 100%;
    background-color: rgba(20,51,131,1);
}

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

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

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

    #gnb ul li a {
        height: 60px;
        line-height: 60px;
    }
}

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

@media screen and (min-width:1339px) {
    .common-gnb.shop-part .respon {
        width: 1340px;
    }
}

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

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


/* 로케이션 */
.location-bar {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #EFEFEF;
}

.location-bar .location-list a,
.location-bar .location-list span,
.location-bar .location-list strong {
    display: inline-block;
}

.location-bar .location-list span {
    padding: 0 10px;
    color: #999;
}

.location-bar .location-list strong {
    font-family: 'IBMPlexSansKR-Medium';
}

.share-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:639px) {
    .location-bar {
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width:767px) {
    .location-bar {
        height: 60px;
        line-height: 60px;
    }

    .location-bar .location-list span {
        padding: 0 20px;
    }
}

@media screen and (min-width:1139px) {
    .location-bar .share-box {
        position: absolute;
        top: 10px;
        right: 20px;
    }
}

@media screen and (min-width:1239px) {
    .location-bar .share-box {
        right: 0px;
    }
}


/* 메인 공통 */
#mainContainer {
    padding-bottom: 30px;
}

h3.product-tit {
    position: relative;
    font-size: 18px;
    font-family: 'IBMPlexSansKR-Bold';
}

#mainContainer h3.product-tit {
    font-family: 'Open Sans';
    font-weight: 800;
    color: #999;
}

#shopContainer .tabmnu {
    position: relative;
    margin-bottom: 20px;
}

#shopContainer .tabmnu ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}

#shopContainer .tabmnu ul li a {
    display: block;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #999;
    border-radius: 18px;
}

#shopContainer .tabmnu ul li a.current {
    background-color: #143383;
    color: #fff;
}

@media screen and (min-width:767px) {
    #mainContainer {
        padding-bottom: 50px;
    }
}

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

    h3.product-tit {
        font-size: 24px;
    }

    #mainContainer h3.product-tit {
        font-size: 20px;
    }

    #shopContainer .tabmnu ul li a {
        padding: 0 30px;
    }
}



/* 메인 페이지 - 메인 슬라이드 */
#mainContainer .main-slide {
    position: relative;
    margin-bottom: 30px;
    font-size: 0;
}

#mainContainer .main-slide ul li {
    position: relative;
    text-align: center;
}

#mainContainer .main-slide ul li a {
    display: block;
}

#mainContainer .main-slide ul li a img {
    width: 100%;
}

/*
#mainContainer .main-slide ul li a span.bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
*/

#mainContainer .main-slide .swiper-pagination {
    max-width: 1200px;
    padding: 0 20px;
}

#mainContainer .main-slide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#mainContainer .main-slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    background: #143383;
}

@media screen and (min-width:767px) {
    #mainContainer .main-slide {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:979px) {
    #mainContainer .main-slide ul li a {
        height: 520px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    #mainContainer .main-slide ul li a img {
        display: none;
    }

    /*
    #mainContainer .main-slide ul li a span.bg {
        bottom: 16%;
    }

    #mainContainer .main-slide .swiper-pagination {
        bottom: 20px;
        text-align: left;
    }
    */
}

@media screen and (min-width:1239px) {
    /*
    #mainContainer .main-slide ul li a {
        padding: 70px 0 0;
    }

    #mainContainer .main-slide ul li a span.bg {
        bottom: 15%;
    }
    */

    #mainContainer .main-slide .swiper-pagination {
        left: 50%;
        bottom: 30px;
        padding: 0;
        margin-left: -600px;
    }

    #mainContainer .main-slide .swiper-pagination .swiper-pagination-bullet-active {
        width: 30px;
    }
}


/* BEST PRODUCT & Recommended PRODUCT */
#mainContainer .main-bannerzone {
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
}

#mainContainer .main-bannerzone .bannerzone {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

#mainContainer .main-bannerzone .bannerzone:first-child {
    margin-top: 0 !important;
}

#mainContainer .main-bannerzone .bannerzone h3 {
    padding: 5px 0 20px;
}

#mainContainer .main-bannerzone .bannerzone ul li a {
    display: block;
}

#mainContainer .main-bannerzone .bannerzone ul li a img {
    width: 100%;
}

#mainContainer .main-bannerzone .bannerzone .button-box {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    width: 53px;
    border: 1px solid #dcdcdc;
    font-size: 0;
    border-radius: 4px;
    text-align: center;
}

#mainContainer .main-bannerzone .bannerzone .button-box .swiper-button {
    display: inline-block;
    width: 50%;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #999;
}

#mainContainer .main-bannerzone .bannerzone .button-box .swiper-button.swiper-next {
    border-left: 1px solid #eee;
}

#mainContainer .main-bannerzone .bannerzone .swiper-pagination {
    display: none;
}

@media screen and (min-width:639px) {
    #mainContainer .main-bannerzone {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:767px) {
    #mainContainer .main-bannerzone {
        display: flex;
        padding: 0 40px;
        margin-bottom: 50px;
        justify-content: space-between;
        align-items: flex-start;
    }

    #mainContainer .main-bannerzone .bannerzone {
        width: 48%;
        margin-top: 0;
    }
}

@media screen and (min-width:1139px) {
    #mainContainer .main-bannerzone .bannerzone {
        width: 49%;
    }

    #mainContainer .main-bannerzone .bannerzone .swiper-pagination {
        top: 5px;
        left: auto;
        right: 65px;
        bottom: auto;
        display: inline;
        width: auto;
        text-align: right;
        font-size: 14px;
        color: #999;
        font-family: 'Open Sans';
    }

    #mainContainer .main-bannerzone .bannerzone .swiper-pagination .swiper-pagination-current {
        font-weight: 800;
        color: #212121;
    }
}

@media screen and (min-width:1239px) {
    #mainContainer .main-bannerzone {
        padding: 0;
    }
}


/* 메인 상품 리스트 */
#mainContainer .main-product {
    position: relative;
    padding: 0 20px;
}

#mainContainer .main-product:last-child {
    margin-bottom: 0 !important;
}

#mainContainer .main-product.category-area {
    margin: 30px 0;
    padding: 30px 20px;
    *background-color: #F2F8FF;
}

@media screen and (min-width:639px) {
    #mainContainer .main-product.category-area {
        padding: 50px 20px;
        margin: 50px 0;
    }
}

@media screen and (min-width:767px) {
    #mainContainer .main-product.category-area {
        padding: 70px 40px;
        margin: 70px auto 0;
    }
}

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

@media screen and (min-width:1239px) {
    #mainContainer .main-product {
        padding: 0;
    }

    #mainContainer .main-product.category-area {
        padding: 70px 0 100px;
    }
}


/* 서브페이지 공통 */
#shopContainer {
    position: relative;
    padding: 20px;
}

#shopContainer.nop-wrap {
    padding: 0 !important;
}

#shopContainer h2.h2-tit {
    margin-bottom: 20px;
}

#shopContainer h2.h2-tit em {
    font-size: 24px;
    font-family: 'S-CoreDream-7ExtraBold';
}

@media screen and (min-width:767px) {
    #shopContainer {
        padding: 40px;
    }
}

@media screen and (min-width:1139px) {
    #shopContainer {
        padding: 60px 40px;
    }

    #shopContainer h2.h2-tit em {
        font-size: 30px;
    }
}

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

    #shopContainer.nop-wrap {
        padding: 60px 0 !important;
    }
}


/* 상품 리스트 상단 Sort & 카테고리
.product-tit-sort {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #212121;
}

.product-tit-sort .product-sortbox {
    display: flex;
    margin-top: 10px;
    justify-content: flex-start;
    align-items: center;
}

.product-tit-sort .product-sortbox .choicebox {
    margin-right: 10px;
}

.product-tit-sort .product-sortbox .choicebox ul {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
}

.product-tit-sort .product-sortbox .choicebox ul li {
    border-left: 1px solid rgba(0,0,0,0.1);
}

.product-tit-sort .product-sortbox .choicebox ul li:first-child {
    border-left: none;
}

.product-tit-sort .product-sortbox .choicebox ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background-color: #fff;
    font-family: 'Open Sans';
    color: #999;
}

.product-tit-sort .product-sortbox .choicebox ul li.active a {
    background-color: #143383;
    color: #fff;
}

.product-tit-sort .product-sortbox .sortbox .basic-select {
    border-radius: 5px;
}

.product-category {
    margin-bottom: 20px;
}

.product-category ul {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
}

.product-category ul li {
    width: 50%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}

.product-category ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
}

.product-category ul li a.active {
    background-color: #212121;
    color: #fff;
    font-family: 'IBMPlexSansKR-Bold';
}

@media screen and (min-width:639px) {
    .product-tit-sort {
        margin-bottom: 30px;
    }

    .product-tit-sort .product-sortbox {
        position: absolute;
        top: -20px;
        right: 0;
    }
}

@media screen and (min-width:767px) {
    .product-category {
        margin-bottom: 30px;
    }

    .product-category ul li {
        width: 20%;
    }

    .product-category ul li a {
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (min-width:1139px) {
    .product-tit-sort {
        margin-bottom: 40px;
    }

    .product-category {
        overflow: hidden;
        border-radius: 25px;
    }

    .product-category ul {
        background-color: #333;
        border: none;
    }

    .product-category ul li {
        width: 10%;
        border: none;
    }

    .product-category ul li a {
        height: 50px;
        line-height: 50px;
        color: #ccc;
    }

    .product-category ul li a:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .product-category ul li a.active {
        background-color: #4E9B25;
    }
}

@media screen and (min-width:1239px) {
    .product-category {
        margin: 0 -30px 30px;
    }
}
*/


/* 상품 리스트 상단 Sort */
.product-sortbox {
    position: relative;
    margin-bottom: 20px;
}

.product-sortbox .totalnum-viewnum .totalnum {
    margin-bottom: 10px;
}

.product-sortbox .totalnum-viewnum .choicebox {
    display: inline-block;
    margin-right: 3px;
    vertical-align: top;
}

.product-sortbox .totalnum-viewnum .choicebox ul {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
}

.product-sortbox .totalnum-viewnum .choicebox ul li {
    border-left: 1px solid rgba(0,0,0,0.15);
}

.product-sortbox .totalnum-viewnum .choicebox ul li:first-child {
    border-left: none;
}

.product-sortbox .totalnum-viewnum .choicebox ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background-color: #fff;
    font-family: 'Open Sans';
    color: #999;
}

.product-sortbox .totalnum-viewnum .choicebox ul li.active a {
    background-color: #143383;
    color: #fff;
}

.product-sortbox .totalnum-viewnum .viewnum {
    display: inline-block;
    vertical-align: top;
}

.product-sortbox .totalnum-viewnum .viewnum .basic-select {
    border-radius: 5px;
}

.product-sortbox .sortarea {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #212121;
    border-bottom: 2px solid #212121;
}

.product-sortbox .sortarea .sort-list ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

.product-sortbox .sortarea .sort-list ul li a.active {
    color: #212121;
}

@media screen and (min-width:639px) {
    .product-sortbox {
        margin-bottom: 30px;
    }

    .product-sortbox .totalnum-viewnum {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;;
    }

    .product-sortbox .totalnum-viewnum .totalnum {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        margin-top: -12px;
        margin-bottom: 0;
    }

    .product-sortbox .sortarea {
        justify-content: flex-end;
    }

    .product-sortbox .sortarea .sort-list ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media screen and (min-width:1139px) {
    .product-sortbox {
        margin-bottom: 40px;
    }

    .product-sortbox .totalnum-viewnum .choicebox {
        margin-right: 5px;
    }
}


/* 상품 리스트  */
.product-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.product-list .product-con {
    position: relative;
    width: 49%;
    margin-bottom: 20px;
    font-size: 12px;
}

.product-list .product-con .p-pic {
    position: relative;
    display: block;
}

.product-list .product-con .p-pic .soldout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 800;
}

.product-list .product-con .p-con {
    position: relative;
    padding: 10px;
}

.product-list .product-con .p-con .p-statebox {
    min-height: 20px;
    margin-bottom: 5px;
}

.product-list .product-con .p-con .p-subject {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'IBMPlexSansKR-Medium';
}

.product-list .product-con .p-con .price {
    margin-top: 10px;
}

.product-list .product-con .p-con .price dl {
    display: table;
    width: 100%;
}

.product-list .product-con .p-con .price dl dt {
    display: table-cell;
    width: 30px;
}

.product-list .product-con .p-con .price dl dd {
    display: table-cell;
    text-align: right;
}

.product-list .product-con .p-con .price dl dd strong {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
}

.product-list .product-con .p-con .price dl dd span {
    display: inline-block;
    width: 20px;
}

.product-list .product-con .p-con .quick-cart {
    display: none;
    margin-top: 20px;
}

.product-list .product-con .p-con .quickbuy-choice-btn {
    margin-top: 20px;
}

.product-list .product-con .p-con .quickbuy-choice-btn em,
.product-list .product-con .p-con .quickbuy-choice-btn span {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.product-list .product-con .p-con .quickbuy-choice-btn span {
    font-size: 16px;
}

.product-list .product-con .list-check {
    position: absolute;
    top: 9px;
    left: 7px;
}

@media screen and (min-width:767px) {
    .product-list {
        justify-content: flex-start;
    }

    .product-list .product-con {
        width: 32%;
        margin-left: 2%;
    }

    .product-list .product-con:nth-child(3n+1) {
        margin-left: 0;
    }

    .product-list .product-con .p-con {
        padding: 20px;
    }

    .product-list .product-con .p-con .price dl {
        margin-bottom: 5px;
    }
}

@media screen and (min-width:979px) {
    .product-list .product-con .p-con .quick-cart {
        display: flex;
        justify-content: space-between;
    }

    .product-list .product-con .p-con .quick-cart .count-updown,
    .product-list .product-con .p-con .quick-cart .soldout-box {
        margin-right: 10px;
    }
}

@media screen and (min-width:1139px) {
    .product-list .product-con {
        width: 24.25%;
        margin-left: 1%;
        font-size: 14px;
        -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px rgba(0,0,0,0);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .product-list .product-con:hover {
        -moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
        box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    }

    .product-list .product-con:nth-child(3n+1) {
        margin-left: 1%;
    }

    .product-list .product-con:nth-child(4n+1) {
        margin-left: 0;
    }

    .product-list .product-con .p-con {
        padding: 30px 20px;
    }

    .product-list .product-con .p-con .p-subject {
        height: 48px;
        line-height: 24px;
        font-size: 16px;
    }

    .product-list .product-con .p-con .price dl dd strong {
        font-size: 18px;
    }
}


/* 장바구니 폼 */
.cart-list {
    background-color: #fff;
    border-radius: 3px;
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
}

.cart-list .cart-product-con {
    padding: 15px 15px 15px 40px;
    border-bottom: 1px solid #e9ecef;
}

.cart-list .cart-product-con:last-child {
    border-bottom: none;
}

.cart-list .cart-product-con .product-info {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart-list .cart-product-con .product-info .check-area {
    position: absolute;
    top: 0;
    left: -30px;
}

.cart-list .cart-product-con .product-info .product-pic {
    overflow: hidden;
    width: 30%;
    border-radius: 3px;
}

.cart-list .cart-product-con .product-info .txt-info {
    width: 70%;
    padding-left: 4%;
}

.cart-list .cart-product-con .product-info .txt-info .p-type {
    color: #ff0000;
}

.cart-list .cart-product-con .product-info .txt-info .subject {
    font-family: 'IBMPlexSansKR-Medium';
}

.cart-list .cart-product-con .product-info .txt-info .price {
    margin-top: 10px;
    color: #666;
}

.cart-list .cart-product-con .product-info .txt-info .price strong {
    color: #212121;
}

.cart-list .cart-product-con .up-and-down {
    padding: 5px;
    margin: 10px 0;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.cart-list .cart-product-con .up-and-down .count-updown {
    margin: 0 0 0 auto;
}

.cart-list .cart-product-con .product-price dl {
    display: table;
    width: 100%;
}

.cart-list .cart-product-con .product-price dl dt,
.cart-list .cart-product-con .product-price dl dd {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle;
}

.cart-list .cart-product-con .product-price dl dt {
    width: 70px;
}

.cart-list .cart-product-con .product-price dl dd {
    text-align: right;
}

.cart-list .cart-product-con .product-price dl dd strong {
    font-size: 16px;
}

.cart-list .cart-product-con .product-price dl dd span {
    display: inline-block;
    width: 25px;
}

.cart-list .cart-product-etc {
    position: relative;
    padding: 20px;
    text-align: right;
}

.cart-list .cart-product-etc dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

.cart-list .cart-product-etc dl:first-child {
    margin-top: 0;
}

.cart-list .cart-product-etc dl.total-num {
    padding: 10px;
    margin: 10px -10px 0;
    background-color: #f8f8f8;
}


@media screen and (min-width:767px) {
    .cart-list .cart-product-con .product-info .product-pic {
        width: 20%;
    }
    
    .cart-list .cart-product-con .product-info .txt-info {
        width: 80%;
    }

    .cart-list .cart-product-etc dl.total-num {
        padding: 10px 20px;
        margin: 20px -20px 0;
    }
}

@media screen and (min-width:1139px) {
    .cart-list {
        padding: 30px;
        border-radius: 5px;
    }

    .cart-list .cart-product-con {
        display: flex;
        padding: 30px 15px 30px 40px;
        justify-content: space-between;
        align-items: center;
    }

    .cart-list .cart-product-con .product-info {
        width: 60%;
    }

    .cart-list .cart-product-con .up-and-down {
        background-color: transparent;
    }

    .cart-list .cart-product-con:first-child {
        border-top: 2px solid #666;
    }

    .cart-list .cart-product-con:last-child {
        border-bottom: 1px solid #e9ecef;
    }
    
    .cart-list .cart-product-con .product-info {
        align-items: center;
    }

    .cart-list .cart-product-con .product-info .check-area {
        top: 50%;
        margin-top: -10px;
    }

    .cart-list .cart-product-con .product-info .product-pic {
        width: 13%;
    }
    
    .cart-list .cart-product-con .product-info .txt-info {
        width: 87%;
    }

    .cart-list .cart-product-con .product-price {
        width: 20%;
    }

    .cart-list .cart-product-con .product-price dl dt {
        font-size: 14px;
    }
}


/* 배송정보 */
.basic-guide-box {
    position: relative;
    line-height: 1.6;
    padding: 20px;
    margin: 0 -20px 30px;
    background-color: #f5f3ef;
    color: #958E81;
}

.basic-guide-box ul {
    padding-left: 20px;
}

.basic-guide-box ul li {
    list-style-type :disc;
}

#shopContainer .search-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

#shopContainer .search-area dl {
    padding: 10px;
    border-bottom: 1px dotted #dcdcdc;
}

#shopContainer .search-area.list3 dl:nth-child(3) {
    border-bottom: none !important;
}

#shopContainer .search-area.list2 dl:nth-child(2) {
    border-bottom: none;
}

#shopContainer .search-area.list5 dl:nth-child(5) {
    border-bottom: none !important;
}

#shopContainer .search-area dl dt {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'IBMPlexSansKR-Medium';
}

#shopContainer .search-area dl.select-period .basic-input {
    width: 45%;
    font-size: 12px;
}

#shopContainer .search-area dl.search-option .basic-select,
#shopContainer .search-area dl.search-option .basic-input {
    font-size: 12px;
}

#shopContainer .search-area dl.search-option .basic-select {
    width: 30%;
}

#shopContainer .search-area dl.search-option .basic-input {
    width: 65%;
}

#shopContainer .search-area dl.search-type dd ul li {
    width: 50%;
    margin: 2px 0;
}

#shopContainer .search-area .search-btn-area {
    margin-top: 10px;
}

#shopContainer .search-area .search-btn-area a {
    width: 100%;
}

@media screen and (min-width:639px) {
    .search-area dl {
        display: table;
        width: 100%;
        padding: 0;
    }

    #shopContainer .search-area dl dt,
    #shopContainer .search-area dl dd {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }

    #shopContainer .search-area dl dt {
        width: 100px;
        text-align: center;
        font-size: 14px;
    }

    #shopContainer .search-area dl.select-period .basic-input {
        width: 150px;
        font-size: 14px;
    }
    
    #shopContainer .search-area dl.search-option .basic-select,
    #shopContainer .search-area dl.search-option .basic-input {
        font-size: 14px;
    }
    
    #shopContainer .search-area dl.search-option .basic-select {
        width: 130px;
    }
    
    #shopContainer .search-area dl.search-option .basic-input {
        width: 200px;
    }

    #shopContainer .search-area dl.search-type dd ul li {
        width: 33.3333%;
    }
}

@media screen and (min-width:767px) {
    .basic-guide-box {
        padding: 30px;
        margin: 0 0 20px;
        border-radius: 5px;
    }

    #shopContainer .search-area dl dt {
        width: 150px;
    }
}

@media screen and (min-width:1139px) {
    .basic-guide-box ul li {
        margin-top: 10px;
    }

    .basic-guide-box ul li:first-child {
        margin-top: 0px;
    }

    #shopContainer .search-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    #shopContainer .search-area dl {
        width: 50%;
    }

    #shopContainer .search-area dl.choice-period {
        width: 40%;
    }

    #shopContainer .search-area.list2 dl:nth-child(1) {
        width: 40%;
        border-bottom: none;
    }

    #shopContainer .search-area dl.line-choice dt,
    #shopContainer .search-area dl.line-choice dd {
        padding: 20px 10px;
    }

    #shopContainer .search-area .search-btn-area {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #shopContainer .search-area .search-btn-area a {
        padding: 0 30px;
        border-radius: 5px 0 0 0;
    }

    #shopContainer .search-area .search-btn-area.oneline-btn {
        bottom: auto;
        top: 50%;
        right: 10px;
        margin-top: -25px;
    }

    #shopContainer .search-area .search-btn-area.oneline-btn a {
        border-radius: 5px;
    }
}


/* 배송 리스트 */
.list-dl-box {
    position: relative;
}

.list-dl-box .list-ul {
    border-top: 2px solid #212121;
}

.list-dl-box .list-ul li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.list-dl-box .list-ul li.list-header {
    display: none;
}

.list-dl-box .list-ul li .no {
    display: none;
}

.list-dl-box .list-ul li .emspan {
    display: table;
    width: 100%;
    margin-top: 5px;
}

.list-dl-box .list-ul li .emspan em.tit {
    display: table-cell;
    width: 80px;
    vertical-align: top;
    font-family: 'IBMPlexSansKR-Medium';
}

.list-dl-box .list-ul li .emspan span.txt {
    display: table-cell;
    vertical-align: top;
}

.list-dl-box .list-ul li.list-footer {
    background-color: #f4f4f4;
}

.list-dl-box .list-ul li.list-footer .emspan span.txt {
    font-family: 'IBMPlexSansKR-Bold';
}

.list-dl-box .saleslist-box .sl-con {
    margin-bottom: 20px;
}

.list-dl-box .sl-con .list-tbl {
    border-top: 2px solid #212121;
}

.list-dl-box .list-tbl th,
.list-dl-box .list-tbl td {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    font-size: 12px;
}

.list-dl-box .list-tbl thead th {
    background-color: #f4f4f4;
    font-family: 'IBMPlexSansKR-Bold';
    color: rgba(0,0,0,0.7);
}

.list-dl-box .list-tbl tbody th,
.list-dl-box .list-tbl tfoot th {
    background-color: #f4f4f4;
    font-family: 'IBMPlexSansKR-Medium';
}

.list-dl-box .list-tbl tfoot th,
.list-dl-box .list-tbl tfoot td {
    font-family: 'IBMPlexSansKR-Bold';
}

.list-dl-box .saleslist-box .sl-con .list-tbl {
    border-color: #6ab743;
}

.list-dl-box .saleslist-box .sl-con .list-tbl thead th {
    background-color: #d9edce;
}

@media screen and (min-width:639px) {
    .list-dl-box .list-ul li {
        display: table;
        width: 100%;
        padding: 0;
        font-size: 12px;
    }

    .list-dl-box .list-ul li.list-header {
        display: table;
        background-color: #f4f4f4;
        font-family: 'IBMPlexSansKR-Medium';
    }

    .list-dl-box .list-ul li div {
        display: table-cell;
        padding: 10px;
        border-left: 1px solid #dcdcdc;
        text-align: center;
        vertical-align: middle;
    }

    .list-dl-box .list-ul li div:first-child {
        border-left: none;
    }

    .list-dl-box .list-ul li .emspan {
        display: table-cell;
        width: auto;
        margin-top: 0;
    }

    .list-dl-box .list-ul li .emspan em.tit {
        display: none;
    }

    .list-dl-box .list-ul li .emspan span.txt {
        display: inline;
    }

    .list-dl-box .list-ul li .no {
        display: table-cell;
        width: 60px;
    }

    .list-dl-box .list-ul li .date {
        width: 100px;
    }

    .list-dl-box .list-ul li .deli-product {
        width: 200px;
    }

    .list-dl-box .list-ul li .state {
        width: 110px;
    }

    .list-dl-box .saleslist-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .list-dl-box .saleslist-box .sl-con {
        width: 49.5%;
    }
}

@media screen and (min-width:767px) {
    .list-dl-box .list-ul li {
        font-size: 14px;
    }

    .list-dl-box .list-ul li .no {
        width: 80px;
    }

    .list-dl-box .list-ul li .deli-product {
        width: 250px;
    }
}

@media screen and (min-width:1139px) {
    .list-dl-box .list-ul li div {
        padding: 20px 10px;
    }

    .list-dl-box .list-ul li .no {
        width: 100px;
    }

    .list-dl-box .list-ul li .date {
        width: 130px;
    }

    .list-dl-box .list-ul li .deli-product {
        width: 35%;
    }

    .list-dl-box .list-ul li .state {
        width: 250px;
    }
    
    .list-dl-box .list-tbl th,
    .list-dl-box .list-tbl td {
        padding: 15px;
        font-size: 14px;
    }
}


/* 글쓰기 */
.write-dl-box {
    position: relative;
    border-top: 2px solid #212121;
}

.write-dl-box dl {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.write-dl-box dl dt {
    margin-bottom: 10px;
    font-family: 'IBMPlexSansKR-Medium';
}

.write-dl-box dl dd {
    color: #666;
}
.write-dl-box ul li {
    width: 100%;
}

.write-dl-box p.input-guide {
    color: #666;
    margin-top: 5px;
    font-size: 12px;
}

@media screen and (min-width:639px) {
    .write-dl-box dl {
        display: table;
        width: 100%;
        padding: 0;
    }

    .write-dl-box dl dt,
    .write-dl-box dl dd {
        display: table-cell;
        padding: 10px 20px;
        vertical-align: middle;
    }

    .write-dl-box dl dt {
        width: 150px;
        background-color: #f4f4f4;
        margin-bottom: 0;
        color: #000;
        text-align: center;
    }
}

@media screen and (min-width:767px) {
    .write-dl-box dl dt,
    .write-dl-box dl dd {
        padding: 20px;
    }

    .write-dl-box dl dt {
        width: 200px;
    }
}

@media screen and (min-width:1139px) {
    .write-dl-box ul li {
        width: 50%;
    }
}