@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700'); /* shop 가격 */


@font-face{
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:normal;
  src: url('../font/NanumGothic.eot');
  src: local('.'), url('../font/NanumGothic.woff') format('woff'), url('../font/NanumGothic.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumGothicBold';
  font-style:normal;
  font-weight:normal;
  src: url('../font/NanumGothicBold.eot'); 	
  src: local('.'), url('../font/NanumGothicBold.woff') format('woff'), url('../font/NanumGothicBold.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:normal;
  src: url('../font/NanumBarunGothic.eot'); 	
  src: local('.'), url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), url('../font/NanumBarunGothic.woff') format('woff'), url('../font/NanumBarunGothic.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumBarunGothicBold';
  font-style:normal;
  font-weight:normal;
  src: url('../font/NanumBarunGothicBold.eot'); 	
  src: local('.'), url('../font/NanumBarunGothicBold.woff') format('woff'), url('../font/NanumBarunGothicBold.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumSquare';
  font-style:normal;
  font-weight:normal;
  src: url('../font/NanumSquare.eot'); 	
  src: local('.'), url('../font/NanumSquare.woff') format('woff'), url('../font/NanumSquare.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumSquareR';
  font-style:normal;
  font-weight:normal;
  src: url('../font/NanumSquareR.eot'); 	
  src: local('.'), url('../font/NanumSquareR.woff') format('woff'), url('../font/NanumSquareR.ttf') format('truetype'); 
}

@font-face{
  font-family:'NanumSquareB';
  font-style:normal;
  font-weight:normal;
  src: url('../font/NanumSquareB.eot'); 	
  src: local('.'), url('../font/NanumSquareB.woff') format('woff'), url('../font/NanumSquareB.ttf') format('truetype'); 
}




/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	/* background:transparent;*/
	-webkit-text-size-adjust:none;	
}

em, address {font-style:normal;}
hr {display:none}
/*body {line-height:1.2em; word-break: break-all;}*/
body {line-height:1.7; word-break: break-all;/*background-color:#4d4a48;*/}
ol, ul {list-style:none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}

ins {text-decoration:none;}
del {text-decoration:line-through;}
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;word-break:break-all;}
table th, table td {vertical-align:middle;}
caption {display:none;}
fieldset {margin:0; padding:0; border:0 none;}
legend {overflow:hidden;width:0;height:0;font-size:0;visibility:visible;}


html, body {font-size:15px; color:#666; font-family:'Noto Sans KR', sans-serif; }


a {color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
img,input,button {vertical-align:top;}
label {vertical-align:middle;}
select, input {margin:0; padding:0; vertical-align:middle;}
/*textarea {border:1px solid #dcdcdc; color:#666; font-size:13px; line-height:18px; padding:5px; overflow-y:auto; resize:none;}*/
textarea {width:100%; padding:10px; border:1px solid #e5e5e5; color:#666; box-sizing:border-box;}
button{padding:0}


/*input[type=file] {line-height:26px; height:26px; background:#fff;}*/

input[type="text"],
input[type="password"],
input[type="file"],
select {line-height:32px; height:34px; text-align:left; border:1px solid #ebebeb; padding:0 10px; color:#666;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*text-indent: 0.01px;*/
    text-overflow: '';
	zoom:1}
input[type="text"],input[type="image"]{
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius:0;	
}
input[type="radio"] {width:15px; height:15px; margin-right:5px; vertical-align:middle;}
input[type="checkbox"] {width:15px; height:15px; margin-right:5px; vertical-align:middle;}




select {padding:0 0 0 5px; border:1px solid #dcdcdc;}
.radio, .checkbox {height:13px; width:13px; margin:2px 5px 2px 0; padding:0; vertical-align:middle;} 

/* html5 reset */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block}


/* hyeyoung */
input::-webkit-input-placeholder {color:#b0b0b0 !important; } 
input:-moz-placeholder { /* Firefox 18- */color:#b0b0b0 !important; }
input::-moz-placeholder {  /* Firefox 19+ */color:#b0b0b0 !important; } 
input:-ms-input-placeholder {  color:#b0b0b0 !important; }
textarea::-webkit-input-placeholder {color:#b0b0b0 !important;} 
textarea:-moz-placeholder { /* Firefox 18- */color:#b0b0b0 !important; } 
textarea::-moz-placeholder {  /* Firefox 19+ */color:#b0b0b0 !important; } 
textarea:-ms-input-placeholder { color:#b0b0b0 !important;}


#main_container {position:relative; width:100%; margin:120px 0 0px;}
#main_container:after {display:block; clear:both; content:'';}


#container {position:relative; width:100%;margin:120px 0 70px;}
#container:after {display:block; clear:both; content:'';}


.blind {position:absolute !important;left:-9999em;width:0;height:0;margin:0;padding:0;text-indent:-9999em;overflow:hidden;font-size:0;line-height:0;}

* {-webkit-box-sizing: border-box;-moz-box-sizing:border-box; box-sizing: border-box}
.inbox {border-radius:15px;}


.pc_ver {}
.m_ver {display:none !important;}

/* ----------------------------------------------------------------- */
/* common_header */
/* ----------------------------------------------------------------- */
#header {position:absolute; left:0; top:0; width:100%; background:#fff; z-index:999;}

/* header */
.header_top_wrap {position:relative; height:30px; background:#0d91d5;/*border-bottom:1px solid #e8e8e8;*/} 
.inner {position:relative; width:1200px; margin:0 auto;}


/* topmenu */
.tnb {position:absolute; right:0px; top:-4px;}
.tnb:after {display:block; clear:both; content:''}
.tnb > li {position:relative; float:left; }
.tnb > li:first-child > a:after {background:none;}
.tnb > li > a {display:block; padding:8px 10px 9px 11px; color:#fff; font-size:13px; letter-spacing:0px;}
.tnb > li > a:after{content:''; position:absolute; top:50%; left:0px; margin-top:-4px; width:1px; height:8px; background:#e8e8e8;}
.tnb > li > a strong {color:#dd6227;}
.tnb > li > a:hover {text-decoration:none;}
.tnb > li.last > a {padding-right:0;}
.tnb > li span.ic {display:inline-block; zoom:1; *display:inline; width:7px; height:14px; background: url('../shop/img/common/bul_arr_down.png') no-repeat center 8px; margin-left: 5px;}
.tnb > li a:hover span.ic {background-position: center -8px;}
.tnb > li a.now span.ic {background-position: center -8px;}
/*.common_tnb li.loginBtn a {font-weight:bold;}*/

.tnb > li a img {vertical-align:middle;}


/* top left, right */
.logo {position:absolute; top:55px; left:0; z-index:100;}



.gnb_wrapBg {position:relative; background-color:rgba(240,240,240,1);}
.gnb_wrap {height:91px; border-bottom:1px solid #e8e8e8; background-color:rgba(255,255,255,1);/* -moz-box-shadow:#e5e5e5 0 1px 0;-webkit-box-shadow:#e5e5e5 0 1px 0; box-shadow:#e5e5e5 0 1px 0;*/ }
.header_wrap {width:1180px; margin:0 auto; height:90px}

.gnb {float:right;}
.gnb > li {float:left; padding:0 22px;}
.gnb > li:first-child {padding-left:0px;}
.gnb > li > a {display:block; position:relative;  text-align:center; color:#333; font-size:18px; font-weight:500; letter-spacing:-0.045em; line-height:90px;}
/*.gnb > li > a:after{content:''; position:absolute; top:46px; right:-23px; width:1px; height:10px; background:#e8e8e8;}*/
.gnb > li:last-child > a:after {display:none;}

.gnb .dep2_wrap {display:none; position:absolute; left:0; top:90px; width:100%; height:68px;}
.gnb > li.on .dep2_wrap {display:block}


.active .gnb > li > a {/*color:#999999;*/}
.active .gnb > li.on > a {color:#0d91d5;}

.gnb .dep2_wrap > .dep2 {position:relative; width:1180px; margin:0 auto; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.gnb .dep2_wrap > .dep2 > ul {position:relative;}
.gnb .dep2_wrap > .dep2 > ul > li {position:relative; float:left; line-height:normal; margin:0px 16px;}
.gnb .dep2_wrap > .dep2 > ul > li > a {display:block; color:#777; height:48px; line-height:45px; text-align:left; font-size:14px; text-decoration:none;}
.gnb .dep2_wrap > .dep2 > ul > li:hover > a {color:#555;}

.gnb li.m1 .dep2_wrap > .dep2 > ul {margin-left:250px}
.gnb li.m2 .dep2_wrap > .dep2 > ul {margin-left:100px}
.gnb li.m3 .dep2_wrap > .dep2 > ul {margin-left:400px}
.gnb li.m4 .dep2_wrap > .dep2 > ul {margin-left:600px}
.gnb li.m5 .dep2_wrap > .dep2 > ul {margin-left:720px}
.gnb li.m6 .dep2_wrap > .dep2 > ul {margin-left:400px}
.gnb li.m7 .dep2_wrap > .dep2 > ul {margin-left:1010px}

/* top search */
.search {/*position:absolute; top:15px; right:0;*/ float:right; position:relative; height:30px; margin:15px 0 0 33px;}
.search .title {display:none; float:left; line-height:30px; font-size:13px; color:#bbb;}
.search a {display:inline-block; width:30px; height:30px; margin-left:15px; background:url("../images/common/ico_h_search.png") no-repeat center center;}
.search a:hover {text-decoration:none; border:none;}

.topSearch {display:none;position:absolute;top:120px;left:0;width:100%;background-color: #0d91d5;height:150px;z-index:99;}
.topSearchArea {position:relative; width:1180px; margin:0 auto; padding-top:35px;}
.topSearchArea .inputArea {width:600px; margin:0 auto; border-bottom:1px solid rgba(255,255,255,0.6); height:60px;}
.topSearchArea .inputArea input {float:left; width:550px; background:transparent; border:0px; height:60px; line-height:60px; font-size:24px; color:#fff; font-weight:300;}
.topSearchArea .inputArea input[type="text"] {color:#fff;}
.topSearchArea .inputArea .btnSearch {display:block; float:left; margin-top:12px; width:37px; height:35px; background:url("../images/common/btn_search.png") no-repeat left bottom; overflow:hidden;}
.topSearchArea .btnSearchClose {display:block; position:absolute; top:65%; right:2px; width:26px; height:25px; background:url("../images/common/btn_search_close.png") no-repeat left bottom; overflow:hidden;}

.topSearch input::-webkit-input-placeholder {color:rgba(255,255,255,0.6) !important;} 
.topSearch input:-moz-placeholder { /* Firefox 18- */color:rgba(255,255,255,0.6) !important;}
.topSearch input::-moz-placeholder {  /* Firefox 19+ */color:rgba(255,255,255,0.6) !important;} 
.topSearch input:-ms-input-placeholder {color:rgba(255,255,255,0.6) !important;}



/* ----------------------------------------------------------------- */
/* main */
/* ----------------------------------------------------------------- */

/* bx 슬라이더 공통  */
div[data-banner="bxslider"] {position:relative; overflow:hidden;}
div[data-banner="bxslider"] .bx-controls {text-align:center; z-index:100;}
div[data-banner="bxslider"] .bx-controls > .bx-controls-direction,
div[data-banner="bxslider"] .bx-controls > .bx-controls-auto,
div[data-banner="bxslider"] .bx-controls > .bx-controls-auto > .bx-controls-auto-item,
div[data-banner="bxslider"] .bx-controls > .bx-pager,
div[data-banner="bxslider"] .bx-controls > .bx-pager > .bx-pager-item {display:inline-block;}


/* -------------------------- main */

.main_visual {position:relative; overflow:hidden; height:732px; background:#aaa}
.controls a {position:absolute; top:50%; left:50%; margin-top:-50px; width:59px; height:93px; text-indent:0px; z-index:101; opacity:0.7; display:none}				
/*.controls .prev  {margin-left:-699px; background: url(../shop/img/main/btn_controls.png) no-repeat 0 0px;} 코딩용// 아래 슬라이드용
.controls .next  {margin-left:640px; background: url(../shop/img/main/btn_controls.png) no-repeat -79px 0px;}
.controls .prev:hover, .controls .next:hover {opacity:1;}*/
.controls .prev a {margin-left:-699px; background: url(../img/main/btn_controls.png) no-repeat 0 0px;}
.controls .next a {margin-left:640px; background: url(../img/main/btn_controls.png) no-repeat -79px 0px;}
.controls a:hover {opacity:1;}

.pager {position:absolute; bottom:200px; width:100%; text-align:center; z-index:100;}
.pager .pages {display:inline-block;*display:inline;zoom:1} 
.pager .pages li {float:left; margin:0 6px; text-indent:-9999em}
.pager .pages li a {display:block; width:16px; height:16px;border:3px solid #fff;border-radius:8px;background:none;}
.pager .pages li.on a,.pager .pages li a:hover {border:3px solid #fff;border-radius:9px;background:none;}
.pager .pages li a.active {border:3px solid #fff;border-radius:9px;background:#fff;}

.txt_area {position:absolute; top:280px; left:0; width:100%; z-index:3; text-align:center;} 
.txt_area .txt {display:inline; padding:0px 5px; font-family:'Noto Sans KR', sans-serif; font-weight:500; font-size:25px; color:#fff; border-top:0px solid #fff;letter-spacing:-2px; text-shadow: 2px 2px 2px #444;}
.txt_area .tit {font-family:'Noto Sans KR', sans-serif; font-size:60px; font-weight:600; color:#fff;letter-spacing:-2px; text-shadow: 2px 2px 2px #444;}

/* main contents */
.main_contents {position:relative;  margin:-152px auto 0;width:1200px;height:305px;background:#f8f8f8;border-radius:15px;}

/*symbol*/
.main_symbol {z-index:10;position:absolute;top:-320px; right:10px;width:215px;height:339px;background:url(../images/main/main_oyster_symbol.png) no-repeat;}

/*공지사항*/
.notice {position:relative;float:left;width:480px;height:305px;border-right:1px solid #dadada;box-sizing:border-box;}
.notice h3 {float:left;margin:45px 50px 0 50px;color:#000; font-size:26px; font-family:'NanumBarunGothic', sans-serif;letter-spacing:0px;}
.notice ul {position:relative;float:left;margin:30px 50px;}
.notice ul li {float:left;width:380px;}
.notice ul li a {line-height:31px}
.notice ul li a:hover {color:#ff0000;}
.notice ul li .tit {float:left;width:240px;font-size:16px;color:#343232;font-family:'NanumGothic', sans-serif;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.notice ul li .date {float:right;color:#343232;font-size:14px;font-family:'NanumGothic', sans-serif;margin-top:1px;}
.notice ul .more {background:none;position:absolute;width:55px;top:-75px;left:337px;color:#9c9b9b;font-size:13px;border-bottom:0;}

/*수협소식*/
.sh_news {position:relative;float:left;width:480px;height:305px;}
.sh_news h3 {float:left;margin:45px 50px 0 50px;color:#000; font-size:26px; font-family:'NanumBarunGothic', sans-serif;letter-spacing:0px;}
.sh_news ul {position:relative;float:left;margin:30px 50px;}
.sh_news ul li {float:left;width:380px;}
.sh_news ul li a {line-height:31px}
.sh_news ul li a:hover {color:#ff0000;}
.sh_news ul li .tit {float:left;width:240px;font-size:16px;color:#343232;font-family:'NanumGothic', sans-serif;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.sh_news ul li .date {float:right;color:#343232;font-size:14px;font-family:'NanumGothic', sans-serif;margin-top:1px;}
.sh_news ul .more {background:none;position:absolute;width:55px;top:-75px;left:337px;color:#9c9b9b;font-size:13px;border-bottom:0;}

/*오른쪽링크*/
.r_box {position:relative;float:left;width:240px; }
.r_bg01 {height:152px; background:#0288e7 url(../images/main/box_area_bg01.jpg) no-repeat; border-radius:0 15px 0 0}
.r_bg02 {height:153px;background:#0757c6 url(../images/main/box_area_bg02.jpg) no-repeat; border-radius:0 0 15px 0 }
.r_box h3 {margin:20px 25px 0 30px;color:#fff; font-size:26px; font-family:'NanumBarunGothic', sans-serif;letter-spacing:0px;}
.r_box span a {width:21px;height:21px;background:url(../images/main/r_box_more.png) no-repeat;overflow:hidden;}
.r_box span a.more{position:absolute;top:40px; left:194px;width:21px;height:21px;margin-right:10px;text-indent:-9999px;}
.r_box ul {margin:0px 30px;height:170px;}
.r_box li a{display:block;margin-left:0;line-height:22px;padding:0 0 0px 13px;background:url(../images/main/r_box_bu.png) no-repeat 0 11px;font-size:17px;font-weight:600;font-family:'NanumGothic', sans-serif;color:#fff;}
.r_box li a:hover {z-index:9999;color:#b3defc;}

/*홍보영상*/
.pr_vod {position: relative;margin:70px auto; width:1200px;margin-bottom:80px}
.pr_vod h3  {margin:0 auto; background:#fff; color:#000; font-size:32px; font-family:'NanumBarunGothic',sans-serif;text-align:center;line-height:2.1}
.pr_vod h3 span {border-bottom: 2px solid #000; padding-bottom: 10px;}
.pr_vod ul {display:table; margin:35px auto;}
.pr_vod ul li {position:relative; display:inline-block; zoom:1; float:left; width:380px;  margin-left:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.pr_vod ul li:first-child { margin-left:0px;}
.pr_vod ul li a {display:block;}
.pr_vod ul li .pic {overflow:hidden; width:380px; height:214px;background:#f8f8f8;border:1px solid #e0e0e0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.pr_vod ul li .pic img {width:100%;}
.pr_vod ul li .pic iframe {width:380px; height:214px;}

.pr_vod ul li .tit {overflow:hidden;float:left;width:300px; padding:14px 0 3px 0; text-overflow:ellipsis; white-space:nowrap; font-family:'NanumGothic';font-weight:bold;font-size:18px;color:#333;letter-spacing:-1px}
.pr_vod ul li .date {overflow:hidden;float:right; padding:18px 0 3px 0;font-family:'NanumGothic'; font-size:13px;color:#86888a;}
.pr_vod ul li .txt {overflow:hidden;display:block;float:left; padding:0;font-family:'NanumGothic'; font-size:14px;color:#86888a;width:210px; text-overflow:ellipsis; white-space:nowrap}

/*쇼핑몰 이미지 슬라이드*/
.shop_rolling {position:relative;width:100%;height:400px;}
.shop_rolling .rolling_img {clear:both;width:100%;height:400px;}
.shop_rolling .rolling_img li {position:relative; }
.shop_rolling .rolling_img li a {position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999999;}

/*슬라이드 제어 btn*/
.shop_control #s_prev {position:absolute;z-index:10;bottom:42%;left:15%;width:13px; height:22px;background:url(../images/main/s_prev.png) no-repeat left top;}
.shop_control #s_next {position:absolute;z-index:10;bottom:42%;right:15%;width:13px; height:22px;background:url(../images/main/s_next.png) no-repeat left top;}

/*배너모음*/
.banner {position:relative; overflow:hidden;width:100%;height:94px;margin:60px auto 60px;background:#f8f8f8}
.banner .banner_wrap{position:relative;margin:0 auto;width:1200px;height:94px;padding:0px;overflow:hidden;}
.banner  h3{position:absolute;left:10px;top:20%;margin-top:2px;color:#393939;font-size:17px;line-height:19px;}
.banner .bn_control{position:absolute;left:0px;top:52%;height:17px;margin-top:-1px;}
.banner .bn_control button,.banner .bn_control a{display:inline-block;float:left;width:24px;height:25px;margin:0 3px;padding:0;background:none;border:none;font-size:0;line-height:0;}
.banner ul li{display:block;float:right;width:190px;height:60px;margin:12px 20px 25px 0px;text-align:center;}
.banner ul li:last-child {margin-right:0px;}
.banner ul li a{display:block;overflow:hidden;}
.banner ul li a img{padding-top:6px;}


/* ----------------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------------- */


#footer {position:relative; width:100%; padding:30px 0 0; border-top:1px solid #e5e5e5;/* background:#fafafa;*/}
.ft_top {position:relative;margin:0 auto;width:1200px;}
.ft_top ul  {float:left;margin:0 ;}
.ft_top ul li{ display:inline;margin-right: 10px; }
.ft_top ul li a{ font-family:'Malgun Gothic';font-size: 14px;color: #666;}  
.ft_top ul li a:after {content: "|";color:#666;font-size:10px;margin-left:10px;}
.ft_top ul li:last-child a:after {content: "";}
.ft_top ul li a:hover {color:#ff3300;}

/*copy*/
#footer .cont_area{clear:both;position:relative;margin:50px auto;width:1200px;height:80px;}
#footer .cont_area .footer_txt {display:block;float:left;width:900px;font-size:14px;color:#666;font-family:'NanumGothic';}
#footer .cont_area .footer_txt span.sline {font-size:12px;font-family:'Malgun Gothic';margin:0 7px 0 7px;}
#footer .cont_area .footer_copy {display:block;float:left;margin-top:15px;font-size:13px;font-family:'Malgun Gothic';font-weight:bold;}
#footer .cont_area .footer_copy a {color:#999;}
#footer .cont_area .footer_copy span.pni {color:#ef1a24;}
#footer .cont_area .adm {float:left;margin:15px 4px 0 8px;}

/*관련사이트*/
.select {position:absolute;z-index:9999; right:10px; top:0px; width:180px;background:#fff;}
.select p {width:180px;}
.select p a {display:block; padding:6px 5px; font-size:13px; border:1px solid #ccc; background:url(../images/common/bg_select.png) repeat-y right 27px;}
.select p a:hover {text-decoration:none;}
.select > ul {position:absolute; z-index:9999; right:0px; bottom:35px; width:180px; height:300px; overflow-y:scroll; border:1px solid #ccc; background:#fff; padding: 0; display:none}
.select > ul > li > ul {padding:10px 0 10px;}
.select > ul > li > ul > li {display:block;padding-left:10px;}
.select > ul > li > ul > li > a {padding-left:8px; font-size:12px; line-height:18px; letter-spacing:-1px;}
.select > ul > li > ul > li > a:hover {color:#333}



/* ----------------------------------------------------------------- */
/* sub */
/* ----------------------------------------------------------------- */


/* navi */
.common_navi_area {position:relative; overflow:hidden; width:1200px; height:30px; margin:120px auto 20px; }/* 상세보기 */


.location_wrap {z-index:80;position:relative; width:100%; height:47px; color:#555; background-color:#fff; border-bottom:1px solid #e9e9e9;/* background:#f2f2f2;*/}
.locationArea {position:relative; width:1200px; margin:0 auto; }
.locationArea .location {float:left; font-size:15px; letter-spacing:-0px; }
.locationArea .location > li.home a {display:block; width:52px; height:47px; background:url("../images/common/ico_home.png") no-repeat 19px 50%; text-indent:-99999px;}
.locationArea .location > li {float:left; position:relative; border-left:1px solid #dadada; border-right:1px solid #e9e9e9; margin-left:-1px; }
/*.locationArea .location > li:after {content:""; position:absolute; right:0px; top:0px; width:1px; height:45px; background:#e3e3e3; z-index:1}*/
.locationArea .location > li:first-child {margin-left:0px;}
.locationArea .location > li.locationLink > a {display:block; padding:0 60px 0 25px; min-width:200px; line-height:47px; color:#555;}
.locationArea .location > li.locationLink > a {background:url("../images/common/bul_arr_loc.png") no-repeat right 19px; background-size:30px;}
.locationArea .location > li.locationLink.on > a {background:url("../images/common/bul_arr_loc_on.png") no-repeat right 19px; background-size:30px}
.locationArea .location > li.locationLink .selectMenu {position: absolute; left:-1px; top:47px; width:100%; border:1px solid #e9e9e9; border-top:0;
background:#fff; /*-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; */ box-sizing:content-box; display:none; z-index:1}
.locationArea .location > li.locationLink .selectMenu.open {display:block;}	
.locationArea .location > li.locationLink .selectMenu li {background:#fff;}
.locationArea .location > li.locationLink .selectMenu li a {display:block; padding:0 0 0 25px;  border-top:1px solid #dadada; color:#777; text-decoration:none; line-height:39px; font-size:14px;}
.locationArea .location > li.locationLink .selectMenu li a:hover,
.locationArea .location > li.locationLink .selectMenu li a:focus {background:#f9f9f9;}
.locationArea .location > li.locationLink .selectMenu li.on a {color:#777;}

.locationArea .location > li.locationLink.dep3 {background:#0975c1;}


.clearfix {clear:both;}

.top_box {position:relative; overflow: hidden;background:#eee;color:#666;padding:25px;margin-bottom:20px;line-height: 21px;border-top:1px solid #ccc;}
.top_box p {margin-top:15px;word-break:keep-all}
.top_box p:first-child {margin-top:0px;}
.top_box .info_list {margin-top:10px;margin-bottom:20px}
.top_box  strong.point{display:block;color:#555;font-size:15px;margin-top:20px;}
.top_box  strong.part_tit{color:#333;font-size:17px;}


/*ul*/
.info_list li {position:relative; line-height:1.8; padding-left:15px;}
.info_list li:after {content:""; display:block; position:absolute; top:11px; left:5px; width:3px; height:3px; background:#555;}


/* 기본테이블 -thead 있는 것 */
.tableType1{clear:both; width:100%; margin-bottom:10px; border-top:2px solid #777; border-collapse:collapse;text-align:center; }
.tableType1 thead th{padding:8px 7px 8px 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#f5f5f5;vertical-align:middle}
.tableType1 thead th.first{border-left:0px;}
.tableType1 thead th.thbg{background:#fafafa;}
.tableType1 tbody th{padding:10px 7px 7px 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#f9f9f9; font-weight:normal; color:#000;vertical-align:middle}
.tableType1 tbody .first{border-left:0px;}
.tableType1 tbody td{padding:7px 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; color:#474747; text-align:center;vertical-align:middle}
.tableType1 tbody .tdleft{text-align:left;}

.tableType1 ul {text-align:left;}


.tableType1 col.space_01, .tableType1 col.space_01  {width:150px} /* 분류 */
.tableType1 col.space_02, .tableType1 col.space_02  {width:17%} /* 작은분류 */
.tableType1 col.space_03, .tableType1 col.space_03 {width:33%} /* 내용 */

.tableType1 col.space_04 {width:11%}
.tableType1 col.space_05 {width:23%}
.tableType1 col.space_06 {width:40%}


/* tab */
.tab_wrap {position:relative; overflow:hidden;margin-top:30px;margin-bottom:40px}
.tabList li {float:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-left:-1px; }
.tabList li:first-child {margin-left:0;}
.tabList li a {position:relative; display:block; color:#555; border:1px solid #d9d9d9; height:46px; line-height:44px; text-align:center; background:#fff; font-size:1em; font-family:'Noto Sans KR', sans-serif; font-weight:400; }
.tabList li.on a {background-color:#5d5d5d; border:1px solid #5d5d5d; border-right:0px solid #5d5d5d; color:#fff;}
 
.tabList li a.on {background-color:#5d5d5d; border:1px solid #5d5d5d; border-right:0px solid #5d5d5d; color:#fff;}
 

.tab_wrap.item2 li {width:50%}
.tab_wrap.item3 li {width:33%}
.tab_wrap.item3 li:first-child{ width:34%}
.tab_wrap.item4 li {width:25%}
.tab_wrap.item4 li:nth-child(odd){width:25.1%}

.tab_wrap.item5 li {width:20%}
.tab_wrap.item5 li:nth-child(odd){width:20.1%}

/*ol num*/
ol.num{margin:15px 25px 15px;padding:0;line-height: 21px;}
ol.num li{list-style:none;margin:0 0 2px 0; padding:0 0 2px 40px;background-repeat:no-repeat;background-position:0 3px;}
ol.num li.n01{background-image:url("../images/common/num_01.gif");}
ol.num li.n02{background-image:url("../images/common/num_02.gif");}
ol.num li.n03{background-image:url("../images/common/num_03.gif");}
ol.num li.n04{background-image:url("../images/common/num_04.gif");}
ol.num li.n05{background-image:url("../images/common/num_05.gif");}
ol.num li.n06{background-image:url("../images/common/num_06.gif");}
ol.num li.n07{background-image:url("../images/common/num_07.gif");}
ol.num li.n08{background-image:url("../images/common/num_08.gif");}
ol.num li.n09{background-image:url("../images/common/num_09.gif");}
ol.num li.n10{background-image:url("../images/common/num_10.gif");}






/* 기본 테이블 */
.tList01 {width:100%; border-top:1px solid #333;  border-collapse:separate; border-spacing:0; text-indent:0;}
.tList01 tr th {padding:10px 15px; background:#e9ebee; text-align:center; vertical-align:middle; font-weight:400; color:#555; border-bottom:1px solid #d9d9d9; border-left:1px solid #d9d9d9;}
.tList01 tr td {padding:10px 15px; text-align:center; vertical-align:middle; border-bottom:1px solid #d9d9d9; border-left:1px solid #d9d9d9; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.tList01 tr th.first, .tList01 tr td.first {border-left:0;}
.tList01 tr td.tLeft {text-align:left;}
.tList01 tr td a:hover { text-decoration:underline;}
.tList01 col.no {width:10%;}
.tList01 .bg {background:#f5f5f5;}
.tList01 tr.fw td, .tList01 .fw {background:#edf3f9;}
.tList01 tr.ss td, .tList01 .ss {background:#f8e6e6;}

/*  가로 : 주요사업 */
.tList02 {width:100%; border-top:1px solid #333; border-collapse:separate; border-spacing:0; text-indent:0;}
.tList02 tr th {background:#f5f5f5; padding:9px 20px; line-height:1.5; text-align:center; vertical-align:middle; font-weight:normal; color:#555; border-bottom:1px solid #d9d9d9;}
.tList02 tr td {position:relative; padding:9px 20px; line-height:1.5; text-align:left; vertical-align:middle; border-bottom:1px solid #d9d9d9;}
.tList02 tr th.first, .tList02 tr td.first {border-left:0;}
.tList02 tr td span {float:right;}

table col.space_01 {width:15%} 
table col.space_02 {width:20%}
table col.space_03 {width:25%}
table col.space_04 {width:30%} 
table col.space_05 {width:35%}

.fisis_date {text-align:right; color:#444; margin-bottom:12px; font-size:16px; line-height:25px;}

.sub_wrap {overflow:hidden; letter-spacing:-0.025em;} 

/*
.aside {float:left; width:230px;}
.aside  h2 {padding-left:0px; font-size:26px; color:#171616; line-height:80px; font-weight:500; letter-spacing:-1px;}

.lnb li {position:relative;}
.lnb li:before {position:absolute; bottom:0; left:0; width:100%; height:0px; background:#f6f6f6; content:'';}
.lnb li a {display:block; padding-left:10px; font-size:15px; color:#0d0c0c; line-height:36px;}
.lnb li a:before {content:'';position:absolute;top:50%;left:0;width:2px;height:2px;margin-top:-1px;background-color:#888}

.lnb li:first-child {background:none}
.lnb li a:hover {color:#292929;}
.lnb li a.on {color:#108ad3;}
*/


.content {position:relative; overflow:hidden; margin-top:50px;} /* 일반 페이지 외각선 없이 */
.content_area {position:relative;  margin-top:50px; padding:50px; border:1px solid #dcdcdc;}  /* 쇼핑몰관련 페이지 */


.sub_title{position:relative;text-align:center}
.sub_title h3{display:inline-block;position:relative;margin:45px 0 0;color:#000;font-size:40px;font-weight:500;letter-spacing:-2px;background:#fff;}
.sub_title h3 span:before{content:'';display:block;position:absolute;left:50%;bottom:-10px;width:60px;height:3px;margin-left:-30px;background:#0274bb}

.contents {position:relative; overflow:hidden; width:1200px; min-height:500px; padding:50px 0 70px; }
.contents h4 {position:relative; padding-left:25px; margin:45px 0 15px; line-height:24px; font-size:20px; font-weight:500; letter-spacing:-0.5px; color:#333; background:url("../images/common/h4_bu.png") 0 3px no-repeat;}
.contents h4:first-child {margin-top:0px;}
.contents h4 em {color:#0d91d5;}


/* 통합검색 */
.search_box {position:relative; overflow:hidden; width:100%; margin-bottom:50px; padding:20px 0 20px; background:#fcfcfc; border:1px solid #d5d5d5;}
.srchCont_box {position:relative; overflow:hidden; display:table; margin:0 auto;}
.srchCont_box dt, .srchCont_box dd {float:left;}
.srchCont_box dt {width:95px; height:42px; font-size:18px; line-height:42px; font-weight:500; position:relative;float:left;}
.srchCont_box dd input, .srchCont_box dd .btnSearch {float:left;}
.srchCont_box dd input[type="text"]{width:500px; height:42px; line-height:40px; font-size:16px; border-color:#ccc; margin-right:10px;}
.srchCont_box dd .btnSearch {width:80px; height:42px; line-height:40px; border:0; background:#333; color:#fff; font-size:15px; font-weight:700; text-align:center; }

.srchResult_total {position:relative; overflow:hidden;}
.srchResult_total .tit_srchInfo {padding:0 0 20px; font-size:26px; line-height:26px; letter-spacing:-0.5px; color:#333; text-align:center; border-bottom:1px dashed #e0e0e0;}
.srchResult_total span.srch_totalNum {padding-left:10px; color:#c05b1e;}
.srchResult_total .tit_srchInfo span.srch_keyword {color:#0085ca;}
.srchResult span.srch_totalNum {color:#c05b1e;}
.srchResult {position:relative; overflow:hidden; margin-top:30px;}



.info_txt {margin:15px 0 10px 0; padding-left:2px;}
/*.info_txt2 {margin:5px 0 10px 0; padding-left:2px; font-family:'NanumGothic';}*/

.contents .ml {margin-left:22px;}
.contents .ml .ml {margin-left:7px;}
.contents img.inbox {border-radius:6px;}


/*인사말*/
.greeting {margin-top:30px;}
.greeting .l_pic {float:left;width:45%;}
.greeting .l_pic img {width:100%; max-width:450px; height:auto;}

.greeting .r_txt {float:right; width:55%;}
.greeting .r_txt p {margin:25px 0 0 0; font-size:17px;}
.greeting .r_txt p:first-child {margin-top:0;}
.greeting .r_txt p.sign {font-size:21px; color:#444; font-family:'Noto Sans KR', sans-serif; font-weight:400;}
.greeting .r_txt p.txt1 {font-size:21px;}
.greeting .r_txt p.txt2 {margin-top:10px; font-size:23px; font-family:'Noto Sans KR', sans-serif; font-weight:400; line-height:1.3;}
.greeting .r_txt p span {display:block;}
.greeting .r_txt p strong {font-size:20px; font-family:'Noto Sans KR', sans-serif; font-weight:400;}
.greeting .r_txt p em {color:#0068c3;}


/*조직도*/
.organization{position:relative;}
/* 조합장 */
.organization > ul > li.depth01{position:relative;}
.organization > ul > li.depth01 > div.circle{display:table; position:relative; width:138px; height:138px; margin:0 auto; border-radius:50%; background:#003471;}
.organization > ul > li.depth01 > div.circle:after{content:'';display:block; position:absolute; bottom:-80px; left:50%; width:1px; height:80px; margin-left:0; background:#dbdbdb;}
.organization > ul > li.depth01 > div.circle > p{display:table-cell; font-size:25px; color:#fff; text-align:center; vertical-align:middle;}
.organization > ul > li.depth01 > ul{margin-top:10px; padding-left:216px;}
.organization > ul > li.depth01 > ul > li{position:relative;float:left; width:186px; margin-bottom:10px; border:2px solid #003471; background:#fff;}
.organization > ul > li.depth01 > ul > li:before{content:'';display:block; position:absolute; top:50%; right:-200px;width:198px; height:1px; margin-top:-0.5px; background:#dbdbdb;}
.organization > ul > li.depth01 > ul > li > p{display:block; font-size:17px; color:#003471; line-height:46px; text-align:center;}

/* 상임이사 */
.organization > ul > li.depth02{position:relative;margin-top:80px;box-sizing:border-box;}
.organization > ul > li.depth02 > div.circle{display:table; position:relative; width:112px; height:112px; margin:0 auto; border-radius:50%; background:#3f62c4;}
.organization > ul > li.depth02 > div.circle:before{content:'';display:block; position:absolute; bottom:-80px; left:50%; width:1px; height:80px; margin-left:-0.5px;background:#dbdbdb;}
.organization > ul > li.depth02 > div.circle > p{display:table-cell; font-size:20px; color:#fff; text-align:center; vertical-align:middle;}
.organization > ul > li.depth02 > ul{float:right;padding-right:216px;}
.organization > ul > li.depth02 > ul > li{position:relative; width:186px; margin-bottom:10px; border:2px solid #3f62c4; background:#fff;}
.organization > ul > li.depth02 > ul > li:before{content:'';display:block; position:absolute; left:-200px;top:50%; width:198px; height:1px; margin-top:-0.5px; background:#dbdbdb;}
.organization > ul > li.depth02 > ul > li > p{display:block; font-size:17px; color:#3f62c4; line-height:46px; text-align:center;}

/* 그외 */
.organization > ul > li.depth03 {}
.organization > ul > li.depth03 > ul {position:relative; padding-top:121px;}
.organization > ul > li.depth03 > ul:before{content:'';display:block; position:absolute; top:80px; left:143px; width:900px; height:1px; background:#dbdbdb;}
.organization > ul > li.depth03 > ul > li{float:left; position:relative; width:23.96%; margin-right:1.04%; text-align:center;}
.organization > ul > li.depth03 > ul > li:before{content:'';display:block; position:absolute; top:-41px; left:50%; width:1px; height:41px; margin-left:-0.5px; background:#dbdbdb;}
.organization > ul > li.depth03 > ul > li > span {display:block; margin-bottom:5px; background:#00a99d; font-size:17px; color:#fff; line-height:50px;}
.organization > ul > li.depth03 > ul > li > ul{position:relative;}
.organization > ul > li.depth03 > ul > li > ul > li { width:100%; padding:10px 0 10px 0;margin-bottom:5px; border:2px solid #d6d6d6; box-sizing:border-box;}


/*수협소개*/
.info {position:relative;float:left;width:30%; height:480px;margin-right:3.3%;border:1px solid #dadada;box-sizing:border-box;border-radius:15px}
.info:last-child{margin-right:0;}
.info .pic{display:block; height:auto;padding:0;  margin:0;text-align:center; border-radius:15px 15px 0 0 }
.info .pic img {width:100%;border-radius:15px 15px 0 0}
.info .txt{display:block; }
.info .txt h4 {margin:25px 25px 0;}
.info .txt ul {margin:15px 25px;}
.info .txt ul li{  margin-left:10px;line-height:1.8;}


/*수협운영지표*/
.vision {position:relative;margin-top:70px;}

.diagram_box {position:relative;margin:55px 0;padding-left:220px;word-break:keep-all}
.diagram_box h5 {position:absolute;left:0px;top:15px;padding-top:12px;font-size:22px;font-family:"NanumGothicBold";line-height:24px;color:#313131}
.diagram_box h5:before {content:'';display:block;position:absolute;right:-130px;top:16px;width:75px;height:18px;background:url(../images/intro/vision_arrow.png) no-repeat right center;}
.diagram_box.dia_top .text_box {overflow:hidden;padding:30px 0 30px;border-radius:30px;background:#0274bb ;text-align:center}
.diagram_box.dia_top .text_box {border-radius:30px}
.diagram_box.dia_top .text_box span {display:inline-block;position:relative;margin:0 50px;padding-left:14px;font-family:"NanumGothicbold";font-size:20px;line-height:19px;color:#fff}
.diagram_box.dia_top .text_box span:after {position:absolute;left:0;top:7px;width:5px;height:1px;background-color:#fff;content:''}

.diagram_box2 {position:relative;width:100%;margin:95px 0;padding-left:220px;word-break:keep-all;}
.diagram_box2:before {content:'';display:block;position:absolute;left:500px;top:-70px;width:389px;height:117px;background:url(../images/intro/vision_arrow2.png) no-repeat left top;}
.diagram_box2 h5 {position:absolute;left:0px;top:105px;padding-top:12px;font-size:22px;font-family:"NanumGothicBold";line-height:24px;color:#313131}
.diagram_box2 h5:before {content:'';display:block;position:absolute;right:-90px;top:16px;z-index:40;width:75px;height:18px;background:url(../images/intro/vision_arrow.png) no-repeat right center;}

/*원 정렬*/ 
.diagram_box2 ul li {float:left;width:200px; margin-left:20px;margin-right:20px;}
/*다이어그램 - 원*/
.dia_circle{margin: 50px auto;width:180px;height:180px;color:#fff;text-align:center;border-radius: 180px;overflow:hidden;border:4px dashed #fff;box-sizing:border-box;}
.dia_circle span{display:block;padding:25px 0 0 0;}
.dia_circle .t1{padding:30px 0;font-size:20px; margin:0;font-family:"NanumGothicBold";line-height:1.4}

/*다이어그램 색 개별 지정*/
.bg_c01{background:#05BEC7;}
.bg_c02{background:#1AACE8;}
.bg_c03{background:#298DFF;}
.bg_c04{background:#2F59EB;}


/*연혁*/
.history{overflow:hidden; position:relative; padding-top:185px; margin-bottom:50px; margin-top:40px;}
.history::before{content:''; width:1px; height:100%; background:#b5b5b5; position:absolute; top:120px; left:50%; margin-left:1px;}
.history .title{ width:130px; height:130px; background:#1c598e; border-radius:50%; position:absolute; top:0; left:50%; margin-left:-60px;}
.history .title span {padding:40px 0 0 0 ;display:block;text-align:center; color:#fff; font-size:20px; font-weight:500;line-height:1;}
.history .history_box{ width:45%; position:relative; margin-bottom:10px;}
.history .history_left{float:left; margin-right:80px;}
.history .history_left::before{content:''; display:block; width:16px; height:16px; background:#1c598e; border-radius:50%; position:absolute; top:0; right:-69px;}
.history .history_right{float:right; margin-left:80px;}
.history .history_right::before{content:''; display:block; width:16px; height:16px; background:#1c598e; border-radius:50%; position:absolute; top:0; left:-67px;}
.history .history_box dl dt{font-size:26px; color:#1c598e; margin-top:25px;}
.history .history_box dl dt.date {font-size:19px;color:#000;font-weight:600;}
.history .history_box dl dd{margin-bottom:10px; position:relative; line-height:1;}
.history .history_box dl dd span{position:absolute; top:0; font-weight:600; color:#1c598e}
.history .history_left dl dt{text-align:right;}
.history .history_left dl dd{text-align:right;  padding-right:90px;}
.history .history_left dl dd span{right:0px;}
.history .history_right dl dd{text-align:left; padding-left:90px;}
.history .history_right dl dd span{left:0px;}


/*찾아오시는길*/
#map,#map2,#map3,#map4,#map5 {background:#ddd;float: right; width:56.5%;height:400px;}
.mapWrap {position:relative; overflow: hidden; margin-bottom: 50px;}
.mapWrap .location_info_wrap {float: left; width: 43.5%; height: 400px;color: #fff; padding: 70px 30px; box-sizing: border-box;background: url('../images/intro/location_bg.jpg') no-repeat;}
.mapWrap .location_info_wrap h3 {font-size: 25px; font-weight: 400; text-align: center; margin-bottom: 40px;}
.mapWrap .location_info_wrap dl {overflow: hidden; padding: 10px 5px; border-bottom: 1px solid #dadada;}
.mapWrap .location_info_wrap dl dt {float: left;  text-indent: -5000px;margin-left:10px ;}
.mapWrap .location_info_wrap dl dd {float: right; width: calc(100% - 40px); vertical-align: top;}
.mapWrap .location_info_wrap dl.address dt {width: 15px;background: url('../images/intro/location_icon_01.png') center 1px no-repeat; }
.mapWrap .location_info_wrap dl.tel_num dt {width: 14px;background: url('../images/intro/location_icon_02.png') center 3px no-repeat; }
.mapWrap .location_info_wrap dl.fax_num dt {width: 16px;background: url('../images/intro/location_icon_03.png') center 3px no-repeat; }
.mapWrap .location_info_wrap dl.ars_num dt {width: 20px;background: url('../images/intro/location_icon_04.png') center 0px no-repeat; }


/*굴정보*/
.oyster_info {position:relative;overflow: hidden;margin-top:50px;}
.oyster_info p {padding-top:35px;word-break:keep-all}
.oyster_info p:first-child {padding-top:0;}
.oyster_info p.default_tit {padding-top:0;margin-top:20px;}

/*굴이야기*/
.oyster_top {position:relative;width:100%;margin-top:10px;}
.oyster_top .l_pic {float:left;width:40%;min-height:300px;background:#ddd;}
.oyster_top .l_pic img {width:100%;max-height:300px;}

.oyster_top .r_txt {float:right;width:57%;margin-left:3%;}
.oyster_top .r_txt p.oy_tit {display:block;font-weight:400;color:#333;font-size:34px;letter-spacing:-3px;line-height:1.5;margin-top:20px;}
.oyster_top .r_txt p.oy_txt1 {padding:50px 0 40px 0;}

.oyster_cont {position:relative; float:left;overflow: hidden;clear:both;margin-top:0px;}
.oyster_cont p {padding-top:35px;}
.oyster_cont p:first-child {padding:0;}

/*좋은 굴이란*/
.oyster_info .oyster_info_tit{display:block;text-align:center;font-weight:400;color:#333;font-size:34px;letter-spacing:-3px;line-height:1.5;margin-top:15px;}
.oyster_info .oyster_info_txt{display:block;text-align:center;font-weight:400;color:#777;font-size:18px;letter-spacing:-0.5px;line-height:1.5;margin-top:15px;padding:0}

.oyster_pic {display:block;float:left;margin:30px 0 0px 0}
.oyster_pic li{float:left;display:inline;width:30%;height:auto;margin-left:5%;margin-bottom:40px}
.oyster_pic li:first-child {margin-left:0;}
.oyster_pic li:nth-child(4) {margin-left:0;}
.oyster_pic li img {width:100%;}


/*굴의성장과정*/
.oyster_step {position:relative;display:block;overflow:hidden;margin:20px 0 70px 0;}
.oyster_step li {position:relative; float:left; margin-right:5%;border:2px solid #e1e1e1;border-radius:4px;box-sizing:border-box;}
.oyster_step li:before{content:url('../images/information/oyster_step_arrow.gif'); display:block; width:8px; height:15px; position:absolute; top:50%; margin-top:-10px; right:-40px;}
.oyster_step li:last-child {margin-right:0;}
.oyster_step li:last-child:before{display:none;}
.oyster_step li span {display:block; line-height:75px; padding:0 0px; background:#f6f6f6;text-align:center;}

.col5 li {width:16%;}

.oyster_info h4.step_tit {padding:0;position:relative;display:block;overflow:hidden;width:100%;height:40px;line-height:39px;margin-bottom:10px;margin-right:5px;background:#fff;border:1px solid #555;box-sizing:border-box;}
.oyster_info h4.step_tit span {float:left;padding:0;margin-right:15px;background:#555;width:100px;height:40px;color:#fff;font-weight:bold;line-height:39px;text-align:center;}

.oyster_step_pic {position:relative;display:block;float:left;margin:30px 0 40px 0}
.oyster_step_pic li{position:relative;float:left;display:inline;}
.oyster_step_pic li:first-child {margin-left:0;}
.oyster_step_pic li img {width:100%;}
.oyster_step_pic span.pic_num {position:absolute;top:0px;left:0px;padding:5px;color:#fff;background:#86b628;font-weight:bold;}

.oyster_step_pic.col2 li {width:47.5%;height:auto;margin-left:5%;}
.oyster_step_pic.col2 li:first-child {margin-left:0;}
.oyster_step_pic.col3 li {width:30%;height:auto;margin-left:5%;}
.oyster_step_pic.col3 li:first-child {margin-left:0;}
.oyster_step_pic.col4 li{width:22%;height:auto;margin-left:4%;}
.oyster_step_pic.col4 li:first-child {margin-left:0;}

.oyster_box {position:relative; overflow: hidden;background:#f2f2f2;color:#666;padding:20px;margin-bottom:20px;line-height: 21px;box-sizing:border-box;}


/*탭메뉴*/
.cook_tab {position:relative;float:left; padding:20px 0 20px 0;margin:0 20px 60px 0;width:100%;  border:1px solid #dadada; background:#f8f8f8;box-sizing: border-box;z-index:4}
.cook_tab  .cook_symbol {position:absolute;top:-22px;left:34px;background:none;}
.cook_tab .tab_menu {clear:both;margin:4px 0 0 0px;position:relative;float:right;width:80%;}
.cook_tab .tab_menu li {float:left;display:inline;width:20%;margin:3px 0 5px 0;}
.cook_tab .tab_menu li a{padding:0 0 0 18px;background:url("../images/information/cook_li_bu.png") no-repeat 0 5px;}
.cook_tab .tab_menu .active{font-weight:bold;}


.cook_cont {position:relative;margin-top:0px;width:100%;}
/*요리명, 재료*/
.cook_cont .recipe_top {float:left;width:500px;height:400px;background:url("../images/information/recipe_bg.jpg") no-repeat 0 0;}
.cook_cont .recipe_top  .recipe_top_tit {overflow: hidden;display:block;padding:0;margin:70px 50px 0 50px;font-size:46px;font-weight:400;color:#333;background:none;}
.cook_cont .recipe_top dl {overflow: hidden; padding: 55px 50px;}
.cook_cont .recipe_top dl dt {display:block;font-size:19px;font-weight:bold;color:#333;padding: 0 0 0 38px;background: url('../images/information/cook_icon_01.png') left 3px no-repeat;}
.cook_cont .recipe_top dl dd {display:block;margin-top:10px;}
.cook_cont  .recipe_img {float:right;}

/*만드는법*/
.cook_cont .recipe_bottom {position:relative;width:100%;margin:55px 50px;}
.cook_cont .recipe_bottom .recipe_bottom_tit {float:left;font-size:19px;font-weight:bold;color:#333;padding: 0 0 0 32px;background: url('../images/information/cook_icon_02.png') left 3px no-repeat;}
.cook_cont .recipe_bottom .recipe_bottom_tit:after {content: "|";color:#dadada;font-size:12px;margin-left:85px;margin-right:50px;vertical-align:middle;}
.cook_cont .recipe_bottom .recipe_bottom_tit2 {float:left;font-size:19px;font-weight:bold;color:#333;padding: 0 0 0 42px;background: url('../images/information/cook_icon_03.png') left 3px no-repeat;}
.cook_cont .recipe_bottom .recipe_bottom_tit2:after {content: "|";color:#dadada;font-size:12px;margin-left:56px;margin-right:50px;vertical-align:middle;}

.cook_cont .recipe_bottom .text_box {overflow:hidden;padding-top:3px;}
.cook_cont .recipe_bottom .text_box span {display:inline-block;position:relative;}
.cook_cont .recipe_bottom .text_box2 {overflow:hidden;padding-top:3px;}
.cook_cont .recipe_bottom .text_box2 ol {display:inline-block;position:relative;margin-top:5px;}
.cook_cont .recipe_bottom .text_box2 ol li {padding:2px 0;}
.cook_cont .recipe_bottom .text_box2 ol li span {display:inline-block;overflow: hidden;vertical-align:middle;}
.cook_cont .recipe_bottom .text_box2 ol li span.num{width:22px;height:22px;margin-right:10px;text-align:center;font-size:13px;border-radius:11px;background:#222;color:#fff;}
.cook_cont .recipe_bottom .text_box2 ol li span.noti{width:22px;height:22px;margin-right:10px;text-align:center;font-size:13px;border-radius:11px;background:#dadada;color:#000;font-weight:bold;}

/*두번째줄 정렬*/
.cook_cont .recipe_bottom .text_box2 ol li span.next-line{display:inline-block;margin-left:30px;}

/*출처표기*/
.cook_cont .sources {margin-top:60px;border-top:1px solid #444;text-align:right;padding:10px 0 0 0;}
.cook_cont .sources span {font-weight:bold;color:#ff0000}


/*그래프*/
.ratio{position:relative;float:left;width:100%;padding-top:20px;border-bottom:1px solid #555;border-left:1px solid #555;}
.ratio li{float:left;position:relative;width:100px;height:350px;margin-right:10px;list-style:none}
.ratio li:first-child{margin-left:22%;}
.ratio div{position:absolute;left:0;bottom:0;width:100%;font-size:0}
.ratio em{position:absolute;top:-26px;width:100%;font-size:14px;font-weight:bold;text-align:center}

.ratio div.s_bg01 {background:#059d50}
.ratio div.s_bg02 {background:#0279bd}
.ratio div.s_bg03 {background:#ae1fcd}
.ratio div.s_bg04 {background:#b21011}
.ratio div.s_bg05 {background:#e99a01}
.ratio div.s_bg06 {background:#777}


/*어업권분포*/
.fishing {position:relative;width:100%;}
.fishing_tbl_wrap span {display:inline-block;overflow: hidden;vertical-align:middle;}
.fishing_tbl_wrap span.num01{width:24px;height:24px;margin-right:10px;text-align:center;font-size:13px;line-height:1.3;border-radius:12px;background:#fff;color:#eb1d21;border:3px solid #eb1d21;}
.fishing_tbl_wrap span.num02{width:24px;height:24px;margin-right:10px;text-align:center;font-size:13px;line-height:1.3;border-radius:12px;background:#fff;color:#ff6600;border:3px solid #ff6600;}
.fishing_tbl_wrap span.num03{width:24px;height:24px;margin-right:10px;text-align:center;font-size:13px;line-height:1.3;border-radius:12px;background:#fff;color:#e9b001;border:3px solid #e9b001;}
.fishing_tbl_wrap span.num04{width:24px;height:24px;margin-right:10px;text-align:center;font-size:13px;line-height:1.3;border-radius:12px;background:#fff;color:#339900;border:3px solid #339900;}
.fishing_tbl_wrap span.num05{width:24px;height:24px;margin-right:10px;text-align:center;font-size:13px;line-height:1.3;border-radius:12px;background:#fff;color:#003399;border:3px solid #003399;}
.fishing_tbl_wrap span.num06{width:24px;height:24px;margin-right:10px;text-align:center;font-size:13px;line-height:1.3;border-radius:12px;background:#fff;color:#333366;border:3px solid #333366;}
.fishing_tbl_wrap span.num07{width:24px;height:24px;margin-right:10px;text-align:center;font-size:13px;line-height:1.3;border-radius:12px;background:#fff;color:#9900cc;border:3px solid #9900cc;}



/*신용정보활용체제*/
.credit{position:relative;}
.credit h5 {font-size:17px;color:#444;margin-top:20px;}
.credit p.credit_tit{font-weight:bold;margin-top:20px;margin-bottom:10px;color:#444;}
.credit p.credit_tit span {font-weight:normal}
.credit table {margin-top:5px;}
.credit ul.user_list li:after {content:"";width:0px; height:0px;}


/*영상기기운용처리방침*/
.cctv{position:relative;}
.cctv p.cctv_tit{font-size:16px;margin-top:20px;margin-bottom:10px}
.cctv table {margin-top:5px;}


/*개인정보처리방침*/
.privacy {position:relative;}
.privacy p {margin-top:25px;}
.privacy strong {font-size:16px;color:#444;}
.privacy table {margin-top:10px;}


/*사이트맵*/
.sitemap {position:relative;margin-top:20px;height:450px;}
.sitemap  div:first-child{margin-left:50px;}
.sitemap .site_cont {float:left;display:block;width:250px;margin-left:50px;}
.sitemap .site_cont h4 a{color:#333 !important}
/*.sitemap .site_cont h4 {font-size:20px;margin-bottom:15px;letter-spacing:0;color:#222;padding:3px 0 7px 29px;background:url("../images/common/htitle_bu_02.png")no-repeat 0 9px;}*/
.sitemap li {border-bottom:1px dotted #999; padding:5px 0 5px 0;}
.sitemap li a {padding:2px 8px 0 12px; background:url("../shop/img/common/bul_02.gif") no-repeat 0 13px;}
.sitemap li a:hover {color:#fb6884;}



/* ----------------------------------------------------------------- */
/* shop_main */
/* ----------------------------------------------------------------- */

/* 쇼핑몰 메뉴, 카테고리 */
.shop_gnb_wrap {position:relative; overflow:hidden; height:49px; line-height:48px; border-top:0px solid #dadada; border-bottom:1px solid #b2b2b2; text-align:center;}
.shop_gnb_wrap dl {position:relative; overflow:hidden; display:inline-block; margin-left:13px}
.shop_gnb_wrap dl + dl {margin-left:5px;}
.shop_gnb_wrap dl dt {float:left; font-size:15px; font-family:'NanumGothicBold'; color:#333;}
.shop_gnb_wrap dl dt.tc_trend {color:#005eb4;}
.shop_gnb_wrap dl dt.tc_nubi {color:#53883d;}
.shop_gnb_wrap dl dd {float:left;}
.shop_gnb_wrap dl dd ul {position:relative; overflow:hidden; font-size:0;}
.shop_gnb_wrap dl dd ul li {display:inline-block; margin:0 13px; }
.shop_gnb_wrap dl dd ul li a {display:block; letter-spacing:0px; font-size:15px; font-family:'NanumGothicBold'; color:#333; }
.shop_gnb_wrap dl dt.tc_nubi span {margin-right:18px; color:#999; font-family:'NanumGothic';}

.shop_gnb_wrap dl dd  ul.lst_category_b li a span {font-size:13px; font-family:'NanumGothic'; color:#999;}
.shop_gnb_wrap dl dd  ul.lst_category_b li.on a {color:#dd6227;}
.shop_gnb_wrap dl dd  ul.lst_category_b li.on a span {color:#dd6227;}


/* shop index 프로그램 연결 차단 상품리스트 */
.prds_lst {position:relative; width:100%; margin:50px auto 25px;}
.prds_lst li {position:relative; overflow:hidden; width:100%; border-top:1px solid #dadada; }
.prds_lst li:first-child { border-top:1px solid #838383;}
.prds_lst .sct_img {position:relative; float:left; padding:0.6em; margin:0; line-height:0; width:35%; box-sizing:border-box;}
.prds_lst .sct_txt {float:left; margin-top:.5em; padding-top:105px; padding-left:90px; width:65%; box-sizing:border-box;}
.prds_lst .sct_txt .sct_tit {position:relative; font-size:29px; font-weight:bold; margin-bottom:15px; color:#444;}
.prds_lst .sct_txt .sct_tit:before {content: ''; width:45px; height:4px; background:#0d91d5; position:absolute; left:1px; top:-27px;}
.prds_lst .sct_txt .sct_basic {margin-bottom:30px; font-size:14px;}
.prds_lst .sct_txt .sct_cost {font-size:19px; color:#888;}
/*.prds_lst li:nth-child(odd) a {background:#fff;}*/

.prds_lst .sct_txt span.t1 {color:#0d91d5;}
.prds_lst .sct_txt span.t2 {color:#882c2f;}
.prds_lst .sct_txt span.t3 {color:#c14f85;}
.prds_lst .sct_txt span.t4 {color:#649410;}


/* shop index 프로그램 연결 차단 상품리스트 - 굴수협 */
.new_prds_lst {position:relative; width:100%; margin:90px auto 25px;}
.new_prds_lst li {position:relative; overflow:hidden;float:left; display:inline;width:47.5%; border:1px solid #dadada;box-sizing:border-box; }
.new_prds_lst li:first-child { /*border-top:1px solid #838383;*/margin-right:5%;}
.new_prds_lst .new_sct_img {position:relative; display:block; padding:4.6em 0.6em 0.6em 0.6em; margin: auto;text-align:center; line-height:0; width:100%; box-sizing:border-box;}
.new_prds_lst .new_sct_txt {margin:0.5em auto;padding-top:55px;padding-bottom:55px; width:90%; box-sizing:border-box; text-align:center;}
.new_prds_lst .new_sct_txt .new_sct_tit {position:relative; font-size:29px; font-weight:bold; margin-bottom:15px; color:#444;}
.new_prds_lst .new_sct_txt .new_sct_tit:before {content: ''; width:45px; height:4px; background:#0d91d5; left:125px;position:absolute;  top:-7px;}
.new_prds_lst .new_sct_txt .new_sct_basic {margin-bottom:30px; font-size:14px;text-align:center;}
.new_prds_lst .new_sct_txt .new_sct_cost {font-size:19px; color:#888;text-align:center;}
/*.prds_lst li:nth-child(odd) a {background:#fff;}*/

.new_prds_lst .new_sct_txt span.t1 {color:#0d91d5; font-size:20px;}
.new_prds_lst .new_sct_txt span.t2 {color:#882c2f;}
.new_prds_lst .new_sct_txt span.t3 {color:#c14f85;}
.new_prds_lst .new_sct_txt span.t4 {color:#649410;}




/*------------------------------------------ */
/* shop_sub */
/* ----------------------------------------------------------------- */

/* sub_product */
.product_area {position:relative;}
.product_top {position:relative; overflow:hidden; margin:50px 0 0; height:35px; border-bottom:0px solid #7f7f7f;}
.product_top h3 {float:left; padding-left:5px; font-size:15px; color:#333; font-family:'NanumGothicBold';}
.product_top h3 span {color:#999;}




/* tab 상품 카테고리 2차, 3차
.tab_category {position:relative; overflow:hidden; margin-bottom:25px; border-top:1px solid #484848; width:1236px; font-family:'NanumBarunGothic';}
.tab_category ul {position:relative; overflow:hidden;}
.tab_category .lst_category_b {position:relative; z-index:1; background:url('../shop/img/common/bg_category_tab.gif') no-repeat 100% 100%}
.tab_category .lst_category_b li{float:left; width:205px; border-right:1px solid #c8c8c8}
.tab_category .lst_category_b li:first-child {border-left:1px solid #c8c8c8; width:205px;}
.tab_category .lst_category_b li a {display:block; overflow:hidden; width:100%; height:39px; border-bottom:1px solid #c8c8c8; text-decoration:none; font-size:13px}
.tab_category .lst_category_b li a span {display:block; overflow:hidden; margin:10px 0 0 13px; color:#666;}
.tab_category .lst_category_b li.on a {background-color:#484848; color:#fff;}
.tab_category .lst_category_b li.on a span {color:#fff;}
.tab_category .lst_category_s {border:1px solid #d5d5d5;  border-top:0; display:none; background:#f8f8f8; }
.tab_category .lst_category_s ul {}
.tab_category .lst_category_s ul li {float:left; width:13%; padding:10px 0}
.tab_category .lst_category_s ul li a {display:block; overflow:hidden; height:20px; font-size:12px; line-height:17px; color:#777; padding:5px 0 0 13px; text-overflow:ellipsis; white-space:nowrap;}
.tab_category .lst_category_s ul li a:hover,.best_tab_category .lst_category_s li a:focus,.best_tab_category .lst_category_s li a:active {color:#d7292d;}
.tab_category .lst_category_s ul li.on a{color:#ff502b; text-decoration:underline;} */


 /* tab - 리스트 list.sort */
.tab_sort {position:relative; float:left; font-size:12px}
.tab_sort li {float:left; padding:0 15px 0 16px; background:url('../shop/img/common/vline_sub_sort.gif') no-repeat left 50%;}
.tab_sort li:first-child {background:none;}
.tab_sort li a {display:block; color:#777;}
.tab_sort li a:hover {color:#222; text-decoration:none;}
.tab_sort li a.on {font-family:'NanumGothicBold'; color:#222; padding-left:18px; background:url('../shop/img/common/img_sort_on.png') no-repeat -1px 49%;}



/* tab_상품정보 */
.product_information {position:relative; float:left;}
.product_information .information_tab {margin:0;  /*background:#f9f9f9;*/ } 
.product_information .information_tab:after {content:" "; display:block; clear:both; height:0; visibility:hidden;}
.product_information .information_tab li {position:relative; float:left; margin-bottom:-1px; width:20%; /*border-left:1px solid #cacaca;*/ }
.product_information .information_tab li a {display:block; position:relative; font-family:'NanumGothicBold'; margin-left:-1px; border:1px solid #dedede; border-bottom:1px #484848 solid;  background:#fcfcfc; text-align:center; line-height:48px;
cursor:pointer}
.product_information .information_tab li a.first {}
.product_information .information_tab li a span {}
.product_information .information_tab li a em {}
.product_information .information_tab li a.on {z-index:2; font-family:'NanumGothicBold'; background:#fff; border:1px solid #484848 ; border-bottom:0 !important;}


/* tab_상품정보- 탭내용 */
.product_information .information_cont {position:relative; padding:30px 0 70px;*zoom:1;} 
.product_information .information_cont:after {content:" "; display:block; clear:both; height:0; visibility:hidden;}
.product_information .information_cont .photo {margin-bottom:40px;}
.product_information .information_cont .comt {font-family:"NanumGothic", "돋음", Dotum; color:#444; margin-left:5px;}
.product_information .information_cont .title {font-size:15px; margin-bottom:7px; color:#444; font-weight:bold;}
/*.product_information .information_cont .info_list li {line-height:22px; padding-left:10px; background:url(../shop/img/common/bul_02.gif) no-repeat 2px 10px;}*/
.product_information .txts {font-family:"NanumGothic", "돋음", Dotum;  color:#555; padding-left:10px; padding-right:10px;}
.product_information .information_cont .btn_area_right {position:absolute; top:60px; right:0;}
.product_information .information_cont.end {padding-bottom:20px;}



/* k-paper 상세페이지 안내 */
.tip {position:relative; overflow:hidden; width:90%; margin:30px auto 20px; padding:30px 40px; font-size:13px; line-height:21px; font-family:"NanumGothic", sans-serif; border:2px dashed #ddd;}
.tip stit {margin:0 0 10px 0; font-size:17px; color:#333; font-family:'NanumGothicBold';}

/* 상품리스트 - 타입icon  */
.view_type {position:absolute; top:12px; right:5px; height:16px; }
.view_type li {float:left; font-size:11px; letter-spacing:-1px;}
.view_type .li01 {padding-left:8px; margin-left:7px; background:url(../shop/img/common/vline_sub_viewty.gif) no-repeat left 2px;}
.view_type .li01:first-child {padding-left:0; background:none;}
.view_type .li01 img {vertical-align:middle;}


/* sub_product 리스트형 -- 사용안함
.product_type_list {border-bottom:1px solid #434343;}
.product_type_list li {height:110px; padding:15px 0 15px 0; border-top:1px solid #dadada;}
.product_type_list li:after {content:" "; display:block; clear:both; height:0; visibility:hidden;}

.product_type_list li .cont {float:left; margin-left:10px}
.product_type_list li .cont .photo {float:left; width:110px; height:110px; margin-right:20px;}
.product_type_list li .cont .photo a {display:block;}
.product_type_list li .cont .photo img {width:110px; height:110px;}
.product_type_list li .cont .text {position:relative; float:left; width:620px; height:105px; margin-top:5px;}
.product_type_list li .cont .name a {display:block; margin-bottom:7px; font-size:14px; font-weight:bold;}
.product_type_list li .cont .pro_standard {}
.product_type_list li .cont .icon {margin-top:10px;}
.product_type_list li .cont .icon img {margin-right:3px}
.product_type_list li .cont .pro_code {position:absolute; bottom:3px; left:0; color:#aaa;}

.product_type_list li .price_area {float:left; width:100px; padding-top:30px; text-align:right;}
.product_type_list li .price_area .del_price {font-family:'NanumGothic'; margin-bottom:3px; color:#999; text-decoration:line-through;}
.product_type_list li .price_area .sell_price {font-family:'NanumGothicBold'; font-size:13px; color:#ee2b2e; line-height:20px; font-weight:bold;}
.product_type_list li .price_area .sell_price a {display:block;}

.product_type_list li .btn_buy {float:right; padding-top:23px; margin-right:12px;}
.product_type_list .first {border-top:0;}
.product_type_list li .no_list {border-top:0; height:130px; padding:30px 0; text-align:center;}*/


/* sub_product 이미지형 -- 사용안함 
.product_type_img {margin-top:28px; margin-bottom:25px;}
.product_type_img:after {content:" "; display:block; clear:both; height:0; visibility:hidden;}
.product_type_img .cont {position:relative;  float:left; width:273px; height:384px; margin-left:12px; margin-bottom:22px; border:1px solid #dcdcdc;}

.product_type_img .cont .cont_over {display:none}
.product_type_img .cont.hover .cont_over {display:block; position:absolute; top:-1px; left:-1px; z-index:15; width:271px; height:382px; border:2px solid #000; cursor:pointer}

.product_type_img .cont .photo {}
.product_type_img .cont .photo img {width:273px; height:273px;}
.product_type_img .cont .name {margin:14px 0 5px 10px;}
.product_type_img .cont .name a {display:inline-block; color:#333; font-size:14px; font-weight:bold;}
.product_type_img .cont .name a:hover {text-decoration:underline;}
.product_type_img .cont .pro_standard {margin-left:10px; font-size:11px; color:#777;}
.product_type_img .cont .price_area {margin:9px 0 0 12px;} 
.product_type_img .cont .del_price {vertical-align:top; line-height:20px; font-size:12px; color:#797979; text-decoration:line-through;}
.product_type_img .cont .del_price strong{font-family:'myriad_proregular'; font-size:14px; color:#797979; font-weight:normal; text-decoration:line-through;}
.product_type_img .cont .sell_price {font-size:16px; color:#444; font-weight:bold;}
.product_type_img .cont .sell_price strong {padding-right:1px; font-family:'myriad_proregular'; font-size:22px; color:#ee2b2e; line-height:18px;}
.product_type_img .cont .icon {margin:14px 0 0 12px;}
.product_type_img .cont .icon img {margin-right:3px}
.product_type_img .first {clear:both; margin-left:0px;}
.product_type_img .no_list {border-top:0; height:130px; padding:30px 0; text-align:center;} */



/* 장바구니- 합계 */
.shoppingCart {}
.totalEstimasi {overflow:hidden;  border-bottom:#a0a0a0 1px solid; padding:5px 0 20px; color:#444; font-family:'NanumGothic'; text-align:center;}
.totalEstimasi .result {padding-left:5px; font-size:20px; color:#ee2b2e;}

.stepCon {margin:0 auto 20px; width:1136px; height:49px; overflow:hidden; background:url(../shop/img/cartOrder/img_step.png) no-repeat;}
.stepCon.septOn1 {background-position:0px 0px;}
.stepCon.septOn2 {background-position:0px -58px;}
.stepCon.septOn3 {background-position:0px -116px;}
.stepCon li {float:left; text-align:center; width:379px; line-height:47px; font-size:14px; font-family:'NanumGothicBold'; color:#666;}
.stepCon li:first-child {margin-left:0;}
.stepCon li:nth-child(2) {width:382px;}
.stepCon li:nth-child(3) {width:375px;}
.stepCon.septOn1 li:first-child, .stepCon.septOn2 li:nth-child(2), .stepCon.septOn3 li:nth-child(3) {color:#fff;}
.stepCon li em {font-size:15px; font-family:gotham, "Montserrat", Tahoma, Verdana, "Apple SD Gothic Neo", Sans-Serif; font-weight:bold;}


/* 로그인 */
.member_login_wrap {width:700px; margin:70px auto 60px; border-bottom:0px solid #ccc;}
.member_login_wrap .member_login {background-color:#f7f7f7; border-top:1px solid #666; border-bottom:1px solid #e5e5e5; padding:20px 0 40px;}
.member_login_wrap .member_login .title_wrap {width:450px; margin:0 auto 25px; padding:0;}/* padding-top:0; 내려받음 방지 */
.member_login_wrap .member_login .title_wrap .title {display:inline-block; font-size:62px; font-weight:500; color:#2b2b2b;}
.member_login_wrap .member_login .title_wrap .desc {display:inline-block; margin-left:12px; color:#333;}
.member_login_wrap .member_login .member_login_input {overflow:hidden; position:relative; width:450px; margin:0 auto;}
.member_login_wrap .member_login .member_login_input label {float:left; width:90px; font-size:16px; color:#2b2b2b; line-height:37px;}
.member_login_wrap .member_login .member_login_input label + input {float:left; width:252px; height:37px; font-size:14px; /*color:#999;*/ margin-bottom:8px;}
.member_login_wrap .member_login .member_login_input label:first-child ~ label {clear:left;}
.member_login_wrap .member_login .member_login_input .login_button {position:absolute; top:0; right:0px; display:block; width:96px; height:82px; border:1px solid #049d81; 
border-bottom:2px solid #049d81; background:#05ad8e; color:#fff; font-weight:500; font-size:16px; cursor:pointer; border-radius:2px; overflow:visible; overflow-y:hidden;}
.member_login_wrap .member_login .member_login_input .title_id {display:inline-block; width:252px; height:37px; line-height:35px; margin-bottom:8px; padding-left:10px; font-size:18px; color:#2b2b2b;  background:#fff; border:1px solid #ebebeb;  }/* 정보수정 */
.member_login_wrap .member_login_info {width:700px; padding:25px 0 25px; border-top:0px solid #ccc; /*border-bottom:1px dashed #ccc;*/ border-bottom:1px solid #e5e5e5;}
.member_login_wrap .member_login_info ul {display:table; margin:0 auto;}
.member_login_wrap .member_login_info ul li {float:left; position:relative; padding-left:27px;}
.member_login_wrap .member_login_info ul li:before {position:absolute; top:7px; left:13px; content:""; width:1px; height:13px; vertical-align:middle; background:#e0e0e0;}
.member_login_wrap .member_login_info ul li a {display:inline-block; color:#787878; font-size:14px;}
.member_login_wrap .member_login_info ul li a:hover {text-decoration:underline;}
.member_login_wrap .member_login_info ul li:first-child {padding-left:0;}
.member_login_wrap .member_login_info ul li:first-child:before {display:none;}

.member_login_wrap .login_info_order {position:relative; overflow:hidden; margin-bottom:30px; border-left:0 none; padding-left:0;}
.member_login_wrap .login_info_order i {float:left; width:100px; padding:5px; font-size:70px;}
.login_info_join .title, .login_info_idfind .title, .login_info_order .title {font-size:26px; color:#444;}
.login_info_join .conts, .login_info_idfind .conts, .login_info_order .conts {padding:4px 25px 15px 0;}

.member_login.reconfirm {padding:30px 0 28px;} /* 비밀번호 재확인 */



/* 소셜 로그인 */
.slogin {display:table; margin:30px auto;} 
.login_sns {cursor:pointer; float:left; margin:0 7px; width:220px; height:42px; line-height:42px;text-align:center; padding-left:20px;} 
.btn_naver {border:1px solid #1aac00; color:#fff; font-weight:bold; background:#1ec800 url(../shop/img/btn/img_naver.gif) no-repeat 3px 3px; background-size:35px;}
.btn_facebook {border:1px solid #344c80; color:#fff; font-weight:bold; background:#4c649b url(../shop/img/btn/img_facebook.gif) no-repeat  3px 3px; background-size:35px;}
.btn_kakao {border:1px solid #fbdb03; color:#533335; font-weight:bold; background:#ffea0f url(../shop/img/btn/img_kakao.png) no-repeat 4px 4px; background-size:35px;}
.btn_naver:hover, .btn_facebook:hover {color:#fff;}
.btn_kakao:hover {color:#533335;}

.slogin_login_wrap {width:800px; margin:50px auto; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.slogin_login_wrap .member_login_info {}
.slogin_login_wrap .login_info_order  {padding:30px;}
.slogin_login_wrap .login_info_order .title {font-size:18px;}
.slogin_login_wrap .login_info_order .conts {padding:4px 25px 15px 0;}
.slogin_login_wrap .login_info_order.dot {border-top:1px dashed #ccc; }


/* 로그인 - 비회원주문시 약관 */
.nonmemeber_agree {width:800px; margin:35px auto;}
.nonmemeber_area {border:1px solid #e1e3e6;}
.nonmemeber_area .nonmemeber_cont {overflow-y:scroll; height:200px; margin:12px 20px 20px;  padding:0 15px; border:1px solid #e6e6e6;}
.nonmemeber_area .nonmemeber_check {margin:0 20px; padding-bottom:10px;}
.nonmemeber_area .guide_area {margin:0 20px; padding:20px; border-top:1px dashed #cacaca; text-align:center}
.nonmemeber_area .guide_area .exc{padding-left:17px; font-family:"NanumGothic";}
.nonmemeber_area .guide_area p {margin-top:20px}
.nonmemeber_area .title {margin:15px 0 0 20px; font-size:14px; color:#444; font-family:'NanumGothicBold';}


/* 회원가입 - step */
.member_stepCon {margin:-1px auto 40px; width:100%; overflow:hidden; border-left:1px solid #e5e5e5;}
.member_stepCon li {float:left; text-align:center; width:33.2%; margin-left:-1px; line-height:50px; font-size:15px; color:#666; border:1px solid #ccc; background:#f8f8f8;}
.member_stepCon li:first-child {width:33.3%;}
.member_stepCon li em {font-size:15px; font-family:'Roboto', sans-serif;}
.member_stepCon li.on {background:#073763; color:#fff; border:1px solid #073763;}


/* 회원가입 완료 */
.memberBox {position:relative; overflow:hidden; padding-top:40px; border:5px solid #e9e9e9; text-align:center;}
.memberBox .tit {margin-bottom:15px; font-size:24px; color:#444; font-family:'Noto Sans KR', sans-serif; font-weight:400;}
.memberBox ul {display:table; margin:0 auto;}
.memberBox ul li {float:left; position:relative; padding-left:25px; font-size:13px;}
.memberBox ul li strong {font-weight:500;}
.memberBox ul li:before {position:absolute; top:5px; left:12px; content:""; width:1px; height:11px; vertical-align:middle; background:#e0e0e0;}
.memberBox ul li:first-child {padding-left:0;}
.memberBox ul li:first-child:before {display:none;}
.memberBox .inBox {margin-top:40px; padding:30px; background:#f7f7f7;}
.memberBox .email_certify ul {display:table; margin:0 auto 20px;}


/* 회원가입 - 약관 */
.terms_area .title {margin:15px 0 0 20px; font-size:16px; color:#444; font-weight:500;}
.terms_area .terms_cont {overflow-y:scroll; height:235px; margin-bottom:12px; padding:0 25px 15px; border:1px solid #e6e6e6;}
.terms_area .terms_check {padding-bottom:10px; border-bottom:1px solid #e6e6e6;}
.terms_area .terms_check .radio {width:12px; height:12px; margin:0px 7px 0 10px;}
.personal_area {margin-bottom:20px;}
.personal_area .tit {margin:20px 0 -10px; font-size:16px; color:#444; font-weight:500;}
.personal_area .personal_cont {margin-top:20px; line-height:22px; }
.personal_area .personal_cont .tit {margin-bottom:5px; font-size:16px; color:#444; font-weight:500;}
.personal_area .personal_cont .s_tit {margin-bottom:5px;}
.personal_area .personal_cont ul > li {position:relative; line-height:22px; padding:0 0 0 20px;/* background:url("../shop/img/common/bul_03.gif") no-repeat 10px 10px;*/}
.personal_area .personal_cont ul > li:after {content:""; display:block; position:absolute; top:12px; left:10px; width:5px; height:1px; background:#848484;}
.personal_area .personal_cont ul li ul {padding-left:5px;}
.personal_area .personal_cont ul > li > ul > li {padding:0 0 0 9px}
.personal_area .personal_cont ul > li > ul > li:after {content:""; display:block; position:absolute; top:11px; left:0; width:3px; height:3px; background:#848484;}
.personal_area .personal_cont dl {}
.personal_area .personal_cont dl dt {color:#444; margin-top:10px;}
.personal_area .personal_cont dl dd {margin-bottom:5px;}
.personal_area .personal_cont dl dd ul {margin-top:4px;}
.personal_area .personal_cont dl dd ul li a {color:#434343;}
.personal_area .personal_cont ol li ol {padding-left:5px; margin:5px 0 10px 0;}
.personal_area .personal_cont ol li ul {padding-left:5px;}


.member .btn_list {margin-top:5px; padding:25px 0 0;}


/* 새창 */
.nWin_area {margin:20px 20px 40px;}
.nWin_title h1 {height:48px; line-height:48px; font-weight:normal; color:#fff; background:#5d5d5d; padding-left:15px;}



/* Board - List - 공지사항 */
.data_table {border-top:1px solid #777777; border-bottom:2px solid #e5e5e5; margin-bottom:10px;}
.data_table table * {vertical-align:middle;}
.data_table table {width:100%;}
.data_table table th {padding:14px 0; background:#fafafa; text-align:center; color:#444; font-weight:bold;}
.data_table table th img {vertical-align:middle; margin:-1px 0 0 2px;}
.data_table table td {padding:13px 0; border-top:1px solid #e5e5e5; text-align:center;}
.data_table table td * {vertical-align:top;}
.data_table table td img {vertical-align:middle;}
.data_table table td a:hover {color:#666; text-decoration:underline;}
.data_table table .tleft {padding-left:15px; text-align:left;}
.data_table table .tleft a {display:inline-block; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.data_table table .tright {padding-right:0px; text-align:right;}
/*.data_table table .notice a {color:#666; font-weight:bold;} bo_notice 사용 */	


/* 데이터 테이블 - 문의하기 후기 */
.data_table_02 {border-top:1px solid #777777; border-bottom:2px solid #e5e5e5; margin-bottom:10px;}
.data_table_02 table * {vertical-align:middle;}
.data_table_02 table {width:100%;}
.data_table_02 table th {padding:14px 0; background:#fafafa; text-align:center; color:#444; font-weight:bold;}
.data_table_02 table td {padding:14px 10px ; border-top:1px solid #dcdcdc; text-align:center;}
.data_table_02 table td * {vertical-align:top;}
.data_table_02 table td img {vertical-align:middle;}
.data_table_02 table .tleft {padding-left:15px; text-align:left;}
.data_table_02 table .tleft2 {padding-left:100px; text-align:left;}
.data_table_02 table td.bg {background:#fff; border-top:1px dotted #ccc; }
.data_table_02 table td.question {padding: 0;}
.data_table_02 table td dl {margin:0;}
.data_table_02 table td dl dt {position:relative; overflow:hidden; padding:11px 0; background:#fafafa;}
.data_table_02 table td dl dt .blet {float:left; width:11%; font-size:17px; font-weight:bold; color:#333; text-align:right; padding-right:3px;}
.data_table_02 table td dl dt .text {float:right; width:88%; color:#555; padding:0; margin-top:4px;  font-size:13px;}
.data_table_02 table td dl dd {position:relative; overflow:hidden; padding:11px 0;}
.data_table_02 table td dl dd .blet {float:left; width:11%; font-size:17px; font-weight:bold; color:#ffa423; text-align:right; padding-right:3px; }
.data_table_02 table td dl dd .text {float:right; width:88%; color:#555; margin-top:4px; font-size:13px;}
.data_table_02 table td dl img {margin-right:10px;}
.data_table_02 table td span {display:block; margin-bottom:5px;font-size:12px; color:#888; }


/* 데이터 테이블 - 회사소개 */
.data_table_01 {border-top:2px solid #3a79b6; border-bottom:1px solid #e5e5e5;}
.data_table_01 table * {vertical-align:middle;}
.data_table_01 table {width:100%;}
.data_table_01 table th {padding:8px 0 10px; background:#f9f9f9; border-top:1px solid #e5e5e5; border-left:1px solid #e5e5e5; font-weight:bold; color:#444; text-align:center;}
.data_table_01 table td {padding:8px 0 10px; text-align:center; border-top:1px solid #e5e5e5; border-left:1px solid #e5e5e5; color:#444;}
.data_table_01 table th:first-child, .data_table_01 table td:first-child {border-left:none;}
.data_table_01 table .tleft {padding-left:15px; text-align:left; }
.data_table_01 table td dl {margin:30px;}


/* 데이터 테이블 - 전체보더 thead없는것, 기본정보 */
.data_table_04 {border-top:0px solid #9b9b9b; border-bottom:0px solid #9b9b9b;}
.data_table_04 table * {vertical-align:middle;}
.data_table_04 table {width:100%;}
.data_table_04 table th {padding:8px 0 10px 15px; background:#f9f9f9; border:1px solid #e5e5e5; font-weight:normal; color:#444; text-align:left;}
.data_table_04 table td {padding:8px 0 10px 12px; text-align:left; border:1px solid #e5e5e5; color:#444;}
.data_table_04 table td strong {color:#37ab02; font-weight:normal;}
.data_table_04 .empty_table {padding:50px 0 !important;text-align:center}


/* Board - Gallery */



/* board 상세
.board_view {position:relative; margin-top:5px; border-top:1px solid #777;}
.board_view .title {padding-left:15px; background:#fafafa; border-bottom:1px solid #dcdcdc;*zoom:1;}
.board_view .title:after {content:" ";display:block;clear:both;height:0;visibility:hidden;}
.board_view .title .text {float:left; padding:13px 0; font-family:'NanumGothicBold'; font-size:15px; color:#444; letter-spacing:0px;}

.board_view .title_info {padding:12px 0 12px 15px; border-bottom:1px solid #dcdcdc;*zoom:1; }
.board_view .title_info:after {content:" "; display:block;clear:both;height:0;visibility:hidden;}
.board_view .title_info .name {float:left;}
.board_view .title_info .day {float:right; padding:0 20px 0 0;}
.board_view .title_info .hit {float:right; padding:0 15px 0 0;}
.board_view .title_info .comment {float:right; padding:0 10px 0 0; margin-right:12px;}/*사용안함*/
 */

/* 폼 테이블 - 수정전 
.form_table_01 {border-bottom:1px solid #434343;}
.form_table_01 table * {vertical-align:middle;}
.form_table_01 table {width:100%;}
.form_table_01 table th {padding:0 0 0 20px;background:#fafafa;text-align:left;color:#444;border-top:1px solid #dadada;letter-spacing:-1px;}
.form_table_01 table th img {vertical-align:middle;margin:-1px 0 0 2px;}
.form_table_01 table td {padding:10px 0 10px 15px;border-top:1px solid #dcdcdc;}
.form_table_01 table td * {vertical-align:top;}
.form_table_01 table td .info_txt {display:inline-block;padding-top:2px;color:#777777;}
.form_table_01 table td .info_txt_02 {padding-left:17px;background:url("/images/ico/ico_03.gif") no-repeat 0 3px;color:#777777;}
.form_table_01 table td .info_txt_03 {display:inline-block;padding-top:2px;margin-left:5px;font-family:"malgunbd";color:#434343;}
.form_table_01 table .first th, .form_table_01 table .first td {border-top:0;} 
.form_table_01 table .td_id {font-family:"malgunbd";font-size:14px;color:#08b3e5;}
.form_table_01 table .td_img img {margin-top:-2px;}*/


/* 이용후기 한마디 */
.section_title {margin-bottom:12px !important;}
.comments {position:relative; padding:0 0 0 10px; border-top:1px solid #d9d9d9}

.write_comment {position:relative; overflow:hidden; clear:both; margin-top:16px; padding-bottom:10px;}
.write_comment .cover {display:block; overflow:hidden; width:calc(100% - 88px); border:1px solid #C4C2C2; border-radius:3px;}
.write_comment textarea {display:block; overflow:hidden; padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; height:100%; max-height:66px; width:100%; border:0;}
.write_comment > .btn_write {display:block; position:absolute; top:0; right:10px; height:68px; width:68px; font-size:13px; color:#333; text-align:center; line-height:68px; border:1px solid #b4b2b3; background:#fff;}
.write_comment > .user {float:left; margin:10px 0 0 0;}
.write_comment > .user span {display:inline-block; margin:0 10px 0 2px;}
.write_comment > .user input[type=text], .write_comment > .user input[type=password] { margin-left:10px; padding:0 5px; border:1px solid #C4C2C2; border-radius:2px; background:#fafafa;}
.write_comment > .remain {float:right; margin:8px 86px 0 0; font-size:12px; color:#999;}
/*
.list_comments {margin:30px auto; border-top:1px solid #efefef}
.list_comments li {overflow:hidden; position:relative; padding:12px 0; word-break:break-word; word-wrap:break-word; border-bottom:1px solid #efefef; box-sizing:border-box;}
.list_comments li .user {box-sizing:border-box; display:inline-block; position:relative; overflow:hidden; padding-left:10px; font-size:13px; color:#333; line-height:25px}
.list_comments li .date {display:inline-block; margin-left:15px; font-size:13px; color:#999; line-height:25px;}
.list_comments li .btn_reply {position:absolute; top:10px; right:10px; padding-right:12px; font-size:13px; line-height:25px; color:#777;
background:url('../images/common/btn_arrow_bottom.png') no-repeat 100% 9px;}
.list_comments li .btn_reply.up {background:url('../images/common/btn_arrow_top.png') no-repeat 100% 9px;}
.list_comments li .comment {padding:7px 10px 0;}
.list_comments li ul.reply .user, ul.list_comments li ul.reply .comment {padding-left:0;}
.list_comments li ul.reply {margin:7px 0 -6px}
.list_comments li ul.reply li {padding-left:40px;border-top:1px solid #efefef; border-bottom:0; background:url('../images/common/icon_reply.png') no-repeat 16px 15px;}
.list_comments li .reply_write {position:relative; margin-top:20px; padding:0 0 2px 40px; background:url('../images/common/icon_reply.png') no-repeat 16px 0;}
.list_comments li .reply_write .write_comment {margin:0px}*/


/* 폼 테이블 위에 1px보더 */
.form_table_02 {border-top:1px solid #7f7f7f; border-bottom:1px solid #7f7f7f;}
.form_table_02 table * {vertical-align:middle;}
.form_table_02 table {width:100%;}
.form_table_02 table th {width:180px; padding-left:25px; background:#fafafa; text-align:left; border-top:1px solid #e5e5e5; font-weight:400;}
.form_table_02 table th img {vertical-align:middle; margin:-1px 0 0 2px;}
.form_table_02 table td {height:52px; padding:9px 20px; border-top:1px solid #e5e5e5;}

.form_table_02 table td .info_txt {display:inline-block; margin-left:5px; color:#777;}
.form_table_02 table td input {}
.form_table_02 table td select {width:150px;}
/*.form_table_02 table td .info_txt_02 {padding-left:17px;background:url("/images/ico/ico_03.gif") no-repeat 0 3px;color:#777;}
.form_table_02 table td .info_txt_03 {display:inline-block;padding-top:2px;margin-left:5px;font-family:'NanumGothic'; color:#434343;}*/
.form_table_02 table .first th, .form_table_02 table .first td {border-top:0;} 
/*.form_table_02 table .td_id {font-size:14px; color:#08b3e5;}
.form_table_02 table .edit {padding-left:0;}
.form_table_02 table .tdp {padding:14px 0 6px 15px;}
.form_table_02 table .tdp .checkbox_03 {margin-bottom:12px;} 
.form_table_02 table .td_b label {margin-right:15px !important;}*/

.form_table_02 table tr:first-child th, .form_table_02 table tr:first-child td {border-top:0px}

.form_table_02 .frm_info {display:inline; font-size:13px; margin-left:10px; margin-right:10px; color:#999;}
.form_table_02 .ess {position:relative; overflow:hidden; padding-right:10px} /* 필수 */
.form_table_02 .ess:before {position:absolute; top:4px; right:0; color:#ff0000; content:"*";} /* 필수 */

.form_table_02 table td .frm_address {margin-top:5px;}
.form_table_02 table td input[type=radio] {margin:0 4px 0 12px;} 
.form_table_02 table td input[type=radio]:first-child {margin-left:0;}


/* 쇼핑몰 이용안내 */
.customer_area {margin-top:40px; line-height:1.7; padding:30px; border:1px solid #dcdcdc; border-top:1px solid #777777;}
.customer_area h4 {margin-bottom:5px; height:30px; font-size:17px; color:#d9151d; letter-spacing:0px; font-family:'NanumGothicBold';}
.customer_area .p_text {margin-bottom:20px; padding-left:5px;  }
.customer_area .info_list li { padding-left:15px; background:url(../shop/img/common/bul_02.gif) no-repeat 7px 10px;}
.customer_area .dot_line {border-top:1px dashed #dcdcdc; margin-top:20px; margin-bottom:20px;}


/* 커뮤니티 이용안내 탭 */
.customer_area .customer_quick {margin-bottom:30px;*zoom:1; border-top:1px solid #cacaca; background:#f9f9f9; border-right:1px solid #cacaca; }/* width사이즈조절 */
.customer_area .customer_quick:after {content:" "; display:block; clear:both; height:0; visibility:hidden;}
.customer_area .customer_quick li {position:relative; float:left;}
.customer_area .customer_quick li a {display:block; width:93px; padding:10px 20px; border-left:1px solid #cacaca; border-bottom:1px solid #cacaca; font-family:'NanumGothicBold';}
.customer_area .customer_quick li a:hover {background:#6e6e6e; color:#fff; text-decoration:none;}
.customer_area .customer_quick li.first {border-top:0;} 
.customer_area .customer_quick li a.width {width:156px; }


/* Box */
.box01 {padding:15px; text-align:center; background:#f9f9f9; border:#e5e5e5 1px solid; color:#444; font-family:'NanumGothicBold'; font-size:16px; }
.box01 em {color:#d7292d; font-size:18px; font-family:Tahoma, Verdana, "Apple SD Gothic Neo", Sans-Serif;}
.box03 {padding:15px; text-align:center; background:#f9f9f9; border:#e5e5e5 1px solid; color:#444; font-family:'NanumGothic'; font-size:12px; } /* 상품문의,리뷰 하단 설명 */


/* 버튼정렬 */
.btn_type_01 {margin-top:30px; text-align:center; font-size:0;} /* 가운데정렬 */
.btn_type_01 input {margin:0 4px;}
.btn_type_01 a {margin:0 4px; font-size:15px;}



/* search
.search_area {background:#fafafa; padding:20px 0; margin-bottom:40px; text-align:center; border:1px solid #e8e8e8;}
.search_area input.btn {background:#555555;  padding:9px 10px 9px 12px; border:1px solid #555555; border-left:none;}
.search_area input[type=text] {padding:1px 10px; line-height:32px; height:32px; border:1px solid #dcdcdc; background:#fff;}
 */



/* btn Box */
.btn_sbox {display:inline-block; padding:0 17px; height:28px; line-height:28px; background:#d9151d; color:#fff; border:none;}/* 게시판 검색 */


button[class*='text-style'] {margin:0; padding:0; border:0 none; background-color:transparent;}
button[class*='text-style']:hover {text-decoration:underline;}
[class|='btn'] {line-height:normal; vertical-align:middle; position:relative; display:inline-block; border-color:transparent; border-width:0; cursor:pointer; border-radius:0px; 
-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; overflow:visible; overflow-y:hidden;}
[class|='btn']:after {vertical-align:top; position:absolute; top:0; right:0; bottom:0;}
[class|='btn'] span {text-align:center; vertical-align:top; white-space:nowrap; position:relative; display:inline-block; width:100%; min-width:50px; height:100%; background-repeat:no-repeat;}
/* gray */
[class|='btn'][class*='gray'],
[class|='btn'][class*='gray']:after {color:#fff; border:1px solid #6e6e6e; background:#6e6e6e;}
/* white */
[class|='btn'][class*='white'],
[class|='btn'][class*='white']:after {color:#444; border:1px solid #cccccc; background:#fafafa;}
/* red */
[class|='btn'][class*='red'],
[class|='btn'][class*='red']:after {color:#fff; border:1px solid #d9151d; background:#ee2b2e;}
/* orange -> 주요폰트 녹색변경 */
[class|='btn'][class*='orange'],
[class|='btn'][class*='orange']:after {color:#fff; border:1px solid #0d91d5; background:#0d91d5;}
/* height 24 */
[class|='btn'][class*='h24'] {letter-spacing:0px; line-height:24px; height:26px;}
[class|='btn'][class*='h24'] {padding:0px 8px;}
[class|='btn'][class*='h24']:after {width:2px;}
/* height 30 */
[class|='btn'][class*='h30'] {letter-spacing:0px; line-height:30px; height:32px; font-size:14px;}
[class|='btn'][class*='h30'] {padding:0 15px;}
[class|='btn'][class*='h30']:after {width:2px;}
/* height 36 */
[class|='btn'][class*='h36'], 
[class|='btn'][class*='h36'] span {letter-spacing:0px; line-height:36px; height:38px;}
[class|='btn'][class*='h36'],
[class|='btn'][class*='h36'] span {padding:0 25px;}
[class|='btn'][class*='h36']:after {width:2px;}


/* font style */
.fc_green {color:#0d91d5;}
.fc_em {color:#ee2b2e;}



/* margin */
.mt5 {margin-top:5px;}
.mt7 {margin-top:7px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}







/* ----------------------------------------------------------------- */
/* SIR 지운아빠 */
/* ----------------------------------------------------------------- */

/* 초기화 */
/*html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:dotum}
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:dotum}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
#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;text-decoration:underline}*/


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute; border:0px solid #e5e5e5; }
.hd_pops_con {}
.hd_pops_footer {padding:5px 0;background:#000;color:#fff;text-align:right;}
.hd_pops_footer button {margin-right:5px;padding:2px 10px;border:0;background:#393939;color:#fff; }


/* 상단 레이아웃 */
#hd {min-width:1000px;border-bottom:1px solid #dde4e9}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_qnb {border-bottom:1px solid #e5e5e5;background:#f2f5f9;zoom:1}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_qnb div {text-align:center;letter-spacing:-4px}
#hd_qnb a {letter-spacing:0}

#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:1000px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:5px 0 0}

#hd_sch {float:left;margin:0 0 0 20px;border:1px solid #c3c6ca}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch #sch_str {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}

#tnb {float:right}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {zoom:1}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left}
#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 {text-decoration:none}


/* 중간 레이아웃 */
#wrapper {z-index:5;margin:30px auto;width:1000px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}

/* aside wrapper */
#aside {float:left;margin:0 10px 0 0;width:150px}
/*
#container {position:relative; float:left; width:740px; min-height:500px;height:auto !important;height:500px;background:#fff;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
*/
/* 텍스트 크기 조절 */
#text_size {display:none;position:absolute;top:-31px;left:-1px}
#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;background:#000;color:#fff;cursor:pointer}

/* 하단 레이아웃 */
#ft {clear:both;padding:0 0 40px;min-width:1000px;border-top:1px solid #e5e5e5}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft div {position:relative;margin:0 auto;padding:0 0 0 200px;width:750px}
#ft_logo {position:absolute;top:20px;left:0}
#ft ul {margin:0 0 15px;padding:20px 0 0;zoom:1}
#ft ul:after {display:block;visibility:hidden;clear:both;content:""}
#ft li {float:left;margin:0 20px 0 0}
#ft a {text-decoration:none}
#ft p {margin:0;padding:10px 0;line-height:1.8em}
#ft span {display:inline-block;margin:0 15px 0 0}
#ft b {display:inline-block;margin:0 5px 0 0}
#ft_totop {position:absolute;top:20px;right:0}

/* 화면낭독기 사용자용 -사용검색*/
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

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

/* 캡챠 자동등록(입력)방지 기본
#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:100px;height:43px;border:1px solid #e5e5e5}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:90px;height:41px;border:1px solid #b8c9c2;background:#fafafa;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;}
 */
/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:25px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e5e5e5}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

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

/* 목록 바로가기 */
.sanchor {margin:0 0 10px;padding:0;zoom:1;}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;margin-left:-1px;list-style:none}
.sanchor a {display:inline-block;border:1px solid #e5e5e5;background:#f2f5f9;padding:0 7px;height:30px;text-decoration:none;line-height:2.6em}
.sanchor a:focus, .sanchor a:hover {background:#626870;color:#fff;text-decoration:none}
.sanchor a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}

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

/* 버튼 ---------------------------------------------------------------------- 마이페이지는 사용안함 */
a.btn01 {display:inline-block; padding:0 20px; height:31px; line-height:29px; border:1px solid #ccc; background:#fafafa; font-size:14px; color:#000; text-decoration:none; vertical-align:middle; letter-spacing:0px; 
overflow:visible; overflow-y:hidden;}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:6px 8px 3px; border:1px solid #ccc; background:#fafafa;  font-size:14px; color:#000; text-decoration:none; letter-spacing:0px;}
a.btn02 {display:inline-block; padding:0 20px; height:31px; line-height:29px; border:1px solid #026cb0; background:#0072bc; font-size:14px; color:#fff; text-decoration:none; vertical-align:middle; 
letter-spacing:0px; overflow:visible; overflow-y:hidden;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block; margin:0;padding:6px 8px 3px; border:1px solid #026cb0; background:#0072bc; font-size:14px; color:#fff; text-decoration:none; letter-spacing:0px;}

.btn_confirm {text-align:center;} /* 서식단계 진행 */
/*.btn_submit {padding:0 30px 0; height:30px; line-height:30px; border:0px solid #d9151d; background:#d9151d; color:#fff; cursor:pointer; overflow:visible; overflow-y:hidden;}*/
/*button.btn_submit {display:inline-block; margin:0; padding:0 15px 0; height:30px; line-height:30px; letter-spacing:0px; font-family:'NanumGothicBold'; 
letter-spacing:0px; border-radius:0px; overflow:visible; overflow-y:hidden;}
fieldset .btn_submit {padding:0 15px 0; height:30px; line-height:30px;  overflow:visible; overflow-y:hidden;}*/


a.btn_submit {display:inline-block; padding:0 15px 0; height:30px; line-height:30px; border:1px solid #555; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:#555;  color:#fff; text-decoration:none; vertical-align:middle; overflow:visible; overflow-y:hidden;}
input.btn_submit {display:inline-block; padding:0 15px 0; height:30px;  line-height:30px; border:1px solid #555; background:#555; color:#fff; vertical-align:top; text-decoration:none; overflow:visible; overflow-y:hidden;}

a.btn_cancel {display:inline-block; padding:0 15px 0; height:30px; line-height:30px; border:1px solid #ccc; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:#fafafa; color:#000; text-decoration:none; vertical-align:middle; overflow:visible; overflow-y:hidden;}
button.btn_cancel {display:inline-block; padding:0 15px 0; height:30px;  line-height:30px; border:1px solid #ccc; background:#fafafa; color:#000; vertical-align:top; text-decoration:none; overflow:visible; overflow-y:hidden;}

.btn_frmline {height:32px; line-height:32px; border:0px solid #464950; background:#5c6067; color:#fff; letter-spacing:0px; cursor:pointer; overflow:visible; overflow-y:hidden;}
a.btn_frmline, button.btn_frmline {display:inline-block; padding:0 10px; height:32px; line-height:32px; font-size:13px; background:#5c6067; color:#fff; text-decoration:none; vertical-align:middle;} /* 우편번호검색버튼 등 */
/* 혜영추가 */
a.btn_frmline2, button.btn_frmline2 {display:inline-block; padding:0px 10px; height:29px; line-height:29px; border:0px solid #464950; background:#5c6067; color:#fff; letter-spacing:0em;
text-decoration:none;vertical-align:middle; font-weight:bold;} /* 우편번호검색버튼 등 */
button.btn_frmline3 {display:inline-block; padding:0; height:23px; border:1px solid #dcdcdc; background:#fff; vertical-align:middle;} /* 증가,감소 */
button.btn_frmline3 em {visibility:hidden; position:absolute; top:-9999px; width:0; height:0; font-size:0; line-height:0; text-indent:-9999px;}


/* 게시판용 버튼 */
/*a.btn_b01 {display:inline-block; font-size:11px; padding:6px 8px 3px; 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; font-size:11px; padding:6px 8px 3px; border:1px solid #e45200; background:#ff6610; color:#fff; text-decoration:none; vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;font-size:11px; padding:6px 8px 3px; 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}*/


.btn_b01 {display:inline-block; position:relative; margin:0; cursor:pointer; overflow:visible; overflow-y:hidden; vertical-align:middle; border:solid 1px #c0c0c0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.btn_b01, button.btn_b01, input.btn_b01 {padding:0 12px 0; height:30px; line-height:30px; letter-spacing:0px; font-family:'NanumGothicBold';}
.btn_b01 {border-color: #c0c0c0; background: #fafafa;}
.btn_b01:hover {}

.btn_b02 {display:inline-block; position:relative; margin:0; cursor:pointer; overflow:visible; overflow-y:hidden; border:solid 0px #c0c0c0; vertical-align:middle;}
.btn_b02, button.btn_b02, input.btn_b02 {padding:0 15px 0; height:30px; line-height:30px; letter-spacing:0px; font-family:'NanumGothicBold';}
.btn_b02 {border-color: #c80f0e; background-color: #d9151d; color: #fff;}
.btn_b02:hover {color: #fff;}

.btn_admin {display:inline-block; position:relative; margin:0; cursor:pointer; overflow:visible; overflow-y:hidden; vertical-align:middle; border:solid 0px #c0c0c0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.btn_admin, button.btn_admin, input.btn_admin {padding:0 15px 0; height:30px; line-height:30px; letter-spacing:0px; font-family:'NanumGothicBold';}
.btn_admin {border-color: #c80f0e; background-color: #e2221d; color:#fff; text-shadow: 1px 0 0 #c51f1a;}
.btn_admin:hover {color: #fff; }


/*.btn_admin {display: inline-block; position: relative; margin: 0; border-radius: 2px 2px 2px 2px; cursor: pointer; overflow: visible; overflow-y: hidden; border: solid 1px #c0c0c0; vertical-align: middle; }
.btn_admin, button.btn_admin, input.btn_admin {padding:2px 9px 0; height:22px; line-height:22px; font-size:12px!important; letter-spacing:-1px; font-weight: bold; }
.btn_admin {border-color: #777; background-color: #737373;	background-position: center -460px; color: #fff; text-shadow: 1px 0 0 #666;}
.btn_admin:hover {background-color: #858585; background-position: center -520px; color: #fff; text-shadow: 1px 0 0 #c51f1a;}*/




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

/* 기본테이블  */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #7f7f7f; border-bottom:1px solid #ccc; background:#fafafa; color:#444; font-size:0.95em; text-align:center; font-weight:normal;}
.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 #7f7f7f;border-bottom:1px solid #7f7f7f;background:#fafafa;text-align:center; font-weight:normal;}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.tbl_head01 td {text-align:center; padding:10px 0; border-top:1px solid #ccc;border-bottom:1px solid #ccc; word-break:break-all}
.tbl_head01 a {}
.tbl_head01 td.tleft{text-align:left;}


.tbl_head02 {clear:both; margin:0 0 10px} /*2단구조 주문상세보기*/
.tbl_head02 thead th {padding:8px 0;border-top:1px solid #7f7f7f; border-bottom:1px solid #ccc; background:#fafafa; color:#444; font-size:0.95em; text-align:center; font-weight:normal;}
.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; font-weight:normal;}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;word-break:break-all; text-align:center;}
.tbl_head02 a {}
.fc_blue {color:#2565d0;}


/* 폼 테이블 - 게시판 글쓰기 */
.tbl_frm01 {margin:5px 0 20px;}
.tbl_frm01 table {width:100%; border-collapse:collapse; border-spacing:0; border-top:1px solid #777777;}
.tbl_frm01 th {width:100px; padding:6px 13px 8px; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5; border-left:0; background:#fafafa; text-align:left; color:#444; font-weight:normal;}
.tbl_frm01 td {padding:9px 10px;border-bottom:1px solid #e5e5e5;background:transparent; }
.tbl_frm01 textarea {border:1px solid #e5e5e5; background:#f9f9f9; color:#000; vertical-align:middle; line-height:2em}
.tbl_frm01 textarea {padding:10px 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.frm_input {height:22px}
.tbl_frm01 textarea {width:99%; height:200px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}




/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {width:100%; height:100px; line-height:100px; /*padding:20px 0 !important;*/text-align:center}

/* 필수입력 */
.required, textarea.required {/*background:url('../img/wrest.gif') #fafafa top right no-repeat !important*/}

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

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

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
/*.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e5e5e5;background:#fff;font-size:1.2em}*/
.new_win #win_title {margin:0 0 20px; height:40px; font-family:'NanumGothicBold'; font-size:14px; line-height:40px; color:#fff; background:#454240; padding-left:15px;}
.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 {margin:10px 20px 0; font-family:'NanumGothic'; }

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
/*
.new_win .win_btn button {display:inline-block;  font-size:11px; letter-spacing:-1px; padding:0 13px; background:#6e6e6e; color:#fff; border:1px solid #484848; line-height:30px; height:30px; cursor:pointer;
border-radius:0px; overflow:visible; overflow-y:hidden;}
.new_win .win_btn input { padding:0 13px; line-height:30px; height:30px; border-radius:2px; overflow:visible; overflow-y:hidden;}
.new_win .win_btn a {display:inline-block; font-size:11px; letter-spacing:-1px; padding:0 12px; border:1px solid #484848; color:#fff; background:#6e6e6e; vertical-align:middle; line-height:28px; height:28px;  
border-radius:0px; overflow:visible; overflow-y:hidden;}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}*/


/* 자바스크립트 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 #e5e5e5;background:#fff}

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

/* 페이징*/
/*.pg_wrap {clear:both; margin:0 0 20px; padding:15px 0 0; text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block; padding:0; height:32px; line-height:32px; letter-spacing:0; vertical-align:middle}
.pg_page img {vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {border:1px solid #dcdcdc; width:32px; height:32px; text-decoration:none}
.pg_start, .pg_prev 
.pg_end, .pg_next 
.pg_prev {margin-right:3px;}
.pg_next {margin-left:3px;}
.pg_current {display:inline-block; margin:0 2px 0 0; padding:0; width:31px; height:31px; line-height:31px; background:#777; color:#fff; border:1px solid #777; font-weight:bold;}
 */


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


/* 상품리뷰 모음 -- 혜영 사용안함 search_area 교체*/
#sps_sch {margin:5px 0 10px}
#sps_sch a {display:inline-block;padding:0 8px;height:21px;background:#333;color:#fff;text-decoration:none;vertical-align:middle;line-height:1.9em}
/*#sps_sch .btn_submit {padding:0 8px;height:24px;vertical-align:middle}*/

#sps {border-top:1px solid #7f7f7f; zoom:1}
#sps ol {margin:0;padding:0;border-top:1px solid #e5e5e5;list-style:none}
#sps li {position:relative;padding:10px;border-bottom:1px solid #e5e5e5}
#sps li:after {display:block;visibility:hidden;clear:both;content:""}

.sps_img {float:left;margin:0 10px 0 0;width:80px}
.sps_img span {position:absolute;font-size:0;line-height:0;overflow:hidden}

#sps dl {margin:5px 0 10px;zoom:1}
#sps dl:after {display:block;visibility:hidden;clear:both;content:""}
#sps dt {float:left}
#sps dd {float:left;margin:0 20px 0 5px}
#sps dd img {position:relative;top:-2px}
#sps_empty {height:100px; line-height:100px; /*padding:20px 0;*/text-align:center} /* 혜영추가 */

.sps_section {float:left;width:1025px} /* 사이즈 조절 요함 */
.sps_section .sps_con {padding:10px; background:#fbfbfb; line-height:1.7em}
.sps_section p {padding:0;width:100%;height:20px;overflow:hidden}
.sps_con_full {padding:0;height:auto !important}
.sps_con_btn {margin:5px 0 0;text-align:right}
.sps_con_btn button {margin:0; padding:0 8px; width:50px; height:22px; font-weight:bold; letter-spacing:-1px; line-height:20px; border:1px solid #484848; background:#6e6e6e; color:#fff; font-size:11px; border-radius:2px; overflow:visible; overflow-y:hidden;}


/* 상품문의 모음 -- 혜영 사용안함 */
#sqa_sch {margin:5px 0 10px}
#sqa_sch a {display:inline-block;padding:0 8px;height:21px;background:#333;color:#fff;text-decoration:none;vertical-align:middle;line-height:1.9em}
/*#sqa_sch .btn_submit {padding:0 8px;height:24px;vertical-align:middle}*/

#sqa {border-top:1px solid #7f7f7f; zoom:1}
#sqa ol {margin:0;padding:0;border-top:1px solid #e5e5e5;list-style:none}
#sqa li {position:relative;padding:10px;border-bottom:1px solid #e5e5e5}
#sqa li:after {display:block;visibility:hidden;clear:both;content:""}

.sqa_img {float:left;margin:0 10px 0 0;width:80px}
.sqa_img span {position:absolute;font-size:0;line-height:0}

#sqa dl {margin:5px 0 10px;zoom:1}
#sqa dl:after {display:block;visibility:hidden;clear:both;content:""}
#sqa dt {float:left}
#sqa dd {float:left;margin:0 20px 0 5px}
#sqa dd img {position:relative;top:-2px}
#sqa_empty {height:100px; line-height:100px; /*padding:20px 0;*/text-align:center} /* 혜영추가 */

.sqa_section {float:left;width:1025px} /* 사이즈 조절 요함 */
.sqa_section .sqa_con {padding:10px; background:#fbfbfb; line-height:1.7em}
.sqa_section p {padding:0;width:100%;height:20px;overflow:hidden}
.sqa_con_full {padding:0;height:auto !important}
.sqa_con_btn {margin:5px 0 0; text-align:right}
.sqa_con_btn button {margin:0; padding:0 8px; width:50px; height:22px; font-weight:bold; letter-spacing:-1px; line-height:20px; border:1px solid #484848; background:#6e6e6e; color:#fff; font-size:11px; border-radius:2px; overflow:visible; overflow-y:hidden;}



/* 마이페이지 */
#smb_my {}

#smb_my_ov {margin:0 0 20px}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_act {margin:15px 0 10px;;zoom:1}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act ul {float:right;margin:0;padding:0;list-style:none}
#smb_my_act li {float:left;margin:0 0 0 4px}
#smb_my_ov dl {margin:0; border:1px solid #e5e5e5; padding:20px 30px;}
#smb_my_ov dl:after {display:block;visibility:hidden;clear:both;content:''}
#smb_my_ov dt {float:left; width:10%; padding:5px 0; border-bottom:0px solid #e5e5e5; font-family:'NanumGothicBold'; }
#smb_my_ov dd {float:left; width:40%; padding:5px 0; border-bottom:0px solid #e5e5e5} /* 사이즈 조절 요함 */
#smb_my_ovaddt {}
#smb_my_ovaddd {width:90% !important; border-bottom:0; }

#smb_my_od {margin:0 0 20px}
#smb_my_od h2 {margin:0 0 10px; font-family:'NanumGothicBold'; font-size:16px; color:#444;}

#smb_my_wish h2 {margin:0 0 10px; font-family:'NanumGothicBold'; font-size:14px; color:#444;}

#smb_my_more {text-align:right}

/*.smb_my_img {width:90px;text-align:center}*/

/* 장바구니 */
#sod_bsk {}
.sod_img {width:90px;text-align:center}
.sod_opt {margin:5px 0; border:1px solid #e5e5e5;border-bottom:0;background:#fcfcfc}
.sod_opt ul {margin:0;padding:0;list-style:none}
.sod_opt li {padding:5px; border-bottom:1px solid #e5e5e5; font-size:12px;}
.sod_option_btn .mod_options {margin-top:5px; padding:3px 0 2px;width:100%;border:0; background:#5c6067; color:#fff; cursor:pointer; font-size:11px;}

#sit_opt_added {margin:0; padding:0; border:0px solid #e5e5e5; border-bottom:0; /*background:#f5f7fa;*/ list-style:none; border-bottom:1px solid #e5e5e5}
#sit_opt_added li {overflow:hidden; padding:10px 7px 8px; line-height:25px; }
#sit_opt_added li div {position:relative; float:right; margin:0;}
#sit_opt_added button {margin:0 0 0 0px} 

#sit_opt_added .sit_opt_subj2 {float:left; width:103px;}
#sit_opt_added .buy_number {float:left;} 
#sit_opt_added li .sit_qty_plus {width:30px; height:34px; border:1px solid #dcdcdc; border-left:0; background:url(../shop/img/btn/btn_up_01.gif) no-repeat center 4px; font-size:0;}
#sit_opt_added li .sit_qty_minus {width:30px; height:34px; border:1px solid #dcdcdc; border-right:0; background:url(../shop/img/btn/btn_down_01.gif) no-repeat center 4px; font-size:0;}
#sit_opt_added li .sit_opt_del {margin-left:3px; width:32px; height:32px; border:0px; background:url(../shop/img/btn/btn_del_01.gif) no-repeat center 5px; font-size:0;}





#sod_bsk_list {position:relative}
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;
border:1px solid #7f7f7f; background:#fff; overflow-y:scroll;overflow-x:none}

#sod_bsk_tot {margin:0 0 20px;padding:10px;border:1px solid #e5e5e5;background:#f2f5f9;zoom:1}
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk_tot dt, #sod_bsk_tot dd {float:left;padding:12px 0;border-bottom:1px solid #e5e5e5}
#sod_bsk_tot dt {padding-left:2%;width:48%;font-weight:bold}
#sod_bsk_tot dd {margin:0;padding-right:2%;width:47%;text-align:right}
.sod_bsk_cnt {background:#ff3061;color:#fff}
.sod_bsk_point {border-bottom:0 !important}

#sod_bsk_act {text-align:center; margin-top:20px}
#sod_bsk_act p {margin:0 0 10px}

/* 위시리스트 */
#sod_ws {}
.sod_ws_img {width:90px;text-align:center}
#sod_ws_act {text-align:center}

/* 주문서 작성 */
.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm {}

#sod_frm h2 {margin:0 0 10px; font-family:'NanumGothicBold'; font-size:16px; color:#444;}
#sod_frm .txt {font-family:'NanumGothic';}/* 혜영추가 */

#sod_frm p {margin:0 0 10px}

#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}

#sod_frm_orderer, #sod_frm_taker, #sod_frm_pay {margin:40px 0 0;}

#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

#sod_frm_addr div {position:relative} /* FF 포지션 */
#sod_frm_addr div div {position:absolute;top:-20px;left:170px}

#sod_frm_same {margin:0 0 10px}

#sod_frm #od_memo {height:50px}

#sod_frm p#sod_frm_pt {margin:10px 0 5px}
#sod_frm #sod_frm_pt_alert {margin:40px 0 10px; font-family:'NanumGothic'; }
#sod_frm #sod_frm_pt_alert strong {font-family:'NanumGothicBold'; font-size:16px; color:#444;}

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

#sod_frm_pay {position:relative}
#sod_frm_pay h2 {margin:0 0 10px;}
/*#sod_frm_pay .tbl_wrap th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_wrap td {padding:8px 5px 6px !important;border-top:1px solid #e5e5e5 !important;border-bottom:1px solid #e5e5e5 !important;line-height:1.5em !important;word-break:break-all !important}*/
#sod_frm_pay .tbl_wrap th, #sod_frm_pay .tbl_wrap td {padding-top:10px; padding-bottom:10px}/* 혜영추가 */
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll}

#sod_frm_paysel {margin:0 0 20px; padding:20px; border:1px solid #e5e5e5; background:#f9f9f9; text-align:center; font-family:'NanumGothic';}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel input[type=radio]{margin:0 2px 0 10px;}

#settle_bank {margin:10px 0 0; font-size:15px; line-height:30px;}

#sod_frm_escrow {margin:30px 0 0}

#display_pay_process {padding:20px;text-align:center}

/* 배송지 목록 */
#sod_addr .td_mng button {margin:0;padding:0;border:0;background:transparent}

/* 주문내역 */
#sod_v {}
#sod_v .basic_tbl {text-align:center}
#sod_v_info {margin:0 0 10px; font-family:'NanumGothic';}

/* 주문상세내역 */
#sod_fin {}


#sod_fin_no {margin:0 0 20px; }

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

#sod_fin_legend {padding:15px 15px 10px;border:1px solid #e5e5e5;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:100px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot {border-bottom:0 !important}

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

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

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

#sod_fin_list h2 {margin:0 0 10px; font-family:'NanumGothicBold'; font-size:14px; color:#444;}
#sod_fin_list td {height:30px}

#sod_fin_view {} 
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px; font-family:'NanumGothicBold'; font-size:16px; color:#444;}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay,
#sod_fin_orderer, 
#sod_fin_receiver,
#sod_fin_dvr {margin-top:30px;}
#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

/*#sod_fin_pay h3, #sod_fin_orderer h3, #sod_fin_receiver h3, #sod_fin_dvr h3 {margin:0 0 10px; font-family:'NanumGothicBold'; font-size:14px; color:#444;}*//* 혜영추가 */

#sod_fin_tot {margin:20px 0 30px; padding:10px; border:1px solid #e5e5e5; /*background:#626670; color:#fff; */font-family:'NanumGothicBold';}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {display:table; margin:0 auto;}
#sod_fin_tot li {display:inline-block; width:200px; padding:10px; /*background:url(../shop/img/cartOrder/cart_or_line.gif) repeat-x left bottom;*/zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {background:none;!important}
#sod_fin_tot strong { padding-left:20px;/*float:right*/}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
/*#sod_fin_cancel button {padding:10px 15px 8px; border:1px solid #d9151d; background:#ee2b2e; color:#fff}*/
#sod_fin_cancelfrm {display:none;margin:10px 0 0}
#sod_fin_cancelfrm .frm_input {background:#fff}

#sod_fin_test {padding:10px}

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

/* 공지사항 및 커뮤니티 새글 */
#sidx_lat {padding:15px 0 0;border-top:1px solid #ddd}
#sidx_lat h2 {text-align:center}

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

/* 상품검색 */
#ssch_frm {position:relative; padding:20px 20px 15px; border-top:2px solid #666; border-bottom:1px solid #e5e5e5; background:#fafafa;zoom:1}
#ssch_frm:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_frm div {margin:0 0 7px;}
#ssch_frm div .label_r {margin-right:10px; vertical-align:bottom;} /* 혜영추가 */
#ssch_frm strong, #ssch_frm .ssch_lbl {display:inline-block; width:120px;  font-family:'NanumGothicBold'; font-weight:bold;}
/*#ssch_frm .frm_input {background:#fff}
#ssch_frm .btn_submit {padding:0 8px;height:24px}
#ssch_frm p {padding:10px 0;border-top:1px solid #e5e5e5;line-height:1.5em}*/
#ssch_frm #ssch_sort {float:left;margin:0;padding:0;list-style:none;zoom:1}
#ssch_frm #ssch_sort:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_frm #ssch_sort li {float:left;margin:0 1px 0 0}
#ssch_frm #ssch_ov {position:absolute; right:15px; bottom:15px;}

#ssch_cate {}
#ssch_cate ul {margin:10px 0; padding:10px 20px 15px;  list-style:none;zoom:1}
#ssch_cate ul:after {display:block; visibility:hidden; clear:both; content:""}
#ssch_cate li {float:left; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #e5e5e5}
#ssch_cate a {}
#ssch_cate a span {font-weight:bold}

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

/* 쿠폰 */
#coupon .td_numbig {width:150px}
#coupon .td_datetime {width:180px}



/* ----------------------------------------------------------------- */
/* skin/shop/basic/styl.css */
/* ----------------------------------------------------------------- */

/* aside:gnb */
/*#gnb {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}*/
.gnb_1dli {position:relative}
.gnb_1dli_on {color:#fff;text-decoration:none}
.gnb_1da {display:block;padding:7px 10px;border-bottom:1px solid #f4f4f4;background-color:#fff;font-weight:bold;text-decoration:none}
.gnb_1dam {background:url(../skin/shop/basic/img/gnb_bg00.gif) #fff center right no-repeat}
.gnb_1dli_on .gnb_1da {background-color:#626870;color:#fff;text-decoration:none}
.gnb_1dli_on .gnb_1dam {background:url(../skin/shop/basic/img/gnb_bg01.gif) #626870 center right no-repeat;color:#fff;text-decoration:none}
.gnb_2dul {display:none;z-index:1000;position:absolute;border:1px solid #787f89}
.gnb_1dli_over .gnb_2dul, .gnb_1dli_over2 .gnb_2dul {display:block;top:0;left:127px;width:130px;background:#fff}
.gnb_2da {display:none}
.gnb_1dli_over .gnb_2da {display:block;padding:0 10px;height:33px;border-bottom:1px solid #e5e5e5;line-height:2.9em !important;line-height:2.6em}
.gnb_2da:focus, .gnb_2da:hover {background:#f2f5f9;text-decoration:none}

/* 오늘 본 상품 */
#stv {z-index:1001;position:relative;float:right;width:88px}
#stv_list {position:absolute;width:88px;border:1px solid #e5e5e5;background:#fff}
#stv_list h2 {padding:10px 0 8px;background:#f2f5f9;text-align:center;letter-spacing:-0.1em}
#stv_pg {display:block;margin:5px 0 0}
#stv_list p {padding:20px 0;text-align:center}
#stv_btn {text-align:center;zoom:1}
#stv_btn:after {display:block;visibility:hidden;clear:both;content:""}
#stv_btn button {float:left;margin:0;padding:5px 0 4px;width:44px;border:0;background:#555;color:#fff;text-align:center}
#stv_ul {margin:5px 0 10px;padding:0;list-style:none}
.stv_item {display:none;padding:0 9px;text-align:center;word-break:break-all}
.stv_item img {margin:5px 0}

#stv_nb {margin:0;padding:0;border-top:1px solid #e5e5e5;background:#f2f5f9;list-style:none}
#stv_nb li {text-align:center}
#stv_nb a {display:block}

/* aside:이벤트 링크 */
#sev {margin:0 0 5px;padding:0 0 10px;border:1px solid #ecc9d6;background:#fff8fb}
#sev h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sev ul {margin:0;padding:0;border:0;background:#fff;list-style:none}
#sev .sev_img {display:block;border-bottom:1px solid #faedf2}
#sev .sev_text {display:block;padding:7px 10px 6px;border-bottom:1px solid #faedf2;text-decoration:none}
#sev .sev_text:focus, #sev .sev_text:hover {background:#fffafc}
#sev strong {}
#sev_empty {padding:15px 0;text-align:center}

/* aside:커뮤니티 링크 */
#scomm {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9}
#scomm h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#scomm ul {margin:0;padding:0;border:0;background:#fff;list-style:none}
#scomm a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none}
#scomm a:focus, #scomm a:hover {background:#f9f9f9}
#scomm_empty {padding:15px 0;text-align:center}

/* aside:배너 */
.sbn {margin:0 0 5px}
.sbn h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sbn ul {margin:0;padding:0;border:0;list-style:none}
.sbn li {margin:0 0 1px}
.sbn .sbn_border {border:1px solid #d5d5d5} /* 인덱스 배너도 함께 사용 */

#sbn_idx {position:relative;margin:0 0 30px}
#sbn_idx .sbn_btn {z-index:100;position:absolute;top:50%}
#sbn_idx .sbn_btn button {position:relative;top:-35px;margin:0;padding:0;width:70px;height:70px;border:0;background:transparent;overflow:hidden}
#sbn_idx .sbn_btn span {display:block;width:100%;height:100%;background:url(../skin/shop/basic/img/sbn_btn.png)}
#sbn_idx #sbn_btn_p {left:25px}
#sbn_idx .sbn_btn #sbn_btn_prev span {background-position:0 0}
#sbn_idx #sbn_btn_n {right:25px}
#sbn_idx .sbn_btn #sbn_btn_next span {background-position:-70px 0}
#sbn_idx ul {position:relative;overflow:hidden}
#sbn_idx ul li {position:absolute;display:none;top:0;left:0}
#sbn_idx ul li.sbn_first{display:block}

/* aside:장바구니 */
#sbsk {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9}
#sbsk h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sbsk ul {margin:0;padding:0;border:0;background:#fff;list-style:none}
#sbsk a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none}
#sbsk a:focus, #sbsk a:hover {background:#f9f9f9}
#sbsk_empty {padding:15px 0;text-align:center}

/* aside:위시리스트 */
#swish {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9}
#swish h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#swish ul {margin:0;padding:0;border:0;background:#fff;list-style:none}
#swish a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none}
#swish a:focus, #swish a:hover {background:#f9f9f9}
#swish_empty {padding:15px 0;text-align:center}

/* ##### main(nn).skin.php, list.(nn).skin.php 공통 적용 시작 ##### */
/* 공통 */
.sct_wrap {position:relative;margin:0 0 30px;zoom:1}
.sct_wrap .sctrl {position:absolute;top:0;right:0} /* 애니메이션 효과 사용 시 재생 정지 버튼 등 */
.sct_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.sct_wrap header {margin:0 0 20px;zoom:1}
.sct_wrap header:after {display:block;visibility:hidden;clear:both;content:""}
.sct_wrap h2 {float:left;margin:0 20px 0 0;padding:0;line-height:1em}
.sct_wrap h2 a {text-decoration:none}
.sct_wrap_hdesc {float:left;margin:0;padding:0;color:#777;line-height:1em}

#sct {clear:both}

.sct {clear:both;margin:0;padding:0;list-style:none;zoom:1}
.sct:after {display:block;visibility:hidden;clear:both;content:""}
/*.sct_li {position:relative}*/
.sct_noitem {height:100px; line-height:100px; text-align:center;}
.sct img {position:relative} /* 리스트뷰 갤러리뷰 변경 시 ie6,7 에서 이미지 사라지는 문제 해결하기 위해 */
.sct_icon img {margin:0 1px 0 0}
.sct_sns a {display:inline-block;margin:0 4px 0 0}

/* 재생/정지/이전/다음 버튼 */
.sctrl {margin:0;padding:0;list-style:none;zoom:1}
.sctrl:after {display:block;visibility:hidden;clear:both;content:""}
.sctrl li {position:relative;float:left;margin:0 0 0 -1px}
.sctrl button {position:relative;margin:0;padding:0;width:21px;height:21px;border:0;cursor:pointer;overflow:hidden}
.sctrl button span {position:absolute;top:0;left:0;width:19px;height:19px;border:1px solid #ccc;background:url(../skin/shop/basic/img/is_button.gif)}
.sctrl button.sctrl_play span {background-position:-60px 0}
.sctrl button.sctrl_play span.sctrl_on {background-position:-60px -30px}
.sctrl button.sctrl_stop span {background-position:-90px 0}
.sctrl button.sctrl_stop span.sctrl_on {background-position:-90px -30px}
.sctrl button.sctrl_prev span {background-position:-120px 0}
.sctrl button.sctrl_prev span.sctrl_on {background-position:-120px -30px}
.sctrl button.sctrl_next span {background-position:-150px 0}
.sctrl button.sctrl_next span.sctrl_on {background-position:-150px -30px}

/* 상품 목록 스킨 10 - 갤러리 */
/*.sct_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0; border:1px solid #ff0000 }
.sct_10 .sct_last {margin:0 0 15px !important}
.sct_10 .sct_clear {clear:both}
.sct_10 .sct_a {display:inline-block;position:relative;text-decoration:none}
.sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}
.sct_10 .sct_img {margin:0 0 10px;}
.sct_10 .sct_txt {margin:0 0 5px}
.sct_10 .sct_icon {margin:0 0 10px}
.sct_10 .sct_id {display:block;margin:0 0 5px}
.sct_10 .sct_basic {margin:0 0 10px}
.sct_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.sct_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.sct_10 .sct_sns {}*/

/* 상품 목록 스킨 20 */
/*.sct_20 .sct_li {position:relative;float:left;margin:0 25px 15px 0}
.sct_20 .sct_last {margin:0 0 15px !important}
.sct_20 .sct_clear {clear:both}
.sct_20 .sct_a {display:block;position:relative;text-decoration:none}
.sct_20 .sct_a:focus, .sct_20 .sct_a:hover {text-decoration:none}
.sct_20 .sct_img {}
.sct_20 .sct_icon {position:absolute;top:10px;left:-5px;margin:0 !important}
.sct_20 .sct_icon img {display:block;margin:0 0 3px}
.sct_20 .sct_id {display:block;padding:5px 10px 0;background:#f2f5f9}
.sct_20 .sct_txt {padding:10px;background:#f2f5f9}
.sct_20 .sct_basic {padding:0 10px 5px;background:#f2f5f9;line-height:1.5em}
.sct_20 .sct_cost {display:block;padding:0 10px 10px;background:#f2f5f9;font-weight:bold}
.sct_20 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.sct_20 .sct_sns {position:absolute;bottom:10px;right:10px}*/

/* 상품 목록 스킨 30 */
/*.sct_30 .sct_li {position:relative;float:left;margin:0 16px 15px 0;border:1px solid #e5e5e5;background:#f5f6fa}
.sct_30 .sct_last {margin:0 0 15px !important}
.sct_30 .sct_clear {clear:both}
.sct_30 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url(../skin/shop/basic/img/icon_arw_toleft.gif) no-repeat}
.sct_30 .sct_a {text-decoration:none}
.sct_30 .sct_img img {position:absolute;top:0;left:0}
.sct_30 .sct_icon {position:absolute;bottom:25px;left:-5px;margin:0 !important}
.sct_30 .sct_icon img {display:block;margin:0 0 3px}
.sct_30 .sct_txt {display:inline-block;margin:0 0 20px}
.sct_30 .sct_basic {margin:0 0 15px;padding:0;line-height:1.5em}
.sct_30 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.sct_30 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.sct_30 .sct_sns {position:absolute;bottom:20px;right:10px}*/

/* 상품 목록 스킨 40 - 리스트 */

/*.sct_40 .sct_li {position:relative;margin:0 0 16px 0;border:1px solid #e5e5e5; background:#f5f6fa;}
.sct_40 .sct_a {text-decoration:none}
.sct_40 .sct_a:focus, .sct_40 .sct_a:hover {text-decoration:none}
.sct_40 .sct_img {position:absolute;top:0;left:0}
.sct_40 .sct_icon {position:absolute;bottom:25px;left:-5px;margin:0 !important}
.sct_40 .sct_icon img {display:block;margin:0 0 4px}
.sct_40 .sct_txt {display:inline-block;margin:0 0 20px}
.sct_40 .sct_basic {margin:0 0 15px;padding:0;line-height:1.5em}
.sct_40 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.sct_40 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.sct_40 .sct_rel {position:absolute;bottom:20px;right:20px}
.sct_40 .sct_rel_ul {margin:0;padding:0;list-style:none}
.sct_40 .sct_rel_li {float:left;margin:0 0 0 10px}
.sct_40 .sct_sns {padding:10px 0 0}*/

/* 개인결제 목록 */
.sct_pv .sct_li {position:relative;float:left;margin:0 25px 15px 0}
.sct_pv .sct_last {margin:0 0 15px !important}
.sct_pv .sct_clear {clear:both}
.sct_pv .sct_a {display:inline-block;position:relative;text-decoration:none}
.sct_pv .sct_a:focus, .sct_pv .sct_a:hover {text-decoration:none}
.sct_pv .sct_img {margin:0 0 10px}
.sct_pv .sct_txt {margin:0 0 5px}
.sct_pv .sct_icon {margin:0 0 10px}
.sct_pv .sct_id {display:block;margin:0 0 5px}
.sct_pv .sct_basic {margin:0 0 10px}
.sct_pv .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.sct_pv .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.sct_pv .sct_sns {}

/* 메인 상품 목록 스킨 20 */
.smt_20 {position:relative;overflow-y:hidden}
.smt_20 .sct_ul {position:absolute;top:0;left:0;margin:0;padding:0;list-style:none}
.smt_20 .sct_ul_first {display:block;top:0}
.smt_20 .sct_li {position:relative;float:left;margin:0 25px 15px 0}
.smt_20 .sct_last {margin:0 0 15px !important}
.smt_20 .sct_a {display:inline-block;position:relative;text-decoration:none}
.smt_20 .sct_a:focus, .smt_20 .sct_a:hover {text-decoration:none}
.smt_20 .sct_img {margin:0 0 10px}
.smt_20 .sct_txt {margin:0 0 5px}
.smt_20 .sct_icon {margin:0 0 10px}
.smt_20 .sct_id {display:block;margin:0 0 5px}
.smt_20 .sct_basic {margin:0 0 10px}
.smt_20 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.smt_20 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.smt_20 .sct_sns {}

/* 메인 상품 목록 스킨 30 */
.smt_30 {position:relative;overflow-x:hidden}
.smt_30 .sct_ul {position:absolute;top:0;left:765px;margin:0;padding:0;width:765px;list-style:none;zoom:1}
.smt_30 .sct_ul:after {display:block;visibility:hidden;clear:both;content:""}
.smt_30 .sct_ul_first {display:block;left:0}
.smt_30 .sct_li {position:relative;float:left;margin-right:25px}
.smt_30 .sct_a {display:inline-block;position:relative;text-decoration:none}
.smt_30 .sct_a:focus, .smt_30 .sct_a:hover {text-decoration:none}
.smt_30 .sct_img {margin:0 0 10px}
.smt_30 .sct_txt {margin:0 0 5px}
.smt_30 .sct_icon {margin:0 0 10px}
.smt_30 .sct_id {display:block;margin:0 0 5px}
.smt_30 .sct_basic {margin:0 0 10px}
.smt_30 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.smt_30 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.smt_30 .sct_sns {}

/* 메인 상품 목록 스킨 40 */
.smt_40 {clear:both;position:relative}
.smt_40 .sct_ul {display:none;position:absolute;top:0;left:0;margin:0;padding:0;list-style:none}
.smt_40 .sct_ul_first {display:block}
.smt_40 .sct_li {position:relative;float:left;margin:0 25px 15px 0}
.smt_40 .sct_last {margin:0 0 15px !important}
.smt_40 .sct_a {display:inline-block;position:relative;text-decoration:none}
.smt_40 .sct_a:focus, .smt_40 .sct_a:hover {text-decoration:none}
.smt_40 .sct_img {margin:0 0 10px}
.smt_40 .sct_txt {margin:0 0 5px}
.smt_40 .sct_icon {margin:0 0 10px}
.smt_40 .sct_id {display:block;margin:0 0 5px}
.smt_40 .sct_basic {margin:0 0 10px}
.smt_40 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.smt_40 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.smt_40 .sct_sns {}

/* 메인 상품 목록 스킨 50 */
.smt_50 {position:relative}
.smt_50 .sct_ul {display:none;position:absolute;top:0;left:0;height:306px;margin:0;padding:0;list-style:none;overflow-y:hidden}
.smt_50 .sct_ul_first {display:block}
.smt_50 .sct_li {position:relative;float:left;position:relative;top:-306px;margin:0 25px 15px 0}
.smt_50 .sct_last {margin:0 0 15px}
.smt_50 .sct_a {display:inline-block;position:relative;text-decoration:none}
.smt_50 .sct_a:focus, .smt_50 .sct_a:hover {text-decoration:none}
.smt_50 .sct_img {margin:0 0 10px}
.smt_50 .sct_txt {margin:0 0 5px}
.smt_50 .sct_icon {margin:0 0 10px}
.smt_50 .sct_id {display:block;margin:0 0 5px}
.smt_50 .sct_basic {margin:0 0 10px}
.smt_50 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.smt_50 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.smt_50 .sct_sns {}

/* 관련상품 목록 스킨 10 */
.scr_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0}
.scr_10 .sct_last {margin:0 0 15px !important}
.scr_10 .sct_clear {clear:both}
.scr_10 .sct_a {display:inline-block;position:relative;text-decoration:none}
.scr_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}
.scr_10 .sct_img {margin:0 0 10px}
.scr_10 .sct_txt {margin:0 0 5px}
.scr_10 .sct_icon {margin:0 0 10px}
.scr_10 .sct_id {display:block;margin:0 0 5px}
.scr_10 .sct_basic {margin:0 0 10px}
.scr_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.scr_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.scr_10 .sct_sns {}

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

/* 상품 목록 */
#sct {}
/*.sct_admin {margin:0 0 10px;text-align:right}*/
.sct_admin {position:absolute;top:0px;right:0;} /* 혜영 수정 */

/* 상품 목록 현재 위치 
#sct_location {margin:0 0 10px;border:1px solid #e5e5e5;background:#f2f5f9;letter-spacing:-4px}
#sct_location a {display:inline-block;padding:10px 10px 8px;text-decoration:none;letter-spacing:0 !important}
.sct_here {color:#333;}
.sct_bg {padding-right:15px !important;background:url(../skin/shop/basic/img/sct_bg_toright.gif) right top no-repeat}*/

/* 상품 목록 카테고리 목록 */
.sct_ct {text-align:center}
.sct_ct h2 {position:absolute; font-size:0;line-height:0;overflow:hidden}
.sct_ct ul {margin:0;padding:8px;border-bottom:0px solid #e5e5e5;list-style:none;zoom:1}
.sct_ct ul:after {display:block;visibility:hidden;clear:both;content:""}
.sct_ct a {text-decoration:none; font-size:12px; color:#8b8b8b;}
.sct_ct strong {padding:4px 10px 2px; color:#fff; background:#666;  font-weight:normal} /*혜영추가*/
.sct_ct_parent {font-weight:bold}
.sct_ct_here {color:#ff3600 !important}

#sct_ct_1 li {display:inline-block; margin:0; width:110px; background:url(../shop/img/common/vline_sub_cate.gif) no-repeat left top }
#sct_ct_1 li:first-child {background:none} /*혜영추가*/
#sct_ct_2 li {margin:0 0 10px}
#sct_ct_2 a {display:inline-block;width:120px}
#sct_ct_3 li {float:left;margin:0 10px 10px 0;width:120px}

/* 상품 정렬 리스트 스타일 선택 공통 */
#sct_sortlst {zoom:1}
#sct_sortlst:after {display:block;visibility:hidden;clear:both;content:""}

/* 상품 정렬 */
#sct_sort {float:left;margin:0 0 10px;width:80%;zoom:1}
#sct_sort:after {display:block;visibility:hidden;clear:both;content:""}
#sct_sort h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sct_sort ul {margin:0;padding:0 0 0 1px;list-style:none;zoom:1}
#sct_sort ul:after {display:block;visibility:hidden;clear:both;content:""}
#sct_sort li {float:left;position:relative;margin-left:-1px}

/* 상품 리스트 스타일 선택 */
#sct_lst {float:right; padding:0; list-style:none;zoom:1}
#sct_lst:after {display:block;visibility:hidden;clear:both;content:""}
#sct_lst li {position:relative;float:left;margin:0 0 0 -1px}
#sct_lst .li01 {padding-left:8px; margin-left:7px; background:url(../shop/img/common/vline_sub_viewty.gif) no-repeat left 2px;}/* 혜영추가 */
#sct_lst .li01 img {vertical-align:middle;}/* 혜영추가 */
#sct_lst button {position:relative;margin:0;padding:0;width:15px;height:15px;border:0;cursor:pointer}
#sct_lst button span {position:absolute;top:0;left:0;width:15px;height:15px; background:url(../skin/shop/basic/img/is_button.gif);}
#sct_lst button.sct_lst_list span {background-position:-4px -4px}
#sct_lst button.sct_lst_list span.sct_lst_on {background-position:-4px -34px}
#sct_lst button.sct_lst_gallery span {background-position:-34px -4px}
#sct_lst button.sct_lst_gallery span.sct_lst_on {background-position:-34px -34px}

/* 상품 상세보기 */
#sit {margin:10px 0;border:1px solid #e5e5e5}
/*.sit_admin {text-align:right}*/
.sit_admin {position:absolute;top:0px;right:0;} /* 혜영 수정 */
.sit_admin_left {position:absolute;top:0;right:0;} /* 혜영 추가 - 리스트,상세보기 */
.sit_empty {padding:20px 0;text-align:center}

/* 상품 상세보기 - 개요 */

#sit_ov_wrap {margin:35px 0 20px;}
#sit_ov_wrap:after {display:block;visibility:hidden;clear:both;content:""}

/* 상품 상세보기 - 이미지 미리보기 */
#sit_pvi {float:left; width:500px; text-align:center; }
#sit_pvi_big {margin:0 0 15px;}
#sit_pvi_big a {display:none}
#sit_pvi_big a.visible {display:block}
#sit_pvi_big img {}/*관리자 지정 500px*/
/*#sit_pvi_big .brd_box {position:absolute; left:0; top:0; display:block; border:1px solid #000; opacity: 0.07; filter:alpha(opacity=7); z-index:30} 표시 안됨 */

#sit_pvi_review {float:left; width:350px; height:63px; background:url(../shop/img/bg_review_small.gif) repeat-x left top;} /*혜영추가*/
#sit_pvi_thumb {margin:0;padding:0;list-style:none;zoom:1}
#sit_pvi_thumb:after {display:block;visibility:hidden;clear:both;content:""}
#sit_pvi_thumb li {float:left; display:inline-block; margin:0px 7px 0 0px; }
#sit_pvi_thumb .li_last {margin:0 !important}
#sit_pvi_thumb img {}


#sit_pvi_nwbig {padding:10px 0;text-align:center}
#sit_pvi_nwbig span {display:none}
#sit_pvi_nwbig span.visible {display:inline}
#sit_pvi_nw ul {margin:0 0 20px;padding:0 10px;list-style:none;zoom:1}
#sit_pvi_nw ul:after {display:block;visibility:hidden;clear:both;content:""}
#sit_pvi_nw li {float:left;margin:0 0 1px 1px}
#sit_pvi_nw li img {width:60px;height:60px}

/* 상품 상세보기 - 간략정보 및 구매기능 */
#sit_ov {position:relative; float:right; padding:10px 0 15px; width:500px; height:auto !important; min-height:355px;}
#sit_ov h3 {margin:0 0 10px}

#sit_cate {position:relative; overflow:hidden; display:table; font-size:11px;  } /* 혜영추가 */

#sit_title {margin:0 0 10px 2px; font-size:26px; font-family:'NanumGothicBold'; color:#444}
#sit_desc {margin:0 0 15px 5px; padding:0; color:#888}
#sit_opt_info {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#sit_star_sns {position:absolute;top:0;right:0;color:#b8afa2;font-size:0.95em;letter-spacing:-0.1em}
#sit_star_sns span {display:inline-block;margin:0 5px 0 0;color:#666;letter-spacing:0}
#sit_star_sns .sit_star {position:relative;top:-3px;margin:0 5px 0 0}
#sit_star_sns a {display:inline-block;vertical-align:middle}

.sit_ov_tbl {  margin-bottom:0px; width:100%; border-collapse:collapse;}
.sit_ov_tbl th {padding:10px 7px 8px; border-top:0px dashed #e5e5e5; border-bottom:1px dashed #e5e5e5; font-weight:normal;text-align:left;}
.sit_ov_tbl td {padding:10px 7px 8px; border-top:0px dashed #e5e5e5; border-bottom:1px dashed #e5e5e5}
.sit_ov_tbl td.del_price {color:#999; text-decoration:line-through; }/* 혜영추가 */
.sit_ov_tbl .bg {background:#fafafa;}
.sit_ov_ro {padding:2px 2px 3px;border:0;background:transparent;text-align:right;vertical-align:middle}
.sit_ov_opt {padding:2px 2px 3px;border:0;background:transparent;vertical-align:middle}
.sit_ov_input {margin:0 1px 0 0;padding:2px 2px 3px;border:1px solid #b8c9c2;background:transparent;vertical-align:middle;}
#sit_ov_tbl button {margin:0 1px 0 0;}

/*.sit_ov_tbl td select.it_option {width:100%}*/

.sit_ov_tbl select{min-width:150px; padding-right:0; height:30px; background:#fbfbfb url("../images/bbs/input_select_arrow.gif") right center no-repeat}

.sit_sel_btn {position:relative} /* 선택옵션용 추가 버튼 */
.sit_sel_btn button {position:absolute;top:-51px;right:0 !important;right:15px}

.td_sit_sel {position:relative}
.sit_sel_submit {position:static !important;position:absolute;float:right !important;float:none;top:8px;right:0}


.sit_type_option {padding:10px; border-bottom:1px solid #e5e5e5;}
.sit_type_option label {margin-right:30px}
#sit_sel_option h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#sit_tot_price {height:30px; text-align:right; margin:15px 5px 0; font-size:15px; font-weight:bold;}
#sit_tot_price strong {padding-left:20px; padding-right:2px; font-size:25px; color:#333; font-family:"Tahoma";}/* 혜영추가 */ 

#sit_tot_price.txt_size {text-align:right; margin:10px 5px 20px; font-size:13px; font-weight:bold;}/*장바구니 옵션*/
#sit_tot_price.txt_size strong {padding-left:20px; padding-right:2px; font-size:17px; color:#333; font-family:"Tahoma";}

#sit_ov_soldout {margin:0 0 25px; padding:15px 0 13px; color:#e2221d; font-size:12px; font-weight:bold; background:#fbfbfb; border:1px solid #e5e5e5; text-align:center}

#sit_ov_btn {text-align:left; margin:40px 0 0; }
#sit_ov_btn a {display:inline-block; width:155px; height:43px; font-size:15px; font-weight:bold; vertical-align:middle; text-align:center; text-decoration:none; box-shadow:0 2px 0 #f5f5f5; line-height:41px;
cursor:pointer; overflow:visible; overflow-y:hidden; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#sit_ov_btn input {float:left; width:167px; height:43px; padding-bottom:2px; font-size:15px; font-weight:bold; text-align:center; text-decoration:none; box-shadow:0 2px 0 #f5f5f5; line-height:41px;
cursor:pointer; overflow:visible; overflow-y:hidden;}
#sit_btn_buy {border:1px solid #0072bc; background:#0072bc; color:#fff; }
#sit_btn_cart {border:1px solid #0072bc; background:#fff; color:#0072bc; margin:0 4px;}
#sit_btn_wish {border:1px solid #999; background:#fff; color:#777;}
#sit_btn_rec {border:1px solid #757575; background:#888; color:#fff;}

/* 상품 재입고 알림 (SMS) */
#sit_sms_new {}
#sit_sms_new #sms_agree {padding:10px 0;text-align:right}

/* 상품 상세보기 - 다른 상품 보기 */
#sit_siblings {clear:both;text-align:center}
#sit_siblings:after {display:block;visibility:hidden;clear:both;content:""}
#sit_siblings h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#sit_siblings a {display:inline-block; height:30px; line-height:26px; /*border:1px solid #e5e5e5;background:#fff*/}
#sit_siblings a#siblings_prev {float:left;margin:0 0 0 0; padding-left:30px; background:url(../shop/img/icon_back.gif) no-repeat left top;}
#sit_siblings a#siblings_next {float:right;margin:0 0 0 0; padding-right:30px; background:url(../shop/img/icon_next.gif) no-repeat right top;}
#sit_siblings a span {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

/* 상품 상세보기 - 상품정보 */
#sit_inf {}
#sit_inf h2 {margin:0 0 10px}
#sit_inf h3 {position:absolute;font-size:0;line-height:0;content:""}

#sit_inf_basic {margin:0 0 10px}
#sit_inf_explan {margin:0 0 30px;width:auto !important;width:718px;overflow:hidden} /* ie6 미대응시 #sit_inf_explan {margin:0 0 10px} 만으로 충분 */
#sit_inf_explan img {max-width:100%; height:auto; display:table; margin:0 auto;}

#sit_inf_open {width:100%;border:0;border-collapse:collapse}
#sit_inf_open th {padding:7px 10px;border:1px solid #fff;background:#f2f5f9;vertical-align:top;text-align:left}
#sit_inf_open td {padding:7px 10px;border:1px solid #fff;background:#f2f5f9;vertical-align:top}

/* 상품 상세보기 - 사용후기 */
#sit_use {}
#sit_use h2 {margin:0 0 10px}
#sit_use h3 {margin:0 0 10px}

#sit_use_ol {margin:0 0 5px;padding:0; border-top:1px solid #9b9b9b; border-bottom:1px solid #9b9b9b; list-style:none; font-family:"NanumGothic";}
.sit_use_li {position:relative;padding:0 0 10px;border-top:1px solid #e5e5e5;}
.sit_use_li_title {display:block;margin:0;padding:10px;width:100%;border:0;background:transparent;text-align:left;cursor:pointer; font-family:'NanumGothicBold'; font-size:13px; color:#444}

.sit_use_dl {margin:0;padding:0 10px;zoom:1}
.sit_use_dl:after {display:block;visibility:hidden;clear:both;content:""}
.sit_use_dl dt {float:left;margin:2px 0 0}
.sit_use_dl dd {float:left;margin:2px 20px 0 5px}
.sit_use_star {margin:0 !important;padding:1px 0 0 5px}

.sit_use_con {display:none;padding:10px 10px 0}
.sit_use_p {margin:0 0 10px;padding:10px;border:1px dotted #9b9b9b;}
.sit_use_cmd {text-align:right}

#sit_use_wbtn {margin:0 0 5px;text-align:right}

#sit_use_write {}
#sit_use_write #is_subject {width:97%}
#sit_use_write ul {margin:5px 0 0}
#sit_use_write li {margin:0 0 5px}
#sit_use_write li label {display:inline-block;width:80px}
#sit_use_write_star {margin:0;padding:0;list-style:none}

/* 상품 상세보기 - 상품문의 */
#sit_qa {}
#sit_qa h2 {margin:0 0 10px}
#sit_qa h3 {margin:0 0 10px}

#sit_qa_ol {margin:0 0 5px;padding:0; border-top:1px solid #777777; border-bottom:1px solid #9b9b9b; list-style:none; font-family:"NanumGothic";}
.sit_qa_li {position:relative;padding:0 0 10px;border-top:1px solid #e5e5e5;}
.sit_qa_li_title {display:block;margin:0;padding:10px;width:100%;border:0;background:transparent;text-align:left;cursor:pointer; font-family:'NanumGothicBold'; font-size:13px; color:#444}

.sit_qa_dl {margin:0;padding:0 10px;zoom:1}
.sit_qa_dl:after {display:block;visibility:hidden;clear:both;content:""}
.sit_qa_dl dt {float:left}
.sit_qa_dl dd {float:left;margin:0 20px 0 5px}
.sit_qaa_done {color:#ed1c24}
.sit_qaa_yet {color:#999}

.sit_qa_con {display:none;padding:10px 10px 0}
.sit_qa_p {margin:0 0 10px;padding:10px;border:1px dotted #9b9b9b;}
.sit_qa_p strong {display:inline-block;margin:0 0 10px}
.sit_qa_qaq {margin:0 0 20px}
.sit_qa_con textarea {display:none}
.sit_qa_cmd {text-align:right; margin-bottom:15px;}

.sit_qa_pw {display:none;position:absolute;top:30px;left:175px;padding:10px;width:348px;border:1px solid #000;background:#fff;text-align:center}
.sit_qa_pw span {display:block;margin:0 0 5px}

#sit_qa_wbtn {margin:15px 0 5px;text-align:right}

#sit_qa_write {}
#sit_qa_write #iq_subject {width:97%}

/* 상품 상세보기 - 배송정보 */
#sit_dvr {}
#sit_dvr h2 {margin:0 0 10px}

/* 상품 상세보기 - 교환정보 */
#sit_ex {}
#sit_ex h2 {margin:0 0 10px}

/* 상품 상세보기 - 관련상품 */
#sit_rel {}
#sit_rel h2 {margin:0 0 10px}
#sit_rel .sct_wrap li {margin:0 10px 0 0}
#sit_rel .sct_last {margin:0 !important}





/* ----------------------------------------------------------------- */
/* community FAQ   skin/faq/basic/style.css */
/* ----------------------------------------------------------------- */

#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin:0px 0 30px; padding-left:1px;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left; margin-bottom:-1px; font-weight:bold }
#bo_cate a {display:block; position:relative; margin-left:-1px;  font-family:'NanumGothicBold'; border:1px solid #dedede;  border-bottom:1px #484848 solid;  background:#fcfcfc; text-align:center; line-height:48px;
cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2; color:#000; line-height:49px; background:#fff; border:1px #484848 solid; border-bottom:0 !important;}
#bo_cate.six ul li {width:16.66%;}
#bo_cate.four ul li {width:25%;}
#bo_cate.five ul li {width:20%;}


#faq_wrap {border-top:1px solid #777777; border-bottom:1px solid #dcdcdc; margin:10px 0 30px}
#faq_wrap h2 {position:absolute; font-size:0; line-height:0; overflow:hidden;}
.faq_admin {margin-bottom:5px; text-align:right}
#faq_wrap ol {margin:0; padding:0; list-style:none;}

#faq_con h3 a {position:relative; display:block; padding:16px 0; border-top:1px solid #e5e5e5; text-decoration:none; font-weight:normal; background:#fafafa;}
#faq_con h3 a .blet {position:absolute; left:28px; top:13px; font-size:18px; font-weight:bold; color:#333;}
#faq_con h3 a .title { color:#555; margin:0 20px 0 73px;}

#faq_con .con_inner {position:relative; display:none; padding:16px 0; background:#fff;}
#faq_con .con_inner .blet {position:absolute; left:28px; top:15px; font-size:18px; font-weight:bold; color:#ffa423; line-height:1.4;}
#faq_con .con_inner .text {color:#555; line-height:1.6; margin:2px 20px 0 73px;}

#faq_con .con_closer {margin:10px 15px 0; text-align:right}
#faq_con .closer_btn {margin:0; padding:0; border:0; background:transparent}
.faq_tolist {padding:0 10px; text-align:right}
.faq_img {text-align:center}
/*#faq_sch {text-align:center}*/

.qa_admin {margin-bottom:5px; }
.qa_admin li {text-align:right; list-style:none;} /* 1:1문의 혜영추가 */

/* ----------------------------------------------------------------- */
/* skin/member/basic/style.css */
/* ----------------------------------------------------------------- */


/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info #info_fs {margin:0 20px 20px;padding:0;background:#fff}
#find_info #info_fs .frm_input {width:70%}
#find_info p {margin:0 0 10px;line-height:1.8em}
#find_info #captcha {margin:0 20px}


/* 우편번호 검색 */
#post_code #code_sel {margin:0 20px 20px}
#post_code #code_sel label {display:inline-block;margin:0 15px 0 0}
#post_code p {margin:0 0 10px}
/*#post_code . {color:#fff; border:1px solid #e45200; background:#ff6610; padding:0 10px; font-size:11px; letter-spacing:-1px; line-height:24px; height:24px;}*/
#post_code #zip_search_frm {margin:0 20px}
#post_code #code_sch {margin:5px 0 0; padding:10px; border-top:2px solid #a0a0a0; border-bottom:1px solid #cacaca;} /* 혜영추가 */
#post_code #code_sch #sch_q {position:relative; display:inline; margin:0px 0 0;}
#post_code #code_sch #q_info {display:none;z-index:2;position:absolute;top:33px;left:0;padding:5px;background:#e4eaec}
#post_code #code_sch #q_info span {position:absolute;top:-6px;left:5px;width:11px;height:6px;background:url('../skin/member/basic/img/zip_ico_up.gif')}
#post_code #result_b4 {display:block;padding:30px 0;border-bottom:1px solid #dde4e9;text-align:center}
#post_code #result .result_msg {padding:15px 0}
#post_code #result .result_fail {border:1px solid #dde4e9;background:#f0f5fc;color:#ff3061;text-align:center}
#post_code #result ul {margin:0;padding:0;border-bottom:1px solid #dde4e9;background:#f0f5fc;list-style:none}

#post_code #result li {padding:10px;border:1px solid #dde4e9;border-bottom:0}
#post_code #result li div {margin:4px 0 0;color:#738D94}
#post_code #result li div:before {content:"▶ "}
#post_code #zip_direct_frm {display:none;margin:0 20px}
#post_code #zip_direct_frm .frm_input, #post_code #zip_direct_frm .btn_submit {margin:0 0 5px}

.linkTr { cursor: pointer; }
.linkTr:hover{ background-color: #dbe1e7; }
