@charset "utf-8";
/*@import url("notosanskr.css"); */


@font-face { 
    font-family: 'Craft'; 
    font-style: normal; 
    font-weight: bold; 
    src: url('/font/craft.woff2') format('woff2'), 
    url('/font/craft.woff') format('woff'), 
    url('/font/craft.otf') format('opentype'); 
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll;padding:0 !important;margin:0 !important;}
body {width:100%;max-width:100%;padding:0 !important;margin:0 !important;font-size:16px;line-height:1.3;
	font-family: 'Pretendard', sans-serif;background:#F8F6EA;}
html,body { -webkit-text-size-adjust:none; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Craft', serif;font-weight:700;letter-spacing:0.5pt;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul{margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd{margin:0;padding:0} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;}
button {cursor:pointer}
select {margin:0;}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;}
a {color:#000;text-decoration:none}
a:hover {color:#000;}
a,div,p,span,input,button,select,ul,li,p {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
table {font-family: 'Pretendard', sans-serif;}

input, button, select, textarea {font-family: 'Pretendard', sans-serif;font-size:12pt;}
button {border-radius:0;-webkit-appearance:none}
input[type=text],input[type=password], textarea {-webkit-appearance: none;outline: none;}
input:focus { outline: none; }
input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {/*border: 1px solid #666 !important;*/}


*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.placeholdersjs { color: #aaa !important; }

b, strong {font-weight:500;}

h1 {font-size:60px}
h2 {font-size:40px}
h3 {font-size:30px}
h4 {font-size:24px}
h5 {font-size:20px}
h6 {font-size:16px}


span.font10 {font-size:10pt;color:#888;}
span.font_orange {color:#000;}

.sm-info {font-size:9pt;color:#888;}
.lighter {font-weight:400;}

@media screen and (max-width: 991px) {
	body {font-size:12px;max-width:100%;overflow-x:hidden;}

	h1 {font-size:30px;}
	h2 {font-size:24px;}
	h3 {font-size:20px;}
	h4 {font-size:18px;}
	h5 {font-size:16px;}
	h6 {font-size:9pt;} 

	textarea, input[type=text], input[type=password], input[type=submit], button {border-radius:0;}
	input, button, select, textarea {font-size:10pt;}
}

.done {background:#3e3e3e;color:#fff;padding:2px 5px;font-size:9pt;}
.ready {border:1px solid #e92f33;color:#e92f33;font-size:9pt;padding:2px 5px;}


#page {position:relative;float:left;width:100%;max-width:100%;display:inline-block;*display:inline;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {position:relative;float:left;width:100%;padding:0;margin:0;text-align:center;display:inline-block;*display:inline;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden;width:0;height:0;}

/*
#logo {position:absolute;left:10px;height:100%;text-align:left;padding:0;display:inline-block;*display:inline;margin-top:10px;z-index:99;}
*/

#logo {position:relative;padding:0;display:inline-block;*display:inline;margin:40px 0;z-index:99;}
#logo img {width:300px;height:auto;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

#search_wrap  {position:relative;float:left;width:100%;text-align:center;display:none;z-index:99;;}
#search {position:relative;border-bottom:2px solid #000;width:350px;height:43px;margin:10px auto 5px auto;}
#search #sch_str {position:relative;float:left;width:calc(100% - 35px);height:35px;;border:0 !important;background:transparent;}
#search #sch_submit {float:right;background:url('../img/icon_search.png') no-repeat center center;width:35px;height:35px;border:0;padding:0;margin:0;cursor:pointer;background-size:20px auto;}
#search #sch_str:focus {box-shadow:none;}

#sbnside{position:absolute;top:20px;right:0}

/* 메인메뉴 */

#hd_wrapper {position:relative;float:left;padding:0px;width:100%;zoom:1;text-align:center;display:inline-block;*display:inline;height:55px;border-bottom:1px solid #000}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}


#gnb_wrap {position:relative;margin:0 auto;padding:0px;width:100%;max-width:1400px;zoom:1;text-align:center;display:inline-block;*display:inline;}
#gnb {position:relative;width:100%;float:left;display:inline-block;*display:inline;text-align:center;}
#gnb #gnb_1dul {margin:0 auto;padding:0;zoom:1;display:inline-block;*display:inline;margin:0 auto;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0 32px;position:relative;display:inline-block;*display:inline;}
.gnb_1da {display:inline-block;*display:inline;color:#000;text-decoration:none;font-size:18px;font-family:Craft;}
.gnb_2dli{width:100%;}
.gnb_2dli:first-child{border:0}

.gnb_2dul {display:none;position:absolute;top:54px;left:0;background:#fff;border:1px solid #000;padding: 0;width:100%;-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.1);box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.gnb_2da {display:block;padding:0 10px;line-height:43px;color:#000;text-align:center;text-decoration:none;font-size:11.5pt;font-weight:400;}
a.gnb_2da:hover{background:#000;}
.gnb_1dli_on .gnb_1da,
.gnb_1dli_air .gnb_1da {color:#000;}
.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}

.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#fff}
.gnb_wrap .gnb_empty a{color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#gnb li.on:after {content:" ";position:absolute;left:0;bottom:0;width:100%;height:3px;background:#000;}
#gnb li.on > a {color:#000 !important;}



#gnb .gnb_1dli:nth-child(3) > ul> .gnb_2dli:nth-child(2) .gnb_2da,
#gnb .gnb_1dli:nth-child(3) > ul> .gnb_2dli:nth-child(3) .gnb_2da {line-height:23px !important;padding:7px 0;word-break:keep-all;} /*두줄짜리 메뉴*/


#submenu {position:relative;float:right;display:inline-block;*display:inline;padding:0;margin:0;height:60px;background:url('../img/tnb_line.gif') no-repeat left center;}
#submenu li {position:relative;padding:0 15px;float:left;line-height:60px;}
#submenu li:first-child {padding-left:30px;}
#submenu li a {color:#8a8a8a;font-size:11pt;}




/*tnb*/
#tnb {position:absolute;top:40px;right:30px;display:inline-block;*display:inline;z-index:99;}
#tnb > ul {position:relative;margin:0 20px;padding:0;display:inline-block;*display:inline;}
#tnb > ul > li {position:relative;float:left;height:25px;width:25px;list-style:none;display:inline-block;*display:inline;margin:0 20px;text-align:center;}
#tnb > ul > li > a {color:#727272;font-size:10pt;}
#tnb > ul > li:last-child {margin-right:0;padding-right:0;}
#tnb > ul > li:hover {cursor:pointer}

#tnb .benefit {position:absolute;width:100px;left:50%;margin-left:-50px;background:#000;color:#fff;font-size:8.5pt;padding:3px 7px;border-radius:20px;z-index:9;line-height:12px;}
#tnb .upanddown {animation: MoveUpDown 1s linear infinite;}
#tnb .benefit:after {content:" ";clear:both;position:absolute;bottom:-5px;left:50%;margin-left:-2px;width: 0px;	height: 0px;border-top: 6px solid #000;border-left: 4px solid transparent;	border-right: 4px solid transparent;}

@keyframes MoveUpDown {
	0%, 100% {
		bottom: 45px;
	}
	50% {
		bottom: 80px;
	}
}




.icon_cart {background:url(../img/icon_cart.png) no-repeat center center;background-size:20px auto;}
.icon_cart div {position:absolute;width:15px;height:15px;line-height:15px;border-radius:50%;background:#000;color:#fff;font-size:9pt;right:0;bottom:0;}
.icon_mypage {background:url('../img/icon_mypage.png') no-repeat center center;background-size:20px auto;}
.icon_mypage a {position:relative;float:left;width:100%;height:100%;}
.icon_search {background:url('../img/icon_search.png') no-repeat center center;background-size:20px auto;}

.tnb_submenu {display:none;position:absolute;left:-35px;top:28px;z-index:99;;padding:0;margin:0;width:100px;background:#fff;border:1px solid #000;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.1);box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.tnb_submenu > li {width:100%;display:inline-block;*display:inline;margin:0;padding:0;list-style:none;}
.tnb_submenu > li > a {display:block;padding:0 10px;line-height:30px;color:#999;text-align:center;text-decoration:none;font-size:10pt;}
.tnb_submenu > li > a:hover{background:#000;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;color:#fff;}

.icon_mypage:hover .tnb_submenu {display:block;}

#tnb li.cart span {}

.icon_menu {background:url('../img/icon_menu.png') no-repeat center center; background-size:30px auto;}
.icon_close {background:url('../img/icon_close.png') no-repeat center center;background-size:30px auto;}


/*모바일 tnb*/

.tnb_menu,
.tnb_cart {width:30px;height:30px;}
.tnb_cart {width:30px;height:30px;background:url('../img/icon_cart.png') no-repeat center center; background-size:20px auto;display:none;}
.tnb_cart span {position:absolute;right:-5px;top:-5px;background:#000;width:20px;height:20px;border-radius:50%;color:#fff;text-align:center;
	font-weight:500;font-size:9pt;line-height:20px;}
.tnb_menu {width:30px;height:30px;display:none;}
.mb_menu {display:none;}


@media screen and (max-width: 991px) {
	#page {width:100%;max-width:100% !important;overflow:hidden;min-width:320px;}

	#hd {height:auto;}

	#hd_wrapper {padding:0;height:auto;height:60px;text-align:center;display:none;}

	#logo {position:relative;display:inline-block;*display:inline;line-height:60px;text-align:center;margin:15px 0;;left:0;right:0;}
	#logo img {max-width:150px;text-align:center;margin-top:0;}
	#search_wrap {display:none;}
	#gnb {display:none;}
	#tnb {top:15px;right:10px;display:block;}
	#tnb > ul {margin:0;}
	#tnb > ul > li {width:30px;margin:0 12px 0 0;}

	.icon_mypage{display:none !important;}
	.icon_search {}

	.tnb_cart{display:block;}
	.tnb_menu {display:block;}
	.tnb_cart {position:absolute;right:15px;top:15px;}
	.tnb_menu {position:absolute;left:15px;top:15px;}


	#gnb_wrap #submenu {display:none;}

	#submenu {float:left;background:none;width:100%;}
	#submenu li {width:50%;margin:0;line-height:35px;text-align:center;padding:0;margin-bottom:3px;}
	#submenu li a {font-size:10pt;font-weight:500;}
	#submenu li:first-child {padding-left:0;}
	#submenu li:nth-child(2n) {margin-right:0;}


	/*모바일 탑메뉴*/
	.mb_menu {position:relative;float:left;display:inline-block;*display:inline;width:100%;overflow-x:scroll;overflow-y:hidden;height:45px;border-bottom:1px solid #221e1e }
	.mb_menu ul {float:left;display:inline-block;*display:inline;width:auto;width:500px;height:45px;}
	.mb_menu ul li {float:left;padding:0 10px;height:45px;line-height:45px;}
	.mb_menu ul li a {font-size:9pt;color:#000;letter-spacing:0.5pt;}
	.mb_menu ul li.on {border-bottom:1px solid #000;font-weight:800;}

	#gnb li.on {border-bottom:3px solid #000;color:#000;}
	#gnb li.on:after {display:none;}
	#gnb li.on > a {color:#000 !important;font-weight:600;border-bottom:1px solid #000;}

	.mb_menu::-webkit-scrollbar {display:none;}

	#nav-toggle{position:relative;float:left;margin-top:5px;cursor: pointer;width:22px;height:22px;}
	#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{cursor: pointer;border-radius:1px;height:2px;width:22px;background:#000;position:absolute;top:7px;display:block;content: '';}
	#nav-toggle span:before{top: -7px;}
	#nav-toggle span:after{bottom: -7px;}
	#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;}
	#nav-toggle.active span{background-color: transparent;}
	#nav-toggle.active span:before,
	#nav-toggle.active span:after{top:0;}#nav-toggle.active span:before{transform: rotate(45deg);-webkit-transform: rotate(45deg);}
	#nav-toggle.active span:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}


}



.fixed {
    position:fixed !important;
	width:100%;
	top:0;right:0;
	z-index:9999 !important;
	background:#F8F6EA;
	box-shadow:0px 3px 8px rgba(0,0,0,0.05);	
	height:70px;
}

.fixed #hd_wrapper {height:70px;padding:10px 20px !important;}



/* 중간 레이아웃 */
#wrapper {position:relative;float:left;width:100% !important;margin:0;padding:0;display:inline-block;*display:inline;text-align:center;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#wrapper_title {position:relative;width:100%;margin:0;height:360px;font-weight:300;background-attachment:fixed;font-size:13pt;}
#wrapper_title #ca_text {position:absolute;left:50%;top:50%;padding:0;margin:0;margin-left:-600px;width:1200px;height:150px;
	margin-top:-75px;color:#fff;z-index:3;}
#wrapper_title h1 {margin:0;padding:0;width:100%;font-weight:bold;margin-bottom:35px;}
#wrapper_title #bg {position:absolute;width:100%;height:360px;left:0;top:0;background:rgba(0,0,0,0.5);z-index:2;}

.orange {height:150px !important;display:inline-block;*display:inline;}
.orange #text {position:relative;margin:0;padding:0;height:auto;top:0;display:inline-block;*display:inline;height:150px !important;}
.orange h3,
.orange h2 {color:#000;padding:0;margin:0;}

.lt_wr {width: 49%;}
.lt_wr:nth-child(2n+1){clear:both}
/* aside wrapper */

#container {position:relative;width:100%;max-width:1400px;text-align:left;margin:0 auto;display:inline-block;*display:inline;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container img {max-width:100%;}
#container_title {font-weight:500;margin:50px auto;text-align:center;}

.container {width:100%;max-width:1200px;margin:0 auto;}

.mg_top {margin:50px auto !important;}

.wide {position:relative;float:left;width:100%;max-width:100% !important;padding:0;margin:0;text-align:center !important;display:inline-block;*display:inline;}
#container1200 {position:relative;width:100%;max-width:1200px;text-align:left;margin:0 auto;display:inline-block;*display:inline;}


.sale_prd h2{font-size:1.167em;margin:20px 0 10px}
.st_bg{display: inline-block;width: 1px;height: 10px;margin: 0 10px;background: #e2e1e0;vertical-align: -1px;}



@media screen and (max-width: 1600px) {
#container,
.container  {padding:0 20px;}
.wide {padding:0 !important;margin:0;}

}

@media screen and (max-width: 991px) {
#container,
.container  {padding:0;}

.wide {padding:0 !important;margin:0;}
.mg_top {margin-top:10px !important;}
#container_title {font-size:13pt;margin:30px auto 20px auto;}

#wrapper_title {font-size:10pt;height:auto;background-size:cover;margin-bottom:20px;}
#wrapper_title #ca_text {left:0;top:0;padding:60px 50px;margin:0;margin-left:0;width:100%;height:250px;margin-top:0;word-break:keep-all;}
#wrapper_title h1 {margin:0;padding:0;width:100%;font-weight:bold;margin-bottom:30px;letter-spacing:1pt;}

#wrapper_title #text {position:absolute;top:10px;left:50%;margin-left:-150px;padding:20px;height:110px;}
#wrapper_title h2 {font-size:16pt !important;font-weight:500;}
#wrapper_title h3 {font-size:9pt;margin-top:10px;padding-top:10px;}
#wrapper_title #bg {height:250px;}

#wrapper_title img {width:100%;height:auto;}
.fixed {height:auto;}
}


/* 텍스트 크기 조절 
#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_menu {position:fixed;left:0;bottom:0px;width:100%;height:50px;padding:6px 0;display:none;z-index:999;opacity:0;border-top:1px solid #221e1e;background:#fff;}
#ft_menu ul {position:relative;width:100%;max-width:1200px;padding:0px;margin:0 auto;}
#ft_menu ul li {float:left;width:25%;padding-top:23px;font-size:8.5pt;text-align:center;height:40px;color:#999;opacity:0.6}
#ft_menu ul li.mn_home {background:url('../img/icon_home.png') no-repeat center top;background-size:auto 20px;}
#ft_menu ul li.mn_cate {background:url('../img/icon_category.png') no-repeat center top;background-size:auto 20px;}
#ft_menu ul li.mn_wish {background:url('../img/icon_heart.png') no-repeat center top;background-size:auto 20px;padding-top:25px;}
#ft_menu ul li.mn_my {background:url('../img/icon_mypage.png') no-repeat center top;background-size:auto 20px;padding-top:25px;}

#ft_menu ul li.on {color:#000;opacity:1}
#ft_menu ul li.mn_home.on {background:url('../img/icon_home_on.png') no-repeat center top;background-size:auto 20px;}
#ft_menu ul li.mn_wish.on {background:url('../img/icon_heart_on.png') no-repeat center top;background-size:auto 20px;padding-top:26px;}
#ft_menu ul li.mn_my.on {background:url('../img/icon_mypage_on.png') no-repeat center top;background-size:auto 20px;padding-top:26px;}


#ft {position:relative;float:left;width:100%;text-align:center;display:inline-block;*display:inline;
	border-top:1px solid #000;padding:60px 40px;font-weight:lighter;}

#ft .row {width:100%;max-width:100%;min-width:100%;display:inline-block;*display:inline;}

#ft h2 {font-weight:bold;margin-bottom:20px;}

#ft h5 {color:#000;margin-bottom:20px;font-weight:900;letter-spacing:1pt;}

#top_btn {position:fixed;bottom:65px;right:20px;width:45px;height:45px;line-height:35px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;
	background:rgba(255,255,255,0.5);border-radius:50%;display:none;}
#top_btn:hover{border-color:#000;background:#000;color:#fff}

#ft .ft_info,
#ft .ft_info2 {position:relative;text-align:left;margin:0;font-weight:100;}

#ft .ft_info {float:left;}

#ft .ft_info2 {float:right !important;}
#ft .ft_info2 img {margin-bottom:30px;width:200px;}
#ft .ft_info2 a {color:#000;}

#ft .ft_info .ft_tel {position:relative;float:left;width:100%;margin-bottom:30px;}

#ft .ft_info2 {max-width:600px;float:right;}
#ft .ft_info2 span {}
#ft .ft_info2 span b {font-weight:500;}

#ft .ft_info a.btn_default{position:relative;float:left;;width:100%;max-width:330px;height:50px;line-height:50px;text-align:center;
	font-size:11.5pt;margin-top:10px;border-radius:4px;border:1px solid rgba(0,0,0,1)}
#ft .ft_info a.btn_kakao {background:url('../../../skin/social/img/sns_kakao_s.png') #ffeb00 no-repeat left 15px center;color:#3c1e1e;border:0;}
#ft .ft_info a.btn_kakao:hover {background:url('../../../skin/social/img/sns_kakao_s.png')#f2df00 no-repeat left 15px center;}


.ft_link {position:relative;float:left;text-align:left;}
.ft_link ul {width:200px;float:left;text-align:left;padding:0;margin:0;}
.ft_link ul li {width:100%;float:left;display:inline-block;*display:inline;margin:0;height:30px;line-height:30px;}
.ft_link ul li a {color:#000;}


.btn_link {border:1px solid #000;padding:5px 10px;}

.btn_bzinfo {padding:1px 5px;margin-left:3px;border-radius:0;}
.btn_bzinfo:hover {cursor:pointer;}

.ft_menu {position:relative;float:left; width:100%;}
.ft_menu li {position:relative;float:left; width:48%; margin:0; margin-right:2%; margin-bottom:5px; padding: 5px; border:1px solid #ddd;text-align:center;;}
.ft_menu li a {color:#000;}

#instafeed {position:relative;width:100%;}
#instafeed img {width:65px;height:65px;margin:2px;}
#instafeed img:hover {opacity:0.7;}
#instafeed a:nth-child(4n-3) img {margin-left:0;}
#instafeed a:nth-child(4n) img {margin-right:0;}


#sns {position:fixed;right:0;display:inline-block;*display:inline;width:70px;height:280px;top:50%;margin-top:-140px;z-index:9;}
#sns ul {position:relative;width:70px;margin:0;padding:0;}
#sns li {width:70px;height:70px;margin:0;padding:0;}
#sns li img {max-width:100%;}
#sns li:hover img {opacity:0.8;}



@media screen and (max-width: 991px) {


	#ft_menu {display:block;opacity:1;}

	#ft, #ft .ft_wr {margin:0;padding:0;}
	#ft {padding:30px 0 70px 0;}

	#top_btn {display:none !important;}

	#ft .ft_notice {display:none;}

	#ft .ft_info,
	#ft .ft_info2 {float:left;margin:0;text-align:center;width:100%;max-width:100%;padding:15px 20px;}


	.tel,
	.tel a {font-size:24px !important;}

	.mark {float:none;margin:10px auto !important;width:auto;display:inline-block;*display:inline;}
	#ft .ft_info a.btn_default {max-width:100%;}
	
	.ft_link {display:none;}
	#ft .ft_ul {float:none;margin:0 auto;display:inline-block;*display:inline;}
	#ft .ft_ul li {margin:0 5px;height:30px;line-height:30px;}
	#ft .ft_ul li a {font-size:7.5pt;}
	#ft .ft_ul li:nth-child(4), 
	#ft .ft_ul li:nth-child(5) {display:none;}

	#ft .ft_info .ft_tel {position:relative;float:none;margin:0 auto;}
	#ft .ft_info .ft_tel li:nth-child(2) {width:100%}

	#ft .ft_info a {position:relative;float:left;width:100%;height:45px;line-height:45px;text-align:center;font-size:10pt;font-weight:500;}
	#ft .ft_info a.btn_kakao {margin-right:10px;padding-left:15px;}

	#ft .ft_info2 {float:right;margin-right:0;word-break:keep-all;line-height:1.3;font-weight:400;margin-top:50px;font-size:12px;}
	#ft .ft_info2 img {width:150px;}

	#sns {position:relative;width:100%;text-align:center;top:0;margin:0 0 15px 0;text-align:center;height:auto;}
	#sns ul {margin:0 auto;width:215px;}
	#sns li {float:left;width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:5px;}
	#sns li:last-child {margin-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 {width:0;height:0;}
#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:500;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:41px;border:1px solid #e9e9e9}
#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:45px;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:100px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:500;text-align:center;line-height:41px;}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:500}
.cke_sc_def dd {width:30%}




 /* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 목록 바로가기 */
/*
.sanchor {margin:30px 0 20px ;padding:0;zoom:1}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;width:25%;text-align:center;list-style:none}
.sanchor li a{display:block;position:relative;height:55px;margin-left:-1px;background-color:#f7f7f7;border:1px solid #cdcdcd;border-bottom:1px solid #000;color: #666;line-height: 53px;text-align: center;z-index:1}
.sanchor li .sanchor_on{margin:0 0 0 -1px;border:1px solid #000;z-index:2;border-bottom-color:#fff;color:#000;font-weight:500}
.sanchor li a .item_qa_count,.sanchor li a .item_use_count{display:inline-block;padding:0 5px;line-height:20px;color:#aaa;font-size:12px}
*/


.sanchor {position:relative;width:100%;padding:0;zoom:1;text-align:center;display:inline-block;*display:inline;margin:50px auto 10px auto;padding:20px 0;border-top:1px solid #000;}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}

.sanchor li {text-align:center;list-style:none;display:inline-block;*display:inline;height:30px;margin:0 10px;}
.sanchor li a {position:relative;float:left;color: #666;text-align: center;z-index:1;height:30px;line-height:30px;}
.sanchor li .sanchor_on{border-bottom:2px solid #000;color:#000;font-weight:500}
.sanchor li a .item_qa_count,.sanchor li a .item_use_count{display:inline-block;padding:0 5px;line-height:20px;color:#aaa;font-size:12px}





/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:500}

/* 버튼 */
a.btn,.btn{line-height:43px;height:43px;padding:0 20px;text-align:center;border-radius:0px;font-weight:normal;border:0;}

a.btn01 {display:inline-block;padding:0 7px;border:1px solid rgba(0,0,0,0.2);background:transparent;color:#666;text-decoration:none;vertical-align:middle;}
a.btn01:focus, a.btn01:hover,button.btn01:hover {text-decoration:none;background:#f3f3f3}
button.btn01 {display:inline-block;margin:0;padding:0 7px;border:1px solid #ddd;;color:#666;text-decoration:none}
a.btn02 {display:inline-block;padding:0 7px;border:1px solid #000;background:#000;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none;background:#000}
button.btn02 {display:inline-block;margin:0;padding:0 7px;border:1px solid #000;background:#000;color:#fff;text-decoration:none}
.btn_confirm {text-align:center;} /* 서식단계 진행 */

.btn_submit {background:#000;color:#fff;border:0;font-weight:500;}
.btn_submit:hover{background:#333;color:#fff;}

input[type="submit"].btn_submit {width:100%;height:43px;line-height:43px;}


.btn_address{;background: #F2F2F2;color:#4f4f4f;border: 1px solid #ddd;padding:0 15px;font-weight:500;line-height:40px;}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}
a.btn_cancel {display:inline-block;padding:0px 20px;border:1px solid #ccc;background:#fafafa;color:#666;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#666;vertical-align:top;text-decoration:none}

a.btn_frmline,
button.btn_frmline {display:inline-block;padding:0 10px;height:43px;line-height:43px;border:0;color:#fff;background:#999;
text-decoration:none;vertical-align:middle;} /* 우편번호검색버튼 등 */

/*더보기 버튼 추가 N디자인*/
.btn_more {border:1px solid rgba(0,0,0,0.2);padding:13px 30px;border-radius:5px;color:#000;}
.btn_more:before {content:"+";position:relative;clear:both;margin-right:5px;}
.btn_more:hover {background:#000;color:#fff;}

@media screen and (max-width: 991px) {
	.btn_more {width:100%;}
}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding: 0 20px;  font-size: 14px;  font-weight: 400;border:1px solid #e6e6e6;border-right:1px solid #ddd;border-bottom:1px solid #ddd;;color:#000;text-decoration:none;vertical-align:middle;font-weight:500;color:#666;}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding: 0 20px;  font-size: 14px;  font-weight: 400;border:1px solid #000;background:#303030;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_b03, .btn_b03 {display:inline-block;background:#none;border:1px solid #b9bdd3;color:#646982;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_admin {display: inline-block; padding: 0 15px;  line-height: 40px;  font-size: 14px;  font-weight: 400; text-align: center;color: #555; border: 1px solid #ccc; 
	background: #fff;text-decoration:none;vertical-align:middle;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}



.btn_bo_adm input {display: inline-block; padding: 0 20px;  line-height: 35px;  font-size: 14px;  font-weight: 400; text-align: center;color: #555; border: 1px solid #ccc; background: #fff;text-decoration:none;vertical-align:middle;}

input[type=button].btn_submit,
input[type=submit].btn_submit  {-webkit-appearance:none;}


/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}

/* 기본테이블 */
.tbl_wrap {width:100%;}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:500;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table{border-bottom:1px solid #d3d3d3}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);color:#000;font-size:0.75em;font-weight:600;text-align:center;letter-spacing:0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-weight:500;}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child{border-left:0}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom: 1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table{border:0;border-bottom:1px solid #000;}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0;color:#000;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th inpupt {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border:0;background:#fff;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border:0;}
.tbl_head03 td {padding:15px 5px;border:0;line-height:1.5em;word-break:break-all;border-top:1px solid #000;}
.tbl_head03 td:first-child{border-left:0}
.tbl_head03 a {}


/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 h4 {font-family:'Pretendard', sans-serif;color:#000;margin-bottom:10px;}
/*.tbl_frm01 h4 {margin-bottom:10px;font-weight:600;background:url('../img/core/arrow.png') no-repeat left center;background-size:20px auto;padding-left:25px;color:#888;font-size:13pt;}*/
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0;border-top:1px solid #000;}
.tbl_frm01 thead th {padding:10px 0;border-to:1px solid #000;border-bottom:1px solid #ddd;background:#f7f7f7;color:#222;font-size:10pt;text-align:center;
  letter-spacing:0.5pt;;}
.tbl_frm01 thead th:last-child {border-right:0;}
.tbl_frm01 th {padding:8px 0;width:150px;border-left:0;text-align:left;font-weight:500;color:#000;}
.tbl_frm01 tbody th {}
.tbl_frm01 td {padding:8px 0;height:30px;/*border-top:1px solid #ddd;border-bottom:1px solid #e9e9e9;*/background:transparent}

select, 
.frm_input {	
    border:0;
    border-radius: 0;
	border-bottom:1px solid #000;
    padding: 0 5px;
    font-size: 14px;
    background: transparent;
    color: #000;
    border-radius: 0px;
    line-height: 45px;
    height: 45px;
}

	

textarea {background:transparent;border:0;border-bottom:1px solid #000;padding:0;}

@media screen and (max-width: 991px) {
	select, .frm_input {padding: 0;font-size: 12px;line-height: 35px;height: 35px;}
}
	


.full_input,
.frm_address{width:100%}
.half_input{width:49.5%}

.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본리스트*/
.list_01 li{border:1px solid #dbdbdb;border-radius:3px;margin:8px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li{float:left;width:23%;margin:0 2% 10px 0;padding:0;}
.list_02 li:nth-child(4n){margin-right:0}

@media screen and (max-width: 991px) {
.list_02 li{float:left;width:49%;margin:0 2% 10px 0;padding:0;}
.list_02 li:nth-child(2n){margin-right:0}
}



/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1em;border-bottom:2px solid #000;padding-bottom:10px;}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}
.form_01 .form_left{float:left;width:49.5%}
.form_01 .form_right{float:right;width:49.5%}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center;color:#777 !important}
.empty_list ,.empty_li{width:100% !important;padding:20px 0 !important;text-align:center;color:#999 !important}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}
.req {position:relative;padding:5px;width:15px;height:10px;background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}


/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:20px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_imgsmall img{width:100%;height:auto;}
.td_num {width:50px;text-align:center}
.td_numbig {width:100px;text-align:center !important;}
.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}

.text_left{text-align:left  !important}
.text_center{text-align:center  !important}
.text_right{text-align:right  !important}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win #win_title {height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;font-size:13pt;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#f3f7f7;width:33.333%;text-align:center;border-left:1px solid #dfe6e7;border-bottom:1px solid #dfe6e7;border-top:1px solid #dfe6e7}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{;border-bottom-color:#fff;border-top-color:#ae99da;}
.new_win .win_ul .selected a{color:#9781c5}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#888;}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;padding: 0 5px;color:#777;line-height: 26px;border: 1px solid #ddd;border-radius: 3px;font-size: 0.92em;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden}
.new_win .btn_submit {padding:0 20px;height:40px;border-radius:3px;font-weight:500;font-size:1.083em;float:right;background:#000;color:#fff;}
.new_win .win_btn{margin:10px 0}



@media screen and (max-width: 991px) {
	.new_win #win_title {font-size:11pt;}
}
	











/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;}

/* 사이드뷰 */
.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:10px 0 80px 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current,.qa_page {display:inline-block;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page,.qa_page {;border:0;color:#555;font-size:1.083em;height:40px;line-height:40px;padding:0;width:40px;text-decoration:none;border-radius:5px;margin:0 5px;}
.pg_page:hover{background-color:#f3f3f1;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50%;padding:0}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50%;padding:0}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50%;padding:0}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50%;padding:0}
.pg_current {display:inline-block;border:1px solid #444;color:#000;font-weight:500;height:40px;line-height:40px;padding:0 10px;width:40px;border-radius:5px;}


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}




/* 마이페이지 */

.title_mypage {text-align:left;}
#mypage_menu {position:relative;float:left;width:200px;display:inline-block;*display:inline;min-height:500px;}
#mypage_menu ul {position:relative;float:left;width:100%;padding:0;margin:0;border:1px solid #ddd;}
#mypage_menu ul li {width:100%;padding:0 15px;height:50px;line-height:50px;border-bottom:1px solid #ddd;}
#mypage_menu ul li:last-child {border-bottom:0;}
#mypage_menu ul li a {color:#999;}


#smb_my {position:relative;float:right;width:calc(99.9% - 250px);display:inline-block;*display:inline;margin-bottom:50px;}
#smb_my h3.title { margin-bottom: 30px;}


#smb_my_ov {position:relative;float:left;width:100%;margin:0 0 50px 0;background:transparent;border:1px solid #000;padding:35px;}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .my_ov_name {position:relative;width:100%;float:left;display:inline-block;*display:inline;font-weight:500;}
#smb_my_ov .my_ov_name b {font-weight:600;}
#smb_my_ov .my_ov_name h3 {position:relative;float:left;width:100%;display:inline-block;*display:inline;margin-bottom:10px;}
#smb_my_ov .my_ov_name img{width:20px;border-radius:50%}
#smb_my_ov .my_ov_name .benefit {font-size:11pt;color:#666;margin-top:10px;}
#smb_my_ov .my_ov_name a {position:relative;float:left;border:1px solid #c6c2ad;width:100%;height:45px;line-height:45px;color:#a9a58e;text-align:center;border-radius:5px;margin-top:10px;}


#smb_my_ov .coupon_info {position:relative;float:left;width:100%;height:100%;padding:0;margin:0;}
#smb_my_ov .coupon_info li {float:left;width:50%;height:100%;padding:0px 30px;border-left:1px solid #ddd;}
#smb_my_ov .coupon_info li h3 {margin-top:10px;}
/*#smb_my_ov .coupon_info li span {font-size:11pt;color:#666;}*/
#smb_my_ov .coupon_info li a {position:relative;display:inline-block;*display:inline;font-weight:900;}
#smb_my_ov .coupon_info li a:after {font-family:"FontAwesome";content:"\f054";float:right;height:40px;line-height:40px;font-size:12pt;margin-left:10px;}

.my_ov_btn{position:relative;float:left;width:100%;text-align:center;margin-top:10px;}
.my_ov_btn li {float:left;margin-right:5px;}
.my_ov_btn button{;border:1px solid #ccc;vertical-align:top;border-top:0;padding:0 20px;}
.my_ov_btn button:hover{background:#f3f3f3}

#smb_my_ovaddd{width:90%}

#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}

#smb_my_od {position:relative;float:left;width:100%;margin:0 0 50px;display:inline-block;*display:inline;}
#smb_my_od h3 {margin:0 0 10px;}
#smb_my_od td{text-align:center}
#smb_my_od td a{font-weight:500}
#smb_my_wish{position:relative;float:left;width:100%;margin:0 0 50px;display:inline-block;*display:inline;}
#smb_my_wish h3 {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #000}

.smb_my_img{position:relative;float:left;width:100%;display:inline-block;*display:inline;margin:0 0 15px;}
.smb_my_img a {position:relative;float:left;width:100%;display:inline-block;*display:inline;}
.smb_my_img a img{width:100%;height:auto !important;}

.smb_my_tit{margin:10px 0 5px 0; font-weight:500}
.smb_my_date{font-size:10pt;color:#777;font}
.smb_my_more {position:absolute;top:0;right:0;}
.smb_my_more a{display:block;background:url('../img/more-btn.gif') no-repeat 0 5px;padding-left:20px;height:30px}


/*포인트내역*/
#po_info {position:relative;float:left;width:100%;border:1px solid #ddd;padding:20px 30px;margin-bottom:50px;}
#po_info li {float:left;width:25%;margin:0;height:70px;}
#po_info li strong {font-size:15pt;}

#smb_my_act {position:relative;float:right;margin-bottom: 30px;}
#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 .cou_pt{position:absolute;top:0 ;right:0;}
#smb_my_ov .cou_pt dt{float:left;width:90px;line-height:50px;}
#smb_my_ov .cou_pt dd{float:left;width:110px;text-align:right;padding:0 20px 0 0;line-height:50px;}
#smb_my_ov .cou_pt dd a{color:#ff2b64;font-weight:500;font-size:1.167em}

#smb_my_ov .op_area{position:relative;float:left;width:100%;margin-top:20px;border-top:0;padding:0;line-height:18px;color:#555;font-size:11pt;}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt{float:left;width:30%;margin:3px 0;font-weight:500}
#smb_my_ov .op_area dd{float:left;width:70%;margin:3px 0}



#smb_my_ovaddd{width:90%}

#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}


#smb_my_wish{position:relative;float:left;width:100%;margin:0 0 50px;display:inline-block;*display:inline;}
#smb_my_wish h3 {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #000}

.smb_my_img{position:relative;float:left;width:100%;margin:0 0 5px;}
.smb_my_img img{width:100%;height:auto !important;}

.smb_my_tit{margin:10px 0 5px 0; font-weight:500}
.smb_my_date{font-size:10pt;color:#777;font}
.smb_my_more {position:absolute;top:0;right:0;}
.smb_my_more a{display:block;background:url('../img/more-btn.gif') no-repeat 0 5px;padding-left:20px;height:30px}


@media screen and (max-width: 991px) {

.title_mypage {text-align:center;}
#mypage_menu {width:100%;display:inline-block;*display:inline;min-height:auto;margin-bottom:20px;}
#mypage_menu ul {position:relative;float:left;width:100%;padding:0;margin:0;border:1px solid #ddd;}
#mypage_menu ul li {float:left;width:33.33%;height:35px;line-height:35px;border-right:1px solid #ddd;text-align:center;}
#mypage_menu ul li:nth-child(3),
#mypage_menu ul li:nth-child(6) {border-right:0;}
#mypage_menu ul li:nth-child(4),
#mypage_menu ul li:nth-child(5),
#mypage_menu ul li:nth-child(6) {border-bottom:0;}


#smb_my {width:100%;}
#smb_my h3.title {font-size:12pt;}

#smb_my_ov {padding:25px;margin-bottom:30px;}
#smb_my_ov .my_ov_name {width:auto;float:left;line-height:28px;}
#smb_my_ov .my_ov_name h3 {position:relative;float:left;width:auto;display:inline-block;*display:inline;margin-bottom:0;}

#smb_my_ov .cou_pt,
#smb_my_ov .my_pocou {width:100%; font-size:10pt;}

#smb_my_ov .cou_pt {position:relative !important;padding:0px 15px;background:#f7f7f7;border:1px solid #ddd;height:50px;margin:0;border-top:0;}
#smb_my_ov .cou_pt dt{float:left;width:25%;}
#smb_my_ov .cou_pt dd{float:left;width:25%;}

#smb_my_ov  .my_ov_btn {width:auto;float:right;margin:0;height:28px;line-height:28px} 

#smb_my_ov .coupon_info {position:relative;float:left;width:100%;height:auto;padding:0;margin:0; border-top:1px solid #ddd;padding-top:15px;margin-top:15px;}
#smb_my_ov .coupon_info li {width:50%;height:auto;padding:0px;border-left:0;}
#smb_my_ov .coupon_info li h3 {margin-top:0px;margin-bottom:0;}
#smb_my_ov .coupon_info li span {font-size:11pt;color:#666;}
#smb_my_ov .coupon_info li a:after {height:33px;line-height:33px;font-size:9pt;margin-left:10px;}

#smb_my_od {margin-bottom:30px;}


.op_area {display:none;}


}



/*장바구니 주문서 공통*/
.od_prd_list .td_chk{border-left:0;position:relative;}
.od_prd_list .td_prd{border-left:0;position:relative;min-height:100px}
.od_prd_list .td_prd .sod_img {position:relative;float:left;width:150px;}
.od_prd_list .td_prd .sod_img img {width:100%;height:auto;}
.od_prd_list .td_prd .sod_name {position:relative;min-height:80px;width:calc(100% - 150px);float:left;padding-left:15px;}
.od_prd_list .td_prd .prd_name{}
.od_prd_list .total_prc{color:#000;font-weight:600;}



@media screen and (max-width: 991px) {
	.od_prd_list .td_prd .sod_img {width:80px;}
	.od_prd_list .td_prd .sod_name {width:calc(100% - 80px) !important;}
}


.sod_opt {font-size:10pt;}
.sod_opt ul {margin:0;padding:0;list-style:none}
.sod_opt li {color:#777;margin:3px 0;line-height:1.3em}
.sod_option_btn .mod_options {padding:0 7px !important;border:1px solid #ddd;color:#fff;background:#fff;height:30px;line-height:28px;margin:10px 0 0;color:#999;;font-size:10pt;}
.cp_btn {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;;height:30px;margin:10px 0 0 ;font-size:10pt;}
.cp_cancel {padding:0 7px;border:1px solid #aaa;color:#666;;height:30px;margin:10px 0 0 2px;font-size:10pt;}

/* 장바구니 */
#sod_bsk {}


.btn_cart_del{margin:10px 0;}
.btn_cart_del button{height:35px;padding:0 10px;border:0;background:#fff;color:#000;font-size:10pt;border-radius:5px;}
#sod_bsk_list {position:relative}
#sod_bsk #sod_bsk_tot {padding:0;margin:20px auto;zoom:1;width:100%;max-width:500px;}
#sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:"";}
#sod_bsk #sod_bsk_tot li{float:left;width:33.333%;text-align:center;padding:10px 0;font-size:1.167em}
#sod_bsk #sod_bsk_tot li:first-child{border:0}
#sod_bsk #sod_bsk_tot li span{display:block;margin:0 0 5px}
#sod_bsk #sod_bsk_tot li strong{}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt strong{color: #e92f33;}

#sod_bsk_act {text-align:center;margin:50px 0;}
#sod_bsk_act .btn_submit{height:50px;padding:0 10px;width:160px;font-weight:500;}
#sod_bsk_act .btn01{height:50px;line-height:50px;padding:0 10px;width:160px;font-weight:500;}
#sod_bsk_act p {margin:0 0 10px}

#sod_bsk .selec_chk {position: absolute;top: 0;left: 0;width: 0;height: 0;opacity: 0;outline: 0;z-index: -1;overflow: hidden;}
#sod_bsk input[type="checkbox"] + label span {position: absolute;top: 15px;left: 0;width: 15px;height: 15px;border-radius:50%;overflow:hidden;display: block;margin: 0;background: #fff;border: 1px solid #000;}
#sod_bsk input[type="checkbox"]:checked + label span {background: url(../img/chk.png) no-repeat 50% 50% #000; border-color: #000;}
#sod_bsk #info {;border:1px solid #ddd;line-height:160%;margin-bottom:20px;padding:20px;font-size:10pt;}


/*장바구니 선택사항수정 - 디폴트 값는 SHOP skin 폴더 style.css에서 수정*/

#sod_bsk_list #mod_option_frm {z-index: 10000;position: fixed;top: 50%;	left: 50%;width: 540px;	height: auto !important;	height: 500px;	max-height: 500px;	margin-left: -280px;	margin-top: -150px;	
	border: 1px solid #000;	border-radius: 0;	background: #fff;overflow-y: auto;	overflow-x: inherit;
-webkit-box-shadow:  1px 2px 5px rgba(0,0,0,0.1);-moz-box-shadow:  1px 2px 5px rgba(0,0,0,0.1);box-shadow: 1px 2px 5px rgba(0,0,0,0.1);}
.mod_option_bg {content: "";position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);display: block;z-index: 9999;}

#mod_option_frm {text-align:center;}
#mod_option_frm h4{padding:0 0 0 20px;height:51px;line-height:50px;margin:0 0;font-size:12pt;border-bottom:1px solid #ddd;font-weight:500;text-align:left;}
#mod_option_frm form {position:relative;float:left;width:100%;padding:20px;display:inline-block;*display:inline;}
#mod_option_frm .option_wr {width:100%;margin:10px auto;padding:0;text-align:left;}
#mod_option_frm .option_wr h3 {border-bottom:0 !important;line-height:20px !important;height:20px;padding-left:0;}
#mod_option_frm .option_wr label{display:block;margin:10px 0 5px}
#mod_option_frm .option_wr select{width:100%;border:1px solid #ccc;height:35px}

#mod_option_frm .opt_count {float:left;display:inline-block;*display:inline;border-bottom:1px solid #000;margin-top:5px;}

#mod_option_frm .opt_count button {position:relative;float:left;width:30px;height:30px;border:0;background:#fff;color:#666;font-size:0.92em;overflow:hidden;text-indent:-999px;}
#mod_option_frm .opt_count button:hover{color:#000}

#mod_option_frm .opt_count button.sit_qty_plus{background:url(../skin/shop/basic/img/add.png) no-repeat 2px 2px #fff; }
#mod_option_frm .opt_count button.sit_qty_minus{background: url(../skin/shop/basic/img/add.png) no-repeat -24px 2px  #fff;text-indent: -999px;}
#mod_option_frm .num_input {float:left;border:0;height:30px;width:30px;border:0;text-align:center;}
#mod_option_frm .num_input:focus{background:#f7f7f7;outline:0}
#mod_option_frm .sit_opt_del{float:right;border:0;background:url(../skin/shop/basic/img/icon-close-s.png) no-repeat right center;background-size:12px auto;text-indent:-999px;width:30px;height:20px;overflow:hidden}

#mod_option_frm .sit_opt_list {width:100%;display:inline-block;*display:inline;margin-bottom:10px;}

#mod_option_frm #sit_sel_option {text-align:left;}
#mod_option_frm #sit_tot_price {width:100%;text-align:right;margin:20px auto;}

#mod_option_frm .btn_confirm {position:relative;float:left;width:100%;margin:0px;display:inline-block;*display:inline;}
#mod_option_frm .btn_confirm .btn_submit{height:40px;font-weight:500;width:100%;cursor:pointer}

#mod_option_frm .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;}
#mod_option_frm .btn_close i {color:#000;}

/*주문서, 주문내역 공통*/

.sod_left{position:relative;float:left;width:70%;padding:0px 30px 0 0px;vertical-align:top;}
.sod_right{position:relative;float:right;width:28%;padding:25px !important;vertical-align:top;height:auto;border:1px solid #000;}


/*sod_right 금액 내역 */

.sod_right #sod_bsk_tot  {position:relative;float:left;width:100%;display:inline-block;*display:inline;margin:0 0 0px 0;}
.sod_right #sod_bsk_tot li {position:relative;float:left;width:100%;height:30px;text-align:right;padding:0;color:#999;}
.sod_right #sod_bsk_tot li span{float:left;font-weight:500}
.sod_right #sod_bsk_tot li.sod_bsk_cnt,
.sod_right #sod_bsk_tot li.sod_bsk_dvr {color:#000;font-size:12pt;}

#sod_fin .sod_bsk_dvr {color:#999 !important;}
.sod_right .sod_bsk_point {width:100%;float:left;text-align:right;color:#999;font-size:10pt;margin-top:5px;} /*적립예정포인트*/


@media screen and (max-width: 991px) {

	.sod_opt {font-size:9pt;}
	.sod_option_btn .mod_options {height:25px;line-height:25px;margin:5px 0 0;font-size:9pt;}


	#sod_bsk_list #mod_option_frm {top: 20%;left:2.5%;width: 95%;height: auto !important;height: 500px;	max-height: 500px;	margin-left: 0;	margin-top: 0;}
	#sod_bsk_list #mod_option_frm form {padding:10px;}
	#sod_bsk_list #mod_option_frm .option_wr h4 {font-size:12pt;}

	.sod_left, .sod_right {width:100%;}
	.sod_left{padding:10px 0;}



}	



/* 주문서 작성 */
#sod_frm {position:relative;width:100%;display:inline-block;*display:inline;float:left;margin-bottom:50px;}
#sod_frm .od_prd_list{margin-bottom:30px}

.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-size:24px;}
#sod_frm p {margin:0 0 10px}
#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;;overflow-y:auto;overflow-x:none;
-webkit-box-shadow:  1px 2px 5px #bbb;
-moz-box-shadow:  1px 2px 5px #bbb;
box-shadow: 1px 2px 5px #bbb;}
#sod_frm_orderer {margin:20px 0 40px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

#sod_frm_taker {}
#sod_frm_taker label{display:inline-block;margin-right:5px;}
#sod_frm_taker #order_address {height:30px;line-height:28px;border:1px solid #000;color:#fff;background:#000;margin-left:5px;}
#sod_frm_same {margin:0 0 10px}

#sod_frm #od_memo {height:50px;}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#sod_frm .sod_ta_wr{background: #fff;}
#sod_frm .btn_confirm{margin:5px 0;}
#sod_frm .btn_submit {width:100%;height:43px;font-weight:500;}
#sod_frm .btn_submit:hover {cursor:pointer;}

#sod_frm .btn01 {width:100%;height:43px;line-height:40px;font-weight:500;margin:5px 0}

#sod_frm_pay {position:relative;margin:0 0 20px 0}
#sod_frm  #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}

#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th {text-align:left;padding:2px 0;width:110px;font-weight:500;font-size: 12pt;}
#sod_frm_pay .pay_tbl td {text-align:right;padding:2px 0;height:30px;font-size: 13pt;}
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px;height: 25px;line-height: 23px;font-size:10pt;font-weight:500;border-radius:3px;}
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 0;color: #fff;background: #000;height: 25px;line-height: 23px;margin: 0;font-size:10pt;font-weight:500;border-radius:3px;}
#od_coupon_btn {margin-left:5px !important;}
#sod_frm_pay .pay_tbl td .info {font-size:9pt;color:#888;}
#sod_frm_pay .pay_tbl i {font-size:10pt;color:#999;}
#od_tot_price{position:relative;float:left;width:100%;margin:15px 0 0 0;text-align:right;padding:15px 0 0 0;color:#e92f33; 	border-top:1px solid #ddd}
#od_tot_price span{float:left;font-weight:500;}
#od_tot_price strong{font-size:1.5em;color:#e92f33;font-family:'Roboto',sans-serif;font-weight:700;}
#sod_frm_pay_info {margin:0 0 10px}


/*쿠폰적용창*/
#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:fixed;top:45%;left:50%;margin-left:-250px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;;overflow-y:auto;
box-shadow:0px 0px 10px rgba(0,0,0,0.2);}
#sod_frm_deli {position:relative;line-height:2em}
.od_coupon h3 {border-bottom: 1px solid #cdcdcd;padding: 0 20px;height:50px;line-height: 50px;margin: 0 0 15px;text-align:left;padding-bottom: 10px !important;}
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;}
.od_coupon .btn_close:hover{background:#f3f3f3}
.od_coupon .tbl_head02 {padding:20px;}
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
#sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
.od_coupon .td_mngsmall{width:60px}
#sod_frm #sod_frm_pt_alert {position:relative;margin:8px 0;color:#777;font-size:10pt;}

#od_pay_sl {position:relative;margin-top:20px;width:100%;display:inline-block;*display:inline;}
#od_pay_sl h3{font-size:13pt;margin:20px 0 10px;font-weight:500;}

#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#od_pay_sl .lb_icon {display: inline-block;float:left;width:33.333%;;
	border:1px solid rgba(0,0,0,0.2);margin:-1px 0 0 -1px;cursor: pointer;height:50px;line-height:48px;
	padding:0px;font-weight:500;position:relative;z-index:1;text-align:center;color:#999;font-size:11pt;}

#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #000;color:#000;z-index:3}


/*할인코드 적용*/
.code_wrap {position:relative;float:left;width:100%;;padding:7px;border-radius:5px;}
.code_wrap #od_cd_id {float:left;border:0;background:transparent;width:calc(99.99% - 80px);height:25px;}
.code_wrap #od_cd_id::placeholder {color:#aaa;font-weight:300;font-size:11pt;}
.code_wrap #od_code_btn {float:right; !important;border:1px solid #ddd !important;color:#999 !important;border-radius:5px;}
#od_code_price {position:relative;float:left;width:100%;margin-top:8px;font-size:10.5pt;color:#666;}


/*모바일주문서작성*/
#m_sod_frm_paysel {margin:10px 0;}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon{}
#sod_frm_paysel .vbank_icon{padding-top:4px;line-height:19px;}
#sod_frm_paysel .iche_icon{padding-top:4px;line-height:19px;}
#sod_frm_paysel .hp_icon{}
/*#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}*/


.sod_frm_point {position:relative;float:left;width:100%;clear:both;margin:5px 0; padding:0;border:1px solid #ddd;display:inline-block;*display:inline;}
.sod_frm_point div{;margin-bottom:1px;padding:10px;text-align:left;text-align:right}
.sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div label{float:left;line-height:30px}
.sod_frm_point div span{display:block;font-size:0.92em}
.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div strong{float:left;color:#666;font-weight:normal}
.sod_frm_point .max_point_box em{font-style:normal !important}
.sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}

#settle_bank {position:relative;float:left;width:100%;display:inline-block;*display:inline;margin:5px 0;clear:both;word-break:keep-all;}
#settle_bank select{height:30px;margin:0 0 5px;width:100%;border:1px solid #ccc;}
#settle_bank #od_deposit_name{float:right;width:calc(100% - 80px);height:30px;border:0;border-bottom:1px solid #000;background:transparent;text-align:center;}

#sod_frm_escrow {margin:30px 0 0;border-top:1px solid #ddd;padding-top:20px;color:#888;font-size:9pt;}
#sod_frm_escrow img {width:100%;height:auto;}
#sod_frm #sod_frm_escrow h2{margin:0;border:0;font-size:13pt;letter-spacing:-0.5pt;color:#000;margin-bottom:10px;}
#sod_frm #sod_frm_escrow p{margin:5px 0}
#display_pay_process {padding:20px;text-align:center}



/*//////////////////////////////모바일전용 주문서///////////////////////////*/


@media screen and (max-width: 991px) {
		#sod_frm_pay {position:relative;float:left;width:100%;}
		#sod_frm_pay .pay_tbl th, td {padding:10px 0;}
		#sod_frm_pay .frm_input {width:200px !important;max-width:100% !important;}

		/* 장바구니 주문서 공통 */

		#sod_bsk .tbl_head03 {padding:0 10px;}

		#sod_chk {margin:10px;}
		.sod_list {margin:15px 0px !important;}
		.sod_list .sod_li {position:relative;width:100%;float:left;;border-bottom: 1px solid rgba(0,0,0,0.2);margin:0 0 5px 0 !important;display:inline-block;*display:inline;}
		.sod_list .li_name2 {position:relative;width:100%;float:left;padding:10px !important;margin:0 !important;height:30px !important;line-height:30px !important;}
		.sod_list .li_name {position:relative;float:left;width:100%;display:inline-block;*display:inline;}
		.sod_list .li_name strong {}

		.sod_list .li_op_wr {position:relative;width:calc(100% - 90px);float:right;padding-left:10px;margin:0px !important;display:inline-block;*display:inline;min-height:80px !important;}
		.sod_list .total_img{position:absolute;top:0px !important;left:10px !important;}
		.sod_list .mod_options{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 5px 0 0;}
		
		.sod_list .li_prqty {position:relative;float:left;width:100% !important;margin:0 0 10px 0px !important;
			padding:10px 0 0;display:inline-block !important;*display:inline;border-top:1px solid #e9e9e9;text-align:right !important;}
		.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:''}
		
		.sod_list .li_prqty_sp {float:left;width:50% !important;line-height:20px;padding:0 10px !important;text-align :right !important;border:0 !important;color:#000 !important;}
		.sod_list .li_prqty_sp > span {float:left !important;padding-left:8px;color:#999;}
		
		.sod_list .prqty_sc,
		.sod_list .prqty_price {border-right:1px solid #dcdcdc !important;}
		
		.sod_list .total_price {border-top:1px solid #e9e9e9;display:block;clear:both;margin:10px 0 0 0;text-align:right;padding:13px 15px!important;}
		.sod_list .total_price span{float:left;padding-top:8px;padding-left:10px;}
		.sod_list .total_price strong{font-size:1.25em;color:#e92f33;}
		.sod_opt li {color: #777;margin: 3px 0;line-height: 1.3em;}
			

		/*
		#sit_opt_added {margin:0;padding:0;border-bottom:0;;list-style:none;border-bottom:1px solid #ccc}
		#sit_opt_added li {padding:10px 15px;position:relative}
		#sit_opt_added li .opt_name{line-height:18px;padding:0 0 5px}
		#sit_opt_added li .opt_count{}
		#sit_opt_added li .opt_count:after {display:block;visibility:hidden;clear:both;content:""}
		#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #cdcdcd;;color:#666;font-size:0.92em}
		#sit_opt_added button:hover{color:#000}
		#sit_opt_added .num_input {float:left;border:0;height:30px;width:40px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center;}
		#sit_opt_added .sit_opt_del{border:0;font-size:15px;background:#d3d3d3;margin-left:3px}
		#sit_opt_added .sit_opt_del:hover{color:#be334a}
		#sit_opt_added .sit_opt_prc{float:right;display:block;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold;}
		*/
		
		/* 장바구니 */

		#sod_bsk .btn_del_wr{margin:10px }
		#sod_bsk .sod_ta_wr{;padding:15px;}
		#sod_bsk .go_shopping{margin: 10px}
		#sod_bsk .go_shopping .btn01{height:45px;line-height:43px;font-size:1.167em;font-weight:bold;width:100%;text-align:center}

		#sod_bsk #sod_bsk_tot {padding:10px 0;}
		#sod_bsk #sod_bsk_tot li{font-size:10pt;}
		#sod_bsk #sod_bsk_tot strong {font-weight:bold}

		#m_sod_bsk_tot {background:#fff;padding:5px 10px;border:0;margin-bottom:20px;}
		#m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
		#m_sod_bsk_tot dt{float:left;width:40%;padding:3px 0 3px 0 ;line-height:20px;clear:both}
		#m_sod_bsk_tot dd{float:left;width:60%;padding:3px 0 3px 0;text-align:right;line-height:20px}
		#m_sod_bsk_tot .sod_bsk_cnt{font-weight:bold;line-height:20px}
		#m_sod_bsk_tot .sod_bsk_cnt strong{color:#000;font-weight:bold;}

		#sod_bsk_act {margin-bottom:50px;}
		#sod_bsk_act .btn01,
		#sod_bsk_act .btn_submit{height:45px;line-height:45px;font-weight:bold;width:45%;margin:3px 0}
		
		
		/* 주문서 작성 */
		#sod_frm,
		#sod_approval_frm,
		#sod_frm_mobile {position:relative;float:left;width:100%;display:inline-block;*display:inline;padding:0;margin:0;clear:both;}

		#sod_frm .od_prd_list{margin:10px;;padding:15px}
		.od_prd_list .td_chk{border-left:0;padding:0;}
		.od_prd_list .td_prd {position:relative;border-left:0;min-height:100px}
		.od_prd_list .td_prd .prd_name{font-size:10pt}
		.od_prd_list .total_prc{float:right;font-size:10pt;}

		#sod_frm_orderer,
		#sod_frm_taker,
		#sod_frm_pay {padding:0 15px;}

		
		#sod_frm_orderer{margin:0 0 0 20px 0!important;padding-top:30px;}
		#sod_frm_taker{padding-top:20px;margin-top:20px;margin-bottom:30px !important;}

		#sod_frm_taker #order_address {margin:3px 0 0 0;}

		#sod_frm_taker h2,#sod_frm_orderer h2 {margin:10px 0;font-size:1.1em;margin-bottom:20px;}
		.odf_list li{}
		.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
		.odf_list .frm_input{width:100%;margin:0 0 5px}
		.odf_list .dlv_slt div {border:1px solid #000;margin:5px 0;padding:10px}
		.odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
		#order_address{display:block;;text-align:center;border: 1px solid #3476be;color: #3476be;;height:30px;line-height:28px;margin:5px 0 0;background:none}
		.odf_list .ad_default{display:inline-block;margin:0}
		.odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px;line-height:30px;color:#fff;}
		.odf_list .add_num{position:relative;display:block;}
		.odf_list  textarea{border:0;border-bottom:1px solid #000;ackground: #fff;color: #000;vertical-align: middle;border-radius: 0px;padding: 0;width:100%;height:70px;}

		#sod_frm .sod_ta_wr{background: #fff;margin-bottom:10px;}
		#sod_frm .btn_confirm{position:fixed;left:0;bottom:0;width:100%;z-index:99;margin:0;}
		#sod_frm .btn_submit{width:100%;height:55px;font-weight: bold;margin:0;border-radius:0;font-size:12pt;}
		#sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-weight: bold;padding:0;border-radius:0}
		
		#sod_frm_pay {margin-bottom:100px !important;}
		#sod_frm_pay h2{position:relative !important;width:100%;float:left;display:inline-block;*display:inline;margin:30px 0 10px 0 !important;font-size:1.1em !important;display:block;line-height:25px !important;padding:0 !important;}
		#sod_frm_pay .cp_btn1,#sod_frm_pay .cp_cancel1{margin-top:0}

		.odf_tbl{position:relative}
		.odf_tbl table{;width:100%;border-collapse:collapse;}
		.odf_tbl table th{border-top:1px solid #ddd;padding:12px !important;text-align:left;width:100px !important;font-weight:normal}
		.odf_tbl table td{border-top:1px solid #ddd;padding:12px 10px !important;text-align:right}
		
		#sod_frm_pay i {margin-left:3px;}
		#sod_frm_pt_alert{margin:10px 0;color:#328abd;}
		
		.sod_frm_point {padding:0;;clear:both}
		.sod_frm_point div{;border-bottom:1px solid #ddd;padding:10px;text-align:right}
		.sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
		.sod_frm_point div label{float:left;line-height:30px}
		.sod_frm_point div span{display:block;font-size:0.92em}
		.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
		.sod_frm_point .max_point_box em{font-style:normal !important}
		.sod_frm_point div strong{float:left;color:#666;font-weight:normal}
		.sod_frm_point #od_temp_point{height:30px;text-align:right}
		
		#settle_bank{;border-bottom:1px solid #ccc;padding:10px;text-align:left !important; clear:both;word-break:keep-all;line-height:180%;}
		#settle_bank select{height:30px;margin:0 0 5px;width:100%;}
		#settle_bank #od_deposit_name{height:30px;border:1px solid #ccc;text-align:center;}
		#settle_bank label{float:left;line-height:30px;margin-right:5px;}

		#sod_frm_pt_info{border-bottom:0;}
		 .od_coupon{position:absolute;top:0;left:0;;width:100%;z-index:99;border-radius:0 0 3px 3px;}
		.od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
		.od_coupon .tbl_head02{}
		.od_coupon .tbl_head02 .btn_frmline {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
		.od_coupon .tbl_head02 td{text-align:left}
		.od_coupon .tbl_head02 th{width:auto !important}
		.od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
		.od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
		.od_coupon .btn_confirm{margin:20px ; }
		.od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;width:100%;}
		.od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
		
		.cp_btn ,.cp_btn1{padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;;height:23px;line-height:21px;margin:10px 0 0 }
		.cp_apply{background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
		.cp_cancel,.cp_cancel1 {padding:0 7px;border:1px solid #aaa;color:#666;;height:23px;line-height:21px;margin:10px 0 0 2px;}
		
		#sod_frm_escrow{margin:10px;}
		#sod_frm_escrow h2{font-size:1.25em}
		#od_pay_sl h3{font-size:1.25em}
		
		#od_tot_price {width:auto;margin:0;line-height:25px;text-align:right;padding:0;border-top:0;font-size:13pt;font-weight:bold;}
		#od_tot_price span{float:left;font-weight:bold}
		#od_tot_price strong{font-size:1.5em;color:#e92f33}

		#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {width:96%;height:auto !important;margin-left:0 !important;left:2%;}
	}
	
	
#m_sod_frm_paysel {position:relative;width:100%;margin:10px 0;display:inline-block;*display:inline;}
#m_sod_frm_paysel ul {margin:0 0 ;padding:0;}
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#m_sod_frm_paysel li {float:left;padding:0;width:33.333%;height:49px;margin-left:-1px;;}


/*
#m_sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
#m_sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
#m_sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
.kakaopay_icon{background:url('../../../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:100%}
.samsung_pay{background:url('../../../img/samsungpay.png') no-repeat ;height:12px;width:83px;display:inline-block;overflow:hidden;text-indent:-999px}
*/

#m_sod_frm_paysel input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#m_sod_frm_paysel .lb_icon {display: inline-block;float:left;width:100%;;
	border:1px solid #ddd;margin:-1px 0 0 -1px;cursor: pointer;height:50px;line-height:48px;
	padding:0px;font-weight:500;position:relative;z-index:1;text-align:center;color:#999;}
#m_sod_frm_paysel input[type="radio"]:checked+.lb_icon {border:1px solid #000;color:#000;z-index:3}







/* 위시리스트 */
#sod_ws {}
.sod_ws_img {width:100%;height:auto;text-align:center}
.sod_ws_img img {width:100%;height:auto;}
#sod_ws_act {text-align:center;padding:20px 0;}
#sod_ws_act button{height:50px;width:180px;font-weight:500;}
#sod_ws li .info_link{display:block;margin:10px 0 5px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color:#000;font-weight:500}
#sod_ws li .info_date{color:#999;font-size:8pt;}
#sod_ws li .wish_chk {position: absolute;top: 0;left: 0;width: 30px;text-align: center;line-height: 35px;color:#f00}
#sod_ws li .wish_info {padding: 0 35px 10px 30px;position: relative;margin-top: 10px;height: 50px;}
#sod_ws li .wish_del {position: absolute;top: 0;right: 0;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #e6e6e6;display: block;color: #777;}
#sod_ws li .wish_del i {line-height:35px;}
#sod_ws li .wish_del:hover{background:#777;color:#fff}

@media screen and (max-width: 991px) {
	#sod_ws_act button{width:49.5%}
}


/* 배송지 목록
#sod_addr .td_mng .sel_address{color:#fff;;border:1px solid #333;color:#333;padding:0 5px;height:26px;}
#sod_addr .td_mng .del_address{display:inline-block;border:1px solid #aaa;color:#888;padding:0 5px;height:26px;line-height:24px;vertical-align:middle}
#sod_addr input[type="radio"]{position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb {display: inline-block;;border: 1px solid #3476be;color: #3476be;cursor: pointer;position:relative;padding:0 5px;height:26px;line-height:24px}
#sod_addr input[type="radio"]:checked+.default_lb {background:#3476be;color:#fff}
#sod_addr td{height:40px;vertical-align:top}
#sod_addr .td_name {width:100px;}
#sod_addr .frm_input {height:30px}
#sod_addr .td_sbj{width:120px;text-align:left}
#sod_addr .ad_tel{display:block;color:#666}
#sod_addr .td_mng{width:100px;padding:10px}
#sod_addr .td_mng .mng_btn{width:100%;margin:2px 0;}
 */






/* 배송지 목록 */
#sod_addr .td_mng .sel_address{color:#fff;;border:1px solid #333;color:#333;padding:0 5px;height:26px;vertical-align:middle;font-size:11pt;margin-bottom:5px;}
#sod_addr .td_mng .del_address{display:inline-block;border:1px solid #aaa;color:#888;padding:0 5px;height:26px;line-height:24px;vertical-align:middle;font-size:11pt;}
#sod_addr input[type="radio"]{position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb {display: inline-block;;border: 1px solid #3476be;color: #3476be;position:relative;padding:0 3px;height:20px;line-height:18px;margin-left:5px;font-size:9pt;}
#sod_addr input[type="radio"]:checked+.default_lb {background:#3476be;color:#fff}
#sod_addr td{height:40px;vertical-align:top}
#sod_addr .td_name {width:100px;}
#sod_addr .frm_input {height:30px}
#sod_addr .td_sbj{width:120px;text-align:left}
#sod_addr .ad_tel{display:block;color:#666}
#sod_addr .td_mng{width:100px;padding:10px}
#sod_addr .td_mng .mng_btn{width:100%;margin:2px 0;}




/* 주문내역 */
#sod_v {}
#sod_v td{text-align:center}
#sod_v td a{font-weight:500}
#sod_v .basic_tbl {text-align:center}
#sod_v_info {margin:0 0 10px}

.status_01{display:inline-block;background:#fe528f;color:#fff;padding:2px 5px;line-height:20px;font-size:0.92em}
.status_02{display:inline-block;background:#68d0a7;color:#fff;padding:2px 5px;line-height:20px;font-size:0.92em}
.status_03{display:inline-block;background:#b668d0;color:#fff;padding:2px 5px;line-height:20px;font-size:0.92em}
.status_04{display:inline-block;background:#ffa700;border:1px solid #ffa700;color:#fff;padding:2px 5px;line-height:20px;font-size:0.92em;margin-bottom:3px;}
.status_05{display:inline-block;background:#688fef;color:#fff;padding:2px 5px;line-height:20px;font-size:0.92em}
.status_06{display:inline-block;;border:1px solid #ddd;color:#666;padding:2px 5px;line-height:20px;font-size:0.92em}
 a.status_06{width:78px;color:#666;font-weight:normal;font-weight:normal;}

.status_01,.status_02,.status_03,.status_04,.status_05,.status_06 {padding:2px 10px;border-radius:30px;}


/* 주문상세내역 */
#sod_fin {position:relative;float:left;width:100%;}
#sod_fin th{padding:8px}
#sod_fin .th_line th{border-top:1px solid #ddd;}
#sod_fin_no {margin:0 0 20px;padding:15px;border:4px solid #f3f3f3;}

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}

#sod_fin_legend {padding:10px;background:#f3f3f3;margin:10px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:500}
#sod_fin_legend dd {float:left;margin:0}


#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; !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:500;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;;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 {margin-bottom:20px;}
#sod_fin_list h2 {margin:0 0 10px}

#sod_fin_list .td_bdno{border-left:0}
#sod_fin_list .td_bdno a{font-weight:500}
#sod_fin_view {border:1px solid #e9e9e9}
#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_list h4,
#sod_fin_view h3,
#sod_fin_pay h4,
#sod_fin_orderer h4,
#sod_fin_receiver h4,
#sod_fin_dvr h4 {border-bottom:2px solid #000;margin-bottom:0;padding-bottom:10px;}

#sod_fin_list h3 {border-bottom:0;}
#sod_fin .tbl_head03 td {padding:10px 5px;position:relative;}
#sod_fin_list .status {position:absolute;right:0;top:50%;margin-top:-15px;border:1px solid #333;border-radius:50px;padding:2px 10px;display:inline-block;} /* 주문상태*/



#sod_fin_pay {margin:0 0 30px}
#sod_fin_orderer {margin:0 0 30px}
#sod_fin_receiver {margin:0 0 30px;}
#sod_fin_dvr {}
#sod_fin .sod_left h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left table {border-top:1px solid #000;border-bottom:1px solid #ddd;margin-top:10px;}
#sod_fin .sod_left th{padding:7px 10px;border:0;text-align:left;width:100px;color:#666;}
#sod_fin .sod_left td{padding:7px 10px;border:0;}

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {position:relative;float:left;width:100%;margin:0;border-top:1px solid #ddd;padding-top:10px;}
#sod_fin_tot h2 {position:absolute;font-size:sod_fin_cancel0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right{margin-top:0px;text-align:right;color:#999;font-size:0.9em}
#sod_fin_tot #alrdy .right p {position:relative}
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {width:100%;}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;padding:0px}
#sod_fin_cancelfrm .frm_input {;margin: 0 0 5px;width:100%}
#sod_fin_cancelfrm

#sod_fin_test {padding:10px}
#sod_fin_cancel p {color:#e92f33;}
#sod_fin_cancel p:before {font-family:"FontAwesome";content:"\f06a";margin-right:5px;}



/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:left;font-size:12pt;letter-spacing:0;padding-left:10px;}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 공지사항 및 커뮤니티 새글 */
#sidx_lat h2{position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쇼핑몰 이벤트 */
#sev {}
.sev_admin {margin:0 0 10px;text-align:right}
.sev_admin a{line-height:35px;padding:0 10px}

/* 쿠폰 */
#coupon div:after {display:block;visibility:hidden;clear:both;content:""}
#coupon .cou_tit {font-weight:500}
#coupon .cou_pri{color: #00c4ac;font-weight: 500;float: right;}
#coupon .cou_target{color:#666}
#coupon .cou_date{float:right;color: #777;font-style: italic;}

/* 모바일일때 피시버전 주문폼*/
.sod_list {position:relative;margin:0;padding:0;list-style:none}
.sod_list .sod_li {position:relative;padding:0;border:0;margin:0}
.sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_chk{position:absolute;top:10px;left:10px;}
.sod_list .li_name{}
.sod_list .li_name a,.sod_list .li_name strong{display:block;padding:0;}
.sod_list .total_img{position:absolute;top:0px;left:0px;}
.sod_list .sod_opt{position:relative;float:left;width:100%;padding:0;color:#9e9e9e;font-size:0.93em;background:none;border:none}
.sod_list .sod_opt li{margin-bottom:3px;border:none}
.sod_list .li_cp{position:relative}
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:5px 8px;border:0;background:#000;color:#fff;font-size:0.93em}
.sod_list .li_cp .cp_cancel,.odf_tbl #od_coupon_cancel,.odf_tbl #sc_coupon_cancel{border:1px solid #999;color:#777;background:#fafafa;margin-left:3px;padding:0px 5px}
.sod_list .li_prqty{margin:10px;}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_prqty .li_prqty_sp{width:33%;display:inline-block;float:left;text-align:center;line-height:2.2em;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;border-left:1px solid #e9e9e9;color:#9e9e9e;font-size:0.93em;margin-left:-1px}
.sod_list .li_prqty  .prqty_price{border-left:1px solid #d3d3d3;}
.sod_list .li_prqty  .prqty_sc{border-right:1px solid #d3d3d3;}
.sod_list .li_prqty .li_prqty_sp span{display:block;background:#fff;}
.sod_list .li_total {position:relative;border-top:1px solid #e9e9e9;margin:10px 10px 0;}
.sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right;color:#343434}
.sod_list .total_span span{position:absolute;top:5px;left:0}
.sod_list .total_span strong{font-size:1.2em}

#sod_frm {}
#sod_frm section{}
#sod_frm section h4{font-weight:600;margin-bottom:10px;}
#sod_bsk_list #mod_option_frm .sit_ov_tbl{background:#ededed;margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td{border:none;padding-left:5px;font-weight:normal}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th{width:90px}
#sod_frm_deli #order_address {display:block;width:100px;background:#333;color:#fff;text-align:center}
#sod_frm_orderer {margin:0 0 30px;}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
#sod_frm .odf_tbl table{width:100%;margin:0;padding:0;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th{;border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px ;text-align:left;line-height:26px;position:relative;}
#sod_frm .odf_tbl table th{width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
#sod_frm .odf_tbl table .frm_input{background-color:#fff !important;height:28px;line-height:28px;text-indent:5px}
#sod_frm .odf_tbl table .frm_address{margin-top:5px}
#sod_frm .odf_tbl button.btn_frmline{font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
#sod_frm .odf_tbl textarea{width:99%;border:1px solid #e4eaec;}
#sod_frm_same {margin:0 0 10px}
#sod_frm_pay {position:relative}
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:500;text-align:center !important}
#sod_frm_pay .tbl_head01 td {border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_paysel ul {margin:0;padding:0;}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {float:left;padding:5px 2%;width:46%;height:21px;text-align:left;list-style:none}

/*네이버페이*/
.itemform-naverpay{margin:15px 0 !important;clear:both}

.cart-naverpay{margin-top:15px}

/*개인결제*/

/*left*/
.pesonal{margin:20px 0;padding:20px}
.pesonal h4 {margin-bottom:10px;}
.pesonal td{font-weight:500}
#sod_frm_pay h2{font-size: 1.167em;margin: 0px 0 10px;border-bottom:1px solid #ddd;padding: 0 0 10px}

/*right*/
#personal_pay {margin-top:50px;}
#personal_pay h2{font-size: 1.167em;margin: 0px 0 10px;}
#personal_pay input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;text-indent:-999px;left: 0;z-index: -1px;visibility:hidden;}
#personal_pay .lb_icon {display: inline-block;float:left;width:33.333%;;border:1px solid #ddd;margin:-1px 0 0 -1px;cursor: pointer;height:50px;line-height:48px;
	padding:0px;font-weight:500;position:relative;z-index:1;text-align:center;color:#999;}
#personal_pay input[type="radio"]:checked+.lb_icon {background-color:#000;color:#fff;z-index:3}

#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}

#personal_pay .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#personal_pay .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#personal_pay .vbank_icon{line-height:20px;}
#personal_pay .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#personal_pay .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
#personal_pay .btn_submit{width:100%;height:40px;font-weight: 500;margin:10px 0 5px}
#personal_pay .btn01{width:100%;height:40px;line-height:38px;font-weight: 500;}

#m_pv_sod_frm {margin:20px 0;}
#m_pv_sod_frm h4 {margin-bottom:10px;}
#m_pv_sod_frm .odf_tbl {margin-bottom:30px;}

#m_pv_sod_frm .btn_confirm {margin:10px 0;}
#m_pv_sod_frm .btn_confirm .btn_submit {width:100%;height:45px;font-size:1.167em;font-weight:bold;margin:0 0 3px}
#m_pv_sod_frm .btn_confirm .btn_cancel {width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight:bold;padding:0}
#m_pv_sod_frm .pay_way {border-top:1px solid #e7ebf1}
#m_pv_sod_frm .pay_way li {padding:5px 0}


#m_pv_sod_frm  input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;text-indent:-999px;left: 0;z-index: -1px;visibility:hidden;}
#m_pv_sod_frm  .lb_icon {display: inline-block;float:left;width:33.333%;;border:1px solid #ddd;margin:-1px 0 0 -1px;cursor: pointer;height:50px;line-height:48px;
	padding:0px;font-weight:500;position:relative;z-index:1;text-align:center;color:#999;}
	#m_pv_sod_frm  input[type="radio"]:checked+.lb_icon {background-color:#000;color:#fff;z-index:3}




@media screen and (max-width: 991px) {
	.pesonal{margin:10px 0 0 0;padding:0px}
	#personal_pay {margin-top:0;margin-bottom:50px;}
}


/* notice */
.notice_title {border-bottom:2px solid #000;padding-bottom:10px;font-weight:500;text-align:left;margin-bottom:10px;}
ul#notice {position:relative;width:100%;max-width:900px;margin:0 auto;display:inline-block;*display:inline;padding:0;margin-bottom:30px;}
ul#notice li {width:100%;float:left;margin:0;padding:4px 0 4px 30px;list-style:none;text-align:left;background:url('../img/icon_check.png') no-repeat left 7px;line-height:150%;}
ul#notice li b {font-weight:500;}

.kakao {position:relative;display:inline-block;*display:inline;border-radius:20px;color:#3c1e1c;font-weight:500;
padding:2px 8px;text-align:center;background:url('/theme/basic/img/icon_kakao40.png') #fce006 no-repeat 8px center;background-size:20px 20px;padding-left:30px;font-size:10pt;}
.kakao:hover {background:url('/theme/basic/img/icon_kakao40.png') #efd700 no-repeat 8px center;color:#000 !important;background-size:20px 20px;}


/* table */

.tbl_request tbody th {width:200px;font-weight:500;background:#f7f7f7;}
.tbl_request tbody td {padding-left:10px;}

/*form */

#tel1, #tel2, #tel3 {width:80px;}
label.title {color:#000;font-weight:500;font-size:12pt;}
label.title:after {display:block;visibility:hidden;clear:both;content:"";margin-bottom:10px;}


@media screen and (max-width: 991px) {
.tbl_request tbody th {width:120px;font-weight:500;background:#f7f7f7;padding:0 8px;}
}




/*listtype-0 전체상품보기*/
#viewall_cate {position:relative;float:left;width:100%;border-left:1px solid #ddd;display:inline-block;*display:inline;margin-bottom:50px;}
#viewall_cate li {float:left;width:33.333%;border-top:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
#viewall_cate li:nth-child(1),
#viewall_cate li:nth-child(2) {border-bottom:0;}
#viewall_cate li a {position:relative;float:left;width:100%;height:45px;line-height:45px;text-align:center;}
#viewall_cate li a i {margin-left:10px;}


@media screen and (max-width: 991px) {
	#viewall_cate li {width:33.33%;}
	#viewall_cate li a {height:40px;line-height:40px;}

}
	

/*주문내역*/
#od_list {position:relative;float:left;width:100%;}

#od_list ul {position:relative;float:left;width:100%;margin:0;padding:0;}
#od_list ul li {position:relative;float:left;width:100%;list-style:none;padding:0;margin:0;margin-bottom:50px;}

#od_list .od_id {float:left;color:#000;font-weight:bold;display:inline-block;*display:inline;height:25px;line-height:25px;}
#od_list .od_id:after {content:"\f054";font-family:'FontAwesome';float:right;margin-left:10px;font-size:9pt;top:7px;height:28px;line-height:28px;}
#od_list .od_date {font-size:10pt;color:#999;}

#od_list ul li .row {position:relative;float:left;width:100%;padding:30px 0px;border-top:1px solid #000;margin-top:10px;margin-right:0;margin-left:0px;border-bottom:1px solid #000;}
#od_list .od_price {margin:10px 0 5px 0;font-family:Pretendard, sans-serif;color:#000;}
.col-1, .col-2, .col-10 {float:left;}

#od_list .row .pd_list {position:relative;float:left;width:100%;padding:0 0 10px 0;margin-bottom:10px;height:60px;}
#od_list .row .pd_list:last-child {margin-bottom:0;}
#od_list .row .pd_list:hover {cursor:pointer;}

.pd_list .thumb {position:relative;float:left;width:60px;height:60px;border-radius:4px;overflow:hidden;}
.pd_list .thumb img {width:100%;height:auto;}
.pd_list .pd_info {position:relative;float:left;width:calc(100% - 170px);height:60px;line-height:27px;font-size:11pt;padding:10px 15px;}
.pd_list .pd_info span {font-size:10pt;color:#999;}

.pd_list .pd_review {float:right;margin-top:5px;}
.pd_list .pd_review a {float:left;}


@media screen and (max-width: 991px) {

	#od_list ul li .row {padding:15px 0px;}

	#od_list .status_01,
	#od_list .status_02,
	#od_list .status_03,
	#od_list .status_04,
	#od_list .status_05,
	#od_list .status_06 {float:left;margin-bottom:10px;}


	#od_list .od_price {display:none;}
	#od_list .od_date {float:right;}

	.pd_list .pd_info {width:calc(100% - 150px);line-height:18px;margin-top:10px;font-size:10pt;height:auto;padding:0px 15px;}
	.pd_list .pd_info span {display:none;}

	.pd_list .pd_review {float:right;}



}










#loading {
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #a5c3bb}


.floating_logo{
    float: none;
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -100px;
}

.floating_logo img{width:100%;margin-bottom:10px;}


  
#loading .box{
	position:relative;
	display: inline-block;
	height: 100px;
	width:100%;
	position: relative;
	transition: all .2s ease;
  }
  
 
  
  /* -------------- loader5 -------------- */
  .loader5{
	position: relative;	
	width: 113px;
	height: 10px;  
	background-color: rgba(255,255,255,0.2);
	margin-left:19px;
	margin-top:20px;
  }
  
  .loader5:after{
	content: "";
	color: #fff;
	font-family:  Lato,"Helvetica Neue" ;
	font-weight: 200;
	font-size: 0px;
	position: absolute;
	width: 100%;
	height: 10px;
	line-height: 10px;
	left: 0;
	top: 0;
  }
  
  .loader5:before{
	content: "";
	position: absolute;
	background-color: #fff;
	top: 0px;
	height: 10px;
	width: 0px;
	z-index: 0;
	-webkit-transform-origin:  100% 0%;
		transform-origin:  100% 0% ;
	-webkit-animation: loader5 7s ease-in-out infinite;
		animation: loader5 7s ease-in-out infinite;
  }
  
  @-webkit-keyframes loader5{
	  0%{width: 0px; left: 0px}
	  48%{width: 100%; left: 0px}
	  50%{width: 100%; right: 0px}
	  52%{width: 100%; right: 0px}
	  100%{width: 0px; right: 0px}
  }
  
  @keyframes loader5{
	  0%{width: 0px; left: 0px}
	  48%{width: 100%; left: 0px}
	  50%{width: 100%; right: 0px}
	  52%{width: 100%; right: 0px}
	  100%{width: 0px; right: 0px}
  }



  .ui-tooltip {
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    background:#000;
}

#radio_group {position:relative;float:left;width:auto;display:inline-block;*display:inline;}
#radio_group > input {display:none;}
#radio_group > input + label {position: relative; display: inline-block;float:left;padding:0 15px;height:45px;line-height:45px;border: 1px solid #e8e8e8;border-left:0;text-align:center;color:#757575;font-size: 14px;}
#radio_group > input + label:hover {cursor:pointer;}
#radio_group > input:first-child + label {border-top-left-radius:4px;border-bottom-left-radius:4px;border-left:1px solid #e8e8e8;}
#radio_group > input:last-of-type + label {border-top-right-radius:4px;border-bottom-right-radius:4px;}
#radio_group > input:checked + label {background:#000;color:#fff;z-index:1;}



#loading {position:fixed;left:0;top:0;width:100%;height:100%;background:#fff;color:#000;z-index:9999;
animation: fadeInAnimation ease 0.5s;
animation-iteration-count: 1;
animation-fill-mode: ease-in-out;}
#loading .text {position:absolute;left:0;top:50%;width:100%;text-align:center;}
#loading .text img {height:20px;width:auto;margin-bottom:30px;}

    
  /* -------------- loader5 -------------- */
  
   .loader5{
      position: relative;	
      width: 150px;
      height: 2px;  
      background-color: rgba(0,0,0,0.2);
      margin:10px auto;
    }
    
    .loader5:after{
      content: "";
      color: #fff;
      font-weight: 200;
      font-size: 0px;
      position: absolute;
      width: 100%;
      height: 2px;
      line-height: 2px;
      left: 0;
      top: 0;
    }
    
    .loader5:before{
      content: "";
      position: absolute;
      background-color: rgba(0,0,0,0.8);
      top: 0px;
      height: 2px;
      width: 0px;
      z-index: 0;
      -webkit-transform-origin:  100% 0%;
          transform-origin:  100% 0% ;
      -webkit-animation: loader5 2s ease-in-out infinite;
          animation: loader5 2s ease-in-out infinite;
    }
    
    @-webkit-keyframes loader5{
        0%{width: 0px; left: 0px}
        20%{width: 50%; left: 0px}
        50%{width: 70%; right: 0px}
        80%{width: 100%; right: 0px}
        100%{width: 100%; right: 0px}
    }
    
    @keyframes loader5{
        0%{width: 0px; left: 0px}
        20%{width: 50%; left: 0px}
        50%{width: 70%; right: 0px}
        80%{width: 100%; right: 0px}
        100%{width: 100%; right: 0px}
    }
  
  
  .fadeOutDown {
    animation: fadeInAnimation ease 0.8s;
    animation-iteration-count: 1;
    animation-fill-mode: ease-in-out;
  }
  @keyframes fadeInAnimation {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      -webkit-transform: translateY(0);
   }
  }
  
  
  .fadeOut {
    animation: fadeInAnimation2 ease 0.8s;
    animation-iteration-count: 1;
    animation-fill-mode: ease-in-out;
  }
  @keyframes fadeInAnimation2 {
    0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
  }
  
