@charset "utf-8";
@import "reset.css?v=20191012";
@import "base.css?v=20191012";
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";


.ui-datepicker-trigger {
    display: none;
}


input, select {
    outline: 0;

}
input[type=text],input[type=password],input[type=button],button,textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
button {
    cursor: pointer;
}

.mobile-category {
    display: none;
}

.orderAddr1:before {
    clear: both;
}
.categoryBanner {
    height:270px;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.red {
    color:#ff3c50;
}
.thumbnail {
    background-size: cover;
    background-position: center center;
    display: inline-block;
    width:100px;
    height:100px;
}

img {
    vertical-align: middle;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    background-color: #fff;
    z-index:100;
}

#search {
    position: fixed;
    top:0;
    z-index:50;
    padding-left:150px;
    border-bottom: 1px solid #d9d9d9;
    width:100%;
    height:90px;
    background-color: #fff;
    padding-left:180px;
}



h1 {
    padding: 26px 0 17px 20px;
    height: 75px;
}

.util {
    right: 0;
    padding-left:30px;
    margin-top:60px;
}

.util li {
    font-size: 13px;
    margin-bottom:12px;
}

.util li:hover a {
    border-bottom:1px solid #2fd1b2;
    color:#2fd1b2;
}

.util .cart {
    font-weight: bold;
}

.gnb {
    position: relative;
    width: 100%;
}

.gnb ul {
    margin-top: 40px;
    padding-left:30px;
}

.gnb li {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top:15px;
    margin-bottom:15px;
}

.gnb li:hover a {
    border-bottom:1px solid #2fd1b2;
    color:#2fd1b2;
}

.gnb li.on a {
    /*padding-bottom: 5px;*/
    border-bottom:1px solid #2fd1b2;
    color:#2fd1b2;
}

.banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.container {
    margin-left:180px;
    margin-top:90px;
    min-width: 1300px;
}
.content {
    position: relative;
    overflow: hidden;
    padding:30px 30px;
}

.content h2 {
    font-size: 28px;
    height: 50px;
    /*        background: #f5f5f5;*/
    font-weight: 300;
    line-height: 50px;
    margin-top:30px;
    margin-bottom: 10px;
}
.mobile-header {
    display: none;
}
.content .subText {
    padding:50px;
    background-color: #f3f3f3;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color:#222;
}

.filter {
    margin-bottom: 30px;
    text-align: right;
    float: right;
}
.mobile-category-banner {
    display: none;
}
.filter:after {
    content: "";
    clear: both;
}

.filter select {
    height: 40px;
    width: 80px;
    padding: 3px 9px;
    letter-spacing: -1px;
    border: none;
    margin-left:10px;
}

.filter .selectBox {
    display: inline-block;
}

.filter .selectBox select {
    border:1px solid #ccc;
    width:120px;
}

.content.detail {
    overflow: hidden;
    margin-bottom: 100px;
}

.content.detail .wrap {
    overflow: hidden;
    background:#f1f1f1;
    padding:20px;
    min-height: 400px;

}

.content.detail .wrap:after {
    clear:both;
    content:"";
    display: table;
}

.content.detail:after {
    content: "";
    display: block;
    clear: both;
}

.content.detail .info {
    /*margin-top: 50px;*/
    /*border-top: 1px solid #eee;*/
    /*padding-top: 50px;*/
    width: 780px;
    margin: 0 auto;
    padding-top:20px;
    padding: 20px 310px 0 0;
    box-sizing: content-box;
}
.content.detail .info .tab {
    position: relative;
    width: 100%;
    height: 42px;
    margin: 0 0 30px;
}
.content.detail .info .tab.fixed {
    position: fixed;
    top:111px;
    width:780px;
}

.content.detail .info .tab ul {
    overflow: hidden;
    border-bottom: 1px solid #222;
    background-color: #f6f6f6;
}
.content.detail .info .tab ul li {
    float: left;
    width: 33.3333333%;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.tab ul li.on {
    background-color: #222;
    border-left-width: 0;
}
.tab ul li.on a {
    color: #fff;
}

.tab ul li a {
    display: block;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    color: #222;
}



.detail .productName {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.content .left {
    width: 780px;
    padding: 0 310px 20px 0;
    margin: 0 auto;
    box-sizing: content-box;
}
.content .left .img {
    background: #fff;
    text-align: center;
    width: 780px;
    height: 500px;
}

.content .right {
    width: 340px;
    position: fixed;
    top: 90px;
    left: 1630px;
    background: #fff;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    height: 100%;
}

.productWrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    min-width: 1300px;
    margin-right:-25px;
}

.board-search {
    position: relative;width:300px;float:right;margin-left:8px;
    margin-bottom:20px;
}

.productList li {
    /*height: 180px*/

}

.productList li.lst {
    margin-bottom: 50px;
}

.productList .pic {
    position: relative;
}

.productList .prc {
    margin-top:5px;
    margin-bottom: 5px;
}

.productList .pic a {
    display: block;
    overflow: hidden;
    height:100%;
}

.productList .pic img {
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
}
.productList .pic img:hover {
    transform: scale(1.1);
}

.productList .detail {
    width: 790px;
    margin-left: 188px;
    border: 1px solid #ccc;
    height: 178px;
}

.productList .org-price {
    float: right;
}

.productList .org-price li {
    height: 20px;
    text-align: right;
    font-size: 16px;
}

.productList .org-price span {
    text-decoration: line-through;
}

.productList .real-price {
    clear: both;
    color: #ff0000;
    position: absolute;
    bottom: 2px;
    right: 0;
    font-weight: bold;

}

.productList .real-price li {
    height: 22px;
    text-align: right;
    font-size: 20px;
}

.productList .name {
    float: left;
    font-size: 16px;
}

.productList .control {
    margin-top: 10px;
}

.btn-cart, .btn-buy {
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 50px;
    color:#333;
    display: inline-block;
    text-align: center;
    bottom: -2px;
    width: 147px;
    border:1px solid #868686;
    box-sizing: border-box;
    vertical-align: middle;
}

.btn-cart.open,.btn-buy.open {
    display: none;
}

.btn-buy {
    background: #e82f2f;
    color: #fff;
    border: none;

}

.optionWrap {
/*    overflow: hidden;
    position: absolute;*/
    /* height: 200px; */
    /* position: relative; */
}
.optionList > div.item {
    margin-bottom: 10px;
    border-bottom:1px solid #e1e1e1;
}
.optionList .delete {
    position: absolute;
    right:0;
    top:0;
    display: inline-block;
    /*background:url('../img/icon_del.png');*/
    width:17px;
    height:17px;
}

.optionList > div.item:last-child {
    margin-bottom: 0;
}
.optionList > div.item {
    overflow:hidden;padding:10px 0;
}

.btn-cart:hover {
    /*color: #fff;*/
}

.btn-voucher {
    background: #ffffff;
    outline: none;
    border: none;
    padding: 5px 8px;
    color: #555;
    cursor: pointer;
    border: 1px solid #aaa;
    height:35px;
}

.btn-order {
    font-size: 14px;
    letter-spacing: -1px;
    height: 50px;
    line-height: 50px;
    background: #333;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 180px;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.btn-order:hover {
    color: #fff;
}

.productList .detail .column {
    float: left;
    width: 250px;
    height: 157px;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
}

.productList .detail h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.productList .desc {
    width: 95%;
    height: 120px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    font-size: 12px;
    padding: 5px;
    text-align: left;
}

.ml5 {
    margin-left: 7px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.productList .btn {
    font-size: 12px;
    height: 18px;
    color: #fff;
    border: 1px solid #333;
    line-height: 18px;
    padding: 2px 5px;
    background: #000;
}

.productList .btn.disable {
    border: 1px solid #ccc;
    color: #ccc;
}

.select {
    font-size: 12px;
    height: 20px;
    color: #333;
    line-height: 18px;
}

.productList .option {
    margin-top: 10px;
}

.productList .option .price {
    float: right;
    font-size: 15px;
}

.productList .option input {
    width: 40px;
}

.productList .option li {
    height: 30px;
}

.productList .control {
    display: flex;
    position: relative;
    /*width:60px;*/
}

.control input {
    width: 40px;
    height: 34px;
    float: left;
    border: 1px solid #e1e1e1;
    /* padding: 2px; */
    font-size: 14px;
    text-align: center;
}

.control a {
    display: block;
    margin-left: 5px;
    text-align: center;
    line-height: 25px;
    float: left;
}

.control .btn-up {
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    line-height: 34px;
}

.control .btn-down {
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    line-height: 34px;
}

.cate-banner {
    margin-bottom: 1.5em;
}

.cart {
    overflow: hidden;
}

.cart table {
    width: 100%;
    font-size: 13px;
    border-top:1px solid #222;
}

.cart table td, .cart table th {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    text-align: center;
    font-size:14px;
    height:50px;
    box-sizing: border-box;
}


.cart table td.total {
    font-size: 18px;
    padding: 8px;
    padding-right: 20px;
    font-weight: 400;
    height:90px;
}
.mobile-sidebar {
    display: none;
}
.order-info {
    font-size: 13px;
}

.order-info input[type=text], .order-info input[type=password], .receiver input[type=text] {
    padding: 4px;
    border: 1px solid #cfcfcf;
    width: 200px;
    height:35px;
    box-sizing: border-box;
    font-size:14px;
}

.order-info h3, .receiver h3 {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.order-info .require {
    color: #ff3c50;
    font-size: 13px;
    letter-spacing: -1px;
}

.order-info p {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.order-info table {
    width: 100%;
    border-top:1px solid #333;
}

.order-info table th, .order-info table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    padding-left: 10px;
    height:50px;
    font-size:14px;
}

.order-info label, .receiver label { /*width:140px;*/
    display: inline-block
}

.order-info select {
    height: 35px;
    padding: 3px 10px;
    box-sizing: border-box;
}

.order-info .selectBox > i {
    right: 9px;
    top: 10px;
}

.order-info input[type=radio] {
    margin-top: -1px;
    vertical-align: middle;
}
.sale-info {
    float:left;
}
.order-result2 {
    float: right;
    width:500px;
}
.order-result2 li {
    text-align: right;
    margin-bottom:7px;
}
.order-result2 li span:first-child {float:left;}
.order-result2 li.total {font-size:22px;font-weight: bold}

/* .banner .bx-pager .bx-pager-item .bx-pager-link {
    display:block;width:15px;height:15px;background:url(../img/mark_slide_paging_off.png) no-repeat center center;
}

.banner .bx-pager .bx-pager-item .bx-pager-link.active {
    background-image:url(../img/mark_slide_paging_on.png);
}*/
.banner {
    margin-bottom: 20px;
    font-size: 0;
    overflow: hidden
}

.banner img,
.banner a {
    display: block;
}

.banner .bx-prev,
.banner .bx-next {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 42px;
    margin-top: -21px;
}

.banner .bx-prev {
    background: url(../img/btn_slider.png) no-repeat right top;
    left: 0;
}

.banner .bx-next {
    background: url(../img/btn_slider.png) no-repeat left top;
    right: 0;
}

.banner .bx-prev:hover {
    background: url(../img/btn_slider_hover.png) no-repeat right top;
}

.banner .bx-next:hover {
    background: url(../img/btn_slider_hover.png) no-repeat left top;
}


.banner .bx-pager {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner .bx-pager .bx-pager-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner .bx-pager .bx-pager-item .bx-pager-link {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/mark_slide_paging_off.png) no-repeat center center;
}

.banner .bx-pager .bx-pager-item .bx-pager-link.active {
    background-image: url(../img/mark_slide_paging_on.png);
}


.footer {
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
    font-size: 12px;
    padding:40px 30px;
    margin-left:180px;
}


.foot-menu {

}

.foot-menu li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    letter-spacing: -1px;
    height:40px;
    color:#666;
    margin-right:35px;
}

.foot-menu li a {
    color: #333;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.footer .company {
    color:#666;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 130%;
}


.footer p.copy {
    margin-top:15px;
    color:#222;
}



table.customer {
    width: 100%;
    font-size: 15px;
    border-top: 2px solid #222;
    border-collapse: collapse;
}

.customer th {
    border-top: 1px solid #222;
    padding: 9px;
    border-bottom: 1px solid #222;
    text-align: center;
    height:50px;
    font-weight: 500;
}

.customer td {
    text-align: center;
    height:65px;
    font-size:16px;
    padding:5px;

}

.customer tr {
    border-bottom: 1px solid #e2e2e2;
}

.customer  .faqNumber {
    display: inline-block;
    background:#222;
    border-radius: 25px;
    color:#fff;
    width:25px;
    height:25px;
    line-height: 25px;
    text-align: center;
}

.customer tr:last-child {
    border-bottom: 2px solid #222;
}

.customer .noc {
    text-align: center
}

.customer .tit {
    text-align: left
}

.customer img {
    vertical-align: middle
}


.paging {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    letter-spacing: 4px;
    padding: 20px 0 80px;
    overflow: hidden;
}

.paging .active {
    color: #ff0000;
    font-weight: bold;
}

.paging img {
    vertical-align: middle;
}

.btn-write {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 240px;
    height: 25px;
    background: #ff0000;
    line-height: 25px;
}

.btn-write:hover {
    color: #fff;
}

.btn-search {
    background: url(../img/btn-search.gif);
    width: 48px;
    height: 25px;
    border: none;
    vertical-align: middle;
    cursor: pointer
}

.search {
    text-align: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.search input {
    height: 40px;
    box-sizing: border-box;
    border:1px solid #ccc;
}

.search select {
    height: 40px;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
}

.search .selectBox > i {
    top: 13px;
}

.customerFrm {
    border-collapse: collapse
}

.customerFrm {
    margin-top: 40px;
    width: 100%;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.customerFrm th, .customerFrm td {
    padding: 9px;
    border-bottom: 2px solid #f2f2f2;
}

/*.customerFrm tr:last-child th,.customerFrm tr:last-child td {padding:9px;border-bottom:2px solid #ccc;}*/
.customerFrm th {
    text-align: left;
    border-bottom: 2px solid #ccc;
}

.customerForm {
    width: 100%;
    border-top: 2px solid #222;
    border-collapse: collapse;
    border-bottom: 1px solid #dadada;
    margin-top:40px;
}

.customerForm th {
    border-top: 1px solid #dadada;
    padding: 25px 9px;
    border-bottom: 1px solid #dadada;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
}

.customerForm td {
    text-align: center;
    padding: 9px;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}

/*.customerForm tr:last-child td {border-bottom:2px solid #ccc;}*/

.customerForm .noc {
    text-align: center
}

.customerForm .tit {
    text-align: left
}

.customerForm input {
    padding: 10px;
    border: 1px solid #dadada;
    height:35px;
    font-size:14px;
    box-sizing: border-box;
}

.customerForm .name {
    width: 779px;
}

.customerForm .phone {
    width: 779px;
}

.customerForm .email1 {
    width: 160px;
}

.customerForm .email2 {
    width: 589px;
}

.customerForm .subject {
    width: 779px;
}

.customerForm textarea {
    width: 100%;
    height: 300px;
    padding:10px;
    border: 1px solid #dadada;
    box-sizing: border-box;
}

.btn-cancel {
    font-size: 14px;
    letter-spacing: -1px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border:1px solid #222;
    display: inline-block;
    text-align: center;
    color: #222;
    width: 180px;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.btn-regist {
    width: 140px;
    height: 25px;
    background: #ff0000;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.btn-regist:hover {
    color: #fff;
}
.paging a {
    color: #333;
    padding: 8px 11px;
    border: 1px solid #e2e2e2;
    letter-spacing: normal;
}

.paging a.on {
    color: #ff0000;
}

.customer-list {
    width: 180px;
    height: 40px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;;
}

.privacy {
    padding: 20px;
    margin-top: 20px;
    line-height: 145%;
    font-size: 14px;
}


.btn_zipcode {
    background: #fff;
    border: none;
    cursor: pointer;
    width: 120px;
    padding: 4px;
    background: #333;
    color: #fff;
    height: 35px;
    box-sizing: border-box;

}

.btn_delete_cart {
    display: inline-block;
    /* width: 66px; */
    outline: none;
    line-height: 20px;
    /* height: 22px; */
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 3px 12px;
    height:35px;
}

.order_result {
    font-size: 13px;
}

.order_result h2 {
    background: none;
    margin-top: 10px;
}

.order_result table {
    width: 100%;
    border-collapse: collapse;

}
.order_result td, .order_result th {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
}
/*.order_result th {
    background: #f2f2f2;
    color: #000;
    border: 1px solid #cccccc;
    padding: 8px;
}

.order_result td {
    border: 1px solid #cccccc;
    padding: 8px;
    text-align: center;
}*/
.order_result table {
    width: 100%;
    font-size: 13px;
    border-top: 1px solid #222;
}
.order_result td.name {
    text-align: left
}

.select {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-size: 13px;

}

.input {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-size: 13px;
}

.btnScroll {
    width: 44px;
    height: 44px;
    /* border: 3px solid #666; */
    position: fixed;
    bottom: 15px;
    right: 15px;
    line-height: 44px;
    text-align: center;
    font-weight: normal;
    z-index: 6666;
    color: #fff;
    background: #222222ab;
}

.btnHome {
    display: none;
}

.btnCart {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ff3d00;
    position: fixed;
    bottom: 120px;
    right: 10px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    z-index: 6666;
    font-size: 13px;
}

.btnOrder {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ff3d00;
    position: fixed;
    bottom: 50px;
    right: 230px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index: 6666;
}

.btnScroll:hover {
}

.foot-menu li:first-child a {
    color: #ff564c;
}

.txtWrap {
    padding: 10px;
    margin-top: 10px;
}

.txtWrap .text {
    height: 170px;
    overflow-y: scroll;
    border: 1px solid #d3d3d3;
    padding: 30px;
    color:#666;
    line-height: 1.3 ;

}

.txtWrap label {
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    color: #222;
    text-align: left;
    font-size:15px;
}

ol.productList {
    overflow: hidden;
    float: left;
    margin-left:-25px;
    display: table;
    width:100%;
}

.productList > li {
    width: 20%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
}

.productList > li .info {
    padding-top:15px;
    overflow:hidden;
}

.productList .productName {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 5px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    display: -webkit-box;
    line-height: 1.3;
    letter-spacing: -0.5px;
}
.productList .productName a:hover {
    text-decoration: underline;
}

.tType1, .tType2, .tType3, .tType4 {
    display: inline-block;
    font-size: 11px;
    letter-spacing: -1px;
    padding: 4px 6px;
    text-align: center;
    margin-left: 4px;
    top: 0;
    left: 0;
    color:#666;
    font-weight: 700;
    border:1px solid #dadada;
    /*cursor: pointer;*/
}

.tType1.on {
    /*background: #ff00ae;*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00aed1, endColorstr=#ff00aed1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00aed1, endColorstr=#ff00aed1);
    zoom: 1;
    filter: alpha(0.7);
    border:1px solid #50a2c1;
    color:#50a2c1;
}

.tType2.on {
    /*background: none;*/
    /*background: #0087ff;*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0087ffd1, endColorstr=#0087ffd1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0087ffd1, endColorstr=#0087ffd1);
    filter: alpha(0.7);
    zoom: 1;
    border:1px solid #50a2c1;
    color:#50a2c1;
}

.tType3.on {
    /*background: none;*/
    /*background: #00cc00;*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cc00d1, endColorstr=#00cc00d1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cc00d1, endColorstr=#00cc00d1);
    zoom: 1;
    filter: alpha(0.7);
    border:1px solid #50a2c1;
    color:#50a2c1;
}

.tType4.on {
    /*background: #f9bf16;*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9bf16d1, endColorstr=#f9bf16d1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9bf16d1, endColorstr=#f9bf16d1);
    filter: alpha(0.7);
    zoom: 1;
    border:1px solid #50a2c1;
    color:#50a2c1;

}

.tType:first-child {
    margin-left: 0;
}

.winPrice {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.sPrice {
    text-decoration: line-through;
    margin-left: 7px;
    color: #999;
    letter-spacing: -0.3px;
}

.period {
    margin-bottom: 5px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -1px;
}

/*
}*/
.banner li {
    margin-top: 10px;
}

.banner li:first-child {
    margin-top: 0;
}

.productList a:hover {

}

.sideBar {
    float: right;
    width: 280px;

}

.sideBar .recent p.orgPrice {
    font-size: 15px;
    font-weight: 700;
}

.sideBar .recent .title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
}

.sideBar .recent img {
    float: left;
    height: 66px;
}

.sideBar .recent a {
    display: block;
    padding-bottom: 10px;
}

.sideBar .recent .text {
    float: none;
    width: auto;
    margin-left: 110px;
}

.sideBar .recent a:after {
    content: "";
    display: block;
    clear: both;
}

.sideBar .recent .clear {
    clear: both;
    height: 10px;
}

.sideBar .recent .name {
    font-size: 13px;
    margin-bottom: 10px;
    height: 35px;
}

.sideBar .infoWrap {
    float: left;
    width: 190px;
    margin-left: 10px;
}

.sideBar .infoWrap span {
    display: inline-block;
}

.sideBar .infoWrap .orgPrice {
    font-size: 15px;
    font-weight: 700;
}

.mt30 {
    margin-top: 40px;
}

.btnScroll:hover {
}

.btn_date, .btn_date2 {

    height: 45px;
    padding: 2px 8px;
    line-height: 45px;
    /* box-sizing: border-box; */
    display: block;
    border: 1px solid #ccc;
    font-size: 13px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    color: #474747;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.desc2 {
    font-size: 12px;
    font-weight: 500;
    color:#ff3c50;
    float: left;
    /*padding:12px 5px;*/
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.select.ticketType {
    height: 45px;
    padding: 3px 11px;
    line-height: 22px;
    color: #474747;
    width: 300px;
    box-sizing: border-box;
}


.logo img {
    max-width: 80%;
}

.order-info textarea {
    width: 99%;
    height: 140px;
    padding: 4px;
    border: 1px solid #cfcfcf;
}

.menu-button {
    display: none;
}

.footer-mobile {
    display: none;
}

.order-info .addr1 {
    width: 350px !important;
}

.order-info .addr2 {
    width: 150px !important;
}

.mobile-banner {
    display: none;
}

.side-menu {
    display: none;
}

select {
    position: relative;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0;
    z-index: 2;
    cursor: pointer;
}

select::-ms-expand {
    display: none
}

.selectBox {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.selectBox > i {
    position: absolute;
    display: inline-block;
    right: 12px;
    top: 13px;
    color: #666;
    z-index: 2;
}

.voucher-popup,.visit-popup,.benepia-popup {
    display: none;
    width: 560px;
    margin: 0 auto;
    background: #fff;
    z-index: 99999;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20em;
    margin-top: -16em;
    padding: 30px 50px;
    box-sizing: border-box;
}

.voucher-popup-mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998
}

.btn-voucher-search {
    width: 50px;
    height: 40px;
    background: #1900FF;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.voucher-popup .btn-cancel, .voucher-popup .btn-ok,
.visit-popup .btn-cancel, .visit-popup .btn-ok,
.benepia-popup .btn-cancel, .benepia-popup .btn-ok,
.btn-voucher-search, .btn-visit-search, .btn-benepia-search
{
    border:1px solid #222;
    background: #fff;
    color: #222;
    height: 40px;
    width: 90px;
    line-height: 32px;
    float: none;
    cursor: pointer;
}

.voucher-popup .btn-ok,.visit-popup .btn-ok,.benepia-popup .btn-ok {
    background: #222;
    color:#fff;
}

.voucher-popup-wrap {
    margin: 0 auto;
}

.voucher-popup h3,.visit-popup h3,.benepia-popup h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom:20px;
    border-bottom:3px solid #222;
}

.voucher-popup p,.visit-popup p,.benepia-popup p {
    font-size: 17px;
    text-align: center;
}

.voucher-popup p.f,.visit-popup p.f,.benepia-popup p.f {
    padding: 16px 10px;
    display: flex;
    font-size:13px;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -1px;
    border-bottom: 1px solid #f2f2f2;
    height:50px;
}

.voucher-popup p.f input,.visit-popup p.f input,.benepia-popup p.f input {
    margin-right: 0;
    vertical-align: middle;
}

.voucher-popup input[type=text].amount,.visit-popup input[type=text].amount,.benepia-popup input[type=text].amount {
    padding: 10px;
    width: 130px;
}

.voucher-popup p.warning,.visit-popup p.warning,.benepia-popup p.warning {
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 400;
}

.voucher-popup input[type=text],.visit-popup input[type=text],.benepia-popup input[type=text],
.voucher-popup input[type=password],.visit-popup input[type=password],.benepia-popup input[type=password]{
    padding: 10px 10px;
    width: 116px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    border: 1px solid #cacaca;
    margin-right: 6px;
    height:40px;
}

.middleBanner {
    display: none;
}

.cart-mobile {
    display: none;
}

.guest-order .notice {
    margin-bottom: 30px;
}

.guest-order .search-box {
    background: #f8f8f8;
    padding: 50px 40px;
    text-align: center;
}

.guest-order .search-box label {
    font-size: 13px;
    font-weight: bold;
    padding: 0px 20px 0 40px;
}

.guest-order .search-box input {
    padding: 0 10px;
    height: 30px;
    width: 200px;
    border:1px solid #dadada;
    font-size:13px;
}

.guest-order .search-box button {
    background: #212121;
    color: #fff;
    border: 0;
    outline: 0;
    font-size: 13px;
    height: 30px;
    width: 70px;
    text-align: center;
}

.guest-order h3 {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding: 10px 0;
}

.guest-order table th, .guest-order table td {
    background: none;
    border: none;
}

.guest-order table.productList th {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.guest-order table td {
    padding: 10px 0;

}

.guest-order .productList .name {
    font-size: inherit;
}

.guest-order .summary {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.guest-order .summary strong {
    font-weight: 700;
}

.guest-order .summary span {
    margin-right: 20px;
}

.guest-order .summary strong {
    margin-right: 10px;
}

.guest-order table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;

}

.guest-order img {
    max-width: 100px;
}

#popupBg {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8888;
    left: 0;
    top: 0;
}

.cancelFrm {
    display: none;
    padding: 40px;
    border: 1px solid #ddd;
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -200px;
    background: #fff;
    z-index: 9999;
}

.cancelFrm h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.cancelFrm .title {
    margin-bottom: 20px;
}

.cancelFrm label {
    width: 60px;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
}

.cancelFrm #btnClose, .cancelFrm #btnWrite {
    width: 48%;
    height: 30px;
    margin: 0 0 10px 2%;
}

.cancelFrm #btnClose {
    margin-left: 0;
}

.cancelFrm input {
    border: none;
    border-bottom: 1px solid #ddd;
    width: 260px;
    padding: 4px 2px;
    font-size: 13px;
    box-sizing: border-box;
}

.cancelFrm .input {
    margin-bottom: 10px;
}

.cancelFrm form {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.loginWrap {
    text-align: center;
}

.loginWrap .loginBox {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.loginWrap .loginBox label {
    display: inline-block;
    min-width: 130px;
    text-align: left;
}

.loginWrap .loginBox .txtWrap {
    padding: 0;
}

.loginWrap .loginBox .inputWrap {
    display: inline-block;
    width: 100%;
    position: relative;
}

.loginWrap .loginBox .inputWrap input {
    width: 280px;
    height: 40px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 13px;
    vertical-align: middle;
    border:1px solid #dadada;
}

.loginWrap .loginBox .inputWrap input:read-only {

}

.loginWrap .loginBox .inputWrap select {
    width: 400px;
    height: 40px;
    padding: 10px 10px;
    border: 1px solid #dddddd;
}

.loginWrap .loginBox .title {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.loginWrap .loginBox .btnSms {
    width: 115px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    background-color: #333;
    color: #fff;
    outline: none;
    border: 0;
    margin-top:10px;
    margin-bottom:10px;
}

.btnLogin {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    background-color: #1f1f1f;
    color: #fff;
    margin-top: 30px;
    outline: none;
    border: 0;
}

.loginWrap .loginBox .link a {
    display: inline-block;
}

.loginWrap .loginBox .links span {
    position: relative;
    top: 3px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 13px;
    border-left: 1px solid #e5e5e5;
}

.btn-option-close {
    display: none;
}

.infoWrap {
    background:#fff;
    margin:0 -20px -20px;
}

#pay_layer {
    width:100%;height:100%;background: #00000099;position: fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display: none;
}

#pay_layer #pay_inner {
    position: absolute;width:450px;height:740px;z-index:9999;background:#fff;top:50%;left:50%;margin:-400px 0 0 -250px;
}

#pay_layer #pay_iframe {
    width:100%;height:100%;
}
.mobileInfo {
    display: none;
}

/* media */
@media (max-width: 768px) {

    body {
        font-size:13px;
    }
    .container {
        margin:0;
        min-width: auto;
        margin-top:100px;
    }
    .container2 {
        margin-top:30px;
    }
    .mobile-banner {
        display: none;
        margin-top:100px;
    }
    h1 {
        display: block;
        padding:0;
        padding:15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .mobile-sidebar .nav {
        margin-top:30px;
    }
    .mobile-sidebar .nav li {
        font-size:15px;
        line-height: 35px;
        padding-left:20px;
        font-weight: 700;
        letter-spacing: -1px;
    }
    .mobile-sidebar .nav.m1,.mobile-sidebar .nav.m2 {
        border-bottom: 1px solid #f1f1f1;
        margin-top:10px;
    }
    .mobile-sidebar .nav.m3 li {
        margin-top:10px;
        font-weight: 400;
        line-height: 25px;
    }
    h1 img {
        height: 40px;
    }

    .content .left .img {
        width: auto;
        height: auto;
    }
   /* table tr,table thead {
        display: block;
        padding:15px 0;
    }*/
    /*table th,table td {
        font-size:12px!important;
        display: block;
        text-align: left!important;
        height:auto!important;
        padding:0px!important;
    }
    table thead,table th {
        display: none;
    }*/
    /*table td input[type=text] {
        width:100%!important;
    }
    table td textarea {
        width:100%!important;
    }*/
    .content.detail .info .tab {
        marin:0!important;
    }
    .content.detail .wrap {
        margin-bottom:50px;
        background: none;
        padding:0;
        min-height: auto;
    }
    .banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
    .container2 {
        margin-top:50px;
    }
    .container.sub {
        margin-top:70px;
    }
    #search {
        display: none;
    }
    .content {
        padding:20px!important;
    }
    .content .subText {
        font-size:15px;
        padding:25px;
    }
    .content.main,.content.detail {
        padding:0!important;
    }
    .content h2 {
        font-size: 22px;
        font-weight: 400;
        margin-top:20px;
        letter-spacing: -1px;
        margin-top:30px;
        /*display: none;*/
    }
    .content h3 {
    }
    .content.detail {
        width:auto;
    }
    .content .left {
        float:none;
        width:auto;
        margin:0;
        padding:0;
    }
    .content .right {
        float:none;
        width:auto;
    }

    .content2 {
        padding:15px;
    }

    header.toggle {
        display: none;
    }
    .filter {
        display: none;
    }
    .productWrap {
        min-width: auto;
        margin:0;
    }
    ol.productList {
        float:none;
        margin:0;
    }
    .productList > li {
        width:50%;
        padding:0;
    }

    .productList li.lst {
        margin-bottom: 20px;
    }

    .winPrice {
        font-size:16px;

    }
    .tType1, .tType2, .tType3, .tType4 {
        font-size:11px;
    }
    .productList > li .info {
        padding:8px 10px;
    }
    .productList .productName {
        font-size: 12px;
        letter-spacing: -1px;
    }
    .period {
        font-size: 12px;
    }
    .content.detail .info {
        padding:10px;
        margin-top:0;
        width:auto;
        margin:auto;
        padding:0;
    }
    .order-info input[type=text] {
        width:100%!important;
    }

    .order-info textarea {
        width:100% !important;
        box-sizing: border-box;
    }
    .cart_data {
        overflow-x:auto;
        width:100%;
        white-space: nowrap;
    }
    .cart table th {

        white-space: nowrap;
        padding:10px 3px!important;
    }
    .col-6 {
        width:50%;
        float:left;
        padding-right:5px;
    }

    .cart table td, .cart table th {
        font-size:12px;
    }
    .cart table td.total {
        font-size:12px;
    }
    .footer {
        margin:0;
        margin-top:40px;
    }
    .foot-menu {
        margin-bottom:20px;
    }
    .footer .company {
        font-size:11px;
    }
    .foot-menu li {
        display: block;
        margin:0;
        height:auto;
        line-height: 30px;
        font-size: 12px;
    }
    .foot-menu li a {
        font-weight: 600;
    }
    .txtWrap label {
        font-size:13px;
    }
    .privacy {
        font-size:13px;
    }
    .selectBox {
        display: block;
    }
    .select.ticketType {
        width:100%;
    }
    .btn-cart, .btn-buy {
        width:50%;
        float:left;
        margin-top:0;
    }

    .mobile-header {
        display: block;
        position: fixed;
        top:0;
        left:0;
        right:0;
        z-index:9999;
        min-height: 50px;
        background:#fff;
    }
    .mobile-header .search-box {
        position: relative;
    }

    .mobile-header button {
        position: absolute;
        right:5px;
        top:5px;
        width:40px;
        height:40px;
        background:url("../img/search_icon.png") no-repeat center center;
    }
    .mobile-header img {
        height:50px;
    }
    .subText {
        padding:10px;
        background:#f1f1f1;
    }
    .mobile-header h2 {
        position: absolute;
        left:50px;
        top:16px;
        font-size:22px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .mobile-header .searchBox {
        position: relative;
        border-bottom:2px solid #333;

    }
    .mobile-header .searchBox input[type=text] {
        border:none;
        width:100%;
        text-align: left;
        padding:10px;
        margin-left:70px;
        height:50px;
    }
    .mobile-header .nav {
        overflow-x: auto;
        white-space: nowrap;
        height:50px;
    }
    .mobile-header .nav li {
        display: inline-block;
        line-height:50px;
    }
    .mobile-header .nav li a {
        font-size:13px;
        padding:10px;
    }
    .btnBack {
        position: fixed;
        left:15px;
        background:#2222227d url('../img/back.png') no-repeat center center;
        width:44px;
        height:44px;
        bottom:80px;
    }
    .privacy {
        padding:0;
    }
    .txtWrap {
        padding:0;
    }
    .txtWrap .text {
        padding:15px;
    }

    .btn-cancel,.btn-order {
        width:150px;
    }

    .customer th,.customer td {
        display: block;
        height: auto;
        text-align: left;
        padding:10px;
        font-size: 13px;
    }
    .customer .count,.customer .date {
        display: none!important;
    }
    .customer table td {
        padding:5px;
    }

    .cart table td, .cart table th {
        border:none;
        display: flex;
        text-align: left;
        height:auto;
        padding:5px 0px!important;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .cart table th {
        flex-direction: row;
    }
    .cart table th {
        padding-top:15px!important;
        /*display: none;*/
    }
    .cart_data table tr {
        display: block;
        padding:15px 0;

    }

    .cart_data table tbody tr {
        border-bottom:1px solid #ddd;
    }

    .cart_data th {
        display: none!important;
    }

    .btn_delete_cart {
        width:100%;
    }

    .optionWrap {
        position: fixed;
        bottom:0;
        left:0;
        width:100%;
        z-index:9999;
        background:#fff;
        box-sizing: border-box;
        padding:0px 0 50px;
        border-top:1px solid #ddd;
    }

    .optionWrap .mobileOption {
        max-height: 350px;
        overflow-y:auto;
        padding:35px 15px;
    }

    .controlWrap {
        position: fixed;
        bottom:0;
        left:0;
        width:100%;
        height:50px;
        background:#fff;
    }

    .btnScroll {
        bottom:80px;
    }

    .comiseo-daterangepicker {
        background:#fff!important;
    }

    .mobileOption {
        display: none;
    }

    .btn-option-close {
        display: inline-block;
        width:100%;
        height:50px;
        text-align: center;
        margin-bottom:20px;
        position: absolute;
        top:-40px;
        background: url("../img/btn_close_option.png") no-repeat center center;

    }
    .btn-cart.open,.btn-buy.open {
        display: inline-block;
    }
    .btn-cart.close,.btn-buy.close {
        display: none;
    }

    .order-info td,.order-info th {
        display: block;
        padding:0!important;
        height:auto!important;
    }
    .btn-voucher {
        display: block;
        width:100%!important;
    }
    .customer th {
        display: none;
    }

    .voucher-popup, .visit-popup, .benepia-popup {
        width:100%;
        left:0;
        margin:0;
        right:0;
        top:0;
        bottom:0;
        padding:20px;
    }
    .voucher-popup input[type=text] {
        width:21%;
    }
    .order_result tr {
    }
    .order_result td, .order_result th {
        display: block;
        border:0;
        font-size:13px;
        text-align: left;
    }
    .order_result th {
        display: none;
    }
    .categoryBanner {
        display: none;
    }
    .mobile-category-banner {
        display: block;
    }

    .customerForm th, .customerForm td{
        display: block;
        padding:5px!important;
        border:none;
        font-size: 13px;
    }
    .customerForm tr {}
    .customerForm th {

    }

    .customerForm textarea {
        width:100%;
    }
    .customerForm input[type=text] {
        width:100%!important;
    }
    .search input {
        width:100%!important;
    }

    .board-search {
        width:100%;
    }

    table.customer {
        border-top:2px solid #333!important;
    }

    .guest-order .search-box label {
        display: block;
        text-align: left;
        padding:10px 0;
    }
    .guest-order .search-box input {
        width:100%;
        height:35px;

    }

    .guest-order .search-box button {
        width:100%;
        margin-top:10px;
        height:35px;
    }

    .content.product {
        padding:0!important;
    }
    .content > h2 {
        /*padding-left:20px;*/
    }

    .btn_zipcode {
        width:100%;
        margin-top:7px;
        margin-bottom:7px;
    }

    .order-result2 {
        width:100%!important;
        margin-top:20px;
        font-size:13px;
    }
    .order-result2 li.total {
        font-size:15px;
    }
    #orderFrm .btn-buy {
        width:100%;
    }
    .cart .btn-buy {
        width:100%;
    }
    .btnHome {
        width: 44px;
        height: 44px;
        /* border: 3px solid #666; */
        position: fixed;
        bottom: 130px;
        right: 15px;
        line-height: 44px;
        text-align: center;
        font-weight: 500;
        z-index: 6666;
        color: #ef3434;
        display: inline-block;
        background: #ffffffb5;
        border: 1px solid #ef3434d9;
        font-size: 11px;
    }
    .btnMenu {
        width:22px!important;
        height:25px!important;
        position: absolute;
        left:13px!important;
        top:14px!important;
        background:url("../img/menu.png") !important;
        z-index: 222;
        background-size: contain!important;
    }

    .mobile-sidebar {
        width:300px;background: #fff;z-index:99999;position: fixed;top:0;bottom:0;left:-300px;
    }

    .mobile-sidebar.open {
        left:0;
        display: block;

    }
    .backdrop {
        position: fixed;
        left:0;
        top:0;
        bottom:0;
        right:0;
        background:#33333357;
        z-index:99991;
    }

    #pay_layer {
        width:100%;height:100%;background: #00000099;position: fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display: none;
    }

    #pay_layer #pay_inner {
        position: absolute;width:100%;height:100%;z-index:9999;background:#fff;top:0;left:0;margin:0;
    }

    #pay_layer #pay_iframe {
        width:100%;height:100%;
    }

    .content.detail .info .tab.fixed {
        position: fixed;
        top:103px;
        width:auto;
        left:0;
        right:0;
    }

    .tab_content > div {
        padding:20px;
    }
    .content.detail .info .tab {
        margin:0;
    }
    .mobileInfo {
        display: block;
        padding:20px;
    }

    .sale-info {
        width:100%;
    }

    colgroup {
        display: none;
    }
}

