/* =====================================
              	CSS RESET
===================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;}
body {line-height:1.5;}
article,aside,details,figcaption,figure,
ul li{list-style:none;}
a {margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; text-decoration: none;}

/* =====================================
               	COMMON
===================================== */
body {
    font-family: "Noto Sans CJK KR", '나눔고딕', 'Malgun Gothic', 'sans-serif';
    font-weight: 400;   
    letter-spacing: -0.025em; 
}
img {vertical-align: middle;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body img {
    margin-bottom: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* 고정푸터 */
html, body {
	height: 100%;
}
.footer_wrap {
	min-height: 100%;
	position: relative;
	/*padding-bottom: 20px; - footer height */
	z-index: 15;
}
footer {
	position: static;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer_top_hide {
	padding: 1px 0 0 0;
}

/* 댑스 */
.depth_bg {
    margin-top: 5px;
    color: #999999;
    font-size: 12px;
}
.depth_mg {
    margin-right: 15px;
}

/* 각 메뉴 타이틀  */
.guide_tit_top, .guide_tit_down {
    display: none;
    max-width: 465px;
    height: 80px;
    background-image: url(../images/tit_bg_red.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
}
.guide_tit_top_m, .guide_tit_down_m {
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}
.guide_tit_down {
    margin-top: 10px;
}
.guide_img_section img{
    max-width: 100%;/* 二쇰Ц寃곗젣 �씠誘몄�*/   
}

/* 장바구니 : 타이틀 */
.tit_txt_box {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.tit_txt_box h2 {
    font-size: 28px;
    margin: 10px;
}
.tit_bg_ico {
    display: none;
}
.tit_bg_ico_m {
    display: inline;
}
.tit_section {
    height: 115px;
}
.tit_bg_wrap {
    margin: 0 auto;
}
.tit_bg {
    display: table;
    margin: 10px 10px 0 10px;
    width: 100%;
    text-align: left;
}
/* 장바구니 : 타이틀 끝  */


@media (min-width:768px) {
    .tit_txt_box h2 {font-size: 35px;}
    .tit_bg_ico {display: inline;}
    .tit_bg_ico_m {display: none;}
/* .tit_section {height: 130px;} */
    .product {font-size: 20px;}
    .depth_bg {margin-top: 15px;font-size: 14px;}    
}
@media (min-width:1100px) {
    .guide_tit_top, .guide_tit_down {font-size: 26px;display: block;}
    .guide_tit_top_m, .guide_tit_down_m {display: none;}
}

/* =====================================
				STYLE CSS
===================================== */
.wrap {
	max-width: 1100px; margin: 0 auto;
}
/* 네비 */
.nav_bottom_wrap .nav_main {float: left;}
.nav_bottom_wrap .nav_main li {float: left;height: 34px;text-align: center;}
.lis {
    margin-right: 30px;
	/* font-family: "Noto Sans CJK KR !important"; */
    font-weight: 500;
    font-size: 16px !important;
    color: rgba(0,0,0,0.5);
}
.lis {
	font-family: "Noto Sans CJK KR", '나눔고딕';
}
.nav_main .lis:hover {
    color: #ff0000;
    opacity: 0.7;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
/* 공지사항 시작 */
.notice_box_wrap {
    float: right;
    max-width: 385px;
    height:50px;
    display: table;
    text-align: center;
    vertical-align: middle;
    top:-40px;
    position: relative;
}
.notice_box_wrap img
{
	vertical-align:baseline;	
}
.notice_txt {
    display: inline-block;    
    width: 205px;
	/*margin:5px 0 5px 5px;*/
	text-overflow: ellipsis;
}
.notice_txt p {
    font-family: "Noto Sans CJK KR", '나눔고딕', 'Malgun Gothic', 'sans-serif';
    font-weight: 400;    
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 1.5;     
}
.notice_btn_box{
	padding-top: 5px;
}
.notice_btn_box, .notice_txt_wrap {
    display: table-cell;
    vertical-align: middle;
}
.notice_btn_box li {
    float: left;
}
#res_notice{ /* 반응형 공지 */
	display: block;
}
/* 공지사항 끝 */
/* 퀵메뉴 */
.contents_container {
    position: relative;
}
.right_lis {
    margin-bottom: 30px;
    list-style: none;
}
/* 카테고리 메뉴 (왼쪽) */
.quick_dropdown-menu {
    position: absolute;
    top: 30px;
    left: -195px;
    width: 165px;
    z-index: 3;
    /*overflow: hidden;*/
    text-align: center;
}
.quick_dropdown-menu ul{
    width: 100%;   
    float: left;
}
.dropdown-menu-wrap {
    border: 2px solid #d6d6d6;
    margin: 20px 0;
    list-style: none;
}
.quick-dropdown-menu  a{
    display: block;
    text-align: center;
    padding: 13px;
    
    font-family: "Noto Sans CJK KR";
    font-weight: 500;    
    font-size: 16px;   
    color: rgba(0,0,0,0.6);
    background-color:#f9f9f9;    
}
.totalc {
    text-align: center;
    width: 100%;
    height: 46px;
    border: 2px solid #767676;
    font-weight: 400;    
    font-size: 16px;   
    color: #fff;
    background-color: #767676;
    cursor: pointer;    
}
.quick-dropdown-menu span{
    font-family: "Noto Sans CJK KR";
    font-weight: 400;    
    font-size: 17px;   
    color: rgba(255,255,255,0.95);
}
.quick-dropdown-menu li > a:hover {
    background-color: #767676;
    color: rgba(255,255,255,0.95);    
}
.quick_left > ul > a > li > span {
    text-decoration: none;
}
.quick_left > ul > a > li > span:hover {
    background-color: #767676;
    color: rgba(255,255,255,0.95);    
}
.dropdown-menu-wrap > li > button {
    width: 100%;
}
/* 미니장바구니 카카오톡 (오른쪽) */
.quick_lis-menu {
    position: absolute;
    top: 30px;
    right: -180px;
}
.quick_minicart_lis {
    list-style: none;  
}
/* 미니장바구니 */
.quick_right {
	margin-bottom: 30px;
}
.quick_minicart {
    border: 1px solid #d6d6d6;
    width: 155px;
    height: auto;
    background-color: #f9f9f9;
    text-align: center;
    padding: 10px 0;
}
.buying_btn {
    border: 1px solid #d7d7d7;
    display: table;
    margin-top: 10px
}
.buying_btn p {
    display: table-cell;
    vertical-align: middle;
}
.top_btn {
    display: table-cell;
    vertical-align: middle;
    width: 135px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    color: #1D1A19;
    border: 1px solid #1D1A19;
}
.top_img {
    opacity: 0.8;
    margin: 0 5px;
}
.x-cart {
    margin: 30px 0;
}
.new_mini_cart {
    display: inline-block; 
    text-align: left;
    width: 140px;
    margin-top: 10px;
    padding:1px 10px;
}
.new_mini_cart div {
    margin-bottom: 5px;
}
.cancle_btn {
	padding-top:3px;
    margin-left: 10px;
    cursor: pointer;
}
.product_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}
.product_name strong {
    font-size: 15px;
}
.options {
    font-size: 13px;
}
.select_price_div {
    float: left; 
}
.price_div{
	width:60px;	
}
.select_number_div {
    float: left; 
    width: 50px;
    font-size:10px;
    color:#999;
}
.selecting {
	display: inline-flex;
    font-size: 11px;
}
.numbering {
    color: #999 !important; 
}
---------------
.options {
    font-size: 13px;
}
.select_price_div {
	font-weight: 500;
    float: left; 
}
.price_div{
	width:60px;	
}
.select_number_div {
    float: left; 
    width: 50px;
    font-size:10px;
    color:#999;
}
.selecting {
	display: inline-flex;
    font-size: 11px;
}
.buying_btn {
    width: 135px;
    height: 40px;
    font-weight: 500;
    background-color: #fff;
    text-align: center;
    color: #ff0000; 
    margin-left: 10px; 
}
.delivery_cost {
    padding: 9px; 
    height: 12px; 
}
.delivery_nameL {
    font-size: 11px; 
    float: left;
}
.delivery_nameR {
    font-size: 11px; 
    float: right;
}
.cost_total {
    padding: 9px;
}
.costs {
    font-size: 11px; 
    float: left;
}
.cost_l {
    float: right; 
    color: red; 
    margin-right: 5px;
}
.off-screen {
    display: none;
}
#nav {
    text-align: center;
    margin-bottom: 10px;
}
#nav a {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 10px;
    background: #ccc;
    color: #000;
    text-decoration: none;
    font-size: 11px;
}
#nav a.active {
    background: #333;
    color: #fff;
}
/* 카카오톡상담 */
.quick_kakao {
	font-family: "Noto Sans CJK KR", '나눔고딕';
    width: 163px;
    height: 240px;
    background-color: #ffd800;
    border-radius: 10px;    
    text-align: center;
    box-sizing: border-box;
    padding: 9.5px; 
}
.plus_txt_color {
    color: rgba(255,255,255,0.9);    
}
.plus_txt_bg {
    display: inline-block;
    width: 136px;
    height: 45px;
    border-radius: 5px;
    background-color: #1d1a19;  
}
.plus_txt_bg p {
    font-family: "Noto Sans CJK KR";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    box-sizing: border-box;
    padding-top: 3px;
}
.quick_kakao img {
    width: 75px;
    height: 70px;
    margin: 5px 0;
}
.kakao_txt_01 {
    font-family: "Noto Sans CJK KR";
    font-weight: 400;    
    font-size: 18px;
    line-height: 1.3;
}
.kakao_txt_02 {
    font-family: "Noto Sans CJK KR";
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -0.025em;
    padding-top: 5px;
}
.fev_txt {
    margin: 20px 0;
    font-family: "Noto Sans CJK KR";
    font-weight: 500;
    font-size: 22px;
    width: 260px; 
    overflow: hidden; 
    height: 23px;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.quick_kakao a:link { color: #fff; text-decoration: none;}
.quick_kakao a:visited { color: #fff; text-decoration: none;}
/* 고객센터 */
.quick_call {
    border: 1px solid #d6d6d6;
    width: 160px;
    background-color: #f9f9f9;
    text-align: center;
    padding: 30px 15px; 
    margin-top: 40px;   
}
.quick_call img {
    width: 34px;
    height: 35px;
}
.quick_txt_01, .quick_txt_02 {
    text-align: left;
}
.quick_txt_01 {
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-weight: 300;    
    font-size: 13px;   
    line-height: 1.2;
    color: rgba(59,59,59,0.6); 
}
.quick_txt_02 {
    font-family: "Noto Sans CJK KR";
    font-weight: 400;    
    font-size: 13px;   
    line-height: 1.5;
    color: #ff0000;
    margin: 3px 0;
}
.call_num {
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-weight: 500;    
    font-size: 16px;   
    line-height: 1.3;
    color: #3b3b3b;
    margin: 5px 0 10px 0;
}


/*===== 미디어쿼리 =====*/

/* 사이드 퀵메뉴 */
.quick_left {display: none;}
.quick_right {display: none;}

/*헤더*/
.btn_top {
    position: fixed;
    bottom: 170px;
    right: 12px;	
    background: url('../images/small-up_02.png');
    width: 46px;
    height: 46px;
    border: none;
    z-index: 10;
   	cursor: pointer;
}
.btn_down {
    position: fixed;
    bottom: 115px;
    right: 12px;	
    background: url('../images/small-down_02.png');
    width: 46px;
    height: 46px;
    border: none;
    z-index: 10;
   	cursor: pointer;
}
.logo_box {
    display: inline-block;
	width: 120px;
	height: 35px;
	background-image: url(../images/logo_m.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px 0;
    margin-left: 12%;
    cursor:pointer;
}
.logo {
/*     width: 120px; */
/*     height: 35px; */
    display: inline-block;
}
.logo_out {
	display: inline-block;
}
.logo_user{
	height:45px;
	width: auto;
	margin-left: 15%;
}
/* 네비 */
.header_global {
    height: auto;
    display: block;
    position:fixed;
    padding: 0;
    text-align: center;    
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0;
    background-color: #fff;
}
.nav_main {
    padding-top: 14px;
    list-style: none;
}
.nav_top_wrap {
    width: auto;
/*     margin-top: -38px; */
    background-color: #ffffff;
}
.nav_bottom_wrap {
    display: none; 
    height: 50px;
    background-color: #f2f2f2;
}
.nav_top_header_count {
	background: transparent;
	background-image: url(../images/red_circle.png);
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	color:#ffffff;
	display: block;
    position: relative;
    z-index: 3;
    right: 12px;
    float: right;
    width:26px;
    height:26px;
    margin-top: -10px;
    border:none;
}
/* 사이드 네비 */
.close_box {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 45px;
    z-index: 1100;
}
.side_btn {
    display: inline-block;
}
.side_btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.canvasNav{
	height: 100%;
    width: 100%;
    opacity:0.5;
    top: 0;
    left: 0;
    background-color: #4b4b4b;
    position: fixed;
    z-index: 3;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    display: none;
}
.sidebar{
    display: none;
    height:100%;
    width:180px;
    background-color:#fff;
    position:fixed!important;
    z-index:1500;
    top:0;
    overflow:auto;
    color:#fff;
    background-color:#fefefe;
    border-right: 2px solid #ee232c;  
}
.side-button { 
    display:inline-block;
    padding:5px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.side-button:disabled {
    cursor:not-allowed;
}
.bar-btn {
    padding: 2px 8px;
    padding-bottom: 5px;
    margin: 0;
    border: none;
    font-size: 23px;
    background-color: #ff0000;
    border-radius: 0 5px 5px 0;
    color: rgba(255,255,255,0.9);
    vertical-align: middle;
}
.animate-left {
    position:relative;
    animation:animateleft 0.4s;
}
@keyframes animateleft{
    from{left:-300px;opacity:0} to{left:0;opacity:1}
}
.x-btn {
    display: block;    
    padding: 0px 10px;
    color: #ee232c;
    background-color: #fff;
    font-size: 30px;
    border: none;
    white-space: normal;
    float: right;
    outline: 0;
}
.x-btn span:hover {
    color: #ee232c;
}
.bar-list {
    display: block;
    padding: 15px 20px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid rgba(0,0,0,0.2); 
}
.bar-list:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.2); 
} 
.bar-list:hover {
    color:#ee232c;
    background-color: #fff;
}
.bar-list-box {
    padding-top: 50px;
}

/* 모바일 카테고리 */
.mobile_view {
    display: none;
    width: 100%;
	height:40px;
	overflow-x:scroll;
	padding: 0px;
    background-color: #f7f7f7;    
    -ms-overflow-style: none; overflow: auto;	
}
.mobile_view::-webkit-scrollbar {
    display:none;
}
.scrollBlind {
    width:500px;
	margin:-5px 0px;
/* 	list-style:none; */
}
.scrollBlind div  {
    float:left;
	height:50px;
	line-height: 50px;
	text-align: center;
    color: #333;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
}
.scrollBlind div:hover{
    color: #ff0000;
}

/* 메인 상단 배너 */
.bnr_container {
    position: relative;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bnr_container img {
    width: 100%;
    height: 100%;
}

/* 메인 공통 타이틀 & 라벨 */
.tbl {
    margin: 20px 0;
}
.best_tit {
	white-space: nowrap;
    font-weight: 500;   
    font-size: 14px;
    margin: 0 10px;
}
.best_tit p {
	display: inline-block;
	margin: 0 5px;
}
.category_tit {
    display: inline-block;
    font-weight: 500;    
    font-size: 14px;
	margin: 0 5px;   
    height: 33px;
}
.category_tit p {
	display: inline-block;
}
.percent_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100px;
    height: auto;
}
.percent_txt {
    position: absolute; 
    display: block;
    top: 0;
    left: 3%;
    margin: 10px 0;
    z-index: 20;
    
    font-family: "Noto Sans CJK KR";
    font-weight: 600;    
    font-size: 24px;   
    letter-spacing: -0.025em;
    line-height: 1.5;
    color: #ff0000;    
}
.today_container .percent_txt {
    left: 2%;
    margin: 7px 0;
    font-family: "Noto Sans CJK KR";    
    font-weight: 600;
}
.category_container .percent_txt {
    left: 2%;
    margin: 7px 0;
    color: #ff0000; 
    font-family: "Noto Sans CJK KR";    
    font-weight: 600;
}
.ticket_label_p {
    display: table;
    /*position: absolute;*/
    /*z-index: 333;*/
    right: 10px;
    bottom: 38px;
    width: 58px;
    height: 58px;
    font-family: "Noto Sans CJK KR";       
    font-size: 13px;
    font-weight: 600;
/*     background-color: #fff; */
    text-align: center;
    line-height: 1.2;
}
.ticket_label_p img {
    display: inline;
    position: absolute;
    bottom: 18px;
    right: -225px;
}
/* 유효기간 */
.tip_txt {
	display: inline-block;
    width: 100%;
/*  position: absolute;
    left: 0; */
    bottom: 35px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    z-index: 2;
    background-color: rgba(51,51,51,0.9);
    text-align: center;
}

.tip_txt2 {
    z-index: 2;
    display: inline-block;
	width: 100%;
	text-align: center;
    background-color: rgba(51,51,51,0.9);
    font-size: 12px;
    line-height: 20px;
    color: #fff;
	margin-left: 0;
	
	position: relative;
    top: -21px;
}
@media (min-width: 768px) {
	.tip_txt2{top: -25px;}
}
.tip_txt2 .tip_terms {
	display: none;
}
@media (min-width: 1000px) {
	.tip_txt2 .tip_terms{display: inline-block;margin-left: 10px;}
}
.tip_terms {
	margin-left: 5px;
	display: none;
}
@media (min-width: 768px) {
	.tip_terms{display: inline-block;margin-left: 10px;}
}
.tip_dates {
	font-weight: 400;
}
/* 일반상품 순서별 */
.tab_lis li {
    float: left;
    margin: 0 30px;
    list-style: none;
    font-size: 16px;
}
.tab_lis a{
    font-weight: 500;
    font-size: 16px;
    color: rgba(0,0,0,0.4);
}
.tab_check_wrap {
	padding: 10px 0 10px 50%;
    text-align: right;
    display: block;
}
.tab_check a{
    font-weight: 600;
    color: #000;
}
.tab_lis .tab_check {
    list-style: url(../images/ico_check.png);
}
/* 추천상품 일반상품 타이틀*/
.best_txt {
    color: red;
	/* margin-right: 10px; */
}
/* 베스트 상품 */
.best_inline {
	display: inline-block;
	width:100%;
	padding: 0 2%;
}
.best_inline .best_box {
	background-color: #fff;
	/* boa  */ /* 20230512 김서연 누구일까 오타? */
	margin: 3px;
	width: 48%;
}
@media (min-width:360px) {
	.best_inline .best_box{width: 48%;margin: 0 2px;}
}
@media (min-width:768px) {
	.best_inline {padding: 0;}
	.best_inline .best_box{width: 49%;margin: 0 2px;}
}
.best_container {
    display: block;
	text-align: center;
	padding: 20px 0;
}
/*
.bxslider_01 {
    display: none;
}*/
.box_01 {
    width: 100%;
	float: left;
	box-sizing: border-box;
    height: 180px;    
    position: relative;
    cursor:pointer;
}
.box_txt_01 {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.best_box {
    width: 50%;
	float: left;
	box-sizing: border-box;
    border: 2px solid rgba(0,0,0,0.2);
    margin: 3px 0;
    padding: 0 5px;
}
.best_box:hover {
	border: 2px solid rgba(0,0,0,0.2);
}
.section_text_best {
	width: 100%;
    height: 160px;
	float: left;
	box-sizing: border-box;   
    padding: 15px 0 0 0;
    overflow: hidden;
}
.section_text {
    width: 100%;
    height: 275px;
	float: left;
	box-sizing: border-box;   
    padding: 20px 20px 0 20px;
    overflow: hidden;
}
.best_img {
    max-width: 100%;
    width:100%;
    margin: 10px 0;
    position: relative;
    top: 0;
    left: 0;
    height: 100%
}
.best_contents {
    margin: 0 10px;
}
.main_cart_img {
    padding: 1px;
    vertical-align: text-top;
}
.products_line {
    margin: 5px 0 5px 0;
    opacity: 0.5;
    width: 100%;
    display: inline-block;
    display: none;
}
@media (min-width:768px) {
	.products_line {display: none;}
}

/* 일반상품 메인 */
.tab_lis {
    display: none;
}
.category_container .section_text {
    height: 50%;
    padding: 10px;    
}
.category_container .content_01:hover {
    border: 2px solid #ee232c;
}
.normal-box-01 {
    max-width: 100%;
	float: left;
	box-sizing: border-box;
    position: relative;
	cursor:pointer;     
}
.normal-box {
    max-width: 50%;
/*  height: 330px; */
	float: left;
	box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 2px;
}
.normal-box:hover {
	border: 1px solid rgba(0,0,0,0.2);
}
@media (min-width:768px) {
	.normal-box:hover{border: 2px solid rgba(0,0,0,0.2);}
}
.normal-box .section_text {
    width: 100%;
    height: 145px;
}
.normal-img {
    width: 100%;
    height: 160px;
}
@media (min-width:425px) {
	.normal-img{height: 190px;}
}
@media (min-width:768px) {
	.normal-img{height: 265px;}
}
.bottom-label-box {
    width: 100%;
}

/* 그외 폰트 변경(모바일) */
.txt01 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;    
    color: #3da2ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;    
}
.txt02 {     
    font-size: 14px;
	margin: 2px 0;
    height: 16px;
	font-family: "Noto Sans CJK KR", '나눔고딕';
    font-weight: 500;
    color: #333333;    
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.percent {
    float: left;
    font-size: 18px;
    margin: 0 3px 0 0;
    color: #ff0000;
}
.pr_price {
	font-weight: 500;
    font-size: 10px;
    text-decoration: line-through;
    color: rgba(0,0,0,0.4);
}
.price {
	/*float: left;*/
    font-size: 16px;  
	font-family: "Noto Sans CJK KR", '나눔고딕';    
    font-weight: 600;  
    color: #000;
}
.txt03 {
    margin: 5px 0;
    font-family: "Noto Sans CJK KR";    
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    color: rgba(83,83,83,0.5);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}
.btn_area {
    float: right;
    margin-top: 0;
    display: none;
}
.box_txt_01 .selector option {
    font-size: 12px;
    font-weight: 600;
    color: rgba(56,56,56,0.6);
}
.selector {
    color: rgba(56,56,56,0.6);
    font-size: 14px;
    width: 80px;
    height: 35px; 
    font-weight: 600;
    position: relative; 
    float: left; 
    margin-right: 5px; 
    padding: 0 10px;
    cursor: pointer;
}
.cart_btn {
    display: inline-block;
    width: 140px;
    height: 35px;
    box-sizing: border-box;
    background-color: #fa5422;
    text-align: center;
    color: #fff;    
    font-weight: 500;
    border-radius: 3px;
}
.cart_btn:hover{
	cursor: pointer;
}
.main_cart_btn {
    display: none;    
    position: relative;
    width: 120px;
    height: 35px;
    box-sizing: border-box;
    background-color: #ee232c;
    text-align: center;
    
    color: rgba(255,255,255,0.9);    
    font-weight: 500;
}
/* .contents_container .cart_btn { */
/*     display: none; */
/* } */
.cart_btn_m {
    display: inline-block;
}
.cart_txt {
	display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;    
}
.main_cart_mico {
    display: inline-block;
}

/*팝업 시작*/
.cart_btn_02 {
	width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 14px 0;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #ffffff;
    text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    margin: 0 15px;
	cursor: pointer;     
}
.buying_btn_02 {
    height: 50px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 14px 0;
    border: 1px solid #e51b13;
    background-color: #e51b13;
    text-align: center;
    color: #fff;
}
/*===== 팝업 상단 텍스트 영역 =====*/
.detail_select_box {
	float:right;
}
.details_txt_box {
	padding-left: 50px;
}
.details_txt_box .tit_01 {
    color: #1b97ed;
}
.details_txt_box h2 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.02em;
    
    margin: 10px 0;
}
.details_txt_box .pre_price {
    font-size: 16px; 
    color: #cacaca;
    margin: 20px 0 10px 0;    
}
.details_txt_box .price {
    font-weight: 600;
    font-size: 25px;
    color: #ff0000;    
}
.details_txt_box .option {
    font-size: 18px;
    font-weight: 500;   
/* margin: 40px 0 15px 0; */
}

#select_box, #select_box_reservation  {
    width: 100%;
    height: 35px;
    box-sizing: border-box;    
    padding: 7px 5px;
    color: rgba(56,56,56,0.5);
    font-size: 13px;
    font-weight: 300px;
    margin-bottom: 10px;
    background-color: #fff;   
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
    border-width: 1px;
}
#select_date_in, #select_date_out {
	width: 100%;
    height: 35px;
    box-sizing: border-box;    
    padding: 7px 5px;
    color: rgba(56,56,56,0.5);
    font-size: 15px;
    font-weight: 300px;
    margin-bottom: 10px;
    margin-left:15px;
    margin-right:15px;
    background-color: #fff;   
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
    border-width: 1px;
    border-left:none;
    border-right:none;
    text-align:center;
    
}
.details_option_bg {
    display: table;    
    width: 460px;
}
.details_option_box {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}
.details_option_box li {
    float: left;  
}
.details_option_box p {
    margin: 0 20px;
}
.details_option_box img {
    display: inline;
}

.details_option_box > li > div {
    float: left;
}
.details_btn_m {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 3px;
    
    text-align: center;
}
.details_btn_n {
    width: 60px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 5px;    

    text-align: center;
}
.details_btn_p {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 3px;    
    text-align: center;
}
.details_total_bg {   
    text-align: right;
}
.details_total {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #383838;
}
.details_total span {
    font-size: 22px;
    font-weight: 600;    
    color: #ff0000;
    margin-left: 10px;
}
.details_btn_box {
    width: 100%;
    margin: 10px 0 10px 0;
}
.details_btn_box > a {
    float: left;
    width: 50%;
}
.detail_select_box .t_number {
    display: inline-block;
    vertical-align: middle;
    text-align: center;	
}
/* 팝업_권종선택시 */
#option_table {
    width: 100%; 
    margin: 5px 0;
    padding:3px;
}
.option_table_border{
	border-top:1px solid #808080;
    border-bottom:1px solid #808080;
}
#option_table th{
    text-align: left; 
    padding: 13px 0; 
    font-size: 14px;
}
.t_number input {
    border: none;
    width: 25px; 
    padding: 4px 0; 
    font-size: 13px; 
    text-align: center;
}
.t_number img {
    padding: 2px; 
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0.3);
}

.t_price {
    text-align: right; 
}
.t_price span {
    font-size: 13px;
}
.t_won {
    text-align: right; 
    width: 12px;
}
.t_won span {
    font-size: 13px;
}
.t_cancle {
    text-align: right; 
    width: 20px;
}
.t_cancle a {
    width: 15px;
}
/*====팝업 끝====*/
/* 푸터 */
.footer_box { 
	max-width: auto;
    padding: 15px 0;
    margin: 0 auto 0 auto;
}
.footer_box a {
	margin: 0 10px;
    color: rgba(0,0,0,0.5); 	
}
.footer_box a:first-child {
	margin: 0 10px 0 0;
}
.footer_txt a {
    font-family: "Noto Sans CJK KR";
    font-weight: 400;    
    font-size: 14px;
    color: #515151;    
    margin-right: 20px;
    margin-bottom: 10px;
} 
.footer_container {  
    position: static;
    margin-top: 50px;
    background-color: #f9f9f9;
}
.footer_txt {
    max-width: 600px;
    font-size: 14px;
    color: rgba(0,0,0,0.5);     
}
.footer_box p {
    max-width: 700px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    letter-spacing: -0.025em;
    line-height: 1.5;    
}
.complete_btn_box {
	padding-bottom: 600px;
}
/* =====================================================
						상세 화면 CSS
========================================================*/


/*===== 상세 댑스 =====*/
.detail-tit_section {
    margin-top: 30px;
}
.detail-tit_section .depth_mg {
    margin: 0 5px;
    color: rgba(0,0,0,0.4);
}
/*===== 상세 댑스끝 =====*/

/*===== 상세 상단 썸네일 영역 =====*/
.details_container {
	position: relative;	
	margin: 0 auto;
}
.details_section {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 3px;
    margin-top: 15px;
    padding: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}
.details_main_img img {
    width: 100%;
}
.details_thum_box {
    max-width: 430px;
    margin: 0 auto;
}
.details_thum_lis {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.details_thum_lis img {
    border: 2px solid white;
    max-width: 100%;
}
.details_thum_lis img:hover {
    border: 2px solid red;
}
.thumb_small{
	width:75px;
	height:75px;
}
.details_img_box ul li {
    display: inline-block;
    margin: 15px 0;
    width: 18%;
}
#mainImg img {
    width: 100%;
    height: auto;
}
.details_img_box {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.details_main_img {
    margin: 0 auto;
    padding: 0;
}

/*===== 상세 상단 썸네일 영역 끝 =====*/

/*===== 상세 상단 텍스트 영역 =====*/
.option_hide {
    display: none;
}
.detail_price {
    font-family: "Noto Sans CJK KR";    
    font-weight: 600;
    font-size: 20px;    
    color: #ff0000;	
}
.detail_price span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.02em;
    margin: 0 20px;    
}
.detail_select_box {
	float:right;
	width: 100%;
}
.details_txt_box {
    float: left;
    max-width:100%;
    padding: 0;
}
.details_txt_box .tit_01 {
    color: #1b97ed;
    font-size: 13px;
}
.detail_tit {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin: 0;
}
.details_txt_box .pre_price {
    font-size: 16px; 
    color: #cacaca;
    margin: 0;    
}
.pre_price span {
    text-decoration:line-through;    
}
.details_txt_box .price {
    font-weight: 600;
    font-size: 25px;
    color: #ff0000;    
}
.details_txt_box .option {
    font-size: 14px;
    font-weight: 500;   
/* margin: 20px 0 15px 20px; */
}
.select_box {
    float: right;
    width: 300px;
    height: 35px;
    box-sizing: border-box;    
    padding: 7px 5px;
    color: rgba(56,56,56,0.5);
    font-size: 13px;
    font-weight: 300px;
    margin-bottom: 10px;
    cursor: pointer;    
}
.select_box_night {
    float: right;
    width: 300px;
    height: 35px;
    box-sizing: border-box;    
    padding: 7px 5px;
    color: rgba(56,56,56,0.5);
    background-color: #fff;  
    font-size: 13px;
    font-weight: 300px;
    margin-bottom: 10px;
    cursor: pointer;    
}
.details_option_bg {
    display: table;    
    width: 460px;
}
.details_option_box {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}
.details_option_box li {
    float: left;  
}
.details_option_box p {
    margin: 0 20px;
}
.details_option_box img {
    display: inline;
}
.details_option_box > li > div {
    float: left;
}
.details_btn_m {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 3px;
    
    text-align: center;
}
.details_btn_n {
    width: 60px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 5px;    

    text-align: center;
}
.details_btn_p {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 3px;    
    text-align: center;
}
.details_option_wrap {
/* 	width: 65%; */
/* 	float: right; */
}
.details_total_bg {   
    text-align: right;
}
.details_total {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #383838;
}
.details_total span {
    font-size: 22px;
    font-weight: 600;    
    color: #ff0000;
    margin-left: 10px;
}
.fix_btn_box {
	margin: 3px 0;
}
.fix_btn_box > a {
    float: left;
    width: 50%;
}
#normal_btn_box{
	display: none;
}
#res_btn_box{
	list-style: none;
	margin-top:-20px;
}
/*===== 상세 상단 텍스트 영역 끝 =====*/

/*===== 상세 티켓라벨 & 퍼센트 =====*/
.details_lab {
    display: inline-block;
    float: right;
}
.lab_top {
    display: inline-block;
    padding-bottom: 10px;
}
.lab_top li{
    float: left;
    margin-right: 10px;
}
.lab_m {
    font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
}
.lab_x {
    font-size: 12px;
    font-weight: 600;
    color: #fa3a42;    
}
.percent_label_detail {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 17;
}
.percent_label_num {
	position: absolute;
	top: 8px;
	left: 15px;
	color: #ff2828;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.5;	
}
/*===== 상세 티켓라벨 & 퍼센트끝 =====*/

/*===== 상세 정보 탭 =====*/
.details_tab_bg {
    margin-top: 2%;
    width: 100%;
}
.details_tab_lis {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.details_tab_lis a{
    width: 25%;
    height: 65px;
    float: left;
}
.details_tab_lis a {
    display: table;   
}
.details_tab_lis a li { 
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    font-size:11px;
    color: rgba(0,0,0,0.5);
}
.details_tab_lis a li:hover {
    border-bottom: 3px solid #ff0000;
    color: #ff0000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#map{
	width: 100%;
	height: 300px;
}

.responsive-iframe-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 비율 (9/16 = 0.5625) */
	overflow: hidden;
}

.responsive-iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*===== 상세 정보 탭 끝 =====*/

/*===== 탭 메뉴 변경 2023.05.04 =====*/
/*.details_tab_container { height: 800px; }

@media (max-width:1000px) {
    .details_tab_container { height: 1000px;}
}

.tabmenu{ 
    min-width: 375px; 
    margin: 0 auto; 
    position:relative; 
}
.tabmenu ul{
    position: relative;
    list-style:none;
}
.tabmenu ul li{
    width:25%; 
    float:left;  
    text-align:center; 
}

.tabmenu ul li label:hover{
    color:#ff0000; 
    border-bottom: 3px solid #ff0000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tabmenu label{
    display:block;
    width:100%; 
    height: 50px;
    font-size:11px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}
.tabmenu input{display:none;}

.details_tab_content {
    display:none;
    height: 100%;
    text-align:left; 
    position:absolute; 
    left:0; top:60px; 
    box-sizing: border-box;
}

#details_tab03 ~ .details_tab_content > .contents_box img {
    max-width: 100%; 
    display: block; 
    margin: 0px auto; 
}

.tabmenu input:checked ~ label{
    color:#ff0000; 
    border-bottom: 3px solid #ff0000;
}
.tabmenu input:checked ~ .details_tab_content{
    display:block;
}*/

/*===== 탭 메뉴 변경 2023.05.04 =====*/

/*===== 상세 정보 하단 =====*/
.contents_tit {
    text-align: center;    
}
.contents_box {
    height: auto;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
}

.contents_box img {
	width: -webkit-fill-available;
	max-width: fit-content;
}
/* 1. 상세설명&매송환불안내 */
.contents01_tit {
    font-family: "Noto Sans CJK KR";   
    font-weight: 500;
    font-size: 25px;
    color: #fa5422;
    text-align: center;
    margin-top: 35px;
}
.details_box_01 .contents_box {
    padding: 20px;
}
.contents_box h3 {
    font-family: "Noto Sans CJK KR";       
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    margin: 50px 0 30px 0;
}
.contents_box p {
    line-height: 1.6;
    color: #646464;
}
.contents_box .emp {
    color: rgba(255,0,0,0.8);
}
/* 2. 상품정보 */
.details_contents {
	display: none;
	min-height: 500px;
}

.details_contents_01 {
	display: block;
}

.details_contents02 .contents_box {
    text-align: center;
    padding: 0;
}
.contents_tit_sub {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,0.8);
    margin: 30px 0 30px 0;
}
/* 3. 시설정보 */
.map_inf {
    display: inline-block;
    padding: 5px;
    width: 100%;
    height: 350px;
    text-align: center;
    
    background-image: url("http://i1.daumcdn.net/dmaps/apis/loading_n.png");/* 20230512 김서연 누가 ..(대신 { 쓴거람.. */
}
.txt_inf {
    width: 100%;
    border: none;
    padding-left: 150px;
    margin-top: -40px;
    margin-bottom: 20px;
}
.details_box_02 img {
    max-width: 100%;
}
.cart_btn_02 {
    height: 50px;
    box-sizing: border-box;
    padding: 14px 40px;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #ffffff;
    text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    margin-left: 5px;
	cursor: pointer;     
}
.buying_btn_02 {
    height: 50px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 14px 10px;
    border: 1px solid #e51b13;
    background-color: #e51b13;
    text-align: center;
    color: #fff;
}
/*===== 상세 정보 하단 끝 =====*/

/* 제품 상세페이지 스타일*/
#option_table th{
    text-align: left; 
    padding: 13px 0; 
    font-size: 14px;
}
.t_number input {
    border: none;
    width: 25px; 
    padding: 4px 0; 
    font-size: 13px; 
    text-align: center;
}
.t_number img {
    padding: 2px; 
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0.3);
}
.details_option_wrap .t_price {
    text-align: right; 
}
.details_option_wrap .t_price span {
    font-size: 13px;
}
.t_won {
    text-align: right; 
    width: 12px;
}
.t_won span {
    font-size: 13px;
}
.t_cancle {
    text-align: right; 
    width: 20px;
}
.t_cancle a {
    width: 15px;
} */

/* 상세 고정 카트 */
.fix_buy {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}
.btn_fix_box {
    background: #f9f9f9;
    padding: 10px 0px;
    border-top: 1px solid #d4d4d4;
    margin-top: -1px;  
    text-align: center;
}
.btn_fix_buy {
    display: inline-block;
    width: 47%;
    height: 35px;
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    background: #e51b13;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btn_fix_cart {
    display: inline-block;
    width: 47%;
    height: 35px;
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 14px;
    line-height: 35px;
    color: #e51b13;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e51b13;
    vertical-align: middle;
    cursor: pointer;    
}
.fix_option_wrap{
    display: none;
}
.fix_total .total_txt {
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.fix_total p {
    display: inline-block;  
}
.fix_option_container .details_total_bg {
	width: 100%;
}
.fix_option_container .buying_btn_02 {
    width: 100%;
    padding: 14px 40px;
}
.fix_option_container .cart_btn_02 {
    width: 100%;
    padding: 14px 40px;
    margin-left: 5px;
	margin: 0;
}
.toggle_detail{
	display:none;
}
.minus_btn {
	background-color: #fff;
}
.plus_btn {
	background-color: #fff;
}
.cart_btn_03 {
	width: 160px;
    padding: 5px 0;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #ffffff;
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    margin: 0 10px;
	cursor: pointer;    
}
.buying_btn_03 {
	width: 160px;
    font-weight: 600;
    padding: 5px 0;
    box-sizing: border-box;
    border: 1px solid #e51b13;
    background-color: #e51b13;
    text-align: center;
    color: #fff;
}
.open_btn_03 {
	width: 100%;
    font-weight: 600;
    padding: 5px 0;
    box-sizing: border-box;
    border: 1px solid #e51b13;
    background-color: #e51b13;
    text-align: center;
    color: #fff;
}
.option {
	padding: 5px 0;	
}
.select_out_btn_01 {/* 박현수 추가 옵션 확인버튼 */
	width: 50px;
    font-weight: 300;
    padding: 5px 0;
    box-sizing: border-box;
    border: 1px solid #e51b13;
    background-color: #e51b13;
    text-align: center;
    color: #fff;
}

/* 상세 고정 카트 끝 */
/* 장바구니 : 타이틀 */
.tit_txt_box {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.tit_txt_box h2 {
    font-size: 28px;
    margin: 10px;
}
.tit_bg_ico {
    display: none;
}
.tit_bg_ico_m {
    display: inline;
}
.tit_section {
    height: 115px;
}
.tit_bg_wrap {
    margin: 0 auto;
}
.tit_bg {
    display: table;
    margin: 10px 10px 0 10px;
    width: 100%;
    text-align: left;
}
/* 장바구니 : 타이틀 끝 */

/* 장바구니 : step 단계 */
.step_bg {
    display: none;
    float: right;
    margin: 0 0 25px 0;
}
.step_section {
    display: inline;
}
.step_bg .step_lis {
    width: 160px;
    height: 50px;
    float: left;    
    font-size: 20px;
    font-weight: 600;
    color: #2b2b2b;
    padding: 15px 0;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 5px;
    padding: 10px 0;
}
.step_check span:nth-child(1){
	color: #fff;
}
.step_check span:nth-child(2){
	color: #ffd800;
}
.step_check {
    background-image: url(../images/step_bg_c.jpg);
    background-repeat: no-repeat;
    background-position: 6px 0px;
}
.step_none {
    background-image: url(../images/step_bg.png);
    background-repeat: no-repeat;
    background-position: 6px 0px;
}
.step_num {
    font-size: 18px;
    font-weight: 600;
	padding:  0 30px 0 22px;
}
/* 장바구니 : step 단계 끝 */

/* 장바구니 : 주문상품정보 테이블 */
/* .order-info-tit { 20220729 김서연
	display: none;
} */
.shopping-cart_board {
    padding-bottom: 30px;
}
.table_b_btn {
	text-align: center;
    height: 40px;
    padding: 20px 30px;  
}
.go_back_box, .home_back_box {
    display: inline-block;
    float: left;
    margin-top: 10px;
    
    font-family: "Noto Sans CJK KR";
    font-size: 16px;
    font-weight: 500;
    color: #ff3333;    
}
.go_back_box p, .home_back_box p {
    display: inline-block;
    color: #ff3333;    
}
.home_back_box img {
	vertical-align: middle;
}
.table_b_btn a img {
    vertical-align: middle;
    margin-right: 13px;
}
.purchase_btn {
    height: 45px;
    padding: 0 30px;
    border: 1px solid #ff3333;
    text-align: center;
    float: inherit;

    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 20px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: #ff3333;
    border-radius: 2px;
    cursor: pointer;
}
.btn_submit {
    height: 22px;
    padding: 6px 30px;
    border: 1px solid #ff3333;
    text-align: center;
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: #ff3333;
    border-radius: 2px;
    cursor: pointer;
}
.btn_p_t{
	padding-top:20px;
}
.shopping-cart_board table {
    width: 100%;
    border-collapse: collapse;
}
.shopping-cart_board .table_section {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart_table {
    background-color: #fff;
}
.cart_table_head tr th {
    height: 50px;
    text-align: left;
    vertical-align: middle;
    
    font-family: "Noto Sans CJK KR";
    font-weight: 500;    
    font-size: 14px;   
    color: #333333;
    
    border-top: 2px solid #ed1b24;
    border-bottom: 1px solid #d6dadd;
    padding: 0;
    margin: 0;
    margin-bottom:-20pt;
}
.cart_table_head_top_nomal tr th {
    height: 30px;
    text-align: left;
    vertical-align: middle;
    
    font-family: "Noto Sans CJK KR";
    font-weight: 500;    
    font-size: 14px;   
    color: #333333;
    
    border-bottom: 1px solid #d6dadd;
    padding: 0;
    margin: 0;
}
.cart_table_head .colum02 {
	text-align: left;
}
@media (min-width:768px) {
	.cart_table_head tr th {text-align: center;}
	.cart_table_head .colum02 {text-align: center;}	
}
.cart_table_head .colum03 {
	display: none;
}
@media (min-width:768px) {
	.cart_table_head .colum03 {display: table-cell;}
}
.cart_table_head .colum04 {
	opacity: 0;
}
@media (min-width:768px) {
	.cart_table_head .colum04 {opacity: 1;}
}
.cart_tb tr .cart_thum {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
.cart_tb tr .cart_thum img {
    width: 120px;
    vertical-align: middle;
    margin: 0 5px;    
}
.product {
    display: block;
    text-align: left;     
    line-height: 1.5;
	font-family: "Noto Sans CJK KR", '나눔고딕';     
    font-size: 15px;   
    font-weight: 500;
    padding: 5px 0;
    white-space: normal;
    text-overflow: ellipsis;
    width: 100%;
}
.product p {
    white-space: normal;
    text-overflow: ellipsis;    
}
.cart_txt_box {
    padding-top: 8px;
}
.cart_table_box {
    display: block;
    text-align: left;
    padding-top: 5px;
}
.option_tb01 {
    width: 100%;
    margin: 0 auto;
}
.option_tb01 tr th {
    color: #333333;
    font-size: 12px;
    border-bottom: 1px solid #e1e1e1;
    border-top: none;
    text-align: left;
    line-height: 1.5;
}
.cart_option {
    color: rgba(0,0,0,0.5);
    line-height: 1.5;
}
.option_tb01 tr td {
    font-family: "Noto Sans CJK KR"; 
    color: #333333;
    font-size: 12px;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0;
    border-top: none;
    text-align: right;
}
.option_tb01 a {
    display: inline;
    font-size: 12px;
}
.option_wrap_box img{
    vertical-align: middle;
}
.option_wrap_box td {
    white-space: nowrap;    
}
.option_tb01 .count {
    display: inline;
    width: 27px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: rgba(0,0,0,0.5);
    padding-left: 9px;
    box-sizing: border-box;
}
.count img {
    border: 1px solid #f7f7f7;
}
.count p {
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin: 0 8px;
}
.count input {
    border: none;
    width: 15px;
}
.product_total_price {
    display: inline-block;
    font-size: 15px;
}
.option_tb01 img {
    vertical-align: middle;
}
.option_tb01 .x_ico {
    margin: 0 10px;
}
.op_lis {
    color: rgba(0,0,0,0.5);
}
.cart_pic_total {
    display: block;
    padding: 10px 0 0 0;
    text-align: right;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}
.total_m {
    display: inline-block;
    margin: 0 20px;
	font-family: "Noto Sans CJK KR", '나눔고딕';     
    font-size: 14px;
    font-weight: 500;
}
.total_price {
    font-size: 18px;
}
.agree_txt {
    display: inline-block;
	font-family: "Noto Sans CJK KR", '나눔고딕';    
    font-size: 13px;   
    font-weight: 400;
    color: rgba(0,0,0,0.7);
}
.agree_info {
    margin: 0 5px;
    color: rgba(0,0,0,0.7);    
}
/* 장바구니 : 주문상품정보 테이블 끝 */

/* 장바구니 : 바로사용불가 & 모바일 티켓 */
.ico_03 {
    display: inline-block;
    padding: 3px 6px;
    height: 17px;
    line-height: 17px;
    color: red;
	font-family: "Noto Sans CJK KR", '나눔고딕';     
    font-size: 12px;   
    font-weight: 500;
    background-color: #fff;
    border: 1px solid red;    
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    box-sizing: unset;
}
.ico_04 {
    display: inline-block;
    padding: 3px 6px;
    height: 17px;
    line-height: 17px;
    color: #585858;
	font-family: "Noto Sans CJK KR", '나눔고딕';     
    font-size: 12px;   
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #585858;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px; 
    box-sizing: unset;   
}
/* 장바구니 : 바로사용불가 & 모바일 티켓 끝 */

/* 장바구니 : 하단 비용 테이블 스타일 */
.tbl_total_price_float {
	float: left;
	padding-top: 70px;
	padding: 0;
}
.tbl_total_price td {
	border-bottom: 1px solid #e1e1e1;
	height: 27px;
	line-height:27px;
	text-align: right;
	font-size: 18px;
}
.tbl_total_price td:nth-child(odd) {
	width: 150px;
}
.tbl_total_price td:nth-child(even) {
	font-weight: 600;
	width: 200px;
}
.tbl_total_price tr:last-child {
/*	border-top:  2px solid #ed1b24; */
    color: #ff3333;
}
.tbl_total_price tr:last-child td{
	font-size: 22px;
	height: 32px;
	border-bottom: none;
	padding-top: 10px;
}
/* 장바구니 : 하단 비용 테이블 스타일 끝 */
.cnt_change img {
	cursor:pointer;
}

/*====================================================
				장바구니 : 주문결제 CSS & 미디어쿼리
====================================================*/

/* 참고사항 & 안내사항 이미지 */
.common_img {
    max-width: 100%;
    display: none;
}
.common_img_m {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.guid_img {
    max-width: 100%;
    display: none;
}
.guid_img_m {
    display: block;
    margin: 0 auto;    
}
/* 참고사항 & 안내사항 이미지 끝 */

/* 구매자 정보 */
.hide_br{
	display: none;
}
.buyer-info-tbl {
    border-collapse: collapse;
    width: 100%;
}
.buyer-info-tbl > tr > td {
    font-weight: 500;
}
.buyer-info-tbl tr td {
	width: 50px;
    height: 50px;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 12px;
}
.order-info-tit {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 20px 10px;
    color: rgba(0,0,0,0.8);
}
.order-cancel-tit {
	display: block;
	float: left;
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 0px 20px;
    color: rgba(0,0,0,0.8);
}
.top-red {
    border-top: 2px solid #ed1b24; 
}
.bottom-gray {
    border-bottom: 2px solid #f2f2f2;
}
.top-gray {
    border-top: 2px solid #f2f2f2;
}
.star-font {
    font-family: 'NanumGothic';    
    display: inline-block;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-left: -5px;
}
.star-red, .must-info {
    font-family: 'NanumGothic';
    font-weight: 500;
    color: #ed1b24;
    margin: 0 5px;
}
.star-red-trans {
	opacity: 0;
}
.must-info {
    display: inline-block;
    color: rgba(255,51,51,1);
    font-size: 11px;
    letter-spacing: -0.025em;
	line-height: 1.5;
    padding: 0;
}
.buyer-info-tbl .must-info {
	padding-left: 10px;	
}
.star-white {
    color: #fff;
    visibility: hidden;
}
.buyer-info .address-tit {
    height: 110px;
    vertical-align: middle;
    font-size: 13px;    
    padding-left: 10px;
}
.address-row td .top-input {
    margin: 5px 10px;
    background-color: rgba(0,0,0,0.1);
}
.address-row td .bottom-input {
    margin: 0 0 5px 10px;
    width: 200px;
}
.buyer-info .memo {
    height: 100px;
}
.use-agree-bg {
    width: 100%;
    box-sizing: border-box;
}
.agree-info {
	float: left;
    color: rgba(0,0,0,0.6);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 13px;
    letter-spacing: -0.00em;
}
.agree-info-tit {
	width: 210px;
	float: left;
    color: rgba(0,0,0,0.6);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 13px;
    letter-spacing: -0.00em;
}
@media (min-width:768px) {
	.agree-info-tit {width: 500px;}
}
.product_box{
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 5px;
}
.total_p_b{
	padding: 10px 35px;
}
.ck_m_b{
	margin-bottom: 10px;
}
.checks {position: relative;}
.checks input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */ 
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0 
}
.checks input[type="checkbox"] + label { 
	display: inline-block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; 
	} 
.checks input[type="checkbox"] + label:before { /* 가짜 체크박스 */ 
	content: ' '; 
	display: inline-block; 
	width: 23px; /* 체크박스의 너비를 지정 */ 
	height: 23px; /* 체크박스의 높이를 지정 */ 
	line-height: 23px; /* 세로정렬을 위해 높이값과 일치 */  
	margin: -2px 8px 0 0; 
	text-align: center; 
	vertical-align: middle; 
	background: #fafafa;
	border: 1px solid #ff3333; 
	border-radius : 3px; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); 
}
.checks input[type="checkbox"] + label:active:before, 
.checks input[type="checkbox"]:checked + label:active:before { 
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); 
} 
.checks input[type="checkbox"]:checked + label:before {
    /* 체크박스를 체크했을때 */ 
	content: '\2714'; /* 체크표시 유니코드 사용 */ 
	color: #ff3333;
	font-size: 23px;
	text-shadow: 1px 1px #fff; 
	background: #e9ecee; 
	border-color: #adb8c0; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); 
}
.checks {
	margin-bottom: 7px;
    padding-right: 10px;
}
[class*="agree-contents"] {
    height: 120px;
    background-color: #fff;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 13px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
}
.agree-txt-tit {
    font-weight: 500;
    color: #3d3d3d;
}
.agree_accept {
    font-size: 17px;
    font-weight: 800;
    margin: 10px 0;
    letter-spacing: -0.00em;
}
.agree_accept_m {
    font-size: 15px;
    font-weight: 800;
    margin: 10px 0;
    letter-spacing: -0.00em;
}
.agree_accept_calenda {
    font-size: 15px;
    font-weight: 600;
    margin: 35px 0;
    letter-spacing: -0.00em;
}
.agree_accept_sub {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: -0.00em;
}
.agree-terms {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #000;      
}
.buyer-info-tbl input, .buyer-info-input  {
    padding: 0 5px; 
    box-sizing: border-box;   
    height:30px; 
    line-height: 30px;
    margin: 10px;
    width: 150px;
    border: 1px solid #909090;
}
.buyer-info-tbl select {
	padding: 0 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    width: 150px;
}
.buyer-info-tbl .gender {
    width: 35px;
}
.buyer-info-tbl .post-search {
    font-family: "Noto Sans CJK KR";
    font-weight: 500;
    width: 115px;
    height: 31px;
    margin: 10px 0;
    font-size: 14px;
    vertical-align: baseline;
    cursor: pointer;
 	background-color: #f2f2f2;
 	border-color: #d0d1d3;
}
.select-option-01 #max_button {
    font-family: "Noto Sans CJK KR";
    font-weight: 500;
    width: 100px;
    height: 31px;
    margin: 10px 0;
    font-size: 14px;
    vertical-align: baseline;
    cursor: pointer;
    background-color: #f9f9f9;
}
.select-option-01 input.grant {
	border: 1px solid #ffa8a8;
	height: 32px;
	font-weight: 400;
	font-size: 14px;
	color: #ff0000;
	background-color: #fff;
}
.buyer-info-tbl textarea {
    font-family: "Noto Sans CJK KR";    
    resize: none;
    width: 80%;
    height: 110px;
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #909090;
}
.agree-accept input.check-accept {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/check_off_red.jpg);
}
/* 구매자 정보 끝 */

/* 총결제금액 & 결제수단선택 */
.total-container {
    margin: 20px;
    margin-top: 50px;
}

[class*="agree-txt-"]{
    display: inline-block;
}
.total-section {
    width: 100%;
    height: 120px;
    background-color: #f9f9f9;
    border: 2px solid rgba(0,0,0,0.1);
    
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}
.vertical td {
    vertical-align: middle;
    text-align: center;
}
.total-products {
    padding-left: 10%;
}
.total-sign {
    margin: 0 50px;
}
.total-size {
    font-size: 22px;
}
.total-bold {
    font-weight: 600;
}
.total-payment {
    padding-right: 10%;
    color: #ff3333;
}
.cash-container .order-info-tit {
    margin-top: 20px;
}
.cash-select-tbl {
    border-collapse: collapse;
}
.cash-select-tbl tr {
    border-top: 2px solid #ff3333;
    height: 50px;
}
.cash-select-tit {
    width: 20%;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0,0,0,0.56);
}
.cash-select-tbl .vertical .select-option-01 {
    text-align: left;
}
.select-option-01 {
    width: 80%;
    font-weight: 400;
}
.shopping-cart_board {
    padding-bottom: 100px;	
}
.table_b_btn {
	text-align: center;
    height: 40px;
    padding-top: 10px;  
    padding-bottom: 70px; /*푸터고정용*/
}
.table_b_btn a img {
    vertical-align: middle;
    margin-right: 13px;
}
.purchase_btn {
    height: 45px;
    padding: 0 30px;
    border: 1px solid #ff3333;
    text-align: center;
    float: inherit;

    font-family: "Noto Sans CJK KR";
    font-size: 20px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: #ff3333;
    border-radius: 2px;    
    cursor: pointer;
}
.cancel_info_btn {
	height: 30px;
    padding: 0 30px;
    border: 1px solid #ff3333;
    text-align: center;
    float: inherit;
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 17px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: #ff3333;
    border-radius: 2px;
    cursor: pointer;
}
.cancel_info_text_btn {
	height: 30px;
    padding: 0 40px;
    border: 1px solid #ff3333;
    text-align: center;
    float: inherit;
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 17px;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    background-color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
}

.btn_submit {
    height: 22px;
    padding: 6px 30px;
    border: 1px solid #ff3333;
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: #ff3333;
    
    cursor: pointer;
}
.btn_selectEasypay {
    height: 32px;
    padding: 6px 30px;
    border: 1px solid #ff3333;
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: #ff3333;
    cursor: pointer;
}
.btn_p_t{
	padding-top:20px;
}
/* 총결제금액 & 결제수단선택 끝 */

/* 주문상품정보 토탈 테이블 임시 */
.total-price-tem {
    float: right;
}
.total-price-tem table {
    width: 100%;
    border-collapse: collapse;
}
.total-price-tem td {
    width: 150px;
    border-bottom: 1px solid #e1e1e1;
    height: 30px;
    text-align: right;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px 0;
}
.total-price-tem tr:last-child {
    border-top: 2px solid #ed1b24; 
}
.total-price-tem tr:last-child td {
    font-size: 22px;
    font-weight: 600;
    height: 32px;
    border-bottom: none;
    padding: 20px 0;
    color: #ff3333;
}
.discount {
	height: 45pt;
	line-height: 23px; 
}
/* 주문상품정보 토탈 테이블 임시 끝 */

/* 메인 옵션 팝업   */
.option_box .option_wrap {
	width: 45%;
	height: 120px;
	overflow: hidden;
    overflow-y: scroll;
}
.p_img {
	display: inline-block;
	width: 120px;
}
.pop-conts .pop_header{
	font-family: "Noto Sans CJK KR", '나눔고딕';
	background-color: #333333;
	border-radius: 10px 10px 0 0;
	color: #fff;
	height: 45px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.010em; 
	font-weight: 400;
	padding: 10px 14px 0 14px;
}
.pop_header .btn-layerClose {
	float: right;
	display: inline-block;
	padding: 0;
	border: none;
	background-color: #333;
}
.pop_header .btn-layerClose:hover {
	background-color: #333;
	border: none;
}
@media (min-width:360px) {
    .order-info-tit {font-size: 18px;margin: 0 0 20px 0;}
/* 	.logo {width: 200px;height: 50px;} 메인로고영역 */
    .option_box .option_wrap {width: 50%;} /*모바일팝업*/
}
@media (min-width:500px) {
    .common_img{display: block;margin-bottom: 10px;}
    .common_img_m{display: none;}
    .guid_img{display: block;}
    .guid_img_m{display: none;}
    .option_box .option_wrap {width: 65%;} /*모바일팝업*/     
}
@media (min-width:768px) {
    .buyer-info-tbl tr td{padding: 0 10px;font-size: 16px;width:auto;}
    .must-info{font-size: 13px;padding: 0 0 10px 0;}
    .buyer-info .address-tit{font-size: 16px;}
    .cash-select-tit{font-size: 16px; padding: 20px 35px;}
    .option_box .option_wrap {width: 68%;} /*모바일팝업*/    
}
@media (min-width:1100px) {
    .common_img{display: block;margin-bottom: 0;}    
}
@media (min-width:360px) {
    .best_box{width: 100%;margin: 0;padding: 0;}
    .section_text_best {width: 100%; padding: 12px 5px 0px 10px;}
    .section_text {width: 100%; padding: 25px 20px 0px 20px;}
    .best_img{margin: 0;}
	.normal-box-01{width: 360px;}
    .normal-box .section_text{width: 100%;height: 145px;}
    .btn_area{margin-top: 18px;}	
    .box_txt_01 .selector option{font-size: 17px;} 
    .selector{font-size: 17px;width: 63px;height: 35px;margin-right: 5px;padding: 0 10px;}     
	/*.cart_txt{display: none;}*/
    .main_cart_btn{display: inline-block;}
    .main_cart_mico{display: none;} 
    .nav_bottom_wrap{display: none;}
    .close_box{ display: inline-block;}
    .best_tit{font-size: 16px;margin: 0 10px;}
    .category_tit{font-size: 16px;margin: 0 10px;}
    .txt01{font-size: 12px;}
    .txt02{height: 20px;}
    .pr_price{font-size: 13px;width: 60%;display: inline-block;} 
    .price{display: inline-block;font-size: 15px;margin-right: 5px;}
    .txt03{font-size: 13px;display: none;} 
    .notice_txt{width: 235px;}
    .logo_box {margin-left:12%;}
    /* 상품상세  시작*/
    .details_main_img{padding: 0 5px;display: inline-block;}
    .details_txt_box{width: 550px;padding-left: 20pxcontents_box;}
    .lab_top li{margin-right: 20px}
    .lab_m{font-size: 15px}
    .lab_x{font-size: 15px}
    .select_box{width: 350px;}
    .details_tab_lis a li{font-size:16px;font-weight:500;}
    /* .contents_box{padding: 20px;} */
    .details_box_01 .contents_box{padding: 30px 45px;}
    .details_box_02 .contents_box{padding: 30px 45px;}
    /* 상품상세  끝*/
    /* 장바구니 시작*/
    .cart_table_head tr th {font-size: 16px;}
	.shopping-cart_board {padding-bottom: 30px;}
	.tbl_total_price_float {float: right;padding: 60px 30px 0 0;}
    /* 장바구니 끝*/
    .complete_btn_box {padding-bottom: 380px;}
}
	/* 20181029 width값 수정 */
@media (min-width:360px) {
	.normal-box {width: 45%;/* height: 290px; */}
}
@media (min-width:550px) {
    /* 상품상세  시작*/
    .select_box{width: 530px;}
    /* 상품상세  시작*/
}
@media (min-width:425px) {
	.normal-box {width: 45%;/* height: 350px; */}
}
@media (min-width:768px) {
	.normal-box {width: 45%;/* height: auto; */}
}
@media (min-width:650px) {
    .normal-box .section_text{width: 100%;height: auto;}
}
@media (min-width:768px) {
    .nav_bottom_wrap{display: none;}  
    .best_tit{font-size: 18px;margin: 0 10px;}
    .category_tit{font-size: 18px;margin: 0 10px;display: inline-block;}
    .bxslider_01{display: block;} 
    .cart_btn{width:180px;}
    .box_01{width: 40%;height: 275px;}
    .best_box{width: 100%;margin: 0;padding: 0;}
    .section_text_best {width: 100%; padding: 25px 20px 10px 20px;}
    .section_text {width: 100%; padding: 25px 20px 10px 20px;}
    .normal-box .section_text{width: 100%;height: 260px;}
    .btn_area{margin-top: 18px;} 
    .close_box{ display: inline-block;}
    .main_cart_img {padding-top: 0px;}
    .pop-layer{width: 500px !important;}
    .pr_price{font-size: 17px;width: 60%;display: inline-block;}
    .box_txt_01 {width:60%;}
    #option_table th{margin:10px 0}
    .notice_txt{width: 255px;}
    #res_notice{padding-right: 10px;}
	.logo_box {background-image: url(../images/logo.jpg);width: 200px;height: 50px;margin-left: 10%;}
	.percent{font-size: 25px;margin: 0 10px;}
    /* 상품상세  시작*/
    .detail_price{width: 100%;font-size: 30px;}
    .detail_price span{font-size: 20px;}
    .details_txt_box .tit_01{font-size: 20px;}
    .detail_tit{font-size: 30px}
    .cart_btn_03 {width: 150px;height: 50px;  padding: 14px 0;}
    .buying_btn_03 {width: 150px;height: 50px;  padding: 14px 0;}
    /* 상품상세  끝*/
    /*장바구니 시작*/
    .tit_txt_box h2 {font-size: 35px;}
    .tit_bg_ico {display: inline;}
    .tit_bg_ico_m {display: none;}
    .tit_section {height: 130px;}
    .product {font-size: 20px;line-height: 1.1;padding-top: 5px;}
	.order-info-tit {display: block;margin-bottom: 15px;}
	.total-container {margin: 20px; margin-top: 0;}
	.cart_table {background-color: #fff;}
	.star-red, .must-info {margin: 0;}
    /*장바구니 끝*/
}
@media (min-width:1000px) {
	.wrap {width: 1100px; margin: 0 auto;}
    .header_global{height: auto;display: block;padding: 0;text-align: left; position: inherit;}
    .contents_container .cart_btn{display: inline-block;margin-bottom:10px;}
    .cart_btn{width:135;}
    .cart_btn_m{display: none;}
    .footer_box{max-width: 1100px;}
    .footer_box{font-size: 14px;} 
    .nav_top_wrap{max-width: 1100px;margin: 0 auto;}
	.logo_box {margin-left: 0;}
	.logo_user{	height:90px;	width: auto; margin-left:0%;}
    .close_box{ display: none;}
    .side_btn{display: none;} 
    .mobile_view{ display: none;}
    .nav_bottom_wrap{display: block;}
    .best_tit{font-size: 18px;margin: 0;}
    .category_tit{font-size: 18px;margin: 0;}
    .box_01{width: 50%;position: relative;height: 270px;}
    .box_txt_01{width: 50%;overflow: hidden;height: 275px;}
    .best_box{width: 100%; margin: 0;padding: 0;height: 274px;}
    .section_text_best {width: 100%; padding: 25px 20px 10px 20px;}
    .section_text {width: 100%; padding: 25px 20px 10px 20px;}
    .normal-box-01{width: 100%;position: relative;}  
    .normal-box .section_text{width: 100%;height: 260px;}
    .btn_area{margin-top: 13px;}
    .pop-layer{width: 520px !important;}
    .best_inline .best_box {width: 49.5%;}
    .category_container .section_text {padding:15px;} 
    .notice_box_wrap {top:0px;position:unset;}
    #res_notice{display: none;}
   /*.footer_box{margin: 20px auto 0 auto;}*/ 
    /*상세화면*/
    #mainImg img {width: 418px; height: 420px;}
    .details_btn_box {margin: 30px 0 15px 0;}
    #option_table{height: 45px;}
    /*상세화면*/
}
@media (max-width:1000px) {
	/* 상품상세  시작*/
	.fix_option_container {
    /*display: none;*/
    position: fixed;
    padding-bottom: 30px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #d4d4d4;
    }
 	.toggle_detail{
 	display:inline-block;
    top:-24px;
    position: relative;
    cursor:pointer;
    }
    .toggle_detail:hover{
    cursor: pointer;
    }
    .fix_option_wrap {
    display: block;
    background: #f9f9f9;
    padding: 5px 10px;
    text-align: center;
    margin-top:-20px;
    }
    .fix_option_txt {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0px;
    text-align: left;}
    .fix_option_sel{
    display: block;
    width: 100%;
    height: 28px;    
    font-size: 12px;
    color: #666;
    font-weight: 500;
    line-height: 28px;
    border: 1px solid #bbb;
    padding-left: 10px;
    background: url(images/arrow_down_2.png) no-repeat 98% center #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    }
    .fix_option_tb {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    }
    .fix_option_tb tr th {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    text-align: left;
    padding-left: 10px;}
    .fix_option_tb tr td {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    text-align: right;}
    .fix_option_tb tr .ct {text-align: center;}
    .fix_total {
    display: block;
    font-size: 12px;
    padding: 5px 10px 0px 0px;
    text-align: right;
    line-height: 20px;
    font-weight: 500;
    color: #e51b13;}
    .fix_total .total_price {
    display: inline-block;
    text-align: right;
    color: #ff3300;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Sans CJK KR";
    height: 20px;
    letter-spacing: -1px;
    width: 150px;
    padding-bottom: 8px;
    vertical-align: middle;
    }
    .detail_name{width: 40% !important;}
    .details_option_wrap {width:100%;}
  	.buying_btn_03 {width: 100%;}
  	.cart_btn_03 {width: 100%;}
  	#map{height:200px;}
	/* 상품상세  끝*/	
	/* 결제 */
	.hide_br{display: block;}
}
@media (min-width:1100px) {
    .normal-box {max-width: 360px;margin: 2px;border: 2px solid rgba(0,0,0,0.2);}
    .section_text_best {width: 100%; padding: 20px 20px 10px 20px;}
    .section_text {width: 100%; padding: 10px 20px 10px 20px;}       
    .tab_lis {display: table;width:100%;}
    .normal-box .section_text {width: 100%;height: 254px;}
    .best_inline {width: 100%;margin-left: 0;padding: 0;}
	.best_box:hover{border: 2px solid #ee232c;}/*호버색변경*/
	.normal-box:hover{border: 2px solid #ee232c;}/*호버색변경*/
    /*상품상세 시작*/
    .details_img_box{width: 450px;}
    .option_hide{display: block;}
    .details_txt_box h2{margin: 10px 0;font-size: 30px;}
    .details_txt_box .pre_price{margin: 20px 0 10px 0;}
    .fix_buy{display: none;}
    .buying_btn_03 {width: 100%}
  	.cart_btn_03 {width: 100%;}
    /*상품상세 끝*/
	/*장바구니 시작*/
	.tit_section {height: 110px;}
	.notice-tit-bg .tit_section {height: 140px;}
	.shopping-cart_bg .tit_section {height: 150px;}
    .tit_bg {margin:0;}
   	.shopping-cart_bg .tit_bg {margin-top: 30px;}
    .step_bg {display: block;}
    .table_section {margin: 0;}
	/*장바구니 끝*/
	.complete_btn_box {padding-bottom: 300px;}
} 
@media (min-width:1300px) {
	.quick_left{display: block;}
	.quick_right{display: block;}
}
@media (max-width:1900px) {
	.purchase_btn {font-weight: 600;}
}
/* ==========================================
			사이드바 고객센터, 플러스친구
========================================== */
.bar-list-box {
    padding-top: 35px;
}
.service-center, .cacao-plus {
    width: 50%;
    display: inline-block;
    float: left;
}
.service-center img {
    width: 100%;
}
.cacao-plus img {
    width: 100%;
}
.bar-list:first-child {
    border-top: none; /*네비 보더*/
}
.sidebar_bottom {
    position: absolute;
    bottom:0;
}
.bar-list {
    display:block;
    padding:15px 25px;
    text-align:left;
    border:none;
    white-space:normal;
    float:none;
    outline:0;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid rgba(0,0,0,0.1); 
}
.accent {
	font-weight: 600;
}

.accent2 {
	font-weight: 400;
	font-size: 14pt
}
/* ==========================================
					메인 로고
========================================== */
.main_logo_m {
    display: inline-block;
    padding: 7px 0;
    margin-left: 65px;
}
@media (min-width:1100px) {
    .main_logo_m{display: none;}
}
.main_logo {
    display: none;
}
@media (min-width:1100px) {
    .main_logo{display: inline-block;}
}
/* ==========================================
					푸터 이용약관
========================================== */
.terms_txt {
	font-size: 30px;
	font-weight: 600;
}
.terms_box {
	border: 1px solid #efefef;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    margin-top: -20px;
}
.terms_box p {
	line-height: 1.5;
	color: rgba(0,0,0,0.7);
}
.terms_email {
	font-size: 14px;
}
.terms_subtit {
	font-weight: 400;
}
.terms_margin {
	margin-top: -10px;
}
.policy_box {
	padding: 15px 0 300px 0;
}
@media (min-width:768px) {
	.policy_box {padding: 15px 0 100px 0;}	
}
@media (min-width:1100px) {
    .terms_margin{padding-left: 0;margin: 0;}
}




/* 20180910_혜인 수정 정리예정 */
/* ==========================================
			모바일 쇼핑카트 카운트 미디어쿼리
========================================== */
.nav_top_wrap .shopping_cart_box {
    display: block;
    position: relative;
    z-index: 3;
    top: 12px;
    /* right: 12px; */
    float: right;
    margin-right: 0;
}
@media (min-width: 768px) {
	.nav_top_wrap .shopping_cart_box {top: 15px;}	
}
.shopping_count {
    font-size: 12px;
    display: inline-block;
    position: relative;
    z-index: 3;    
    top: -1px;
    right: 27px;
    color: #fff;
    width: 30px;
    text-align: center;
    overflow: hidden;
}
@media (min-width:1000px) {
    .nav_top_wrap .shopping_cart_box{display: none;}
}
.nav_top_center {
	border-bottom: 1px solid rgba(0,0,0,0.2);	
}
@media (min-width: 1000px) {
	.nav_top_center {border-bottom: none;}	
}
/* ==========================================
		사이드바 고객센터, 플러스친구 미디어쿼리
========================================== */
.bar-list-box {
    padding-top: 35px;
}
.service-center, .cacao-plus {
    width: 50%;
    display: inline-block;
    float: left;
}
.service-center img {
    width: 100%;
}
.cacao-plus img {
    width: 100%;
}
.bar-list:first-child {
    border-top: none; /*네비 보더*/
}
.sidebar_bottom {
    position: absolute;
    bottom:0;
}
.bar-list {
    display:block;
    padding:15px 25px;
    text-align:left;
    border:none;
    white-space:normal;
    float:none;
    outline:0;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid rgba(0,0,0,0.1); 
}
/* ==========================================
					메인 로고
========================================== */
.main_logo_m {
    display: inline-block;
    padding: 7px 0;
    margin-left: 65px;
}
@media (min-width:1100px) {
    .main_logo_m{display: none;}
}
.main_logo {
    display: none;
    margin: 5px 0;
}
@media (min-width:1100px) {
    .main_logo{display: inline-block;margin: 0;}
}
/* ==========================================
					사이드 네비
========================================== */
.bar-btn {
    padding: 5px 10px;
    padding-bottom: 5px;
    margin: 0;
    border: none;
    font-size: 23px;
    color: #fff;
    vertical-align: middle;
}
.mobile_view {
    display: block;
    width: 100%;
	height:40px;
	overflow-x:scroll;
	padding: 0px;
    border: 2px solid #f7f7f7;
    border-right: none;
    border-left: none;
    -ms-overflow-style: none; overflow: auto;	
}
@media (min-width:1000px) {
    .mobile_view{ display: none;}
}
.ico-home {
    display: inline-block;
    padding-top: 5px;
}
@media (min-width:1000px) {
    .ico-home {display: none;}
}
.ico {
    background-image: url(../images/ico/ico_01.jpg);
}

/* ==========================================
					메인배너
========================================== */
.mainbnr_box {
	padding-top: 30px;
	margin: auto;
	width:1500px;
	/* margin-left: 205px;
    margin-right: 220px; */
}
@media (max-width:1500px) {
	.mainbnr_box {width:100%;}	
}

@media (max-width:1000px) {
	.mainbnr_box {padding-top: 96px;}	
}
@media (min-width:1000px) {
	.mainbnr_box {padding-top: 30px;}	
}
.shopping_cart_box .lis {
	margin-right: 0;
}

/* ==========================================
        	참고사항 & 안내사항 토글 (18.09.20)
========================================== */
.re_guide_tit_top {
    cursor: pointer;
    border-top: 2px solid #e6271e;
    border-bottom: 2px solid #f7f7f7;
}
.re_guide_tit_down {
    cursor: pointer;
    border-top: 2px solid #333;
    border-bottom: 2px solid #f7f7f7;
}
.re_guid_top_btn {
    float: right;
    display: inline-block;
    border: 1px solid #e6271e;
    border-radius: 5px;
    color: #e6271e;
    font-size: 14px;
    padding: 3px 0;
    margin: 5px 5px 0 0;
    width: 70px;
    text-align: center;
}
.re_guid_down_btn {
    float: right;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    padding: 3px 0;
    margin: 5px 5px 0 0;
    width: 70px;
    text-align: center;    
}
.re_guid_top_btn:hover {
    background-color: #e6271e;
    color: #fff;
}
.re_guid_down_btn:hover {
    background-color: #333;
    color: #fff;
}
.re_guid_top_box {
    float: left;
    display: inline-block;
    height: 35px;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.02em;
    background: #e6271e;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0 30px;
}
.re_guid_down_box {
    float: left;
    display: inline-block;
    height: 35px;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.02em;
    background: #333;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0 33px;
}
.re_guid_down_box p, .re_guid_top_box p {
    padding: 5px;
    box-sizing: border-box;
}
.top_guid {
    background-color: #f7f7f7;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.down_guid {
    background: #f7f7f7;
}
.down_guid > p > span {
    color: rgba(230,39,30,0.9);
    font-weight: 500;
}
.down_guid > h5 {
/*     width: 180px; */
    padding: 20px 10px 0px 30px;
    font-style: 15px;
    font-weight: 400;
}
@media (min-width:768px) {
	.down_guid > h5 {padding: 10px 10px 0px 30px;}
}
.down_guid > div > p {
    /* max-width: 860px; */
	padding: 5px 10px;
    line-height: 1.5;
    font-size: 14px;
    text-indent : -10px;
    margin-left: 5px;
}
.down_guid h5, .down_guid p {
    float: left;
}
.cancel_guid {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.common_01, .common_02 {
    float: left;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}
@media (min-width:768px) {
	.common_01, .common_02 {width: 50%;}
}
.common_01 > h5 {
/*     width: 100px; */
    margin-bottom: 10px;
}
.common_02 > h5 {
/*     width: 80px; */
    margin-bottom: 10px;    
}
.common_03, .common_04, .common_05 {
    float: left;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
}
.common_03, .common_04, .common_05 {
    padding: 0 40px;
}
.common_03 > h5 {
    float: left;
    margin-right: 20px;
}
.common_04 > h5 {
    text-align: center;
    margin-bottom: 15px;
} 
.common_05 > h5 {
	border:2px solid #000000;
    text-align: center;
    margin-bottom: 15px;
}
.common_04 > img{
    float: left;
    padding: 20px;
} 
.common_05 > img {
    float: left;
    padding: 0 20px 20px 0;
}
.top_guid > div > h5 {
    color: rgba(51,51,51,0.9);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}
.top_guid > div > p {
    font-size: 14px;
    color: #818181;
    text-align: left;
    text-indent : -10px;
    margin-left: 20px;
}
.top_guid span {
    color: rgba(230,39,30,0.9);    
}
.top_guid .blue {
    color: #1c2593;
}

/* ==========================================
            	이용약관 동의 (18.09.20)
========================================== */
.guide_box {
	margin: 20px auto;
}
.re_checks, .checks  {
    float: right;
}
.last_checks {
    padding:10px 0;
}
.order-info-tit {
    float: left;
}
.use-agree-bg button {
    float: right;
}
[class*="info-more"] {
    padding: 3px 0;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.5);
    cursor:pointer;
    width: 75px;
    font-size: 12px;
}

/* ==========================================
            	이용약관 동의 (18.09.20)
========================================== */
/* re_checks 인풋박스 */
.re_ck_label_01 span{
    color: rgba(0,0,0,0.5);
    width: 3px;
    font-size: 13px;
    font-weight: 500;
}

.re_checks {position: relative;}
.re_checks input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0; 
}
.re_checks input[type="checkbox"] + label { 
	display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
	} 
.re_checks input[type="checkbox"] + label:before { /* 가짜 체크박스 */ 
	content: ' '; 
	display: inline-block; 
	width: 23px; /* 체크박스의 너비를 지정 */ 
	height: 23px; /* 체크박스의 높이를 지정 */ 
	line-height: 23px; /* 세로정렬을 위해 높이값과 일치 */  
	margin: -2px 8px 0 0; 
	text-align: center; 
	vertical-align: middle; 
	background: #fafafa;
	border: 1px solid #ff3333; 
	border-radius : 3px; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); 
}
.re_checks input[type="checkbox"] + label:active:before, 
.re_checks input[type="checkbox"]:checked + label:active:before { 
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); 
} 
.re_checks input[type="checkbox"]:checked + label:before {
    /* 체크박스를 체크했을때 */ 
	content: '\2714'; /* 체크표시 유니코드 사용 */ 
	color: #ff3333;
	font-size: 20px;
	text-shadow: 1px 1px #fff; 
	background: #e9ecee; 
	border-color: #adb8c0; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
.re_checks {
	margin-bottom: 7px;
    padding-right: 10px;
}
.use-agree {
    padding: 0 5px;
}
.use-agree-box {
    border: 1px solid rgb(190,190,190,0.2);
    padding: 5px 0;
    margin: 25px auto;
    box-sizing: border-box;
    background-color: #eee;
}
.use-agree-top {
    width: 100%;
    height: 38px;
    padding: 2px 10px 10px 18px;
    border-bottom: none;
    box-sizing: border-box;
}
.use-agree-down {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}
/* ==========================================
		     이용약관 동의 미디어쿼리(18.10.16)
========================================== */
@media (min-width:768px) {
	.re_guid_top_box {height:35px;font-size:14px;padding: 0 30px;}
	.re_guid_down_box {height:35px;font-size:14px;padding: 0 33px;}
}
.info-more-01, .info-more-02, .info-more-03 {
	display: inline-block;
    width: 70px;
    padding: 4px 3px;
    padding-bottom: 5px;
    text-align: center;
    float: right;
}
/* ==========================================
			     메인 레이아웃(18.11.07)
========================================== */
.tip_operation {
	display: none;
	margin-left:5px;
}
@media(max-width:767px){
    .proBorder { height: 20px !important;} 
   .proBorder2 { display: none !important;}
}
@media (min-width:425px) {
	.txt03 {display: none;}	
	.tip_txt {display: inline-block;text-align: center;}
}
@media (min-width:768px) {
    .proBorder { height: 25px !important;}
	.box_txt_01 {height: 275px;}
	.section_text_best {height: 100%}
	.tip_txt {font-size:13px; text-align: left; line-height: 25px;}
	.tip_txt2 {text-align: left;display: inline-block;line-height: 25px;font-size: 13px;}
	.txt02 {height:27px; font-size: 20px; margin: 5px 0;}
	.txt03 {display: block;}
	.btn_area {display: block;}
	.price {font-size: 22px;}
}

.cart_basket_m {
	display: inline-block;
	float: right;
	margin-top: -33px;
	margin-right: 7px;
}
.cart_basket_mn {
	display: inline-block;
	float: right;
	margin-top: -30px;
	margin-right: -4px;
}
@media (min-width:360px) {
	.cart_basket_m {margin-top: -30px;}
	.cart_basket_mn {margin-top: -8px;}
}
@media (min-width:375px) {
	.cart_basket_m {margin-top: -30px;}
	.cart_basket_mn {margin-top: -10px;}
}
@media (min-width:425px) {
	.cart_basket_m {margin-top: -30px;}
	.cart_basket_mn {margin-top: -10px;}
}
@media (min-width:768px) {
	.cart_basket_m {display: none;}
	.cart_basket_mn {display: none;}
}
.contents_section {
	margin-left: 5%;
}
@media (min-width:768px) {
	.contents_section{margin-left: 0;}
}

/* ==========================================
	Custom_confirm(18.11.08)
========================================== */
/* -------------------------------- 
Modules - reusable parts of our design
-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 
Main components 
-------------------------------- */
.cd-popup-trigger {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
    margin: 6em auto;
  }
}

/* -------------------------------- 
xpopup 
-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(12, 12, 12, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup-calendar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(12, 12, 12, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:10;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-calendar.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* 주문조회 페이지 모달창 */
.cd-popup-cancel-btn {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 12em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #e51b13;
/* background: #fc7169; */
/* border: 1px solid rgba(0,0,0,0.4); */
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #e2504a;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #ffffff;
  color:#333333;
/* background: #b6bece; */
/* border: 1px solid rgba(0,0,0,0.4); */
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #ededed;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-popup-header {
	position:absolute;
	top:0px;
	width:100%;
	height:40px;
	background-color:#424141;
	text-align:left;
	vertical-align:middle;
	padding-top: 6px;
}
.cd-popup-header span:first-child {
	color:red;
	font-size:20pt;
	padding:0 12px;
}
.cd-popup-header span:last-child {
	vertical-align:super;
	color:#ffffff;
	font-size: 15px;
}
.cd-btn {
	font-size: 14pt;
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 16em auto;
  }
}
.cart_basket {
	cursor: pointer;
}
@media (min-width:768px) {
	.cart_basket {display: none;}
}

/* -------------------------------- 
		    검색바 2018.11.21
-------------------------------- */
.tab_search {
	border: 1px solid red;
	height: 33px;
    width: 125px;
    display: inline-block;
    margin-right: 15px;
}
.tab_search input {
	vertical-align: middle;
	border: none;
	width: 85px;
	margin: 5px 0;
	margin-left: 5px;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
	font-weight: 500;
}
.category_tit_box {
	width: 100%;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 5%;
    max-width: 90%;
}
.category_search {
	width: 100%;
    display: flex;
    justify-content: flex-end;
}
@media (min-width:768px) {
	.category_tit_box {
		padding: 20px 14px 20px 5px;
    	max-width: 100%;
    	margin: 0;
	}
	.category_search {
		width: auto;
	}
	.tab_search {
		width: 250px;
		border: 1.5px solid red;
		margin-right: 0;
	}
	.tab_search input {
		width: 200px;
		margin-left: 10px;
	}
}
/*-----------------------------
 Resolution 1366
-----------------------------*/
.mod_w1366  {
	transform: scaleX(0.92);
}

/*-----------------------------
	  2018.12.06 (피커추가 CSS)
-----------------------------*/
.input-group {
	position: relative;
	display: table;
    border-collapse: separate;
    width: 100%;
}
.input-control {
	padding:0;
	display: block;
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.025);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.025);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.buyer-info-tbl .input-control-center {
	margin:0;
	padding:0;
	display: inline-block;
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #909090;
    border-radius: 1px;
    text-align:center;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.025);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.025);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.force-reset01{
	padding:0 !important;
}
.table-condensed th.dow{
	border-bottom: 1px solid black !important;
	border-top: 1px solid black !important;
}
.table-condensed td.day:first-child{
    color:#f00;
}
.table-condensed td.day:last-child{
  	color:#00f;
}
.icon_folder	{
   	float:right;
   	color:#ffd281;
   	font-size:11pt;
   	padding:0 3px;
   	transform:scale(1.3);             /*  default */
	-webkit-transform:scale(1.3);  /*  크롬 */
	-moz-transform:scale(1.3);     /* FireFox */
	-o-transform:scale(1.3);        /* Opera */
}
.icon	{
    font-size:16px;
    cursor:pointer;
}

.buyer-info-tbl .tel_replace {
	display: block;
}
@media (min-width:768px) {
	.buyer-info-tbl .tel_replace {display: inline-block;}
}
.padding-bottom{
	padding-bottom:30px;
}
.cursor_pointer{
	cursor: pointer;
}
.logout {	
		display: block;
		position: fixed;
		bottom: 300px;
		/* top: 22px; */
		right: 12px;
		width: 50px;
		height: 65px;
		margin: 0;
		background: url("../images/btn_logout.png");
		border: none;
		z-index: 10;
		cursor: pointer;
}
@media (min-width: 1000px) {
	.logout {display: none;}
}
/*-----------------------------
  2019.09.30 ( 위더스컴즈 BEST 추천상품 수정 )
-----------------------------*/
.best_tit .best_txt {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-left: 5px;
	/*
	-webkit-text-stroke: 1px #fff;
	*/
}
.best_tit .accent {
	font-size: 24px;
	width: 90px;
}
.best_container_bg {
	background-color: #f5f5f5;
	border-radius: 10px;
	border: 1px solid red;
	padding: 20px 5px 15px 5px;
	margin-bottom: 80px;
	margin: 10px 0 0 0;
}
.best_box {
	background-color: #fff;
}
.best_tit img {
	margin-top: -10px;
	max-width: 100%;
}
.best_container .best_sub_tit {
	color: #8a8a8a;
	font-size: 18px;
	letter-spacing: -0.030em;
	padding: 15px 0 5px 0;
}
.best_tit {
	width: 345px;
	margin: 0 auto;
	padding-left: 5px;
	height: 45px;
}
.best_sub_tit p {
	float: left;
	margin-top: -5px;
}
.best_sub_tit {
	text-align: center;
}
.best_tit_m {
	display: none;
	width: 100%;
	text-align: center;
	margin-top: -18px;
	padding-bottom: 15px;
}
.best_tit_m img {
	max-width: 100%;
}
.best_container img {
	padding: 10px 0;
}
@media (max-width:768px) {
	.best_tit {padding-left: 55px;}
}
@media (max-width:768px) {
	.best_container_bg {margin: 5px;}
}
@media (max-width:425px) {
	.best_container {display:none;}
}
@media (max-width:425px) {
	.best_tit_m {display:inline-block;}
}
@media (max-width:378px) {
	.best_tit_m {margin-top: -30px;}
}

/* 마이페이지 버튼 추가 */
.my_page_tit {
	font-weight: 600;
	padding-left: 15px;
}
.btn_support_box {
    display: inline-block;
	margin: 0 auto;
    padding-top: 70px;
}
.btn_support_box > div {
    float: left;
    margin: 0 10px;
    padding-top: 15px;
}
.btn_support_box p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.5;
    padding: 20px 0;
}
.btn_companySupport, .btn_purchaseSearch, .btn_infoModify {
    width: 274px;
    height: 274px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.btn_support_box h5 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.020em;
    color: #000;
}
.round_bg {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-color: #fdfdfd;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
    margin: 15px auto;
}
.txt_center {
    text-align: center;
}
.btn_companySupport:hover, .btn_purchaseSearch:hover, .btn_infoModify:hover {
    background-color: #f8f8f8;
    border: 1px solid #e83a39;
}
/* 결제 가능 카드사  */
.card_boxing {
	background-color: #f5f5f5;
    padding: 15px 165px 20px 165px;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
}
.card_boxing .card_box_tit {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 400;
	color: #ff4e00;
}
.card_boxing p {
	display: inline;
	font-size: 16px;
	font-weight: 500;
}

/* 지원금 승인거절  */
.btn_approval {
	color: #7cacdc;
	border: 1px solid #7cacdc;
	padding: 3px 7px;
	/* background-color: #f9f9f9; */
	background-color: #fff;
	border-radius: 3px;
}
.btn_no_approval {
	color: #ff4e00;
	border: 1px solid #ff4e00;
	padding: 3px 7px;
	margin-top: 2px;
	background-color: #fff;
	border-radius: 3px;
}
.btn_approval:hover, .btn_no_approval:hover {
	background-color: #fff;
}
/*----------------------------------------
	  2019.11.25 (모바일 가로형 카테고리 추가)
------------------------------------------*/
.hor_ul {
	list-style:none;
    margin:0;
    padding: 5px 10px 0 10px;
    border-bottom: 1px solid #E0E0E0;
}
.li_item {
	/*position: absolute;*/
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 0;
    border : 0;
    float: left;
    color: #343434;
    font-weight: 600;
}
.li_item.on {
	border-bottom: 2px solid #f00;
    color: #f00;
    cursor: pointer;
}
.li_item:hover {
	cursor: pointer;
}
/* .hor_container {display: none;} */
.cart_list .hor_container, .cart_product .hor_container {display: block; margin-left: 45px;} 
@media (min-width:1000px) {
	.cart_list .hor_container, .cart_product .hor_container {display: none;}
}
.cancel_button {
	border-radius: 8px;
	border-color:#FF3333;
	font-weight: 900;
}
.receipt_button {
	border-radius: 8px;
	font-weight: 1000;
}

/*취소수수료 안내 테이블*/
.cancel_guide_table tr td {
	color: rgba(51,51,51,0.7);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
    font-family: "Noto Sans CJK KR"; 
    border: 2px solid #e1e1e1;
    padding: 2px 20px;
    text-align: center;
    background-color:#eeeeee;
}
.cancel_guide_table_mobile tr td {
	color: rgba(51,51,51,0.7);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
    font-family: "Noto Sans CJK KR"; 
    border: 2px solid #e1e1e1;
    padding: 2px 10px;
    text-align: center;
    background-color:#eeeeee;
}
/* 이용 안내 테이블 */
.info_guide tr td {
	color: rgba(51,51,51,0.7);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
    font-family: "Noto Sans CJK KR"; 
    border: 2px solid #e1e1e1;
    padding: 5px 10px;
    text-align: center;
    background-color:#eeeeee;
}

.calendar_table_td {
	width: 75px;
	height: 60px;
	text-align: right;
	font-size: 13px;
	font-family: 맑은 고딕;
	border: 4px solid #ffffff;
	border-radius: 9px;
	background-color: #f8f8f8;
	padding: 5px;
}

.today {
	box-shadow: 0 0 0 2px #aaaaaa inset !important;
}

.check_in {
	-moz-box-shadow: inset 0 0 8px #029EBC;
	-webkit-box-shadow: inset 0 0 8px #029EBC;
	box-shadow: inner 0 0 8px #029EBC;
	background-color: #87D0DE;
}

.item:hover {
	box-shadow: 0 0 0 2px #029EBC inset;
}

.item:visited {
	background-color: #e51b13;
}
/* 개인정보처리방법 */
.privacy_table{
	border-collapse: collapse
}
.privacy_table tr td{
	color: rgba(51,51,51,0.7);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
    font-family: "Noto Sans CJK KR"; 
    border: 2px solid #e1e1e1;
    text-align: center;
    max-width: 250px;
    padding: 0 30px;
}