@charset "UTF-8";

/*****************************************************************

Copyright C 다온테마 All rights reserved. 
daontheme@daum.net
본 페이지는 유료컨텐츠 다온테마용 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다. 
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.
기본 css 는 
1. 테마폴더/css/default_shop.css
2. 테마폴더/skin/shop/daon/style.css 에 있습니다. 

******************************************************************/


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	영카트는 CSS가 매우 복잡하므로 CSS코드의 설명과 수정은 무료지원되지 않습니다.
 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

body,
td,
h1,
h2,
h3,
h4,
h5,
div,
p,
li,
ul,
ol,
dd,
dt,
section,
input,
textarea,
select,
button {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
    letter-spacing: -0.05em;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*safari
input[type=checkbox]{
  -webkit-appearance:checkbox;
  -webkit-border-radius: 0;
}
*/

input[type=radio] {
    -webkit-appearance: radio;
    -webkit-border-radius: 0;
}

input,
textarea:focus {
    outline: none !important;
    outline-style: none !important;
}


/* 버튼 */

a.btn02 {
    background-color: #333;
}


/* 팝업 */

#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 1300px;
    height: 0
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops img {
    max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0
}


/* 탑배너 */

#top_banner {
    width: 100%;
    background-color: #464a50;
    text-align: center;
}

#top_banner>div {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

#top_banner button {
    position: absolute;
    background: none;
    border: 0px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    color: #fff;
}

#top_banner button i {
    font-size: 1.3em;
}

#top_banner div.pc {}

#top_banner div.mobile {
    display: none;
}

#tnb ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    zoom: 1
}

#tnb ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#tnb li {
    float: right;
    margin-bottom: -1px;
    font-size: 0.92em
}

#tnb a {
    display: inline-block;
    padding: 0 10px;
    color: #ddd;
    line-height: 35px;
}

#tnb a:focus,
#tnb a:hover {
    color: #fff;
}

#text_size {
    display: none;
}

.container_div {
    position: relative;
    float: none;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    min-height: auto;
    height: auto !important;
    height: 500px;
    background: #fff;
    zoom: 1
}

.container_div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#container {
    position: relative;
    float: none;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    min-height: auto;
    padding-bottom: 50px;
    height: auto !important;
    height: 500px;
    background: #fff;
    zoom: 1
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#hd_sch {
    position: relative;
    background: none;
    width: 100%;
}


/*	메인이미지     스킨 : 테마폴더/skin/shop/daon/mainbanner.10.skin.php*/

#main_bn {
    clear: both;
    margin: 0 auto;
    border: 0px;
    width: 100%;
    max-width: 3000px;
    height: auto;
    background: #000;
    overflow: hidden;
}

#main_bn .swiper-container {
    width: 100%;
    height: auto;
}

#main_bn .swiper-container img {
    width: 100%;
    height: auto;
    max-height: 800px;
    min-height: 100%;
}

#main_bn .swiper-slide {
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    opacity: 0.8;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#main_bn .swiper-slide.swiper-slide-active {
    opacity: 1;
}
#main_bn .item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 70px;
    /* background-color: rgba(0, 0, 0, 0.2); */
}
#main_bn .item-content h4 {
    display: block;
    position: relative;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    word-break: keep-all;
    color: #eee;
}
#main_bn .item-content h5 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    word-break: keep-all;
    color: #fff;
    /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
}

#main_bn .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 60px;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: url("../image/visual_prev_on.png") center left no-repeat;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#main_bn .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 60px;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: url("../image/visual_next_on.png") center right no-repeat;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#main_bn .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    opacity: 1;
}

#main_bn .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1;
}

#main_bn .swiper-pagination-fraction,
#main_bn .swiper-pagination-custom,
#main_bn .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
    display: none;
}

#main_bn .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 0px;
    background-color: #000;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#main_bn .swiper-pagination-bullet-active {
    background: #C53428;
    width: 40px;
}

#main_bn .gallerythumb {
    display: none;
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#main_bn .gallerythumb .swiper-slide {
    display: block;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    margin: 0 2px;
    font-size: 1.2em;
    margin-top: 15px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#main_bn .gallerythumb .swiper-slide img {
    width: 100%;
    height: 100%;
}

#main_bn .gallerythumb .swiper-slide-thumb-active {
    background: url('../image/arr.png') no-repeat center 8px;
    background-color: #000;
    color: #fff;
    height: 65px;
    line-height: 60px;
    padding-top: 10px;
    margin-top: 0px;
}

#main_bn .owl_pager {
    border-top: 0px;
    display: none;
}

#main_bn .owl_pager li {
    width: 25%;
}

#main_bn .owl_pager li {
    border-top: 0px;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
}

#main_bn .owl_pager li.active {
    background: #000;
    border-bottom: 1px solid #000;
}

#main_bn .owl_pager li.active a {
    color: #fff;
}

#main_bn .owl_pager li.active a:after {
    display: none;
}

#main_bn .owl_pager li a {
    color: #777;
    font-size: 0.9em;
}

#main_bn .owl_pager li a:after {
    display: none;
}

.btn_wr {
    bottom: 20px;
}


/*	모바일메인이미지     스킨 : 테마폴더/skin/shop/daon/mainbanner.mobile.skin.php*/

#main_bn_mobile {
    margin: 0 auto;
    border: 0px;
    display: none;
}

#main_bn_mobile .swiper-container {
    width: 100%;
    height: auto;
}

#main_bn_mobile .swiper-container img {
    width: 100%;
    height: auto;
}

#main_bn_mobile .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
    top: 50%;
    margin-top: -15px;
    display: block;
    background: url("../image/visual_prev_on.png") center left no-repeat;
    background-size: 30px;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#main_bn_mobile .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    top: 50%;
    margin-top: -15px;
    display: block;
    background: url("../image/visual_next_on.png") center right no-repeat;
    background-size: 30px;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#main_bn_mobile .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    opacity: 1;
}

#main_bn_mobile .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1;
}

#main_bn_mobile .swiper-pagination-bullet-active {
    background: #C53428;
}

#main_bn_mobile .owl-nav {
    display: none;
}

#main_bn_mobile .owl-dots {
    border: 0px solid red;
    text-align: center;
    position: absolute;
    bottom: 2.5%;
    width: 100%;
    z-index: 98;
}

#main_bn_mobile .owl-dots button {
    background-color: #aaa !important;
    width: 20px;
    height: 3px;
    margin: 0px 0px;
    border-radius: 0px;
}

#main_bn_mobile .owl-dots button.active {
    background-color: #000 !important;
    width: 20px;
    height: 3px;
}


/* 상품리스트 관련공통*/

.sct_sns_bg {
    background: rgba(0, 0, 0, 0.5) !important;
}

.sct_disc {
    position: absolute;
    top: 0px;
    right: 0px !important;
    width: 40px;
    height: 38px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    line-height: 15px !important;
    padding-top: 3px !important;
    color: #fff;
    text-align: center;
    font-size: 1em !important;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6) !important;
    display: none;
}

.sct_disc:after {
    display: none;
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 0px;
    height: 0px;
    border-bottom: 20px solid none;
    border-top: 8px solid rgba(0, 0, 0, 0.9);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    font-weight: bold;
}

.sct_disc span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    color: #ddd;
    letter-spacing: 0.05em;
}

.shop_icon_soldout {
    width: auto;
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    padding: 0 5px;
    font-size: 0.92em;
    margin: 1px;
    border-radius: 2px;
    width: 56px;
    height: 17px;
    text-indent: -9999px;
    background: url("../image/soldout.png");
    font-weight: normal;
    letter-spacing: -0.05em;
    font-style: italic;
}

.sct_cost {
    display: block;
    margin: 0 0 10px;
    font-size: 1.3em;
    font-weight: 400;
}

.sct_dict {
    color: #aaa;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 0.8em;
}

.shop_icon {
    font-size: 0.9em;
}

.shop_icon_1 {
    background: url("../image/hit.png");
    width: 24px;
    height: 17px;
    text-indent: -9999px;
}

.shop_icon_2 {
    background: url("../image/md.png");
    width: 30px;
    height: 17px;
    text-indent: -9999px;
}

.shop_icon_3 {
    background: url("../image/new.png");
    width: 31px;
    height: 17px;
    text-indent: -9999px;
}

.shop_icon_4 {
    background: url("../image/best.png");
    width: 33px;
    height: 17px;
    text-indent: -9999px;
}

.shop_icon_5 {
    background: url("../image/sale.png");
    width: 34px;
    height: 17px;
    text-indent: -9999px;
}

.sct_cartop_wr {
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 15px;
}

.sct_cartop_wr label {
    color: #fff;
}

.sct_cartop_wr .cartopt_close_btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.sct_cartop_wr .cartopt_cart_btn {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.sct_cartop_wr .cartopt_cart_btn,
.sct_cartop_wr .cartopt_close_btn {
    width: 49.3%;
    display: block;
    margin-bottom: 0px;
    font-size: 0.9em;
    padding: 5px 0px;
}

.sct_cartop_wr .cartopt_cart_btn {
    float: left;
}

.sct_cartop_wr .cartopt_close_btn {
    float: right;
}

.sct_cartop_wr:after {
    clear: both;
}

.sct_wrap .sctrl {
    top: 40px;
    display: none;
}

.sctrl button {
    border: 1px solid #6A6A6A;
}

.lists-row {
    margin-right: 0px;
    margin-left: 0px
}

.lists-row .col-row-0,
.lists-row .col-row-1,
.lists-row .col-row-2,
.lists-row .col-row-3,
.lists-row .col-row-4,
.lists-row .col-row-5,
.lists-row .col-row-6,
.lists-row .col-row-7,
.lists-row .col-row-8,
.lists-row .col-row-9,
.lists-row .col-row-10 {
    padding-left: 0px;
    padding-right: 0px;
}

.lists-row .col-row-0,
.lists-row .col-row-1 {
    width: 100%
}

.lists-row .col-row-0,
.lists-row .col-row-1 {
    width: 100%
}

.lists-row .col-row-2 {
    width: 50%
}

.lists-row .col-row-3 {
    width: 33.33333333%
}

.lists-row .col-row-4 {
    width: 25% !important;
    margin: 0;
    /* border: solid 1px #ccc; */
    border-right: 0;
    border-bottom: 0;
    padding: 20px;
    min-height: 510px !important;
}

.lists-row .col-row-5 {
    width: 20%
}

.lists-row .col-row-6 {
    width: 16.66666667%
}

.lists-row .col-row-7 {
    width: 14.28571428%
}

.lists-row .col-row-8 {
    width: 12.5%
}

.lists-row .col-row-9 {
    width: 11.11111111%
}

.lists-row .col-row-10 {
    width: 10%
}

.share-kakaotalk {
    background: #ffeb00 !important;
}


/*.sct_img{cursor:pointer;}
.pi_ua{cursor:pointer;}*/

.sct_img img {
    height: auto;
    width: 100%;
}


/*	메인상품 리스트 타이틀 */

.sct_wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.sct_wrap header {
    margin: 20px auto;
    margin-top: 60px;
    text-align: center;
    border: 0px solid red;
}

.sct_wrap header h2 {
    float: none;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    display: block;
    padding: 0 0 7px;
    border-bottom: 0px solid #000;
    line-height: 1.4em;
}

.sct_wrap header h2 a {
    text-decoration: none
}

.sct_wrap header h2:after {
    display: block;
    clear: both;
    content: "";
    width: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    visibility: visible;
}

.sct_wrap header p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 10px;
}


/*	HIT ITEM 상품리스트     스킨 : 테마폴더/skin/shop/daon/main.30.skin.php*/

.rolling_box {
    width: 100%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.rolling_box .owl-carousel.owl-drag .owl-item .sca-img img {
    width: 100% !important;
    height: auto;
}

.rolling_box .owl-nav {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
    z-index: 99;
}

.rolling_box .owl-nav .owl-prev {
    float: left;
    z-index: 99;
    margin-top: -250px;
    margin-left: -70px;
}

.rolling_box .owl-nav .owl-prev span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2em;
    background: url("../image/list_prev_on2.png");
    text-indent: -999px;
    font-size: 0px;
}

.rolling_box .owl-nav .owl-prev.disabled span,
.rolling_box .owl-nav .owl-prev:hover span {
    background: url("../image/list_prev_off2.png");
}

.rolling_box .owl-nav .owl-next {
    float: right;
    z-index: 99;
    margin-top: -250px;
    margin-right: -70px;
}

.rolling_box .owl-nav .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2em;
    background: url("../image/list_next_on2.png");
    text-indent: -999px;
    font-size: 0px;
}

.rolling_box .owl-nav .owl-next.disabled span,
.rolling_box .owl-nav .owl-next:hover span {
    background: url("../image/list_next_off2.png");
}

.rolling_box .nav {
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 70%;
    left: 50%;
    margin-left: -34.5%;
    z-index: 98;
    display: none;
}

.rolling_box .nav li {
    display: inline-block;
}

.rolling_box .nav a {
    display: block;
    background-color: #aaa !important;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 3px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.rolling_box .nav a.active {
    background-color: #000 !important;
    width: 20px;
    height: 10px;
}

.rolling_box .owl-dots {
    border: 0px solid red;
    text-align: center;
    position: absolute;
    bottom: -35px;
    width: 100%;
    z-index: 98;
    display: none;
}

.rolling_box .owl-dots button {
    background-color: #aaa !important;
    width: 20px;
    height: 3px;
    margin: 0px 0px;
    border-radius: 0px;
}

.rolling_box .owl-dots button.active {
    background-color: #000 !important;
    width: 20px;
    height: 3px;
}

.rolling_box .sct_op_btn {
    opacity: 0;
    position: absolute;
    bottom: -35px;
    left: 0;
    text-align: center;
    width: 100%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.rolling_box .sct_op_btn>button {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    z-index: 99;
    height: 25px;
    line-height: 14px;
    width: 30px;
    margin: 3px 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.rolling_box .sct_op_btn>button span {
    display: none;
}

.rolling_box .sct_op_btn>button:hover {
    background: #f7f7f7;
    border: 1px solid #aaa;
}

.rolling_box .sct_op_btn>button:hover span {
    display: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    font-size: 0.6em;
    width: 50px;
    height: 20px;
    line-height: 18px;
    margin-left: -50px;
    margin-top: -2px;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.rolling_box .sct_op_btn>button:hover i {}

.rolling_box .sct_op_btn>button i {
    font-size: 0.75em;
    margin-right: 0px !important;
    color: #949494;
    margin-top: 1px;
}

.rolling_box .sct_img {
    position: relative;
    margin: 0 0 5px;
}

.rolling_box .sct_img img {
    /*width:100%;*/
    height: auto;
    border: 0px solid #ddd;
    box-sizing: border-box;
}

.rolling_box .sct_txt {
    margin: 0px;
    font-size: 1.2em;
    font-weight: 400;
    padding: 10px 0px;
    border-bottom: 0px solid #ddd;
}

.rolling_box .sct_icon {
    margin: 0 0 10px
}

.rolling_box .sct_id {
    display: block;
    margin: 0 0 5px
}

.rolling_box .sct_basic {
    margin: 0 0 10px;
    font-size: 0.98em;
    color: #666;
    padding: 0 0px;
    height: 2.8em;
    line-height: 1.4em;
    font-weight: 300;
}

.rolling_box .sct_star {
    margin: 10px 0 5px
}

.rolling_box .sct_star img {
    width: 72px !important;
}

.rolling_box .sct_li:hover .sct_op_btn {
    bottom: 5px;
    opacity: 1;
}

.sct_sns_bg30 {
    background: rgba(0, 0, 0, 0.5) !important;
}

.sct_sns_wrap30 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.sct_sns_wrap30 .sct_sns {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    text-align: center;
    width: 245px;
    max-height: 300px;
    margin-left: -125px;
    margin-top: -180px;
    overflow-y: auto;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    border: 1px solid #dde7e9;
    background: #fff;
    border-radius: 3px
}

.sct_sns_wrap30 .sct_sns h3 {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left
}

.sct_sns_wrap30 .sct_sns a {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 25px;
    text-align: center;
    padding: 10px 0;
    margin: 20px 5px
}

.sct_sns_wrap30 .sct_sns .share-facebook {
    background: #415b92
}

.sct_sns_wrap30 .sct_sns .share-twitter {
    background: #35b3dc
}

.sct_sns_wrap30 .sct_sns img {
    width: 18px !important;
}

.sct_sns_wrap30 .sct_sns_bg30 {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%
}

.sct_sns_wrap30 .sct_sns_cls30 {
    position: absolute;
    right: 0;
    top: 0;
    color: #b5b8bb;
    border: 0;
    padding: 12px 15px;
    font-size: 16px;
    background: #fff
}


/* 메인배너 */

.bn_banner_x img {
    max-width: 100%;
    height: auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    border-radius: 15px;
}

.bn_1_li {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.bn_1_li img {
    max-width: 100%;
}

.bn_2_li {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.bn_2_li:after {
    clear: both;
}

.bn_2_li div.left {
    float: left;
    width: 640px;
}

.bn_2_li div.right {
    float: right;
    width: 640px;
}

.bn_3_li {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto;
    overflow: hidden;
}

.bn_3_li:after {
    clear: both;
}

.bn_3_li div.left {
    position: relative;
    float: left;
    width: 32%;
    overflow: hidden;
}

.bn_3_li div.center {
    position: relative;
    float: left;
    width: 32%;
    margin: 0 2%;
    text-align: center;
    overflow: hidden;
}

.bn_3_li div.right {
    position: relative;
    float: right;
    width: 32%;
    text-align: right;
    overflow: hidden;
}

.bn_3_li p.blind {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.5s all ease;
}

.bn_3_li p.blind:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    transition: 0.5s all ease;
}

.bn_3_li p.blind span {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.bn_3_li p.blind span em {
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
}

.bn_3_li p.blind:hover span em {
    opacity: 1;
}

.bn_5 {
    width: 100%;
    padding: 70px 0;
    background: #F0EFEB;
    margin: 0 auto;
    background: url('../image/event_back.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.bn_5 header {
    text-align: center;
}

.bn_5 header h2 {
    float: none;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    display: block;
    padding: 0 0 7px;
    border-bottom: 0px solid #000;
    line-height: 1.4em;
}

.bn_5 header h2 a {
    text-decoration: none
}

.bn_5 header h2:after {
    display: block;
    clear: both;
    content: "";
    width: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    visibility: visible;
}

.bn_5 header p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 10px;
}

.bn_5:after {
    content: "";
    clear: both;
    display: block;
}

.bn_5 .bn_5_list {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 0;
}

.bn_5 .bn_5_list:after {
    content: "";
    clear: both;
    display: block;
}

.bn_5 .bn_5_list ul.bn_5_big {
    float: left;
    width: 640px;
    overflow: hidden;
}

.bn_5 .bn_5_list ul.bn_5_small {
    float: right;
    width: 640px;
    overflow: hidden;
}

.bn_5 .bn_5_list ul.bn_5_small li {
    position: relative;
    float: left;
    width: 310px;
    margin-right: 20px;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s all ease;
}

.bn_5 .bn_5_list ul.bn_5_small li a {
    z-index: 2;
    position: relative;
    display: block;
}

.bn_5 .bn_5_list ul.bn_5_small li a img {
    max-width: 100%;
}

.bn_5 .bn_5_list ul.bn_5_small li:nth-child(even) {
    margin-right: 0;
}

.bn_5 .bn_5_list ul.bn_5_small li:nth-child(n+3) {
    margin-top: 20px;
}

#sbn_side {
    width: 100%;
}

.sb_bn {
    display: none
}

.sb_bn img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

#sbn_side h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sbn_side .bx-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

#sbn_side .bx-controls-direction {
    display: block;
}

#sbn_side .bx-pager {
    display: none;
}

#sbn_side .bx-prev {
    display: block;
    float: left;
    background: url('../image/btn_sb_prev.png') no-repeat 50% 50% #fff;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#sbn_side .bx-next {
    display: block;
    margin-left: -1px;
    float: left;
    background: url('../image/btn_sb_next.png') no-repeat 50% 50% #fff;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#review_wrap {
    width: 100%;
    padding: 80px 0;
    margin-top: 50px;
    background: #f9f9f9;
    background-size: cover;
    background-attachment: fixed;
}

#review_wrap:after {
    content: "";
    display: block;
    clear: both;
}

#review_wrap .review_area {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

#review_wrap .review_area:after {
    content: "";
    display: block;
    clear: both;
}

#review_wrap .review_area .review_Title {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

#review_wrap .review_area .review_Title h2.tit {
    display: block;
    font-size: 2em;
    color: #000;
    line-height: 1.4em;
}

#review_wrap .review_area .review_Title h2.tit strong {
    font-size: 1em;
    font-weight: 700;
}

#review_wrap .review_area .review_Title p {
    font-size: 1.4em;
    color: #000;
    line-height: 1.4em;
    margin-top: 15px;
}

#review_wrap .review_area .review_list {
    width: 100%;
    margin-top: 20px;
}

#review_wrap .review_area .review_list .owl-item {
    background: #fff;
    border-radius: 15px;
}

#review_wrap .review_area .review_list div a {
    position: relative;
    display: block;
    width: 100%;
}

#review_wrap .review_area .review_list div a .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    padding: 0 15px;
    border-radius: 10px 0;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    background: #000;
}

#review_wrap .review_area .review_list div a .img_box {
    width: 100%;
}

#review_wrap .review_area .review_list div a .img_box img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

#review_wrap .review_area .review_list div a .txts {
    width: 100%;
    min-height: 200px;
    padding: 25px 25px;
    text-align: left;
}

#review_wrap .review_area .review_list div a .txts .review_t1 {
    clear: both;
    display: block;
    color: #222;
    font-size: 1.25em;
    overflow: hidden;
}

#review_wrap .review_area .review_list div a .txts .review_t1.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#review_wrap .review_area .review_list div a .txts .review_t2 {
    min-height: 70px;
    font-size: 1em;
    color: #222;
    line-height: 1.6em;
    margin-top: 15px;
    overflow: hidden;
}

#review_wrap .review_area .review_list div a .txts .review_t2.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#review_wrap .review_area .review_list div a .txts .review_t3 {
    width: 100%;
    padding-top: 15px;
    margin-top: 20px;
    display: inline-block;
    font-size: 1em;
    border-top: 1px solid #eee;
}

#review_wrap .review_area .review_list div a .txts .review_t3 .review_name {
    float: left;
    color: #8f8f8f;
}

#review_wrap .review_area .review_list div a .txts .review_t3 .seller-rating-value {
    float: right;
    display: block;
}

#review_wrap .review_area .review_list div a .txts .review_t3 .seller-rating-value img {
    max-width: 80px;
}

#review_wrap .owl-nav {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
    z-index: 99;
}

#review_wrap .owl-nav .owl-prev {
    float: left;
    z-index: 99;
    margin-top: -250px;
    margin-left: -70px;
}

#review_wrap .owl-nav .owl-prev span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2em;
    background: url("../image/list_prev_on2.png");
    text-indent: -999px;
    font-size: 0px;
}

#review_wrap .owl-nav .owl-prev.disabled span,
#review_wrap .owl-nav .owl-prev:hover span {
    background: url("../image/list_prev_off2.png");
}

#review_wrap .owl-nav .owl-next {
    float: right;
    z-index: 99;
    margin-top: -250px;
    margin-right: -70px;
}

#review_wrap .owl-nav .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2em;
    background: url("../image/list_next_on2.png");
    text-indent: -999px;
    font-size: 0px;
}

#review_wrap .owl-nav .owl-next.disabled span,
#review_wrap .owl-nav .owl-next:hover span {
    background: url("../image/list_next_off2.png");
}

#review_wrap .nav {
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 70%;
    left: 50%;
    margin-left: -34.5%;
    z-index: 98;
    display: none;
}

#review_wrap .nav li {
    display: inline-block;
}

#review_wrap .nav a {
    display: block;
    background-color: #aaa !important;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 3px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#review_wrap .nav a.active {
    background-color: #000 !important;
    width: 20px;
    height: 10px;
}

#review_wrap .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -35px;
    width: 100%;
    z-index: 98;
    display: none;
}

#review_wrap .owl-dots button {
    background-color: #aaa !important;
    width: 20px;
    height: 3px;
    margin: 0px 0px;
    border-radius: 0px;
}

#review_wrap .owl-dots button.active {
    background-color: #000 !important;
    width: 20px;
    height: 3px;
}

#comm_area {
    width: 100%;
    padding-top: 70px;
    max-width: 1300px;
    margin: 0 auto;
}

#comm_area:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#comm_area h2.comm_title {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

#comm_area .comm_notice {
    width: 100%;
    padding: 0;
}

#comm_area .comm_notice:after {
    content: "";
    display: block;
    clear: both;
}

#comm_area .comm_notice #sidx_lat {
    width: 100%;
}

#comm_area .comm_notice .lat_wrap {
    position: relative;
    float: left;
    width: 32.4%;
    min-height: 234px;
    margin: 0;
    margin-right: 1.4%;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 15px;
    box-sizing: border-box;
}

#comm_area .comm_notice .lat_wrap h4.lat_tit {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px;
}

#comm_area .comm_notice .lat_wrap:last-child {
    margin-right: 0;
}

#comm_area .comm_notice .lat_wrap a img {
    position: absolute;
    top: 35px;
    right: 30px;
    width: 19px;
    height: 19px;
}

#comm_area .comm_notice .lat {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}

#comm_area .comm_notice .lat:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#comm_area .comm_notice .lat ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

#comm_area .comm_notice .lat li {
    width: 100%;
    padding-left: 0;
    line-height: 1.5em;
    border-bottom: 0;
    margin-bottom: 10px;
}

#comm_area .comm_notice .lat li:last-child {
    margin-bottom: 0;
}

#comm_area .comm_notice .lat li a {
    float: left;
    max-width: 70%;
    background: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

#comm_area .comm_notice .lat li a:before {
    display: none;
}

#comm_area .comm_notice .lat li.basic_li {
    float: left;
}

#comm_area .comm_notice .lat li.basic_li a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

#comm_area .comm_notice .lat li.basic_li strong {
    display: block;
    font-weight: 400 !important;
}

#comm_area .comm_notice .lat li.basic_li .lt_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    text-align: right;
    z-index: 0;
}

#comm_area .comm_notice .lat .lt_cmt {
    display: none;
}

#comm_area .comm_notice .lat li.basic_li img.icon_reply {
    display: none;
}

#comm_area .comm_notice .lat li.basic_li .fa-download {
    display: none;
}

.service_area {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto;
}

.service_area:after {
    content: "";
    display: block;
    clear: both;
}

.service_area ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.service_area ul li {
    float: left;
    width: 15.6%;
    margin-right: 1.28%;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: 0.2s all ease;
    border-radius: 15px;
    overflow: hidden;
}

.service_area ul li:last-child {
    margin-right: 0;
}

.service_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 15px;
}

.service_area ul li .txts {
    position: relative;
    width: 100%;
    text-align: center;
}

.service_area ul li .txts:after {
    content: "";
    display: block;
    clear: both;
}

.service_area ul li .txts .icons {
    display: block;
    text-align: center;
}

.service_area ul li .txts .icons i {
    font-size: 2em;
    color: #222;
    transition: 0.2s all ease;
}

.service_area ul li .txts p.t1 {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.25em;
    color: #000;
    line-height: 1.5em;
    font-weight: 500;
}

.service_area ul li .txts p.txts {
    margin-top: 10px;
    display: block;
    min-height: 40px;
    font-size: 0.9em;
    color: #888;
    line-height: 1.6em;
    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service_area ul li:hover {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .1);
    background: #464B51;
}

.service_area ul li:hover .icons i {
    transform: rotateY(360deg);
    transition: 0.2s all ease;
}

.service_area ul li:hover .txts .icons i {
    color: #fff;
}

.service_area ul li:hover .txts p.t1 {
    color: #fff;
}

.service_area ul li:hover .txts p.txts {
    color: #aaa;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	아래쪽부터는 수정을 권하지 않습니다. 영카트는 CSS가 매우 복잡하므로 CSS코드의 설명과 수정은 무료지원되지 않습니다.
 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* 공통 */

.lview {}

.sview {
    display: none;
}

.mview {
    display: none;
}

.saview {
    display: none;
}

a:focus,
button:focus,
input:focus {
    outline: none !important;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus,
input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000 !important;
    outline: none;
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input,
select {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc !important;
    outline: none;
}

#bo_w .btn_cancel {
    min-width: 85px;
}

.btn {
    margin: 0px 3px;
}

.frm_input {
    height: 50px;
}

.btn_submit {
    background: #222;
    border: 1px solid #222;
}

.btn_submit:hover {
    background: var(--default-hover-color);
    border: 1px solid var(--default-hover-color);
}

.sit_btn_buy {
    background: #222;
    border: 1px solid #222;
}

.sit_btn_buy:hover {
    background: var(--default-hover-color);
    border: 1px solid var(--default-hover-color);
}

a.btn_b011,
.btn_b011 {
    display: inline-block;
    color: #bababa;
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
    font-size: 0.9em;
    border: 1px solid #ddd;
    border-radius: 3px;
}


/* daontheme */

a.btn_b011:hover,
.btn_b011:hover {
    color: #000;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

a.btn_b011 i,
.btn_b011 i {
    font-size: 1em;
}

a.btn_b011 span,
.btn_b011 span {
    padding-left: 5px;
    font-size: 1.1em;
    color: #000;
}

a.btn_b011:hover span,
.btn_b011:hover span {
    color: #fff;
}


/* 상품리스트 lis.php     스킨 : 테마폴더/skin/shop/daon/list.10.skin.php  */

#sct_location {
    position: static;
    float: none;
    padding: 5px 0;
    width: 100%;
    background: #f5f5f5;
}

.is_right .shop_select_to_html .menulist {
    left: 0 !important;
    right: auto;
    z-index: 9999;
    margin-top: 4px;
}

.shop_select_to_html .menulist {
    top: 33px;
    border-radius: 0;
    padding: 0;
}

.shop_select_to_html:hover .category_title,
.shop_select_to_html:hover .category_title i {
    color: #000;
}

.shop_select_to_html .option.selected,
.shop_select_to_html .option.selected a {
    color: #c2000b;
}

.sct_admin {
    position: absolute;
    right: 0;
}

.sct_admin a {
    margin-top: 8px;
}

.sct_ct {
    clear: both;
    padding: 0;
    text-align: center;
}

#sct_ct_1 li {
    position: relative;
    border-right: 0;
}

#sct_ct_1 li:after {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    clear: both;
    content: "";
    width: 1px;
    height: 10px;
    background: #555;
}

#sct_ct_1 li:nth-child(5n):after {
    display: none;
}

#sct_ct_1 li:last-child:after {
    display: none;
}

.sct_10.lists-row {
    margin-top: 25px;
    /* border-right: solid 1px #ccc; */
    /* border-bottom: solid 1px #ccc; */
}

.smt_20 .sct_op_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    text-align: right;
    z-index: 99;
    background: rgba(0,0,0,0.3);
    text-align: left;
    width: 100%;
    display: none;
}

.smt_20 .sct_op_btn span {
    margin-right: 5px;
}

.smt_20 .sct_op_btn>button {
    float: left;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    padding: 10px;
    background: none;
    color: #fff;
}

.smt_20 .sct_cart {
    position: static;
    padding: 0;
}

.smt_20 .sct_cart i {
    font-size: 1em;
    margin-right: 0;
}

.smt_20 .sct_cost {
    position: static;
}

.smt_20 .sct_li.sct_last {
    /* border-bottom: 0; */
}

.smt_20 .pi_ua {
    top: 15px !important;
}
.sct_40 .sct_op_btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: auto;
    text-align: right;
    z-index: 99;
    background: none;
}

.sct_40 .sct_op_btn span {
    margin-right: 5px;
}

.sct_40 .sct_op_btn>button {
    float: left;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    padding: 0 5px;
    background: none;
}

.sct_40 .sct_cart {
    position: static;
    padding: 0;
}

.sct_40 .sct_cart i {
    font-size: 1em;
    margin-right: 0;
}

.sct_40 .sct_cost {
    position: static;
}

.sct_40 .sct_li.sct_last {
    border-bottom: 0;
}

.sct_40 .pi_ua {
    top: 15px !important;
}

.shop_select_to_html span {
    padding: 10px 10px 15px;
}

.shop_select_to_html .menulist ul.wide {
    width: auto;
    min-width: 100px;
}

.shop_select_to_html .option a {
    padding: 0px 10px
}

#sct_hhtml {
    width: 100%;
}

#sct_hhtml img {
    max-width: 100%;
}

#sct_thtml {
    width: 100%;
}

#sct_thtml img {
    max-width: 100%;
}

.sct_10 .sct_txt {
    border-bottom: 0;
    margin-bottom: 0;
}

.smt_20 .sct_txt {
    border-bottom: 0;
    margin-bottom: 0;
}

.smt_10 .sct_txt {
    border-bottom: 0;
    margin-bottom: 0;
}


/* 상품상세 shop/item.php      스킨 : 테마폴더/skin/shop/daon/item.form.skin.php  &&  item.form.skin.php */

#sit_ov_wrap {
    width: 100%;
    padding: 45px 0;
    padding-bottom: 20px;
}

#sit_pvi {
    width: 45%;
    background: none;
}


/* width:550px; */

#sit_pvi_big {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#sit_pvi_big img {
    width: 100%;
    border: 0px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 15px;
}

#sit_pvi_big #popup_item_image {
    bottom: auto;
    margin-top: -43px;
}

#sit_pvi_thumb {
    width: 100%;
    background: none;
}

#sit_pvi_thumb li {
    margin: 0;
    text-align: center;
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

#sit_pvi_thumb li:nth-child(5n) {
    margin-right: 0;
}

#sit_pvi_thumb li img {
    width: 100%;
    height: auto;
}

#sit_ov {
    width: 52%;
}

#sit_ov_btn {
    margin-top: 10px;
}

#sit_ov_btn button {
    width: 45%;
    margin-right: 1%;
    margin-bottom: 0;
}

#sit_ov_btn .sit_btn_wish {
    width: 8%;
    margin-bottom: 0;
}

#sit_ov_btn .itemform-naverpay {
    padding-top: 10px !important;
    text-align: left;
}

#sit_siblings a {
    color: #000;
}

#sit_pvi_nwbig img {
    width: 100%;
    height: auto;
}

#sit_pvi_nw li {
    margin: 0;
    text-align: center;
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

#sit_pvi_nw li:nth-child(5n) {
    margin-right: 0;
}

#sit_pvi_nw li img {
    width: 100%;
    height: auto;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

#sit_tab {
    width: 100%;
    display: block;
}

#sit_tab .tab_tit {
    padding: 0;
}

#sit_tab .tab_tit li {
    width: 25%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

#sit_tab .tab_tit li:last-child {
    border-right: 0;
}

#sit_tab .tab_tit li .selected {
    background: #222;
    color: #fff;
}

#sit_tab .tab_tit li .selected:after {
    height: 0;
}

#sit_tab .tab_tit li button {
    font-size: 1em;
    padding: 15px 0;
    line-height: 1.5em;
}

#sit_tab .tab_con {
    padding: 25px 15px;
}

#sit_tab .tab_tit li button {
    height: 50px;
}

#sit_inf_explan {
    margin-bottom: 40px;
}

#sit_inf {
    margin: 0;
}

#sit_buy {
    display: none;
    width: 25%;
    border: 0px;
}

#sit_buy .sit_buy_inner {
    background: #ddd;
}

#sit_buy .sit_side_option h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
}

#sit_buy select {
    background-color: #fff;
}

#sit_buy .sit_sel_option {
    height: auto;
}

#sit_star_sns .sns_area a img {
    width: 20px;
}

#sit_star_sns .btn_sns_share {
    height: 20px;
}

#sit_star_sns .btn_sns_share i {
    display: block;
    margin-top: -1px;
}

#sit_ov_soldout {
    background: #f7f7f7;
    color: #000;
    font-weight: normal;
}

#btn_wish i {
    font-size: 1.2em;
}

#btn_wish .btn_wish_num {
    bottom: 2px;
}

#sit_ov_wrap .sit_ov_tbl td {
    padding: 5px 0;
}

#sit_tot_price {
    font-size: 1.5em;
    margin-bottom: 20px;
}

#btn_option .btn_close {
    display: none;
}

.btn_option_wr {
    display: none;
}

.sit_option {
    padding: 0px;
}

.sit_option select {
    height: 40px;
}


/* 상품상세내 관련상품		스킨 : 테마폴더/skin/shop/daon/relation.10.skin.php */

#sit_rel {
    border: 1px solid #eee;
}

#sit_rel .owl-dots {
    display: none;
}

#sit_rel .owl-nav {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: -60px;
    z-index: 99;
}

#sit_rel .owl-nav .owl-prev {
    float: left;
    z-index: 99;
}

#sit_rel .owl-nav .owl-prev span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2em;
    background: url("../image/list_prev_off2.png");
    text-indent: -999px;
    font-size: 0px;
}

#sit_rel .owl-nav .owl-prev.disabled span,
#sit_rel .owl-nav .owl-prev:hover span {
    background: url("../image/list_prev_on2.png");
}

#sit_rel .owl-nav .owl-next {
    float: right;
    z-index: 99;
}

#sit_rel .owl-nav .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2em;
    background: url("../image/list_next_off2.png");
    text-indent: -999px;
    font-size: 0px;
}

#sit_rel .owl-nav .owl-next.disabled span,
#sit_rel .owl-nav .owl-next:hover span {
    background: url("../image/list_next_on2.png");
}

#sit_rel .item img {
    height: auto;
}

#sit_rel .sct_txt {
    margin-top: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 100%;
}

#sit_rel .sct_cost {
    font-size: 1em;
    text-align: center;
}

#sit_inf_open th {
    width: 15%;
}

#sit_inf_open td {
    width: 85%;
}


/* 상품상세내 사용후기      스킨 : 테마폴더/skin/shop/daon/itemuse.skin.php */

#sit_use_list .sit_use_top {
    border: 0;
    padding: 0;
    margin: 0;
    min-height: auto;
    background: none;
}

#sit_use_list .sit_use_li_title {
    position: static;
    margin-top: 10px;
    float: right;
}

#sit_use_list .sit_use_con {
    margin-right: 0;
}

#sit_use_list .sit_use_reply {
    padding: 10px 0 0 0;
}

#sit_use_list .use_reply_tit {
    padding-right: 0;
}

#sit_use_list .use_reply_icon {
    position: static;
}

#sit_use_list .use_reply_name {
    position: static;
    margin-left: 0;
}

#sit_use_list .sit_empty {
    padding: 50px 0;
}

#sit_use_wbtn {
    position: static;
    text-align: right;
    margin-bottom: 20px;
}

.sit_use_dl .sit_use_tit {
    font-weight: normal;
    font-size: 1em;
}

#sit_use_wbtn a {
    line-height: 30px;
    font-size: 1em;
    padding: 0 10px;
}


/* 상품상세내 상품문의		스킨 : 테마폴더/skin/shop/daon/itemqa.skin.php */

#sit_qa {
    margin: 0;
}

#sit_qa_wbtn a {
    line-height: 30px;
    font-size: 1em;
    padding: 0 10px;
}

.sit_qa_li_title {
    font-weight: normal;
    font-size: 1em;
}

.sit_qa_li {
    padding: 15px 0;
}


/* 장바구니 cart.php      테마내 스킨이 없습니다. */

#sod_bsk #sod_bsk_tot {
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

#sod_bsk #sod_bsk_tot li {
    border-left: 1px solid #ddd;
}

#sod_bsk #sod_bsk_tot li.sod_bsk_dvr {
    background: #fff !important;
    color: #000;
}

#sod_bsk #sod_bsk_tot li.sod_bsk_pt {
    background: #f8f8f8 !important;
    color: #000;
}

#sod_bsk_act {
    margin-top: 30px;
}

#sod_bsk_act .btn01 {
    width: 20%;
    font-weight: normal;
    padding: 0 20px;
    margin: 0 0.5%;
    background-color: #fff;
    border: 1px solid #333;
    margin: 0px 5px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#sod_bsk_act .btn_submit {
    width: 20%;
    font-weight: normal;
    padding: 0 20px;
    margin: 0 0.5%;
    background-color: #333;
    border: 1px solid #333;
    margin: 0px 5px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#sod_bsk_act .btn01:hover {
    background-color: #eee;
    border: 1px solid #000;
}

#sod_bsk_act .btn_submit:hover {
    background-color: #000;
    border: 1px solid #000;
}

#sod_bsk_act .cart-naverpay {
    margin-top: 30px;
}

#sod_bsk_list #mod_option_frm {
    width: 100%;
    min-width: 320px;
    max-width: 50%;
    margin-left: -25%;
    max-height: 500px;
    top: 50%;
    margin-top: -250px;
}

#sod_bsk_list #mod_option_frm::-webkit-scrollbar {
    width: 2px;
    height: 0px;
}

#sod_bsk_list #mod_option_frm::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}

#sod_bsk_list #mod_option_frm::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bfbfbf;
}

#sod_bsk_list #mod_option_frm .option_wr select {
    height: 30px;
}

#mod_option_frm #sit_tot_price {
    font-size: 1em;
}

#mod_option_frm .btn_confirm {
    margin-top: 10px;
}

#mod_option_frm .btn_confirm .btn_submit {
    height: 30px;
}

#sod_bsk_list .mod_option_bg {
    background: rgba(0, 0, 0, 0.6);
}

#sod_bsk #sod_bsk_tot .sod_bsk_cnt span:before {
    font-size: 1em;
    color: #fff;
    display: block;
    content: "총금액";
    visibility: visible;
    line-height: 1.5em;
}

#sod_bsk #sod_bsk_tot .sod_bsk_cnt span {
    visibility: hidden;
    line-height: 0;
}

#sod_bsk .btn_cart_del button {
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
}


/*주문서작성_모바일 orderform.php		테마내 스킨이 없습니다. */

.sod_frm_mobile .sod_ta_wr {
    border-bottom: 0;
}

.sod_frm_mobile #m_sod_bsk_tot {
    background: none;
}

.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt {
    color: #fff;
}

.sod_frm_mobile #m_sod_bsk_tot dt {
    padding: 0 10px;
    height: 40px !important;
    line-height: 40px !important;
}

.sod_frm_mobile #m_sod_bsk_tot dd {
    padding: 0 10px;
    height: 40px !important;
    line-height: 40px !important;
}

.sod_frm_mobile .sod_list .li_op_wr {
    min-height: 100px;
}

.sod_frm_mobile #sod_frm_taker h2,
.sod_frm_mobile #sod_frm_orderer h2 {
    text-align: center;
}

.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong {
    color: #F8DF00;
}

.sod_frm_mobile #sod_frm_pt_alert::before {
    display: none;
}


/* 마이페이지 mypage.php     스킨 : 테마폴더/shop/mypage.php */

#smb_my_ov {
    /* width: 22%; */
    /* margin-right: 3%; */
}

#smb_my_list {
    width: 75%;
}

#smb_my_ov .smb_me {
    background-color: #333;
}

#smb_my_ov .smb_me .my_ov_name {
    color: #fff;
}

#smb_my_ov .smb_me a {
    background-color: #fff;
    color: #000;
    font-size: 0.8em;
    padding: 0px 10px;
}

#smb_private li a:hover:after {
    display: none;
}

#smb_private a {
    padding: 5px 20px 5px 25px;
}

#smb_private a strong {
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
    font-weight: normal;
    background-color: #37bc9b !important;
}

#smb_private .win_point strong {
    min-width: 20px;
    border-radius: 30px;
}

#smb_private .win_qa strong {
    background-color: #000;
    color: #fff;
}

#coupon {
    min-width: 320px;
}

#coupon li {
    text-align: left;
}

#coupon .cou_target {
    background-color: #f7f7f7;
    color: #000;
}

.new_win #win_title {
    height: auto;
    line-height: 1.5em;
    color: #fff;
    background: #222;
}

#smb_my_wish .smb_my_chk {
    position: absolute;
    float: none;
    left: 15px;
    padding: 0px;
}

#smb_my_wish .smb_my_chk span {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 0.9em;
    width: 25px;
    text-align: center;
}

#smb_my_wish .smb_my_chk .chk_box {
    display: none;
}

#smb_ws_act {
    display: none;
}

.new_win .win_desc {
    background-color: #f7f7f7;
    color: #000;
}

.new_win .win_desc:after {
    display: none;
}

.new_win .win_ul li {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.new_win .win_ul .selected {
    background-color: #333;
    border: 1px solid #333;
}

.new_win .win_ul li a {
    color: #000;
    padding: 5px 8px;
}

.new_win .win_total {
    color: #000;
}


/* 마이페이지_주문내역 orderinquiry.php       테마내 스킨이 없습니다. */

#smb_my_ov {
    /* border: 1px solid #000; */
    /* width: 18%; */
}

#smb_my_od table tbody td:nth-child(7) {
    text-align: center;
}

.status_01 {
    display: inline-block;
    background: #FE528F;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}

.status_02 {
    display: inline-block;
    background: #68D0A7;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}

.status_03 {
    display: inline-block;
    background: #B668D0;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}

.status_04 {
    display: inline-block;
    background: #FFA700;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}

.status_05 {
    display: inline-block;
    background: #3a8afd;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}

.status_06 {
    display: inline-block;
    background: #666666;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}

#sod_fin .sod_left {
    margin-right: 0;
    margin-top: 25px;
}

#sod_fin .sod_right {
    margin-top: 25px;
}

#smb_my_od .tbl_head03 td {
    text-align: center;
}


/* 개인결제 personalpay.php     스킨 : 테마폴더/skin/shop/daon/personalpay.skin.php */

.sct_pv .sct_li {
    width: 18% !important;
    min-height: 240px;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    text-align: center;
    background: none;
    border: 0px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px;
}

.sct_pv .sct_li:nth-child(5n) {
    margin-right: 0;
}

.sct_pv .sct_a {
    width: 100% !important;
    padding: 0 0px;
}

.sct_pv .sct_a img {
    width: 100%;
}

#personal_pay .sod_right p {
    text-align: center;
}

#personal_pay .pesonal th {
    font-size: 1.5em;
}

#personal_pay .pesonal th label {
    font-size: 13px;
}

#personal_pay .sod_right p {
    margin-top: 20px;
}

.pesonal td {
    font-size: 1.2em;
}

#sod_fin_pay {
    border: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

#sod_fin_pay h3 {
    margin: 0;
    border-bottom: 0px;
}

#sod_fin_pay .tbl_head01 {
    margin-bottom: 0px;
}

#sod_fin_pay .tbl_head01 tbody th {
    border-bottom: 0px;
}

#sod_fin_tot {
    border: 1px solid #E9E9E9;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 0px;
}

#sod_fin_tot h2 {
    background: #fff;
    font-size: 1.167em;
    padding: 15px 20px;
    border-bottom: 1px solid #E9E9E9;
    display: none;
}

#sod_fin_tot li {
    padding: 10px 0;
    border-top: 0px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: #fff;
    padding: 15px 20px;
}

#sod_fin_tot li strong {
    padding-left: 15px;
}

#sod_fin_test input {
    padding: 10px 15px;
}


/* 모바일 개인결제 */

#m_sod_frm_orderer {
    margin: 10px 0;
    border-top: 1px solid #e7ebf1;
    padding-top: 15px;
}

#m_sod_frm_orderer h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#m_sod_frm_orderer ul {
    background: #fff;
    margin: 15px 0;
    border-bottom: 1px solid #e7ebf1;
    padding: 10px 15px
}

#m_sod_frm_orderer li {
    line-height: 20px
}

#m_sod_frm_orderer th {
    display: block;
    width: 100% !important;
    font-weight: bold;
    border: 0;
    text-align: left;
    font-weight: normal;
}

#m_sod_frm_orderer td {
    display: block;
    width: 100% !important;
    text-align: left;
    padding: 5px 0px;
    border: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
}

#m_sod_frm_orderer td .frm_input {
    width: 100%
}

#m_sod_frm_orderer table {
    width: 100%;
}

#m_pv_sod_frm .btn_confirm {
    margin: 10px
}

#m_pv_sod_frm .btn_confirm .btn_submit {
    width: 45%;
    height: 45px;
    font-size: 1.167em;
    font-weight: bold;
    margin: 0 3px;
    font-weight: normal;
}

#m_pv_sod_frm .btn_confirm .btn_cancel {
    width: 45%;
    height: 45px;
    line-height: 45px;
    font-size: 1.167em;
    font-weight: normal;
    padding: 0;
    border-radius: 3px;
    margin: 0 2px
}

#m_pv_sod_frm .pay_way {
    border-top: 1px solid #e7ebf1
}

#m_pv_sod_frm .pay_way li {
    padding: 5px 0
}

#sod_fin input {
    width: 100%;
}


/* 상품문의 itemqalist.php		스킨 : 테마폴더/skin/shop/daon/itemqalist.skin.php */

#sqa_sch {
    width: 100%;
    padding: 15px 30%;
    font-size: 0;
    background: #f7f7f7;
    border: 1px solid #eee;
    box-sizing: border-box;
}

#sqa_sch select {
    width: 25%;
    margin-right: 1%;
}

#sqa_sch .sch_wr {
    width: 50%;
}

#sqa_sch .sch_input {
    width: 85%;
}

#sqa_sch .sch_btn {
    float: right;
    width: 15%;
}

#sqa_sch a {
    float: right;
    width: 23%;
    text-align: center;
    font-size: 13px;
}

#sqa {
    width: 100%;
    min-width: 320px;
}

#sqa ol {
    width: 100%;
}

#sqa .sqa_img {
    margin: 0 15px 10px 0;
}

#sqa .sqa_section {
    float: none;
    width: auto;
    display: block;
}

#sqa .sit_qaa_done {
    background: #f76560;
}

#sqa .sqa_con_btn button {
    border: 1px solid #ddd;
    padding: 5px 8px;
    color: #666;
    font-size: 0.92em;
    margin: 5px 0;
    background: #fff;
}


/* 내용보기버튼 */

#sqa .sqa_con_btn button:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

#spa .sit_qa_qaq {
    border: 1px solid #eee;
}

#sqa .sit_qa_qaa {
    background-color: #fff;
    border: 1px solid #eee;
}


/* 사용후기 itemuselist.php     스킨 : 테마폴더/skin/shop/daon/itemuselist.skin.php */

#sps_sch {
    width: 100%;
    padding: 15px 30%;
    font-size: 0;
    background: #f7f7f7;
    border: 1px solid #eee;
    box-sizing: border-box;
}

#sps_sch select {
    width: 25%;
    margin-right: 1%;
}

#sps_sch .sch_wr {
    width: 45%;
}

#sps_sch .sch_input {
    width: 85%;
}

#sps_sch .sch_btn {
    float: right;
    width: 15%;
}

#sps_sch a {
    width: 23%;
    text-align: center;
    font-size: 13px;
}

#sps {
    width: 100%;
    min-width: 320px;
}

#sps ol {
    width: 100%;
}

#sps li {
    position: static;
    width: 100%;
    background: none;
}

#sps .sps_img {
    position: static;
    width: 100px;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

#sps .sps_img .sps_img_inner img {
    width: 100%;
    height: auto;
}

#sps .sps_img .prd_detail {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
}

#sps .sps_section {
    float: none;
    display: inline;
    padding-left: 0;
}

#sps .sps_section .sps_rv_thum {
    display: none;
}

#sps .sps_con_btn {
    clear: none;
}

#sps .sps_reply .sps_img {
    text-align: left;
    width: 70px;
    margin-right: 0;
}

#sps .review_detail_in {
    width: 100%;
    min-width: 320px;
    max-width: 50%;
    margin-left: -25%;
    max-height: 500px;
    margin-top: -250px;
}

#sps .sps_con_btn button.review_detail:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

#sps .review_detail_in .review_bt_cnt img {
    max-width: 100%;
}

#sps .review_detail_cnt {
    background: rgba(0, 0, 0, 0.5);
}


/* 쿠폰존 couponzone.php     스킨 : 테마폴더/skin/shop/daon/couponzone.10.skin.php */

.couponzone_list ul {
    width: 100%;
    padding: 0;
    margin: 50px auto;
    border: 0;
}

.couponzone_list ul li {
    width: 23.5%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 5%;
}

.couponzone_list ul li:nth-child(4n) {
    margin-right: 0;
}

.couponzone_list ul li .cp_inner {
    border: 0;
}

.couponzone_list ul li .coupon_img {
    width: 100% !important;
    height: auto !important;
}

.couponzone_list ul li img {
    border-radius: 0;
}

.couponzone_list ul li .coupon_tit {
    display: none;
    padding-top: 40px;
    height: auto;
}

.couponzone_list ul li .coupon_tit strong {
    margin-bottom: 15px;
}

.couponzone_list ul li .coupon_tit .cp_evt,
.couponzone_list ul li .coupon_tit .cp_evt b {
    font-size: 1.6em;
}

.couponzone_list ul li .coupon_btn .btn02 {
    background: #4b545e;
}

.couponzone_list ul li .coupon_btn .disabled {
    background: #fff !important;
    border: 1px solid #ddd;
    color: #000;
}

.couponzone_list ul li .coupon_btn .disabled:hover {
    background: #f7f7f7 !important;
    border: 1px solid #ddd;
    color: #000;
}

.couponzone_list ul li .coupon_target .cp_1 {
    background: #fff;
    color: #000;
}

.couponzone_list ul li .coupon_target .cp_2 {
    background: #fff;
    color: #000;
}

.couponzone_list ul li .coupon_target .cp_3 {
    background: #fff;
    color: #000;
}

.couponzone_list ul li .coupon_target .cp_4 {
    background: #fff;
    color: #000;
}


/*이벤트상세 shop/event.php */

#sev_himg img {
    width: 100%;
}

.sev_admin {
    position: absolute;
    top: 20px;
    right: 0;
}


/* search */

#ssch_cate li {
    border: 0px;
}


/* 회원가입 */

#fregister p {
    background-color: #f7f7f7;
    color: #000;
}

#fregister p:before {
    display: none;
}

.register .btn_confirm {
    text-align: center;
    padding-top: 10px;
}

.register .btn_confirm .btn_submit,
.register .btn_confirm .btn_close {
    float: none;
    display: inline-block;
    max-width: 150px;
}

.register .btn_confirm .btn_submit {
    margin-top: -5px;
}

#register_member input[type=checkbox] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: 0;
}

.mbskin {
    margin-bottom: 50px;
}


/* 검색 */

#ssch_frm .ssch_option input[type=checkbox] {
    display: none;
}

#ssch_frm .ssch_option label {
    margin-right: 10px;
}

.pi_ua {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
}

.pi_ua img {
    width: 100%;
    height: auto;
}


/* 기기 1540px 이하 */

@media all and (max-width:1540px) {
    .rolling_box .owl-nav .owl-prev {
        margin-top: 10px;
        margin-left: 0px;
    }
    .rolling_box .owl-nav .owl-next {
        margin-top: 10px;
        margin-right: 0px;
    }
    .rolling_box .nav {
        bottom: -45px;
        display: block;
    }
    #review_wrap {
        padding-bottom: 100px;
    }
    #review_wrap .owl-nav {
        margin-top: 20px;
    }
    #review_wrap .owl-nav .owl-prev {
        margin-top: 10px;
        margin-left: 0px;
    }
    #review_wrap .owl-nav .owl-next {
        margin-top: 10px;
        margin-right: 0px;
    }
    #review_wrap .nav {
        bottom: 10px;
        display: block;
    }
    .bn_5 .bn_5_list ul.bn_5_big {
        width: 49.5%;
    }
    .bn_5 .bn_5_list ul.bn_5_small {
        width: 49.5%;
    }
    .bn_5 .bn_5_list ul.bn_5_small li {
        width: 49%;
        margin-right: 2%;
    }
    .bn_5 .bn_5_list ul.bn_5_small li:nth-child(n+3) {
        margin-top: 2%;
    }
}


/* 기기 1340px 이하 */

@media all and (max-width:1340px) {
    #review_wrap .review_area {
        width: 90%;
    }
}


/* 기기 1300px 이하 */

@media all and (max-width:1300px) {
    #hd_pop {
        width: 100%;
    }
    #hd {
        min-width: 100%;
    }
    #hd_menu>div.hd_menu_all>ul>li>a {
        padding: 0 12px;
        font-size: 1.1em;
    }
    #container .shop-content {
        width: 96%;
        margin: 0 auto;
    }
    .bn_banner_x img {
        width: 100%;
        height: auto;
    }
    .sct_wrap {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }
    .sct_10 .row-clear {
        clear: none !important;
    }
    .sct_10 .sct_clear {
        clear: none;
    }
    .sct_10 .sct_li {
        width: 23.5% !important;
        margin-right: 2%;
    }
    .sct_10 .sct_li:nth-child(4n) {
        margin-right: 0;
    }
    .sct_10 .sct_li:nth-child(4n+1) {
        clear: both;
    }
    .sct_10 .sct_li .sct_img img {
        width: 100%;
        height: auto;
    }
    .smt_20 .sct_clear {
        clear: none;
    }
    .smt_20 .sct_li {
        width: 23.4% !important;
        margin-right: 2%;
    }
    .smt_20 .sct_li:nth-child(4n) {
        margin-right: 0;
    }
    .smt_20 .sct_li:nth-child(4n+1) {
        clear: both;
    }
    .smt_20 .sct_li .sct_img img {
        width: 100%;
        height: auto;
    }
    #comm_area {
        padding: 70px 2% 0 2%;
    }
    .service_area {
        padding: 0 2%;
    }
    .service_area ul li {
        width: 32.4%;
        margin-right: 1.4%;
    }
    .service_area ul li:nth-child(3n) {
        margin-right: 0;
    }
    .service_area ul li:nth-child(n+4) {
        margin-top: 1.4%;
    }
    .bn_2_li div.left {
        width: 49%;
    }
    .bn_2_li div.right {
        width: 49%;
    }
}


/* 기기 1200px 이하 */

@media all and (max-width:1200px) {
    #hd_menu>div.hd_menu_all>ul>li>a {
        padding: 0 11px;
        font-size: 1em;
    }
    .rolling_box .sct_img img {
        width: 100% !important;
    }
    #review_wrap .sct_img img {
        width: 100% !important;
    }
    #comm_area .comm_notice .lat {
        width: 100%;
        min-height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #ft .ft_copyright {
        padding: 50px 4%;
    }
    #ft .copy_left {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    #ft .copy_right {
        float: left;
        width: 100%;
        padding: 0 0 30px 0;
        border-left: 0;
        border-bottom: 1px solid #333;
    }
    #wrapper {
        margin: 0 auto;
        width: 100%;
    }
    #container {
        float: none;
        width: 100% !important;
        min-width: 320px;
        margin: 0 auto;
    }
    #container #sct_hhtml p {
        padding: 0;
        margin: 0;
        font-size: 0;
    }
    #container #sct_hhtml p b img {
        width: 100%;
        height: auto;
    }
    #container #sct_hhtml p img {
        width: 100%;
        height: auto;
    }
    /*#container p img {width:100%; height:auto;}*/
    #main_bn {
        width: 100%;
        min-height: auto;
    }
    .smt_10 .sct_clear {
        /* clear: none; */
    }
    .smt_10 .sct_li {}
    .smt_10 .sct_li:nth-child(3n) {
        margin-right: 0;
    }
    .smt_10 .sct_li:nth-child(2n) {
        /* margin-right: 0px !important; */
    }
    .smt_10 .sct_li:nth-child(2n) {
        clear: none;
    }
    #sod_ws .list_02 li:nth-child(5n+1) {
        clear: none;
    }
    #sod_ws .list_02 li {
        width: 23.5%;
        margin-right: 2%;
    }
    #sod_ws .list_02 li:nth-child(4n) {
        margin-right: 0;
    }
    #sod_ws .list_02 li:nth-child(5n) {
        margin-right: 2%;
    }
    .pesonal.sod_left {
        width: 100%;
    }
    #personal_pay {
        width: 100%;
    }
    #sit_ov_btn button {
        width: 44%;
        margin-right: 1%;
        margin-bottom: 0;
    }
    #sit_ov_btn .sit_btn_wish {
        width: 10%;
        margin-bottom: 0;
    }
}


/* 기기 1100px 이하 */

@media all and (max-width:1100px) {
    .lview {
        display: none;
    }
    .sview {
        display: block;
    }
    #side_menu {
        display: none;
    }
    #mobile_hd {
        display: block;
        min-width: 320px;
    }
    #tnb,
    #hd_wrapper,
    #hd_menu,
    #aside {
        /* display: none; */
    }
    #comm_area {
        padding: 50px 2% 0 2%;
    }
    #comm_area .comm_notice .lat_wrap {
        width: 100%;
        min-height: auto;
        margin-bottom: 1.4%;
    }
    #comm_area .comm_notice .lat_wrap:last-child {
        margin-bottom: 0;
    }
}


/* 기기 992px 이하 */

@media all and (max-width:992px) {
    #main_bn .item-content {
        display: none;
    }
    .sct_10 .sct_clear {
        clear: none;
    }
    .sct_10 .sct_li {
        width: 32% !important;
        margin-right: 2%;
        min-height: 300px !important;
    }
    .sct_10 .sct_li:nth-child(4n) {
        margin-right: 2%;
    }
    .sct_10 .sct_li:nth-child(4n+1) {
        clear: none;
    }
    .sct_10 .sct_li:nth-child(3n) {
        margin-right: 0;
        clear: none;
    }
    .sct_10 .sct_li:nth-child(3n+1) {
        clear: both;
    }
    .sct_10 .sct_li .sct_img img {
        width: 94%;
        height: auto;
    }
    .sct_10 .sct_txt {
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        width: 100%;
    }
    .sct_10 .sct_basic {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.6;
        height: 3.2em;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .smt_20 .sct_clear {
        clear: none;
    }
    .smt_20 .sct_li {
        width: 31.8% !important;
        margin-right: 2%;
        /* height: 300px; */
    }
    .smt_20 .sct_li:nth-child(4n) {
        margin-right: 2%;
    }
    .smt_20 .sct_li:nth-child(4n+1) {
        clear: none;
    }
    .smt_20 .sct_li:nth-child(3n) {
        margin-right: 0;
    }
    .smt_20 .sct_li:nth-child(3n+1) {
        clear: both;
    }
    .smt_20 .sct_li .sct_img img {
        width: 100%;
        height: auto;
    }
    .smt_20 .sct_txt a {
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        width: 100%;
    }
    .bn_5 {
        padding: 50px 2%;
    }
    .bn_5 .bn_5_list {
        margin-top: 30px;
    }
    .bn_5 .bn_5_list ul.bn_5_big {
        width: 100%;
    }
    .bn_5 .bn_5_list ul.bn_5_small {
        width: 100%;
        margin-top: 2%;
    }
    #review_wrap {
        padding: 50px 4%;
        height: auto;
    }
    #review_wrap .review_area .review_Title h2.tit {
        font-size: 1.85em;
    }
    #review_wrap .review_area .review_Title p {
        font-size: 1.15em;
    }
    #review_wrap .review_area {
        width: 100%;
    }
    #sqa_sch {
        padding: 15px 10%;
    }
    #sqa_sch .sch_input {
        width: 88%;
    }
    #sqa_sch .sch_btn {
        width: 12%;
    }
    #sps_sch {
        padding: 15px 10%;
    }
    #sps_sch .sch_input {
        width: 88%;
    }
    #sps_sch .sch_btn {
        width: 12%;
    }
    .couponzone_list ul li {
        width: 48%;
        margin: 0;
        margin-right: 4%;
        margin-bottom: 5%;
    }
    .couponzone_list ul li:nth-child(odd) {
        margin-right: 4%;
    }
    .couponzone_list ul li:nth-child(even) {
        margin-right: 0;
    }
    #smb_my_ov {
        width: 100%;
    }
    #smb_my_list {
        width: 100%;
        margin-top: 50px;
    }
    #smb_my_ov h3 {
        display: none;
    }
    #smb_my_ov .op_area {
        display: none;
    }
    .sct_pv .sct_li {
        width: 32% !important;
        margin-right: 2%;
        margin-bottom: 2.5%;
    }
    .sct_pv .sct_li:nth-child(3n) {
        margin-right: 0;
    }
    .sct_pv .sct_li:nth-child(5n) {
        margin-right: 2%;
    }
    #sps .review_detail_in {
        max-width: 90%;
        margin-left: -45%;
    }
    #sod_bsk_list #mod_option_frm {
        max-width: 90%;
        margin-left: -45%;
    }
}


/* 기기 900px 이하 */

@media all and (max-width:900px) {
    #sit_rel {
        display: none;
    }
    #main_bn img {
        min-height: 100px;
        width: 100%;
        img {
            min-height: 240px;
        }
        ;
        height: auto;
        margin: 0;
    }
    #main_bn_mobile {
        display: block;
    }
    #main_bn {
        /* display: none; */
    }
    .main_image_area {
        min-height: auto;
    }
    #top_banner div.pc {
        display: none;
    }
    #top_banner div.mobile {
        display: block;
    }
    #sod_ws .list_02 li {
        width: 32%;
        margin-right: 2%;
    }
    #sod_ws .list_02 li:nth-child(5n+1) {
        clear: none;
    }
    #sod_ws .list_02 li:nth-child(5n) {
        margin-right: 2%;
    }
    #sod_ws .list_02 li:nth-child(4n) {
        margin-right: 2%;
    }
    #sod_ws .list_02 li:nth-child(3n) {
        margin-right: 0;
    }
    #sod_ws .list_02 li:nth-child(3n+1) {
        clear: both;
    }
    #sit_pvi {
        width: 100%;
    }
    #sit_ov {
        width: 100%;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 2px solid #000;
    }
    #sit_ov_btn {
        text-align: center;
    }
    #sit_ov_btn .sit_btn_wish {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 0;
        width: 10%;
        margin-bottom: 0;
    }
    #sit_btn_alm {
        display: inline-block;
        float: none;
    }
    #sit_ov_btn button {
        display: inline-block;
        float: none;
        width: 42%;
        margin-right: 1%;
        margin-bottom: 0;
    }
    #sit_ov_btn .itemform-naverpay {
        text-align: center;
    }
    #sit_inf_open th {
        width: 25%;
    }
    #sit_inf_open td {
        width: 75%;
    }
    #btn_option .btn_close {
        display: block;
    }
    .btn_option_wr {
        display: block;
    }
    #btn_option {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 90;
        border-top: 1px solid #000;
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0);
        -moz-box-shadow0 0 9px rgba(0,
        0,
        0,
        0);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0)
    }
    #btn_option .sl_option {
        max-height: 400px;
        overflow-y: auto;
        padding: 10px
    }
    #btn_option h3 {
        margin-bottom: 10px
    }
    #btn_option .btn_close {
        position: absolute;
        top: -25px;
        left: 50%;
        width: 60px;
        height: 25px;
        margin-left: -30px;
        border: 1px solid #000;
        border-bottom: 0;
        background: #fff;
        border-radius: 3px 3px 0 0
    }
    .btn_cart_op {
        width: 100%;
        text-align: center;
        font-weight: bold
    }
    .btn_option_wr {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: #444;
        border-top: 1px solid #000;
        z-index: 88;
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0)
    }
    .sit_op_sl {
        width: 100%;
        border-collapse: collapse
    }
    .sit_op_sl th {
        font-weight: normal;
        text-align: left;
        padding: 0 0 0 10px
    }
    .sit_op_sl td {
        text-align: left;
        padding: 9px 10px 9px 0
    }
    .sit_sel_btn {
        position: relative;
        top: -15px;
        right: -2px
    }
    /* 선택옵션용 추가 버튼 */
    .sit_sel_btn button {
        width: 100%
    }
    #sit_ov_soldout {
        padding: 20px;
        background: #fef5f7;
        color: #ff3061;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px
    }
    #sit_ov_btn {
        margin: 0;
        text-align: center;
        z-index: 100
    }
    #sit_ov_btn:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }
    #sit_btn_cart {
        float: left;
        width: 39%;
        margin-right: 1%;
        line-height: 50px;
        border: 1px solid #98a3b3;
        color: #000;
        background: #fff;
        font-weight: bold;
        border-radius: 3px
    }
    #sit_btn_buy {
        float: left;
        width: 39%;
        margin-right: 1%;
        line-height: 50px;
        font-weight: bold
    }
    #sit_btn_phone {
        float: left;
        width: 79%;
        margin-right: 1%;
        line-height: 50px;
        border: 1px solid #3a8afd;
        color: #3a8afd;
        background: #fff;
        font-weight: bold;
        border-radius: 3px
    }
    #sit_btn_wish {
        float: left;
        width: 20%;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        font-size: 1.25em;
        border: 1px solid #b3b3b3;
        font-weight: bold;
        border-radius: 3px;
        background: #fff
    }
    #sit_sel_option {
        margin: 10px 0;
        line-height: 20px
    }
    #sit_tot_price {
        margin: 20px 0;
        line-height: 20px
    }
    #sit_tot_price {
        text-align: right
    }
    #sit_tot_price span {
        float: left
    }
    #sit_tot_price strong {
        font-size: 1.25em;
        color: #000
    }
    .sit_option {
        margin-top: 0px;
        padding: 0;
    }
    .sit_option select {
        height: 35px;
        background-position: 98.5% 50%
    }
    .smt_10 .sct_clear {
        clear: none;
    }
    .smt_10 {
    }
    .smt_10 .sct_li {
        width: 50% !important;
        margin: 0;
        min-height: 270px;
        border: 0;
        padding: 20px;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        @charset "utf-8";: :
        root {
    --default-color: #222 !important;
        --default-hover-color: #555 !important;
}


/* 리스트 공통 */

.lists-row {
        margin-right: -10px;
        margin-left: -10px}

.lists-row .col-row-0,
.lists-row .col-row-1,
.lists-row .col-row-2,
.lists-row .col-row-3,
.lists-row .col-row-4,
.lists-row .col-row-5,
.lists-row .col-row-6,
.lists-row .col-row-7,
.lists-row .col-row-8,
.lists-row .col-row-9,
.lists-row .col-row-10 {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
    *
        padding-left: 0;
        padding-right: 10px;
    *
        padding-right: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
}

.lists-row .col-row-0,
.lists-row .col-row-1 {
        width: 100%}

.lists-row .col-row-2 {
        width: 50%}

.lists-row .col-row-3 {
        width: 33.33333333%}

.lists-row .col-row-4 {
        width: 25%}

.lists-row .col-row-5 {
        width: 20%}

.lists-row .col-row-6 {
        width: 16.66666667%}

.lists-row .col-row-7 {
        width: 14.28571428%}

.lists-row .col-row-8 {
        width: 12.5%}

.lists-row .col-row-9 {
        width: 11.11111111%}

.lists-row .col-row-10 {
        width: 10%}

.row-clear {
        clear: both!important}

.lists-row .sct_img
        img {
    max-width: 100%;
        height: auto}


/* aside:gnb */

#gnb {
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-top: 0}

#gnb
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

.gnb_1dli {
        position: relative;
        word-wrap: break-word}

.gnb_1dli_on {
        color: #fff;
        text-decoration: none}

.gnb_1da {
        display: block;
        padding: 0 20px;
        line-height: 48px;
        color: #010101;
        text-decoration: none;
        font-size: 1.167em}

.gnb_1da
        i {
    position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        color: #c4c4c4;
        padding: 15px;
        font-size: 1.45em}

.gnb_1dam {
        background: url('img/gnb_bg.png') center right no-repeat}

.gnb_1dli_on .gnb_1da {
        background-color: #f5f5f5;
        color: #3a8afd;
        font-weight: bold;
        text-decoration: none}

.gnb_1dli_on .gnb_1da:after {
    position: absolute;
        left: -1px;
        top: 0;
        content: "";
        background: #3a8afd;
        width: 3px;
        height: 100%}

.gnb_1dli_on .gnb_1dam {
        text-decoration: none}

.gnb_2dul {
        display: none;
        z-index: 1000;
        position: absolute;
        border: 1px solid #e8e8e8;
        padding: 10px}

.gnb_1dli_over .gnb_2dul,
.gnb_1dli_over2 .gnb_2dul {
        display: inline-block;
        top: 0;
        left: 263px;
        width: 200px;
        background: #fff}

.gnb_1dli_over .gnb_2dul:after,
.gnb_1dli_over2 .gnb_2dul:after {
    content: "";
        position: absolute;
        top: 10px;
        left: -6px;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #fff}

.gnb_1dli_over .gnb_2dul:before,
.gnb_1dli_over2 .gnb_2dul:before {
    content: "";
        position: absolute;
        top: 9px;
        left: -7px;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #e8e8e8}

.gnb_2da {}

.gnb_1dli_over .gnb_2da {
        display: block;
        padding: 5px 10px;
        line-height: 20px;
        font-size: 1.083em}

.gnb_2da:focus,
.gnb_2da:hover {
    text-decoration: none;
        color: #3a8afd}


/* 오늘 본 상품 */

#stv {
        position: relative;
        height: 100%}

#stv .li_empty {
        text-align: center;
        line-height: 100px}

#stv_pg {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        width: 229px;
        text-align: center;
        margin: 10px 0 0;
        padding: 15px;
        line-height: 20px;
        background: #fff}

.stv_item {
        display: none;
        padding: 15px;
        word-break: break-all;
        border-bottom: 1px solid #f6f6f6}

.stv_item:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.stv_item .prd_img {
        display: inline-block;
        float: left;
        margin-right: 10px}

.stv_item .prd_cnt {
        display: inline-block;
        float: left}

.stv_item .prd_cnt
        span {
    display: block;
        max-width: 105px}

.stv_item .prd_cnt .prd_name {
        font-weight: bold;
        margin-bottom: 3px}

#stv_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 60px;
        height: 50px}

#up {
        position: absolute;
        top: 0;
        left: 0;
        background: url('img/btn_sb_prev.png') no-repeat 50% 50%;
        width: 30px;
        height: 30px;
        text-indent: -999px;
        overflow: hidden;
        border: 0}

#down {
        position: absolute;
        top: 0;
        right: 0;
        background: url('img/btn_sb_next.png') no-repeat 50% 50%;
        width: 30px;
        height: 30px;
        text-indent: -999px;
        overflow: hidden;
        border: 0}


/* 이벤트 링크 */

#sev {
        margin: 20px 0;
        text-align: center}

#sev
        header {
    margin: 0 0 20px}

#sev
        header:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sev
        h2 {
    float: left;
        font-size: 1.5em;
        margin: 0 0 10px 0;
        display: inline-block;
        line-height: 1em}

#sev
        h2:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sev
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sev>
        ul {
    margin: 0 -10px}

#sev .ev_li {
        float: left;
        padding: 0 10px;
        width: 33.333%}

#sev .ev_li:
        first-child {
    margin-left: 0}

#sev .ev_li .sev_img
        img {
    width: 100%;
        height: auto}

#sev .ev_prd {
        border: 1px solid #ddd;
        text-align: center;
        background: #fff}

#sev .ev_prd
        li {
    position: relative;
        display: block;
        padding: 15px;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px solid #f6f6f6}

#sev .ev_prd
        li:last-child {
    border-bottom: 0}

#sev .ev_prd
        li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sev .ev_prd .ev_prd_tit {
        display: block;
        color: #000;
        font-size: 1.1em;
        margin-bottom: 5px}

#sev .ev_prd .ev_prd_img {
        float: left;
        display: inline-block}

#sev .ev_prd .ev_txt_wr {
        float: left;
        max-width: 139px;
        margin-left: 10px}

#sev .ev_prd .ev_prd_price {
        font-weight: bold;
        display: block;
        margin: 5px 0 10px;
        font-size: 1.25em;
        font-weight: bold}

#sev .ev_prd .sev_more {
        color: #3a8afd;
        background: #fff;
        display: block;
        text-align: center}


/* 커뮤니티 링크 */

#scomm {
        padding: 20px}

#scomm
        h2 {
    margin: 0 0 5px}

#scomm
        li {
    display: block;
        margin: 3px}

#scomm
        li a {
    line-height: 25px;
        color: #555}

#scomm
        li a:hover {
    color: #be334a}


/* 메인배너 */

#main_bn {
        border: 1px solid #e3e5e8;
        position: relative;
        margin: 19px 0 30px}

#main_bn:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#main_bn .slide-wrap {
        padding: 0;
        margin: 0}

#main_bn .slide-wrap
        img {
    max-width: 100%;
        height: auto}

#main_bn .main_image_area {
        position: relative}

#main_bn .owl_pager {
        position: relative;
        width: 100%;
        background: #fff;
        border-top: 1px solid #e3e5e8}

#main_bn .owl_pager
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#main_bn .owl_pager
        li {
    float: left;
        position: relative;
        width: 20%;
        border-left: 1px solid #e3e5e8;
        text-align: center;
        line-height: 45px;
        height: 45px;
        font-size: 1.2em}

#main_bn .owl_pager
        li:first-child,
#main_bn .owl_pager li:nth-child(5n+1) {
    border-left: 0}

#main_bn .owl_pager
        li a {
    display: block}

#main_bn .owl_pager
        li a:after {
    content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #e3e5e8}

#main_bn .owl_pager
        li.active a {
    color: #3a8afd}

#main_bn .owl_pager
        li.active a:after {
    background: #3a8afd;
        top: -1px}

.btn_wr {
        background: rgba(0, 0, 0, 0.5);
        display: inline-block;
        position: absolute;
        right: 20px;
        bottom: 65px;
        border-radius: 30px;
        padding: 3px 5px}

#main_bn .btn_wr {
        z-index: 2}

.btn_wr .pager-prev {
        margin-left: 5px;
        font-weight: bold}

.btn_wr .pager-next {
        margin-right: 5px;
        font-weight: bold}

.btn_wr .pager-prev,
.btn_wr .pager-next,
#slide-counter {
        float: left;
        display: inline-block;
        padding: 5px;
        color: #fff}

#slide-counter {
        margin: 0 5px}


/*서브배너*/

#sbn_side {
        position: relative;
        width: 100%;
        margin: 20px 0;
}

.sb_bn {}

.sb_bn
        img {
    width: 100%;
        height: auto}

#sbn_side
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

#sbn_side .bx-controls {
        position: absolute;
        bottom: 10px;
        left: 15px}

#sbn_side .bx-pager-item {
        display: inline-block}

#sbn_side .bx-pager-item
        a {
    float: left;
        width: 8px;
        height: 8px;
        margin-right: 5px;
        border-radius: 50%;
        background: #fff;
        text-indent: -9999px;
        opacity: 0.5}

#sbn_side .bx-pager-item
        a.active {
    opacity: 1}

#sbn_side .bx-controls-direction {
        display: none}


/*장바구니*/

#sbsk {
        position: relative}

#sbsk
        li {
    position: relative;
        border-bottom: 1px solid #f6f6f6;
        padding: 15px}

#sbsk
        li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sbsk .go_cart {
        position: absolute;
        top: 11px;
        right: 15px;
        display: inline-block;
        height: 28px;
        line-height: 22px;
        border: 1px solid #d5d9dd;
        color: #3a8afd;
        border-radius: 2px;
        background: #fff;
        padding: 2px 5px}

#sbsk .btn_buy {
        padding: 15px;
        font-weight: bold;
        text-align: center}

#sbsk .btn_buy .btn_submit {
        width: 100%;
        height: 40px}

#sbsk .li_empty {
        text-align: center;
        line-height: 100px}

#sbsk .prd_img {
        display: inline-block;
        float: left;
        margin-right: 10px}

#sbsk .prd_cnt {
        display: inline-block;
        float: left}

#sbsk .prd_cnt
        a,
#sbsk .prd_cnt span {
    display: block;
        max-width: 105px}

#sbsk .prd_cnt .prd_name {
        font-weight: bold;
        margin-bottom: 3px}

#sbsk .cart_del {
        border: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #c5c8ca;
        background: #fff;
        font-size: 1.25em}


/*위시리스트*/

#wish {}

#wish
        li {
    position: relative;
        border-bottom: 1px solid #f6f6f6;
        padding: 15px}

#wish
        li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#wish .li_empty {
        text-align: center;
        line-height: 100px}

#wish .prd_img {
        display: inline-block;
        float: left;
        margin-right: 10px}

#wish .prd_cnt {
        display: inline-block;
        float: left}

#wish .prd_cnt
        a {
    display: block;
        max-width: 105px}

#wish .prd_cnt .prd_name {
        font-weight: bold;
        margin-bottom: 3px}


/* ##### main(nn).skin.php, list.(nn).skin.php 공통 적용 시작 ##### */


/* 공통 */

.sct_wrap {
        position: relative;
        margin: 0 0 20px}

.sct_wrap .sctrl {
        position: absolute;
        top: 0;
        right: 0}


/* 애니메이션 효과 사용 시 재생 정지 버튼 등 */

.sct_wrap:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_wrap
        header {
    padding: 10px 0 20px}

.sct_wrap
        header:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_wrap
        h2 {
    float: left;
        font-size: 1.5em;
        margin: 0 0 10px 0;
        display: inline-block;
        line-height: 1em}

.sct_wrap
        h2:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_wrap
        h2 a {
    text-decoration: none}

#sct {
        clear: both}

.sct {
        clear: both;
        margin: 0;
        padding: 0;
        list-style: none}

.sct:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_li {
        position: relative}

.sct_noitem {
        padding: 100px 0;
        text-align: center}

.sct
        img {
    position: relative}


/* 리스트뷰 갤러리뷰 변경 시 ie6,7 에서 이미지 사라지는 문제 해결하기 위해 */

.shop_icon {
        display: inline-block;
        color: #fff;
        line-height: 20px;
        padding: 0 5px;
        font-size: 0.92em;
        margin: 1px;
        border-radius: 2px}

.shop_icon_soldout {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        line-height: 215px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px}

.shop_icon_soldout.h160 {
        line-height: 160px}


/* 재생/정지/이전/다음 버튼 */

.sctrl {
        margin: 0;
        padding: 0;
        list-style: none}

.sctrl:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sctrl
        li {
    position: relative;
        float: left}

.sctrl
        button {
    position: relative;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        border: 0;
        cursor: pointer;
        overflow: hidden}

.sctrl
        button span {
    position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 0;
        background: url('img/is_button.gif') no-repeat}

.sctrl
        button.sctrl_play span {
    background-position: -60px 0}

.sctrl
        button.sctrl_play span.sctrl_on {
    background-position: -60px -30px}

.sctrl
        button.sctrl_stop span {
    background-position: -90px 0}

.sctrl
        button.sctrl_stop span.sctrl_on {
    background-position: -90px -30px}

.sctrl
        button.sctrl_prev span {
    background-position: -120px 0}

.sctrl
        button.sctrl_prev span.sctrl_on {
    background-position: -120px -30px}

.sctrl
        button.sctrl_next span {
    background-position: -150px 0}

.sctrl
        button.sctrl_next span.sctrl_on {
    background-position: -150px -30px}


/* 메인리스트 별점 공통 */

.sct_li .sct_star
        img,
.sct_li img.sit_star {
    width: 72px !important;
        height: auto}


/* 상품 목록 스킨 10 */

.sct_10 {
        margin: 25px 0}

.sct_10.lists-row {
        margin-right: -10px;
        margin-left: -10px}

.sct_10 .sct_li {
        position: relative;
        float: left;
        margin-bottom: 40px;
        text-align: left}

.sct_10 .sct_last {
        margin-right: 0}

.sct_10 .sct_clear {
        clear: both}

.sct_10 .sct_a {
        text-decoration: none}

.sct_10 .sct_a:focus,
.sct_10 .sct_a:hover {
    text-decoration: none}

.sct_10 .sct_img {
        position: relative;
        text-align: center}

.sct_10 .sct_img
        a {
    display: block}

.sct_10 .sct_cart {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        border: 0;
        width: 100%;
        padding: 15px 0;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 1em;
        font-weight: bold}

.sct_10 .sct_img:hover .sct_cart {
    display: block}

.sct_10 .sct_cart
        i {
    display: inline-block;
        margin-right: 5px;
        font-size: 1.2em}

.sct_10 .sct_disc {
        position: absolute;
        right: 15px;
        bottom: 15px;
        background: red;
        color: #fff;
        padding: 0 8px;
        line-height: 24px;
        font-weight: bold;
        font-size: 1.2em;
        background: #000;
        background: rgba(0, 0, 0, 0.5)}

.sct_10 .sct_ct_wrap {
        position: relative}

.sct_10 .sct_ct_wrap:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_10 .sct_star {
        margin: 10px 0 5px}

.sct_10 .sct_txt {
        border-bottom: 1px solid #d9dde2;
        font-size: 1.1em;
        margin: 10px 0;
        padding-bottom: 10px}

.sct_10 .sct_basic {
        margin-bottom: 5px;
        color: #6e7f88}

.sct_10 .sct_bottom {
        position: relative;
        min-height: 20px}

.sct_10 .sct_cost {
        margin: 5px 0 10px;
        font-size: 1.25em;
        font-weight: bold}

.sct_10 .sct_dict {
        display: block;
        text-decoration: line-through;
        font-weight: normal;
        font-size: 0.85em;
        color: #858a8d}

.sct_10 .sct_sns_wrap {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999}

.sct_10 .sct_sns {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        text-align: center;
        width: 245px;
        max-height: 300px;
        margin-left: -125px;
        margin-top: -180px;
        overflow-y: auto;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        border: 1px solid #dde7e9;
        background: #fff;
        border-radius: 3px}

.sct_10 .sct_sns
        h3 {
    padding: 15px;
        border-bottom: 1px solid #e8e8e8;
        text-align: left}

.sct_10 .sct_sns
        a {
    display: inline-block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        line-height: 25px;
        text-align: center;
        padding: 10px 0;
        margin: 20px 5px}

.sct_10 .sct_sns .share-facebook {
        background: #415b92}

.sct_10 .sct_sns .share-twitter {
        background: #35b3dc}

.sct_10 .sct_sns
        img {
    width: 24px}

.sct_10 .sct_sns_bg {
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%}

.sct_10 .sct_sns_cls {
        position: absolute;
        right: 0;
        top: 0;
        color: #b5b8bb;
        border: 0;
        padding: 12px 15px;
        font-size: 16px;
        background: #fff}

.sct_10 .sct_op_btn {
        position: absolute;
        right: 5px;
        bottom: 0}

.sct_10 .sct_op_btn>
        button {
    border: 0;
        width: 25px;
        height: 20px;
        font-size: 1.25em;
        text-align: center;
        color: #949494;
        background: transparent}


/* 상품 목록 스킨 20 */

.sct_20 .sct_li {
        position: relative;
        float: left;
        margin: 0 25px 15px 0}

.sct_20 .sct_last {
        margin: 0 0 15px !important}

.sct_20 .sct_clear {
        clear: both}

.sct_20 .sct_a {
        display: block;
        position: relative;
        text-decoration: none}

.sct_20 .sct_a:focus,
.sct_20 .sct_a:hover {
    text-decoration: none}

.sct_20 .sct_img {}

.sct_20 .sct_icon {
        position: absolute;
        top: 10px;
        left: -5px;
        margin: 0 !important}

.sct_20 .sct_icon
        img {
    display: block;
        margin: 0 0 3px}

.sct_20 .sct_id {
        display: block;
        padding: 5px 10px 0;
        background: #f2f5f9}

.sct_20 .sct_txt {
        padding: 10px;
        background: #f2f5f9}

.sct_20 .sct_basic {
        padding: 0 10px 5px;
        background: #f2f5f9;
        line-height: 1.5em}

.sct_20 .sct_cost {
        display: block;
        padding: 0 10px 10px;
        background: #f2f5f9;
        font-weight: bold}

.sct_20 .sct_dict {
        text-decoration: line-through;
        display: block;
        margin: 0 0 5px;
        color: #999;
        font-weight: normal}

.sct_20 .sct_sns {
        position: absolute;
        bottom: 10px;
        right: 10px}


/* 상품 목록 스킨 30 */

.sct_30 .sct_li {
        position: relative;
        float: left;
        margin: 0 16px 15px 0;
        border: 1px solid #e9e9e9;
        background: #f5f6fa}

.sct_30 .sct_last {
        margin: 0 0 15px !important}

.sct_30 .sct_clear {
        clear: both}

.sct_30 .sct_arw_toleft {
        display: block;
        z-index: 2;
        position: absolute;
        top: 20px;
        left: 221px;
        width: 10px;
        height: 19px;
        background: url('img/icon_arw_toleft.gif') no-repeat}

.sct_30 .sct_a {
        text-decoration: none}

.sct_30 .sct_img {
        position: absolute;
        top: 0;
        left: 0}

.sct_30 .sct_icon {
        position: absolute;
        bottom: 25px;
        left: -5px;
        margin: 0 !important}

.sct_30 .sct_icon
        img {
    display: block;
        margin: 0 0 3px}

.sct_30 .sct_txt {
        display: inline-block;
        margin: 0 0 20px}

.sct_30 .sct_basic {
        margin: 0 0 15px;
        padding: 0;
        line-height: 1.5em}

.sct_30 .sct_cost {
        display: block;
        margin: 0 0 10px;
        font-weight: bold}

.sct_30 .sct_dict {
        text-decoration: line-through;
        display: block;
        margin: 0 0 5px;
        color: #999;
        font-weight: normal}

.sct_30 .sct_sns {
        position: absolute;
        bottom: 20px;
        right: 10px}


/* 상품 목록 스킨 40 */

.sct_40 {
        margin: 20px 0}

.sct_40 .sct_clear {
        border-top: 1px solid #dadada}

.sct_40 .sct_li {
        position: relative;
        padding: 15px 0;
        border-bottom: 1px solid #dadada}

.sct_40 .sct_li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_40 .sct_a {
        text-decoration: none}

.sct_40 .sct_a:focus,
.sct_40 .sct_a:hover {
    text-decoration: none}

.sct_40 .sct_img {
        text-align: center;
        float: left;
        margin-right: 20px}

.sct_40 .sct_img
        a {
    display: block;
        position: relative;
        z-index: 9999;
}

.sct_40 .sct_cart {
        position: absolute;
        right: 0;
        bottom: 0;
        border: 0;
        width: 150px;
        padding: 15px 0;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 1em;
        font-weight: bold;
        z-index: 99999}

.sct_40 .list-10-btn .sct_cart {
        z-index: 1;
        top: 40px;
        right: 10px;
        bottom: initial;
        padding: 8px 0;
        width: 140px;
        border: 1px solid #1c70e9;
        background: #3a8afd;
        color: #fff;
        cursor: pointer;
        border-radius: 3px}

.sct_40 .list-10-btn .sct_cart:hover {
    background: #2375eb}

.sct_40 .list-10-btn .sct_cart
        i {
    display: none}

.sct_40 .sct_img:hover .sct_cart {
    display: block}

.sct_40 .sct_cart
        i {
    display: inline-block;
        margin-right: 5px;
        font-size: 1.2em}

.sct_40 .sct_disc {
        position: absolute;
        right: 15px;
        bottom: 15px;
        background: red;
        color: #fff;
        padding: 0 8px;
        line-height: 24px;
        font-weight: bold;
        font-size: 1.2em;
        background: #000;
        background: rgba(0, 0, 0, 0.5)}

.sct_40 .sit_icon_li {
        margin-top: 10px}

.sct_40 .sct_ct_wrap {
        position: relative}

.sct_40 .sct_ct_wrap:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_40 .sct_star {
        margin: 10px 0 5px}

.sct_40 .sct_txt {
        font-size: 1.1em;
        margin: 10px 0;
        padding-bottom: 10px}

.sct_40 .sct_txt
        a {
    font-weight: 600;
        font-size: 1.2em}

.sct_40 .sct_basic {
        margin-bottom: 5px;
        color: #6e7f88}

.sct_40 .sct_cost {
        position: absolute;
        right: 200px;
        top: 15px;
        font-size: 1.35em;
        font-weight: bold}

.sct_40 .sct_dict {
        text-decoration: line-through;
        font-weight: normal;
        display: block;
        font-size: 0.85em;
        color: #858a8d}

.sct_40 .sct_sns_wrap {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999}

.sct_40 .sct_sns {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        text-align: center;
        width: 245px;
        max-height: 300px;
        margin-left: -125px;
        margin-top: -180px;
        overflow-y: auto;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        border: 1px solid #dde7e9;
        background: #fff;
        border-radius: 3px}

.sct_40 .sct_sns
        h3 {
    padding: 15px;
        border-bottom: 1px solid #e8e8e8;
        text-align: left}

.sct_40 .sct_sns
        a {
    display: inline-block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        line-height: 25px;
        text-align: center;
        padding: 10px 0;
        margin: 20px 5px}

.sct_40 .sct_sns .share-facebook {
        background: #415b92}

.sct_40 .sct_sns .share-twitter {
        background: #35b3dc}

.sct_40 .sct_sns
        img {
    width: 24px}

.sct_40 .sct_sns_bg {
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%}

.sct_40 .sct_sns_cls {
        position: absolute;
        right: 0;
        top: 0;
        color: #b5b8bb;
        border: 0;
        padding: 12px 15px;
        font-size: 16px;
        background: #fff}

.sct_40 .sct_op_btn {
        position: absolute;
        right: 20px;
        bottom: 20px}

.sct_40 .sct_op_btn>
        button {
    border: 0;
        width: 25px;
        height: 20px;
        font-size: 1.25em;
        text-align: center;
        color: #949494;
        background: transparent}


/* 베스트상품 스킨 10 */

#best_item {
        margin: 20px 0;
        overflow: hidden;
        position: relative}

#best_item
        h2 {
    position: absolute;
        font-size: 0;
        text-indent: -9999em;
        line-height: 0;
        overflow: hidden}

#best_item #sbest_list {
        width: 100%;
        overflow: hidden}

#best_item .slide-wrap {
        margin: 0px;
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
        float: left}

#best_item .slide-wrap:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#best_item .sct_best {
        width: 100%;
        position: relative;
        padding: 0;
        float: left;
}

#best_item .sct_best .owl-loading,
#best_item .sct_best .owl-loaded {
        display: none;
}

#best_item .best_on {}

.sct_best .sct_li {
        position: relative;
        float: left;
        width: 25% !important;
}

.sct_best .sct_last {
        margin: 0 0 15px !important}

.sct_best .sct_clear {
        clear: both;
        margin-left: 0}

.sct_best .sct_a {
        display: block;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap}

.sct_best .sct_txt .sct_a {
        margin: 20px 0 5px;
        line-height: 24px;
}

.sct_best .sct_a
        img {
    width: 100%;
        height: auto}

.sct_best .sct_id {
        display: block;
        margin: 0 0 5px}

.sct_best .sct_basic {
        margin: 0 0 10px}

.sct_best .sct_cost {
        display: block;
        margin: 10px 0 20px;
        font-size: 18px;
        color: #111;
}

.sct_best .sct_cost
        em {
    font-weight: bold;
        font-size: 1.2em;
}

.sct_best .sct_icon {
        margin: 0 0 10px}

.sct_best .sct_sns {
        margin: 15px 0 0}

.sct_best .sct_img {
        position: relative;
        margin: 10px;
        border: solid 1px #555;
}

.sct_best .sct_img
        a {
    position: relative;
        /* border: solid 2px #333; */
        overflow: hidden;
}

.sct_best .best_icon {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 30px;
        height: 30px;
        padding: 0 5px;
        border: 0;
        background: #111;
        color: #fff;
        font-size: 0.85em;
        text-align: center;
}

.bst_silde_btn {
        text-align: center;
        clear: both;
        margin: 10px 0}

.bst_silde_btn
        button {
    border: 0;
        display: inline-block;
        width: 30px;
        height: 3px;
        background: #afafaf;
        text-indent: -999px;
        overflow: hidden;
        margin: 3px}

.bst_silde_btn
        button.bst_sl {
    background: #111;
}


/* 개인결제 목록 */

.sct_pv .sct_li {
        position: relative;
        float: left;
        margin: 0 18px 15px 0}

.sct_pv .sct_last {
        margin: 0 0 15px !important}

.sct_pv .sct_clear {
        clear: both}

.sct_pv .sct_a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-size: 1.1em}

.sct_pv .sct_a:focus,
.sct_pv .sct_a:hover {
    text-decoration: none}

.sct_pv .sct_img {
        margin: 0 0 10px}

.sct_pv .sct_txt {
        margin: 0 0 5px}

.sct_pv .sct_icon {
        margin: 0 0 10px}

.sct_pv .sct_id {
        display: block;
        margin: 0 0 5px}

.sct_pv .sct_basic {
        margin: 0 0 10px}

.sct_pv .sct_cost {
        display: block;
        margin: 5px 0 10px;
        font-size: 1.25em;
        font-weight: bold}

.sct_pv .sct_dict {
        text-decoration: line-through;
        display: block;
        margin: 0 0 5px;
        color: #999;
        font-weight: normal}

.sct_pv .sct_sns {}


/* 메인 상품 목록 스킨 10 */

.smt_10 {
        margin: 0;
        width: 100%;
        overflow: hidden;
}

.smt_10 .sct_li {
        position: relative;
        float: left;
        width: 24%;
        text-align: left;
        padding: 20px;
        border: solid 1px #ccc;
        margin-right: 15px;
        margin-bottom: 15px;
        height: 460px;
}

.smt_10 .sct_last {
        margin-right: 0}

.smt_10 .sct_clear {
        clear: both}

.smt_10 .sct_a {
        text-decoration: none}

.smt_10 .sct_a:focus,
.smt_10 .sct_a:hover {
    text-decoration: none}

.smt_10 .sct_ct_wrap {
        position: relative}

.smt_10 .sct_ct_wrap:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.smt_10 .sct_img {
        position: relative;
        text-align: center}

.smt_10 .sct_img
        a {
    display: block}

.smt_10 .sct_cart {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        border: 0;
        width: 100%;
        padding: 15px 0;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 1em;
        font-weight: bold}

.smt_10 .sct_img:hover .sct_cart {
    display: block}

.smt_10 .sct_li.overlay .sct_cart {
        display: none !important}

.smt_10 .sct_cart
        i {
    display: inline-block;
        margin-right: 5px;
        font-size: 1.2em}

.smt_10 .sct_disc {
        position: absolute;
        right: 15px;
        bottom: 15px;
        background: red;
        color: #fff;
        padding: 0 8px;
        line-height: 24px;
        font-weight: bold;
        font-size: 1.2em;
        background: #000;
        background: rgba(0, 0, 0, 0.5)}

.smt_10 .sct_star {
        margin: 10px 0 5px}

.smt_10 .sct_txt {
        font-size: 1.1em;
        margin: 10px 0;
        padding-bottom: 10px}

.smt_10 .sct_basic {
        margin-bottom: 5px;
        color: #6e7f88}

.smt_10 .sct_cost {
        margin: 5px 0 10px;
        font-size: 1.25em;
        font-weight: bold}

.smt_10 .sct_dict {
        text-decoration: line-through;
        font-weight: normal;
        display: inline-block;
        font-size: 0.85em;
        color: #858a8d}

.smt_10 .sct_sns_wrap {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999}

.smt_10 .sct_sns {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        text-align: center;
        width: 245px;
        max-height: 300px;
        margin-left: -125px;
        margin-top: -180px;
        overflow-y: auto;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
        border: 1px solid #dde7e9;
        background: #fff;
        border-radius: 3px}

.smt_10 .sct_sns
        h3 {
    padding: 15px;
        border-bottom: 1px solid #e8e8e8;
        text-align: left}

.smt_10 .sct_sns
        a {
    display: inline-block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        line-height: 25px;
        text-align: center;
        padding: 10px 0;
        margin: 20px 5px}

.smt_10 .sct_sns .share-facebook {
        background: #415b92}

.smt_10 .sct_sns .share-twitter {
        background: #35b3dc}

.smt_10 .sct_sns
        img {
    width: 24px}

.smt_10 .sct_sns_bg {
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%}

.smt_10 .sct_sns_cls {
        position: absolute;
        right: 0;
        top: 0;
        color: #b5b8bb;
        border: 0;
        padding: 12px 15px;
        font-size: 16px;
        background: #fff}

.smt_10 .sct_op_btn {
        position: absolute;
        right: 5px;
        bottom: 0}

.smt_10 .sct_op_btn>
        button {
    border: 0;
        width: 25px;
        height: 20px;
        font-size: 1.25em;
        text-align: center;
        color: #949494;
        background: transparent}

.sct_cartop_wr {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        padding: 10px;
        text-align: left;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0.98}

.sct_cartop_wr .it_option {
        width: 100%;
        height: 35px;
        margin-bottom: 5px;
}

.sct_cartop_wr .cartopt_cart_btn {
        width: 100%;
        border: 1px solid #1c70e9;
        padding: 8px 5px;
        margin-bottom: 5px;
        background: #3a8afd;
        color: #fff;
        border-radius: 3px}

.sct_cartop_wr .cartopt_close_btn {
        width: 100%;
        border: 1px solid #1c70e9;
        padding: 8px 5px;
        background: #fff;
        color: #1c70e9;
        border-radius: 3px}


/* 메인 상품 목록 스킨 20 */

.smt_20 {
        position: relative;
        overflow-y: hidden;
        margin: 0 -5px}

.smt_20 .sct_ul {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        list-style: none}

.smt_20 .sct_ul_first {
        display: block;
        top: 0}

.smt_20 .sct_li {
        position: relative;
        float: left;
        width: 24%;
        margin-right: 15px;
        margin-bottom: 15px;
        text-align: left;
        border: solid 1px #ccc;
        padding: 20px;
        height: 460px;
}

.smt_20 .sct_last {
        margin: 0 0 15px !important}

.smt_20 .sct_clear {
        clear: both}

.smt_20 .sct_a {
        display: inline-block;
        position: relative;
        text-decoration: none}

.smt_20 .sct_a:focus,
.smt_20 .sct_a:hover {
    text-decoration: none}

.smt_20 .sct_img {
        position: relative;
        text-align: center}

.smt_20 .sct_img
        a {
    display: block}

.smt_20 .sct_cart {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        border: 0;
        width: 100%;
        padding: 15px 0;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 1em;
        font-weight: bold}

.smt_20 .sct_img:hover .sct_cart {
    display: block}

.smt_20 .sct_txt {
        border-bottom: 1px solid #d9dde2;
        font-size: 1.1em;
        margin: 10px 0;
        padding-bottom: 10px}

.smt_20 .sct_basic {
        margin-bottom: 5px;
        color: #6e7f88}

.smt_20 .sct_cost {
        margin: 5px 0 10px;
        font-size: 1.25em;
        font-weight: bold}

.smt_20 .sct_dict {
        text-decoration: line-through;
        display: block;
        font-size: 0.85em;
        color: #858a8d}

.smt_20 .sct_sns {
        margin-bottom: 10px}

.smt_20 .sct_sns
        a {
    display: inline-block;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-right: 5px;
        text-align: center}

.smt_20 .sct_sns .share-facebook {
        background: #415b92}

.smt_20 .sct_sns .share-twitter {
        background: #35b3dc}

.smt_20 .sct_sns
        img {
    width: 20px}

.smt_20 .sct_icon {
        margin: 0 0 10px}

.smt_20 .sct_id {
        display: block;
        margin: 0 0 5px}


/* 메인 상품 목록 스킨 30 */

.smt_30 {
        position: relative}

.smt_30
        li {
    position: relative;
        min-height: 50px;
        padding: 10px 15px;
        background: #fff}

.smt_30
        li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.smt_30 .sct_clear {
        clear: both}

.smt_30 .sct_img {
        float: left;
        width: 80px;
        margin-right: 10px}

.smt_30 .sct_img
        img {
    width: 100%;
        height: auto}

.smt_30 .sct_cnt {
        display: inline-block;
        float: left;
        max-width: 143px;
        line-height: 20px}

.smt_30 .sct_txt
        a {
    display: block;
        font-size: 1em;
        color: #000;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        list-style: none}

.smt_30 .sct_cost {
        font-weight: bold;
        font-size: 1.2em}


/* 메인 상품 목록 스킨 40 */

.smt_40 {
        background: #fff;
        padding: 20px;
        border: 1px solid #e3e5e8}

.smt_40 .sct_li {
        position: relative;
        float: left;
        width: 20%;
        margin: 0 8px}

.smt_40 .sct_last {}

.smt_40 .sct_clear {
        clear: both}

.smt_40 .sct_img {
        position: relative;
        text-align: center}

.smt_40 .sct_star {
        margin: 10px 0 5px}

.smt_40 .sct_txt {
        display: block;
        margin: 5px 0;
        font-size: 1.1em}

.smt_40 .sct_cost {
        margin: 5px 0;
        font-size: 1.25em;
        font-weight: bold}


/* 관련상품 목록 스킨 10 */

#sit_rel {
        position: relative;
        border: 1px solid #e8e8e8;
        padding: 35px;
        margin-top: 20px;
        background: #fff}

#sit_rel:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_rel
        h2 {
    font-size: 1.6em;
        margin: 0 0 30px;
        text-align: center}

#sit_rel .bx-wrapper {
        margin: 0 auto}

#sit_rel .bx-controls-direction {
        position: absolute;
        top: 25px;
        right: 35px}

#sit_rel .bx-prev {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #dee3eb;
        border-right: 0;
        text-indent: -999px;
        overflow: hidden;
        background: url('img/select_arrow_left.png') no-repeat 50% 50%}

#sit_rel .bx-next {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #dee3eb;
        text-indent: -999px;
        overflow: hidden;
        background: url('img/select_arrow_right.png') no-repeat 50% 50%}

.scr_10
        li img {
    width: 100%;
        height: auto}

.scr_10 .sct_txt {
        display: block;
        margin: 5px 0;
        font-size: 1.1em}

.scr_10 .sct_cost {
        margin: 5px 0;
        font-size: 1.25em;
        font-weight: bold}


/* ##### main(nn).skin.php, list.(nn).skin..php 공통 적용 끝 ##### */


/* 상품 목록 */

#sct {
        margin: 0}

.sct_admin {
        text-align: right}

.sct_admin
        a {}


/* 상품 목록 현재 위치 */

#sct_location {
        display: inline-block;
        float: right;
        padding: 12px 0;
        position: absolute;
        right: 0;
        top: 12px}

#sct_location .go_home {
        display: inline-block;
        font-size: 1.4em;
        color: #a2a2a2;
        line-height: 50px;
        text-decoration: none;
        vertical-align: top;
        padding: 0 0 0 12px;
}

#sct_location
        i.dividing-line {
    vertical-align: top;
        font-size: 1.2em;
        color: #a2a2a2;
        display: inline-block;
        margin: 0 10px;
        line-height: 50px;
}

#sct_location
        select {
    float: left;
        border: 1px solid #d3d3d3;
        height: 26px;
        padding: 0 5px;
        margin: 0 12px}

#sct_location.is_right
        select {
    float: right}

#sct_location.view_location {
        display: block;
        float: none!important;
        position: relative;
        top: 0;
        left: 0}

#sct_location.view_location:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.view_location .go_home {
        float: left}

.view_location
        i.dividing-line {
    float: left}

.view_location .shop_select_to_html.shop_hover_selectbox {
        float: left}

.shop_select_to_html {
        position: relative;
        display: inline-block;
        line-height: 50px;
}

.shop_select_to_html
        span {
    padding: 10px 20px 15px}

.shop_select_to_html .menulist {
        position: absolute;
        top: 20px;
        display: none;
        opacity: 0;
        transition: all .2s ease-in-out}

.view_location .shop_select_to_html .menulist {
        left: 0}

.is_right .shop_select_to_html .menulist {
        right: 0}

.shop_select_to_html:hover .category_title,
.shop_select_to_html:hover .category_title i {
    color: #69aa6f}

.shop_select_to_html:hover .menulist {
    display: block;
        opacity: 1;
        transition: all .2s ease-in-out}

.shop_select_to_html .menulist {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        overflow: hidden;
        padding: 6px 0;
        -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
        transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
        z-index: 9;
        white-space: nowrap;
        width: auto}

.shop_select_to_html .menulist
        ul.wide {
    display: inline-block!important;
        width: 146px;
        vertical-align: top;
        min-height: 360px}

.shop_select_to_html .menulist
        ul.left-border {
    border-left: 1px dashed #e6e9ed}

.shop_select_to_html .option {
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        text-align: left;
        -webkit-transition: all .2s;
        transition: all .2s}

.shop_select_to_html .option:hover,
.shop_select_to_html .option.focus,
.shop_select_to_html .option.selected.focus {
    background-color: #f6f7f9}

.shop_select_to_html .option.selected,
.shop_select_to_html .option.selected
        a {
    font-weight: 700;
        color: #69aa6f}

.shop_select_to_html .option.disabled {
        background-color: transparent;
        color: #90a1b5;
        cursor: default}

.shop_select_to_html .option
        a {
    display: block;
        padding-left: 28px;
        padding-right: 49px}

.shop_select_to_html .category_title {
        color: #4F4F4F;
        font-size: 1.1em}

.shop_select_to_html .category_title
        i {
    margin-left: 5px;
        color: #a2a2a2}

.sct_here {
        font-weight: bold}

.sct_bg {
        padding-right: 15px !important;
        background: url('img/sct_bg_toright.gif') right 50% no-repeat}


/* 상품 목록 카테고리 목록 */

.sct_ct {
        clear: both;
        margin: 10px 0 20px;
        background: #fff;
        border: 1px solid #d3d3d3;
        border-top: 2px solid #000;
        padding: 10px}

.sct_ct
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

.sct_ct
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sct_ct
        a {
    text-decoration: none}

.sct_ct_parent {
        font-weight: bold}

.sct_ct_here {
        color: #ff3600 !important}

#sct_ct_1
        li {
    float: left;
        width: 20%;
        border-right: 1px solid #f6f6f6}

#sct_ct_1
        li:nth-child(5n) {
    border-right: 0}

#sct_ct_1
        li a {
    display: block;
        padding: 0 10px;
        line-height: 40px;
        font-weight: bold}

#sct_ct_1
        li a:hover {
    color: #3a8afd}

#sct_ct_2
        li {
    margin: 0 0 10px}

#sct_ct_2
        a {
    display: inline-block;
        width: 120px}

#sct_ct_3
        li {
    float: left;
        margin: 0 10px 10px 0;
        width: 120px}


/* 상품 정렬 리스트 스타일 선택 공통 */

#sct_sortlst {
        clear: both;
        background: #fff;
        border: 1px solid #e3e5e8}

#sct_sortlst:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}


/* 상품 정렬 */

#sct_sort {
        float: left;
        width: 80%}

#sct_sort:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sct_sort
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

#sct_sort
        ul {
    margin: 0;
        padding: 0 0 0 1px;
        list-style: none}

#sct_sort
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sct_sort
        li {
    float: left;
        position: relative;
        margin-left: -1px;
        height: 45px;
        padding: 15px 0;
        line-height: 15px}

#sct_sort
        li a {
    border-left: 1px solid #ddd;
        display: block;
        padding: 0 10px}

#sct_sort
        li a:hover {
    color: #be334a}

#sct_sort
        li:first-child a {
    border: 0}


/* 상품 리스트 스타일 선택 */

#sct_lst {
        float: right;
        margin: 0 0;
        padding: 0;
        list-style: none}

#sct_lst:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sct_lst
        li {
    position: relative;
        float: left}

#sct_lst
        button {
    position: relative;
        margin: 0;
        padding: 0;
        width: 45px;
        height: 45px;
        border: 0;
        cursor: pointer;
        background: #fff;
        color: #adadad;
        font-size: 15px}

#sct_lst
        button:hover {
    color: #000}

#sct_lst
        button.sct_lst_list {}

#sct_lst
        button .icon {
    display: block}


/* 상품 상세보기 */

#sit {
        margin: 0 0 10px}

.sit_admin {
        position: absolute;
        right: 0;
        top: 2px;
        text-align: right}

.sit_admin
        a {
    line-height: 35px;
        padding: 0 10px}

.sit_empty {
        padding: 60px 0;
        text-align: center}

.is_search #wrapper_title,
.is_item #wrapper_title {
        display: none}


/* 상품 상세보기 - 개요 */

#sit_ov_from {
        background: #fff;
        border-bottom: 0;
        clear: both}

#sit_ov_wrap {
        width: 1200px;
        margin: 0 auto;
        padding: 45px;
        border-top: 1px solid #e3e3e3}

#sit_ov_wrap:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}


/* 상품 상세보기 - 이미지 미리보기 */

#sit_pvi {
        float: left;
        position: relative}

#sit_pvi_big {
        float: right;
        text-align: center}

#sit_pvi_big
        a {
    display: none}

#sit_pvi_big
        a.visible {
    display: block}

#sit_pvi_big #popup_item_image {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 43px;
        height: 43px;
        line-height: 43px;
        background: #fff;
        color: #8c9195;
        border: 1px solid #e0e0e0;
        font-size: 1.4em}

#sit_pvi_big
        img {
    width: 500px;
        height: auto}

#sit_pvi_thumb {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center}

#sit_pvi_thumb:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_pvi_thumb
        li {
    margin: 0 15px 15px 0}

#sit_pvi_thumb
        img {
    border: 1px solid #dbdbdb}

#sit_pvi_thumb
        img:hover {
    border: 1px solid #010101}

#sit_pvi_nwbig {
        padding: 10px 0;
        text-align: center}

#sit_pvi_nwbig
        span {
    display: none}

#sit_pvi_nwbig
        span.visible {
    display: inline}

#sit_pvi_nw
        ul {
    margin: 0 0 20px;
        text-align: center;
        padding: 0 10px;
        list-style: none}

#sit_pvi_nw
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_pvi_nw
        li {
    display: inline-block;
        margin: 0 0 1px 1px}

#sit_pvi_nw
        li img {
    width: 60px;
        height: 60px}


/* 상품 상세보기 - 간략정보 및 구매기능 */

#sit_ov {
        position: relative;
        float: right;
        width: 448px;
        height: auto !important;
        height: 355px;
        min-height: 355px;
        padding-bottom: 20px}

#sit_ov
        h3 {
    margin: 0 0 10px}

#sit_title {
        margin: 0 0 10px;
        font-size: 2.4em}

#sit_desc {
        margin: 0 0 10px;
        padding: 0;
        color: #474747;
        font-size: 1.167em}

#sit_opt_info {
        position: absolute;
        font-size: 0;
        text-indent: -9999em;
        line-height: 0;
        overflow: hidden}

#sit_star_sns {
        position: relative}

#sit_star_sns
        span {
    display: inline-block;
        margin: 0 5px 0 0;
        color: #666;
        letter-spacing: 0}

#sit_star_sns .sit_star {
        position: relative;
        top: -2px;
        margin: 0 5px 0 0}

#sit_star_sns
        a {
    display: inline-block;
        vertical-align: middle}

#sit_star_sns .btn_sns_share {
        float: left;
        background: transparent;
        width: 35px;
        height: 25px;
        border: 0;
        color: #4b5259;
        font-size: 1.6em;
        font-weight: bold}

#sit_star_sns .btn_sns_share:hover {
    color: #3a8afd}

#sit_star_sns .sns_area {
        display: none;
        position: absolute;
        top: 45px;
        right: 0;
        max-width: 175px;
        text-align: center;
        background: #fff;
        border: 1px solid #e2e2e2;
        padding: 10px;
        z-index: 10}

#sit_star_sns .sns_area:before {
    content: "";
        position: absolute;
        top: -8px;
        right: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #e2e2e2 transparent}

#sit_star_sns .sns_area:after {
    content: "";
        position: absolute;
        top: -7px;
        right: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #fff transparent}

#sit_star_sns .sns_area
        a {
    display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px;
        background: #eee;
        text-align: center;
        border-radius: 50%}

#sit_star_sns .sns_area
        a img {
    width: 24px;
        height: auto}

#sit_star_sns .sns_area #sit_btn_rec {
        font-size: 15px}

#sit_star_sns .sns_area .share-facebook {
        background: #415b92}

#sit_star_sns .sns_area .share-twitter {
        background: #35b3dc}

#sit_btn_opt {
        position: absolute;
        right: 0;
        bottom: 0}

#btn_wish {
        float: left;
        position: relative;
        display: inline-block;
        padding-right: 5px;
        color: #4b5259;
        width: 35px;
        height: 25px;
        text-align: center;
        font-size: 1.25em;
        font-weight: bold}

#btn_wish
        i {
    font-size: 1.6em;
        font-weight: bold}

#btn_wish .btn_wish_num {
        position: absolute;
        right: 0;
        bottom: -2px;
        margin: 0;
        padding: 0 2px;
        height: 17px;
        line-height: 15px;
        border-radius: 30px;
        background: #fff;
        color: #4b5259;
        font-size: 0.75em}

.sit_info {
        padding: 10px 0;
        border-top: 1px solid #e2e2e2;
        margin: 10px 0 20px;
        border-bottom: 1px solid #e2e2e2}

.sit_info .tr_price {
        border-bottom: 1px solid #e2e2e2}

.sit_info .tr_price
        th,
.sit_info .tr_price td {
    padding-bottom: 15px}

.sit_ov_tbl {
        width: 100%;
        border: 0;
        border-collapse: collapse;
        color: #666}

.sit_ov_tbl
        th {
    font-weight: normal;
        text-align: left}

.sit_ov_tbl
        td {
    padding: 10px 0}

.sit_ov_tbl
        td strong {
    color: #000;
        line-height: 5px;
        vertical-align: top;
        font-size: 1.25em}

.sit_ov_ro {
        padding: 2px 2px 3px;
        border: 0;
        background: transparent;
        text-align: right;
        vertical-align: middle}

.sit_ov_opt {
        padding: 2px 2px 3px;
        border: 0;
        background: transparent;
        vertical-align: middle}

.sit_ov_input {
        margin: 0 1px 0 0;
        padding: 2px 2px 3px;
        border: 1px solid #b8c9c2;
        background: transparent;
        vertical-align: middle}

#sit_ov_tbl
        button {
    margin: 0 1px 0 0}

.sit_option {
        padding: 10px 0;
        margin: 10px 0 0}

.sit_option
        label {
    display: block;
        margin: 0 0 5px;
        color: #666}

.sit_option
        label.label-title {
    display: none}

.sit_option
        select {
    width: 100%;
        margin: 0 0 10px;
        height: 50px;
        padding: 0 10px;
        border: 1px solid #cdcdcd;
        -webkit-appearance: none;
    /* 화살표 없애기 for chrome*/
        -moz-appearance: none;
    /* 화살표 없애기 for firefox*/
        appearance: none;
    /* 화살표 없애기 공통*/
        background: url('img/select_arrow.png') no-repeat 96% 50%/* 화살표 아이콘 추가 */}

.sit_option
        select::-ms-expand {
    display: none/* 화살표 없애기 for IE10, 11*/}

.sit_option
        h3 {
    font-size: 1.083em}

.sit_sel_btn {
        position: relative}


/* 선택옵션용 추가 버튼 */

.sit_sel_btn
        button {
    position: absolute;
        top: -51px;
        right: 0 !important;
        right: 15px}

#sit_sel_option
        h3 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

#sit_tot_price {
        font-size: 1.167em;
        line-height: 45px;
        font-weight: bold;
        text-align: right}

#sit_tot_price:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_tot_price
        span {
    float: left}

#sit_tot_price
        strong {
    font-size: 1.5em;
        margin-left: 15px}

#sit_ov_soldout {
        padding: 20px 0;
        margin: 10px 0;
        color: #ff3061;
        background: #fff6f6;
        font-weight: bold;
        text-align: center}

#sit_ov_btn:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_ov_btn
        button {
    width: 186px;
        float: left;
        margin-right: 5px;
        height: 50px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.25em}

.sit_btn_buy {
        background: #222;
        border-radius: 3px;
        border: 1px solid #111;
        color: #fff}

.sit_btn_buy:hover {
    background: var(--default-hover-color);
}

.sit_btn_cart {
        background: #fff;
        border-radius: 3px;
        border: 1px solid #98a3b3;
        color: #000}

.sit_btn_cart:hover {
    background: #f3f3f3}

#sit_btn_alm {
        float: left;
        display: inline-block;
        width: 186px;
        height: 50px;
        margin-left: 5px;
        line-height: 50px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.25em;
        background: #d50c0c;
        border-radius: 3px;
        color: #fff;
        border: 0;
        text-align: center}

.sit_btn_wish {
        float: left;
        display: inline-block;
        width: 65px;
        height: 50px;
        margin-bottom: 10px;
        line-height: 50px;
        color: #8c9195;
        font-size: 1.6em;
        border: 1px solid #98a3b3;
        text-align: center;
        border-radius: 3px;
        font-weight: bold}

.sit_btn_wish:hover {
    color: red}


/* 상품 상세보기 - 다른 상품 보기 */

#sit_siblings {
        clear: both;
        width: 100%;
        border-top: 1px solid #f1f3f6;
        background: #fff;
        text-align: center;
        position: relative}

#sit_siblings:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_siblings
        h2 {
    position: absolute;
        font-size: 0;
        text-indent: -9999em;
        line-height: 0;
        overflow: hidden}

#sit_siblings
        a {
    display: block;
        position: relative;
        padding: 0;
        margin: 15px;
        line-height: 35px;
        color: #999}

#sit_siblings
        a#siblings_prev {
    float: left;
        padding-left: 20px}

#sit_siblings
        a#siblings_prev:after {
    content: "";
        background: url('img/sit_siblings.jpg') no-repeat;
        position: absolute;
        left: 0;
        top: 10px;
        width: 10px;
        height: 15px;
        display: inline-block}

#sit_siblings
        a#siblings_next {
    float: right;
        padding-right: 20px}

#sit_siblings
        a#siblings_next:after {
    content: "";
        background: url('img/sit_siblings.jpg') -14px 0px no-repeat;
        position: absolute;
        right: 0;
        top: 10px;
        width: 10px;
        height: 15px;
        display: inline-block}

#sit_siblings
        a span {
    position: absolute;
        font-size: 0;
        text-indent: -9999em;
        line-height: 0;
        overflow: hidden}

#sit_info {
        display: inline-flex;
        position: relative;
        width: 100%;
        min-height: 600px;
        margin-top: 20px;
        margin-bottom: 30px;
        border: 1px solid #e8e8e8;
        background: #fff}

#sit_info:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_tab {
        width: 928px;
        display: table-cell}

#sit_tab:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_tab .tab_tit {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        padding: 0 10px}

#sit_tab .tab_tit:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_tab .tab_tit
        li {
    display: inline-block;
        float: left}

#sit_tab .tab_tit
        li button {
    display: block;
        width: 100%;
        position: relative;
        font-size: 1.2em;
        padding: 10px 15px;
        border: 0;
        color: #666;
        background: #fff;
        line-height: 38px;
        text-align: center;
        z-index: 1}

#sit_tab .tab_tit
        li .selected {
    background: #fff;
        z-index: 2;
        border-bottom-color: #fff;
        color: #000;
        font-weight: bold}

#sit_tab .tab_tit
        li .selected:after {
    content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #3a8afd;
        display: inline-block}

#sit_tab .tab_con {
        background: #fff;
        padding: 15px}

#sit_tab .item_use_count,
#sit_tab .item_qa_count {
        display: inline-block;
        min-width: 20px;
        height: 20px;
        font-size: 0.75em;
        line-height: 20px;
        padding: 0 5px;
        background: #eee;
        border-radius: 10px;
        color: #777}

#sit_buy {
        display: table-cell;
        width: 270px;
        border-left: 1px solid #e8e8e8;
        vertical-align: top}

.sit_buy_inner {
        position: relative;
        top: 0 !important;
        vertical-align: top}

.sit_side_option {
        padding: 15px 15px 10px;
        border-bottom: 1px solid #ebeff3}

.sit_side_option
        h3 {
    margin-bottom: 10px}

.sit_side_option
        label {
    display: block;
        margin: 0 0 5px;
        color: #666}

.sit_side_option
        label.label-title {
    display: none}

.sit_side_option
        select {
    width: 100%;
        margin: 0 0 10px;
        height: 50px;
        padding: 0 10px;
        border: 1px solid #cdcdcd;
        -webkit-appearance: none;
    /* 화살표 없애기 for chrome*/
        -moz-appearance: none;
    /* 화살표 없애기 for firefox*/
        appearance: none;
    /* 화살표 없애기 공통*/
        background: url('img/select_arrow.png') no-repeat 96% 50%/* 화살표 아이콘 추가 */}

.sit_side_option
        select::-ms-expand {
    display: none/* 화살표 없애기 for IE10, 11*/}

.sit_sel_option {
        overflow-y: auto;
        height: 300px}

.sit_sel_option
        h3 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

.sit_sel_option:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sit_sel_option
        li {
    position: relative;
        padding: 15px;
        border-bottom: 1px solid #e6e9ed}

.sit_sel_option
        li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sit_sel_option .sit_opt_del {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        font-size: 15px;
        border: 0;
        border-left: 1px solid #e6e9ed;
        border-bottom: 1px solid #e6e9ed;
        background: #fff;
        color: #c6c8ca}

.sit_sel_option .opt_name {
        font-weight: bold;
        line-height: 28px}

.sit_sel_option .num_input {
        float: left;
        border: 0;
        height: 30px;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        text-align: center}

.sit_sel_option .sit_opt_prc {
        display: block;
        float: right;
        width: 100px;
        padding: 0 3px;
        text-align: right;
        line-height: 30px;
        font-size: 1.183em;
        font-weight: bold}

.sit_sel_option
        button {
    float: left;
        width: 30px;
        height: 30px;
        border: 1px solid #bdc9dc;
        border-radius: 0;
        background: #fff;
        color: #666;
        font-size: 0.92em}

.sit_sel_option
        button:hover {
    color: #000}

.sum_section {
        padding: 15px;
        z-index: 3}

.sum_section:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sit_tot_price {
        font-weight: bold;
        padding-bottom: 10px;
        line-height: 25px;
        font-size: 1.167em;
        text-align: right}

.sit_tot_price
        strong {
    font-size: 1.5em;
        margin-left: 15px}

.sit_tot_price
        span {
    float: left}

.sit_order_btn
        button {
    display: block;
        width: 100%;
        padding: 15px 0;
        font-size: 1.25em;
        font-weight: bold}

.sit_order_btn .sit_btn_cart {
        margin-bottom: 5px}


/* 상품 재입고 알림 (SMS) */

#sit_sms_new {}

#sit_sms_new .form_01 {
        padding: 20px}

#sit_sms_new #sms_agree {
        padding: 5px 0 20px}

#sit_sms_new
        li strong {
    display: inline-block;
        margin: 10px 0}

#sit_sms_new
        textarea {
    line-height: 1.5em;
        color: #555}

#sit_sms_new .prd_name {
        background: #f3f3f3;
        padding: 15px 20px;
        font-weight: bold;
        font-size: 1.167em}

#sit_sms_new .chk_box
        input[type="checkbox"]:checked+label span {
    background: url('img/chk.png') no-repeat 50% 50% #3a8afd}


/* 상품 상세보기 - 상품정보 */

#sit_inf {
        margin: 20px 0}

#sit_inf
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}

#sit_inf
        h3 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: "";
        display: none;
}

#sit_inf_basic {
        margin: 0 0 20px;
        line-height: 1.7em}

#sit_inf_explan {
        margin: 0 0 10px;
        width: auto !important;
        line-height: 1.7em;
        overflow: hidden}


/* ie6 미대응시 #sit_inf_explan {margin:0 0 10px} 만으로 충분 */

#sit_inf_explan
        img {
    max-width: 100%;
        height: auto;
        min-width: 60%;
}

#sit_inf_open {
        width: 100%;
        border: 0;
        border-top: 1px solid #777;
        border-collapse: collapse}

#sit_inf_open
        th {
    padding: 10px;
        border-bottom: 1px solid #e5e5e5;
        background: #f3f3f3;
        vertical-align: top;
        text-align: left}

#sit_inf_open
        td {
    padding: 10px;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
        vertical-align: top}


/* 상품 상세보기 - 사용후기 */

#sit_use {}

#sit_use
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}

#sit_use
        h3 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}

.sit_use_top {
        position: relative;
        background: #fff;
        border: 2px solid #efeff1;
        margin: 0 0 15px;
        padding: 15px;
        min-height: 90px;
        vertical-align: middle}

.sit_use_top
        h4 {
    font-size: 1.2em;
        margin-bottom: 10px}

.sit_use_top
        h4 span {
    color: #aaa;
        font-size: 0.85em;
        font-weight: normal}

.sit_use_top .sit_star {
        height: 20px}

.sit_use_top .st_bg {
        background: #666}

#sit_use_wbtn {
        position: absolute;
        top: 20px;
        right: 30px}

#sit_use_wbtn
        a {
    padding: 0 20px;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.167em}

#sit_use_ol {
        margin: 0 0 5px;
        padding: 0;
        border-top: 1px solid #e0e0e0;
        list-style: none}

.sit_use_li {
        position: relative;
        padding: 10px 0;
        padding-left: 110px;
        min-height: 120px;
        border-bottom: 1px solid #e0e0e0}

.sit_use_li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sit_use_li_title {
        position: absolute;
        right: 20px;
        bottom: 20px;
        border: 1px solid #ddd;
        padding: 8px 10px;
        border-radius: 3px;
        color: #666;
        font-size: 0.92em;
        background: #fff}

.sit_use_li_title:hover {
    background: #6b99ee;
        border-color: #6b99ee;
        color: #fff}

.sit_thum {
        margin: 0;
        position: absolute;
        top: 10px;
        left: 0}

.sit_use_dl:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sit_use_dl
        dt {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}

.sit_use_dl
        dd {
    color: #7f7f7f;
        line-height: 1.5em}

.sit_use_dl .sit_use_star {
        margin: 0 0 5px}

.sit_use_dl .sit_use_tit {
        font-weight: bold;
        font-size: 1.167em;
        color: #000 !important}

.sit_use_con {
        display: none;
        margin-right: 110px;
        margin-bottom: 10px}

.sit_use_p {
        margin: 10px 0;
        padding: 10px 0}

.sit_use_cmd {}

.sit_use_reply {
        position: relative;
        border-top: 1px dotted #bbb;
        margin: 10px 0 0;
        padding: 10px 0 0 40px}

.use_reply_icon {
        position: absolute;
        top: 10px;
        left: 5px;
        background: url('./img/use_reply.png') no-repeat 0 0;
        width: 28px;
        height: 17px;
        text-indent: -999px;
        overflow: hidden}

.use_reply_tit {
        font-weight: bold;
        line-height: 1.5em;
        padding-right: 100px}

.use_reply_name {
        font-size: 0.92em;
        color: #777;
        margin: 5px;
        position: absolute;
        top: 10px;
        right: 0}

.use_reply_p {
        padding: 10px 0;
        background: #fff;
        line-height: 1.5em}

#sit_use_write_star:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sit_use_write_star
        li {
    float: left;
        width: 33.333%}

#sit_use_write_star
        li img {
    width: 100px;
        vertical-align: middle;
}


/* 상품 상세보기 - 상품문의 */

#sit_qa {
        margin: 20px 0}

#sit_qa
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}

#sit_qa
        h3 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}

#sit_qa_ol {
        margin: 0 0 5px;
        padding: 0;
        border-top: 1px solid #f0f0f0;
        list-style: none}

.sit_qa_li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sit_qa_li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        padding: 15px 10px}

.sit_qa_li_title {
        display: block;
        float: left;
        width: 80%;
        text-align: left;
        background: none;
        border: 0;
        line-height: 25px;
        font-weight: bold;
        font-size: 1.167em}

.sit_qa_dl {
        float: right;
        width: 20%;
        line-height: 30px;
        color: #7f7f7f;
        text-align: right;
        margin: 0}

.sit_qa_dl:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sit_qa_dl
        dt {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}

.sit_qa_dl
        dd {
    display: inline-block;
        margin-left: 10px}

.sit_qaa_done {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        background: #f6bb42;
        color: #fff;
        padding: 0 8px;
        margin-right: 10px;
        font-size: 12px;
        font-weight: normal;
        border-radius: 3px}

.sit_qaa_yet {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        background: #ccd1d9;
        color: #fff;
        padding: 0 8px;
        margin-right: 10px;
        font-size: 12px;
        font-weight: normal;
        border-radius: 3px}

.sit_qa_con {
        display: none;
        clear: both}

.sit_qa_p {
        margin: 10px 0;
        background: #f3f3f3;
        line-height: 1.5em}

.sit_qa_p .qa_alp {
        position: absolute;
        top: 13px;
        left: 15px;
        font-size: 2em;
        color: #000}

.sit_qa_qaa {
        padding: 15px 20px;
        padding-left: 50px;
        position: relative;
        min-height: 50px;
        border-top: 1px solid #fff}

.sit_qa_qaq {
        padding: 15px 20px;
        padding-left: 50px;
        position: relative;
        min-height: 50px}

.sit_qa_con
        textarea {
    display: none}

.sit_qa_cmd {
        text-align: right}

.sit_qa_pw {
        display: none;
        position: absolute;
        top: 30px;
        left: 175px;
        padding: 10px;
        width: 348px;
        border: 1px solid #000;
        background: #fff;
        text-align: center}

.sit_qa_pw
        span {
    display: block;
        margin: 0 0 5px}

#sit_qa_wbtn {
        text-align: right;
        margin: 0 0 20px}

#sit_qa_wbtn
        a {
    padding: 0 20px;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.167em}

#sit_qa_write {}

#sit_qa_write #iq_subject {
        width: 100%}

#sit_qa_write .chk_box
        input[type="checkbox"]:checked+label span {
    background: url('img/chk.png') no-repeat 50% 50% #3a8afd}


/* 상품 상세보기 - 배송정보 */

#sit_dvr {
        margin: 20px 0}

#sit_dvr
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}


/* 상품 상세보기 - 교환정보 */

#sit_ex {
        margin: 20px 0}

#sit_ex
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        content: ""}


/* 사용후기 모음 */

#sps_sch {
        margin: 0 0 10px;
        text-align: center;
}

#sps_sch
        a {
    display: inline-block;
        padding: 0 8px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        border-radius: 3px;
        background: #434a54;
        color: #fff;
        font-weight: bold;
        text-decoration: none}

#sps_sch .sch_wr {
        width: 300px;
        border: 1px solid #d0d3db;
        border-radius: 3px;
        display: inline-block;
        background: #fff;
        vertical-align: middle;
        margin: 0 10px;
}

#sps_sch:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sps_sch
        select {
    float: left;
        border: 0;
        width: 175px;
        height: 50px;
        margin-right: 5px;
        border: 1px solid #d0d3db;
        border-radius: 3px}

#sps_sch .sch_input {
        width: 258px;
        height: 50px;
        border: 0;
        padding: 0;
        background-color: transparent;
        float: left}

#sps_sch .sch_btn {
        height: 50px;
        background: none;
        border: 0;
        width: 40px;
        font-size: 15px}

#sps {}

#sps
        ol {
    margin: 0;
        padding: 0;
        list-style: none}

#sps
        li {
    position: relative;
        padding: 15px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff}

#sps
        li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sps_img {
        position: absolute;
        top: 15px;
        left: 15px}

.sps_img_inner {
        float: left;
        position: relative}

.sps_img
        a span {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

.sps_img .prd_detail {
        position: absolute;
        right: 0;
        bottom: 0;
        border: 0;
        color: #fff;
        background: #078601;
        width: 34px;
        height: 34px;
        text-align: center;
        opacity: 0.8}

.sps_img .prd_detail:hover {
    opacity: 1}

.review_detail_cnt {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.1)}

.review_detail_in {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 590px;
        max-height: 450px;
        background: #fff;
        text-align: left;
        margin-left: -300px;
        margin-top: -180px;
        overflow-y: auto;
        border-radius: 3px;
        border: 1px solid #dde7e9;
        background: #fff;
        border-radius: 3px}

.review_detail_in
        h3 {
    padding: 15px;
        border-bottom: 1px solid #e8e8e8;
        font-size: 1.4em}

.review_cnt {
        padding: 25px}

.rd_cls {
        position: absolute;
        top: 0;
        right: 0;
        color: #b5b8bb;
        border: 0;
        padding: 12px 15px;
        font-size: 16px;
        background: #fff}

.review_tp_cnt {
        position: relative;
        padding: 0 0 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f1f1f1}

.review_tp_cnt>
        span {
    font-size: 1.2em;
        display: block}

.review_tp_cnt:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.review_tp_cnt .sps_opt_btn_more {
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        padding: 5px 5px 5px 10px;
        background: #fff;
        color: #c4c8cb;
        font-size: 1.4em}

.review_tp_cnt .sps_opt_li {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        border: 1px solid #b8bfc4}

.review_tp_cnt .sps_opt_li:before {
    content: "";
        position: absolute;
        top: -8px;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #b8bfc4 transparent}

.review_tp_cnt .sps_opt_li:after {
    content: "";
        position: absolute;
        top: -6px;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #fff transparent}

.review_tp_cnt .sps_opt_li
        li {
    border-bottom: 1px solid #f1f1f1;
        padding: 10px !important;
        color: #6b757c}

.review_summ {
        background: #fcfcfc;
        border: 2px solid #efeff1;
        padding: 10px}

.review_bt_cnt {
        margin: 15px 0}

.sps_reply {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dotted #bbb}

.sps_reply .sps_img {
        text-align: right;
        width: 70px}

.sps_reply .sps_section
        h2 {
    background: url('./img/use_reply.png') no-repeat 0 0;
        text-indent: 30px;
        line-height: 1.5em}

#sps
        dl {
    margin: 5px 0}

#sps
        dl:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sps
        dt {
    float: left}

#sps
        dd {
    float: left;
        margin: 0 10px 0 0;
        color: #999}

#sps
        dd img {
    position: relative;
        top: -2px}

.sps_section {
        float: left;
        width: 100%;
        padding-left: 115px}

.sps_section .sps_pd_name {
        display: block;
        color: #999;
        padding: 10px 0 5px}

.sps_section .sps_rv_tit {
        display: block;
        font-size: 1.2em;
        font-weight: bold}

.sps_section .sps_rv_thum {
        position: absolute;
        top: 15px;
        right: 15px}

.sps_section
        p {
    padding: 0;
        width: 100%}

.sps_con_full {
        padding: 0;
        height: auto !important}

.sps_con_btn {
        clear: both;
        margin: 5px 0}

.sps_con_btn:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.sps_con_btn .sps_dl {
        float: left}

.sps_con_btn
        button.review_detail {
    float: right;
        border-radius: 3px;
        border: 1px solid #d4d6db;
        color: #666;
        font-size: 0.92em;
        padding: 5px 7px;
        background: #fff}

.sps_con_btn
        button.review_detail:hover {
    background: #6b99ee;
        border-color: #6b99ee;
        color: #fff}


/* 상품문의 모음 */

#sqa_sch {
        margin: 0 0 10px}

#sqa_sch
        a {
    display: inline-block;
        padding: 0 8px;
        height: 40px;
        line-height: 40px;
        vertical-align: top;
        border-radius: 3px;
        background: #434a54;
        color: #fff;
        font-weight: bold;
        text-decoration: none}

#sqa_sch .sch_wr {
        width: 300px;
        border: 1px solid #d0d3db;
        border-radius: 3px;
        display: inline-block;
        background: #fff}

#sqa_sch:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sqa_sch
        select {
    float: left;
        border: 0;
        width: 175px;
        height: 40px;
        margin-right: 5px;
        border: 1px solid #d0d3db;
        border-radius: 3px}

#sqa_sch .sch_input {
        width: 258px;
        height: 38px;
        border: 0;
        padding: 0;
        background-color: transparent;
        float: left}

#sqa_sch .sch_btn {
        height: 38px;
        float: left;
        background: none;
        border: 0;
        width: 40px;
        font-size: 15px}

#sqa {
        margin-bottom: 20px}

#sqa
        ol {
    margin: 0;
        padding: 0;
        list-style: none}

#sqa
        li {
    position: relative;
        padding: 15px 20px 15px 15px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff}

#sqa
        li:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sqa
        li .sit_qaa_yet {
    position: absolute;
        right: 20px;
        top: 20px;
        margin-right: 0}

#sqa
        li .sit_qaa_done {
    position: absolute;
        right: 20px;
        top: 20px;
        margin-right: 0}

.sqa_img {
        float: left;
        margin: 0 10px 0 0}

.sqa_img
        span {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

#sqa
        dl {
    margin: 5px 0}

#sqa
        dl:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#sqa
        dt {
    float: left}

#sqa
        dd {
    float: left;
        margin: 0 10px 0 0;
        color: #999}

#sqa
        dd img {
    position: relative;
        top: -2px}

.sqa_con {
        margin: 10px 0;
        background: #f3f3f3;
        line-height: 1.5em}

.sqa_con .qa_alp {
        position: absolute;
        top: 13px;
        left: 15px;
        font-size: 2em;
        color: #000}

.sqa_section {
        float: left;
        width: 1100px}

.sqa_section
        h2 {
    padding-right: 70px;
        font-size: 1.2em;
        font-weight: bold}

.sqa_section .sqa_con {
        line-height: 1.7em}

.sqa_section
        p {
    padding: 0;
        width: 100%}

.sqa_con_full {
        padding: 0;
        height: auto !important}

.sqa_con_btn
        button {
    border: 1px solid #ddd;
        padding: 5px 8px;
        color: #666;
        font-size: 0.92em;
        margin: 5px 0;
        background: #fff}

.sqa_con_btn
        button:hover {
    background: #6b99ee;
        border-color: #6b99ee;
        color: #fff}


/* 상품검색 */

#ssch {
        margin: 20px 0}

#ssch
        h2 {
    font-size: 1.8em;
        line-height: 30px;
        margin: 10px 0}

#ssch
        h2 .ssch_result_total {
    float: right;
        color: #6f6f6f;
        font-size: 0.55em;
        font-weight: normal}

#ssch
        h2 strong {
    color: #ff005a}

#ssch_frm {
        background: #fff;
        border: 1px solid #e3e5e8}

#ssch_frm .ssch_scharea {
        padding: 15px;
        border-bottom: 1px solid #e3e5e8}

#ssch_frm .ssch_scharea:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#ssch_frm .ssch_scharea
        label {
    display: inline-block;
        margin: 0 8px 0 0}

#ssch_frm .ssch_scharea .ssch_input {
        height: 45px;
        padding: 0 10px;
        margin-right: 5px;
        border: 1px solid #d0d3db;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)}

#ssch_frm .ssch_scharea .btn_submit {
        width: 90px;
        height: 45px;
        margin-right: 5px;
        padding: 0 5px;
        font-weight: bold;
        border: 1px solid #2e3745;
        background: #434a54}

#ssch_frm .ssch_left {}

#ssch_frm .ssch_option {
        padding: 15px;
        border-bottom: 1px solid #e3e5e8}

#ssch_frm .ssch_option .ssch_input {
        height: 32px;
        padding: 0 10px;
        margin-right: 5px;
        border: 1px solid #d0d3db;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)}

#ssch_frm
        p {
    padding: 15px;
        color: #737373;
        border-bottom: 1px solid #e3e5e8}

#ssch_cate {
        background: #fff;
        border-bottom: 1px solid #e3e5e8;
        padding: 15px}

#ssch_cate
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#ssch_cate
        li {
    float: left;
        width: 20%;
        border-right: 1px solid #f6f6f6}

#ssch_cate
        li:nth-child(5n) {
    border-right: 0}

#ssch_cate
        li span {
    font-weight: normal}

#ssch_cate
        a {
    display: block;
        padding: 0 10px;
        line-height: 40px}

#ssch_cate
        a:hover {
    color: #3a8afd}

#ssch_sort {
        float: left;
        width: 80%}

#ssch_sort:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#ssch_sort
        h2 {
    position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden}

#ssch_sort
        ul {
    margin: 0;
        padding: 0 0 0 1px;
        list-style: none}

#ssch_sort
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#ssch_sort
        li {
    float: left;
        position: relative;
        margin-left: -1px;
        height: 45px;
        padding: 15px 0;
        line-height: 15px}

#ssch_sort
        li a {
    border-left: 1px solid #ddd;
        display: block;
        padding: 0 10px}

#ssch_sort
        li:hover:after {
    content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background: #3a8afd}

#ssch_sort
        li:hover a {
    color: #3a8afd}

#ssch_sort
        li:first-child a {
    border: 0}

#ssch_sort_all {
        margin: 0;
        padding: 0 15px;
        list-style: none}

#ssch_sort_all:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

#ssch_sort_all
        li {
    float: left;
        position: relative;
        margin-left: -1px;
        height: 45px;
        padding: 15px 0;
        line-height: 15px}

#ssch_sort_all
        li a {
    display: block;
        padding: 0 10px}

#ssch_sort_all
        li:hover:after {
    content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background: #3a8afd}

#ssch_sort_all
        li:hover a {
    color: #3a8afd}

#ssch_sort_all
        li:first-child a {
    border: 0}


/*쿠폰존 리스트*/

.couponzone_list {
        margin: 0 0 20px;
        position: relative}

.couponzone_list
        h2 {
    padding: 15px 20px;
        font-size: 1.25em;
        border: 1px solid #e3e5e8;
        background: #fff}

.couponzone_list
        p {
    position: absolute;
        top: 5px;
        right: 0;
        margin: 15px 20px;
        color: #666}

.couponzone_list
        ul {
    padding: 30px;
        margin: 0;
        list-style: none;
        background: #fff;
        border: 1px solid #e3e5e8;
        border-top: 0}

.couponzone_list
        ul:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.couponzone_list
        ul li {
    float: left;
        width: 262px;
        margin: 0 0 30px 30px;
        background: #fff}

.couponzone_list
        ul li:nth-child(4n+1) {
    clear: both;
        margin-left: 0}

.couponzone_list
        ul li img {
    width: 100%;
        height: auto;
        line-height: 1.2em;
        border-radius: 5px 5px 0 0}

.couponzone_list
        ul li .cp_inner {
    border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 6px 0 #dedede;
        -moz-box-shadow: 0px 1px 6px 0 #dedede;
        box-shadow: 0px 1px 6px 0 #dedede}

.couponzone_list
        ul li .coupon_img {
    position: relative;
        height: 98px;
        overflow: hidden;
        border-bottom: 1px dashed #ccc}

.couponzone_list
        ul li .coupon_tit {
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 98px;
        padding-top: 30px;
        text-align: center;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap}

.couponzone_list
        ul li .coupon_tit strong {
    display: inline-block;
        font-size: 1.3em}

.couponzone_list
        ul li .coupon_tit .cp_evt,
.couponzone_list ul li .coupon_tit .cp_evt b {
    font-size: 1.4em}

.couponzone_list
        ul li .cp_cnt {
    padding: 10px}

.couponzone_list
        ul li .coupon_date {
    display: inline-block;
        float: right;
        padding: 2px 3px;
        margin: 5px 0px;
        font-size: 0.92em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #777}

.couponzone_list
        ul li .coupon_target {
    display: inline-block;
        margin: 5px 0px}

.couponzone_list
        ul li .coupon_target>button {
    display: inline-block;
        max-width: 125px;
        padding: 2px 3px;
        font-size: 0.92em;
        border: 0;
        border-radius: 3px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap}

.couponzone_list
        ul li .coupon_target .cp_1 {
    background: #edfbde;
        color: #8cc152}


/*카테고리할인*/

.couponzone_list
        ul li .coupon_target .cp_2 {
    background: #fbdef3;
        color: #c15293}


/*개별상품할인*/

.couponzone_list
        ul li .coupon_target .cp_3 {
    background: #fbf1de;
        color: #c18b52}


/*주문금액할인*/

.couponzone_list
        ul li .coupon_target .cp_4 {
    background: #f2defb;
        color: #7c52c1}


/*배송비할인*/

.couponzone_list
        ul li .coupon_info {
    display: none;
        position: absolute;
        min-width: 235px;
        background: #fff;
        border: 1px solid #000;
        padding: 15px}

.couponzone_list
        ul li .coupon_info:after {
    display: block;
        visibility: hidden;
        clear: both;
        content: ""}

.couponzone_list
        ul li .coupon_info h4 {
    font-size: 1.2em;
        margin-bottom: 10px}

.couponzone_list
        ul li .coupon_info ul {
    padding: 0;
        margin: 0;
        position: relative;
        border: 0}

.couponzone_list
        ul li .coupon_info li {
    width: auto;
        margin: 0;
        float: inherit;
        color: #5e5e5e;
        line-height: 18px}

.couponzone_list
        ul li .coupon_info li a {
    text-decoration: underline;
        color: #5e5e5e}

.couponzone_list
        ul li .coupon_info .coupon_info_cls {
    position: absolute;
        right: 0;
        top: 0;
        color: #c7c9cc;
        border: 0;
        background: #fff;
        padding: 10px;
        font-size: 1.2em}

.couponzone_list
        ul li .coupon_btn {
    text-align: center}

.couponzone_list
        ul li .coupon_btn .btn02 {
    width: 100%;
        height: 42px;
        line-height: 28px;
        margin-top: 15px;
        border: 0;
        color: #fff;
        background: #3a8afd;
        border-radius: 5px;
        font-weight: bold}

.couponzone_list
        ul li .coupon_btn .btn02:hover {
    background: var(--default-hover-color);
        color: #fff}

.couponzone_list
        ul li .coupon_btn .disabled {
    background: #c6c6c6;
        border: 1px;
        color: #fff;
        border-color: #c6c6c6}

.couponzone_list
        ul li .coupon_btn .disabled:hover {
    background: #c6c6c6;
        border: 1px;
        color: #fff;
        border-color: #c6c6c6}

.couponzone_list .no_coupon {
        position: relative;
        padding: 100px 0;
        text-align: center;
        color: #999;
        white-space: nowrap;
        color: #777}

.couponzone_list
        ul li .coupon_target {
    margin: 5px 0px;
        font-size: 0.92em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #777}

.couponzone_list
        ul li .coupon_target a {
    color: #777;
        text-decoration: underline}

.couponzone_list
        ul li .coupon_point {
    margin: 5px 0px;
        font-size: 0.92em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #777}

.couponzone_list
        ul li .coupon_btn {
    margin: 10px 0 0;
        text-align: center}

.couponzone_list
        ul li .coupon_btn .btn02 {
    width: 100%;
        height: 35px;
        padding: 0;
        font-weight: bold;
        background: #8183c3;
        border: 0}

.couponzone_list
        ul li .coupon_btn .btn02:hover {
    background: #5255cc;
        color: #fff}

.couponzone_list
        ul li .coupon_btn .disabled {
    background: #ddd;
        border: 1px;
        color: #999;
        border-color: #ddd}

.couponzone_list
        ul li .coupon_btn .disabled:hover {
    background: #ddd;
        border: 1px;
        color: #999;
        border-color: #ddd}

.couponzone_list .no_coupon {
        padding: 100px 0;
        text-align: center;
        color: #999}

#point_coupon
        li {
    height: 250px}
        @media (max-width:969px) {
    .couponzone_list ul li {
        width: 50%;
        float: left;
        padding: 10px}
    .couponzone_list ul li:nth-child(2n+1) {
        clear: both}
}
        @media (min-width:970px) {
    .couponzone_list ul li {
        width: 25%;
        float: left;
        padding: 10px}
    .couponzone_list ul li:nth-child(4n+1) {
        clear: both}
}
        @media (max-width:1400px) {
    #main_new .swiper-button-prev,
    #main_new .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    #main_new .swiper-button-next,
    #main_new .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .sct_wrap {
        padding: 0 20px;
    }
    .sct_30 {
        margin: 0;
        padding: 0;
    }
    .sct_30 .sct_li {}
}
        @media (max-width:768px) {
    .sct_30 {
        margin: 0 -2%;
    }
    .sct_30 .sct_li {
        width: 46% !important;
        margin: 0 2%;
    }
    .sct_30 .sct_cost {
        font-size: 1.1em;
    }
    #sit_ov_wrap {
        padding: 0}
    #sit_title {
        font-size: 1.2em;
    }
    #sit_sel_option {
        margin: 0;
    }
    #sit_ov h3 {
        font-size: 1em;
    }
    #main_new .swiper-button-prev,
    #main_new .swiper-container-rtl .swiper-button-next {
        left: -10px;
        height: 30px;
        width: 30px;
        background-size: 8px;
    }
    #main_new .swiper-button-next,
    #main_new .swiper-container-rtl .swiper-button-prev {
        right: -10px;
        height: 30px;
        width: 30px;
        background-size: 8px;
    }
    #container .swiper-button-next,
    #container .swiper-button-prev {
        height: 30px;
        width: 30px;
        background-size: 8px;
    }
    .sct_20 .sct_txt,
    .sct_30 .sct_txt {
        margin: 5px 0 10px;
    }
    .sct_20 .sct_txt a,
    .sct_30 .sct_txt a {
        font-size: 12px;
    }
    .sct_20 .category,
    .sct_30 .category {
        font-size: 12px;
        margin: 10px 0 0}
    .sct_ct ul {
        margin: 0 0 30px}
    .sct_ct ul li {}
    .sct_ct ul li a {
        font-size: 12px;
        padding: 0 10px;
        white-space:nowrap;
        color: #777
    }
}

.couponzone_list
        ul li .coupon_target {
    margin: 5px 0px;
        font-size: 0.92em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #777}

.couponzone_list
        ul li .coupon_target a {
    color: #777;
        text-decoration: underline}

.couponzone_list
        ul li .coupon_point {
    margin: 5px 0px;
        font-size: 0.92em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #777}

.couponzone_list
        ul li .coupon_btn {
    margin: 10px 0 0;
        text-align: center}

.couponzone_list
        ul li .coupon_btn .btn02 {
    width: 100%;
        height: 35px;
        padding: 0;
        font-weight: bold;
        background: #8183c3;
        border: 0}

.couponzone_list
        ul li .coupon_btn .btn02:hover {
    background: #5255cc;
        color: #fff}

.couponzone_list
        ul li .coupon_btn .disabled {
    background: #ddd;
        border: 1px;
        color: #999;
        border-color: #ddd}

.couponzone_list
        ul li .coupon_btn .disabled:hover {
    background: #ddd;
        border: 1px;
        color: #999;
        border-color: #ddd}

.couponzone_list .no_coupon {
        padding: 100px 0;
        text-align: center;
        color: #999}

#point_coupon
        li {
    height: 250px}
        @media (max-width:969px) {
    .couponzone_list ul li {
        width: 50%;
        float: left;
        padding: 10px}
    .couponzone_list ul li:nth-child(2n+1) {
        clear: both}
}
        @media (min-width:970px) {
    .couponzone_list ul li {
        width: 25%;
        float: left;
        padding: 10px}
    .couponzone_list ul li:nth-child(4n+1) {
        clear: both}
}
        @media (max-width:1400px) {
    #main_new .swiper-button-prev,
    #main_new .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    #main_new .swiper-button-next,
    #main_new .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .sct_wrap {
        padding: 0 20px;
    }
    .sct_30 {
        margin: 0;
        padding: 0;
    }
    .sct_30 .sct_li {}
}
        @media (max-width:768px) {
    .sct_30 {
        margin: 0 -2%;
    }
    .sct_30 .sct_li {
        width: 46% !important;
        margin: 0 2%;
    }
    .sct_30 .sct_cost {
        font-size: 1.1em;
    }
    #sit_ov_wrap {
        padding: 0}
    #sit_title {
        font-size: 1.2em;
    }
    #sit_sel_option {
        margin: 0;
    }
    #sit_ov h3 {
        font-size: 1em;
    }
    #main_new .swiper-button-prev,
    #main_new .swiper-container-rtl .swiper-button-next {
        left: -10px;
        height: 30px;
        width: 30px;
        background-size: 8px;
    }
    #main_new .swiper-button-next,
    #main_new .swiper-container-rtl .swiper-button-prev {
        right: -10px;
        height: 30px;
        width: 30px;
        background-size: 8px;
    }
    #container .swiper-button-next,
    #container .swiper-button-prev {
        height: 30px;
        width: 30px;
        background-size: 8px;
    }
    .sct_20 .sct_txt,
    .sct_30 .sct_txt {
        margin: 5px 0 10px;
    }
    .sct_20 .sct_txt a,
    .sct_30 .sct_txt a {
        font-size: 12px;
    }
    .sct_20 .category,
    .sct_30 .category {
        font-size: 12px;
        margin: 10px 0 0}
    .sct_ct ul {
        margin: 0 0 30px}
    .sct_ct ul li {}
    .sct_ct ul li a {
        font-size: 12px;
        padding: 0 10px;
    }
};
    }
    .smt_10 .sct_li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .smt_10 .sct_li .sct_ct_wrap {
        text-align: left;
    }
}


/* 기기 768px 이하 */

@media all and (max-width:768px) {
    #main_bn .owl_pager {
        display: none;
    }
    #brick_wrap {
        margin-top: 0px;
    }
    #brick_wrap .brick_inner {
        column-count: 2;
    }
    .sct_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .sct_wrap header {
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .sct_10 {
        margin-top: 0;
    }
    .sct_40 .sct_li {
        position: static;
        padding: 15px 0 50px 0;
    }
    .sct_40 .sct_img {
        float: unset;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .sct_40 .sct_img a {
        top: 0 !important;
        display: inline-block;
        width: 100%;
    }
    .sct_40 .sct_img img {
        width: 100% !important;
        height: auto;
    }
    .sct_40 .sct_sns img {
        width: 24px !important;
    }
    .sct_40 .sct_sns a {
        width: 50px !important;
        height: 50px !important;
    }
    .sct_40 .sct_disc {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }
    .sct_40 .sct_op_btn {
        position: static;
        display: table;
        text-align: center;
        padding-bottom: 10px;
        margin: 20px auto;
        background: none;
    }
    .sct_40 .sct_op_btn>button {
        float: left;
        font-size: 13px;
        background: none;
    }
    .sct_40 .sct_cart {
        width: auto;
    }
    .bn_1_li {
        padding: 0 2%;
    }
    .bn_2_li {
        padding: 0 2%;
    }
    .bn_2_li div.left {
        width: 100%;
    }
    .bn_2_li div.right {
        width: 100%;
        margin-top: 4%;
    }
    .bn_3_li {
        padding: 0 2%;
        margin-bottom: 10px !important;
    }
    .service_area {
        padding: 0;
        margin-bottom: 0;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        box-sizing: border-box;
    }
    .service_area ul li {
        width: 33.33333%;
        margin: 0;
        border: 0;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        border-radius: 0;
    }
    .service_area ul li:nth-child(n+4) {
        margin-top: 0;
    }
    .service_area ul li a {
        padding: 20px 15px;
    }
    .service_area ul li .txts .icons i {
        font-size: 1.5em;
    }
    .service_area ul li .txts p.t1 {
        margin-top: 5px;
        font-size: 1em;
    }
    .service_area ul li .txts p.txts {
        display: none;
    }
    #ft .copy_right dl dd h2 {
        font-size: 1.15em;
    }
    #ft .copy_right dl dd strong {
        font-size: 1.25em;
    }
    #wrapper_title {
        text-align: center;
        margin: 20px auto 0;
    }
    #sct_ct_1 li {
        width: 33.33333%;
    }
    #sct_ct_1 li:nth-child(3n):after {
        display: none;
    }
    #sct_ct_1 li:nth-child(5n):after {
        display: block;
    }
    #sct_ct_1 li:last-child:after {
        display: none;
    }
    #sct_sortlst {
        border: none;
    }
    #sct_sort {
        width: 100%;
        border: 1px solid #ddd;
    }
    #sct_sort li:nth-child(4n) a {
        border-left: none;
    }
    #ssch_sort {
        width: 100%;
    }
    #ssch_sort li {
        width: 33.33333%;
        height: auto;
        line-height: auto;
        padding: 10px 0;
        margin-left: 0;
        text-align: center;
    }
    #sct_lst {
        float: unset;
        text-align: center;
    }
    #sct_lst li {
        float: unset;
        display: inline-block;
    }
    #sct_lst button {
        margin-top: 2px;
        width: 30px;
        height: 30px;
    }
    #sit_title {
        font-size: 1.5em;
        text-align: center;
    }
    #sit_desc {
        text-align: center;
        padding-bottom: 10px;
    }
    #sit_info {
        display: inline-block;
    }
    #sit_tab {
        float: left;
        display: inline-block;
        width: 100%;
    }
}


/* 기기 640px 이하 */

@media all and (max-width:640px) {
    .sct_wrap header h2 {
        font-size: 1.85em;
    }
    .bn_3_li div.left {
        width: 100%;
    }
    .bn_3_li div.center {
        width: 100%;
        margin: 10px 0;
    }
    .bn_3_li div.right {
        width: 100%;
    }
    .sct_pv .sct_li {
        width: 49% !important;
    }
    .sct_pv .sct_li:nth-child(odd) {
        margin-right: 2%;
    }
    .sct_pv .sct_li:nth-child(even) {
        margin-right: 0;
    }
    .sct_txt a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        width: 100%;
    }
}


/* 기기 480px 이하 */

@media all and (max-width:480px) {
    body,
    td,
    h1,
    h2,
    h3,
    h4,
    h5,
    div,
    p,
    li,
    ul,
    ol,
    dd,
    dt,
    section,
    input,
    textarea,
    select,
    button {
        font-size: 12px;
    }
    .saview {
        display: block;
    }
    #brick_wrap .brick_inner {
        column-count: 1;
    }
    #brick_wrap .brick_inner .brick_area {
        float: none;
        margin: 0
    }
    .sct_10 .sct_li {
        width: 48.1% !important;
        margin-right: 3.5%;
    }
    .sct_10 .sct_li:nth-child(4n) {
        margin-right: 3.5%;
    }
    .sct_10 .sct_li:nth-child(4n+1) {
        clear: none;
    }
    .sct_10 .sct_li:nth-child(3n) {
        margin-right: 3.5%;
    }
    .sct_10 .sct_li:nth-child(3n+1) {
        clear: none;
    }
    .sct_10 .sct_li:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    .sct_10 .sct_li:nth-child(2n+1) {
        clear: both;
    }
    .sct_10 .sct_li .sct_img img {
        width: 100%;
        height: auto;
    }
    .smt_20 .sct_li {
        width: 48.0% !important;
        margin-right: 3.5%;
    }
    .smt_20 .sct_li:nth-child(4n) {
        margin-right: 3.5%;
    }
    .smt_20 .sct_li:nth-child(4n+1) {
        clear: none;
    }
    .smt_20 .sct_li:nth-child(3n) {
        margin-right: 3.5%;
    }
    .smt_20 .sct_li:nth-child(3n+1) {
        clear: none;
    }
    .smt_20 .sct_li:nth-child(2n) {
        margin-right: 0;
    }
    .smt_20 .sct_li:nth-child(2n+1) {
        clear: none;
    }
    .smt_20 .sct_li .sct_img img {
        width: 100%;
        height: auto;
    }
    .smt_10 .sct_li {}
    .smt_10 .sct_li .sct_img>a>img {
        width: 100%;
        height: auto !important;
    }
    .smt_10 .sct_li .pi_ua img {
        width: 168px;
        height: 168px;
    }
    .smt_10 .sct_sns img {
        width: 18px !important;
    }
    .smt_10 .sct_li .sct_ct_wrap {
        /* position: absolute; */
        /* left: 188px; */
        /* width: 40%; */
    }
    #sct_ct_1 li {
        width: 50%;
    }
    #sct_ct_1 li:nth-child(2n):after {
        display: none;
    }
    #sct_ct_1 li:nth-child(odd):after {
        display: block;
    }
    #sct_ct_1 li:nth-child(5n):after {
        display: block;
    }
    #sct_ct_1 li:last-child:after {
        display: none;
    }
    #sit_tab .tab_tit li {
        width: 25%;
        height: 50px;
        border-bottom: 0px solid #eee;
    }
    #sit_tab .tab_tit li:nth-child(even) {
        border-right: 1px solid #eee;
    }
    #sit_tab .tab_tit li:nth-child(4) {
        border-right: 0;
    }
    #sit_tab .tab_tit li button {
        font-size: 0.9em;
        height: 50px;
    }
    #sod_bsk #sod_bsk_tot li {
        width: 50%;
        padding: 10px;
        text-align: right;
        height: auto;
    }
    #sod_bsk #sod_bsk_tot li span {
        float: left;
    }
    #sod_bsk #sod_bsk_tot .sod_bsk_cnt {
        width: 100%;
        border: 0;
    }
    #sqa_sch {
        padding: 15px 10px;
    }
    #sqa_sch .sch_input {
        width: 80%;
    }
    #sqa_sch .sch_btn {
        width: 20%;
    }
    #sps_sch {
        padding: 15px 10px;
    }
    #sps_sch .sch_input {
        width: 80%;
    }
    #sps_sch .sch_btn {
        width: 20%;
    }
    #sps .sps_img {
        width: 80px;
        height: auto;
    }
    #sod_ws .list_02 li {
        width: 48%;
        height: auto;
        margin-right: 4%;
    }
    #sod_ws .list_02 li:nth-child(5n+1) {
        clear: none;
    }
    #sod_ws .list_02 li:nth-child(5n) {
        margin-right: 4%;
    }
    #sod_ws .list_02 li:nth-child(4n) {
        margin-right: 4%;
    }
    #sod_ws .list_02 li:nth-child(3n) {
        margin-right: 4%;
    }
    #sod_ws .list_02 li:nth-child(3n+1) {
        clear: none;
    }
    #sod_ws .list_02 li:nth-child(odd) {
        margin-right: 4%;
    }
    #sod_ws .list_02 li:nth-child(even) {
        margin-right: 0;
    }
    #sod_ws .list_02 li:nth-child(even+1) {
        clear: both;
    }
    .couponzone_list ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    #sit_inf_open th {
        display: block;
        width: 100%;
    }
    #sit_inf_open td {
        display: block;
        width: 100%;
    }
    #ssch_frm .ssch_scharea .ssch_input {
        width: 74%;
    }
    #ssch_frm .ssch_scharea .btn_submit {
        width: 23%;
        margin-right: 0px;
    }
    #ssch_cate li {
        width: 50%;
        position: relative;
    }
    #ssch_cate li a {
        font-weight: 700;
    }
    #ssch_cate li:nth-child(odd):after {
        position: absolute;
        top: 15px;
        right: 0;
        display: block;
        clear: both;
        content: "";
        width: 1px;
        height: 10px;
        background: #555;
    }
    #ssch_frm .ssch_option .ssch_input {
        width: 40%;
    }
    #ssch_sort_all li:first-child a {
        border-right: 1px solid #ddd;
    }
    #ssch_sort_all li a {
        border-right: 1px solid #ddd;
    }
    #ssch_sort_all li:nth-child(3n) a {
        border-right: 0px solid #ddd;
    }
    .sit_ov_tbl th {
        width: 30%;
    }
    #sod_fin_pay th {
        width: 25%;
    }
    #pw_confirm,
    #mb_login,
    #mb_confirm {
        margin-top: 20px;
    }
    #pw_confirm h1 {
        margin-top: 0px;
    }
    #sit_ov_btn button {
        width: 40%;
        margin-right: 1%;
        margin-bottom: 0;
    }
    #sit_ov_btn .sit_btn_wish {
        width: 14%;
        margin-bottom: 0;
    }
}

#smb_my {
    max-width: 1300px;
}

#bo_w .write_div .chk_box {
    line-height: 50px;
}


