@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../../../data/font/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../../../data/font/MaterialIcons-Regular.woff2') format('woff2'),
    url('../../../data/font/MaterialIcons-Regular.woff') format('woff'),
    url('../../../data/font/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../../data/font/NotoSans-Regular.ttf'); /* For IE6-8 */
  unicode-range: U+0020-007E;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: 100;
  font-style: normal;
  /* font-size: 24px;  /* Preferred icon size */
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  display: inline-flex;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {font-family: 'GongGothicMedium'; src: url('../../../data/font/GongGothicLight.woff') format('woff');}
@font-face {
    font-family: 'InfinitySans-RegularA1';
    src: url('../../../data/font/InfinitySans-RegularA1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:lang(en), :lang(ko) {
  body {
    font-family: "GongGothicMedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  }
}
/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Nanum Gothic',sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul{margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd{margin:0;padding:0} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
 img {vertical-align:top}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', sans-serif;font-size:1em}
button {cursor:pointer}
textarea, select {font-family:'Noto Sans KR', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family: "Roboto", sans-serif; letter-spacing:0px;}
.ko, .ko small { font-family:dotum, sans-serif; }
*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}
.content_comment {font-size:13px;letter-spacing:-1px;}

.box_title {position:relative;margin:0 auto;font-size:21px;font-weight:500;clear:both;font-family:'Noto Sans KR', sans-serif;padding:0 0 10px;line-height:20px;float:left;letter-spacing:-1px;}
.box_title .comment {font-size:13px;color:#333;font-weight:300;}

.normal_price{color:#666666;}
.mob_normal_price{display:none;}
.special_price{color:#000;}
.display_won{font-size:12px;vertical-align:top;line-height:17px;margin-right:1px;opacity:0.9;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
.display_nzd{font-size:12px;vertical-align:top;line-height:19px;opacity:0.9;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
.kr-won {font-size:13px;font-weight:400;border-radius:10px;border:1px solid #cccccc;margin-right:2px;padding:2px 6px 1px 6px;color:#666666;text-align:center;vertical-align:middle;}
.kr-won i {font-size:8px;font-weight:100;padding-right:1px;}
.us-dollar {font-size:13px;font-weight:100;border-radius:10px;border:1px solid #cccccc;margin-right:2px;padding:2px 6px 1px 6px;color:#666666;text-align:center;vertical-align:middle;}
.us-dollar i {font-size:8px;font-weight:100;padding-right:1px;}
.filled-unit-yellow {border:1px solid #ff962d;background:#ff962d;color:#fff;}
.filled-unit-green {border:1px solid #759906;background:#759906;color:#fff;}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
.font-10 {font-size:10px;}
.font-11 {font-size:11px;}
.font-12 {font-size:12px;}

.placeholdersjs { color: #aaa !important; }


.search_box_wrapper {float:left;width:100%;margin-bottom:10px;background:none;border:0px solid #fff;}
.search_box_wrapper .search_box {float:left;width:100%;padding:10px;background:#f9fbfc;border:solid 1px #b4d5ea;}
.search_box_wrapper .search_box select {font-size:14px;border:1px solid #ced9de;padding:0px 5px;margin-right:5px;height:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.search_box_wrapper .search_box .frm_input_big { display:inline; padding-left:10px;height:40px;border:1px solid #b4d5ea;background:#FFF;font-size:1.2em;color:#08A1F0; font-weight:bold;line-height:1.5em;vertical-align:middle; margin:0;border-radius:4px 4px 4px 4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.search_box_wrapper .search_box .btn_submit_big {display:inline;padding:0 10px;height:40px;border:solid 1px #b4d5ea;color:#2B313F;font-size:14px; font-weight:bold;background:#FFF;vertical-align:middle;cursor:pointer; margin:0;}

/* (2) 고정아님 - 전체목록 아이콘 바로가기 버튼 */
.list_go_icon { display:inline-block;margin:0; padding:0;}
.list_go_icon a, .list_go_icon span, .list_go_icon button {padding:1px 8px 6px;margin-right:-1px;background:#fff;font-size:23px;color:#3F8AF9;border:solid 1px #ddd;text-align:center;cursor:pointer;vertical-align:middle;}
.list_go_icon a:focus, .list_go_icon a:hover, .list_go_icon span:hover, .list_go_icon button:hover {background:#FAFAFA; color:#111;}

/*******************************************************
[선택형검색박스-상세설정] 실행,이동버튼 - 행전체적용(Big)
********************************************************/
.search_by_date_wrapper {float:left;width:100%;margin-bottom:10px;background:#ffffbf;border:1px solid #E8D342;}
.tab_title_box_wrapper {width:100%;margin:0 auto;}
.tab_title_box_wrapper .tab_title_box {border:1px solid #E8D342;background:#FDED80;padding:15px 15px 10px;border-bottom:none;font-size:14px;}
.big_sch02 {margin:0px;padding:10px;text-align:left;}
.big_sch02 div {padding:10px 5px;margin:0 0 5px;border-bottom:1px dashed #eaeaea; font-family:'Nanum Gothic','Malgun Gothic',"맑은 고딕",AppleGothic,Dotum,"돋움", sans-serif; font-size:1.0em;}
.big_sch02 div.sch_last {margin:0;border:0}
.big_sch02 div.sch_last select {font-size:14px;border:1px solid #b5b5b5;padding:0px 4px;height:34px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.big_sch02 div.sch_last .frm_input { border:1px solid #E8D342;padding-left:10px;background:#FDED80;color:#000000;vertical-align:middle;height:34px;}
.big_sch02 div.sch_btn {font-family:'돋움', tahoma, sans-serif;font-size:13px;margin:0;border:0;text-align:center;}
.big_sch02 div.sch_btn button { display:inline-block;height:40px;border:1px solid #db6dde;background:#db6dde;color:#fff;font-size:14px;font-weight:400;letter-spacing:-0.5px;text-decoration:none;vertical-align:middle;cursor:pointer}

.big_sch02 div.sch_btn button:hover {border:1px solid #cc2fd0;background:#cc2fd0;} /* 전체목록 등 그레이 일반버튼*/

.big_sch02 div.sch_btn .btn_submit_big {display:inline;padding:0 10px;height:40px;border:solid 1px #00a3d9 !important;background:#00a3d9 !important;border-radius:0;color:#fff;font-size:14px;font-weight:400; margin:0;cursor:pointer;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.big_sch02 div.sch_btn .btn_submit_big:focus, .big_sch02 div.sch_btn .btn_submit_big:hover, .big_sch02 div.sch_btn .btn_submit_big:active { border:solid 1px #0085b0;background:#0085b0 !important;}

.big_sch02 strong {display:inline-block;width:100px;font-size:1.1em; line-height:1.1em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.big_sch02 strong.sch_long {width:150px}
.big_sch02 label {display:inline-block;margin:0 5px 0 0}
.big_sch02 button {display:inline-block;margin:0;padding:4px 7px;height:34px;border:1px solid #ced9de;background:#f6f9fa;font-size:0.90em;color:#333333; letter-spacing:-0.5px;vertical-align:middle;cursor:pointer}
.big_sch02 button:hover, .big_sch02 button a:hover {background:#FDED80;border:1px solid #aaa;cursor:pointer}
.big_sch02 button:active, .big_sch02 button a:active {background:#FDED80;border:1px solid #aaa;cursor:pointer}

@media all and (max-width: 800px){
    .big_sch02 strong {display:block;width:150px;font-size:1.1em; margin-bottom:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
}

/********************************************************
■ 선택형 검색박스 big_sch02 전용 checkbox, radio버튼 checked시 디자인변경 CSS
■ 상품/주문/회원 등 목록에서 검색시 검색창에서 사용가능.
********************************************************/
/* (1) 라디오버튼
********************************************************/
.big_sch02 input[type=radio] { display:none; }
.big_sch02 input[type=radio] + label {
    position:relative;
	display:inline-block;
	font-size:1.0em;
	line-height:1.3em;
	padding-left:20px;
	padding-bottom:0;
	margin-right:10px;
	vertical-align:middle;
	cursor:pointer;
}
.big_sch02 input[type=radio] + label:before {
    content:"";
	position: absolute;
	display:inline-block;
	width:12px;
	height:12px;
	background:linear-gradient(to bottom, white, #dedede);/*라디오버튼에 그라데이션*/
	border:1px solid #b8b8b8;
	margin-right:10px;
	left:0;
	bottom:0px;	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.big_sch02 input[type=radio]:checked + label:before {
    content:"\25CF";
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size:8px;
	color:#ff3300;
	background:#fff;
	text-align:center;
	line-height:14px;
}
/*******************************************************
(2) 체크박스(주문검색등)
********************************************************/
.big_sch02 input[type=checkbox] { display:none; }
.big_sch02 input[type=checkbox] + label {
    position:relative;
	display:inline-block;
	font-size:1.0em;
	padding-left:20px;
	padding-bottom:2px;
	margin-right:10px;
	vertical-align:middle;
	cursor:pointer;
}
.big_sch02 input[type=checkbox] + label:before {
    content:"";
	position: absolute;
	display:inline-block;
	width:12px;
	height:12px;
	background:linear-gradient(to bottom, white, #d8d8d8);
	border:1px solid #b5b5b5;
	margin-right:10px;
	left:0;
	bottom:0px;	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.big_sch02 input[type=checkbox]:checked + label:before {
    content:"\2713";
	font-size:10px;
	font-weight:800;
	color:#fff;
	background:#ff3300;
	text-align:center;
	line-height:12px;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 최상상단 배너 */
#site_top_banner_wrapper {
	position:relative;margin: 0 auto;overflow:hidden;z-index:9000;
}	

/* 상단 레이아웃 */
#hd {padding-right:50px;position:relative;width:1200px;margin:20px 40px;margin: 0 auto;padding:18px 0;z-index:2000;} /* 노트북, PC 사이즈 */
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_qnb {border-bottom:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_qnb div {text-align:center;letter-spacing:-4px}
#hd_qnb a {letter-spacing:0}
#hd_wrapper {position:relative;width:1200px;margin:0 auto;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#hd_wrapper #logo {position:relative;margin:0 auto;text-align:left;padding:0;}
#hd_wrapper #logo img{max-width:240px;float:left;padding-top:10px;}

#hd_sch {position:relative;margin-top:35px;text-align: center;float:left;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch #sch_str {padding: 0 14px;width:380px;height:48px;background:#fff;color:#777777;border:1px solid #00a3d9;font-size:16px;border-radius:0px;}
#hd_sch #sch_submit {height:48px;border:0;background:#fff;border:0;color:#00a3d9;width:50px;cursor:pointer;font-size:18px}

#hd_right {position:relative;margin-top: 30px;text-align:right;z-index:9999;letter-spacing:-1px;}
#hd_right a {font-size:14px;color:#888888;text-decoration:none;}
#hd_right a:hover {color:#000}
#hd_right>div {float:right;padding:0 20px;text-align:center;}
#hd_right>div:first-child {padding:0;}
#hd_right span {float:left;clear:both;text-align:center;width:70px;padding-bottom:3px;text-align:center;}
#hd_right span img {width:60%}
/* Tooltip */
#hd_right ul{
	position:absolute;
	background:#fff;
	color:#fff;
	padding:7px;
	border-radius:0px;
	position:absolute;
	min-width:100px;
	max-width:300px;
	display:none;
	z-index: 1000;
	left:114px;
	border:1px solid #666666;
}
#hd_right ul:before,
#hd_right ul:after {
	content:'';
	height:0;
	width:0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	position:absolute;
	top:-5px;
	left:40px;
}
#hd_right ul:before {
  top: -6px; /* extra -1 pixel offset at the top */
  border-bottom-color: #666666;
}
#hd_right ul li {padding: 2px 0;}
#hd_right ul a{
	font-size:12px;	
	color:#666666;
	text-decoration:none;
}
#hd_right ul a:hover {color:#000;text-decoration:underline;}
#hd_right .cart_count {position:absolute;top:0;right:15px;background:#ff2693;font-size:11px;color:#fff;line-height:18px;width:18px;height:18px;border-radius:30px;}


/* 상단 메뉴바 */
.navbar {margin:0;padding:0;z-index:100;z-index:101;}
.menu_bar {width:100%;height:56px;line-height:56px;border-bottom:1px solid #00a3d9;float:left;background:#fff;}
.menu_bar .menu_bar_wrapper {position:relative;margin:0 auto;width:1200px;font-family:InfinitySans-RegularA1;z-index:1999;}

/* aside:gnb */
.menu_bar .menu_bar_wrapper #gnb {margin:0;padding-left:30px;}
.menu_bar .menu_bar_wrapper #gnb ul,.menu_bar .menu_bar_wrapper #gnb ul li {margin:0;padding:0;}
.menu_bar .menu_bar_wrapper #gnb {float:left;font-family: InfinitySans-RegularA1;}
.menu_bar .menu_bar_wrapper #gnb_1dul:after {display:block;visibility:hidden;clear:both;}
.menu_bar .menu_bar_wrapper #gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
.menu_bar .menu_bar_wrapper #gnb .gnb_1dli {word-wrap: break-word;float:left; margin-right: 16px;}
.menu_bar .menu_bar_wrapper #gnb .gnb_1dli_on {color:#333;text-decoration:none}
.menu_bar .menu_bar_wrapper #gnb .gnb_1da {display:block;font-size:1.35999em;text-decoration:none;color:#333333;white-space: nowrap;letter-spacing:0px;}
.menu_bar .menu_bar_wrapper #gnb .gnb_1da:hover{color:#000;}
.menu_bar .menu_bar_wrapper #gnb .gnb_1dli_on .gnb_1dam {text-decoration:none}
.menu_bar .menu_bar_wrapper #gnb .gnb_2dul {display:none;z-index:1000;position:absolute;border:1px solid #000;height:348px;max-width:443px; min-width: 100%;white-space: nowrap;}
.menu_bar .menu_bar_wrapper #gnb .gnb_1dli_over .gnb_2dul,#gnb  .gnb_1dli_over2 .gnb_2dul {display:block;background:#fff}
.menu_bar .menu_bar_wrapper #gnb .gnb_2dul:before {content: "";position: absolute;top: -8px;left: 25px;;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #000 transparent;}
.menu_bar .menu_bar_wrapper #gnb .gnb_2dul:after {content: "";position: absolute;top: -7px;left:25px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #fff transparent;}
.menu_bar .menu_bar_wrapper #gnb .gnb_2da {display:none}
.menu_bar .menu_bar_wrapper #gnb .gnb_1dli_over .gnb_2da {display:block;padding:5px 0;font-size:0.92em;color:#6d6d6d}
.menu_bar .menu_bar_wrapper #gnb .gnb_1dli_over .gnb_2da:hover{color:#c92033}
.menu_bar .menu_bar_wrapper #gnb .gnb_2ul_tit{color:#000}
.gnb_2dul_left{display:inline-block;width:140px;padding:15px;vertical-align:top}
.gnb_2dul_right{display:inline-block;width:242px;border-left:1px solid #ddd;padding:13px 15px;vertical-align:top}
.gnb_2dul_right img{width:240px;height:320px;}
.gnb_2dul_left .gnb_2ul_tit{border-bottom:1px solid #bfbfbf;display:block;padding-bottom:10px;}
.gnb_2dul_left ul{padding:10px 0}

.nav { background: #fff;background:rgba(255,255,255,0.8) ;border-top:1px solid #000;border-bottom:1px solid #ddd}

/* 카테고리 메뉴 */
.menu_bar .menu_bar_wrapper .btn_menu {float:left;border:0;font-size:18px;font-weight:400;text-decoration:none;text-align:left;color:#fff;white-space: nowrap;padding-left: 20px;background:#fff;height:56px;line-height:56px;background:#00a3d9;width:240px;letter-spacing:-1px;}
.menu_bar .menu_bar_wrapper .btn_menu:hover {background:#0089b7;}
.menu_bar .menu_bar_wrapper .btn_menu img {position:relative;padding-right:10px;vertical-align: middle;}
.menu_bar .menu_bar_wrapper .btn_menu i {font-size:29px;margin:0 10px 0 2px;color:#99ffff;font-weight:100;}

/*카테고리*/
#category_menu {position:relative;}
#category_menu #category {display:none;position:absolute;top:55px;left:0px;width:1200px;background:#fff;z-index:2000;text-align:left;border:1px solid #00a3d9;}
#category_menu #category .ct_wr{float:left;padding:20px;background:#fff;height: calc(100vh - 20px - 10px - 16px);overflow-y: auto;}
#category_menu #category ul:after {display:block;visibility:hidden;clear:both;content:""}
#category_menu #category .cate {float:left;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;margin-left:5px;letter-spacing:-1px;}
#category_menu #category .cate_li_1{width:100%;float:left;text-align:left;margin-bottom:20px;font-size:16px;font-weight:300;color:#000;line-height:22px;background:#f8f8f8;border:1px solid #eee;padding:15px;}
#category_menu #category .cate_li_1 a {color:#111111;font-weight:500;font-family:'Noto Sans KR', sans-serif;font-size:19px;}
#category_menu #category .cate_li_1 .sub_cate {float:left;width:100%;text-align:left;clear:both;font-size:16px;}
#category_menu #category .cate_li_1_a{border-bottom:1px solid #dddddd;margin-bottom:5px;padding-bottom:10px;display:block;font-size:16px;font-weight:600;}
#category_menu #category .cate_li_1_a span {padding:10px 0;}
#category_menu #category .cate_li_2 {}
#category_menu #category .cate_li_2  a {float:left;color:#222222;margin-bottom:5px;font-size:15px;font-weight:400;}
#category_menu #category .cate_li_3 {float:left;line-height:18px;margin-right:7px;}
#category_menu #category .cate_li_3  a {font-size:12px;font-family: "굴림", Gulim, Arial, sans-serif;color:#777777;display:block;font-weight:100;margin-bottom:1px;}
#category_menu #category .cate_li_3:last-child {margin-bottom:10px;}
#category_menu #category a:hover{color:#0080ff}
#category_menu #category .cate_li_3 a:hover{color:#ff5c26}
#category_menu #category .close_btn{position:absolute;width:56px;height:56px;line-height:30px;border:0;background:0;font-size:29px;font-weight:100;top: 0px;right: -56px;color:#ffff00;background: #00a3d9;}
#category_menu #category .close_btn:hover{background:#ff0040;color:#fff;}
#category_menu #category img {margin:0;padding:0;border:0;border-radius:0;}

#tnb {float:right;}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {;zoom:1}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""} 
#tnb li {float:right;margin-bottom:-1px;}
#tnb li:after{color:#888888;content:"|"}
#tnb li:first-child:after {content:"";}
#tnb a {color:#888888;display:inline-block;padding:0 5px;font-size:14px;font-family:'Nanum Gothic',sans-serif;}
#tnb a:hover {color:#000}
#tnb .tnb_admin a{color:#ff0000;}
#tnb .tnb_guest a{color:#d24cff;}
#tnb .tnb_left{float:left}
#tnb .tnb_left a{padding:0 14px}
#tnb .tnb_community i{font-size:15px}
#tnb .tnb_shop{background:#fff;font-weight:bold;}
#tnb .tnb_shop:focus, #tnb .tnb_shop:hover {color:#333;border-bottom:0}
#tnb .tnb_shop a{color:#d50c0c;border-bottom:1px solid #fff;}

#hd_menu{background:#f2f2f2;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
#hd_menu ul {margin:0 auto;width:1200px;font-size:1.083em;padding:15px 0;zoom:1}
#hd_menu ul:after {display:block;visibility:hidden;clear:both;content:""}
#hd_menu li{float:left;line-height:14px;border-right:1px solid #ddd;}
#hd_menu li:first-child{border-left:1px solid #ddd}
#hd_menu li.hd_menu_right{float:right}
#hd_menu li:last-child{border-left:1px solid #ddd}
#hd_menu li a{display:block;padding:0 10px}

/*퀵메뉴*/
#quick{height:100%;position:fixed;top:0;right:0;;z-index:90;padding-left:40px;background:#111;
-webkit-box-shadow:  0 0 10px rgba(0,0,0,0.15);
-moz-box-shadow:  0 0 10px rgba(0,0,0,0.15);
box-shadow: 0 0 10px rgba(0,0,0,0.15);}
#quick .qk_btn{position:absolute;top:0;left:0;;width:40px;background:#111;}
#quick .qk_btn li{position:relative;width:40px;line-height:40px;border:0;text-align:center;color:#ccc}
#quick .qk_btn .qk_tit {display:none;position:absolute;top:50%;right:50px;white-space:pre;padding:0 10px;margin-top:-15px;line-height:30px;color:#fff;background:#000;background:rgba(0,0,0,0.7);border-radius:3px;font-size:11px}
#quick .qk_btn .qk_tit:before{content:'';position:absolute;top:10px;right:-6px;
border-style: solid;
border-width: 5px 0 5px 6px;
border-color: transparent transparent transparent rgba(0,0,0,0.7);}
#quick .qk_btn li:hover{background:#333;}
#quick .qk_btn li:hover .qk_tit{display:block}
#quick .qk_btn li.active{position:relative;color:#000;background:#fff ;}

#quick .qk_btn li:hover a,#quick .qk_btn li:hover button{color:#fff}
#quick .qk_btn li:hover  .qk_tit{display:block;}

#quick .tabsCon{height:100%;text-align:left;z-index:99;}
#quick .btn_close{position:absolute;top:0;right:0;width:50px;height:60px;border:0;background:none;font-size:15px;color:rgba(0,0,0,0.3);}
#quick .btn_close:hover{color:rgba(0,0,0,0.8);}
#quick .qk_con{;position:relative;background:#fff;height:100%;width:250px;display:none;
}
#quick .qk_con h3{ padding:20px;font-size:1.25em;position:relative;font-weight:500}
#quick .btn_scroll{position:absolute;bottom:0;left:0}
#quick .btn_scroll button{display:block;width:40px;height:40px;border:0;background:none;border-top:1px solid #f0f0f0}
#quick .btn_scroll button:hover{background:#f3f3f3}
#quick .qk_con_wr{height:100%;position:relative;overflow-y:auto}

#quick .qk_mymenu{padding:20px }
#quick .qk_mymenu li{line-height:30px;}

#menu{margin:20px}
#menu .cate li{line-height:20px;padding:5px 0;position:relative}
#menu .cate_li_1_a{font-weight:bold;font-size:1.083em}
#menu .cate .sub_cate{display:none;padding:10px 0 10px 10px }
#menu .cate .btn_op{position:absolute;top:0;right:0;width:30px;height:30px;background:none;border:0}

#qk_search{margin:20px;position:relative;}
#ppl_word{position:relative;float:left;margin-left:20px;width:113px;margin-top:10px;height:25px;overflow:hidden}
#ppl_word h3{position:absolute;font-size:0;line-height:0;overflow:hidden}
#ppl_word li{line-height:25px;font-size:0.92em;padding-right:15px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#ppl_word li .word-rank{display:inline-block;width:13px;height:13px;line-height:13px;text-align:center;border:1px solid #e7e7e7;color:#333;margin-right:5px}

#idx_review .review{margin:0 20px}
#idx_review .review li{margin-bottom:15px}
#idx_review .review img{max-width:100%;height:auto}
#idx_review .rv_tit{font-weight:bold;display:block;padding:10px 0;border-bottom:1px dotted #ddd;font-size:1.083em;}
#idx_review .rv_prd{font-size:0.92em;color:#999;display:block;margin:5px 0 }
#idx_review p{line-height:1.6em;font-size:0.92em;margin:5px 0;position:relative;}/* 중간 레이아웃 */

/* 메인 바디 상단 */
#main_body_top {position:relative;top:0;width:100%;z-index:100;float:left;}
#main_body_top #main_body_top_wrapper {width:1200px;margin:0 auto;}
#main_body_top #main_body_top_wrapper .main_body_top_box {position:absolute;top:0;}
#main_body_top #main_body_top_banner {width:960px;}
#main_body_top #main_body_top_banner img {width:960px;}
/* 메인 바디 상단 카테고리 메뉴 */
#aside {float:left;margin:0 10px 0 0;width:240px;clear:both;height:400px;background:#00abe3;}

/*중간레이아웃*/
#wrapper{margin:0 40px 40px;position:relative; width: 100%; margin: 0 auto;overflow:hidden;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {margin:80px 0 40px;font-size: 32px;font-weight:bold}
.tite_none {display:none !important}
.lt_wr {width: 49%;}                          
.lt_wr:nth-child(2n+1){clear:both}

/* 네비게이션 */
#sct_location {width:100%;overflow:hidden;margin:0 auto;background:#fdfdfd;border-bottom:1px solid #eeeeee;}
.navigation_box {width:1200px;height:46px;margin:0 auto;font-size:14px;font-weight:400;line-height:24px;}
.navigation_box a:first-child {margin-left:19px;}
.navigation_box a {color:#333333;}
.navigation_box i:hover, .navigation_box a:hover {color:#000;}
.navigation_box i {font-size:16px;color:#333333;}
.navigation_box .divider {color:#999999;margin:0 10px;}
.navigation_box .nav_select_box {margin-left:10px;}
#sod_tot_layer .selected, #sct_location .selected {
	background-color:#dde6ff;
}	
.navigation_box .nav_whole {line-height:46px;float:left;padding: 3px 0;}
.navigation_box .nav_left {line-height:34px;float:left;}
#sct_location select {margin-top:11px;}
/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
	width: auto;
	height:34px;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 130px;
	padding: 0 84px 0 22px;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 60px;
	background: #5c9cd8;
	border-radius: 4px;
	cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px; height: 10px;
	top: 50%; right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%; left: 0; right: 0;
	min-width: 100%;
	margin: 15px 0;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%; right: 25px;
	width: 7px; height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}
.option-hover:before {
	background: #f9f9f9;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #b5b5b5;
	font-size: 18px;
	font-weight: 600;
	color: #b5b5b5;
	line-height: 47px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
	background: #f9f9f9;
}

/*컨텐츠 박스*/
#content_box {width:1200px;margin:0 auto;}
#content_box .content_wrapper {float:left;width:100%;margin:46px 0 0;display:inline-block;}
#content_box .content_left {float:left;width:240px;display:inline-block;}
#content_box .content_right {float:right;width:930px;margin:46px 0 0 30px;display:inline-block;}
#content_box .content_right h2 {font-family:'Noto Sans KR', sans-serif;font-size:19px;font-weight:600;letter-spacing:-1px;margin-bottom:10px;}
#content_box .content_title_wrapper {width:100%;text-align:center;}
#content_box .content_title_wrapper .content_title h2 {font-family:'Noto Sans KR', sans-serif;font-size:21px;font-weight:500;margin-bottom:3px;letter-spacing:-2px;}
#content_box .content_title_wrapper .content_title_comment {font-size:17px;color:#555555;font-weight:300;letter-spacing:-1px;}
#content_box .content_body {margin:20px 0;letter-spacing:0px;}
#content_box .content_body table, #content_box .content_body table th {border:1px solid #cccccc;background:#f9f9f9;color:#555555;}
#content_box .content_body th {padding: 15px 10px;font-family:'Noto Sans KR', sans-serif;font-size:17px;}
#content_box .content_body table tr:hover td {background:#ffffe1;}
#content_box .content_body td {font-family:"굴림", Gulim, Arial, sans-serif;font-size:12px;color:#777777;}
#content_box .content_body h2 {font-family:'Noto Sans KR', sans-serif;font-size:17px;font-weight:500;letter-spacing:-1px;margin-bottom:10px;}
#content_box .content_tail {font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;color:#777777;font-weight:normal;}
#content_box .content_tail li {line-height:20px;}

/* 상품 목록 상단 HTML 내용 */
#content_box .content_right #sct_hhtml {color:#555555;margin-top:50px;font-size:14px;letter-spacing:-1px;}

/* 메인 바디 박스 컨텐츠 */
.box-main-title {font-size:24px;font-weight:500;line-height:50px;width:96%;text-align:center;margin:0 auto;padding-bottom:40px;}
#main_body_box hr.hr_underline{border: 1px solid red;}
#main_body_box {position:relative;width:1200px;overflow:hidden;margin:0 auto;z-index:99;}
#main_body_box .main_body_box_wrapper {width:100%;margin:0;padding:40px 0 20px 0;overflow:hidden;float:left;}
#main_body_box .main_body_box_wrapper_border {width:100%;margin:0;padding:20px 0;overflow:hidden;float:left;border:1px solid #dddddd;}

/* 메인 바디 박스 미드 컨텐츠 */
#main_body_whole_mid_box {position:relative;width:100%;overflow:hidden;margin:30px 0;}
#main_body_whole_mid_box .main_body_whole_mid_box_wrapper {width:1200px;overflow:hidden;margin:0 auto;}

#container {position:relative;margin:0 auto;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

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

.as_cs{margin:20px 0;border-top:1px solid #eee;padding-top:20px;}
.as_cs h2{font-weight:100;position:relative}
.as_cs strong{display:block;margin:10px 0;font-size:15px}

.sale_prd h2{font-size:1.167em;margin:20px 0 10px}
.st_bg{display: inline-block;width: 1px;height: 10px;margin: 0 10px;background: #e2e1e0;vertical-align: -1px;}

/* 텍스트 크기 조절 */
#text_size {display:none;position:absolute;top:-31px;left:-1px}
#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;background:#000;color:#fff;cursor:pointer}

/* 하단 레이아웃 */
#footer_wrapper {position:relative;width:100%;float:left;margin-top:30px;font-family:'Noto Sans KR', sans-serif;letter-spacing:0px;} 
#footer_wrapper .footer_menu_bar_wraper {width:100%;border-top:1px solid #00a3d9;border-bottom:1px solid #fff;height:60px;line-height:60px;background:#00a3d9;}
#footer_wrapper .footer_menu_bar_wraper .footer_menu_bar {width:1200px;margin:0 auto;}
#footer_wrapper .footer_menu_bar_wraper .footer_menu_bar ul {list-style:none;margin:0;padding:0}
#footer_wrapper .footer_menu_bar_wraper .footer_menu_bar ul li {display:inline;margin-right:20px;}
#footer_wrapper .footer_menu_bar_wraper .footer_menu_bar ul li a {color:#fdfdff;font-size:15px;font-weight:400;text-decoration:none;}
#footer_wrapper .footer_menu_bar_wraper .footer_menu_bar ul li a:hover {color:#000}
#ft {width:1200px;clear:both;margin:0 auto;padding:30px 0;background:#fff;font-weight:normal;}
#ft:after {display:block;visibility:hidden;clear:both;content:""}
#ft div {font-family: 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;font-size:14px;font-weight:none;color:#555555;letter-spacing:-1px;text-transform:uppercase;}
#ft div h1 {font-size:25px;font-weight:500;margin:0;padding:0;color:#000;display:inline-block;float:left;}
#ft div h2 {font-family:'Noto Sans KR', sans-serif;font-size:15px;font-weight:500;color:#000000;text-transform: uppercase;margin:0 0 10px;;letter-spacing:0px;}
#ft div ul li {line-height:22px;float:left;clear:both;}
#ft div ul li a {border:0;margin:0;padding:0;font-size:14px;font-weight:600;}
#ft div ul li a:hover {color:#ed2115;}
#ft div ul li span{font-size:12px;font-weight:500;float:left;margin-right:10px;color:#000;}

.ft_cs strong{font-size:20px;}
.ft_cs p{margin:10px 0;color:#848a92}
.ft_cs a.btn_b01{background:#fff;color: #848a92;}

.ft_box{float:left;width:20%;padding:0 10px;color: #848a92;}
.ft_box h2{font-weight:500;margin:0 0 20px}

#ft .ft_info{width:40%}
#ft .ft_info span{font-weight:200;color:#848a92;line-height:20px}
#ft .ft_info b{font-weight:300}
#ft .ft_ul {line-height:25px} 
#ft .ft_ul a{color: #848a92;}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

 /* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 목록 바로가기 */
.sanchor {margin:30px 0 20px ;padding:0;zoom:1}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;width:20%;text-align:center;;list-style:none}
.sanchor li a{display:block;position:relative;height:50px;margin-left:-1px;background-color:#f7f7f7;border:1px solid #eee;border-bottom:1px solid #000;
color: #999;line-height: 48px;text-align: center;z-index:1}
.sanchor li .sanchor_on{margin:0 0 0 -1px;border:1px solid #000;background:#fff;z-index:2;border-bottom-color:#fff;color:#000;font-weight:500}
.sanchor li a .item_qa_count,.sanchor li a .item_use_count{display:inline-block;background:#ddd;padding:0 5px;line-height:20px;border-radius:15px;color:#fff;min-width:23px;font-size:11px;margin-left:5px}
.sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count{background:#333}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 버튼 */
a.btn01 i, a.btn02 i {font-size:16px;line-height:14px;}
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:400;border:0;}
a.btn_s,.btn_s{line-height:28px;height:28px;padding:0 10px}
a.btn_l,.btn_l{line-height:45px;height:45px;padding:0 20px}
.btn-danger, .btn-primary {border-radius:0;}

a.btn01 {display:inline-block;padding:0 7px;border:1px solid #ccc;background:#fff;color:#333;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover,button.btn01:hover {text-decoration:none;background:#f3f3f3}
button.btn01 {display:inline-block;margin:0;padding:0 7px;border:1px solid #b3b3b3;background:#fff;color:#333;text-decoration:none}
a.btn02 {display:inline-block;padding:0 7px;;background:#154fe6;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {background:#ad0a0a}
button.btn02 {display:inline-block;margin:0;padding:0 7px;border:1px solid #d50c0c;background:#d50c0c;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {background:#0080ff;color:#fff;border:0;cursor:pointer;border-radius:0px;}
.btn_submit:hover{background:#0055aa}
.btn_address{background:#0080ff;border:1px solid #0080ff;height:40px;color:#fff;padding:0 10px;font-size:16px;float:left;}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}
a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:5px 10px;border:1px solid #444444;border-radius:30px;color:#fff;background:#666;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
a.btn_frmline:hover, button.btn_frmline:hover{border:1px solid #000;background:#000;}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:none;border:1px solid #ddd;color:#333;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f3f3f3}
a.btn_b02,.btn_b02 {display:inline-block;background:#111;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#999}
a.btn_b03, .btn_b03 {display:inline-block;background:#none;border:1px solid #6b5ced;color:#6b5ced;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#f3f5ff}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle;padding:0 10px} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}

/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table{border-bottom:1px solid #d3d3d3}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child{border-left:0}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom: 1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {margin:0 0 10px;}
.tbl_head03 table{border-bottom:1px solid #d3d3d3}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0;border-top:1px solid #777777;border-bottom:1px solid #777777;background:#eeeeee;color:#333333;font-size:14px;text-align:center;letter-spacing:-1px}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {background:#fff;padding:15px 10px;border-top:1px solid #dadada;border-left:1px solid #dadada;line-height:1.5em;word-break:break-all;font-size:14px;font-weight:400;}
.tbl_head03 td:first-child{border-left:0;}
.tbl_head03 a {}
.tbl_head03 .selected {border:2px solid #000;}
.tbl_head03 .selected>td {background:#ffffe1;}

.tbl_head04 {margin:0 0 10px;font-size:11px;font-family:dotum, sans-serif;}
.tbl_head04 table{border:1px solid #d3d3d3}
.tbl_head04 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head04 th {padding:12px 0;border-top:1px solid #777777;border-bottom:1px solid #777777;background:#eeeeee;color:#333333;text-align:center;letter-spacing:-1px}
.tbl_head04 a {color:#383838}
.tbl_head04 th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head04 th, .tbl_head04 tfoot td {padding:0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head04 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head04 td {padding:5px;border-top:1px solid #dadada;border-left:1px solid #dadada;line-height:1.5em;word-break:break-all;}
.tbl_head04 td:first-child{border-left:0;}
.tbl_head04 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px;}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:100px;padding:5px 10px;background:none;text-align:right;font-weight:normal}
.tbl_frm01 td {padding:5px 10px;background:transparent;}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input,.frm_address{width:90%}
.half_input{width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
.tbl_frm01 .frm_info_gray {display:block;padding:0 0 5px;line-height:1.4em;color:#666666;}
.tbl_frm01 li {margin-bottom:10px;}

/*기본리스트*/
.list_01 li{border:1px solid #dbdbdb;border-radius:3px;margin:8px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li{float:left;width:230px;margin:10px 0 15px 15px;}
.list_02 li:nth-child(4n+1){clear:both;margin-left:0}

/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.25em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}
.form_01 .form_left{float:left;width:49.5%}
.form_01 .form_right{float:right;width:49.5%}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center;color:#777 !important}
.empty_list ,.empty_li{padding:20px 0 !important;text-align:center;color:#777 !important}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:40px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:50px;text-align:center;}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:70px;text-align:center}
.td_statsmall {width:50px;text-align:center}

.text_left{text-align:left  !important}
.text_center{text-align:center  !important}
.text_right{text-align:right  !important}

/* 새창 기본 스타일 */
.new_win {position:relative;letter-spacing:-1px;}
.new_win #win_title {font-size:17px;font-family:'Noto Sans KR', sans-serif;font-weight:400;height:50px;line-height:30px;padding:10px 20px;background:#006cd9;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win button {font-size:14px;font-weight:400;border-radius:0;}
.new_win .win_ul {border-right:1px solid #cccccc;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fafafa;width:33.333%;text-align:center;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-top:1px solid #cccccc}
.new_win .win_ul li a{font-size:14px;font-weight:600;display:block;padding:10px 0;text-decoration:none;color:#666666;}
.new_win .win_ul .selected{background:#fff;border-bottom-color:#fff;border-top-color:#cccccc;border-right-color:#cccccc;border-left-color:#cccccc;}
.new_win .win_ul .selected a{color:#000}
.new_win .win_desc {margin:5px 0;color:#777777;font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;}
.new_win .frm_info{font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;color:#888888;line-height:15px;font-family:dotum, sans-serif;font-size:11px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con .btn {border-radius:0;padding:6px 15px 4px;color:#fff;border:0;cursor:pointer;border-radius:0px;font-size:12px;font-weight:bold;font-family: "굴림", Gulim, Arial, sans-serif;line-height:26px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden}
.new_win .btn_submit {padding:0 20px;height:40px;border-radius:3px;font-weight:bold;font-size:1.083em;float:right}
.new_win .win_btn{margin:10px 0}
.new_win .win_btn .btn_submit {padding:6px 15px 4px;background:#0080ff;color:#fff;border:0;cursor:pointer;border-radius:0px;font-size:12px;font-weight:bold;font-family: "굴림", Gulim, Arial, sans-serif;}
.new_win .win_btn .btn_submit:hover{background:#0055aa}

.wide_win {position:relative;margin:20px;text-align:center;width:100%;}

.multi_order_win {position:relativetext-align:center;width:100%;overflow:hidden;letter-spacing:-1px;}
.multi_order_win #win_title {font-size:17px;font-family:'Noto Sans KR', sans-serif;font-weight:400;letter-spacing:-1px;height:50px;line-height:30px;padding:10px 20px;background:#006cd9;color:#fff;}
#win_outer {
	position: relative;
	width:100%;
	margin:20px;
	padding: 0 30px 0 0;
	overflow-x: auto;
    overflow-y: hidden;
	white-space: nowrap;
}
#win_outer .inner {
	position: relative;	
	border: 1px solid #000;
	width: 1600px; 
	height: auto;  
	overflow:auto;
	display: inline-block;
	margin: 0 auto;
}
#win_outer .inner table {
	width:100%;letter-spacing:0px;
}
.multi_order_win .btn_confirm {position:relative;width:100%;margin:20px;text-align:center;clear:both;}
.multi_order_win .btn_confirm .btn_submit {padding:8px 25px;background:#0080ff;color:#fff;border:0;cursor:pointer;border-radius:0px;font-size:18px;font-weight:400;font-family:'Noto Sans KR', sans-serif;}
.multi_order_win .btn_confirm .btn_submit:hover{background:#0055aa}
.multi_order_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden}
.multi_order_win  .multi_order_win_total {font-family:'Noto Sans KR', sans-serif;font-weight:500;font-size:20px;}


/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center;font-size:14px;font-weight:400;}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 10px;height:32px;color:#000;letter-spacing:0;line-height:34px;vertical-align:middle;}
.pg a:focus, .pg a:hover {text-decoration:none;color:#6a7414;}
.pg_page {background:#fff;text-decoration:none;border:1px solid #fff;}
.pg_page:hover {border:1px solid #c5d724;}
.pg_start, .pg_prev {border:1px solid #cccccc;}
.pg_end, .pg_next {border:1px solid #cccccc;}
.pg_current {display:inline-block;margin:0 2px 0 0;background:#c5d724;color:#000;font-weight:600;}

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
#TopBtn {
	display:none;
	position:fixed;
	width:37px;
	height:37px;
	text-align:center;
	bottom:30px;
	right:30px;
	z-index:99999;
	font-size:10px;
	font-weight:300;
	border:none;
	outline:none;
	background-color:#0040ff;
	color:#fff;
	cursor:pointer;
	padding:5px;
	border-radius:50px;
}
#TopBtn:hover {
	background-color:#000;
}  


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}

/* 마이페이지 */
#smb_my {position:relative}

#smb_my #smb_my_wr a, #sod_v td a {font-weight:400;color:#2693ff;text-decoration:none;}
#smb_my #smb_my_wr a:hover, #sod_v td a:hover {color:#000;}
#smb_my #smb_my_wr table tr:hover {background:#ffffbf;color:#000;}
#sod_v table tr:hover {background:#ffffbf;color:#000;}
#smb_my #smb_my_wr table .cell_normal, #sod_v .cell_normal {color:#666666;}
#smb_my #smb_my_wr table .cell_normal button, #sod_v .cell_normal button {padding:0 5px;border:3px solid #eee;line-height:12px;height:26px;font-size:12px;letter-spacing:-1px;font-weight:normal;border-radius:0;}
.cell_normal .receiver {font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;color:#888888;border:1px solid #eeeeee;background:#fafafa;margin-top:5px;border-radius:15px;padding:5px 10px;letter-spacing:-1px;}

#smb_my_ov {width:100%;float:left;margin:6px 0 20px;position:relative;font-size:14px;}
.smb_my_ov_wr {background:#fff;border:1px solid #dddddd;margin-top:40px;overflow:hidden;}
#smb_my_ov .my_page_left_title_box {width:100%;padding:10px;float:left;clear:both;background:#f8f8f8;border-bottom:1px solid #dddddd;font-family:'Noto Sans KR', sans-serif;font-size:17px;font-weight:600;letter-spacing:-1px;text-align:center;}
#smb_my_ov .my_name {width:100%;padding:10px;color:#000;float:left;clear:both;text-align:center;background:#f8f8f8;border-bottom:1px solid #dddddd;}
#smb_my_ov .my_name img {border-radius:50px;margin-right:10px}
#smb_my_ov .my_name div {float:left;}
#smb_my_ov .my_name .name {font-family:'Noto Sans KR', sans-serif;font-size:20px;font-weight:600;color:#000;}
#smb_my_ov .my_name ul li {font-size:13px;color:#646464;letter-spacing:0px;}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .my_summary {width:100%;padding:10px;float:left;clear:both;background:#fff;border-bottom:1px solid #dddddd;color:#555555;}
#smb_my_ov .my_summary div {float:left;padding:0 10px;}
#smb_my_ov .my_summary img {width:50px;border-radius:50%}
#smb_my_ov .my_summary div li {width:100%;display:inline-block;margin:0 auto;}
#smb_my_ov .my_summary div dt, #smb_my_ov .my_summary div dd {}
#smb_my_ov .my_summary div dd {padding-left:5px;}
#smb_my_ov .my_info {padding:0;font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;color:#555555;}
#smb_my_ov .my_info dt {float: left;width:50px;display:inline-block;}
#smb_my_ov .my_info dd {float: right;display:inline-block;padding-left:5px;word-wrap: break-word;}
#smb_my_ov .my_info li {width:100%;float:left;clear:both;padding:5px 10px;border-bottom:1px solid #dddddd;}
#smb_my_act {line-height:20px;}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act li {width:100%;float:left;clear:both;padding:5px 10px;border-bottom:1px solid #dddddd;}
#smb_my_act li:hover {background:#ffffbf;}
#smb_my_act li a {display:block;text-decoration:none;font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;color:#555555;}
#smb_my_act li a:hover{color:#000;}
#smb_my_act dt {float: left;width:20px;display:inline-block;}
#smb_my_act dt span {color:#666666}
#smb_my_act dd {float: left;display:inline-block;padding-left:5px;word-wrap: break-word;}
#smb_my_act dd a {color:#666666}
#smb_my_act .cs_icons {font-size:30px;}
#smb_my_act .my_value_count {float:right;font-weight:200;}
#smb_my_act .my_value_count a {color:#2693ff;}
#smb_my_act li:last-child {border-bottom:none;}
#smb_my_act li .btn_admin {height:27px}
#smb_my_ov .cou_pt {position:absolute;top:0;right:0}
#smb_my_ov .cou_pt dt {float:left;width:90px;line-height:45px}
#smb_my_ov .cou_pt dd {float:left;width:110px;text-align:right;padding:0 20px 0 0;line-height:45px;}
#smb_my_ov .cou_pt dd a {color:#ff2b64;font-weight:bold;font-size:1.167em}
#smb_my_ov .op_area {background:#f8f8f8;border:1px solid #ccc;border-top:0;padding:10px 15px;line-height:18px;color:#555}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt {float:left;width:10%;margin:3px 0;font-weight:bold}
#smb_my_ov .op_area dd {float:left;width:40%;margin:3px 0}
.my_ov_btn {text-align:center}
.my_ov_btn button {background:#fff;border:1px solid #ccc;vertical-align:top;border-top:0;padding:0 20px;height:25px}
.my_ov_btn button:hover {background:#f3f3f3}

/* 고객센터 메뉴*/
.cs_menu_wrapper {float:left;width:100%;margin:0;position:relative;font-size:14px;}
.cs_menu_wrapper .cs_menu_title {width:100%;padding:10px;float:left;clear:both;background:#f8f8f8;border-bottom:1px solid #dddddd;font-family:'Noto Sans KR', sans-serif;font-size:19px;font-weight:600;letter-spacing:-1px;text-align:center;}
.cs_menu_wrapper .cs_menu_time {width:100%;float:left;border-bottom:1px solid #dddddd;text-align:center;padding:10px;letter-spacing:0px;color:#444444;background:#fff;}
.cs_menu_wrapper .cs_menu_time i {color:#444444;}
.cs_menu_wrapper .cs_menu_time li {margin-bottom:3px;font-size:14px;}
.cs_menu_wrapper .cs_menu_time h1 {margin:10px 0;font-size:17px;font-weight:500;font-family:'Noto Sans KR', sans-serif;letter-spacing:-1px;}
.cs_menu_wrapper .cs_menu_time .cs_time {border:1px solid #e6e600;background:#ffff4c;border-radius:30px;margin:5px 0;padding:5px 0;font-size:14px;font-weight:600;color:#000;}
.cs_menu_wrapper .cs_menu_time .cs_phone {font-size:14px;font-weight:400;letter-spacing:0px;color:#000;}

#smb_my_ovaddd{width:90%}

#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}

#smb_my_summary {margin:0 0 50px;position:relative;}
#smb_my_od {margin:0 0 50px;position:relative}
#smb_my_od h2 {margin:0 0 10px;font-family:'Noto Sans KR', sans-serif;font-size:16px;font-weight:600;letter-spacing:-1px;}
#smb_my_od  td{text-align:center}
#smb_my_od  td a{font-weight:bold}
#smb_my_wish{position:relative;}
#smb_my_wish h2 {padding-bottom:10px;font-family:'Noto Sans KR', sans-serif;font-size:16px;font-weight:600;letter-spacing:-1px;border-bottom:1px solid #777777;}
#smb_my_wish ul {float:left;margin-top:20px;}
.smb_my_img{margin:0 0 5px;}
.smb_my_tit{margin:5px 0; font-size:1.167em;font-weight:bold;word-wrap: break-word;}
.smb_my_date{font-size:1.02em;color:#777}
.smb_my_more {position:absolute;top:0;right:0;font-family:dotum, sans-serif;font-size:11px;border:1px solid #cccccc;padding:5px 5px 2px 4px;background:#ececec;}
.smb_my_more:hover {background:#cccccc;}
.smb_my_more a {display:block;float:left;background:url('../img/more-btn.gif') no-repeat 2px 0;padding-left:22px;text-decoration:none;letter-spacing:-1px;color:#000;}
#smb_my_wish ul {width:100%;}
#smb_my_wish li {float:left;width:20%;padding:10px;}
#smb_my_wish .list_02 li{width:20%;padding:10px;margin:0}

/*장바구니 주문서 공통*/
.od_prd_list .td_chk{border-left:0;}
.od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
.od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0;padding:0 10px;}
.od_prd_list .td_prd .sod_name{min-height:80px;font-family:'InfinitySans-RegularA1';font-weight:200;}
.od_prd_list .td_prd .sod_name a {font-size:0.95999em;}
.od_prd_list .td_prd .prd_name{font-size:14px;color:#000;}
.od_prd_list .total_prc{color:#154fe6;font-weight:400;font-size:14px;}
.sod_bsk_dvr .tot_sell_price{color:#000;}

.sod_opt {font-family:'InfinitySans-RegularA1';font-size:0.85999em;color:#999999;}
.sod_opt ul {margin:0;padding:0;list-style:none}
.sod_opt li {margin:3px 0;line-height:1.3em;letter-spacing:-0.02em;}
.display_won{font-weight:400;}
.display_nzd{font-weight:400;}
.sod_option_btn .mod_options {padding:2px 7px;border:1px solid #7546ff;color:#9673ff;background:#9673ff;margin:10px 0 0;color:#fff;font-size:12px; }
.sod_option_btn .mod_options:hover {background:#7546ff;}
.cp_btn {display:inline-block;padding: 0 7px;border: 1px solid #38b2b9;border-radius:20px;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
.cp_cancel {display:inline-block;padding: 0 7px;border: 1px solid #ff73b9;border-radius:20px;color: #ff73b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}

/* 장바구니 */
#shopping_body_box {width:100%;margin:40px 0;font-size:13px;font-weight:500;letter-spacing:-1px;overflow-y:auto;}
#shopping_body_box .shopping_body_wrapper {width:1200px;margin:0 auto;overflow-y:auto;}
#shopping_body_box .shopping_body_wrapper .order_steps {margin:0 auto;text-align:center;}
#shopping_body_box .shopping_body_wrapper .order_steps div {height:70px;}
#shopping_body_box .shopping_body_wrapper .order_steps div span {display:inline;float:left;margin-right:10px;font-family:'Noto Sans KR', sans-serif;font-size:20px;font-weight:500;letter-spacing:-1px;color:#777777;}
#shopping_body_box .shopping_body_wrapper .order_steps div span i {font-size:22px;font-weight:normal;float:left;margin-right:3px;color:#999999;}
#shopping_body_box .shopping_body_wrapper .order_steps div .selected {color:#ff2626;}
#sod_bsk {min-height:600px;float:left;}
#sod_bsk #sod_bsk_left {min-width:950px;} 
#sod_bsk #sod_bsk_left tbody tr:hover{background:#ffffcc;}
#sod_bsk .tbl_head03 table {border-bottom:1px solid #777777;}
#sod_bsk .tbl_head03 table th {border:1px solid #d3d3d3;background:#fcfcfc;text-align:center}
#sod_bsk .tbl_head03 table td {border:1px solid #e7e7e7;}
.stock_taken {font-size:12px;background:#0080ff;color:#fff;padding:4px 10px;border-radius:20px;}
.btn_cart_del {margin:10px 0}
.btn_cart_del button {padding:6px 14px;border:none;background:#fff;color:#fff;font-size:14px;font-weight:400;letter-spacing:-1px;}
.btn_cart_del .button_del {background:#ff8000;}
.btn_cart_del .button_del:hover {background:#c66300;}
#sod_bsk_list {position:relative;padding-right:250px}
#sod_bsk .tbl_head03 {float:left;}
#sod_tot_layer {float:right;}
#sod_tot_layer .float_sidebar {position:relative;}
.shipping_area {padding:2px 5px;border:1px solid #794cff;background:#794cff;border-radius:3px;float:left;}
.shipping_area div {font-size:10px;color:#fff;line-height:12px;margin:1px 0;}
#sod_bsk .sod_tot_wr {position:absolute;top:0;right:0;width:220px;background:#fcfcfc;padding:20px;border: 1px solid #d3d3d3;color:#444444;}
#sod_bsk .sod_tot_wr:hover{background:#ffffcc;}
#sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk #sod_bsk_tot li {padding:2px 0;text-align:right}
#sod_bsk #sod_bsk_tot li .total_weight{border:1px solid #794cff;background:#9673ff;border-radius:15px;padding:1px 10px;color:#fff;}
#sod_bsk #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk #sod_bsk_tot li span {display:block;margin:0 0 5px;float:left;font-family:'Noto Sans KR', sans-serif;font-size:15px;font-weight:400;}
#sod_bsk #sod_bsk_tot li .guide_text {font-size:14px;color:#fff;font-weight:400;}
#sod_bsk #sod_bsk_tot li strong {font-size:15px;font-weight:400;}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {border-top:1px solid #777777;padding:15px 0;margin-top:15px;font-weight:bold}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt strong {color:#154fe6;font-size:18px;font-weight:400;}
#sod_bsk_act {text-align:center;}
#sod_bsk_act .btn_submit {height:50px;padding:0 10px;width:100%;font-weight:400;font-size:18px;margin:20px 0 5px;background:#d50c0c;font-family:'Noto Sans KR', sans-serif;}
#sod_bsk_act .btn_submit:hover {background:#f11414;}
#sod_bsk_act .btn01 {height:45px;line-height:45px;padding:0 10px;width:100%;font-weight:400;font-size:17px;margin-top:3px;background:#7546ff;border:0;color:#fff;font-family:'Noto Sans KR', sans-serif;;}
#sod_bsk_act .btn01:hover {background:#8b64ff;}
#sod_bsk_act p {margin:0 0 10px}
.fixto-fixed{height:100%;}

#shopping_body_box #sod_bsk_bottom_left {width:950px;}
#shopping_body_box #sod_bsk_bottom_left .content {float:left;margin-top:20px;width:100%;}


/*장바구니 선택사항수정*/
#sod_bsk_list #mod_option_frm {z-index:10000;position:fixed;top:45%;left:50%;width:400px;height:auto !important;height:500px;max-height:500px;margin-left:-280px;
margin-top:-150px;border:3px solid #7546ff;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
#sod_bsk_list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);display:block;z-index:9999}
#mod_option_frm h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;font-size:1.25em;font-weight:600;}

.option_wr {background:#fff;margin:0 20px 10px;padding:10px}
.option_wr h3 {font-size:1.167em}
.option_wr label {display:block;margin:10px 0 5px}
.option_wr select {width:100%;border:1px solid #ccc;height:35px}

#sit_opt_added {margin-top:20px;padding:0;border-bottom:0;background:#fff;list-style:none}
#sit_opt_added li{margin-bottom:10px;padding:5px 0;border-bottom:1px solid #e9e9e9;position:relative;font-size:14px;float:left;clear:both;width:100%;}
#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""} 
#sit_opt_added li .opt_name{line-height:20px;font-weight:bold;margin-bottom:10px;font-weight:300;float:left;}
#sit_opt_added li .opt_count{float:left;}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #cdcdcd;background:#fff;color:#666;font-size:0.6em;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
#sit_opt_added button:hover{color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;width:40px;border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;text-align:center;font-size:13px;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
#sit_opt_added .sit_opt_del{border:0;color:#d9006c;font-size:0.9em;}
#sit_opt_added .sit_opt_del:hover{color:#d9006c;font-size:0.9em;}
#sit_opt_added .sit_opt_prc{display:block;float:right;;padding:0 3px;text-align:right;line-height:25px;font-size:14px;font-weight:100;}

#mod_option_frm #sit_sel_option{margin:10px 30px 0;font-size:16px;font-weight:600;}
#mod_option_frm #sit_tot_price{margin:10px  30px;font-size:17px;font-weight:600;text-align:right;}
#mod_option_frm #sit_opt_added {border-top:1px solid #e9e9e9;}
#mod_option_frm .btn_confirm{margin:20px ; }
#mod_option_frm .btn_confirm .btn_submit{height:50px;font-size:17px;font-weight:600;width:100%;cursor:pointer;background:#7546ff;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
#mod_option_frm .btn_confirm .btn_submit:hover{background:#561eff;}
#mod_option_frm .btn_confirm .btn_close{position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;font-size:1.25em}
#mod_option_frm .btn_confirm .btn_close:hover{background:#f3f3f3}

/* 주문서 작성 */
#sod_frm .od_prd_list{margin-bottom:20px}
/*
#sod_frm  #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
#sod_frm  #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
#sod_frm  #sod_bsk_tot .sod_bsk_sell,#sod_frm  #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
#sod_frm  #sod_bsk_tot .sod_bsk_point,#sod_frm  #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_frm  #sod_bsk_tot .sod_bsk_point span,#sod_frm  #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
#sod_frm  #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
*/
#sod_frm #sod_bsk_tot {padding:10px 0;}
#sod_frm input {border-radius:0;margin: 0 0 5px;font-size:16px;}
#sod_frm #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm #sod_bsk_tot li {display:inline;margin:2px 0;padding:8px 0;text-align:right;float:left;width:100%;border-bottom:1px solid #e7ebf1;}
#sod_frm #sod_bsk_tot li .total_weight{border:1px solid #794cff;background:#9673ff;border-radius:30px;padding:7px 10px;color:#fff;}
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm #sod_bsk_tot li span {display:block;margin:0 0 5px;float:left;font-family:'Noto Sans KR', sans-serif;font-size:15px;font-weight:400;}
#sod_frm #sod_bsk_tot li .guide_text {font-size:14px;color:#fff;font-weight:400;}
#sod_frm #sod_bsk_tot li strong {font-size:15px;font-weight:400;}
#sod_frm #sod_bsk_tot li option:disabled{background: red;}
#sod_frm #sod_bsk_tot .sod_bsk_cnt {border-top:1px solid #777777;padding:15px 0;margin-top:15px;font-weight:bold}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong {color:#000;font-size:19px;}
#sod_frm #sod_bsk_tot .sod_bsk_pt {border:0;}
#sod_frm #sod_bsk_tot li span{float:left;clear:both;color: #777;}
#sod_frm #sod_bsk_tot li strong{}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}

.sod_left{display: table-cell;width:65%;background:#fff;vertical-align:top;float:left;}
.sod_right{display: table-cell;width:33%;background:#fff;vertical-align:top;float:right;border:3px solid #ff794c;}

.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm {}
#sod_frm h2 {margin:0;}
#sod_frm p {margin:0 0 10px}
#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto;overflow-x:none;letter-spacing:-1px;
-webkit-box-shadow:  1px 2px 5px #bbb;
-moz-box-shadow:  1px 2px 5px #bbb;
box-shadow: 1px 2px 5px #bbb;}
#sod_list th {padding:15px 0;border:1px solid #d3d3d3;background:#fcfcfc;}
#sod_list td {border:1px solid #e7e7e7;}
#sod_frm #sod_list tbody tr:hover{background:#ffffcc;}
#sod_frm_orderer, #sod_frm_taker {margin:20px 0 40px;border:1px solid #d3d3d3;font-size:14px;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
#sod_frm_orderer .sod_frm_orderer_title, #sod_frm_taker .sod_frm_orderer_title {width:100%;background:#fcfcfc;padding:15px 20px;border-bottom:1px solid #d3d3d3;}
#sod_frm_orderer .sod_frm_orderer_title h2, #sod_frm_taker .sod_frm_orderer_title h2 {font-family:'Noto Sans KR', sans-serif;font-size:18px;margin:0;padding:0;border:0;}
.sod_right .sod_frm_orderer_title {width:100%;background:#ff794c;padding:15px 20px;border-top:1px solid #ff794c;border-bottom:1px solid #ff794c;}
.sod_right .sod_frm_orderer_title h2 {color:#fff;font-family:'Noto Sans KR', sans-serif;font-size:18px;margin:0;padding:0;}
.sod_right #sod_bsk_tot {position:relative;margin:10px 15px;}
#sod_frm_orderer .tbl_frm01 .sod_frm_orderer_table, #sod_frm_taker .tbl_frm01 .sod_frm_orderer_table {margin:20px 0;}
#sod_frm_taker input[type=text], #sod_frm_orderer input[type=text]{float:left;font-size:14px;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}
#sod_frm_orderer select, #sod_frm_taker select {border-radius:0;width:90%;font-size:14px;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;}

#sod_frm_taker label{display:inline-block;}
#sod_frm_taker .ad_default{line-height:30px;margin-left:10px;}

#sod_ware_house_addr ul li {margin:0;padding-bottom:5px;font-size:14px;font-weight:400;}

#sod_frm_same {margin:0 0 10px}

#sod_frm #od_memo, #sod_frm #od_info_memo {width:90%;height:80px}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#sod_frm .btn_submit{width:100%;height:60px;font-size:1.25em;cursor:pointer;background:#ff794c;}
#sod_frm .btn01 {width:100%;height:40px;line-height:38px;font-weight:bold;font-size:1.25em;margin:5px 0;border:0;}
#sod_frm .btn01:hover {background:none;}

#od_pay_sl .btn_submit{width:100%;height:60px;font-size:1.25em;cursor:pointer;background:#000;}


#sod_frm_pay {position:relative;margin: 10px 15px;}
#sod_frm  #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_bsk_tot .pay_tbl, #sod_frm_pay .pay_tbl {border:1px dashed #ff006c;margin-bottom:15px;padding:15px;}
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th{text-align:left;padding:0;width:100px;background:#fff;font-size:15px;color:#777}
#sod_frm_pay .pay_tbl tr{padding:0;}
#sod_frm_pay .pay_tbl td{text-align:right;padding:0;background:#fff}
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;float:right;}
#sod_frm_pay .pay_tbl td span {clear:both;float:right;padding:15px 0;margin:3px 0;}
#sod_frm_pay .pay_tbl td strong {font-size:15px;font-weight:400;}
#sod_frm_pay .pay_tbl .cp_price {border:0;text-align:right;width:60px;font-size:15px;}
#od_tot_price{margin:20px 10px;padding-bottom:10px;background:#fff;line-height:25px;text-align:right;border-bottom:1px solid #e7ebf1;}
#od_tot_price span{font-family:'Noto Sans KR', sans-serif;font-size:1.5em;float:left;font-weight:bold}
#od_tot_price strong{font-size:1.7em;color:#ff006c;font-weight:400;}
#od_tot_price div {margin-bottom:5px;}
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;right:0;width:500px;height:auto !important;height:500px;max-height:500px;border:2px solid #000;background:#fff;overflow-y:auto;letter-spacing:-1px;}
#sod_frm_deli {position:relative;line-height:2em}
.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
background: #000;
color:#fff;
-webkit-box-shadow: 1px 2px 2px #eee;
-moz-box-shadow: 1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;
letter-spacing:-1px;}
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;color:#fff;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
.od_coupon .btn_close:hover{background:#000;color:#ff0000}
.od_coupon .tbl_head02{margin:20px;border-right: 1px solid #dddddd;border-left: 1px solid #dddddd;}
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
#sod_frm .od_coupon td,#sod_frm_pay .od_coupon td{font-size:13px;text-align:left;border-left:0;padding:7px}
#sod_frm .od_coupon th, #sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #ffff4c;border-bottom: 1px solid #dddddd;}
#sod_frm .od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
.od_coupon .td_mngsmall{width:60px}
#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
#od_pay_sl h3{font-size:19px;font-weight:600;margin:20px 0; font-family:'Noto Sans KR', sans-serif;letter-spacing:-1px;}
#od_pay_sl {font-size:16px;margin:10px;font-weight:400;}

#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;color:#555555;background:#fff;border:1px solid #b8c4d6;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;line-height:60px;z-index:1}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:5px solid #627ca4;z-index:3;line-height:52px;color:#000;font-weight:600;}
#od_pay_sl .btn_confirm .btn_submit {margin:20px 0;}

#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .credit_acc_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}

.sod_frm_point{clear:both;margin-top:10px;padding:0;font-family: 'InfinitySans-RegularA1';color:#888888;background:#fff;letter-spacing:0px;}
.sod_frm_point div{margin-bottom:1px;padding:10px;text-align:left;text-align:right}
.sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point #sod_frm_pt_use {color:#ff794c;}
.sod_frm_point #sod_frm_pt {font-size:1.05em;}
.sod_frm_point div label{float:left;line-height:30px;font-size:1.05em;}
.sod_frm_point div span{display:block;font-size:0.95em}
.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div strong{float:left;font-weight:normal}
.sod_frm_point .max_point_box {color:#000;}
.sod_frm_point .max_point_box em{font-style:normal !important;font-weight:400;}
.sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ff794c;color:#ff794c;font-family: 'InfinitySans-RegularA1';}

#settle_bank {position:relative;width:100%;margin:5px 0;background:#fff;padding:10px 0;clear:both;float:left;}
#settle_bank select{height:36px;margin:0 0 5px;width:100%;border:1px solid #ccc;}
#settle_bank #od_deposit_name{height:36px;border:1px solid #ccc;text-align:center;float:left;}
#settle_bank span{float:left;display:inline;margin-left:5px;line-height:36px;}

#settle_deposit_date {position:relative;width:100%;margin:5px 0;background:#fff;padding:20px 0 10px;clear:both;text-align:center;}
#settle_deposit_date p {font-size:17px;font-weight:400;color:#ff4000;letter-spacing:-1px;}

#sod_frm_escrow {margin:30px 0 0}
#sod_frm #sod_frm_escrow h2{margin:0;border:0}
#sod_frm #sod_frm_escrow p{margin:5px 0}
#display_pay_process {padding:20px;text-align:center}

/* 위시리스트 */
#sod_ws {}
#sod_ws h2 {padding-bottom:10px;font-family:'Noto Sans KR', sans-serif;font-size:16px;font-weight:600;letter-spacing:-1px;border-bottom:1px solid #777777;}
.sod_ws_img {width:90px;text-align:center}
#sod_ws_act {text-align:center;padding:20px 0;}
#sod_ws_act button{height:50px;width:180px;font-weight:500;font-family:'Noto Sans KR', sans-serif;font-size:19px;}
#sod_ws li .info_link{display:block;margin:10px 0 5px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color:#646464;font-weight:bold}
#sod_ws li .info_date{color:#646464;font-size:0.92em}
#sod_ws li .wish_chk {position: absolute;top: 0;left: 0;width: 30px;text-align: center;line-height: 35px;color:#f00}
#sod_ws li .wish_info {padding: 0 35px 10px 30px;position: relative;border-bottom: 1px solid #e0e0e0;margin-top: 10px;height: 45px;}
.img-wrap .wish_del {position: absolute;top: 0;right: 0;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f3f3f3;border:1px solid #e0e0e0;display: block;font-size: 1.25em;color: #b30000;}
.img-wrap .wish_del:hover{background:#e0e0e0;color:#000}

/* 모달 도움창 */
.modal-window {font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;letter-spacing:-1px;line-height:22px;color:#555555;}
.modal-window h2 {padding-bottom:20px;font-family:'Noto Sans KR', sans-serif;font-size:18px;font-weight:600;letter-spacing:-1px;text-align:center;}
.modal-window ul {list-style-type: disc;list-style-position: inside;padding: 0;}
.modal-window .cate_warpper {list-style:none;margin:0;padding: 10px 0;}
.modal-window .cate_warpper a {font-family:'Noto Sans KR', sans-serif;font-size:14px;color:#555555;font-weight:400;text-decoration:none;}
.modal-window .cate_warpper a:hover {color:#000;text-decoration:underline;}
.modal-window .cate_warpper li {padding:2px 20px;}
.modal-window .cate_selected {background:#cadb2a;}
.modal-window .cate_selected>a {color:#000;font-weight:400;}

/* 대량주문 */
.ajax-help {border:1px solid #000;border-radius:15px;background:#000;margin:3px;padding:2px 10px;color:#bbbbbb;display:inline-block;}
#sod_multi_order {letter-spacing:-1px;}
#sod_multi_order h2 {padding-bottom:10px;font-family:'Noto Sans KR', sans-serif;font-size:16px;font-weight:600;border-bottom:1px solid #777777;}
#sod_multi_order .order_by_wrapper {margin:50px 0;font-size:14px;}
#sod_multi_order .order_by_wrapper h2 {border:0;font-family:'Noto Sans KR', sans-serif;font-size:20px;font-weight:500;letter-spacing:-1px;text-align:center;}
#sod_multi_order .order_by_wrapper h3 {padding-bottom:20px;font-family:'Noto Sans KR', sans-serif;font-size:16px;font-weight:600;letter-spacing:-1px;text-align:center;}
#sod_multi_order .ordering_content {width:100%;padding:20px;border:1px solid #dddddd;background:#f7f7f7;line-height:26px;}
#sod_multi_order .ordering_content .excelfile {width:100%;margin:0 auto;}
#sod_multi_order .ordering_content .excelfile ul {text-align:center;margin:20px 0;}
#sod_multi_order .ordering_content .excelfile ul li {margin:5px 0;}
#sod_multi_order .ordering_content .excelfile_upload_step {position:relative;display:inline-block;width:100%;background:#fff;padding:30px 10px;border:1px solid #000;}
#sod_multi_order .ordering_content .excelfile_upload_step li {display: flex;justify-content: center;align-items: center;}
#sod_multi_order .ordering_content .excelfile_upload_step div span {display:block;clear:both;text-align:center;color:#666666;font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;line-height:16px;margin-top:5px;}
#sod_multi_order .ordering_content .excelfile_upload_step .btn_submit {text-align:center;color:#666666;background:#fff;font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;line-height:16px;}
#sod_multi_order .ordering_content .excelfile_upload_step a {color:#666666;text-decoration:none;}
#sod_multi_order .ordering_content .excelfile_upload_step a:hover,
#sod_multi_order .ordering_content .excelfile_upload_step .btn_submit:hover {color:#000;}
#sod_multi_order .excelfile_upload_step_guide {margin:0 auto;letter-spacing:-1px;}
#sod_multi_order .excelfile_upload_step_guide ol li {float:left;clear:both;}
#sod_multi_order .excelfile_upload_step_guide ol.circle {
   list-style: none;
   counter-reset: item;
 }
 #sod_multi_order .excelfile_upload_step_guide ol.circle > li{
   counter-increment: item;
 }
#sod_multi_order .excelfile_upload_step_guide ol.circle > li:before {
   margin-right: 10px;
   content: counter(item);
   background: #00a3d9;
   border-radius: 100%;
   color: white;
   width: 20px;
   height: 20px;
   text-align: center;
   display: inline-block;
   line-height:22px;
 }
.input-file-container {
	position: relative;
	margin:0 auto;
	width: 50%;
} 
.js .input-file-trigger {
	display: block;
	padding: 10px 0;
	border:1px solid #00a3d9;
	background: #00a3d9;
	color: #fff;
	font-size: 16px;
	font-weight:400;
	transition: all .4s;
	cursor: pointer;
	text-align:center;
}
.js .input-file {
	position: absolute;
	top: 0; left: 0;
	width: 50%;
	opacity: 0;
	padding: 14px 0;
	cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
	background: #fff;
	border:1px solid #999999;
	color: #000;
}
.file-return {
	margin: 0;
	text-align:center;
}
.file-return:not(:empty) {
	margin: 1em 0;
}
.js .file-return {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.js .file-return:not(:empty):before {
	content: "업로드할 파일 : ";
	font-style: normal;
	font-weight: normal;
}

#sod_multi_order .ordering_content .excelfile .btn_submit {width:50%;height:50px;font-weight:400;font-size:18px;background:#d50c0c;font-family:'Noto Sans KR', sans-serif;}
#sod_multi_order button{height:50px;width:180px;font-weight:500;font-family:'Noto Sans KR', sans-serif;font-size:19px;}

/* 배송지 관리 */
#sod_ship_addr {}
#sod_ship_addr h2 {padding-bottom:10px;font-family:'Noto Sans KR', sans-serif;font-size:16px;font-weight:600;letter-spacing:-1px;border-bottom:1px solid #777777;}
#sod_ship_addr button{height:50px;width:180px;font-weight:500;font-family:'Noto Sans KR', sans-serif;font-size:19px;}

/* 배송지 목록 */
#sod_addr .td_mng .sel_address{background:#468c00;;border:1px solid #468c00;color:#fff;;padding:0 5px;height:26px;}
#sod_addr .td_mng .edit_address{display:inline-block;;border:1px solid #777;background:#eeeeee;color:#777;padding:0 5px;height:26px;line-height:24px;vertical-align:middle;font-weight:bold;}
#sod_addr .td_mng .del_address{display:inline-block;;border:1px solid #ff0040;background:#ff0040;color:#fff;padding:0 5px;height:26px;line-height:24px;vertical-align:middle}
#sod_addr input[type="radio"]{position:absolute;left:0;z-index:-1;visibility:hidden;;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb {display: inline-block;background:#fff;border: 1px solid #3476be;color: #3476be;cursor: pointer;position:relative;padding:0 5px;height:26px;line-height:24px}
#sod_addr input[type="radio"]:checked+.default_lb {background:#3476be;color:#fff}
#sod_addr td{height:40px;vertical-align:top}
#sod_addr .address_default {background:#3476be;;border:1px solid #3476be;color:#fff;;padding:6px 27px;height:26px;font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;font-weight:bold;letter-spacing:-1px;}
#sod_addr .td_name {width:100px;}
#sod_addr .frm_input {;height:30px}
#sod_addr .td_sbj{width:160px;text-align:left}
#sod_addr .td_sbj ul li{display:inline;float:left;line-height:25px;}
#sod_addr .ad_tel{display:block;color:#666}
#sod_addr .td_mng{width:100px;padding:10px}
#sod_addr .td_mng .mng_btn{width:100%;margin:2px 0;font-family:dotum, sans-serif;font-size:11px;letter-spacing:-1px;}
#sod_addr .win_btn{margin:10px 8px}
#sod_addr .sod_addr_btn .btn_submit {float:left;height:40px;padding:6px 15px 4px;background:#ffa700;color:#fff;border:0;cursor:pointer;border-radius:0px;font-size:12px;font-weight:bold;font-family: "굴림", Gulim, Arial, sans-serif;}
#sod_addr .sod_addr_btn .btn_submit:hover{background:#c68100}
#add_address .sod_addr_btn .btn_submit, #sod_addr .sod_addr_btn a {float:left;height:40px;padding:14px 15px;line-height:14px;background:#26b4ff;color:#fff;border:0;cursor:pointer;border-radius:0px;font-size:12px;font-weight:bold;font-family: "굴림", Gulim, Arial, sans-serif;text-decoration:none;}
#add_address .sod_addr_btn .btn_submit:hover, #sod_addr .sod_addr_btn a:hover {background:#008dd9}
#add_address {font-size:16px;}
.tbl_frm01 select {font-size:16px;border-radius:0;height:48px;}
#add_address .tooltip {
    background-color:#000;
    border:1px solid #fff;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:14px;
 
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

/* 주문내역 */
#sod_v {}
#sod_v td{text-align:center}
#sod_v .basic_tbl {text-align:center}
#sod_v_info {margin:0 0 10px}
.status_01{display:inline-block;background:#fe528f;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_02{display:inline-block;background:#68d0a7;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_03{display:inline-block;background:#b668d0;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_04{display:inline-block;background:#ffa700;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_05{display:inline-block;background:#688fef;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_06{display:inline-block;background:#fff;border:1px solid #ddd;color:#666;padding:0 5px;line-height:20px;font-size:0.92em}
.status_s_01{padding:5px 10px;border:1px solid #888888;border-radius:30px;background:#fff;color:#888;letter-spacing:-1px;}
.status_s_02{padding:5px 10px;border:1px solid #ff26c9;border-radius:30px;background:#fff;color:#ff26c9;letter-spacing:-1px;}
.status_s_03{padding:5px 10px;border:1px solid #00a3d9;border-radius:30px;background:#00a3d9;color:#fff;letter-spacing:-1px;}
.status_s_04{padding:5px 10px;border:1px solid #ff26c9;border-radius:30px;background:#ff26c9;color:#fff;letter-spacing:-1px;}
.status_s_05{padding:5px 10px;border:1px solid #000000;border-radius:30px;background:#000000;color:#fff;letter-spacing:-1px;}
.status_s_06{padding:5px 10px;border:1px solid #ff0040;border-radius:30px;background:#ff0040;color:#fff;letter-spacing:-1px;}


/* 주문상세내역 */
#sod_fin {}
#sod_fin th{padding:8px}
#sod_fin .order_number_box {margin-bottom:20px;}
#sod_fin .order_number_box li {width:100%;margin-bottom:5px;}
#sod_fin .th_line th{background:#fcfcfc;border:1px solid #d3d3d3;font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;font-weight:bold;padding:20px 0;}
#sod_fin .th_line #th_itst {background:#ffff99;font-weight:bold;}
#sod_fin .td_mngsmall {background:#ffff99;}
#sod_fin tr td{border:1px solid #e7e7e7;}
#sod_fin .order_number_title {font-family:dotum, sans-serif;font-size:11px;float:left;clear:both;border:1px solid #d5d500;background:#ffff99;border-radius:20px;margin-right:10px;padding:4px 10px 2px;}
#sod_fin_no {margin:0 0 10px;padding:0;font-size:18px;font-weight:500;color:#9326ff;}

#sod_sts_wrap {margin:10px 0 10px;text-align:right}
#sod_sts_explan {display:none}

#order_status_summary {width:100%;margin:0 0 10px;padding:0;border:1px solid #dddddd;float:left;background:#fff;}
#order_status_summary .actived {border: 5px solid #ff006c;color:#ff006c;}
#order_status_summary .odd {background:#f7f7f7;padding:20px 0 10px;}
#order_status_summary .col {padding:20px 0 10px;}
#order_status_summary .col div {clear:both;text-align:center;margin-bottom:10px;}
#order_status_summary .col div li {color:#999999;}
#order_status_summary .col div .main_text{font-size:22px;letter-spacing:-1px;}
#order_status_summary .col div .pay_amount{font-size:17px;font-weight:500;}
#order_status_summary .col div h2 {font-size:16px;font-weight:600;font-family:'Noto Sans KR', sans-serif;}

#payment_summary {width:100%;margin:0;padding:0;border:1px solid #dddddd;float:left;background:#fff;}
#payment_summary .odd {background:#f7f7f7;padding:20px 0 10px;}
#payment_summary .col {padding:20px 0 10px;}
#payment_summary .col div {clear:both;text-align:center;margin-bottom:10px;}
#payment_summary .col div li {color:#666666;}
#payment_summary .col div .main_text{font-size:22px;letter-spacing:-1px;}
#payment_summary .col div .pay_amount{font-size:17px;font-weight:500;}
#payment_summary .col div h2 {font-size:16px;font-weight:600;font-family:'Noto Sans KR', sans-serif;}

#payment_detail_info {width:100%;margin:0 0 20px;padding:10px;float:left;background:#fff;color:#000;text-align: center;}
#payment_detail_info ul {display: inline-block;}
#payment_detail_info li {float:left;color:#000;margin-right:5px;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', sans-serif;font-size:14px;letter-spacing:0;} 
#payment_detail_info .info_sub_text {color:#888;}

#sod_fin_legend {padding:10px;background:#dbf7ff;margin:10px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;padding:3px;width:100px;font-weight:bold;background:#0095bf;border:1px solid #0095bf;border-radius:30px;text-align:center;color:#fff;}
#sod_fin_legend dt:hover {background:#006886;border:1px solid #006886;}
#sod_fin_legend dd {float:left;margin:5px 0 5px 10px;}

#sod_fin #sod_bsk_tot {padding:10px 0;}
#sod_fin input {border-radius:0;margin: 0 0 5px;font-size:16px;}
#sod_fin #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin #sod_bsk_tot li {display:inline;margin:2px 0;padding:8px 0;text-align:right;float:left;width:100%;border-bottom:1px solid #e7ebf1;}
#sod_fin #sod_bsk_tot li .total_weight{border:1px solid #794cff;background:#9673ff;border-radius:30px;padding:7px 10px;color:#fff;}
#sod_fin #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin #sod_bsk_tot li span {display:block;margin:0 0 5px;float:left;font-family:'Noto Sans KR', sans-serif;font-size:15px;font-weight:400;}
#sod_fin #sod_bsk_tot li .guide_text {font-size:14px;color:#fff;font-weight:400;}
#sod_fin #sod_bsk_tot li strong {font-size:15px;font-weight:400;}
#sod_fin #sod_bsk_tot li option:disabled{background: red;}
#sod_fin #sod_bsk_tot .sod_bsk_cnt {padding:0 0 10px;margin-top:15px;font-weight:bold;font-size:16px;}
#sod_fin #sod_bsk_tot .sod_bsk_cnt div {line-height:20px;}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#000;font-size:19px;}
#sod_fin #sod_bsk_tot .sod_bsk_pt {border:0;}
#sod_fin #sod_bsk_tot li span{float:left;clear:both;color: #777;}
#sod_fin #sod_bsk_tot li strong{}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list {float:left;width:100%;margin-bottom:20px;}
#sod_fin_list h2 {font-family:'Noto Sans KR', sans-serif;font-size:18px;font-weight:500;letter-spacing:-1px;margin:0 0 10px }

#sod_fin_list .td_bdno{border-left:0;font-family:'InfinitySans-RegularA1';color:#999999;font-size:0.957em;font-weight:100;}
#sod_fin_list .td_bdno a{color:#000;font-size:1.1111em;}
#sod_fin_list .notice_box_sm {border-radius:3px;background:#ff0000;color:#fff;padding:2px 6px 3px;}
#sod_fin_list .btn {font-size:12px;font-weight:200;line-height:24px;height:24px;border-radius:0;}
#sod_fin_list .refund_btn {background:#ff0000;color:#fff;}
#sod_fin_list .change_btn {background:#2693ff;color:#fff;}
#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_list_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_list_view h3 {margin:0 0 10px}
#sod_list_view .tbl_head03 th {padding:15px 10px;border:1px solid #d3d3d3;background:#fcfcfc;}
#sod_list_view .tbl_head03 td {border:1px solid #e7e7e7;background:none;}
#sod_list_view .tbl_head03 tbody tr:hover {background:#f9fcff;}


#sod_fin_pay {margin:0 0 30px}
#sod_fin_orderer {margin:0 0 30px}
#sod_fin_receiver {margin:0 0 30px;}
#sod_fin_orderer .sod_frm_orderer_title, #sod_fin_receiver .sod_frm_orderer_title, #sod_fin_dvr .sod_frm_orderer_title {width:100%;background:#fcfcfc;padding:15px 0 15px 15px;border:1px solid #d3d3d3;border-bottom:0px;}
#sod_fin_orderer .sod_frm_orderer_title h2, #sod_fin_receiver .sod_frm_orderer_title h2, #sod_fin_dvr .sod_frm_orderer_title h2 {font-family:'Noto Sans KR', sans-serif;font-size:15px;margin:0;padding:0;}
.sod_right .sod_orderer_title {width:100%;background:#ff794c;padding:15px 20px;border-top:1px solid #ff794c;border-bottom:1px solid #ff794c;text-align:center;}
.sod_right .sod_orderer_title h2 {color:#fff;font-family:'Noto Sans KR', sans-serif;font-size:15px;margin:0;padding:0;}
#sod_fin_dvr {}
#sod_fin_dvr .empty_table {font-size:12px;}
#sod_fin .sod_left h3{font-size:1.167em ;margin:0 0 10px}
#sod_fin .sod_left .tbl_head01 {}
#sod_fin .sod_left th{padding:5px 0 5px 15px;background:#fff;border:0;border-left:1px solid #d3d3d3;border-top:1px solid #f3f3f3;text-align:left;width:25%;color:#666;}
#sod_fin .sod_left td{padding:5px 0 5px 15px;border:0;border-right:1px solid #d3d3d3;border-top:1px solid #f3f3f3;background:#fff}
#sod_fin .tbl_head01 tbody tr:first-child th, #sod_fin .tbl_head01 tbody tr:first-child td {border-top:1px solid #d3d3d3;}

#sod_fin_orderer .tbl_head01 table, #sod_fin_receiver .tbl_head01 table, #sod_fin_dvr .tbl_head01 {font-family: "굴림", Gulim, Arial, sans-serif;font-size:12px;letter-spacing:0;}

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin:10px 0}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;background:#38b2b9;border-bottom:1px solid #5ec2c7;color:#fff;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right{margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p{position:relative}
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px;background:#ff4c4d;border:1px solid #ff4c4d;font-size:16px;width:100%;color:#fff;}
#sod_fin_cancel button:hover{background:#ff1c1c}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;}
#sod_fin_cancelfrm .frm_input {background:#fff;margin: 0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline{background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_cancelfrm .btn_frmline:hover{background:#000;}
#sod_fin_test {padding:10px}

.order_view_infos .sod_bsk_dvr div {float:right;}
.order_view_infos .sod_bsk_dvr div p {float:right;clear:both;margin:0;padding:0;}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 공지사항 및 커뮤니티 새글 */
#sidx_lat h2{position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쇼핑몰 이벤트 */
#sev {}
.sev_admin {margin:0 0 10px;text-align:right}
.sev_admin a{line-height:35px;padding:0 10px}

/* 쿠폰 */
#coupon div:after {display:block;visibility:hidden;clear:both;content:""}
#coupon .cou_tit {font-weight:bold}
#coupon .cou_pri{font-size: 1.25em;color: #00c4ac;font-weight: bold;float: right;}
#coupon .cou_target{color:#666}
#coupon .cou_date{float:right;color: #777;font-style: italic;}
#coupon .add_coupon_bar {float:left;width:100%;margin-bottom:10px;padding:5px 0 20px;border-bottom:1px solid #4c79ff;clear:both;}
#coupon .coupon_reg_title {font-family:dotum, sans-serif;font-size:11px;}
#coupon a {color:#0040ff;}
#coupon a:hover {color:#0000b3;}
#coupon .tbl_head01 td {letter-spacing:-1px;font-family:'Nanum Gothic',sans-serif;font-size:12px;}


/* 모바일일때 피시버전 주문폼*/
.sod_list {position:relative;margin:0;padding:0;list-style:none}
.sod_list .sod_li {position:relative;padding:0;border:1px solid #e9e9e9;margin:10px 0}
.sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_chk{position:absolute;top:10px;left:10px;}
.sod_list .li_name{min-height:130px}
.sod_list .li_name a,.sod_list .li_name strong{display:block;padding: 0 10px 0 25px;border-bottom:1px solid #e9e9e9;height:35px;line-height:35px}
.sod_list .li_name strong{padding-left:10px}
.sod_list .total_img{position:absolute;top:45px;left:10px;}
.sod_list .sod_opt{padding:10px 10px 5px;margin-left:90px;color:#9e9e9e;font-size:0.93em;background:none;border:none}
.sod_list .sod_opt li{margin-bottom:3px;border:none}
.sod_list .li_cp{position:relative}
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:5px 8px;border:0;background:#000;color:#fff;font-size:0.93em}
.sod_list .li_cp .cp_cancel,.odf_tbl #od_coupon_cancel,.odf_tbl #sc_coupon_cancel{border:1px solid #999;color:#777;background:#fafafa;margin-left:3px;padding:4px 5px}
.sod_list .li_prqty{margin:10px;}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_prqty .li_prqty_sp{width:33%;display:inline-block;float:left;text-align:center;line-height:2.2em;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;border-left:1px solid #e9e9e9;color:#9e9e9e;font-size:0.93em;margin-left:-1px}
.sod_list .li_prqty  .prqty_price{border-left:1px solid #d3d3d3;}
.sod_list .li_prqty  .prqty_sc{border-right:1px solid #d3d3d3;}
.sod_list .li_prqty .li_prqty_sp span{display:block;background:#f2f2f2;}
.sod_list .li_total {position:relative;border-top:1px solid #e9e9e9;margin:10px 10px 0;}
.sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right;color:#343434}
.sod_list .total_span span{position:absolute;top:5px;left:0}
.sod_list .total_span strong{font-size:1.2em}

#sod_frm {}
#sod_frm section{margin-bottom:10px}
#sod_frm section h2{border-bottom:1px solid #e2e4e7;font-size:1.167em;padding-bottom:10px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl{background:#ededed;margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td{border:none;padding-left:5px;font-weight:normal}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th{width:90px}
#sod_frm_deli #order_address {display:block;;width:100px;background:#333;color:#fff;text-align:center}
#sod_frm_orderer {margin:0 0 30px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
#sod_frm .odf_tbl table{width:100%;margin:0;padding:0;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th{;border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px ;text-align:left;line-height:26px;position:relative;}
#sod_frm .odf_tbl table th{width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
#sod_frm .odf_tbl table .frm_input{background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
#sod_frm .odf_tbl table .frm_address{margin-top:5px}
#sod_frm .odf_tbl button.btn_frmline{font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
#sod_frm .odf_tbl textarea{width:99%;border:1px solid #e4eaec;}
#sod_frm_same {margin:0 0 10px}
#sod_frm_pay {position:relative}
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_head01 td {border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_paysel ul {margin:0;padding:0;}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {float:left;padding:5px 2%;width:46%;height:21px;text-align:left;list-style:none}

/*네이버페이*/
.itemform-naverpay{margin:15px 0;clear:both}
.cart-naverpay{margin-top:15px}

/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
#bo_list table td, #fqalist table td{border-left:0;border-right:0}
#bo_v_top .btn_admin, #bo_list .btn_admin{padding-top:0}

/*개인결제*/
.pesonal{background:#f3f3f3;padding:20px}
.pesonal td{font-weight:bold}
#sod_frm_pay h2{font-size: 1.167em;margin: 0px 0 10px;border-bottom:1px solid #ddd;padding: 0 0 10px}
#personal_pay h2{font-size: 1.167em;margin: 0px 0 10px;}
#personal_pay input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;text-indent:-999px;left: 0;z-index: -1px;visibility:hidden;}
#personal_pay .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#personal_pay input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#personal_pay .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#personal_pay .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#personal_pay .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#personal_pay .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
#personal_pay .btn_submit{width:100%;height:40px;font-weight: bold;font-size: 1.25em;margin:10px 0 5px}
#personal_pay .btn01{width:100%;height:40px;line-height:38px;font-weight: bold;font-size: 1.25em;}

/* 체크박스 공통 */
.checkboxcontainer input {
  display: none;
}
.checkboxcontainer {
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.checkboxcontainer .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #999999;
}

.checkboxcontainer input:checked + .checkmark {
  background-color: #1390e5;
  border: 1px solid #1390e5;
}

.checkboxcontainer input:indeterminate + .checkmark {
  background-color: #1390e5;
  border: 1px solid #1390e5;
}

.checkboxcontainer input:checked + .checkmark:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.checkboxcontainer input:checked:disabled + .checkmark {
    border: 1px solid grey;
    background-color: grey;
}

.checkboxcontainer input:disabled + .checkmark {
    border: 1px solid grey;
}

.checkboxcontainer input:indeterminate + .checkmark:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

/* 체크박스 작은 사이즈 */
.checkboxcontainer .smcheckmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #999999;
}

.checkboxcontainer input:checked + .smcheckmark {
  background-color: #ff8000;
  border: 1px solid #ff8000;
}

.checkboxcontainer input:indeterminate + .smcheckmark {
  background-color: #ff8000;
  border: 1px solid #ff8000;
}

.checkboxcontainer input:checked + .smcheckmark:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 9px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.checkboxcontainer input:checked:disabled + .smcheckmark {
    border: 1px solid grey;
    background-color: grey;
}

.checkboxcontainer input:disabled + .smcheckmark {
    border: 1px solid grey;
}

.checkboxcontainer input:indeterminate + .smcheckmark:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.helper {font-size:19px;line-height:17px;font-weight:100;color:#959595;cursor:pointer;}	
.helper:active,
.helper:hover{color:#698c00;}
.helper_text {color:#ff0080;font-size:12px;font-family: "굴림", Gulim, Arial, sans-serif;letter-spacing:-1px;}
.helper_content {width:100%;color:#333333;font-size:12px;font-family: "굴림", Gulim, Arial, sans-serif;letter-spacing:-1px;margin: 0 auto;padding:10px;float:left;clear:both;background:#f7f7f7;border:1px solid #999999;}
.helper_content ul {margin:10px 0 10px;}
.helper_content li {line-height:20px;margin-left:10px;padding:0;}
.helper_content li:before {content:"* "}