@charset "utf-8";
/* SIR 지운아빠 */

@font-face { font-family: 'Nanum Gothic'; src: url(NanumGothic.woff2); font-style: normal; font-weight: normal;}

/* 초기화 */
html {overflow-y:scroll; color: #3c3c3c}
body {margin:0;padding:0;font-size:0.75em;font-family: 'Nanum Gothic'; }
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 !important;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

a { outline:none}


label {margin-right:0px;}
input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:0px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:25px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;

	

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
	background-position-y: bottom;
}
label.css-label {
background-image:url(/img/icon_check.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox + label.css-label2 {
	padding-left:25px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
	color:#288ac3;
	font-weight:bold;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

}

input[type=checkbox].css-checkbox:checked + label.css-label2 {
	background-position: 0 -20px;
	background-position-y: bottom;
}
label.css-label2 {
background-image:url(/img/icon_check.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


#wrap {width:100%}
.top_header { width: 100%; border-bottom:1px solid #ececec; background:#f8f8f8}

.top_middle_outline { width:100%; margin:0 auto; background:#071020}
.top_middle  {  width: 1140px; margin: 0 auto; padding-top: 20px; padding-bottom:20px }

.top_middle .delivery { float:left; padding-top:30px}
.top_middle .delivery img { float:left; padding-right:16px; width:50px}
.top_middle .delivery span {font-weight:bold; font-size:13px; display:block}
.top_middle .delivery p { float:left; line-height:150%; font-size:12px; padding-top:px; padding-bottom:5px}

.top_middle .logo { float:left; margin-left:0px;}
.top_middle .logo img {padding:1px 0px 0 0 } 

.top_timer {  float:left; margin-top:15px; font-weight:bold; font-size:14px}
.top_login {  float:right; margin-top:0px; font-size:13px}
.top_login ul {  padding: 0px; margin: 10px 0 0 0; list-style: none}
.top_login ul li { float: left; padding: 5px 0 5px 10px;}
.top_login ul li a{ color: #031227; border:1px solid #031227; border-radius:20px; padding:4px 13px}
.top_login ul li a:hover { color: #031227;  }

.top_h {background:#daab97; width:100%;  height:45px }
.top_h_inner {width:1140px; margin:0 auto;  text-align:center}



/* header-bottom */
.header-bottom {
	position:relative; float:right;
	z-index: 15;	
	width:600px; margin-top:10px;
}
.lnb {
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
	overflow:visible;
	background: transparent;
}
.lnb:after{
	content:"";
	display:block;
	clear:both;
}
.lnb li {
	float:left;
	display:inline;
	list-style:none;
	width:20%;
	position:relative;
}
.lnb li a {
	color:#daab97;
	display:block;
	padding:13px 10px 14px;
	font-size:17px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
}
/*.lnb > li > a:after {
	content:"";
	display:block;
	width:1px;
	height:25px;
	background:rgba(255,255,255,0.3);
	position:absolute;
	top:11px;
	right:0;
}*/
.lnb > li:nth-child(5) > a:after {
	display: none;
}
.lnb li a img {
	margin-right:4px;
}
#en .lnb>li>a {
	text-align: center;
	height:57px
}
#en .lnb li a img {
	display:none;
}
.lnb li:hover {

}


.lnb .depth2 {
	display:none;
	position:absolute;
	left:-30px;
	top:100%;
	width:170px;
	padding:0 10px 5px;
	border:1px solid #000;
	border-top:1px solid #fff;
	z-index:11;
	background:#fff;
}
#en .lnb .depth2 {
	top:56px
}
.lnb .depth2 li {
	width:100%;
	border-bottom:1px dotted #ddd;
}
.lnb .depth2 li a {
	padding:8px 10px;
}
.lnb .depth2 li:last-child {
	border-bottom:none;
}

.lnb li.open ul.depth2 {
	display:block;
}
.lnb .depth2 .depth3 {
	padding:0;
	margin:0;
	height:0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}
.lnb li.open ul.depth2 li.open ul.depth3 {
	height:88px;
}
.lnb li.open a {
	color:#daab97;
}
.lnb li.open li a {
	color:#071020;
	font-size: 13px;
}
.lnb li.open li.open a {
	color:#e01919;
}
.lnb li.open li.open li a {
	color:#071020;
	font-weight:normal;
	font-size: 13px;
}
.lnb li.open li.open li.open a {
	color:#a33d02;
}


* {box-sizing: border-box;}
.search form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.search input {
  width: 100%;
  height: 39px;
  padding-left: 10px;
  border: 1px solid #7BA7AB;
  border-radius: 5px;
  outline: none;
  color: #7ba7ab;
}
.search button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 39px;
  height: 39px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.search button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}



 
.clear_01 { clear: both; line-height: 0px; font-size:0px}

.blank5 { height:5px}
.blank10 { height:10px}
.blank20 { height:20px}
.hawb_logo_b{display: none;}
@media (max-width:430px){
	.blank20_m{display: none}
	.blank20_m2{height: 0!important; margin-bottom: 30px;}
	.blank20_m3{height: 0!important; margin-bottom: 5px;}
	.tbl_frm02_pop_m{margin-top: -20px}
	.pop_ti_m{font-size: 20px!important; padding-left: 40px;}
	.hawb_img{width: 110px; margin-top: 20px;}
	.hawb_logo_m{width: 60px!important;}
	.td_m{width: 100px;}
	.td_m2{width: 100px;}
	.tbl_frm01_print3_m{padding: 0}
	.tbl_frm01_print3_m {padding: 0}
	.hawb_logo_none{display:  none}
	.hawb_logo_b{display: block;}
	.hawb_font_m{font-size: 15px!important;}
}



#sub_left { float: left; width: 200px;}
#sub_left .sub_left_ti { font-size:20px; font-weight:bold; padding:15px 20px; margin:0px 0 10px 0;  text-align:center;  color: #fff ; background:#071020}
#sub_left .sub_menu {}
#sub_left .sub_menu ul { margin:0px; padding: 0px; list-style: none}
#sub_left .sub_menu ul li { padding:10px;border-bottom:1px dotted #ccc; font-size:16px; font-weight: bold ; color: #484848} 
#sub_left .sub_menu ul li a {color: #484848}
#sub_left .sub_menu dl { padding:0px ; margin:0px;}
#sub_left .sub_menu dl dt { padding:3px 10px; font-weight: normal; font-size:12px}
#sub_left .sub_menu a {display:block}
#sub_left .sub_menu a:hover { text-decoration:underline}

#sub_left .sub_menu2 { padding:0px; margin:0px 0 0 0; border:1px solid #dfdfdf; text-align:left }
#sub_left .sub_menu2 ul { padding:0px ; margin:0px;}
#sub_left .sub_menu2 ul li { list-style:none; padding:5px 10px; }
#sub_left .sub_menu2 dl { padding:0px ; margin:0px;}
#sub_left .sub_menu2 dl dt { padding:5px 20px}
#sub_left .sub_menu2 p { background-color:#ada9a9; color:#fff; padding:10px; margin:0px; border-bottom:1px solid #c9c9c9 } 
#sub_left .sub_menu2 span { display:block; background-color:#efefef; padding:10px; border-bottom:1px solid #dedede}


#content { float: left; margin-left: 30px; width: 908px; }
#content_wide { width:1140px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px; padding-bottom: 30px}
#content_wide2 { width:1140px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px; padding-bottom: 30px; border:1px solid #dfdfdf; border-radius:5px}
#main_wide { width:1140px; margin: 0 auto; margin-top: 10px; margin-bottom: 30px; padding-bottom: 30px ; }



#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
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}
input, button {margin:0;padding:0;font-family:dotum;font-size:1em}
button {cursor:pointer}

textarea, select {font-family:dotum;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:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;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_con {}
.hd_pops_footer {padding:10px 0;background:#fafafa;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {z-index:4;position:relative;min-width:970px;background:#fff}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:970px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#main_wrapper {z-index:5;margin:0 auto;width:100%;zoom:1; margin-top: 0px}

#logo {float:left;padding:5px 0 0}

/* 전체 검색 */
#hd_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 상단 회원가입 등 링크 */
#tnb {float:right;margin:0;padding:0;list-style:none;zoom:1}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left;margin:0 0 0 10px}
#tnb a {display:inline-block;padding:0 10px;height:28px;color:#333;letter-spacing:-0.1em;line-height:2.4em}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}

/* 메인메뉴 */
#gnb {position:relative;margin:-1px 0 0;border-top:1px dotted #dde4e9;border-bottom:1px solid #dde4e9;background:#ecf0f7}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {margin:0 auto !important;padding:0;width:970px;zoom:1}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left}
.gnb_1da {display:inline-block;padding:0 40px 0 10px;height:35px;background:url('../img/gnb_bg00.gif') center right no-repeat;font-weight:bold;line-height:2.95em;text-decoration:none}
.gnb_1da:focus, .gnb_1da:hover {background:url('../img/gnb_bg00.gif') #333 center right no-repeat;text-decoration:none}
.gnb_1dli_air .gnb_1da {background-color:#333;color:#fff}
.gnb_1dli_on .gnb_1da {background-color:#333;color:#fff}
.gnb_2dul {display:none;position:absolute;top:35px;width:180px}
.gnb_2da {display:block;padding:13px 10px;text-align:left;text-decoration:none}
.gnb_1dli_air .gnb_2da {background-color:#333;color:#fff}
.gnb_1dli_on .gnb_2da {background-color:#333;color:#fff}
.gnb_2da:focus, .gnb_2da:hover {background:#666;text-decoration:none}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:#fff}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#fff}

#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}

/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:1140px;zoom:1; margin-top: 20px}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9;background:#fff}

#container {z-index:4;position:relative;float:left;padding:15px 16px 15px 15px;width:1140px;height:auto !important;font-size:1em;zoom:1; border: 1px solid #dfdfdf}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}



.wide_title { padding-top: 30px; text-align: center; } /* 04.11 수정 */
.wide_title h2 { font-size:30px; font-weight: 900; padding: 4px 20px; color: #fff;  background-color: #071021; display: inline-block;  }/* 04.11 수정 */
.wide_title2 { padding-top: 30px; position: relative}
.wide_title2 h2 { font-size:17px; border-bottom: 1px dotted #bbbbbb; padding-bottom: 10px; color: #282b32}
.wide_title3{padding-top: 30px}
.wide_title3 h2 { font-size:30px;  padding-bottom: 10px; color: #000; text-align: center}
.content_title { padding-top: 40px}
.content_title h2 { font-size:32px; padding-bottom: 10px; color: #282b32}

.wide_title_pop { padding-top:0px}
.wide_title_pop h2 { font-size:21px; border-bottom: 1px dotted #bbbbbb; padding-bottom: 13px; color: #282b32}

.wide_title2 .mygroup { position: absolute; top:120px; right:0px; border-radius:40px; background:#071020; width:80px; height:80px;box-sizing:border-box; padding-top:25px; text-align:center }
.wide_title2 .mygroup .link { color:#fff; font-weight:bold; }

.wide_content { width:900px; margin: 0 auto; }
.wide_content .login { text-align:center; margin-top: 40px}
.wide_content .login ul { margin:0; padding:0;list-style:none; }
.wide_content .login ul li { text-align: center }
.wide_content .login input { width:398px; height:50px; color:#939393; border:1px solid #dfdfdf; margin-bottom:10px;  line-height:50px; padding-left: 10px;}
.wide_content .login .login_bt { width: 400px; background-color: #071020; height: 50px;color: #fff;text-align: center;display: inline-block;line-height: 50px; font-size: 16px; font-weight: bold; border-radius: 10px; cursor: pointer}
.wide_content .login .join_bt {  margin-top: 20px; width: 400px; background-color: #555555; height: 50px;color: #fff;text-align: center;display: inline-block;line-height: 50px; font-size: 16px; font-weight: bold;  border-radius: 10px} 
.wide_content .login .login_text { padding:10px 0 20px 0px; font-size: 14px}
.wide_content .login .login_text span { padding-left:20px; }
.wide_content .login_sns { text-align:center; margin-top: 40px;}
.wide_content .login_sns ul { margin:0; padding:0;list-style:none; }
.wide_content .login_sns ul li { display: inline; padding: 0px 10px }

.wide_block01 { float:left; width:65%;  } 
.wide_block01 .block_line { border:1px solid #dfdfdf; padding:25px; margin-bottom: 20px; border-radius: 5px }
.wide_block02 { float:right; width:32%;    }
.wide_block02 .block_line { border:1px solid #dfdfdf; padding:25px; margin-bottom: 20px; border-radius: 5px }
.wide_block02 .pink_line { border:1px solid #db88a0; padding:20px 25px; margin-bottom: 20px; border-radius: 5px }
.wide_block02 .block_line textarea { border:1px solid #dfdfdf; font-size:12px; width: 100%}
.wide_block02_stock{margin-top:-412px;}/* 재고등록페이지용 클래스추가 */

.wide_block01_p { float:left; width:32%;  } 
.wide_block01_p .block_line { border:1px solid #dfdfdf; padding:25px; margin-bottom: 20px; border-radius: 5px }
.wide_block02_p { float:right; width:65%;    }
.wide_block02_p .block_line { border:1px solid #dfdfdf; padding:25px; margin-bottom: 20px; border-radius: 5px }
.wide_block02_p .block_line textarea { border:1px solid #dfdfdf; font-size:12px; width: 100%}

.wide_block03 { float:left; width:48%;  } 
.wide_block03 .block_line { border:1px solid #dfdfdf; padding:25px; margin-bottom: 20px; border-radius: 5px }
.wide_block04 { float:right; width:48%;    }
.wide_block04 .block_line { border:1px solid #dfdfdf; padding:25px; margin-bottom: 20px; border-radius: 5px }

.wide_content2 { width:1000px; margin: 0 auto; font-size:12px; color: #3e3e3e}
.wide_content3 { width:1050px; margin: 0 auto; font-size:12px; color: #3e3e3e}

.tool_left { float:left; width: 40%; position: relative; border:1px dotted #dfdfdf; padding:20px}
.tool_right { float:right; width: 40% ;position: relative; border:1px dotted #dfdfdf; padding:20px}


.wide_block01_new {  } 
.wide_block01_new .block_line { /* border:1px solid #dfdfdf; */ padding:25px 0 ; margin-bottom: 20px; border-radius: 5px } /* 04.11 수정 */
.wide_block02_new {    }
.wide_block02_new .block_line { /* border:1px solid #dfdfdf; */ padding:25px 0; margin-bottom: 20px; border-radius: 5px } /* 04.11 수정 */
.wide_block02_new .pink_line { border:1px solid #db88a0; padding:20px 25px; margin-bottom: 20px; border-radius: 5px }
.wide_block02_new .block_line textarea { border:1px solid #dfdfdf; font-size:12px; width: 100%}







.LoginText { padding-top:20px; text-align:center; margin-bottom:20px; clear: both }
.LoginText span a{ color:#4a4a4a; padding:0 10px; font-size:14px }
.LoginText span a:hover{ color:#0071cb; padding:0 10px; font-size:14px }

.stit h2 { font-size: 30px; font-weight: 400; text-align: center; position: relative; margin-bottom: 40px; }
.stit h2 span { font-size:12px; padding-left:10px; color:#000}
.stit2 h2 { font-size:15px; color:#000; padding-top:0px; margin:0px 0 20px 0; padding-bottom:7px ; text-align:left; border-bottom: 1px dotted #ccc}
.stit h2::after{ content: ''; width: 45px; height: 3px; background-color: #080506; display: block; position: absolute; left: 50%; top: -10px; transform: translate(-50%) ; }

.stit3 h2 { font-size: 20px; font-weight: 400; position: relative; margin-bottom: 10px; }

.btn { text-align:center; color:#fff; margin-bottom:0px; }
.btn .pink { background:#071020; padding:10px 20px; margin:10px 5px;border-radius:5px ; color: #fff; font-size: 15px}
.btn .pink_small { background:#071020; padding:8px 15px; margin:10px 5px;border-radius:5px ; color: #fff; font-size: 13px}
.btn .no_small { background:#c0c0c0; padding:8px 15px;margin:10px 5px; border-radius:5px; font-size: 13px}

.btn .yes {
	display:inline-block; margin:0; 
	cursor:pointer; vertical-align:middle; font-weight:normal; text-align: center;
	-moz-box-sizing:border-box; box-sizing:border-box;
	background:#071020; margin:5px 5px;border-radius:5px ; color: #fff; font-size: 15px;
	border: 0px;
	font-family: 'Nanum Gothic';
}
.btn .no {
	display:inline-block; margin:0; 
	cursor:pointer; vertical-align:middle; font-weight:normal; text-align: center;
	-moz-box-sizing:border-box; box-sizing:border-box;
	background:#c0c0c0; margin:5px 5px;border-radius:5px ;  font-size: 15px;
}
.btn_140_40{ width: 140px; height: 40px; line-height: 38px;}
.btn_80_40{ width: 80px; height: 40px; line-height: 38px;}

.btn_60_40{ width: 80px; height: 30px; line-height: 28px;}

.more {text-align:center; color:#fff; margin-bottom:30px;}
.more .yes {  padding:7px 100px; margin:10px 30px; color: #2b353f; font-size: 13px; border: 1px solid #7c7c7c; border-radius:20px}

.more2 {text-align:center; color:#fff; margin-bottom:30px;}
.more2 .yes {  padding:7px 50px; margin:10px 30px; color: #2b353f; font-size: 13px; border: 1px solid #7c7c7c; border-radius:20px}


.btn_right { text-align:right; color:#fff; margin-bottom:10px; }
.btn_right .yes { background:#071020;padding:8px 15px; margin:8px 5px;border-radius:5px ; color: #fff; font-size: 13px}
.btn_right .no { background:#c0c0c0; padding:10px 20px;margin:8px 5px; border-radius:5px; font-size: 13px}


.btn_right2 { text-align:right; color:#fff; margin-bottom:0px; }
.btn_right2 .yes { background:#071020;padding:8px 15px; margin:8px 5px;border-radius:5px ; color: #fff; font-size: 12px}
.btn_right2 .bt_no { 	
	margin: 5px 0;
	padding: .5em .75em;
	border-radius: .25em;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	background:#ccc;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none; border:0px;
	cursor: pointer}

.btns { text-align:center; color:#fff; margin-bottom:0px; }
.btns .yes { background:#1d3f87;padding:6px 10px; margin:8px 3px;border-radius:5px ; color: #fff; font-size: 12px; border:1px solid #1d3f87}
.btns .no { background:#c0c0c0; padding:6px 10px; margin:8px 3px; border-radius:5px; font-size: 12px; border:1px solid #c0c0c0}
.btns .etc { background:#fff; padding:6px 10px; margin:8px 3px; border-radius:5px; font-size: 12px; border:1px solid #666}

.nemo_bt { text-align:right; color:#fff; }
.nemo_bt .yes { background:#1d3f87;padding:5px 8px; margin:8px 3px; color: #fff; font-size: 12px; border:1px solid #1d3f87; border-radius: 5px}
.nemo_bt .no { background:#c0c0c0; padding:5px 8px; margin:8px 3px; font-size: 12px; border:1px solid #c0c0c0; border-radius: 5px}

/* 하단 레이아웃 */
#ft {min-width:1140px;margin-top: 50px; padding-top:30px; background-image:url('/theme/basic/img/bottom_bg.jpg'); background-position:center center; height:423px }
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_catch {position:relative;margin:0 auto;padding:0px 0 0;width:970px;text-align:center}

#ft_company {text-align:center}

#ft_copy {background:#bebebe; }
#ft_copy div {position:relative;margin:0 auto;padding:10px 0;width:1100px;color:#fff; font-weight: bold}
#ft_copy a {display:inline-block;margin:0 10px 0 0;color:inherit}
#ft_copy #ft_totop {position:absolute;top:10px;right:0}

.ft_content {  width: 100%; height:450px ; background:#18202b}
.main_footer { width:1140px;  margin: 0 auto; position:relative}
.main_footer .cs { width:290px; float:left; text-align: left }
.main_footer .cs h2 {font-size:16px; color:#a28579; border-bottom:1px dotted #9a9a9a ; padding:0px 0px 10px 0px; text-align:left; display: block}
.main_footer .cs .tel {  font-size:25px; font-weight:bold;padding:10px 0 0 0; margin:0px;  display: block; }
.main_footer .cs .time {  font-size:13px; padding:10px 10px 10px 0; color: #a28579; line-height: 140%;display: block; }

.main_footer .bank { width:280px; float:left; text-align: left;  box-sizing: border-box; margin-left:0px; font-size:13px}
.main_footer .bank h2 {font-size:16px; color:#a28579; border-bottom:1px dotted #9a9a9a ; padding:0px 0px 10px 0px; text-align:left; display: block; margin-bottom:10px}
.main_footer .bank .mark { color:#a28579; padding:0px 0 0 0; margin:0px; display: block;}
.main_footer .bank .mark2 { margin:0px; display: block; border: 1px dotted #c4c4c4; padding: 5px; text-align: center}
.main_footer .bank .mark2 img { padding:0px 6px}
.main_footer .bank .name { line-height:150%; font-size:13px; padding:0px 10px 10px 0; margin:0px; color:#a28579}

.main_footer .sns {padding-top:30px; float:left; width:150px}
.main_footer .sns a {padding-right:30px}

.main_footer .com_info {float:right; width:400px; }
.main_footer .com_info ul {padding:0px; margin:0px}
.main_footer .com_info ul li {list-style:none; text-align:right; color:#a28579}
.main_footer .com_info div {text-align:right; padding-bottom:30px}

.bottom_2  {color:#a28579}
.bottom_2 a {margin-right:18px; color:#a28579}
.bottom_2 a:hover {color:#a28579; text-decoration:none}

.rate {margin-top:10px; font-size:13px; font-weight:bold; text-align:center; background:#fafafa; padding:10px}
.rate img {width:30px; margin-left:10px}


.ft_content_center { width:1100px; margin: 0 auto; margin-top: 20px; padding-top: 20px}
.ft_content_center .bottom_logo { width:200px; float: left }
.ft_content_center .bottom_con {  color: #888888; padding-left: 0px; width: 1100px}
.ft_content_center .bottom_con ul { padding:0px; margin: 0px}
.ft_content_center .bottom_con ul li { float:left; padding: 2px 10px 2px 0;}
.ft_content_center .bottom_con ul li span { font-weight:bold} 
.ft_content_center .bottom_con .tip { color:#386b9a; font-weight: bold}

.bottom_logo {position:absolute; bottom:10px; right:10px}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;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}

/* ie6 이미지 너비 지정 */
.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 {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 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;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;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%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#4f7398;color:#fff;letter-spacing:-0.1em;cursor:pointer}
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:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}




/* 기본테이블 */
.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; font-size:16px;}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#f9f9f9;color:#383838;font-size:16px;text-align:center;letter-spacing:-0.1em; border-top:1px solid #000}
.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:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:11px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all; font-size:16px;}
.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:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.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-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 10px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:15px 20px;border:1px solid #e9e9e9;border-left:0;background:#f6ece8;text-align:left; color: #3a3a3a; font-size:16px; font-weight: 400;} /* 04.11 수정 */
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent; color: #3c3c3c}
.tbl_frm01 textarea {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
/*.frm_input {height:22px}*/
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none; color: #3c3c3c}
.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 span { color: #f00}
.tbl_frm01 input[type=text] {padding: 3px; border: 1px solid #b7bcc3; width: 100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-sizing:border-box; -o-sizing:border-box; box-sizing:border-box; font-size: 18px;} /* 0411 수정 */
.tbl_frm01 input[type=password] { border:1px solid #b7bcc3; padding: 5px; width: 200px} /* 0412 수정 */
.tbl_frm01 input[type=button]  { background-color:#f9f9f9; border: 1px solid #a7a7a7; color: #323232; padding: 4px 7px; font-size: 11px}
.tbl_frm01 input[type=radio] { width:20px; border: 1px solid #dfdfdf}
.tbl_frm01 select { font-size:12px}
.tbl_frm01 select { border:1px solid #dfdfdf; padding: 5px; width: 203px; font-size: 18px; }
.tbl_frm01 .ment span { color: #363636; font-size:12px}
.tbl_frm01 input[type=checkbox] { width:20px; border: 1px solid #dfdfdf; padding: 10px}
.tbl_frm01_big textarea {border:1px solid #e4eaec;background:#fff;color:#aeaeae;vertical-align:middle;line-height:2em; font-size: 16px;  } /* 04.11 수정 */
.tbl_frm01_big textarea {width:100%; height: 155px; } /* 04.11 수정 */
.tbl_frm01_small textarea {border:1px solid #e4eaec;background:#fff;color:#000;vertical-align:middle;line-height:2em; font-size: 16px;} /* 04.11 수정 */
.tbl_frm01_small textarea {width:100%;height:155px} /* 04.11 수정 */
.tbl_frm01 .pink { color: #e70044; font-size:14px; font-weight: bold;}
.tbl_frm01 .pink a{ color: #e70044; font-size:14px; font-weight: bold;}
.tbl_frm01 .black { color: #000;  font-weight: bold;}
.tbl_frm01 .input_term input { margin-bottom:5px}
.tbl_frm01 .st1 { background-color:#e70044; margin: 0px 3px; padding: 0 2px; line-height: 0px }
.tbl_frm01 .st1 a { color: #fff; font-size: 11px}
.tbl_frm01 .st1 a:hover { color: #fff; font-size: 11px}
.tbl_frm01 .deco2 {text-align:center; font-size:11px; background-color:#999; padding: 2px 6px; color: #fff; border-radius:2px }
.tbl_frm01 .deco2 a{ color: #fff; }
.tbl_frm01 .deco {text-align:center; font-size:11px; background-color:#071020; padding: 2px 6px; color: #fff;  border-radius:2px }
.tbl_frm01 .deco a{ color: #fff; }
.tbl_frm01 .pink .deco {text-align:center; font-size:11px; background-color:#071020; padding: 2px 6px; color: #fff;  border-radius:2px }
.tbl_frm01 .pink .deco a{ color: #fff; }
.tbl_frm01 .etc_list span { padding-right:20px}
.tbl_frm01 .CT { text-align:center}
.tbl_frm01 .RT { text-align:right}
.tbl_frm01 .nodata_img { text-align:center}
.tbl_frm01 .nodata_img img { width:50px; height:50px;}

.tbl_frm01_big .tbl_frm01_big_text {width:600px; word-break:break-all;font-family: 'Nanum Gothic'; font-size:12px;white-space:pre; }
.tbl_frm01 .view_detail { float:left; }
.tbl_frm01 .view_detail ul { padding:0px; margin:0px; list-style: none}
.tbl_frm01 .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 4px 3px 5px 3px}
.tbl_frm01 .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}

.tbl_frm01 .view_img { float:left; width: 100px; margin-right:10px}
.tbl_frm01 .view_img p { text-align:center; color:#000; font-weight:bold}

.but { background:#071021; padding: 5px 10px; border-radius: 5px; font-size:14px; vertical-align: middle;}
.but a { color:#fff; font-size:14px}




.tbl_frm02 {margin:0 0 0px}
.tbl_frm02 table {width:calc(100% - 0px);border-collapse:collapse;border-spacing:0; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9}
.tbl_frm02 table.add_table{width:100%;}
.tbl_frm02 th {width:70px;padding:10px 13px;border:1px solid #e9e9e9; background:#f6ece8;text-align:left; color: #3a3a3a;font-size:20px; font-weight: 400; padding-left: 20px; } /* 04.11 수정 */
.tbl_frm02 th span{ margin-right: 5px ; color: #c80500; } /* 0412 추가j */
.tbl_frm02 td {padding:10px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}/* 04.11 수정 */
.tbl_frm02 .form_img { text-align:center;  border-bottom:1px solid #e9e9e9;}
.tbl_frm02 .form_img .center_in { padding-top:10px}
.tbl_frm02 .form_img .center_in img { width:50px; height:50px}
.tbl_frm02 .form_img p { color:#000; font-weight:bold; padding-bottom:5px}
.tbl_frm02 span { color:#f00}
.tbl_frm02 input[type=text] { border:1px solid #b7bcc3; padding: 5px; width: 100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-sizing:border-box; -o-sizing:border-box; box-sizing:border-box; border-radius:3px; font-size: 18px; }
.tbl_frm02 textarea {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em; width: 98%; font-size: 18px; }
.tbl_frm02 textarea {padding:2px 2px 3px}
.tbl_frm02 .CT { text-align:center}
.tbl_frm02 .RT { text-align:right}
.tbl_frm02 .leck_info { background-color:#f5f8f9; text-align:center; border-left:1px solid #e9e9e9}
.tbl_frm02 .leck_info p { padding:0 0 0 0; margin:0 0 0 0; color:#071020; font-size:20px;  font-weight:bold;}
.tbl_frm02 .leck_info span { color:#fff; display:block;  font-weight:bold; padding:3px 0; background-color:#1aada2; margin:5px 0 10px 0}
.tbl_frm02 .mygrade {color:#071020}
.tbl_frm02 .order_group_line{width:100%;height:20px;clear:both;font-size:0; margin:0px 0 0 0;}
.tbl_frm02 .view_img_data { float:left; width: 120px; height:271px; padding-right:10px;}
.tbl_frm02 .view_img_data.hide{display:none;}
.tbl_frm02 select {border:1px solid #b7bcc3; padding:5px 10px; font-size: 18px;} /* 04.11 수정 */

.tbl_frm02_ch {margin:0 0 0px}
.tbl_frm02_ch table {width:100%;border-collapse:collapse;border-spacing:0; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9}
.tbl_frm02_ch th {width:70px;padding:7px 13px;border:1px solid #e9e9e9; background:#f5f8f9;text-align:left; color: #3a3a3a;font-size:13px}
.tbl_frm02_ch td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm02_ch textarea {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em; width: 98%}


.tbl_frm02_s {margin:0 0 0px}
.tbl_frm02_s table {width:100%;border-collapse:collapse;border-spacing:0; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9}
.tbl_frm02_s th {width:70px;padding:7px 13px;border:1px solid #e9e9e9; background:#f5f8f9; color: #3a3a3a;font-size:11px}
.tbl_frm02_s td {padding:13px 10px 12px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent;font-size:12px}
.tbl_frm02_s .CT { text-align:center}
.tbl_frm02_s .blue { color:#1b5083; font-weight:bold }
.tbl_frm02_s img {width:25px; height:15px; margin-bottom:5px}

.tbl_frm03 { padding: 2px} /* 0411 수정 */
.extra_service{ padding: 40px 27px; border: 1px solid #d9d9d9; } /* 0411 수정 */
.tbl_frm03 span { padding-left:10px; color: #212121}
.tbl_frm03 input[type=checkbox] { width:20px; border: 1px solid #dfdfdf; margin-right: 5px;}
.tbl_frm03 table td { padding:5px 0px 5px 30px}
.tbl_frm03 table th { color:#04173a; font-size:16px; font-weight:bold; padding: 10px 0px} /* 0412 수정 */
.tbl_frm03 p { padding:5px 0 0 20px ; color:#303233; font-size:15px; font-weight:normal} /* 0412 수정 */

.tbl_frm04 { border:1px solid #dfdfdf; padding: 20px}
.tbl_frm04 span { padding-left:10px; color: #212121}
.tbl_frm04 input[type=checkbox] { width:20px; border: 1px solid #dfdfdf}
.tbl_frm04 table { width: 100%}
.tbl_frm04 table td { padding:2px 0px 2px 0px}
.tbl_frm04 table th { font-weight:bold; padding:2px 0px; text-align: left}
.tbl_frm04 input[type=text] { border:1px solid #dfdfdf; padding: 3px; width: 70%; border-radius:3px}
.tbl_frm04 .hap_line { border: 2px solid #2c77d4; padding: 10px 20px;  font-size: 15px }
.tbl_frm04 .hap_line span {color: #2c77d4; font-weight: bold; font-size: 20px; padding-left: 110px}

.tbl_frm05 {margin:0 0 10px}
.tbl_frm05 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm05 th {width:70px;padding:10px 13px;border-top:1px solid #e9e9e9;background:#f5f8f9;text-align:center; color: #3a3a3a;border-bottom:1px solid #e9e9e9;}
.tbl_frm05 td {padding:10px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent; color: #3c3c3c;}
.tbl_frm05 .tracking span { padding-right:20px}
.tbl_frm05 .tracking p span { color:#071020}
.tbl_frm05 .tracking div {padding:3px 0px}
.tbl_frm05 .CT { text-align:center}
.tbl_frm05 .RT { text-align:right;}
.tbl_frm05 .deco {text-align:center; font-size:12px; background-color:#071020; padding: 2px 6px; color: #fff;  border-radius:2px }
.tbl_frm05 .deco a{ color: #fff; }
.tbl_frm05 .deco2 {text-align:center; font-size:11px; background-color:#999; padding: 2px 6px; color: #fff; border-radius:2px }
.tbl_frm05 .deco2 a{ color: #fff; }
.tbl_frm05 .deco3  {text-align:center; font-size:12px; border:1px solid #000; padding: 3px 8px; color: #000; border-radius:2px }
.tbl_frm05 .deco3  a{ color: #000; }
.tbl_frm05 .deco4 {text-align:center; font-size:12px; background-color:#393939; padding: 3px 6px; color: #fff; border-radius:2px;border:1px solid #000; }
.tbl_frm05 .deco4 a{ color: #fff; }
.tbl_frm05 .nodata_img { text-align:center}
.tbl_frm05 .nodata_img img { width:50px; height:50px;}
.tbl_frm05 .order_no { text-align:center; color:#0071cb; font-weight:bold}
.tbl_frm05 .bae_special {text-align:center;}
.tbl_frm05 .bae_special span {color:#000; font-weight:bold}
.tbl_frm05 p { color:#000 ; font-weight:bold; padding:0 0 5px 0; }
.tbl_frm05 .tracking input[type=text] { border:1px solid #071020; padding: 3px; width: 50%; margin-top:5px; border-radius:3px}
.tbl_frm05 .tracking span { font-weight:bold; margin-right: 5px}
.tbl_frm05 .item_info td { background-color:#fafafa; padding:10px}
.tbl_frm05 .item_info .bb {font-weight:bold; color:#071020; text-decoration:underline}
.tbl_frm05 .pink_big { color:#071020; font-weight:bold; font-size:25px}
.tbl_frm05 .gray_big { color:#656565; font-weight:bold; font-size:25px}
.tbl_frm05 .buga p { color:#0071cb; font-size:15px; font-weight: bold; padding-bottom: 4px}
.tbl_frm05 .buga { padding-bottom: 5px; line-height: 140%; font-size: 13px}
.tbl_frm05 .cline {border-left:1px solid #e9e9e9}
.tbl_frm05 span { padding:1px 3px; border-radius: 3px}
.tbl_frm05 .tracking .pt span { padding: 2px; margin: 0px; color: #fff}
.tbl_frm05 .s_title { font-size: 14px; font-weight: bold; padding: 0px 0px 10px}
.tbl_frm05 .new_hap {border-bottom:1px solid #000; padding:30px 0 10px 0px; margin:0px; background:#fff}
.tbl_frm05 .new_hap p {display:inline; font-size:13px; font-weight:bold; padding-right:10px}
.tbl_frm05 .VT {vertical-align:top; padding-top:15px}
.tbl_frm05 .mygrade {color:#071020}

.tbl_frm055 {margin:0 0 10px; font-size: 15px}
.tbl_frm055 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm055 th {width:70px;padding:10px 13px;border-top:1px solid #dbab97;background:#ffede7;text-align:center; color: #3a3a3a;border-bottom:1px solid #dbab97;}
.tbl_frm055 td {padding:10px 10px;border-top:1px solid #dfbbab7d;border-bottom:1px solid #dfbbab7d;background:transparent; color: #3c3c3c;}
.tbl_frm055 p { color:#000 ; font-weight:bold; padding:0 0 5px 0; }

.pay_info {text-align:center; font-size:13px; background-color:#fff;  color: #2c77d7; border-radius:2px; }
.pay_info a {text-align:center; font-size:13px; background-color:#fff; padding: 5px 7px; color: #2c77d7; border-radius:2px;border:1px solid #2c77d7; }

.pay_info_big {text-align:center; font-size:14px; background-color:#fff;  color: #2c77d7; border-radius:2px; }
.pay_info_big a {text-align:center; font-size:14px; background-color:#fff; padding: 5px 7px; color: #2c77d7; border-radius:2px;border:1px solid #2c77d7; }

.pay_info2 {text-align:center; font-size:12px;  color: #fff; border-radius:2px; }
.pay_info2 a {text-align:center; font-size:12px; background-color:#2c77d7; padding: 4px 9px; color: #fff; border-radius:2px;border:1px solid #2c77d7; }

/* 재고출고내역 관리자 변경 부분 스타일 */
.tbl_frm05 .stock_number_edit td{text-align:center;}
.tbl_frm05 .count_number{display:inline-block;width:100px;vertical-align:middle;}
.tbl_frm05 .count_spinner{display:inline-block;width:30px;margin-top:-1px;vertical-align:middle;}
.tbl_frm05 .stock_number_edit td .edit_number{border:1px solid #b7bcc3;width:100px;height:30px;border:1px solid #ccc;padding:0 10px;margin:0;text-align:right;font-size:12px;}
.tbl_frm05 .stock_number_edit td .edit_memo{border:1px solid #b7bcc3;width:300px;height:30px;border:1px solid #ccc;padding:0 10px;margin:0;font-size:12px;}
.tbl_frm05 .stock_number_edit td .spinner_button{width:20px;height:15px;padding:0;margin:0;border:1px solid #ccc;border-bottom:none;font-size:12px;}
.tbl_frm05 .stock_number_edit td .spinner_button:last-child{border:1px solid #ccc;}
.tbl_frm05 .edit_save{background:#7d889a;padding:5px 12px;margin:0px 2px 0px 0px;color:#fff;font-size:12px;border:1px solid #2c3c56;}

.tbl_frm06 {margin:0 0 10px}
.tbl_frm06 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm06 th {width:70px;padding:10px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left; color: #3a3a3a}
.tbl_frm06 td {padding:10px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent; color: #3c3c3c}
.tbl_frm06 .pink { color: #e70044; font-size:14px; font-weight: bold;}
.tbl_frm06 .pink a{ color: #e70044; font-size:14px; font-weight: bold;}

.tbl_frm06 .money { padding:20px 10px }
.tbl_frm06 .money span { font-weight:bold; color:#2755aa;}
.tbl_frm06 .money ul { padding:0; margin:0; clear:both}
.tbl_frm06 .money ul li { float:left; list-style:none; padding:5px }
.tbl_frm06 .money input { margin:0 10px; width:30%}
.tbl_frm06 .money select { margin:0 10px }
.tbl_frm06 .money .ti { width:200px}
.tbl_frm06 input[type=text] { border:1px solid #dfdfdf; padding: 5px; width: 200px; border-radius:3px}
.tbl_frm06 input[type=password] { border:1px solid #dfdfdf; padding: 5px; width: 200px; border-radius:3px}
.tbl_frm06 input[type=button]  { background-color:#f9f9f9; border: 1px solid #a7a7a7; color: #323232; padding: 4px 7px; font-size: 11px}
.tbl_frm06 input[type=radio] { width:20px; border: 1px solid #dfdfdf}
.tbl_frm06 select { font-size:12px}
.tbl_frm06 select { border:1px solid #dfdfdf; padding: 3px}
.tbl_frm06 .service_ti { font-weight:bold; color:#66afda}



.tbl_frm07 {}
.tbl_frm07 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm07 th {width:70px;padding:10px 13px; text-align:left; color: #3a3a3a}
.tbl_frm07 td {padding:10px 10px;background:transparent; color: #3c3c3c}
.tbl_frm07 ul { padding:10px 20px; margin:0; }
.tbl_frm07 ul li { float:left; list-style:none;  width:58%; text-align:right; font-size:14px; font-weight:bold; padding:5px 0 13px 0}
.tbl_frm07 .long { float:left; list-style:none;  width:95%; text-align:right; font-size:14px; font-weight:bold }
.tbl_frm07 .ti { float:left; list-style:none;  width:40%; text-align:left; font-size:12px; color:#606060 }
.tbl_frm07 .tag  { float:left; list-style:none;  width:55%; text-align:right; font-size:14px; font-weight:bold; padding:5px 0; color:#071020}
.tbl_frm07 .big { line-height: 200%}
.tbl_frm07 p { padding-top:15px; font-size: 13px; color: #797979; margin: 0px}

.tbl_frm07_2 { clear:both;}
.tbl_frm07_2 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm07_2 th {width:70px;padding:10px 13px; text-align:left; color: #3a3a3a}
.tbl_frm07_2 td {padding:10px 10px;background:transparent; color: #3c3c3c}
.tbl_frm07_2 ul { padding:5px 20px; margin:0; border-top:1px dotted #b5b5b5; }
.tbl_frm07_2 ul li { float:left; list-style:none;  width:55%; text-align:right; font-size:14px; font-weight:bold; padding:5px 0}
.tbl_frm07_2 .long { float:left; list-style:none;  width:95%; text-align:right; font-size:14px; font-weight:bold }
.tbl_frm07_2 .ti { float:left; list-style:none;  width:40%; text-align:left; font-size:12px; color:#606060 }
.tbl_frm07_2 .ti_pink { float:left; list-style:none;  width:40%; text-align:left; font-size:12px; color:#071020 }
.tbl_frm07_2 .tag  { float:left; list-style:none;  width:58%; text-align:right; font-size:17px; font-weight:bold; padding:5px 0; color:#071020}
.tbl_frm07_2 .tag2  { float:left; list-style:none;  width:55%; text-align:right; font-size:12px; font-weight:bold; padding:5px 0; color:#606060}
.tbl_frm07_2 .payment_money_input {width:65%;text-align:right;border:0px;background-color:#f5f8f9;font-size:17px; font-weight:bold; color:#071020;margin-top:-2px;}

.tbl_frm07_3 { background-color:#f5f8f9; height:40px; clear:both; padding:0px 10px 0 20px; font-size:12px; margin-top:5px; line-height:40px; font-weight:bold}

.tbl_frm05_cn {margin:0 0 20px}
.tbl_frm05_cn table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm05_cn th {width:70px;padding:10px 13px;border:1px solid #e9e9e9;border-left:0;border-right:0;background:#f5f8f9;text-align:center; color: #3a3a3a}
.tbl_frm05_cn td {padding:10px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent; color: #3c3c3c; text-align: center}

.tbl_frm08 {margin:0 0 10px}
.tbl_frm08 table {width:100%;border-collapse:collapse;border-spacing:0; border: 1px solid #e9e9e9}
.tbl_frm08 th {width:70px;padding:10px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:center; color: #3a3a3a; font-size:13px}
.tbl_frm08 td {padding:10px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent; color: #555555; border-left:1px solid #e9e9e9; line-height: 140%; font-size:13px}
.tbl_frm08 span {color: #071020; font-weight:bold;}
.tbl_frm08 .service_ti { font-weight:bold; color:#dc6c67}

.tbl_frm09 {margin:0 0 10px}
.tbl_frm09 table {width:100%;border-collapse:collapse;border-spacing:0; border: 1px solid #e9e9e9}
.tbl_frm09 th {width:70px;padding:10px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:center; color: #3a3a3a; font-size:13px}
.tbl_frm09 td {padding:15px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent; color: #555555; border-left:1px solid #e9e9e9; line-height: 140%; font-size:13px}
.tbl_frm09 span {color: #071020; font-weight:bold;}


.money { padding:20px 10px 10px 10px; clear:both; font-size:13px }
.money span { font-weight:bold; color:#3c3c3c; font-size:12px; padding-left:10px}
.money ul { padding:0; margin:0; clear:both}
.money ul li { list-style:none; padding:5px }
.money select { border:1px solid #dfdfdf; padding: 2px 5px; width: 85%}
.money .ti { width:200px}
.money input[type=text] { border:1px solid #dfdfdf; padding: 5px; width: 80%}
.money .money_use { color:#fff; background:#071020; padding:4px 7px; font-size:12px; border-radius:3px}
.yechi_tip { color:#071020; text-align:center; font-weight:bold}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:100px;text-align:center}

.txt_done {background:#cf77ca; color:#fff; font-size:11px; padding:3px 6px; border-radius:20px}
.txt_rdy {background-color:#a08a3d; color:#fff; font-size:11px; padding:3px 6px; border-radius:20px}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:15px;background:#747474;font-size:1.2em; color:#fff}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 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}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#fff;text-decoration:none; border:1px solid #dfdfdf}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#aaa;color:#fff;font-weight:normal}

/* Mobile화면으로 */
#device_change {background:#4d4d4d;color:#fff;font-size:12px;text-decoration:none;text-align:center; position:absolute; top:-40px; left:50%; margin-left:260px; padding:3px 10px; border-radius:10px}

.line01 { border:1px dotted #dfdfdf; padding:10px; text-align:center; font-size:15px; font-weight: bold; color: #000}
.line01 input { margin-left:20px}
.line01 img { width:30px; height:20px ; margin-left: 20px}

.line01_noline { padding:0px;font-size:13px; font-weight: bold; color: #000}
.line01_noline input { margin-left:20px}
.line01_noline img { width:30px; height:20px ; margin-left: 20px}

.tip6_noline { padding: 0px; font-size:12px; color: #3b3b3b; text-align:left;position: relative}

.trans_type { font-size:12px; padding:2px 0 2px 0; font-weight:bold; float:left; width:30%  }


.global_site { }
.global_site ul { padding:0px; margin:20px 0px 20px 0px; }
.global_site ul li { float:left; list-style:none; padding:19px 33px 19px 33px; border:1px solid #dfdfdf; margin:0px 3px 8px 3px }
.global_site ul li img {display:block; }
.global_site ul li p {font-size:13px; font-weight:bold; text-align:center; padding:10px 0 0 0}

.global_item {}
.global_item ul { padding:0px; margin: 0px; list-style: none }
.global_item ul li { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 11px 20px 11px; text-align: center; color:#464646; font-size: 13px}
.global_item .none1 { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 16px 0px 0px }
.global_item .none2 { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 0px 0px 16px }
.global_item img { width: 162px; height: 162px; display: block} 
.global_item ul li p { padding: 10px 0 0 0; margin: 0px; color: #2b64a4; font-weight:bold }
.global_item ul li span { display: block; padding: 5px 0 10px 0; border-bottom: 1px dotted #dfdfdf; margin-bottom: 20px; width: 160px; white-space: nowrap; overflow: hidden;} 
.global_item .link  { border: 1px solid #adb6ca; padding: 5px 10px; color: #398194; width: 50%; margin: 0 auto;}

.mypage_nemo {}
.mypage_nemo ul { padding:0px; margin: 0px; list-style: none }
.mypage_nemo ul li { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 8px; text-align: center; color:#464646; font-size: 13px}
.mypage_nemo .none1 { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 9px 0px 0px }
.mypage_nemo .none2 { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 0px 0px 8px }
.mypage_nemo .none3 { background-color:#071020; margin: 0px 0px 0px 8px; border: 1px solid #071020; color:#fff}
.mypage_nemo .nodata { border: 1px solid #071020; padding: 20px; float: left; margin: 0px 8px; text-align: center; color:#464646; font-size: 13px}
.mypage_nemo img { width: 145px; height: 70px; display: block} 
.mypage_nemo ul li span { display: block; padding: 15px 0 5px 0; font-weight:bold; font-size:14px} 
.mypage_nemo .link  { border: 1px solid #ccd1da; padding: 5px 10px; color: #398194; width: 50%; margin: 0 auto;}
.mypage_nemo ul li p { padding:0px 0 10px 0; margin:0px 0 20px 0; font-size:15px; border-bottom: 1px dotted #dfdfdf; color:#071020; font-weight:bold}

.mypage_left { float:left; width:240px; border:1px solid #071020; height:425px; border-radius: 5px}
.mypage_left p { text-align:center; padding-top:25px;}
.mypage_left ul li { position:relative}
.mypage_left ul { padding:0px; margin: 25px 0 0 30px; list-style: none ; }
.mypage_left ul li .list01{ width:180px; box-sizing:border-box; padding:8px 10px 8px 20px; background:#071020; color:#fff; font-size:14px; font-weight:bold; border-radius: 3px}
.mypage_left ul li .list03{ width:180px; box-sizing:border-box; padding:8px 10px 8px 20px; background:#616161; color:#fff; font-size:14px; font-weight:bold; margin-top:6px; border-radius: 3px}
.mypage_left ul li .list04{ width:180px; box-sizing:border-box; padding:8px 10px 8px 20px; background:#a6a6a6; color:#fff; font-size:14px; font-weight:bold; margin-top:6px; border-radius: 3px}
.mypage_left ul li .list02{ width:180px; box-sizing:border-box; padding:8px 10px 8px 20px; background:#fff; color:#071020; font-size:14px; font-weight:bold; margin-top:6px; border:1px solid #071020 ; border-radius: 3px}
.mypage_left ul li .list05{ width:180px; box-sizing:border-box; padding:8px 10px 8px 20px; background:#fff; color:#8f8f8f; font-size:14px; font-weight:bold; margin-top:6px; border:1px solid #8f8f8f ; border-radius: 3px}

.mypage_left ul li span { position:absolute; top:10px; right:50px }
.mypage_left ul li a {display:block;  }

.mypage_right { float:right; width:710px; height:400px; }
.mypage_right .right_1st { clear:both; }
.mypage_right .right_1st ul { padding:0px; margin: 0px; list-style: none }
.mypage_right .right_1st ul li { float:left; width:225px; border:1px solid #dfdfdf; position:relative; box-sizing:border-box; padding:10px;border-radius: 5px}
.mypage_right .right_1st ul li p { position:absolute; top:20px; right:20px; font-size:15px; font-weight:bold}
.mypage_right .right_1st ul li span { position:absolute; top:50px; right:20px; font-size:18px; font-weight:bold; color:#071020}
.mypage_right .right_1st ul li a {display:block;  }
.mypage_right .right_1st ul li .small { position:absolute; top:50px; right:20px; font-size:15px; font-weight:bold; color:#071020}


.mypage_right .right_2nd{ clear:both; padding-top:14px}
.mypage_right .right_2nd ul { padding:0px; margin: 0px; list-style: none }
.mypage_right .right_2nd ul li { float:left; width:225px; border:1px solid #dfdfdf; position:relative; box-sizing:border-box; padding:10px;border-radius: 5px}
.mypage_right .right_2nd ul li p { position:absolute; top:40px; right:20px; font-size:15px; font-weight:bold}
.mypage_right .right_2nd ul li a {display:block;  }

.mypage_right .right_3rd { clear:both; padding-top:14px}
.mypage_right .right_3rd ul { padding:0px; margin: 0px; list-style: none }
.mypage_right .right_3rd ul li { float:left; width:225px; border:1px solid #dfdfdf; position:relative; box-sizing:border-box; padding:10px;border-radius: 5px}
.mypage_right .right_3rd ul li p { position:absolute; top:20px; right:20px; font-size:15px; font-weight:bold}
.mypage_right .right_3rd ul li span { position:absolute; top:50px; right:20px; font-size:18px; font-weight:bold; color:#071020}
.mypage_right .right_3rd ul li a {display:block;  }
.mypage_right .right_3rd ul li .small { position:absolute; top:50px; right:20px; font-size:15px; font-weight:bold; color:#071020}


.store_list {}
.store_list ul { padding:0; margin:0; display:flex; display:-webkit-flex;   flex-wrap:wrap;  -webkit-flex-wrap:wrap;  list-style:none;}
.store_list ul li {  width:210px;   padding:10px 10px 10px 10px;    margin:0px 8px 20px 8px;   display:flex;   display:-webkit-flex;   float:left;  box-sizing: border-box; border:1px solid #ebebeb }
.store_list a {color:#464646;}
.store_list img {margin-bottom:10px; width:186px; height:160px;  }
.store_list span { text-align:left; }
.store_list .bottom {  margin-top:10px; font-size:12px; color:#000; padding:10px 0 0 0px}
.store_list .bottom span { font-size:13px; font-weight:bold; padding:0px;  border-bottom:1px solid #fff; color:#9f1010; }
.store_list .none1 { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 8px 20px 7px }
.store_list .item_name { width: 186px; text-align: left; font-size:13px; padding-top:10px}

.main_store_list { padding-top:20px}
.main_store_list ul { padding:0; margin:0; display:flex; display:-webkit-flex;   flex-wrap:wrap;  -webkit-flex-wrap:wrap;  list-style:none;}
.main_store_list ul li {  width:212px;   padding:10px 10px 10px 10px;    margin:0px 8px 20px 8px;   display:flex;   display:-webkit-flex;   float:left;  box-sizing: border-box; border:1px solid #ebebeb }
.main_store_list a {color:#464646;}
.main_store_list dl { text-align:left; width:200px; margin-bottom:0px; box-sizing: border-box}
.main_store_list dl dd { padding:0px; margin:0px}
.main_store_list img {margin-bottom:10px; width:189px; height:189px; }
.main_store_list span { text-align:left; }
.main_store_list .bottom {  margin-top:10px; font-size:13px; color:#000; padding:10px 0 0 0px}
.main_store_list .bottom span { font-size:13px; font-weight:bold; padding:0px;  border-bottom:1px solid #fff; color:#9f1010; }
.main_store_list .none1 { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 15px 20px 10px }
.main_store_list .none2 { border: 1px solid #dfdfdf; padding: 20px; float: left; margin: 0px 0px 20px 15px }
.main_store_list .item_name { width: 187px; text-align: left; font-size:13px; padding-top:10px}



.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px}

.multi_tab {}
.multi_tab ul { padding: 0px; margin: 0px; list-style: none}
.multi_tab ul li { float:left}


.basic_tabs * { box-sizing: border-box; }
.basic_tabs_switch { overflow: hidden; }
.basic_tabs_tab {
  float: left;
  cursor: pointer;
}

.basic_tabs_switch_active { cursor: default; }
.basic_tabs_content_active { display: block; }

.basic_tabs_switch { border-bottom: 1px solid #dfdfdf}

.basic_tabs_tab {
  padding: 10px 40px;
  border-width: 1px 1px 0px 0;
  border-style: solid;
  border-color: #ddd;
  background: #f2f2f2;
  font-size:13px; font-weight:bold;
}

.basic_tabs_tab:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 5px;
}

.basic_tabs_tab:last-child { border-top-right-radius: 5px; }


.basic_tabs_switch_active {
  background: #fff;
}




.tip { color: #303233; padding: 10px; font-size: 15px; background-color: #f9f9f9}
.tip input[type=text] { padding: 3px; border: 1px solid #dfdfdf; width: 300px}
.tip input[type=radio]  { width:20px}
.tip select { border:1px solid #dfdfdf; padding: 3px 5px; font-size: 12px}
.tip span { color:#000; font-weight: bold}

.tip2 { padding: 1px; font-size:13px; color:#3c3c3c ;}
.tip2 span { color: #071020; font-weight: bold; font-size:17px}



.tip3 { background-color: #f9f9f9; padding: 10px ; font-size:13px; color:#3c3c3c; text-align: center }
.tip3 span { color: #071020; font-weight: bold; font-size:17px}
.tip3 .btn_new .yes { background:#7d889a; padding:3px 8px; margin:10px 2px 0px 0px;color: #fff; font-size: 13px; border: 1px solid #2c3c56}
.tip3 .btn_new .yes_c { background:#e56f6f; padding:3px 8px; margin:10px 2px 0px 0px;color: #fff; font-size: 13px; border: 1px solid #c25252}
.tip3 .btn_new .yes_u { background:#9e7ec2; padding:3px 8px; margin:10px 2px 0px 0px;color: #fff; font-size: 13px; border: 1px solid #745498}
.btn_new .yes_r { background:#8bb15e; padding:3px 8px; margin:10px 2px 0px 0px;color: #fff; font-size: 13px; border: 1px solid #5b7141}
.tip3 a { cursor:pointer}


.tip4 { background-color: #f9f9f9; padding: 20px ; font-size:13px; color:#3c3c3c; line-height: 150% }
.tip4 span { color: #071020; font-weight: bold; font-size:17px}
.tip4 input[type=text] {border:1px solid #dfdfdf; padding:10px}
.tip4 button {padding:5px 10px; font-size:15px; margin:0px 10px}

.tip5 { border:1px dotted #dfdfdf; padding: 10px; font-size:12px; color: #3b3b3b; text-align:right; position: relative}
.tip5 input[type=text] { border:1px solid #ced9de;  padding: 5px; background-color: #f6f9fa; width: 300px; }
.tip5 select { padding:5px}
.tip5 p { display: inline; margin:0px 0 0 4px; padding:0px }
.tip5 p .all { background-color:#e95144 ; padding: 5px 10px; color: #fff}
.tip5 p .part { background-color:#807360 ; padding: 4px 10px; color: #fff}
.tip5 p  .part2 { background-color:#999 ; padding: 5px 10px; color: #fff}
.tip5 span { font-weight:bold; color:#2c77d4;}
.tip5 .key {  position:absolute; top:10px; left: 20px; color: #071020; font-weight: bold; font-size:17px}

.tip6 { border:1px dotted #dfdfdf; padding: 10px; font-size:12px; color: #3b3b3b; text-align:left;position: relative}
.tip6 input[type=text] { border:1px solid #ced9de;  padding: 5px; background-color: #f6f9fa; width: 300px; }
.tip6 select { padding:5px}
.tip6 p { display: inline; margin:0px 0 0 4px; padding:0px }
.tip6 p .all { background-color:#e95144 ; padding: 5px 10px; color: #fff}
.tip6 p .part { background-color:#807360 ; padding: 4px 10px; color: #fff}
.tip6 span { font-weight:bold; color:#2c77d4;}
.tip6 .key {  position:absolute; top:10px; left: 20px; color: #071020; font-weight: bold; font-size:17px}
.tip6 .pink {font-weight:bold; color:#071020; font-size:15px}

.tip66 { border:1px dotted #dfdfdf; padding: 0; font-size:12px; color: #3b3b3b; text-align:left;position: relative}

.btn_new_left {float:left}
.btn_new_left input[type=text] { border:1px solid #ced9de;  padding: 5px; background-color: #f6f9fa; width: 100px; }
.btn_new_left .part { background-color:#807360 ; padding: 4px 10px; color: #fff}
.btn_new_left .part2 { background-color:#999 ; padding: 5px 10px; color: #fff}


.btn_new_right { text-align:right}
.btn_new_right .yes { background:#7d889a; padding:3px 8px; margin:0px 2px 0px 0px;color: #fff; font-size: 12px; border: 1px solid #2c3c56; border-radius: 5px}
.btn_new_right .yes_c { background:#e56f6f; padding:3px 8px; margin:0px 2px 0px 0px;color: #fff; font-size: 12px; border: 1px solid #c25252; border-radius: 5px}
.btn_new_right .yes_u { background:#9e7ec2; padding:3px 8px; margin:0px 2px 0px 0px;color: #fff; font-size: 12px; border: 1px solid #745498; border-radius: 5px}
.btn_new_right .yes_r { background:#8bb15e; padding:3px 8px; margin:0px 2px 0px 0px;color: #fff; font-size: 12px; border: 1px solid #5b7141; border-radius: 5px}
.btn_new_right  { cursor:pointer}
.btn_new_right .add, .btn_new_right .modify_save { display: inline-block; background:#071021; color:#fff; padding: 7px 30px; margin:10px 0 0 0; font-size: 15px; font-weight:400;  border-radius: 7px;  } /* 0412수정  */
.btn_new_right .add_stock { background:#071020; color:#fff; padding:5px 30px; margin:10px 0 0 0; font-size: 13px; font-weight:bold; border:1px solid #071020}
.modify_save_btn{padding-bottom:0; text-align:center}
.modify_save_btn.hide{display:none;}

.yes_c_span { background:#e56f6f; color: #fff; }
.yes_u_span { background:#9e7ec2; color: #fff; }
.yes_r_span { background:#8bb15e; color: #fff; }

.view_cate { padding-bottom: 10px; color: #505050; font-size: 14px}
.item_title {  background-color: #f9f9f9; padding: 5px 10px; color: #000; font-size: 18px; font-weight:bold}

.store_view table { font-size:14px; width:100%}
.store_view table td { vertical-align:top; font-size: 12px}
.store_view .item img { width:350px; height:350px; border:1px solid #dfdfdf}
.store_view span img {width:40px; height:25px}
.store_view .DetailQuantity {position:relative; }
.store_view .DetailQuantity .QuantityDown { position:absolute; left:37px; top:17px}
.store_view .DetailQuantity .QuantityUp { position:absolute; left:37px; top:7px}
.store_view .ti { width:100px; font-size:13px; color: #585858; vertical-align: middle}
.store_view .view_detail td { padding:7px 0; font-family: 'Nanum Gothic'}
.store_view .view_detail .DetailCo { text-decoration:line-through; }
.store_view .view_detail .DetailCo2 { font-size:18px; color:#071020; font-weight:bold;}
.store_view .view_detail .DetailCo2 span {color:#9a9a9a; font-size:12px;}
.store_view input { width:50px; border:1px solid #dfdfdf; padding:3px}
.store_view .btn { text-align:center;  margin-bottom:10px; font-size:15px; }
.store_view .btn .buy { background:#071020; padding:10px 30px; margin:10px 5px;border-radius:5px ; font-size: 15px; color: #fff }
.store_view .btn .cart { background:#c0c0c0; padding:10px 30px;margin:10px 5px; border-radius:5px;  font-size: 15px}
.store_view select { border:1px solid #dfdfdf; padding: 2px}



.line { width:100%; border-bottom:1px solid #dfdfdf}
.memo_tool {text-align:left;border:1px dotted #dfdfdf ; margin-bottom:10px;width:100%; background-color:#fafafa}
.memo_tool .ti {}
.memo_tool .ti span { color:#000; font-weight:bold; padding-right:30px}
.memo_tool .user { color:#071020 }
.memo_tool .user span { color:#333}
.memo_tool .admin { color:#06C; padding-top:5px }
.memo_tool .admin span { color:#333}

.multi_menu {}
.multi_menu ul { padding:0; margin:0;  }
.multi_menu ul li { float:left; padding:7px 10px; border:1px solid #dfdfdf;list-style:none; margin:10px 2px 0px 2px;  text-align:center }
.multi_menu ul li img { width:25px; height:17px}
.multi_menu .select { background-color:#fff; color:#0071cb; border:1px solid #0071cb ; font-weight:bold}
.multi_menu .select a { color:#0071cb}

.memo textarea {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle; font-size:12px; width:100%; margin-bottom:20px}
.memo_list { padding-bottom:5px; border-bottom: 1px dotted #dfdfdf; margin-bottom: 5px}
.memo_list p { padding-bottom: 3px}
.memo_list p span { font-weight:bold; color: #000; padding-right: 10px}
.memo_list .reply { color: #0a5fc8; padding: 5px 0 5px 10px}

.top_view {color:#000; font-size:15px; font-weight:bold; border:1px solid #dfdfdf; border-radius:5px; padding:10px; background-color:#f5f8f9; text-align:center; margin-top:-10px}
.top_view img { width:45px; height: 30px}
.top_view span { padding: 5px }



.color_101 {background-color:#ff893a; color: #fff; border: 1px solid #ff893a } /* 결제대행 결제대기 */
.color_102 {background-color:#7a8ee2; color: #fff; border: 1px solid #7a8ee2} /* 결제대행 결제확인중 */
.color_103 {background-color:#699da2; color: #fff; border: 1px solid #699da2} /* 결제대행 결제완료 */
.color_104 {background-color:#4664b9; color: #fff; border: 1px solid #4664b9} /* 대행완료 */
.color_105 {background-color:#e77761; color: #fff; border: 1px solid #e77761} /* 환불신청 */
.color_106 {background-color:#7ab3cb; color: #fff; border: 1px solid #7ab3cb} /* 환불완료 */

.color_301 {background-color:#cf77ca; color: #fff; border: 1px solid #cf77ca} /* 배송대행 입고대기 */
.color_302 {background-color:#a08a3d; color: #fff; border: 1px solid #a08a3d} /* 배송대행 입고완료 */
.color_303 {background-color:#eb5a5a; color: #fff; border: 1px solid #eb5a5a} /* 배송대행 무게측정 */
.color_304 {background-color:#ff893a; color: #fff; border: 1px solid #ff893a } /* 배송비 결제대기 */
.color_305 {background-color:#7a8ee2; color: #fff; border: 1px solid #7a8ee2} /* 배송비 결제확인중 */
.color_306 {background-color:#a398c2; color: #fff; border: 1px solid #a398c2} /* 배송비 결제완료(출고대기) */
.color_307 {background-color:#58b1cb; color: #fff; border: 1px solid #58b1cb} /* 출고완료 */

.color_201 {background-color:#77bb8d; color: #fff; border: 1px solid #77bb8d} /* 구매대행 신청 */
.color_202 {background-color:#b5b648; color: #fff; border: 1px solid #b5b648} /* 견적대기(견적제출) */
.color_203 {background-color:#ff893a; color: #fff; border: 1px solid #ff893a } /* 구매대행 결제대기(고객승인후) */
.color_204 {background-color:#7a8ee2; color: #fff; border: 1px solid #7a8ee2} /* 구매대행 결제확인중 */
.color_205 {background-color:#a398c2; color: #fff; border: 1px solid #a398c2} /* 구매대행 결제완료 */

.color_100 {background-color:#777777; color: #fff; border: 1px solid #777777} /* 폐기 */
.color_1000 {background-color:#777777; color: #fff; border: 1px solid #777777} /* 폐기 */

.color_1004 {background-color:#54b670; color: #fff; border: 1px solid #54b670} /* 반품신청 */
.color_1005 {background-color:#ff893a; color: #fff; border: 1px solid #ff893a} /* 반품 결제대기 */
.color_1006 {background-color:#7a8ee2; color: #fff; border: 1px solid #7a8ee2} /* 반품 결제확인중 */
.color_1007 {background-color:#a398c2; color: #fff; border: 1px solid #a398c2} /* 반품 결제완료 */
.color_1008 {background-color:#7ab3cb; color: #fff; border: 1px solid #7ab3cb} /* 반품완료 */

.color_901 {background-color:#77bb8d; color: #fff; border: 1px solid #77bb8d} /* 구매대행 신청 */
.color_902 {background-color:#a08a3d; color: #fff; border: 1px solid #a08a3d} /* 구매대기 */
.color_903 {background-color:#58b1cb; color: #fff; border: 1px solid #58b1cb} /* 구매완료 */
.color_900 {background-color:#777777; color: #fff; border: 1px solid #777777} /* 품절폐기 */

.color_1001 {background-color:#b6b6b6; color: #fff; border: 1px solid #b6b6b6} /* 입고대기 */
.color_1002 {background-color:#e32425; color: #fff; border: 1px solid #e32425} /* 오류입고 */
.color_1003 {background-color:#00c8c5; color: #fff; border: 1px solid #00c8c5} /* 입고완료 */






.top_view p { display: inline;  padding:0 20px; }

.view_tool { border:1px solid #fff;overflow:hidden;  }
.view_tool div { margin:0 0 -6000px 0; /* nothing special about 6000px */   padding:0 0 6000px 0; /* any large enough value will do */}
.view_tool .view_img { float:left; width: 100px; margin-right:10px}
.view_tool .view_img p { text-align:center; color:#000; font-weight:bold}
.view_tool .control { float:right; width: 100px;  background-color:#f5f8f9;text-align:center; font-weight:bold; font-size:16px;  }
.view_tool .control img { padding:0px 5px}
.view_tool .view_detail { float:left; width: 68%; }
.view_tool .view_detail ul { padding:0px; margin:0px; list-style: none}
.view_tool .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 4px 3px 5px 3px}
.view_tool .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}

.view_tool2 { border:1px solid #fff; overflow:hidden; }
.view_tool2 div { margin:0 0 -6000px 0; /* nothing special about 6000px */   padding:0 0 6000px 0; /* any large enough value will do */}
.view_tool2 .view_img { float:left; width: 100px; margin-right:10px; background-color:#f5f8f9; }
.view_tool2 .view_img p { text-align:center; color:#000; font-weight:bold; padding:10px 0; }
.view_tool2 .control { float:right; width: 100px;  background-color:#f5f8f9;text-align:center; font-weight:bold; font-size:16px; vertical-align: middle  }
.view_tool2 .control span { background-color:#4db3ab; padding:2px; color:#fff ; display:block; }
.view_tool2 .control img { padding:30px 5px 0 5px}
.view_tool2 .view_detail { float:left; width: 68%; }
.view_tool2 .view_detail ul { padding:0px; margin:0px; list-style: none}
.view_tool2 .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 0px 3px 5px 3px; margin-bottom:4px}
.view_tool2 .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}








.view_tool2_form { border:1px solid #fff;overflow:hidden;  }
.view_tool2_form div { margin:0 0 -6000px 0; /* nothing special about 6000px */   padding:0 0 6000px 0; /* any large enough value will do */}
.view_tool2_form .view_img { float:left; width: 10%; margin-right:3%; }
.view_tool2_form .view_img p { text-align:center; color:#000; font-weight:bold; padding:0px 0 10px 0; }
.view_tool2_form .control { float:left; width: 10%; margin-left:3%; background-color:#f5f8f9;text-align:center; font-weight:bold; font-size:16px; }
.view_tool2_form .control span {  padding:2px; display:block; }
.view_tool2_form .control img { padding:30px 5px 0 5px}
.view_tool2_form .view_detail { float:left; width: 74%; }
.view_tool2_form .view_detail ul { padding:0px; margin:0px; list-style: none}
.view_tool2_form .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 0px 3px 5px 3px; margin-bottom:4px}
.view_tool2_form .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}

.view_tool3 { border:1px solid #fff;overflow:hidden; }
.view_tool3 div { margin:0 0 -6000px 0; /* nothing special about 6000px */   padding:0 0 6000px 0; /* any large enough value will do */}
.view_tool3 .view_img { float:left; width: 120px; margin-right:10px;  text-align:center }
.view_tool3 .view_img p { text-align:center; color:#000; font-weight:bold; padding:10px 0; }
.view_tool3 .view_img2 { float:left; width: 120px; margin-right:10px;   }
.code_it { text-align:center; color:#000; font-weight:bold; padding:5px ; margin: 0px; background: #ccc; font-size:11px  }
.view_img_data p { text-align:center;  font-weight:bold; padding:6px 0; margin:0px 0px 20px 0 }

.view_tool3 .control { float:right; width: 80px;  background-color:#f5f8f9;text-align:center; font-weight:bold; font-size:14px; }
.view_tool3 .control p { padding:2px; color:#fff ; display:block; margin-top: 20px;  }
.view_tool3 .control img { padding:0px 5px 0 5px}
.view_tool3 .control input[type=image] { padding:10px 2px 0px 2px}
.view_tool3 .control2 { float:right; width: 80px;  background-color:#f5f8f9;text-align:center; font-weight:bold; font-size:14px; }
.view_tool3 .control2 p { padding:2px; color:#fff ; display:block; margin-top: 40px;  }
.view_tool3 .control2 img { padding:0px 5px 0 5px}
.view_tool3 .control2 input[type=image] { padding:30px 2px 0px 2px}

.view_tool3 .view_detail { float:left; width:555px}
.view_tool3 .view_detail ul { padding:0px; margin:0px; list-style: none}
.view_tool3 .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 0px 3px 7px 3px; margin-bottom:4px}
.view_tool3 .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}


.view_tool3_long { border:1px solid #fff;overflow:hidden; }
.view_tool3_long div { margin:0 0 -6000px 0; /* nothing special about 6000px */   padding:0 0 6000px 0; /* any large enough value will do */}
.view_tool3_long .view_img { float:left; width: 15%; margin-right:10px; }
.view_tool3_long .view_img img { width:100px; max-height: 150px}
.view_tool3_long .view_img p { text-align:center; color:#000; font-weight:bold; padding:10px 0; }
.view_tool3_long .control { float:right; width: 100px;  background-color:#f5f8f9;text-align:center; font-weight:bold; font-size:16px; }
.view_tool3_long .control span { background-color:#4db3ab; padding:2px; color:#fff ; display:block; }
.view_tool3_long .control img { padding:0px 5px 0 5px}
.view_tool3_long .view_detail { float:left; width: 83%; }
.view_tool3_long .view_detail ul { padding:0px; margin:0px; list-style: none}
.view_tool3_long .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 5px 3px 5px 3px; margin-bottom:4px; line-height:140%}
.view_tool3_long .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}
.view_tool3_long .view_detail p {color:#fff; margin: 0px; padding: 2px; display:inline; border-radius: 3px}


.view_tool4 { border:1px solid #fff; }
.view_tool4 .view_img { float:left; width: 100px; margin-right:10px; height:135px;background-color:#f5f8f9; }
.view_tool4 .view_img p { text-align:center; color:#000; font-weight:bold; padding:10px 0; }
.view_tool4 .control { float:right; width: 100px;  background-color:#f5f8f9;text-align:center; font-weight:bold; font-size:16px; height:135px;}
.view_tool4 .control span { padding:2px; display:block; margin-top:20px; padding:10px; font-size:13px } 


.view_tool4 .control img { padding:30px 5px 0 5px}
.view_tool4 .view_detail { float:left; width: 68%; }
.view_tool4 .view_detail ul { padding:0px; margin:0px; list-style: none}
.view_tool4 .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 0px 3px 8px 3px; margin-bottom:4px}
.view_tool4 .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}

.view_tool5 { border:1px solid #fff; }
.view_tool5 .item_no { float:left; width: 100px; height:100px;background-color:#f5f8f9; text-align:center; font-weight:bold; line-height:100px }
.view_tool5 .view_img { float:left; width: 200px; margin-right:10px; height:200px;background-color:#f5f8f9; }
.view_tool5 .view_img p { text-align:center; color:#000; font-weight:bold; padding:10px 0; }
.view_tool5 .view_detail { float:left; width: 68%; }
.view_tool5 .view_detail ul { padding:0px; margin:0px; list-style: none}
.view_tool5 .view_detail ul li { border-bottom:1px dotted #dfdfdf; padding: 2px 3px 12px 3px; margin-bottom:4px}
.view_tool5 .view_detail ul li span { font-weight:bold; color: #000; padding-left: 10px; padding-right: 10px}
.view_tool5_title { font-weight:bold; width:200px; padding:5px 0; text-align:center; border:1px solid #558bc7; border-bottom:none}

.view_tool5_top { border-top:1px solid #558bc7; background: #fafafa; padding: 20px ; position:relative}
.view_tool5_top span { padding-right: 20px; padding-left: 5px; font-weight: bold}
.view_tool5_top .bt { display:inline; text-align:right; position:absolute; top:18px; right:270px; font-size:12px; color:#fff; font-weight:bold; background-color:#2c77d7; padding:1px 3px; border-radius:3px}

.view_tool5_title2 {border-bottm:1px solid #558bc7; text-align: center; height: 20px}
.view_tool5_title2 span { background-color:#558bc7; color:#fff; font-weight:bold; width:200px; padding:5px 0; text-align:center; }

.photo {border:1px dotted #fff; padding:5px 0;}
.photo ul { padding:0px; margin:0px; list-style: none}
.photo ul li {  padding: 0 10px 0px 0px; float:left}
.photo ul li img { width:50px; height:50px; border: 1px solid #dfdfdf}
.ipko_memo {border:1px dotted #8bbad6; padding:10px; margin-top:10px; margin-bottom:10px}
.ipko_memo span {color:#000; font-weight:bold;}

.hapge { color:#000; position:relative; font-weight:bold; font-size:15px}
.hapge p { display:inline; text-align:right; position:absolute; top:-5px; right:0px; font-size:21px; color:#071020; font-weight:bold}
.hapge span { display:inline; text-align:right; position:absolute; top:1px; right:170px; font-size:12px; color:#fff; font-weight:bold; background-color:#2c77d7; padding:1px 3px; border-radius:3px}
.hapge .gray_total {font-size:12px; color:#606060; padding-top:10px; text-align:right}

.hapge2 { color:#000; position:relative; font-weight:bold; font-size:15px; border:1px solid #dfdfdf; padding:20px; border-radius:5px; background:#f5f8f9}
.hapge2 p { display:inline; text-align:right; position:absolute; top:12px; right:20px; font-size:23px; color:#071020; font-weight:bold}
.hapge2 span { display:inline; text-align:right; position:absolute; top:96px; right:20px; font-size:12px; color:#fff; font-weight:bold; background-color:#071020; padding:5px 20px; border-radius:3px}
.hapge2 input[type=text] { padding: 5px; width: 240px; border: 1px solid #071020; margin-left:0px; margin-top: 20px; display: block}
.hapge2 .pink_small { color:#fff; font-size:13px; background:#071020; border:0px; cursor:pointer}

.hapge3 { position:relative;}
.hapge3 h2 { color:#000; font-weight:bold; font-size:15px}
.hapge3 p { display:inline; text-align:right; position:absolute; top:-5px; right:0px; font-size:23px; color:#071020; font-weight:bold}
.hapge3 span { display:inline; text-align:right; position:absolute; top:12px; right:0px; font-size:12px; color:#fff; font-weight:bold; background: #071020; border-radius: 3px; padding: 3px 10px}

.hapge4 { position:relative;}
.hapge4 h2 { color:#000; font-weight:bold; font-size:15px}
.hapge4 span { display:inline; text-align:right; position:absolute; top:-15px; right:0px; font-size:12px; color:#000; font-weight:bold; border-radius: 3px; padding: 3px 0px}
.hapge4 p { display:inline; text-align:right; position:absolute; top:5px; right:0px; font-size:18px; color:#071020; font-weight:bold; padding:0px}

.btn_new  { text-align:right; margin-top:10px; color: #000}
.btn_new .pink { background:#fff; padding:5px 12px; margin:10px 0px 0px 0px;color: #071020; font-size: 12px; border: 1px solid #071020;}
.btn_new .no { background:#fff; padding:5px 12px; margin:0px 2px 0px 0px;color: #2c3c56; font-size: 12px; border: 1px solid #2c3c56; border-radius: 20px}
.btn_new .pink_all { background:#071020; color: #fff; padding:5px 12px; margin:10px 0px 0px 0px;border: 1px solid #071020;border-radius: 20px} 
.btn_new .pink_all2 { background:#5d7084; color: #fff; padding:5px 12px; margin:10px 0px 0px 0px;border: 1px solid #45586c;border-radius: 20px} 
.btn_new .pink_part { background:#fff; padding:5px 12px; margin:0px 2px 0px 0px;color: #2c3c56; font-size: 12px; border: 1px solid #657590; border-radius: 20px}
.btn_new .pink_part2 { background:#ced3d8; padding:5px 12px; margin:0px 2px 0px 0px;color: #2c3c56; font-size: 12px; border: 1px solid #929eab; border-radius: 20px}
.btn_new .pink_part_other { background:#fff; padding:5px 12px; margin:0px 2px 0px 20px;color: #2c3c56; font-size: 12px; border: 1px solid #657590; border-radius: 20px}
.btn_new .no_other { background:#fff; padding:5px 12px; margin:0px 2px 0px 20px;color: #2c3c56; font-size: 12px; border: 1px solid #657590; border-radius: 20px}
.btn_new a { cursor:pointer}
.btn_new .list_select { background:#fff; padding:5px 12px;  margin:0px 2px 0px 0px;color: #071020; font-size: 12px; border: 1px solid #071020; border-radius: 20px}
.btn_new .list_select_other { background:#fff; padding:5px 12px;  margin:0px 2px 0px 20px;color: #071020; font-size: 12px; border: 1px solid #071020; border-radius: 20px}
.excel_down { background:#fff; padding:5px 12px; margin:10px 2px 0px 0px;color: #2c3c56; font-size: 12px; border: 1px solid #2c3c56}
.btn_new .excel_up { background:#fff; padding:5px 12px; margin:10px 2px 0px 0px;color: #2c3c56; font-size: 12px; border: 1px solid #2c3c56}

.step_top { text-align:left; color:#fff; margin-bottom:0px; margin-top:10px }
.step_top .yes { background:#5d7084; color: #fff; padding:5px 12px; margin:10px 0px 0px 0px;border: 1px solid #45586c;border-radius: 20px}
.step_top a { margin:10px 0px 0px 0px;border-radius: 20px;padding:5px 12px; cursor:pointer}
.step_top .no  { background:#ced3d8; color: #2c3c56; padding:5px 12px; margin:10px 0px 0px 0px;border: 1px solid #929eab;border-radius: 20px}
.step_top .list_select { background:#fff; padding:5px 12px;  margin:10px 0px 0px 0px;color: #071020; font-size: 12px; border: 1px solid #071020; border-radius: 20px}

.pop_left { float:left; width:44%;}
.pop_left ul { padding:0px; margin:0px; list-style: none}
.pop_left ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_left .ti { width:30%}
.pop_left .con { width:70%; font-weight:bold}

.pop_right { float:right; width:44%; }
.pop_right ul { padding:0px; margin:0px; list-style: none}
.pop_right ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_right .ti { width:30%}
.pop_right .con { width:70%; font-weight:bold}

.pop_ti { font-size:40px; padding-bottom:20px; font-weight:bold; letter-spacing:20px; text-align:center;position:relative; border-bottom:1px solid #000; margin-bottom:20px;}
.dojang { position:absolute; top:100px; right:30px; }
.dojang img {width:70px; height:70px}
.tbl_frm02_pop {margin:0 0 0px}
.tbl_frm02_pop table {width:100%;border-collapse:collapse;border-spacing:0; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9}
.tbl_frm02_pop th {width:70px;padding:10px 5px;border:1px solid #e9e9e9; background:#f5f8f9;text-align:left; color: #3a3a3a;font-size:12px; font-weight:bold}
.tbl_frm02_pop td {padding:10px 5px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-size:13px;}
.tbl_frm02_pop .CT { text-align:center}
.tbl_frm02_pop .RT { text-align:right}
.tbl_frm02_pop .hit { font-weight:bold; color: #000; font-size:15px}
.tbl_frm02_pop input[type=text]   { border:1px solid #b7bcc3; padding: 5px; width: 100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-sizing:border-box; -o-sizing:border-box; box-sizing:border-box; border-radius:3px}
.tbl_frm02_pop textarea {width:100%; height:200px; border:1px solid #b7bcc3;}

.member_agree { width:1000px; margin:0 auto}
.member_agree ul { padding:0px; margin:0px; list-style:none}
.member_agree ul li { float:left; padding:30px 145px; text-align:center; border:1px solid #fff}
.member_agree ul li img { }
.member_agree input[type=radio]  { }
.member_agree ul li:hover { border:1px dotted #6283a5}

input[type=radio].css-radio {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-radio + label.css-label-radio {
	padding-left:20px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;
	

}

input[type=radio].css-radio:checked + label.css-label-radio{
	background-position: 0 -20px;
}
label.css-label-radio {
background-image:url(/img/radio_img2.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.main_ti { font-size:18px; font-weight:bold; padding-bottom:11px; border-bottom: 1px solid #222222; text-align:center; position:relative}
.main_ti span {border-bottom:3px solid #000; padding:0px 20px 10px 20px;}
.main_ti2 { font-size:17px; font-weight:bold; padding-bottom:10px;  }

.slide_left { float:left}
.slide_right { float:right; }

.login_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}
.login_line:last-child {
  margin: 0;
}

.login_line input {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.login_line input:focus {
  color: rgba(0, 0, 0, 0.8);
}

.long_menu { padding:0 0 1px 0; text-align:center}
.long_menu span { padding:0 3px 0 3px}
.long_menu .join { font-weight:bold }

.login_line button {
  outline: none;
  background: #071020;
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  cursor: pointer;
}

.login_box p { padding:5px 0 10px 0; margin:0 0 0 0; font-size:14px; font-weight:bold}

.login_box {
  padding: 10px 20px;
  box-sizing: border-box;
  border:1px solid #dfdfdf;
  width:240px;
	height: 220px;
}
.login_box:before {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}

.login_man {float:left; padding-top: 5px}
.hie { float:left; padding: 8px 0 0 px; }
.hie p { margin-bottom: 2px; display:inline}
.hie .info { border:1px solid #dfdfdf; padding: 5px 7px; border-radius: 2px; color: #486e9f;}
.hie .logout { border:1px solid #dfdfdf; padding: 5px 7px; border-radius: 2px; color: #8a8a8a;}

.outlogin_menu { margin-top: 15px}
.outlogin_menu ul { padding:0px; margin:0px; }
.outlogin_menu ul li { list-style:none; padding:10px 0px 10px 0;  font-size:13px; border-bottom: 1px dotted #dfdfdf;}
.outlogin_menu ul li span { display:inline-block; width: 70px; font-weight: normal; color: #292929; font-size: 12px}
.outlogin_menu ul li a {color:#071020; font-weight: bold; }
	
.guide_step {text-align:center;}
.guide_step p {  font-size:15px; font-weight: bold; padding: 10px 0}
.guide_step img { text-align:center}
.guide_step span { color:#071020; font-weight: bold}

.arrow_box {
	position: relative; float: left;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	width:430px; height: 130px; margin: 10px 0px; border-radius: 5px;
	box-sizing: border-box; padding: 20px;
	line-height: 130%; font-size: 13px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box table td {text-align:left}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box:before {
	border-color: rgba(223, 223, 223, 0);
	border-left-color: #dfdfdf;
	border-width: 16px;
	margin-top: -16px;
}
.mypage_top {    box-sizing: border-box;  }
.mypage_top ul { padding:0px; margin:0px}
.mypage_top ul li { float:left; list-style: none; width:187px; border: 1px solid #dfdfdf; box-sizing: border; padding: 10px 10px; margin-left: 3px; margin-bottom:3px; border-radius: 3px  }
.mypage_top .none { margin-left:0px}
.mypage_top ul li a { display: block}
.mypage_top .pink {float:left; list-style: none; width:187px; border: 1px solid #071020; box-sizing: border; padding: 10px 10px; margin-left: 3px; margin-bottom:3px; border-radius: 3px;  background:#071020} 
.mypage_top .pink a { color:#fff}
.mypage_top .pink_line {float:left; list-style: none; width:187px; border: 1px solid #071020; box-sizing: border; padding: 5px 10px; margin-left: 3px; margin-bottom:3px; border-radius: 3px; } 
.mypage_top .pink_line a { color:#071020}
.mypage_top .gray {float:left; list-style: none; width:187px; border: 1px solid #616161; box-sizing: border; padding: 5px 10px; margin-left: 3px; margin-bottom:3px; border-radius: 3px;  background:#616161} 
.mypage_top .gray a { color:#fff}
.mypage_top .gray2 {float:left; list-style: none; width:187px; border: 1px solid #a6a6a6; box-sizing: border; padding: 5px 10px; margin-left: 3px; margin-bottom:3px; border-radius: 3px;  background:#a6a6a6} 
.mypage_top .gray2 a { color:#fff}

.mypage_top .select { background:#58b1cb; color:#fff; border:1px solid #58b1cb}
.mypage_top .select a { color:#fff}

.addr_ti { font-weight:bold; font-size:14px; color:#394755}
.addr_ti img { width:35px}

.brand ul{ margin:0px; padding:0px; }
.brand ul li { float:left; padding:0px; list-style: none}
.brand .cn { padding: 0px 14px 0 15px}

.auto_jak {word-break:break-all;}
/* 팝업용 */
.warp2 {  padding: 20px 20px; position: relative}

.btn_new { text-align:left; color:#fff; margin-bottom:0px; }
.btn_new .yes { background:#7d889a; padding:5px 12px; margin:10px 2px 0px 0px;color: #fff; font-size: 13px; border: 1px solid #2c3c56; border-radius: 20px}

.part_color_01 { background-color:#4db3ab; color:#fff ;} /* 오류입고 */
.part_color_02 { background-color:#4db3ab; color:#fff ;} /* 입고완료 */
.part_color_03 { background-color:#4db3ab; color:#fff ;} /* 반품 */

.alpha {filter:alpha(opacity=30); opacity:0.3; -moz-opacity:0.3;} /*배경투명레이어*/

.memo_block_line01 { float:left; width: 45%; border: 1px dotted #dfdfdf; border-radius: 3px; padding: 20px; box-sizing: border-box}
.memo_block_line02 { float:right; width: 45%; border: 1px dotted #dfdfdf; border-radius: 3px; padding: 20px; box-sizing: border-box}


/** 드롭다운 메뉴 ul typeahead 부분 부트스트랩 css 퍼옴*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu  li {text-align:left;}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.hs_code_pop input[type=text] { padding: 5px; width: 90%; border: 2px solid #e70044; border-radius: 5px; color: #000; font-size:15px; font-weight: bold; box-sizing: border-box; margin: 0 auto }
.photo2 img{ width:60px; height: 60px; border:1px solid #dfdfdf}

.cart_pop {z-index: 1000000; width: 100%; background: rgba(255,255,255,0.3); position: absolute; top:0px; right:0px; height: 100% }
.cart_pop .cart_inner {border: 3px solid #424242; width: 400px; text-align: center; margin-top: 200px; background: #fff; position: absolute;top:200px; left:50%; margin-left: -100px}
.cart_pop .title { font-size:15px; padding: 10px; font-weight: bold; border-bottom: 1px solid #424242;position: relative }
.cart_pop img { position: absolute; top:10px; right:10px}
.cart_pop p { font-size:17px; padding: 20px 0 10px 0; margin:0px; text-align: center} 
.cart_pop .cart_bt {text-align: center; margin-top: 20px; margin-bottom: 20px} 
.cart_pop .cart_bt span { }
.cart_pop .cart_bt .yes { background:#555555; color: #fff;border:1px solid #555555; font-size:15px; padding: 5px 30px}
.cart_pop .cart_bt .no { border:1px solid #555555; color: #555555; font-size:15px; padding: 5px 20px}

.icon_banner { margin-top: 10px; border: 1px dotted #dfdfdf; height: 146px; box-sizing: border-box; padding: 15px 0; }
.icon_banner ul { padding:0px; margin:0px; }
.icon_banner ul li { list-style:none; float: left; width: 146px; text-align: center;  }
.icon_banner ul li p { font-size:14px; font-weight: bold; padding: 15px 0 0 0; margin: 0px; color: #758494 }

.list_hide {z-index: 1000000; width: 100%; background: rgba(255,255,255,0.3); position: fixed; top:0px; right:0px; height: 100% }

.main_rate_ti { font-weight:bold; text-align:right; padding-bottom:10px; padding-top:13px}

.mall_info {padding-top:40px; width:700px; font-size:13px; line-height:150%; margin:0 auto}


/* 코드 구분 색상 css */
.code_color {color:#0082d7;}

.songjang  { text-align:center; color:#071020; margin-bottom:0px; }
.songjang .yes { display:inline-block; margin:0; 
	cursor:pointer; vertical-align:middle; font-weight:normal; text-align: center;
	-moz-box-sizing:border-box; box-sizing:border-box;
	background:#fff; margin:0px;border-radius:5px ; color: #071020; font-size: 14px;
	border: 1px solid #071020; padding:10px;
	font-family: 'Nanum Gothic';}



.special_bt {  margin-left:170px;}
.special_bt .yes { 	display:inline-block; margin:0; 
	cursor:pointer; vertical-align:middle; font-weight:normal; text-align: center;
	-moz-box-sizing:border-box; box-sizing:border-box;
	background:#3e557c;border-radius:5px ; color: #fff; font-size: 12px; padding:4px 6px;
	border: 0px;
	font-family: 'Nanum Gothic';}

.tong { color:#071020; padding:10px}
.tong .yes { 	display:inline-block; margin:0; 	cursor:pointer; vertical-align:middle; font-weight:normal; text-align: center;	
-moz-box-sizing:border-box; box-sizing:border-box;	background:#fff;border-radius:4px ; color: #fff; font-size: 14px; padding:6px 15px;	border: 1px solid #071020;	font-family: 'Nanum Gothic'; color:#071020;}

.tong2 { color:#fff; padding:10px}
.tong2 .yes { 	display:inline-block; margin:0; 	cursor:pointer; vertical-align:middle; font-weight:normal; text-align: center;	
-moz-box-sizing:border-box; box-sizing:border-box;	background:#071020;border-radius:4px ; color: #fff; font-size: 14px; padding:6px 15px;	border: 0px;	font-family: 'Nanum Gothic';}


.widget_quickmenu {width:200px; float:left; display:inline; z-index:10; position:fixed; left: 50%; bottom:50px; margin-left: 560px}
.ie6 .widget_quickmenu {position:absolute;} /* 적어도 ie6 에서 자리는 차지하지 않도록 */
.widget_quickmenu * {float:left; display:inline;}
.widget_quickmenu li {width:200px; overflow:hidden; margin-top:10px}
/*.widget_quickmenu li.li4 {margin-bottom:2px;}*/ 
.widget_quickmenu li.li5 {margin-bottom:4px;} 
.widget_quickmenu li a {padding:0px 5px}

.widget_quickmenu2 {width:200px; float:left; display:inline; z-index:10; position:fixed; left: 50%; bottom:50px; margin-left: 560px}
.ie6 .widget_quickmenu2 {position:absolute;} /* 적어도 ie6 에서 자리는 차지하지 않도록 */
.widget_quickmenu2 * {float:left; display:inline;}
.widget_quickmenu2 li {width:200px; overflow:hidden; margin-top:10px}
/*.widget_quickmenu li.li4 {margin-bottom:2px;}*/ 
.widget_quickmenu2 li.li5 {margin-bottom:4px;} 
.widget_quickmenu2 li a {padding:0px 5px}



/* 구매대행몰 상세보기 페이지 이미지 부분 css */
.lSSlideOuter {
		overflow: hidden;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	.lightSlider:before, .lightSlider:after {
		content: " ";
		display: table;
	}
	.lightSlider {
		overflow: hidden;
	}
	.lSSlideWrapper {
		max-width: 100%;
		overflow: hidden;
		position: relative;
	}
	.lSSlideWrapper > .lightSlider:after {
		clear: both;
	}
	.lSSlideWrapper .lSSlide {
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		-webkit-transition: all 1s;
		-webkit-transition-property: -webkit-transform,height;
		-moz-transition-property: -moz-transform,height;
		transition-property: transform,height;
		-webkit-transition-duration: inherit !important;
		transition-duration: inherit !important;
		-webkit-transition-timing-function: inherit !important;
		transition-timing-function: inherit !important;
	}
	.lSSlideWrapper .lSFade {
		position: relative;
	}
	.lSSlideWrapper .lSFade > * {
		position: absolute !important;
		top: 0;
		left: 0;
		z-index: 9;
		margin-right: 0;
		width: 100%;
	}
	.lSSlideWrapper.usingCss .lSFade > * {
		opacity: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: inherit !important;
		transition-duration: inherit !important;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-timing-function: inherit !important;
		transition-timing-function: inherit !important;
	}
	.lSSlideWrapper .lSFade > *.active {
		z-index: 10;
	}
	.lSSlideWrapper.usingCss .lSFade > *.active {
		opacity: 1;
	}
	/** /!!! End of core css Should not edit !!!/**/

	/* Pager */
	.lSSlideOuter .lSPager.lSpg {
		margin: 10px 0 0;
		padding: 0;
		text-align: center;
	}
	.lSSlideOuter .lSPager.lSpg > li {
		cursor: pointer;
		display: inline-block;
		padding: 0 5px;
	}
	.lSSlideOuter .lSPager.lSpg > li a {
		background-color: #222222;
		border-radius: 30px;
		display: inline-block;
		height: 8px;
		overflow: hidden;
		text-indent: -999em;
		width: 8px;
		position: relative;
		z-index: 99;
		-webkit-transition: all 0.5s linear 0s;
		transition: all 0.5s linear 0s;
	}
	.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
		background-color: #428bca;
	}
	.lSSlideOuter .media {
		opacity: 0.8;
	}
	.lSSlideOuter .media.active {
		opacity: 1;
	}
	/* End of pager */

	/** Gallery */
	.lSSlideOuter .lSPager.lSGallery {
		list-style: none outside none;
		padding-left: 0;
		margin: 0;
		overflow: hidden;
		transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.lSSlideOuter .lSPager.lSGallery li {
		overflow: hidden;
		-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
		transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	}
	.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
		border-radius: 5px;
	}
	.lSSlideOuter .lSPager.lSGallery img {
		display: block;
		height: auto;
		max-width: 100%;
	}
	.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
		content: " ";
		display: table;
	}
	.lSSlideOuter .lSPager.lSGallery:after {
		clear: both;
	}
	/* End of Gallery*/

	/* slider actions */
	.lSAction > a {
		width: 32px;
		display: block;
		top: 50%;
		height: 32px;
		background-image: url('../img/controls.png');
		cursor: pointer;
		position: absolute;
		z-index: 9999;
		margin-top: -16px;
		opacity: 0.5;
		-webkit-transition: opacity 0.35s linear 0s;
		transition: opacity 0.35s linear 0s;
	}
	.lSAction > a:hover {
		opacity: 1;
	}
	.lSAction > .lSPrev {
		background-position: 0 0;
		left: 10px;
	}
	.lSAction > .lSNext {
		background-position: -32px 0;
		right: 10px;
	}
	.lSAction > a.disabled {
		pointer-events: none;
	}
	.cS-hidden {
		height: 1px;
		opacity: 0;
		filter: alpha(opacity=0);
		overflow: hidden;
	}


	/* vertical */
	.lSSlideOuter.vertical {
		position: relative;
	}
	.lSSlideOuter.vertical.noPager {
		padding-right: 0px !important;
	}
	.lSSlideOuter.vertical .lSGallery {
		position: absolute !important;
		right: 0;
		top: 0;
	}
	.lSSlideOuter.vertical .lightSlider > * {
		width: 100% !important;
		max-width: none !important;
	}

	/* vertical controlls */
	.lSSlideOuter.vertical .lSAction > a {
		left: 50%;
		margin-left: -14px;
		margin-top: 0;
	}
	.lSSlideOuter.vertical .lSAction > .lSNext {
		background-position: 31px -31px;
		bottom: 10px;
		top: auto;
	}
	.lSSlideOuter.vertical .lSAction > .lSPrev {
		background-position: 0 -31px;
		bottom: auto;
		top: 10px;
	}
	/* vertical */


	/* Rtl */
	.lSSlideOuter.lSrtl {
		direction: rtl;
	}
	.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
		padding-left: 0;
		list-style: none outside none;
	}
	.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
		padding-right: 0;
	}
	.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
		float: left;
	}
	.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
		float: right !important;
	}
	/* Rtl */

	@-webkit-keyframes rightEnd {
		0% {
			left: 0;
		}

		50% {
			left: -15px;
		}

		100% {
			left: 0;
		}
	}
	@keyframes rightEnd {
		0% {
			left: 0;
		}

		50% {
			left: -15px;
		}

		100% {
			left: 0;
		}
	}
	@-webkit-keyframes topEnd {
		0% {
			top: 0;
		}

		50% {
			top: -15px;
		}

		100% {
			top: 0;
		}
	}
	@keyframes topEnd {
		0% {
			top: 0;
		}

		50% {
			top: -15px;
		}

		100% {
			top: 0;
		}
	}
	@-webkit-keyframes leftEnd {
		0% {
			left: 0;
		}

		50% {
			left: 15px;
		}

		100% {
			left: 0;
		}
	}
	@keyframes leftEnd {
		0% {
			left: 0;
		}

		50% {
			left: 15px;
		}

		100% {
			left: 0;
		}
	}
	@-webkit-keyframes bottomEnd {
		0% {
			bottom: 0;
		}

		50% {
			bottom: -15px;
		}

		100% {
			bottom: 0;
		}
	}
	@keyframes bottomEnd {
		0% {
			bottom: 0;
		}

		50% {
			bottom: -15px;
		}

		100% {
			bottom: 0;
		}
	}
	.lSSlideOuter .rightEnd {
		-webkit-animation: rightEnd 0.3s;
		animation: rightEnd 0.3s;
		position: relative;
	}
	.lSSlideOuter .leftEnd {
		-webkit-animation: leftEnd 0.3s;
		animation: leftEnd 0.3s;
		position: relative;
	}
	.lSSlideOuter.vertical .rightEnd {
		-webkit-animation: topEnd 0.3s;
		animation: topEnd 0.3s;
		position: relative;
	}
	.lSSlideOuter.vertical .leftEnd {
		-webkit-animation: bottomEnd 0.3s;
		animation: bottomEnd 0.3s;
		position: relative;
	}
	.lSSlideOuter.lSrtl .rightEnd {
		-webkit-animation: leftEnd 0.3s;
		animation: leftEnd 0.3s;
		position: relative;
	}
	.lSSlideOuter.lSrtl .leftEnd {
		-webkit-animation: rightEnd 0.3s;
		animation: rightEnd 0.3s;
		position: relative;
	}
	/*/  GRab cursor */
	.lightSlider.lsGrab > * {
	  cursor: -webkit-grab;
	  cursor: -moz-grab;
	  cursor: -o-grab;
	  cursor: -ms-grab;
	  cursor: grab;
	}
	.lightSlider.lsGrabbing > * {
	  cursor: move;
	  cursor: -webkit-grabbing;
	  cursor: -moz-grabbing;
	  cursor: -o-grabbing;
	  cursor: -ms-grabbing;
	  cursor: grabbing;
	}

	.demo .item ul{
		list-style: none outside none;
		padding-left: 0;
		margin: 0;
	}
	.demo .item{
		margin-bottom: 60px;
	}
	.content-slider li{
		background-color: #ed3020;
		text-align: center;
		color: #FFF;
	}
	.content-slider h3 {
		margin: 0;
		padding: 70px 0;
	}
	.demo{
		width: 350px; 
	}
	

/* 구매대행몰 상세보기 페이지 이미지 부분 css */ 

.now_memo {background:#071020; color:#fff; cursor:pointer; padding:3px 10px; margin-top:5px}
.stock_list_pop {padding:0px 10px}

/* 2020-01-02 추가 : 페이지처리 */
.list_pageing .pageno{display:inline-block;width:28px;height:28px;border:1px solid #ccc;line-height:28px;text-align:center;font-size:12px;color:#3c3c3c;text-decoration:none;}
.list_pageing .pageno.on, .list_pageing .pageno:hover{width:28px;height:28px;border-width:2px;border-color:#000;font-weight:bold;line-height:28px;}



.excel_delivery {font-size:15px; font-weight:bold; color:#000}
.excel_delivery img {width:30px; margin-left:30px}

.mr_big {border:6px solid #dfdfdf;box-sizing: border-box;padding:20px; width:100%; font-size:15px; height:230px; position:relative; font-weight:bold;}
.mr_big table tr td {font-size:13px; vertical-align:top;}
.mr_big .profile {padding-left:30px; padding-top:10px; line-height:230%}
.mr_big .profile span {font-size:16px; font-weight:bold}
.mr_big .profile .bt1 {background:#7a7a7a; color:#fff; padding:2px 4px; border-radius:5px; font-size:12px; margin-left:10px}
.mr_big .profile .bt2 {background:#071020; color:#fff; padding:2px 4px; border-radius:5px; font-size:12px; margin-left:10px}
.mr_big .profile p {display:inline-block; width:80px}
.mr_big .profile .tt {color:#3a6ec5; font-size:14px; width:200px; } 

.mr_big .profile2 {padding-left:10px; padding-top:10px; line-height:230%}
.mr_big .profile2 ul {margin:0px; padding:0px; }
.mr_big .profile2 ul li {float:left; width:220px; list-style:none; border-bottom:1px dotted #dfdfdf; padding:5px 10px 5px 10px; box-sizing:border-box; }
.mr_big .profile2 .right {margin-left:10px}

.mr_big .profile2 p {display:inline-block; width:80px }
.mr_big .profile2 a {color:#4d4d4d}
.mr_big .profile2 span {color:#071020}
.mr_big .profile2 .go {background:#acacac; color:#fff; padding:2px 4px; border-radius:5px; font-size:12px; margin-left:0px} 
.mr_big .profile2 .go2 {background:#2a5bbd; color:#fff; padding:2px 4px; border-radius:5px; font-size:12px; margin-left:0px}
.go2 {background:#dfdfdf; color:#fff; padding:2px 4px; border-radius:5px; font-size:12px; margin-left:0px}


.mr_big2 {margin-top:20px; font-size:15px; font-weight:bold}
.mr_sm1 {border:1px solid #071020; box-sizing:border-box; width:192px; float:left; padding:10px 10px; position:relative; height:70px;}
.mr_big2 a {color:#4d4d4d}
.mr_sm1 p { font-size:25px; color:#071020; position:absolute; top:32px; right:10px}
.mr_sm2 {border:1px solid #dfdfdf; box-sizing:border-box; width:192px; float:left; padding:10px 10px; margin-left:10px; position:relative; height:70px}
.mr_sm2 p { font-size:25px; color:#071020; position:absolute; top:32px; right:10px}
.mr_sm2 span {background:#7a7a7a; color:#fff; padding:2px 4px; border-radius:5px; font-size:12px; margin-left:10px; position:absolute; top:38px; right:10px}
.mr_arrow {float:left; vertical-align:middle; line-height:70px; padding:0px 9px}
.mr_big3 a {color:#4d4d4d}
.mr_big3 {margin-top:10px; font-size:14px; font-weight:bold; position:relative}
.mr_bm1 {border:1px solid #dfdfdf; box-sizing:border-box; width:115px; float:left; padding:10px 10px; position:relative; height:70px;}
.mr_bm1 p { font-size:20px; color:#2a5bbd; position:absolute; top:39px; right:10px}
.mr_bm2 {border:1px solid #dfdfdf; box-sizing:border-box; width:114px; float:left; padding:10px 10px; margin-left:0px; position:relative; height:70px}
.mr_bm2 p { font-size:20px; color:#2a5bbd; position:absolute; top:39px; right:10px}

.mr_title {text-align:center; font-size:16px; font-weight:bold; border-bottom:1px solid #2a5bbd; padding-bottom:5px; }
.mr_title span {color:#fff; background:#2a5bbd; padding:5px 20px;}
.mr_title a {color:#fff}
.mr_stitle {margin-bottom:10px; color:#2a5bbd}

.new_tab {cursor:pointer; }
.new_tab_over { background:#fff; cursor:pointer;  }

.blinking{-webkit-animation:blink 1.5s ease-in-out infinite alternate; -moz-animation:blink 1.5s ease-in-out infinite alternate; animation:blink 1.5s ease-in-out infinite alternate;}
@-webkit-keyframes blink{
    0% {opacity:1;}
    20% {opacity:0;}
    40% {opacity:1;}
    60% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:0;}
}
@-moz-keyframes blink{
    0% {opacity:1;}
    20% {opacity:0;}
    40% {opacity:1;}
    60% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:0;}
}
@keyframes blink{
    0% {opacity:1;}
    20% {opacity:0;}
    40% {opacity:1;}
    60% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:0;}
}

.send_break{word-break:break-all;table-layout:fixed;}



.new_mypage_box {
	position: relative;
	background: #071020;
	border: 1px solid #c2e1f5; color:#fff; font-size:12px; padding:3px 10px; border-radius:10px
}
.new_mypage_box:after, .new_mypage_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.new_mypage_box:after { 	border-color: rgba(136, 183, 213, 0); border-top-color: #071020; 	border-width: 5px;	margin-left: -5px; }
.new_mypage_box:before { 	border-color: rgba(194, 225, 245, 0); 	border-top-color: #c2e1f5;	border-width: 1px;	margin-left: -6px;}



.main_global_site { }
.main_global_site ul { padding:0px; margin:20px 0px 20px 0px; }
.main_global_site ul li { float:left; list-style:none; padding:16px 33px 13px 34px; border:1px solid #dfdfdf; margin:0px 3px 8px 3px }
.main_global_site ul li img {display:block; }
.main_global_site ul li p {font-size:13px; font-weight:bold; text-align:center; padding:10px 0 0 0}

.addr {border:1px solid #dfdfdf; padding:10px; box-sizing:border-box; width:240px; font-size:13px; line-height:170%; height:180px; font-weight:bold}
.addr img {width:30px}
.addr p {font-size:13px; font-weight:bold}

.tip7 { background-color: #f9f9f9; padding: 20px ; font-size:13px; color:#3c3c3c; line-height: 150% }
.tip7 span { color: #071020; font-weight: bold; font-size:14px}
.tip7 .sti { color: #000; font-weight: bold; font-size:13px}


.sayo_trans {text-align:center;}
.sayo_trans ul { margin:0px; padding:0px; text-align:center}
.sayo_trans ul li { display:inline-block; list-style:none;  padding:7px 0px; margin:0px 2px; width:257px; border:1px solid #dfdfdf;text-align:center; border-radius:20px}
.sayo_trans a { padding:5px 0px; font-weight:bold; font-size:16px }
.sayo_trans .select {background:#a73594; border:1px solid #a73594; color:#fff}

.bottom_fixed {position: fixed;   bottom: 40px;   left: 50px;   width: 200px; }


.card_layout {width:800px; border:1px solid #fff; margin:0 auto;font-family: 'Nanum Gothic'; margin-top:50px}
.card_layout table {width:800px; border-top:1px solid #dfdfdf}
.card_layout table td {padding:10px;  font-size:13px; border-bottom:1px solid #dfdfdf}
.card_layout table td input {border:1px solid #fff; font-size:13px}
.card_layout table td select {border:1px solid #dfdfdf; padding:5px}

.shipme_more {text-align:center; background:#ccc; color:#000; }

.main_bottom {height:135px ; padding:10px 0px; position:relative; }
.main_bottom .main_bottom_left {float:left; padding:5px 0px; width:570px; color:#031226; }
.main_bottom .main_bottom_left img {padding-right:10px}
.main_bottom .main_bottom_left p { font-size:18px; padding:0px; margin:0px 0 10px 0; text-align:center}
.main_bottom .main_bottom_left .addr_nemo {position:absolute; top:80px; left:50px; font-size:14px;  color:#031226; width:470px; text-align:center}
.copy_bt {position:absolute; top:55px; left:490px}
.top_line {border-top:3px solid #daab97; width:100px; margin:0 auto}
.main_bottom_left button {background:#fff; border:1px solid #fff}

.main_bottom .main_bottom_line { border-left:1px solid #dfe0df; float:left; height:115px; margin-left:220px}

.main_bottom .main_bottom_right  {float:right; padding:5px 0px 5px 20px; }
.main_bottom .main_bottom_right input {border:1px solid #c5c5c5; width:250px; padding:7px 10px; margin-right:5px}
.main_bottom .main_bottom_right select {border:1px solid #c5c5c5; padding:4px 7px 8px 4px; width:150px; box-sizing: border-box;}
.main_bottom .main_bottom_right img {display:inline}
.main_bottom .main_bottom_right p { font-size:18px; padding:0px; margin:0px 0 10px 0; text-align:center}
.main_bottom  .delivery_mark {position:absolute; top:15px; left:50%; margin-left:80px}


.slide_icon_left {margin-top:40px}
.slide_icon_left ul { padding:0px; margin:0px; width:1140px; box-sizing: border-box; display:inline-block; *display:inline; zoom:1;}
.slide_icon_left ul li { float:left; list-style:none; padding:13px 1px; margin-left:-1px; z-index:1; width:225px; box-sizing: border-box}
.slide_icon_left p {margin:0 0 0 0; padding:30px 0 20px 0; font-size:18px; font-weight:bold; margin:0 auto; }
.slide_icon_left span { font-size:13px; line-height:150%}
.slide_icon_left  .line { width:1px; border-right:1px solid #f0f0f0; height:104px; }
.slide_icon_left a {text-decoration:none; }
.slide_icon_left a:hover {text-decoration:none;  color:#daab97}
.slide_icon_left div {text-align:center; margin-top:20px; }



.bene_ment {font-size:13px; line-height:150%}
.bene_ment p {font-weight:bold; font-size:13px; color:#000}

.tbl_frm08_calcu {margin:0 0 10px}
.tbl_frm08_calcu table {width:100%;border-collapse:collapse;border-spacing:0; border: 1px solid #e9e9e9}
.tbl_frm08_calcu th {width:70px;padding:10px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:center; color: #3a3a3a; font-size:13px}
.tbl_frm08_calcu td {padding:10px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent; color: #555555; border-left:1px solid #e9e9e9; line-height: 140%; font-size:13px}
.tbl_frm08_calcu span {color: #071020; font-weight:bold;}
.tbl_frm08_calcu select {border:1px solid #dfdfdf; padding:4px}
.tbl_frm08_calcu input {border:1px solid #dfdfdf; padding:4px}
.tbl_frm08_calcu .bottom_but {width:100px; margin:0 auto;}
.tbl_frm08_calcu button {background:#031226; color:#fff; border:1px solid #031226; padding:5px 10px; font-size:14px; font-family: 'Nanum Gothic';}
.tbl_frm08_calcu p {text-align:center; margin-top:20px; font-size:15px; background:#fafafa; padding:10px; color:#e62974;font-weight:bold}

.layer { display: none; }

.dubai {width:100px; border:1px solid #000; padding:8px 20px}

.main_step {background-image:url('/theme/basic/img/main_step.jpg'); background-position:center center; height:300px }

.arrow_boxx2 {
  display: none;   position: absolute;  padding: 1px 16px;  -webkit-border-radius: 8px;  -moz-border-radius: 8px;    border-radius: 8px;  background: #fff;
  color: #000;  width:540px; z-index: 100000; top:34px!important; left:52%; margin-left: -150px; font-size:16px; font-weight: 400;
}
.arrow_boxx2:after { position: absolute;  bottom: 100%;  left: 61px;  width: 0;  height: 0;  margin-left: -10px;  border: solid transparent;  border-color: rgba(45, 139, 208, 0); 
border-bottom-color: #2d8bd0; }
span:hover + p.arrow_boxx2 {  display: block; }

.arrow_boxx3 {
  display: none;   position: absolute;  padding: 1px 16px;  -webkit-border-radius: 8px;  -moz-border-radius: 8px;    border-radius: 8px;  background: #fff;
  color: #000;  width:540px; z-index: 100000; top:23px; left:50%; margin-left: -50px; font-size:16px; font-weight: 400;
}
.arrow_boxx3:after { position: absolute;  bottom: 100%;  left: 61px;  width: 0;  height: 0;  margin-left: -10px;  border: solid transparent;  border-color: rgba(45, 139, 208, 0); 
border-bottom-color: #2d8bd0; }
span:hover + p.arrow_boxx3 {  display: block; }

.arrow_boxx4 {
  display: none;   position: absolute;  padding: 1px 16px;  -webkit-border-radius: 8px;  -moz-border-radius: 8px;    border-radius: 8px;  background: #fafafa;
  color: #000;  width:420px; z-index: 100000; top:38px; left:50%; margin-left: -150px; font-size:14px; border:1px solid #000 
}
.arrow_boxx4:after { position: absolute;  bottom: 100%;  left: 61px;  width: 0;  height: 0;  margin-left: -10px;  border: solid transparent;  border-color: rgba(45, 139, 208, 0); 
border-bottom-color: #2d8bd0; }
span:hover + p.arrow_boxx4 {  display: block; }

.arrow_boxx5 {
  display: none;   position: absolute;  padding: 1px 16px;  -webkit-border-radius: 8px;  -moz-border-radius: 8px;    border-radius: 8px;  background: #fff;
  color: #000;  width:560px; z-index: 100000; top:62px; left:55%; margin-left: -100px; font-size:16px; font-weight: 400;
}
.arrow_boxx5:after { position: absolute;  bottom: 100%;  left: 61px;  width: 0;  height: 0;  margin-left: -10px;  border: solid transparent;  border-color: rgba(45, 139, 208, 0); 
border-bottom-color: #2d8bd0; }
span:hover + p.arrow_boxx5 {  display: block; }


.agent_de .tooltip a {
	text-decoration: none; color: #000;  font-size: 12px; cursor: default;
}

.agent_de .tooltip {
	position: relative;
	display: inline-block;
	color: #000;
	background-color: #fff;
	padding: 5px 10px;
	border:2px solid #000;
}
.agent_de .tooltip span.tooltiptext {
	width: 310px;
	visibility: hidden;
	font-size: 12px;
	background-color:#fff;
	color: #000;
	text-align: left;
	padding: 5px;
	position: absolute;
	z-index: 1;
	transform: translate(-50%, -50%);
	top: 51px;
	left: 120px;
}



.agent_de .tooltip:hover span.tooltiptext {
	visibility: visible;
}

.ttip_1{left: 35px;}
.ttip_2{left: 132px;}
.ttip_3{left: 230px;}
.ttip_3 span>p{padding: 2px 0 0 55px;}
.ttip_4{left: 328px;}
.ttip_4 span.tooltiptext{left: 80px!important;}
.ttip_5 span.tooltiptext{left: 0px!important;}
.ttip_5{left: 422px;}




.tbl_frm01_print3 table {border:1px solid #000; border-left:none; border-bottom:none}
.tbl_frm01_print3 tr th {text-align:center;  padding:3px 10px;font-size:14px}
.tbl_frm01_print3 tr td {  padding:3px 2px; font-size:14px; line-height:150%; border-bottom:1px solid #000; border-left:1px solid #000}

.main_f {width:1140px; margin:0 auto; padding-top:40px}
.main_f h2 {text-align:center}

.tbl_frm_review ul {margin:0px; padding:0px;}
.tbl_frm_review ul li {float:left; list-style:none; border:1px solid #dfdfdf; padding:10px; margin-right:5px; margin-bottom:10px}
.tbl_frm_review ul li:nth-child(4n) {float:left; list-style:none; border:1px solid #dfdfdf; padding:10px; margin-right:0px}
.tbl_frm_review ul li img {width:200px; height:200px}
.tbl_frm_review ul li p {font-size:14px; font-weight:bold; margin-top:10px; margin-bottom:10px}
.tbl_frm_review ul li span {font-size:13px; }

.tbl_frm_review {width:100%; }
.tbl_frm_review input[type=text] { border:1px solid #dfdfdf; padding: 5px; width: 200px; border-radius:3px}
.tbl_frm_review .review_title_area {background:#f9f9f9; border-top:1px solid #b8b8b8; border-bottom:1px solid #b8b8b8; padding:15px 10px; }
.tbl_frm_review .review_title_area_01 {float:left; font-weight:bold; font-size:14px}
.tbl_frm_review .review_title_area_02 {float:right}
.tbl_frm_review .review_title_area_02 span {color:#f00}
.tbl_frm_review .review_content_area {clear:both; padding:20px; line-height:150%; font-size:13px}
.tbl_frm_review .review_photo_area {text-align:center}
.tbl_frm_review .review_photo_area img {max-width:600px; max-height:600px;  text-align:center}

.tbl_frm_review .review_title_area_02 .yes2 {background:#031226; padding:2px 4px; color:#fff; font-size:12px; cursor:pointer}

/* 04.12 추가 - 고객사에서 radio & checkbox 버튼은 아래의 형식으로 적용해달라고 요청하셨습니다  */

input[type="radio"]{ 
	-webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; 
	width: 25px;
	height: 25px;
	background: url('../img/icon_radio.png') no-repeat center center ;
	position: relative;
}
input[type="radio"]:checked {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('../img/icon_radio_on.png') no-repeat center center ;
	background-size: contain;
	position: relative;
}
/*
input[type="checkbox"]{ 
	-webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; 
	width: 20px;
	height: 20px;
	margin-right: 2px;
	background: url('../img/icon_checkbox.png') no-repeat center center ;
	background-size: contain;
	position: relative;
}
input[type="checkbox"]:checked {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon_checkbox_on.png') no-repeat center center ;
	background-size: contain;
	position: relative;
}
*/

/*이용가이드*/
		.user_guide{ 
            font-family: 'Nanum Gothic', sans-serif !important; 
            font-weight: 400; 
            color: #080506;
        }

        .title_box{ width: 100%; display: block; margin-bottom: 50px;}
        .title_box img{ display: block; margin: 0 auto 40px;}
        .title_box span{ font-size: 20px; font-weight: 700; display: block; margin-bottom: 40px; position: relative; text-align: center; }
        .title_box span::after{ content: ''; width: 230px; height: 2px; background-color: #080506; display: block; position: absolute; left: 50%; bottom: -20px; transform: translate(-50%) ; }
        .title_box h2{ font-size: 34px; font-weight: 900; text-align: center;  }
        .title_box h2 b{ color: #daab97;}

        .content_box{ width: 100%; height: 3700px; padding: 55px; background: url('../img/bg_user_guide.png') repeat center center; } 
        .content_box .content_title{ width: 100%; margin-bottom: 45px; }
        .content_box .content_title img{ display: block; margin: 0 auto 35px; }
        .content_box .content_title h3{ font-size: 34px; font-weight: 900; text-align: center; margin-bottom: 10px; }
        .content_box .content_title h3 b{ color: #002875;  font-weight: 900;  }
        .content_box .content_title span{ font-size: 24px; font-weight: 300; text-align: center; display: block; }

        .step_box{ width: 100%; height: 1600px; padding: 60px; background-color: #fff; border-radius: 20px; margin-bottom: 20px; }
        .step_box>ul>li{ margin-bottom: 95px; position: relative; }
        .step_box>ul>li::after{ content: ''; width: 18px; height: 39px;  background: url('../img/icon_guide_down.png') no-repeat center center; display: block; position: absolute; left: 6.5%; bottom: -59px; }
        .step_box>ul>li:nth-child(2):after{ bottom: -45px;}
        .step_box>ul>li:nth-child(3):after{ bottom: -45px;}
        .step_box>ul>li:nth-child(4):after{ bottom: -25px;}
        .step_box>ul{ padding: 0; list-style: none; }
        .step_box>ul>li:last-child::after{ display: none;  }
        .step_box ul li img{ display: inline-block; vertical-align: top; margin-right: 45px; }
        .step_info{ display: inline-block; vertical-align: top;}
        .step_t{ display: inline-block; padding: 5px 17px; font-size: 20px; font-weight: 900; background-color: #071021; color: #fff; border-radius: 20px; margin-bottom: 10px; }
        .step_info h4{ font-size: 30px; font-weight: 700; color: #071021; line-height: 1.7; }
        .step_box>ul>li>div>ul{ list-style: none; padding: 0; }
        .step_box>ul>li>div>ul>li, .step_box>ul>li>div>p{ font-size: 22px; margin-bottom: 5px; font-weight: 400; }
        .step_info ul li b{font-weight: 900;}
        .step_info ul li span{background-color: rgba(233,198,172,0.5); display: inline-block; }
        .shipping_info{ width: 100%; height: 1520px; padding: 60px; background-color: #fff; border-radius: 20px; }
        .shipping_info>div{ margin-bottom: 50px; } 
        .shipping_info>div>h4{ display: inline-block; padding: 5px; font-size: 30px; font-weight: 900; color: #0f132b; margin-bottom: 15px; background-color: rgba(233,198,172,0.5); }
        .shipping_info>div>h4>em{ font-style: normal; font-weight: 400; }
        .shipping_info>div>ul{ list-style: none; padding: 0; padding-left: 20px; }
        .shipping_info>div>ul>li>span{ display: inline-block; padding: 0 5px; font-size: 24px; color: #1a2126; font-weight: 700;  background-color: rgba(233,198,172,0.5);  }
        .shipping_info>div>ul>li>ul{ list-style: none; padding: 0; }

        .info_num_1>ul>li{ margin-bottom: 50px; }
        .info_num_1>ul>li>p{ display: inline-block; font-size: 24px; font-weight: 700; margin-bottom: 5px; }
        .info_num_1>ul>li>p.point_c{ display: block;  font-weight: 400;   margin: 0 204px 25px 91px;}
        .info_num_1>ul>li>ul>li{ padding-left: 120px; margin-bottom: 15px; }
        .info_num_1>ul>li>ul>li>span{ font-size: 24px; position: relative; margin-bottom: 5px; line-height: 1.2; }
        .info_num_1>ul>li>ul>li>span::after{ content: '◈'; display: block; position: absolute; left: -30px; top: 0; }
        .info_num_1>ul>li>ul>li>span>b{ font-weight: 700; }
        .info_num_1>ul>li>ul>li>p{ display: block; font-size: 20px; margin: 5px 0 10px; }
        .info_num_1>ul>li>ul>li>ul{ list-style: none; padding: 0; }
        .info_num_1>ul>li>ul>li>ul>li{ font-size: 22px; color: #1a2126; position: relative; padding-left: 30px; margin-bottom: 10px; }
        .info_num_1>ul>li>ul>li>ul>li::after{ content: '▶'; display: block; position: absolute; left: 0; top: 0; }

        .info_num_2 ul li, .info_num_3 ul li{ font-size: 24px; margin-bottom: 20px; line-height: 1.2; padding-left: 30px; position: relative; }
        .info_num_2 ul li::after, .info_num_3 ul li::after{ content: '◈'; display: block; position: absolute; left: 0; top: 0; }

/*배송신청서 가이드*/
		.content_box_1{ width: 100%; padding: 55px; background: url('../img/bg_user_guide.png') repeat center center; } 
        .content_box_1 .content_title{ width: 100%; margin-bottom: 45px; }
        .content_box_1 .content_title img{ display: block; margin: 0 auto 35px; }
        .content_box_1 .content_title h3{ font-size: 34px; font-weight: 900; text-align: center; margin-bottom: 10px; }
        .content_box_1 .content_title h3 b{ color: #002875;  font-weight: 900;  }
        .content_box_1 .content_title span{ font-size: 24px; font-weight: 300; text-align: center; display: block; }
		.shipping_info_1{width: 100%; padding: 60px; background-color: #fff; border-radius: 20px; }
        .shipping_info_1>div{ margin-bottom: 50px; } 
        .shipping_info_1>div>h4{ display: inline-block; padding: 5px; font-size: 30px; font-weight: 900; color: #0f132b; margin-bottom: 15px; background-color: rgba(233,198,172,0.5); }
        .shipping_info_1>div>h4>em{ font-style: normal; font-weight: 400; }
        .shipping_info_1>div>ul{ list-style: none; padding: 0; padding-left: 20px; }
        .shipping_info_1>div>ul>li>span{ display: inline-block; padding: 0 5px; font-size: 24px; color: #1a2126; font-weight: 700;  background-color: rgba(233,198,172,0.5);  }
        .shipping_info_1>div>ul>li>ul{ list-style: none; padding: 0; }
		.delivery_application_01 .title_box span::after{ width: 590px; }
        .delivery_application_01 .wide_content2{ width: 1140px; margin-bottom: 160px; }
        .delivery_application_01 .content_box_1 .shipping_info .info_num_1>ul>li>p.point_c{ display: inline; margin: 0 0 10px; }
        .delivery_application_01 .content_box_1 .shipping_info>div>ul>li>ul{ margin-top: 15px; }
        .delivery_application_01 .content_box_1{ margin-bottom: 165px;}

        .delivery_application_01 .content_application form fieldset ul li{ width: 100%; margin-bottom: 90px; }
        .application_title{ text-align: center; font-size: 30px; color: #221814; position: relative; font-weight: 400; margin-bottom: 40px;  margin-top: 90px; }
        .application_title::after{ content: ''; width: 45px; height: 3px; display: block; position: absolute; left: 50%; top: -15px; transform: translate(-50%); background-color: #071021;}
       

        .buza_cs{ width: 552px; height: 174px; display: block; margin: 0 auto; background: url('../img/bg_buza_talk.png') no-repeat center center; padding: 35px 0 35px 128px; margin-bottom: 90px;  }
        .buza_cs span{ font-size: 24px; display: block; margin-bottom: 15px; }
        .buza_cs span b{ font-weight: 700; }
        .buza_cs p{display: block; font-size: 20px; line-height: 30px; letter-spacing: -1px; }
        .buza_cs p b{ font-weight: 700;}
		.line01_noline:nth-child(3){display: none;}
		.service_code_m span:nth-child(1){top: 32px!important; left: 295px!important;}
		.service_code_m span:nth-child(3){top: 88px!important; left: 160px!important;}

/*배송비안내*/
		
		.shipping_info_3{ width: 100%; height: 100%; box-sizing: border-box; padding: 40px 0; background-color: #fff; border-radius: 20px; }
        .shipping_info_3>div{ margin-bottom: 50px; box-sizing: border-box;} 
        .shipping_info_3>div>h4{ display: inline-block; padding: 5px; font-size: 30px; font-weight: 900; color: #0f132b; margin-bottom: 15px; background-color: rgba(233,198,172,0.5); }
        .shipping_info_3>div>h4>em{ font-style: normal; font-weight: 400; }
        .shipping_info_3>div>ul{ list-style: none; padding: 0; padding-left: 20px; }
        .shipping_info_3>div>ul>li>span{ display: inline-block; padding: 0 5px; font-size: 24px; color: #1a2126; font-weight: 700;  background-color: rgba(233,198,172,0.5);  }
        .shipping_info_3>div>ul>li>ul{ list-style: none; padding: 0; }
        .title_box img{ display: block; margin: 0 auto 40px;}
        .title_box span{ font-size: 20px; font-weight: 700; display: block; margin-bottom: 40px; position: relative; text-align: center; }
        .title_box span::after{ content: ''; width: 230px; height: 2px; background-color: #080506; display: block; position: absolute; left: 50%; bottom: -20px; transform: translate(-50%) ; }
        .title_box h2{ font-size: 34px; font-weight: 900; text-align: center;  }
        .title_box h2 b{ color: #daab97;}

        .content_box_3{ width: 100%;  background: url('../img/bg_user_guide.png') repeat center center; height: 100%; box-sizing: border-box; padding: 0} 
        .content_wrapper{ width: 100%; padding: 55px; background: url('../img/bg_play.png') no-repeat center top; }
        .content_box_3 .content_title{ width: 100%; margin-bottom: 45px; }
        .content_box_3 .content_title img{ display: block; margin: 0 auto 70px; }
        .content_box_3 .content_title h3{ font-size: 34px; font-weight: 900; text-align: center; margin-bottom: 10px; }
        .content_box_3 .content_title h3 b{ color: #002875;  font-weight: 900;  }
        .content_box_3 .content_title span{ font-size: 24px; font-weight: 300; text-align: center; display: block; }

        .content_text{ width: 100%; background-color: #fff; padding: 60px;  border-radius: 15px; }
        .content_text>div{ width: 100%;  display: block; margin-bottom: 100px; }
        .content_text>div>table{ width: 100%; text-align: center; border-collapse: collapse; margin-bottom: 20px; }
        .content_text div table thead th{ font-size: 24px; color: #071021; line-height: 68px; font-weight: 400; padding: 0; letter-spacing: -1px; border: 1px solid #fff;  }
        .content_text div table thead th:nth-child(1), .content_text div table thead th:nth-child(3){ background-color: #e9c6ac; }
        .content_text div table thead th:nth-child(2), .content_text div table thead th:nth-child(4){ background-color: #edd0ba; }
        .content_text div table tbody td{ font-size: 22px; color: #303233; font-weight: 400; padding: 0; letter-spacing: -1px; border: 1px solid #fff; padding: 15px 0;  }
        .content_text div table tbody td:nth-child(1), .content_text div table tbody td:nth-child(3){ font-weight: 400; background-color: #f9f1ea; }
        .content_text div table tbody td:nth-child(2), .content_text div table tbody td:nth-child(4){ background-color: #f8f6f4; }
        .content_text>div>.shipping_title{ font-size: 30px; font-weight: 900; color: #181818; position: relative; text-align: center; display: block; margin-bottom: 40px ; }
        .content_text>div>h4{ font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 10px; }
        .content_text>div>ul{ width: 100%; list-style: none; padding: 0; }
        .content_text>div>ul>li{ display: block; margin-bottom: 5px; padding-left: 15px; font-size: 20px; color: #303233; position: relative; line-height: 1.5;}
        .content_text>div>ul>li::after{ content: '·'; font-weight: 700; display: block; position: absolute; left: 0; top: 0; color: #303233; }
        .content_text>div>ul>li>.check_point{ display: inline; background-color: rgba(233,198,172,0.5);  }
        .content_text>div>.shipping_title::after{ content: ''; width: 45px; height: 3px; background-color: #071021; display: block; position: absolute; top: -15px; left: 50%; transform: translate(-50%); }

        .content_text>.other_delivery>.shipping_title{ margin-bottom: 5px; }
        .content_text>.other_delivery>p{ text-align: center; font-size: 20px; color: #071021; margin-bottom: 10px; }

        ul.tabs{  width: 100%;; margin: 0px; padding: 0px;	list-style: none; text-align: center; }
        ul.tabs li{	width: 49.5%; background: none; color: #222; display: inline-block !important; cursor: pointer; font-size: 28px !important; line-height: 36px !important; font-weight: 400; color: #626262; vertical-align: top; margin: 20px auto; }
        ul.tabs li::after{ display: none !important;} 
        ul.tabs li i{ width: 36px; height: 36px; display: inline-block; background: url('../img/icon_delivery_check.png') no-repeat center center; vertical-align: top;  }
        ul.tabs li.current{	color: #071021;  font-weight: 700; }
        ul.tabs li.current i{ width: 36px; height: 36px; display: inline-block; background: url('../img/icon_delivery_check_on.png') no-repeat center center;  }
        .tab-content{ display: none; text-align: center; margin-top: 45px;  }
        .tab-content.current{ display: inherit; }
        
        .data_title, .data_detail, .data_details, .data_last{ width: 100%; }
        .data_title span, .data_detail span, .data_details span, .data_last span{ width: 49.5%;display: inline-block; border: 1px solid #fff; padding: 15px 0; text-align: center; font-size: 24px; color: #151515; vertical-align: middle; }
        .data_title span:nth-child(1){ background-color: #e9c6ac; }
        .data_title span:nth-child(2){ background-color: #edd0ba; }
        .data_detail span:nth-child(1), .data_details span:nth-child(1), .data_last span:nth-child(1){ background-color: #f9f1ea; position: relative; left: 3px; }
        .data_detail span:nth-child(2), .data_details span:nth-child(2), .data_last span:nth-child(2){ background-color: #f8f6f4; position: relative; left: -2px; }
        .data_detail, .data_details{ display: none; }
        
        .tab-content p{ display: block; margin: 20px 0 70px; font-size: 18px; text-align: center; color: #303233; }
        #load, #loads{ padding:15px 50px; text-align: center; background-color: #071021; color: #fff; font-size: 20px; border-radius: 5px; }
        .content_text>div:last-child{ margin-bottom: 0; }

		.radio_wd{width: 20px!important; height: 20px!important; background-size:cover!important; border: none!important;}

/*현금영수증 신청*/
.cash_receipts{padding: 10px 0; }
.cash_receipts>p{font-size: 13px; margin-bottom: 10px; font-weight: bold}
.cash_receipts input[type="radio"]{width: 20px; height: 20px; background-size:cover;}
.cash_receipts div{margin-top: 10px;}
.cash_receipts div input[type="text"]{border: 1px solid #dfdfdf; padding: 5px 10px; width: 200px;}
.cash_receipts div>p{margin-top: 10px;}


.review_title{display: block; padding: 13px 0px 5px 0; line-height: 30px; font-size: 15px; color: #3c3c3c; border-bottom: 1px solid #dfdfdf; font-weight: bold; margin-bottom: 15px}

.main_review{ list-style: none; margin: 0; padding: 0; width:1040px;  margin:0 auto}
.main_review li{margin: 0 3px; font-size: 14px; float:left; width:250px; height:340px;}
.main_review li img{margin-bottom: 10px; border: 1px solid #dfdfdf; width:250px; height:220px; }
.main_review li:first-child{margin-left: 0;}
.main_review li:last-child{margin-right: 0;}


.red_title {color:#db3452; font-size:17px; font-weight:bold}
.new_block p {font-size:30px; color:#000; font-weight:bold; padding-bottom:20px}
.new_block p span {color:#daab97}
.new_block div {background:#f9f9f9; padding:20px; line-height:170%; font-size:17px; border-top:2px solid #dbab97; color:#000}
.new_block div span {color:#dbab97; font-size:24px; font-weight:bold}
.new_block div .red {color:#db3452; font-size:17px}

.new_block table {font-size:15px; border-color: #eaeaea; width:100%; border:1px solid #eaeaea; border-top:2px solid #dbab97}
.new_block table th{background:#ffede7; padding:15px 0px; text-align:center}
.new_block table td{padding:15px 0px; text-align:center;border-color: #eaeaea; font-size:20px; font-weight:bold; color:#000 }
.new_block .ti {background:#faf8f9;font-size:16px; font-weight:bold; color:#000}
.CT {text-align:center}

.blue_ti {font-size:17px; line-height:150%;}
.blue_ti p {font-size:35px; color:#070506; font-weight:bold; margin-bottom:30px; text-align:center}

.blue_ti .blue_line {float:left; border:1px solid #dfdfdf; border-radius:20px; width:550px; height:420px; text-align:left; padding:30px 10px; font-weight:bold; color:#000; margin-bottom:30px}
.blue_ti .blue_line p {font-size:30px;font-weight:bold}
.blue_ti .blue_line span {display:block;;font-weight:normal}
.blue_ti .blue_line div {color:#db3452; padding-top:30px}
.blue_ti .blue_line .line {border-top:3px solid #daab97; border-bottom:1px solid #fff;width:30px; margin:0 auto; padding:0px 0 20px 0}

.blue_ti .blue_line_gap {float:left; width:30px}
.blue_ti span {color:#e52973}

.new_block2  {background:#f9f9f9; padding:20px; line-height:170%; font-size:17px; border-top:2px solid #dbab97; color:#000}
.new_block2 div span {color:#dbab97; font-size:24px; font-weight:bold}
.new_block2 div .red {color:#db3452; font-size:17px}

.new_nation { margin:0 auto; text-align:center; font-size:15px;width:800px;}
.new_nation table {border-style:solid; border-width:1px; border-color:#dfdfdf; width:800px; border-collapse: collapse;}
.new_nation table th {text-align:center}
.new_nation table td {text-align:left;border-style:solid; border-width:1px; border-color:#dfdfdf; padding:20px 10px; font-weight:normal}
.new_nation table td label {font-weight:normal}
.new_nation img {width:40px}

.new_nation2 { margin:0 auto; text-align:center; font-size:15px;width:100%;}
.new_nation2 table {border-style:solid; border-width:1px; border-color:#dfdfdf; width:100%; border-collapse: collapse;}
.new_nation2 table th {text-align:center}
.new_nation2 table td {text-align:left;border-style:solid; border-width:1px; border-color:#dfdfdf; padding:20px 10px; font-weight:normal}
.new_nation2 table td:nth-child(1) {border-right: none}
.new_nation2 table td:nth-child(2) {border-right: none; border-left: none}
.new_nation2 table td:nth-child(3) {border-left: none}
.new_nation2 table td label {font-weight:normal}
.new_nation2 table td label div{display: inline-block; position: relative;top: -3px; margin-left: 5px}
.new_nation2 img {width:40px}

.tbl_frm01_print3_2 {width:100%}
.tbl_frm01_print3_2 tr th {text-align:center;  padding:1px 10px;font-size:14px}
.tbl_frm01_print3_2 tr td {  padding:1px 2px; font-size:14px; line-height:150%;text-align:center; }
.tbl_frm01_print3_2 .LT {text-align:left}
.tbl_frm01_print3_2 .CT {text-align:center}


.guide_beasong>div:nth-child(1){font-size: 15px;color: #303233; border: 1px solid #d9d9d9; padding: 20px}
.guide_beasong>div{font-size: 15px;color: #303233;}
.guide_beasong>div>p a:hover{text-decoration: underline}

.mall_ul_img{list-style: none; margin: 0; padding: 0; display: flex; font-size: 16px; align-items: center;}
.mall_ul_img li:nth-child(1){width: 20%; text-align: center}
.mall_ul_img li:nth-child(2){width: 80%;}
.mall_ul_img li:nth-child(2) div span{margin-right: 10px; font-size: 14px;}

.mall_buy_tb th{background: #deb5a469; padding: 10px 0}

.mall_buy_tb td{padding: 10px; border-bottom: 1px solid #dfdfdf}

.tip55{text-align: center; font-size: 14px;}
.tip55 input[type=text]{width: 230px; padding: 7px; border: 1px solid #ced9de;}
.tip55 a{background: #000; color: #fff; padding: 5px 20px; position: relative; top: 2px; border: 1px solid #000}

