@charset "utf-8";

/* @import "animista_style.css";     애니메이션 스타일 */

/* 초기화 */
html {overflow-y:scroll; width: 100%; height: 100%;}
body {display: flex;flex-direction: column;margin:0;padding:0; width: 100%; height: 100%; font-size:0.75em; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; background:#262626;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum;font-size:1em;}
input[type="submit"] {cursor:pointer}
input::-ms-clear { display:none;}

textarea, select {font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
}

input[type=text]:focus,
input[type=password]:focus, 
textarea:focus,
select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

select {
padding: 0 20px 0 5px; 
background: url('/theme/basic/img/common/select_bullet.png') no-repeat right center; /* 네이티브 화살표 대체 */ 
background-color: #fff; 
border-radius: 0px; /* iOS 둥근모서리 제거 */
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;}
select::-ms-expand{display:none;} /* IE 10, 11의 네이티브 화살표 숨기기 */


button { cursor:pointer; overflow:visible; border:none; box-sizing: border-box;
all: unset;
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;}

.placeholdersjs {color:#aaa !important}

.fl { float: left;}
.fr { float: right;}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft { }
#tnb,
#tnb .inner,
#gnb_all,
#container_wr #container,
#hd_wrap_box,
#wrapper .sub_choice_ul,
#wrapper .sub_small_choice_ul,
#ft_wr { max-width: 600px; margin: 0 auto;}

/* body {min-width:600px;} */

/* #container_wr #container { padding: 0; width: 100%; max-width: 100%;} */

/* 팝업레이어 */
#hd_pop {z-index:10000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con { max-width:calc(100vw - 20px); max-height:80vh; overflow-x: hidden; overflow-y: auto;}
.hd_pops_con p { width: 100%; overflow: hidden;}
.hd_pops_con p img {max-width:100%; width: 100%;}
.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}

/* 페이지 효과 */
body.ready_off { opacity: 0; transition-duration:0.7s;}
body.ready_on { opacity: 1; transition-duration:0.7s;}

/* 상단 레이아웃 */
#hd { /*background: #212020*/}

	#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

	#tnb {/*display: none;height: 0px;*/margin:0 auto; font-size: 0.9em; background: #f2f2f2;position: relative;}
	#tnb:after {display:block;visibility:hidden;clear:both;content:""}
		#tnb .inner {margin:0 auto;padding:0px 10px;}

		#hd_define {float:left}
		#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
		#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #ddd;position:relative;text-align:center;margin:10px 10px 10px 0;padding-right:10px}
		#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
		#hd_define li a {display:inline-block;color:#919191}
		#hd_define li.active a {color:#4158d1;}

		#hd_qnb {float:right; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; text-align:right; }
		#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
		#hd_qnb li {float:left;font-size:1.083em;font-weight: 500;line-height:1em;border-right:1px solid #ddd;position:relative;text-align:center;margin:10px 10px 10px 0;padding-right:10px}
		#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
		#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
		#hd_qnb li a {display:inline-block;color:#919191}
		#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}

		.hd_login {position:absolute;right:0;top:60px}
		.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px;}
		.hd_login li:first-child {border-left:0}
		.hd_login a {color:#fff}
		/* tnb 영역 끝 */


	/* 옵션에 따라 상단 기본스타일 1번, 상단 고정스타일 2번 */
	#hd_wrap { margin: 0 auto; /*height: 66px;*/ z-index: 999;}
	#hd_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	#hd_wrap #hd_wrap_area { background:#fff;}
	#hd_wrap #hd_wrap_area.on { box-shadow: 0 5px 5px rgba(0,0,0,0.12);}
	
	#hd_wrap #logo { float:left; padding: 15px 0;}

	/* 장바구니 버튼 */
	.shop_go { float: right; margin-top: 8px;} 
	.shop_go  a { position: relative; display: inline-block; padding: 7px 9px;}
	.shop_go i.shop_basket { display: inline-block; width: 30px; height: 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M15.366 3.438L18.577 9H22v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h3.422l3.212-5.562 1.732 1L7.732 9h8.535l-2.633-4.562 1.732-1zM18.826 11H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2z' fill='rgba(0,0,0, 0.7)'/%3E%3C/svg%3E");}
	.shop_go .count { position: absolute; top: 0; right: 0; padding-top: 1px; width: 17px; height: 17px; font-size: 10px; color: #fff; text-align: center; background: #333; border-radius: 10px;}
	
	/* 
	.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
	#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#hd_sch {border-radius:30px;overflow:hidden}
	#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
	#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}
		
	메인메뉴 
	.navi_sys_public #hd_wrap #hd_wrap_area.on {height:700%;}
	.navi_sys_menu1 #hd_wrap #hd_wrap_area.on {height:700%;}
	.navi_sys_admin #hd_wrap #hd_wrap_area.on {height:700%;}
	#hd_wrap #hd_wrap_area.on {height:700%;}*/
	
	#hd_wrap #gnb { float:right; /*background:#fff*/}	
	#hd_wrap h2 { position:absolute; font-size:0; line-height:0; overflow:hidden;}	

	#hd_wrap_box:after {display:block;visibility:hidden;clear:both;content:""}
	#hd_wrap .gnb_wrap { margin:0 auto; }
	#hd_wrap .gnb_wrap:hover, 
	#hd_wrap .gnb_wrap:focus, 
	#hd_wrap .gnb_wrap:active { z-index:3}

	#hd_wrap #gnb_1dul { overflow: hidden; font-size:1.083em;padding:0; zoom:1}
	#hd_wrap #gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
	#hd_wrap .gnb_1dli { float:left; position:relative; line-height:55px; padding: 2px; min-width: 150px;}
	#hd_wrap .gnb_1dli.on > a { color: #ff7f24;}
	#hd_wrap .gnb_1dli.open > a { color: #ff7f24;} /* 대메뉴 ON 색상 */
	#hd_wrap .gnb_1dli:hover > a {color: #3a8afd;
	-webkit-transition:background-color 2s ease-out;
	-moz-transition:background-color 0.3s ease-out;
	-o-transition:background-color 0.3s ease-out;
	transition:background-color 0.3s ease-out}
	#hd_wrap .gnb_1dli .bg { display: none/*inline-block*/; position:absolute;top:24px;right:8px;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
	#hd_wrap .gnb_1dli .gnb_1da { display:block;padding:0 15px;width: 100%; font-size: 1.3em; font-weight:bold;color:#080808; text-align: center;text-decoration:none}
	#hd_wrap .gnb_1dli.gnb_al_li_plus .gnb_1da { /*padding-right:25px*/ }

	#hd_wrap .gnb_2dli:first-child {border:0}
	#hd_wrap .gnb_2dli.on a { color:#fff; background:#0062b7;}
	#hd_wrap .gnb_2dli.open a { color:#fff; background:#0062b7;}
	#hd_wrap .gnb_2dul { display:none; /*position:absolute;top:54px;*/min-width:70px; padding-top:2px; margin-bottom: 15px;}
	#hd_wrap .gnb_2dul .gnb_2dul_box { padding:0; 
	/*border:1px solid #e0e2e5; border-top:0;
	-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
	-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
	box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)*/}
	#hd_wrap .gnb_2da { display:block; padding: 10px 10px; color:#080808; text-align:left; line-height: 1em; text-decoration:none; background:#fff;}
	#hd_wrap a.gnb_2da:hover { color:#3a8afd; background:#f7f7f8;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out}

	/*#hd_wrap .gnb_1dli_air .gnb_2da {}
	#hd_wrap .gnb_1dli_on .gnb_2da {}
	#hd_wrap .gnb_2da:focus, .gnb_2da:hover {color:#fff}
	#hd_wrap .gnb_1dli_over .gnb_2dul {display:block;left:0}
	#hd_wrap .gnb_1dli_over2 .gnb_2dul {display:block;right:0}
	#hd_wrap .gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
	#hd_wrap .gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
	#hd_wrap .gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

	#hd_wrap .gnb_menu_btn { width:50px; height:50px; font-size: 2em; color:#333; text-align: center; vertical-align:top; border:0; background:#fff;}
	#hd_wrap .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
	#hd_wrap .gnb_mnal {float:right;padding:0;width: auto;}*/

	
	/* #hd_wrap #gnb_all { display:none; position:absolute; right:0px; width: 100%; border:1px solid #c5d6da;background:#fff;z-index: 1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
	#hd_wrap box-shadow:0 2px 5px rgba(0,0,0,0.2)}
	#hd_wrap #gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
	#hd_wrap #gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
	#hd_wrap #gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
	#hd_wrap #gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
	#hd_wrap #gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
	#hd_wrap #gnb_all .gnb_al_li li {line-height:2em}
	#hd_wrap #gnb_all .gnb_al_li li a {color:#555}
	#hd_wrap #gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}*/

	#gnb_all { display:none;} /* 전체메뉴 안보이기 */

	/* 모바일 상단 레이아웃 */
	#hd_wrap_mobile {height: 100%;display: none;position:relative;}
	#hd_wrap_mobile .shop_go { float: inherit; position: absolute; right: 15px; top: 10px;} /* 장바구니 버튼 */


	/* 중간 레이아웃 */
	#wrapper {flex: 1;}
	#container_wr {margin:0 auto; width: 100%; height:100%;zoom:1}
	#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
	#aside {display:none;float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

	#container { position:relative; padding: 0px; height:100%;/*min-height:500px;*/ font-size:1em; zoom:1;background-color:#ffffff;}
	#container:after {display:block;visibility:hidden;clear:both;content:""}
	#container_title { font-size:1.333em;margin:0 auto;font-weight:bold}
	#container_title span {display:block;margin:0 auto; font-size: 30px; font-weight:bold; text-align: center; letter-spacing: -0.08em;}
	#container_title_bbs { display: none; margin:0 auto; font-size: 30px; font-weight:bold; text-align: center; letter-spacing: -0.08em;}

	.lt_wr {width:32%}
	.lt_wr:nth-child(3n+1) {clear:both}
	.latest_wr {margin-bottom:20px}
	.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
	.latest_top_wr {margin:0 -10px 20px}
	.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}


	/* 서브 상단 */

	

	/* 서브 상단 비쥬얼 */
	.top_img { position: relative; overflow: hidden; margin: 0 0 30px; background-position: center; background-color: #555;}
	.top_img:after {display:block;visibility:hidden;clear:both;content:""}
	.top_img .top_img_bg { position: absolute; top: 0; left: 50%; margin-left: -50%; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
	#sub_nav { }
	#sub_top { display: table;width:100%; min-height: 195px; }	
	#sub_top .title { display: table-cell;text-align:center;vertical-align:middle;}
	#sub_top #sub_nav #menu_1_name { display: none;}
	#sub_top #me_sub_top_text { font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-weight: 700; font-size: 4em; color: #fff; letter-spacing: -0.05em;}
	#sub_top #me_sub_top_text b.color_1 { color: #b0d353;}
	#sub_top #me_sub_top_text b.color_2 { color: #41adff;}

	/* 서브 상단 네비게이션 */
	#sub_top #sub_nav ul { text-align: center;}
	#sub_top #sub_nav ul:after {display:block;visibility:hidden;clear:both;content:""}
	#sub_top #sub_nav ul li { display: inline-block; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-size: 1.2em; letter-spacing: -0.05em;}
	#sub_top #sub_nav ul li a { color: rgba(218,209,188, 0.5);}
	
		/* 스케일 */
		.scale_down_center {
			-webkit-animation: scale_down_center 4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
					animation: scale_down_center 4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		}
		@-webkit-keyframes scale_down_center {
			0% {
				-webkit-transform: scale(1.05);
						transform: scale(1.05);
			}
			100% {
				-webkit-transform: scale(1);
						transform: scale(1);
			}
			}
			@keyframes scale_down_center {
			0% {
				-webkit-transform: scale(1.05);
						transform: scale(1.05);
			}
			100% {
				-webkit-transform: scale(1);
						transform: scale(1);
			}
		}


		/* 슬라이드 탑 */
		.slide_top_100 {
			-webkit-animation-name				: slide_top_100; 
			-webkit-animation-duration			: 1.2s; 
			-webkit-animation-timing-function	: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			-webkit-animation-delay				: 0s; 
			-webkit-animation-iteration-count	: 1; 
			-webkit-animation-direction			: normal; 
			-webkit-animation-fill-mode			: both;
			-webkit-animation-play-state		: running; 

			animation-name						: slide_top_100; 
			animation-duration					: 1.2s; 
			animation-timing-function			: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			animation-delay						: 0s; 
			animation-iteration-count			: 1; 
			animation-direction					: normal; 
			animation-fill-mode					: both;
			animation-play-state				: running; 
		}

		.slide_top_100.delay {
			-webkit-animation-delay				: 0.3s;
			animation-delay						: 0.3s;
		}

		@-webkit-keyframes slide_top_100 {
			0% {
				-webkit-transform: translateY(100px);
						transform: translateY(100px);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateY(0px);
						transform: translateY(0px);
				opacity: 1;
			}
			}
			@keyframes slide_top_100 {
			0% {
				-webkit-transform: translateY(100px);
						transform: translateY(100px);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateY(0px);
						transform: translateY(0px);
				opacity: 1;
			}
		}

	/* 서브 메뉴 */
	#wrapper .sub_choice { width: 100%; background: #fff; /*border-bottom: 1px solid #000;*/}
	#wrapper .sub_choice_ul { display: table; margin: 0 auto; width: 100%; table-layout: fixed;}
	#wrapper .sub_choice_li { display: table-cell; min-height: 45px; vertical-align: middle; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-weight: bold; font-size: 1.38em; text-align: center; border: 1px solid #ddd; border-left: none;}
	#wrapper .sub_choice_li:first-child { border-left: 1px solid #ddd;}
	#wrapper .sub_choice_li a { display: block; padding: 15px 2px 15px 2px; color: #666;word-break: keep-all;word-wrap: break-word;}
	#wrapper .sub_choice_li a:hover { color: #006aba;}
	#wrapper .sub_choice_li.open,
	#wrapper .sub_choice_li.on { border: 1px solid #006aba; background: #006aba;}
	#wrapper .sub_choice_li.open a,
	#wrapper .sub_choice_li.open a:hover,
	#wrapper .sub_choice_li.on a,
	#wrapper .sub_choice_li.on a:hover { color: #fff;}
	#wrapper .submenu_box_ontop { position:relative; z-index: 999;}
	
	/* 3차 이상 메뉴 */
	#wrapper .submenu_small_box {margin-top:20px;}
	#wrapper .sub_small_choice { width: 100%; background: #fff; /*border-bottom: 1px solid #000;*/}
	#wrapper .sub_small_choice_ul { display: table; margin: 0 auto; width: 100%; table-layout: fixed;}
	#wrapper .sub_small_choice_li { display: table-cell; min-height: 45px; vertical-align: middle; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-weight: bold; font-size: 1.38em; text-align: center; border: 1px solid #ddd; border-left: none;}
	#wrapper .sub_small_choice_li:first-child { border-left: 1px solid #ddd;}
	#wrapper .sub_small_choice_li a { display: block; padding: 15px; color: #666;}
	#wrapper .sub_small_choice_li a:hover { color: #006aba;}
	#wrapper .sub_small_choice_li.open,
	#wrapper .sub_small_choice_li.on { border: 1px solid #006aba; background: #006aba;}
	#wrapper .sub_small_choice_li.open a,
	#wrapper .sub_small_choice_li.open a:hover,
	#wrapper .sub_small_choice_li.on a,
	#wrapper .sub_small_choice_li.on a:hover { color: #fff;}


	/* 하단 레이아웃 */
	#ft {background:#212020;margin:0 auto;text-align:center}
	#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#ft_wr {width:100%;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
	#ft_wr:after {display:block;visibility:hidden;clear:both;content:"";}
	#ft_wr section { width: calc(100% - 400px); padding:0 5%;}
	#ft_wr section h2 { display: none; font-size:1.2em;margin-bottom:20px}
	#ft_wr section > div { overflow: hidden; }
	#ft_wr section > div a { display: inline-block; padding: 0 10px; color:#fff; line-height: 1em; border-left: 1px solid #666;}
	#ft_wr section > div a:first-child { padding-left: 0; border-left: none;}
	#ft_wr section > div p { margin-top: 15px; margin-left: -11px;}
	#ft_wr section > div p span { display: inline-block; margin-right: 10px; padding: 2px 0; color: rgba(255,255,255,0.3); word-break: break-all;}
	#ft_wr section > div p span:before { content: ''; display: inline-block; position: relative; width: 1px; height: 11px; background-color: rgba(255,255,255,0.1); margin-right: 10px; vertical-align: middle;}

	#ft_wr .ft_call p { text-align: right; color: #fff;}
	#ft_wr .ft_call p span {display: block; padding: 10px; text-align: center; border: 1px solid #fff;}
	#ft_wr .ft_call p b { display: block; font-size: 2em;}

	#ft_copy {text-align:center; margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
	#ft_copy a { display: inline-block; padding: 0px 5px; font-size: 11px; color: #777; border-radius: 3px; border: 1px solid #666; vertical-align: middle;}
	#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
	#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}


/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
.is_captcha_use {padding: 10px 0;border-bottom: 1px dashed #ddd;}
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/theme/basic/img/common/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/theme/basic/img/common/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:inline-block;margin:0px 0px 10px 0px;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/theme/basic/img/common/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('/theme/basic/img/common/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 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}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit { border:0; background:#3a8afd; color:#fff; cursor:pointer; border-radius:0; box-sizing: border-box; vertical-align: middle;}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline { }
button.btn_frmline {text-align: center; font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap.fz_list.type2 {table-layout: fixed;}
.tbl_wrap table { width:100%;border-collapse:collapse;border-spacing: 0; border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table {border-bottom:1px solid #d3d3d3}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:20px 0;border-top:2px solid #959da6;border-bottom:1px solid #d3d3d3;color:#383838;font-size:1.2em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {background:#fff;background-clip:padding-box;padding:25px 15px;border-top:1px solid #ccd2d9;border-left:1px solid #f6f6f6;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child {border-left:0}
.tbl_head03 a {} /* 주문내역 */


/* 기본테이블 */
table.tbl_wrap { width:100%;border-collapse:collapse;border-spacing: 0; border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
table.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
table.tbl_head01 {margin:0 0 10px}
table.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
table.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
table.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
table.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}
table.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
table.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
table.tbl_head01 tbody tr:hover td {background:#fafafa}
table.tbl_head01 a:hover {text-decoration:underline}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.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 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:80px;overflow:hidden;cursor:pointer; vertical-align: middle; box-sizing: border-box; border-radius: 0;font-size: 1.083em;}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#868686; padding-top: 15px; display: block;}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;/*float:left;*/display:block; width: 100%;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {display:block; width: 100%;text-align:center}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page,
.qa_page,
.pg_current { display:inline-block; padding:0 5px; min-width:30px; line-height:28px; vertical-align:middle; background:#fff;}
.pg_page { color:#777; font-size:1.083em; height:30px;}
.pg_page:hover { color: #222; text-decoration: underline !important; background-color:#fff}
.qa_page { color:#777; font-size:1.083em; height:30px;}
.qa_page:hover { color: #222; text-decoration: underline !important; background-color:#fff}
.pg_current { background:#222; color:#fff; font-weight:bold; height:30px; padding:0 10px; min-width:30px;}
.pg_start, .pg_prev, .pg_end, .pg_next{ padding:0; text-indent:-999px;overflow:hidden;}
.pg_start:hover, .pg_prev:hover, .pg_end:hover, .pg_next:hover { color: #222 !important;}
.pg_start { background:url('../../img/btn_first.gif') no-repeat 50% 50% #fff;}
.pg_prev  { background:url('../../img/btn_prev.gif') no-repeat 50% 50% #fff;}
.pg_end   { background:url('../../img/btn_end.gif') no-repeat 50% 50% #fff;}
.pg_next  { background:url('../../img/btn_next.gif') no-repeat 50% 50% #fff;}



/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 공통사용 */
.display-none {display:none !important;}
.opacity_0 {opacity:0 !important;}
.height_auto {height:auto !important;}
input.onlynumber {ime-mode:disabled;}

/* clearfix */
.clearfix {*zoom:1;}
.clearfix:before, .clearfix:after {display: block; content: ''; line-height: 0;}
.clearfix:after {clear: both;}

/* 로딩 1 */
.bg_screen { position: fixed; width: 120vw; height: 120vh; background: rgba(0,0,0,0.8); z-index: 99999999999;}
	@keyframes ldio-21cz7y91ff5 {
	  0% { opacity: 1 }
	  100% { opacity: 0 }
	}
	.ldio-21cz7y91ff5 div { 
	  left: 47px;
	  top: 13.5px;
	  position: absolute;
	  animation: ldio-21cz7y91ff5 linear 1.36986301369863s infinite;
	  background: #93dbe9;
	  width: 6px;
	  height: 17px;
	  border-radius: 3px / 8.5px;
	  transform-origin: 3px 36.5px;
	}.ldio-21cz7y91ff5 div:nth-child(1) {
	  transform: rotate(0deg);
	  animation-delay: -1.2453300124533s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(2) {
	  transform: rotate(32.72727272727273deg);
	  animation-delay: -1.12079701120797s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(3) {
	  transform: rotate(65.45454545454545deg);
	  animation-delay: -0.99626400996264s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(4) {
	  transform: rotate(98.18181818181819deg);
	  animation-delay: -0.87173100871731s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(5) {
	  transform: rotate(130.9090909090909deg);
	  animation-delay: -0.74719800747198s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(6) {
	  transform: rotate(163.63636363636363deg);
	  animation-delay: -0.62266500622665s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(7) {
	  transform: rotate(196.36363636363637deg);
	  animation-delay: -0.49813200498132s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(8) {
	  transform: rotate(229.0909090909091deg);
	  animation-delay: -0.37359900373599s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(9) {
	  transform: rotate(261.8181818181818deg);
	  animation-delay: -0.24906600249066s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(10) {
	  transform: rotate(294.54545454545456deg);
	  animation-delay: -0.12453300124533s;
	  background: #93dbe9;
	}.ldio-21cz7y91ff5 div:nth-child(11) {
	  transform: rotate(327.27272727272725deg);
	  animation-delay: 0s;
	  background: #93dbe9;
	}
	.loadingio-spinner-spinner-9g44hmf7h6f {
	  position: fixed;
	  left: 50vw;
	  top: 50vh;
	  margin: -40px 0 0 -40px;
	  width: 80px;
	  height: 80px;
	  display: inline-block;
	  overflow: hidden;
	  background: none;
	}
	.ldio-21cz7y91ff5 {
	  width: 100%;
	  height: 100%;
	  position: relative;
	  transform: translateZ(0) scale(0.8);
	  backface-visibility: hidden;
	  transform-origin: 0 0; /* see note above */
	}
	.ldio-21cz7y91ff5 div { box-sizing: content-box; }
/* generated by https://loading.io/ */

/* 로딩 2 */
	@keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-moz-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-webkit-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-o-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-moz-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-webkit-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-o-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@keyframes loading-text-opacity {
		0%  {opacity: 1}
		20% {opacity: 0.2}
		50% {opacity: 1}
		75% {opacity: 0.2}
	}

	@-moz-keyframes loading-text-opacity {
		0%  {opacity: 1}
		20% {opacity: 0.2}
		50% {opacity: 1}
		75% {opacity: 0.2}
	}

	@-webkit-keyframes loading-text-opacity {
		0%  {opacity: 1}
		20% {opacity: 0.2}
		50% {opacity: 1}
		75% {opacity: 0.2}
	}

	@-o-keyframes loading-text-opacity {
		0%  {opacity: 1}
		20% {opacity: 0.2}
		50% {opacity: 1}
		75% {opacity: 0.2}
	}

	.bg_screen1 {pointer-events: none;position: fixed;left: 0px;top: 0px;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;z-index: 99999999999;}
	.bg_screen1.part {position: absolute;left: 0px;top: 0px;z-index: 1;}
	.bg_screen1.bg {pointer-events: auto;background: rgba(0,0,0,0.5);}

	.bg_screen1 .loading-container-wr {pointer-events: auto;width: 200px;border-radius: 10px;position: relative;display: flex;align-items: center;justify-content: center;}
	.bg_screen1 .loading-container-wr:after {content: "";display: block;padding-bottom: 100%;}
	.bg_screen1 .loading-container-wr.bg {background: rgba(0,0,0,0.5);}

	.bg_screen1 .loading-container {display: inline-block;height: 70%;width: 70%;border-radius: 100%;position: absolute;}

	.bg_screen1 .loading {
		position: absolute;
		top: 0px;
		left: 0px;
		border: 10px solid transparent;
		height: 100%;
		width: 100%;
		border-radius: 100%;
		border-color: rgba(0, 100, 0, 0.5) #5bd53d;
		-moz-animation: rotate-loading 1.5s linear 0s infinite normal;
		-moz-transform-origin: 50% 50%;
		-o-animation: rotate-loading 1.5s linear 0s infinite normal;
		-o-transform-origin: 50% 50%;
		-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
		-webkit-transform-origin: 50% 50%;
		animation: rotate-loading 1.5s linear 0s infinite normal;
		transform-origin: 50% 50%;
	}

	.bg_screen1 .loading-container:hover .loading {
		border-color: transparent #5bd53d transparent #5bd53d;
	}
	.bg_screen1 .loading-container:hover .loading,
	.bg_screen1 .loading-container .loading {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.bg_screen1 #loading-text {
		-moz-animation: loading-text-opacity 4s linear 0s infinite normal;
		-o-animation: loading-text-opacity 4s linear 0s infinite normal;
		-webkit-animation: loading-text-opacity 4s linear 0s infinite normal;
		animation: loading-text-opacity 4s linear 0s infinite normal;
		color: #5bd53d;
		font-size: 20px;
		font-weight: bold;
		opacity: 1;
		text-transform: uppercase;
		position: relative;
		width: 100%;
		height: 100%;
		text-shadow: 0px 1px 1px rgb(0 0 0);
		display: flex;
		align-items: center;
		justify-content: center;
	}

/* 레이어 팝업 : default */
.default_popup { position: fixed; left:0;top:0;width:100%; height:100%; letter-spacing: -0.05em; background-color:rgba(0,0,0,0.75); z-index: 9999;}
.default_popup .popup_pta { display:table; left:0px;top:0px; width:100%;height:100%;}
.default_popup .popup_ptd {position: relative;display:table-cell;vertical-align: middle;text-align: center; background-color:rgba(0,0,0,0);}
.default_popup .popup_body { position: relative; overflow: hidden; display: inline-block;width:580px; max-width: calc(100vw - 20px); background-color:white; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), -3px -3px 10px rgba(0, 0, 0, 0.05);}
.default_popup .popup_hd { overflow: hidden; position:relative; padding: 10px 30px; border-bottom: 1px solid #000; background-color: #222;}
.default_popup .popup_title { font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-size: 20px; font-weight: 500; color: #fff; text-align: left;}
.default_popup .popup_close { display: block; position: absolute; top:0; right:0; margin: 5px 20px; cursor:pointer; font: 500 25px "Tahoma"; color: #fff;}
.default_popup .popup_body .popup_wr { overflow: auto; margin: 10px; max-height: calc(100vh - 148px); box-sizing: border-box; background-color: #fff;}
.default_popup .popup_body .popup_wr h2 { display: none !important;}
.default_popup .popup_ft {height:50px;background-color:green;}

	/* 스크롤 스타일 웹킷 */
	.default_popup .popup_wr::-webkit-scrollbar { width: 0.5rem; height: 0.5rem;}
	.default_popup .popup_wr::-webkit-scrollbar-thumb { border-radius: 10px; background: #444;}
	.default_popup .popup_wr::-webkit-scrollbar-track { border-radius: 10px; background: #a9a9a9;}

	.default_popup .popup_body .popup_wr .member_list_table table thead th:first-child { max-width: 80px;}
	.default_popup .popup_body .popup_wr .member_list_table table thead th:nth-child(2) { max-width: 150px;}

	/* 레이어 팝업 : msg */
	.msg_popup { position: fixed; left:0;top:0;width:100%; height:100%; letter-spacing: -0.05em; background-color:rgba(0,0,0,0.75); z-index: 99999;}
	.msg_popup .popup_pta { display:table; left:0px; top:0px; width:100%;height:100%;}
	.msg_popup .popup_pta .popup_ptd {position: relative;display:table-cell;vertical-align: middle;text-align: center; background-color:rgba(0,0,0,0);}
	.msg_popup .popup_pta .popup_ptd .popup_body { position: relative;overflow: hidden; display: inline-block; min-width: 100px; max-width: 80%; background-color:white; box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_hd { display:none;overflow: hidden; position:relative; padding: 10px; border-bottom: 1px solid #8d8d8d;}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_hd .popup_title { font-size: 22px; font-weight: 500; text-align: left;}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_hd .popup_close { display: block; position: absolute; top:0; right:0; padding: 10px 20px; cursor:pointer; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-size: 30px; font-weight: 700;}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_wr { overflow: auto; margin: 0; min-height: 100px; max-height: 70%; text-align: center; background-color: #fff;}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_wr .contents { padding: 15px 30px 25px; min-width: 250px;}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_wr .contents .view_img { width: 100%; height: 100px; background-position: center; background-repeat: no-repeat;}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_wr .contents .view_text { font-size: 14px;}
	.msg_popup .popup_pta .popup_ptd .popup_body .popup_ft { display:none;}
	.msg_popup .popup_pta .popup_ptd .popup_btn { }
	.msg_popup .popup_pta .popup_ptd .popup_btn a.popup_btn_ch { display: inline-block; padding: 13px 0; width: 100%; font-size: 15px; font-weight: 500; color: #333; border-top: 1px solid #e2e2e2; background: #f0f1f5;}

	/* 레이어 팝업 : msg confirm */
	.msg_popup.confirm .popup_pta .popup_ptd .popup_body { min-width: 250px;}
	.msg_popup.confirm .popup_pta .popup_ptd .popup_body .popup_wr .contents { min-width: 250px;}
	.msg_popup.confirm .popup_pta .popup_ptd .popup_btn { border-top: 1px solid #e2e2e2; background: #f0f1f5;}
	.msg_popup.confirm .popup_pta .popup_ptd .popup_btn a.popup_btn_ch { width: 50%; border-top: none;}
	.msg_popup.confirm .popup_pta .popup_ptd .popup_btn a.popup_btn_ch:first-child { border-right: 1px solid #e2e2e2;}

	/* 레이어 팝업 : 문의내역 */
	.default_popup.inquiry_popup { /*background-color: rgba(0,0,0,0);*/}
	.default_popup.inquiry_popup .popup_body { overflow: hidden; padding: 25px 10px 25px 40px; max-width: 1220px; min-height: 100px; border-radius: 30px;}
	.default_popup.inquiry_popup .popup_hd { overflow: visible; position: inherit; border-bottom: none; background-color: rgba(0,0,0,0);}
	.default_popup.inquiry_popup .popup_close { top: -20px; right: -10px; color: #666;}
	.default_popup.inquiry_popup .popup_title,
	.default_popup.inquiry_popup .popup_ft{ display: none;}

	
	/* 이메일무단수집거부/이용약관/개인정보취급방침 팝업 */
	#email_security_popup_1 .popup_body,
	#provision_popup_1 .popup_body,
	#privacy_popup_1 .popup_body {/*width: 580px; max-width: 90vw;*/}
	#email_security_popup_1 .contents,
	#provision_popup_1 .contents,
	#privacy_popup_1 .contents { padding: 30px 40px; width: 100%; min-height: 80vh; white-space: pre-line; font-weight: 500; font-size: 16px; color: #777; text-align: left;}
	#email_security_popup_1 .popup_ft,
	#provision_popup_1 .popup_ft,
	#privacy_popup_1 .popup_ft { display: none;}

	#email_security_popup_1 .popup_body { width: 55vw;}
	#email_security_popup_1 .contents { padding: 5px 30px 20px; min-height: 20vh;}

	#provision_popup_1 .contents { padding: 0 40px 30px;}
	.provision_popup h5:first-child { margin-top: -10px;}
	.provision_popup h5 { margin: 0 0 0; padding: 10px; font-weight: 600; font-size: 20px; color: #333; background: #f2f2f2;}
	.provision_popup h6 { font-weight: 600; font-size: 16px; color: #555;}
	.provision_popup p { display: block; line-height: 1.2em;}
	.provision_popup ol { margin: -20px 0 0 7px; list-style:hangul;}

	#privacy_popup_1 .contents { padding: 0 40px 30px;}
	.privacy_popup h5:first-child { margin-top: 10px;}
	.privacy_popup h5 { margin: 0 0 0; padding: 15px; font-weight: 600; font-size: 20px; color: #333; background: #f2f2f2; display:none;}
	.privacy_popup h6 { font-weight: 600; font-size: 16px; color: #555;}
	.privacy_popup p { display: block; line-height: 1.2em;}
	.privacy_popup ol { margin: -20px 0 0 7px; list-style:hangul;}
	.privacy_popup table { width: 100%;}
	.privacy_popup table th,
	.privacy_popup table td { padding: 5px 10px; border: 1px solid #dddd;}
	.privacy_popup table th { color: #444; background: #f2f2f2;}


	/* 레이어팝업 - 슬라이드 */
	/*.newwin_popup { position: absolute; top: 101px; left: 0; background-color: rgba(232,232,232,1); box-shadow: 5px 5px 5px rgba(0,0,0,0.6); z-index: 9998;}*/
	.newwin_popup { position:fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); z-index: 9998; pointer-events:none;}
	.newwin_popup .popup_pta { display: table; left: 0px; top: 0px; padding-top: 103px; padding-left: 2%;}
	.newwin_popup .popup_ptd { position: relative; display:table-cell; pointer-events:auto; box-shadow: 5px 5px 5px rgba(0,0,0,0.4);}
	.newwin_popup .popup_hd { display: none;}
	.newwin_popup .popup_body .popup_wr { overflow: hidden; margin: 0;}
	.newwin_popup .contents { overflow: hidden; max-width: 450px; width: 90vw;}

		/* 슬라이드 컨트롤 */		
		.newwin_popup .bx-controls-direction { }
		.newwin_popup .bx-controls-direction a { position: absolute; bottom: 0px;width: 40px;height: 40px; display: block; border-right: 1px solid #efefef;/*background-color: rgba(0,0,0,0.2);*/}
		.newwin_popup .bx-controls-direction a.bx-prev { text-indent : -99999px; overflow: hidden; left: 0; background: url('/theme/basic/img/main/popup_arrow.png') left center no-repeat; background-size: 200%; }
		.newwin_popup .bx-controls-direction a.bx-next { text-indent : -99999px; overflow: hidden; left: 80px; background: url('/theme/basic/img/main/popup_arrow.png') right no-repeat; background-size: 200%; }
		
		.newwin_popup .bx-controls-auto { position: absolute; bottom: 0;left: 40px; display: block; width: 40px; height: 40px; border-right: 1px solid #efefef;}
		.newwin_popup .bx-controls-auto-item { /*border-right: 1px solid #f5f5f5;*/}
		.newwin_popup .bx-controls-auto-item a { display: block; width: 40px; height: 40px; overflow: hidden; text-indent: -99999px; background: url('/theme/basic/img/main/popup_control_icon.png') left center no-repeat;}
		.newwin_popup .bx-controls-auto-item .bx-start { background-position: right center;}
		.newwin_popup .contents_newwin_list { /*width: 450px !important; overflow: hidden;*/}
		.newwin_popup .contents_newwin_list img { max-width: 450px; width: 100%;}

		.newwin_popup .bx-controls { overflow:hidden; clear:both; text-align:center;}
		.newwin_popup .bx-pager { display: inline-block;position: absolute;bottom: 0px;left: 120px;width: 70px;height: 40px;text-align: center;border-right: 1px solid #efefef;color: #606060;font-size: 1.1em;padding: 10px 0px 0px 0px;}
		.newwin_popup .bx-pager-item { display:inline-block; margin: 0 5px; text-align: center;}
		.newwin_popup .bx-pager-item a {display:inline-block; overflow: hidden; width: 100%; width: 10px; height: 10px; border-radius: 5px; text-indent: -9999px; background-color: #ededed; }
		.newwin_popup .bx-pager-item a.active { background: #fff;}
	
	.newwin_popup .popup_ft { height: 40px; text-align: right; border-left: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; background: #fff;}
	.newwin_popup .popup_ft.slider_ctl_use .inner {width: calc(100% - 188px);height: 100%;float: right;}
	.newwin_popup .popup_ft.slider_ctl_use .inner a { display: inline-block; padding: 10px 0 0; width: 80px; height: 40px; font-size: 1.1em; text-align: center; color: #606060;float: left;}
	.newwin_popup .popup_ft.slider_ctl_use .inner a.btn_popup_close.reject { border-right: 1px solid #efefef;width: calc(100% - 80px);}
	.newwin_popup .popup_ft.slider_ctl_use .inner a.btn_popup_close.reject br {display:none;}

	.newwin_popup .popup_ft.slider_ctl_nouse .inner {width: 100%;height: 100%;float: right;}
	.newwin_popup .popup_ft.slider_ctl_nouse .inner a { display: inline-block; padding: 10px 0px 0px 0px; width: 50%; height: 40px; font-size: 1.1em; text-align: center; color: #606060;float: left;}
	.newwin_popup .popup_ft.slider_ctl_nouse .inner a.btn_popup_close.reject { border-right: 1px solid #efefef;}
	.newwin_popup .popup_ft.slider_ctl_nouse .inner a.btn_popup_close.reject br {display:none;}




/* 말줄임 */
.ellipsis {white-space:nowrap; overflow: hidden;word-break: break-all;}
.ellipsis em {margin-left:2px; letter-spacing:0;}
.ellipsis.multiline {white-space: normal;}



/* 마이페이지 */
#smb_my {position:relative;margin-bottom:30px}
#smb_my:after {display:block;visibility:hidden;clear:both;content:""}

/* 마이페이지 aside */
#smb_my_ov {position:relative;float:left; width:265px;border:1px solid #e8e8e8;background:#fff;margin-right:20px}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .smb_me {display:block;background:#fff;border-bottom:1px solid #e8e8e8;padding:20px;text-align:center;font-size:1.167em}
#smb_my_ov .smb_me img {width:45px;border-radius:50%}
#smb_my_ov .smb_me .my_ov_name {display:inline-block;margin-bottom:10px;line-height:28px}
#smb_my_ov .smb_me a {display:inline-block;font-size:0.85em;height:28px;line-height:22px;border:1px solid #d5d9dd;color:#8a8a8a;border-radius:2px;padding:2px 5px}
#smb_my_ov .smb_me a.smb_info {color:#3a8afd}

#smb_private:after {display:block;visibility:hidden;clear:both;content:""}
#smb_private {padding:10px 0}
#smb_private li {text-align:left;position:relative;text-align:left}
#smb_private a {display:block;background:#fff;color:#465168;line-height:20px;padding:10px 20px 10px 25px}
#smb_private a strong {display:inline-block;float:right;max-width:87px;overflow:hidden;white-space:nowrap;text-overflow:clip;color:#3a8afd;padding:0 5px;border-radius:15px;font-size:0.92em}
#smb_private a:hover strong {background:#4b8bff}
#smb_private li a:hover {color:#4b8bff}
#smb_private li a:hover:after {position:absolute;left:0;top:0;width:2px;height:100%;background:#3a8afd;content:""}
#smb_private li i {width:25px;color:#8c9eb0;margin-right:5px}
#smb_private li:hover i {color:#3a8afd}
#smb_private .win_point strong {background:#37bc9b;color:#fff}
#smb_private .win_memo strong {background:#ff8b77;color:#fff}
#smb_private .win_scrap strong {background:#8cc152;color:#fff}
#smb_private .win_coupon strong {background:#a352c1;color:#fff}

#smb_my_ov h3 {font-size:1.2em;padding:20px 20px 10px;border-top:1px solid #e8e8e8}
#smb_my_ov .op_area {border-top:0;padding:0 20px;line-height:18px;color:#555}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt {margin:5px 0;padding-top:5px;font-weight:bold;color:#8c9eb0;line-height:20px}
#smb_my_ov .op_area dd {margin:5px 0;padding-bottom:10px;border-bottom:1px dashed #e5e5e5}
#smb_my_ov .op_area dd:last-child { border-bottom:0;}

.withdrawal {display:block;padding:10px 20px;border-top:1px solid #e8e8e8;color:#c7c7c7}

/* 마이페이지 list */
.tooltip_txt { margin-bottom: 10px; padding: 10px 15px; font-size: 1.3em; color: #fff; border-radius: 5px; background: #555;}
#smb_my_list {float:right; width: calc(100% - 300px);}

#smb_my_od h2 {margin:0 0 10px; font-size: 1.25em}
#smb_my_od {position:relative;margin:0 0 50px}
.smb_my_od { border-top: 1px solid #ececec; background:#fff;}
.smb_my_od li { position: relative; padding: 1vw; border-bottom:1px solid #ececec;}
.smb_my_od li:after {display:block;visibility:hidden;clear:both;content:""}
.smb_my_od li:hover {background:#f9f9f9;}
.smb_my_od .smb_my_od_li {float:left;line-height:18px}
.smb_my_od .smb_my_od_li1 {width:140px;text-align:center}
.smb_my_od .smb_my_od_li2 {width: calc(100% - 240px);padding:0 20px}
.smb_my_od .smb_my_od_li3 {width:100px;float:right;text-align:center; }
.smb_my_od .smb_my_od_li3 span { background: #fff;}
.smb_my_od .smb_my_od_li3 .status { display:inline-block; padding: 7px; min-width: 100px; border: 1px solid #ececec;}
.smb_my_od .smb_my_od_li3 .status_01 { color: #888;} /* 입금확인중 */
.smb_my_od .smb_my_od_li3 .status_02 { color: #b247e4;} /* 입금완료 */
.smb_my_od .smb_my_od_li3 .status_03 { color: #00a708;}
.smb_my_od .smb_my_od_li3 .status_04 { color: #ed4e00;}
.smb_my_od .smb_my_od_li3 .status_05 { color: #0161ff;} /* 배송완료 */
.smb_my_od .smb_my_od_li3 .status_06 { color: #ff010d;} /* 주문취소 */

.smb_my_od .ord_num,
.smb_my_od .ord_name {font-size:1.2em;font-weight:bold;letter-spacing:-0.5px}
.smb_my_od .date {color:#b5b5b5}
.smb_my_od .cost {color:#3a8afd;font-size:1.4em;font-weight:bold;}
.smb_my_od .misu {color:#6d6d6d}

#smb_my_wish {position:relative;margin-bottom:30px}
#smb_my_wish h2 {font-size:1.25em;padding:0 0 20px;border-bottom:1px solid #d9dde2}
#smb_my_wish li {position:relative;background:#fff;border-bottom:1px solid #ececec;padding:15px}
#smb_my_wish li:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_wish .smb_my_chk {display:inline-block;float:left;margin-right:10px;color:red}
#smb_my_wish .smb_my_img {float:left;margin-right:20px;}
#smb_my_wish .smb_my_tit {margin:5px 0;font-size:1.167em;font-weight:bold}
#smb_my_wish .smb_my_price {font-weight:bold;font-size:1.2em;margin-bottom:30px}
#smb_my_wish .smb_my_date {font-size:1em;color:#777}
.smb_my_more {position:absolute;top:0;right:0}
.smb_my_more a {display:block;background:url('../../img/more-btn.gif') no-repeat 0 0;padding-left:20px;height:30px}
#smb_my_wish li .wish_del {position:absolute;right:20px;top:50px;font-size:1.4em;color:#b2b2b2}


#smb_ws_act {text-align:center;margin:20px 0 30px}
#smb_ws_act .btn01 {width:100px;height:30px;font-weight:bold;font-size:1.167em;border:1px solid #98a3b3;border-radius:3px}
#smb_ws_act .btn02 {width:100px;height:30px;font-weight:bold;font-size:1.167em;border:1px solid #1c70e9;border-radius:3px;background:#3a8afd}



/* 장바구니 주문서 공통 */
.od_prd_list .td_chk {}
	.od_prd_list .td_prd {border-left:0;position:relative;padding-left:100px;min-height:100px}
	.od_prd_list .td_prd .sod_img {position:absolute;top:25px;left:20px}
	.od_prd_list .td_prd .sod_name {position: relative; min-height:80px}
	.od_prd_list .td_prd .prd_name {font-size:1.4em}
	.od_prd_list .total_prc {color:#000;font-weight:bold;font-size:1.4em}

	.sod_opt {margin:5px 0}
	.sod_opt ul {display:inline-block;margin:0;padding:0;list-style:none}
	.sod_opt li {color:#000;padding:3px 0;line-height:1.3em}
	.sod_opt li:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#e2eaf6;line-height:1em;color:#3a8afd}
	.sod_option_btn .mod_options {height:30px;margin:5px 0 0;padding:0 5px;border:1px solid #d4d6db;color:#606060;background:#fff;border-radius:3px}
	.cp_btn {padding:0 10px;border:1px solid #d4d6db;color:#3a8afd;background:#fff;height:26px;border-radius:3px}
	.cp_cancel {padding:0 10px;border:1px solid #aaa;color:#666;background:#fff;height:26px;border-radius:3px}

	#cp_frm {z-index:10000;position:absolute;top:0;left:0;width:500px; max-width: 90vw; height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
	#cp_frm .tbl_head02 thead th { padding: 5px 0; font-size: 12px;}

	/* 장바구니 */
	#sod_bsk {margin-bottom:30px}
	.btn_cart_del {padding:20px 0;border-bottom:1px solid #ccd2d9}
	.btn_cart_del button {height:30px;padding:0 10px;border:1px solid #d4d6db;border-radius:5px;background:#fff;color:#666; vertical-align: middle; box-sizing: border-box;}
	.btn_cart_del .chk_box { display: inline-block; height:30px; padding:0 10px;border:1px solid #d4d6db;border-radius:5px;background:#fff;color:#666; line-height: 26px; vertical-align: middle;}
	.btn_cart_del .chk_box input { vertical-align: middle;}
	#sod_bsk_list {position:relative}
	#sod_bsk #sod_bsk_tot {border:1px solid #212a37;margin:20px 0}
	#sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
	#sod_bsk #sod_bsk_tot li {float:left;width:50%;background:#4a505a;color:#fff;border-left:1px solid #212a37;text-align:right;padding:25px;font-size:1.167em}
	#sod_bsk #sod_bsk_tot li:first-child {border:0}
	#sod_bsk #sod_bsk_tot li span {display:inline-block;float:left}
	#sod_bsk #sod_bsk_tot .sod_bsk_cnt {background:#212a37}
	#sod_bsk_act {text-align:center;margin-bottom:30px}
	#sod_bsk_act .btn_submit {height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
	#sod_bsk_act .btn01 {height:50px;line-height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
	#sod_bsk_act p {margin:0 0 10px}

	/* 장바구니 NEW */
	.cart_new { margin: 0; border-top: 2px solid #959da6;}
	.cart_new_list {}
	.cart_new_list:after {display:block;visibility:hidden;clear:both;content:""}
	.cart_new_list > li { display: table; position: relative; padding: 10px 0;  width: 100%; border-bottom: 1px solid #ccd2d9;}
	.cart_new_list > li > div { display: table-cell; vertical-align: middle;}
	.cart_new_list > li > div .tit { height: 20px; font-weight: bold;}
	.cart_new_list > li > div > span { display: inline-block; height: 30px; line-height: 28px;}
	.cart_new_list > li > .td_chk { vertical-align: top; padding-top: 6px;}
	.cart_new_list > li > .right { width: 13%; text-align: center; border-left: 1px solid #ededed;}
	.cart_new_list > li > .td_num { width: 8%;}
	.cart_new_list > li > .td_point { width: 8%;}
	.cart_new_list > li > .td_dvr { width: 8%;}
	.cart_new_list > li > .td_mngsmall { width: 6%;}
	.cart_new_list > li > .td_cnt .total_prc { color: #ff4425;}	
	.cart_new_list .td_prd .sod_img { left: 0; top: 8px;}

	.cart_new_list.order .td_prd .sod_img { left: 0; top: 0;}

	/* 장바구니 선택사항수정 */
	#sod_bsk_list #mod_option_frm {z-index:10000;position:fixed;top:50%;left:50%;width:540px;max-height:500px;margin-left:-280px;
	margin-top:-220px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
	#sod_bsk_list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);display:block;z-index:9999}
	#mod_option_frm h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;font-size:1.25em}

	.option_wr {padding:20px 20px 0}
	.option_wr h3 {font-size:1.167em;margin-bottom:10px}
	.option_wr .get_item_options,
	.option_wr .get_item_supply {margin-bottom:10px}
	.option_wr label {display:block;margin:10px 0 5px}
	.option_wr select {width:100%;border:1px solid #d4d4d4;height:48px}

	#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none}
	#sit_opt_added li {padding:10px 15px;background:#f9f9f9;border:1px solid #e6e9ed;margin:10px 0;position:relative}
	#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""}
	#sit_opt_added li .opt_name {line-height:28px;font-weight:bold}
	#sit_opt_added li .opt_count {}
	#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #bdc9dc;border-radius:0;background:#fff;color:#666;font-size:0.92em; text-align: center; box-sizing: border-box;}
	#sit_opt_added button:hover {color:#000}
	#sit_opt_added .num_input {float:left;border:0;height:30px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center}
	#sit_opt_added .sit_opt_del {position:absolute;right:0;top:0;font-size:15px;border:0;border-left:1px solid #e6e9ed;border-bottom:1px solid #e6e9ed}
	#sit_opt_added .sit_opt_del:hover {color:#be334a}
	#sit_opt_added .sit_opt_prc {display:block;float:right;width:100px;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold}

	#mod_option_frm #sit_sel_option {margin:20px 20px 10px}
	#mod_option_frm #sit_tot_price {float:left;display:inline-block;margin:0 20px 20px}
	#mod_option_frm #sit_opt_added {}
	#mod_option_frm .btn_confirm {float:right;display:inline-block;margin:0 20px 20px;background:yellow}
	#mod_option_frm .btn_confirm .btn_submit {width:100px;height:40px;font-size:1.167em;font-weight:bold;text-align: center;cursor:pointer;}
	#mod_option_frm .btn_confirm .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;font-size:1.25em; text-align: center; border-radius:0;}
	#mod_option_frm .btn_confirm .btn_close:hover {background:#f3f3f3}



/* 주문서 작성 */
#sod_frm {}
	#sod_frm p {margin:0 0 10px}
	#sod_frm .od_prd_list {margin-bottom:20px}
	#sod_list {position:relative}
	#sod_list #cp_frm {z-index:10000;position:absolute;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-270px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}

	.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
	-webkit-box-shadow: 1px 2px 2px #eee;
	-moz-box-shadow: 1px 2px 2px #eee;
	box-shadow: 1px 2px 2px #eee;}
	.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
	.od_coupon .btn_close:hover{background:#f3f3f3}
	.od_coupon .tbl_head02{margin: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_left { float:left; display:inline-block; width:70%; vertical-align:top}

	/* 주문서 작성 - 주문하시는 분 */
	#sod_frm .tbl_frm01 { padding:20px 10px 0 !important;}
	#sod_frm .tbl_frm01 table { border:0;}
	#sod_frm .tbl_frm01 th,
	#sod_frm .tbl_frm01 td {text-align:left; padding:0 10px !important; vertical-align:top; border:0; background: #fff;}
	#sod_frm .tbl_frm01 th{padding:0px 10px}
	#sod_frm .tbl_frm01 td input {width:100%; height: 35px;}
	#sod_frm .tbl_frm01 td .addr input {width:20%}
	#sod_frm .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:35px;border:0;border-radius:3px}

	/* 주문서 작성 - 받으시는 분 */
	#sod_frm_taker .tbl_frm01 {padding:20px 10px}
	#sod_frm_taker .tbl_frm01 .choice_place {display:block;background:#edf3fc;padding:10px 15px;border:1px solid #d1ddee;margin:0 10px 10px}
	#sod_frm_taker .tbl_frm01 .choice_place:after {display:block;visibility:hidden;clear:both;content:""}
	#sod_frm_taker .tbl_frm01 .choice_place .chk_box {float:left;display:inline-block;width:85%;line-height:30px}
	#sod_frm_taker .tbl_frm01 .choice_tit {float:left;display:inline-block;width:15% !important;line-height:30px}
	#sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {top:7px}
	#sod_frm_taker .tbl_frm01 .choice_place input,
	#sod_frm_taker .tbl_frm01 .choice_place label {margin-left:10px}
	#sod_frm_taker .tbl_frm01 .btn_frmline {width:80px;height:30px;line-height:28px;background:#fff;border:1px solid #d4d6db;color:#606060;text-align:center;float:right}

	#sod_frm_taker .tbl_frm01 td input {width:100%; }
	#sod_frm_taker .tbl_frm01 td .addr input {width:20%; height: 35px;}
	#sod_frm_taker .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
	#sod_frm_taker .tbl_frm01 td .ad_choice {padding:5px 0}
	#sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}

	#sod_frm_orderer, #sod_frm_taker {margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
	#sod_frm section h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
	#sod_frm_orderer #od_addr_jibeon,
	#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

	/* 5.4.1.3 버전이후 추가 css */

	#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
	#sod_frm .tbl_frm01 th{width:94px}
	#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width:40%}
	#sod_frm #od_zip,#sod_frm #od_b_zip{width:90px}
	#sod_frm .tbl_frm01 td .btn_address { background:#434a54; color:#fff; width:100px; height:35px; border:0; border-radius:3px; text-align: center; vertical-align: middle; line-height: 1.5em;}
	#sod_frm #od_memo{min-height:100px}
	#sod_frm_taker .order_choice_place{position:relative;background:#edf3fc;border:1px solid #d1ddee;padding-left:10px}
	#sod_frm_taker .tbl_frm01 .btn_frmline{float:none;position:absolute;top:8px;right:10px}
	#sod_frm  #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
	#sod_frm  #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
	#sod_frm  #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
	#sod_frm  #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
	#sod_frm  #sod_bsk_tot .sod_bsk_sell,#sod_frm  #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
	#sod_frm  #sod_bsk_tot .sod_bsk_point,#sod_frm  #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
	#sod_frm  #sod_bsk_tot li:last-child {border-bottom:0 none}
	#sod_frm  #sod_bsk_tot .sod_bsk_point span,#sod_frm  #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
	#sod_frm  #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
	#sod_frm  #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
	#sod_frm  #sod_bsk_tot .sod_bsk_cnt strong{color:#ff4425;font-size:1.25em}
	#sod_frm_pay {position:relative;margin:10px 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:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
	#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
	#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
	#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
	#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
	#od_tot_price span{float:left;font-weight:bold}
	#od_tot_price strong{font-size:1.5em;color:#ff006c}
	#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
	#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
	#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
	#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
	#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
	#sod_frm_paysel {}
	#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
	#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
	#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
	#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
	#sod_frm_paysel .inicis_kakaopay{position:relative;overflow:hidden;text-indent:-999px}
	#sod_frm_paysel .inicis_kakaopay em{position:absolute;top:15px;left:45px;width:70px;height:30px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
	#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
	#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
	#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
	#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
	#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
	#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
	#forderform .sod_right #sod_bsk_tot {border:1px solid #e3e5e8}
	#forderform .od_pay_buttons_el{margin-top:20px;border:1px solid #e3e5e8;background:#fff;padding:20px}
	#forderform .od_pay_buttons_el h3{font-size:1.167em;margin:0px 0 5px}
	#forderform #sod_frm_pt{border-top:1px solid #e3e5e8}

	.sod_right .pay_tbl{border:1px solid #e3e5e8;border-bottom:0 none}
	.sod_right #od_tot_price{border:1px solid #e3e5e8}
	#sod_frm_pay .od_pay_buttons_el:after{display:block;visibility:hidden;clear:both;content:""}
	#sod_frm_pay .sod_frm_point{margin-top:20px;border:1px solid #e3e5e8}
	#sod_frm_pay .sod_frm_point div{background:#fff;padding:10px;text-align:left;text-align:right}
	#sod_frm_pay .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
	#sod_frm_pay .sod_frm_point div label{float:left;line-height:30px;font-weight:bold}
	#sod_frm_pay .sod_frm_point div span{display:block}
	#sod_frm_pay .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
	#sod_frm_pay .sod_frm_point div strong{float:left;color:#666}
	#sod_frm_pay .sod_frm_point .max_point_box em{font-style:normal !important}
	#sod_frm_pay .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}

	/* 주문서 작성 - 오른쪽 */
	.sod_right {float: right; display:inline-block; width:27%; vertical-align:top;}

	.sod_right #sod_bsk_tot {border:1px solid #3a8afd}
	.sod_right #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
	.sod_right .sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
	.sod_right .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
	.sod_right .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
	.sod_right .sod_info .sod_bsk_sell, .sod_right .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
	.sod_right .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
	.sod_right .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
	.sod_right .sod_info .sod_bsk_cnt strong {font-size:1.25em}

	.sod_right .sod_info_bt {clear:both;padding:10px 15px;background:#fff}
	.sod_right .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
	.sod_right .sod_info_bt li {}
	.sod_right .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
	.sod_right .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
	.sod_right .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}

	.sod_right .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
	.sod_right .sod_info_option h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	.sod_right .sod_info_option ul {padding:10px 15px;background:#fff}
	.sod_right .sod_info_option li {margin-bottom:5px}
	.sod_right .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
	.sod_right .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
	.sod_right .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#3a8afd;background:#fff;border:1px solid #d4d6db}
	.sod_right .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
	.sod_right .sod_info_option .sod_ifop_tit .od_coupon {z-index:10000;position:absolute;top:50%;left:50%;min-width:300px;height:auto !important;height:500px;max-height:500px;margin-left:-200px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
	.sod_right .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
	.sod_right .sod_info_option>td, .sod_right .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
	.sod_right .sod_info_option>td {text-align:right;padding:10px;height:30px}
	.sod_right .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
	.sod_right .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}


	/* 주문서 작성 - 포인트사용 */
	#sod_point {clear:both;background:#fff;margin-top:10px;border:1px solid #e3e5e8}
	#sod_point h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
	#sod_point h2:after {display:block;visibility:hidden;clear:both;content:''}

	#sod_point .point_tit {vertical-align:baseline;float:left;line-height:28px}
	#sod_point .point_tit label {vertical-align:baseline}
	#sod_point .point_ipt {float:right;display:inline-block;margin-left:35px;text-align:left;text-align:right;font-weight:normal}
	#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
	#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}

	#sod_frm_pt {padding:20px}
	/*
	#sod_frm_pt strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left}
	#sod_frm_pt span {display:inline-block;width:55%;color:#000;text-align:right}
	#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
	*/
	#sod_frm_pt .max_point_box em {font-style:normal !important}

	/* 주문서 작성 - 결제수단 */
	/* #sod_frm_pay {position:relative;margin:10px 0 0;background:#fff;border:1px solid #e3e5e8} */
	#sod_frm_pay {position:relative;margin:10px 0 0}
	#sod_frm_pay h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
	#sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
	#sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
	#sod_frm_pay .tooltip_txt:before {height:100%}
	#sod_frm_pay input[type="radio"] {}
	#sod_frm_pay .lb_icon {display:inline-block;position:relative;cursor:pointer;z-index:1}
	#sod_frm_pay input[type="radio"]:checked+.lb_icon {color:#3a8afd;z-index:3}
	#sod_frm_pay input[type="radio"] + label span {top:7px}

	#sod_frm_paysel {}
	#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
	/*
	#sod_frm_paysel .PAYCO {display:inline-block;width:75px;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #fa1417}
	#sod_frm_paysel .PAYNOW {display:inline-block;width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #c01734}
	#sod_frm_paysel .kakaopay_icon {display:inline-block;width:60px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
	#sod_frm_paysel .KPAY {display:inline-block;width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #22096a}
	#sod_frm_paysel .inicis_lpay {display:inline-block;width:50px;background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #009bd7}
	*/
	#sod_frm_paysel ul.pay_way {margin:0;padding:15px}
	#sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:7px}
	#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
	#sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}

	#settle_bank {border:1px solid #e3e5e8;border-top:0 none;background:#fff;padding:10px;clear:both;line-height:32px}
	#settle_bank:after {display:block;visibility:hidden;clear:both;content:''}
	#settle_bank label {float:left;width:30%;line-height:30px}
	#settle_bank select, #settle_bank input {width:70%;height:32px;margin:0 0 5px;border:1px solid #e3e5e8;border-radius:3px;text-align:left}
	#settle_bank option {padding:3px 0}
	#settle_bank #od_deposit_name {height:32px;padding:0 5px;border:1px solid #e3e5e8}

	#display_pay_button {background:#fff;padding:20px;border:1px solid #e3e5e8;border-top:0}
	#display_pay_button .btn_submit {width:100%;height:50px;font-weight:bold;font-size:1.25em;cursor:pointer;border:1px solid #3a8afd; -webkit-appearance: none;}
	#display_pay_button .btn01 {width:100%;height:50px;line-height:38px;font-weight:bold;font-size:1.25em;margin:5px 0;text-align:center;border:1px solid #ccd1d9}

	.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_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto; -webkit-appearance:radio; -webkit-border-radius:initial;}
	#sod_frm_taker label {display:inline-block;font-weight:normal;margin-right:1em}
	#sod_frm_same {margin:0 0 10px}

	#sod_frm #display_pay_process {text-align:center}
	#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

	#od_tot_price {background:#e5f0ff;line-height:20px;text-align:right;padding:15px}
	#od_tot_price span {float:left;font-weight:bold}
	#od_tot_price strong {font-size:1.5em;color:#ff4425}
	#sod_frm_pay_info {margin:0 0 10px}

	#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;right:0;width:500px;max-width: 90vw;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
	#sod_frm_deli {position:relative;line-height:2em}
	#sod_frm_pay .pay_tbl #od_coupon_frm th { text-align: center;}
	#sod_frm_pay .pay_tbl #od_coupon_frm td { text-align: center;}

	#sod_frm_escrow {margin:30px 0 0}
	#sod_frm #sod_frm_escrow h2 {margin:0;border:0}
	#sod_frm #sod_frm_escrow p {margin:5px 0}
	#display_pay_process {padding:20px;text-align:center}


	/* 배송지 목록 */
	#sod_addr .tbl_wrap {margin:30px}
	#sod_addr .td_mng .sel_address {color:#fff;background:#fff;border:1px solid #19bc9b;color:#19bc9b;padding:0 5px;height:26px;border-radius:3px}
	#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;border-radius:3px}
	#sod_addr input[type="radio"] {position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
	#sod_addr .default_lb {display:inline-block;background:#fff;border:1px solid #1c70e9;color:#3a8afd;cursor:pointer;position:relative;padding:0 5px;height:26px;line-height:24px;border-radius:3px}
	#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.td_sbj {width:155px;text-align:left}
	#sod_addr td.td_sbj .chk_box {display:inline-block;float:left}
	#sod_addr td.td_sbj .chk_box input[type="checkbox"]:checked + label span {background:url(../img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
	#sod_addr .ad_tel {display:block;color:#666}
	#sod_addr td.td_mng {width:100px;padding:10px}
	#sod_addr td.td_mng .mng_btn {width:100%;margin:2px 0}

	/* 배송지 목록 NEW */
	#sod_addr.addr_new_list ul { border-top:2px solid #ddd;}
	#sod_addr.addr_new_list li { display: table; width: 100%; border-bottom:1px solid #ddd;}
	#sod_addr.addr_new_list li:after {display:block;visibility:hidden;clear:both;content:''}
	#sod_addr.addr_new_list li > div { display: table-cell; vertical-align: middle;}
	#sod_addr.addr_new_list li .chk_box { width: 30px; }
	#sod_addr.addr_new_list li .td_sbj {}
	#sod_addr.addr_new_list li .td_name { width: 15%; text-align: center; border-left: 1px solid #f6f6f6; border-right: 1px solid #f6f6f6;}
	#sod_addr.addr_new_list li .td_address { padding: 5px 10px; width: 55%;}
	#sod_addr.addr_new_list li .td_address .td_mng { width: 100%; text-align: right;}
	#sod_addr.addr_new_list li .td_address .td_mng button { vertical-align: middle; box-sizing: border-box;}



	/* 주문내역 */
	#sod_v {margin-bottom:30px}
	#sod_v:after {display:block;visibility:hidden;clear:both;content:''}
	#sod_v td {text-align:center}
	#sod_v td a {font-weight:bold}
	#sod_v .basic_tbl {text-align:center}
	.status_01 {display:inline-block;background:#edfbde;color:#8cc152;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
	.status_02 {display:inline-block;background:#84c93a;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
	.status_03 {display:inline-block;background:#e2f6f2;color:#16b494;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
	.status_04 {display:inline-block;background:#e2eaf6;color:#3a8afd;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
	.status_05 {display:inline-block;background:#3a8afd;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
	.status_06 {display:inline-block;background:#fff;color:red;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}

	/* 주문상세내역 */
	#sod_fin {}
	#sod_fin_no {margin:0 0 20px;padding:15px;border:1px solid #d6e2f4;background:#edf3fc;font-size:1.2em;border-radius:5px;color:#3a8afd}

	#sod_sts_wrap {margin:0 0 10px;text-align:right}
	#sod_sts_explan {display:none}

	#sod_fin_legend {padding:20px;line-height:20px;background:#fff;margin:10px 0;border:1px solid #e9e9e9;text-align:left}
	#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:bold}
	#sod_fin_legend dd {float:left;margin:0}

	#sod_fin #sod_bsk_tot li {background:#fff;border-bottom:1px solid #e7ebf1;height:40px;padding:0 15px;line-height:40px;text-align:right}
	#sod_fin #sod_bsk_tot li span {float:left;clear:both;color:#777}
	#sod_fin #sod_bsk_tot li strong {}
	#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#ff006c;font-size:1.25em}

	#sod_bsk_tot2 {border:1px solid #3a8afd;margin-bottom:20px}
	#sod_bsk_tot2 li {background:#fff;padding:0 15px;line-height:40px;text-align:right}
	#sod_bsk_tot2 li span {float:left;clear:both;font-size:1em}
	#sod_bsk_tot2 li strong {font-size:1em}
	#sod_bsk_tot2 li.sod_fin_tot {background:#e5f0ff;border-top:1px solid #c6d7ef}
	#sod_bsk_tot2 li#alrdy {border-bottom:0 !important}
	#sod_bsk_tot2 li#alrdy div {padding:5px 0 15px;text-align:right}
	#sod_bsk_tot2 li#alrdy div p {position:relative;background:#d6e3f3;padding:0 10px;margin-bottom:1px}
	#sod_bsk_tot2 li.sod_fin_tot strong {color:#3a8afd;font-size:1.2em}

	#request_form {position:relative}
	#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
	#request_form .frm_input {width:300px;background:#fff !important}
	#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
	#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

	#sod_req_btn {margin:0 0 10px}
	#sod_req_btn button {background:#626870}

	#sod_req_log {margin:0 0 20px}
	#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
	#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
	#sod_req_log h3 {margin:20px 0 10px}
	.sod_req_log_view table {margin:0}
	.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
	.sod_req_log_view caption span {color:#ff3061}
	.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
	.sod_req_log_view td {background:#fff;color:#000}
	.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
	.sod_req_log_view .sod_req_it {width:270px}
	.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

	#sod_fin_list h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#sod_fin_list .td_prd {border-left:0;position:relative;padding-left:90px;min-height:100px}
	#sod_fin_list .sod_img {position:absolute;}
	#sod_fin_list .sod_name a {font-weight:bold;line-height:1.5em}
	#sod_fin_list .sod_name .sod_opt:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#e2eaf6;line-height:1em;color:#3a8afd}
	#sod_fin_list #th_itst {width:80px}

	#sod_fin_view {border:1px solid #e9e9e9}
	#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#sod_fin_view h3 {margin:0 0 10px}
	#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

	#sod_fin_pay {margin:0 0 20px;background:#fff;border:1px solid #e3e5e8}
	#sod_fin_pay h3 {background:#fff;font-size:1.167em;padding:15px 20px;border-bottom:1px solid #e3e5e8}
	#sod_fin_pay ul {margin:0;padding:15px 20px}
	#sod_fin_pay li {line-height:24px;padding:5px 0}
	#sod_fin_pay li:after {display:block;visibility:hidden;clear:both;content:""}
	#sod_fin_pay li>span, #sod_fin_pay li>strong {display:inline-block;}
	#sod_fin_pay li>strong {float:left; margin-right:10px; width: 55px;}
	#sod_fin_pay li>span { float:right; width:calc(100% - 65px);}
	#sod_fin_pay li .letter-2px{letter-spacing:-2px}
	a.btn_frmline.is-long-text{height:auto;width:160px}

	#sod_fin_orderer, #sod_fin_receiver, #sod_fin_dvr {margin:0 0 20px}
	#sod_fin_orderer .tbl_wrap, #sod_fin_receiver .tbl_wrap, #sod_fin_dvr .tbl_wrap {padding:20px}
	#sod_fin_dvr .tbl_wrap {padding:20px}
	#sod_fin .sod_left h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#sod_fin .sod_left h3 {background:#fff;font-size:1.167em;padding:15px 20px;border:1px solid #e3e5e8;border-bottom:0}
	#sod_fin .sod_left .tbl_head01 {background:#fff;border:1px solid #e3e5e8}
	#sod_fin .sod_left table {border: 0;}
	#sod_fin .sod_left th {padding:10px 0;border:0;text-align:left;width:100px;color:#666;background:#fff}
	#sod_fin .sod_left td {padding:10px 0; height: 40px; border:0;background:#fff;}

	#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

	#sod_fin_cancel {text-align:center}
	#sod_fin_cancel .sod_fin_c_btn {height:50px;border:1px solid #bababa;border-radius:3px;font-weight:bold;width:100%;background:none;color:#5e6b6f}
	#sod_fin_cancel .sod_fin_c_btn:hover {background:#fff}
	#sod_fin_cancel h2 {padding:15px;border-bottom:1px solid #e8e8e8;text-align:left}
	#sod_fin_cancel p {text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.167em;font-weight:bold}

	#sod_cancel_pop {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
	#sod_fin_cancelfrm {position:absolute;top:50%;left:50%;background:#fff;text-align:center;width:245px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}  
	#sod_fin_cancelfrm form {padding:20px}
	.sod_fin_bg {background:rgba(0,0,0,0.1);width:100%;height:100%}
	.sod_cls_btn {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

	#sod_fin_cancelfrm .frm_input {background:#fff;margin:0 0 5px;width:100%}
	#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
	#sod_fin_test {padding:10px}

	/* 주문상세내역 중 현금영수증 발급 */
	#scash {}
	#scash section {padding:10px 0}
	#scash h2 {margin:0 0 10px;text-align:center}
	#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
	#scash_apply {padding:10px 0 20px;text-align:center}
	#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}

	/* 찜 리스트 */
	#sod_ws {}
	#sod_ws .sod_ws_img { width: 100%;text-align:center}
	#sod_ws .sod_ws_img img { width: 100%; height: auto;}
	#sod_ws_act {text-align:center;margin:20px 0 30px}
	#sod_ws_act button { height:30px;width:100px;font-weight:bold;font-size:1.167em;border-radius:3px; appearance:none;}
	#sod_ws_act .btn01 {border:1px solid #98a3b3}
	#sod_ws_act .btn02 {border:1px solid #1c70e9;background:#3a8afd}

	#sod_ws ul{ overflow: hidden;width: 100%; text-align: center;}
	#sod_ws ul:after {display:block;visibility:hidden;clear:both;content:""}
	#sod_ws li { float:left; width: calc(100% / 5); padding: 10px 10px 20px 10px; box-sizing: border-box;}
	#sod_ws li .info_link {display:block; margin:10px 0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#646464;font-weight:bold}
	#sod_ws li .info_date {color:#646464;font-size:0.92em; letter-spacing: -0.07em}
	#sod_ws li .wish_chk {position:absolute;top:0;left:0;width:20px;text-align:center;line-height:35px;color:#f00}
	#sod_ws li .wish_info {padding:0 35px 10px 20px;position:relative;border-bottom:1px solid #e0e0e0;margin-top:10px;height:45px}
	#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;font-size:1.25em;color:#777}
	#sod_ws li .wish_del:hover {background:#777;color:#fff}
	

.select_box select {opacity:0;}


/* ---------------------------------  관리자 영역 --------------------------------- */


.navi_sys_part_adm .shop_go { display: none;}
.navi_sys_part_adm  #hd_wrap .gnb_1dli { width: auto;}
.sev_admin {text-align: right;}


/* ---------------------------------  관리자 영역 --------------------------------- */

/* 메인 */

	.index #container { margin: 0 auto;}

	/* 메인 비주얼 */
	#main_visual { position: relative; overflow: hidden; padding-top:500px;/*padding-top: 56.25%;*//*height:100vh;*/background-color: #a4d8ee;}
	#main_visual #rate_visual {position:  absolute;top: 0;left: 0;bottom: 0;right: 0;text-align: center;}
	#main_visual .bx-wrapper,
	#main_visual .bx-viewport,
	#main_visual #view_visual,
	#main_visual .view_visual_wr,
	#main_visual .view_visual_wr_img,
	#main_visual .view_visual_wr > a {height: 100% !important;} 

	#main_visual .view_visual_wr { width: 100%; /*background-size: cover;*/overflow: hidden; background: linear-gradient(135deg, #02d2b4, #1d2c84);}
	#main_visual .view_visual_wr_img { width: 100%; background-size: cover;overflow: hidden; background-position: 50% 50%; background-repeat: no-repeat;} /* 메인 비주얼 이미지 영역 */
	#main_visual .view_visual_wr .view_visual_wr_img > a { display: block; width: 100%;}
	#main_visual .view_visual_wr .view_visual_wr_img > a .text_area { margin: 8vw auto; max-width: 600px; width: 100%; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-weight: 800; font-size: 3em; text-align: center; background: rgba(255,255,255,0.2);}
	#main_visual .view_visual_wr.nolist { overflow: hidden; text-indent: -9999px; background: url('/theme/basic/img/main/visual_1.jpg') center top no-repeat;}
	/*#main_visual .view_visual_wr > img { position: absolute; top: 0; left: 50%; margin-left: -1055px; width: 100%; min-width: 2100px;}*/	
	#main_visual .view_visual_wr video {position:absolute;object-fit:cover;top: 50%; left: 50%; width: 100%; height: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);}
	#main_visual .view_visual_wr .video-brightness {pointer-events:none;position:absolute;top: 0;left: 0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);}
	
	#main_visual .txt_visual_wr {display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;color:#ffffff;}

	#main_visual .bx-controls-direction {  }
	#main_visual .bx-controls-direction a { position: absolute; bottom:45px; display: block; width: 19px; height: 19px; }
	#main_visual .bx-controls-direction a.bx-prev { text-indent : -99999px; overflow: hidden; left: 43vw; background: url('/theme/basic/img/main/visual_btn_prev.png') center no-repeat; background-size: contain;}
	#main_visual .bx-controls-direction a.bx-next { text-indent : -99999px; overflow: hidden; left: 45vw; background: url('/theme/basic/img/main/visual_btn_next.png') center no-repeat;  background-size: contain;}
	#main_visual .bx-controls-auto { position: absolute; bottom: 33px; left: 41%; display: block; width: 40px; height: 40px; z-index: 1;}
	/*#main_visual .bx-controls-auto:after { content:''; position: absolute; display: inline-block; width: 1px; height: 19px; background: #fff; opacity: 0.5; top: 11px; left: 47px;}*/
	#main_visual .bx-controls-auto-item .bx-stop { display:block; width: 40px; height: 40px; overflow:hidden; text-indent: -99999px; background: url('/theme/basic/img/main/popup_control_icon_02.png')left center no-repeat;}
	#main_visual .bx-controls-auto-item .bx-start { display:block; width: 40px; height: 40px; overflow:hidden; text-indent: -99999px; background: url('/theme/basic/img/main/popup_control_icon_02.png')right center no-repeat;}

	#main_visual .bx-controls {overflow:hidden; clear:both; text-align:center;}
	#main_visual .bx-pager {display:inline-block; position: absolute; bottom: 50px; left: 0; width: 100%; text-align: center;}
	#main_visual .bx-pager-item { display:inline-block; margin: 0 2px; width: 40px !important; text-align: center;}
	#main_visual .bx-pager-item a {display:inline-block; width: 100%; height: 5px; background-color:rgba(0,0,0,0.5); overflow: hidden; text-indent: -9999px;}
	#main_visual .bx-pager-item a.active { background: #ffea00;}

	/* 메인 공지사항 */
	#main_notice { position: relative; margin: 30px auto; max-width: 600px; font-size: 14px;}

	#main_notice .bx-viewport { margin-right: 50px; width: calc(100% - 50px) !important;}
	#main_notice .bx-viewport .view_notice_wr {}
	#main_notice .bx-viewport .view_notice_wr:after {display:block;visibility:hidden;clear:both;content:""}
	#main_notice .bx-viewport .view_notice_wr.list {min-height:20px;}
	#main_notice .bx-viewport .view_notice_wr a { display: inline-block; overflow:hidden; width: calc(100% - 100px); white-space: nowrap; text-overflow: ellipsis; vertical-align: middle;}
	#main_notice .bx-viewport .view_notice_wr span { display: inline-block; float: right; min-width: 95px; text-align: right; vertical-align: middle;}

	#main_notice .bx-controls-direction { position: absolute; top: 0; right: 0;}
	#main_notice .bx-controls-direction a { display: block; width: 20px; height: 20px; border: 1px solid #ddd;}
	#main_notice .bx-controls-direction a.bx-prev { text-indent : -99999px; overflow: hidden; background: url('/theme/basic/img/main/visual_btn_prev_up.png') center no-repeat; background-size: 50%;}
	#main_notice .bx-controls-direction a.bx-next { text-indent : -99999px; overflow: hidden; margin-top: -1px; background: url('/theme/basic/img/main/visual_btn_next_down.png') center no-repeat; background-size: 50%;}

	#main_notice .bx-controls { clear:both; text-align:center;}
	#main_notice .bx-pager { display:inline-block; position: absolute; top: -4px; right: 48px; max-width: 80%; text-align: right;}
	#main_notice .bx-pager-item { display:inline-block; margin: 0 2px; width: 10px !important; text-align: center; }
	#main_notice .bx-pager-item a {display:inline-block; width: 100%; height: 10px; overflow: hidden; text-indent: -9999px; border-radius: 0; background-color:rgba(0,0,0,0.3); }
	#main_notice .bx-pager-item a.active { background: #222;}


	/* 메인 영역 */

	/* 메인 상품 영역- 상품 목록 스킨 10 */
	.main_item_view { max-width: 600px; margin: 0 auto;}
	.main_item_view ul:after {display:block;visibility:hidden;clear:both;content:""}
	.main_item_view .sct_10 { margin:25px 0}
	.main_item_view .sct_10.lists-row{ margin-right:-10px;margin-left:-10px;}
	.main_item_view .sct_10 .sct_li { position:relative;float:left;margin-bottom:40px; padding: 0 10px; width: calc(100%/3); min-height: 500px; text-align:left}
	.main_item_view .sct_10 .sct_last {margin-right:0}
	.main_item_view .sct_10 .sct_clear {clear:both}
	.main_item_view .sct_10 .sct_a {text-decoration:none}
	.main_item_view .sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}

	.main_item_view .sct_10 .sct_img {position:relative;text-align:center}
	.main_item_view .sct_10 .sct_img a {display:block; box-shadow: 0 3px 10px rgba(0,0,0,0.1);}
	.main_item_view .sct_10 .sct_img a img { width: 100%; height: auto;}
	.main_item_view .sct_10 .list-10-btn { position:absolute; right: 0; bottom:0; width: 30px; height: 30px; text-align: center; border-radius: 20px; overflow: hidden;}
	.main_item_view .sct_10 .sct_cart { position:absolute; left:0; bottom:0; border:0; width:100%; padding: 7px 0; background:rgba(0,0,0,0.8);color:#fff;font-size:1em;font-weight:bold}
	.main_item_view .sct_10 .sct_img:hover .sct_cart {display:block}
	.main_item_view .sct_10 .sct_cart i {display:inline-block;margin-right:3px;font-size:1.4em}
	.main_item_view .sct_10 .sct_disc {position:absolute;right:15px;bottom:15px;background:red;color:#fff;padding:0 8px;line-height:24px;font-weight:bold;font-size:1.2em;background:rgba(0,0,0,0.5)}

	.main_item_view .sct_10 .sct_ct_wrap {position:relative}
	.main_item_view .sct_10 .sct_ct_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	.main_item_view .sct_10 .sct_star {display: none;margin: 10px 0 5px}
	.main_item_view .sct_10 .sct_txt { margin:10px 0 0; width: calc( 100% - 70px); font-size:1.5em; font-weight: bold; letter-spacing: -0.05em;}
	.main_item_view .sct_10 .sct_basic {margin-bottom:5px;color:#6e7f88}
	.main_item_view .sct_10 .sct_bottom {position:relative;min-height:20px}
	.main_item_view .sct_10 .sct_cost {margin:5px 0 10px;font-size:1.25em;font-weight:bold; z-index: -1;}
	.main_item_view .sct_10 .sct_dict {display:inline-block;text-decoration:line-through;font-weight:normal;font-size:0.85em;color:#858a8d}

	.main_item_view .sct_10 .sct_sns_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
	.main_item_view .sct_10 .sct_sns {position:absolute;top:50%;left:50%;background:#fff;text-align:center;width:245px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);box-shadow: 1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}  
	.main_item_view .sct_10 .sct_sns h3 {padding:15px;border-bottom:1px solid #e8e8e8;text-align:left}
	.main_item_view .sct_10 .sct_sns a {display:inline-block;border-radius:50%;width:50px;height:50px;line-height:25px;text-align:center;padding:10px 0;margin:20px 5px}
	.main_item_view .sct_10 .sct_sns .share-facebook {background:#415b92}
	.main_item_view .sct_10 .sct_sns .share-twitter {background:#35b3dc}
	.main_item_view .sct_10 .sct_sns .share-googleplus {background:#ea3838}
	.main_item_view .sct_10 .sct_sns img {width:24px}
	.main_item_view .sct_10 .sct_sns_bg {background:rgba(0,0,0,0.1);width:100%;height:100%}
	.main_item_view .sct_10 .sct_sns_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

	.main_item_view .sct_10 .sct_op_btn {position:absolute; right:35px; bottom:0; width: 30px; height: 30px; text-align: center; border-radius: 20px; overflow: hidden; background:rgba(0,0,0,0.2);}
	.main_item_view .sct_10 .sct_op_btn>button { padding: 6px 0; border:0;width:25px;height:20px;font-size:1.25em;text-align:center;color:#fff;}
	.main_item_view .sct_10 .sct_op_btn>button i {display:inline-block;font-size:1.2em}

	.main_item_view .shop_icon {display:inline-block;color:#fff;line-height:20px;padding:0 5px;font-size:0.92em;margin:1px;border-radius:2px}
	.main_item_view .shop_icon_1 {background:#3ec1d3}
	.main_item_view .shop_icon_2 {background:#ffb722}
	.main_item_view .shop_icon_3 {background:#2dd49f}
	.main_item_view .shop_icon_4 {background:#556ee6}
	.main_item_view .shop_icon_5 {background:#ff5081}


	/* 메인 스케줄 */
	#main_schedule { position: relative; margin: 30px auto; max-width: 600px; font-size: 14px; border:1px solid;}
	
		/* 달력 */
		#main_schedule #view_schedule .schedule_calendar_area { max-width: 400px; background: rgba(0,0,0,0.2);}
		#main_schedule .calendar_top { position: relative; margin: 20px 0 10px; text-align: center;}
		#main_schedule .calendar_top .inbox > div { display: inline-block;}
		#main_schedule .calendar_top .date { font-size: 14px; color: #555;}
		#main_schedule .calendar_top .date select { margin: 0 3px 0 10px; font-size: 16px; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum;}
		#main_schedule .calendar_top .calbtn { display: inline-block; margin: 0 5px;}
		#main_schedule .calendar_top .calbtn a { display: inline-block; width: 17px; height: 17px;}
		#main_schedule .calendar_top .calbtn a i { display: inline-block; margin: 0 0 -3px 0; width: 12px; height: 12px; border: 2px solid #777; border-radius: 1px; border-right: none; border-top: none; transform: rotate(45deg);}
		#main_schedule .calendar_top .calbtn.next a i { transform: rotate(-135deg);}
		#main_schedule .calendar_top .calbtn.icon2 a i { border-color: #006aba;}
		#main_schedule .calendar_top .right_btn { position: absolute; top: 0; right: 0;}
		#main_schedule .calendar_top .right_btn a { display: inline-block; padding: 3px 10px; border-radius: 3px; border: 1px solid #ddd;}

		#main_schedule .calendar_area  { }
			#main_schedule .calendar_table { width: 99.95%; border-collapse: collapse; border-spacing: 0;}
			#main_schedule .calendar_table tr { background: transparent !important;}
			#main_schedule .calendar_table thead th { padding: 15px 0; width: 14%; font-size: 16px; color: #fff; border: 0 solid #fff; border-bottom: 1px solid rgba(255,255,255,0.2); background: transparent !important;}
			#main_schedule .calendar_table thead th:first-child { color: #fff !important;}
			#main_schedule .calendar_table thead th:last-child { color: #fff !important;}
			
			#main_schedule .calendar_table tbody td { width: 14%; height: 50px; vertical-align: top; cursor: pointer; z-index: 9; text-align: center;}
			#main_schedule .calendar_table tbody td .day_text { display: inline-block; overflow: hidden; width: 30px; height: 30px; color: #fff; text-align: center; line-height: 2.2em; border-radius: 50%;}

			#main_schedule .calendar_table tbody td .box { padding: 0 0 0 7px; min-height: 23px; border-top: 1px dotted #ddd;}
			#main_schedule .calendar_table tbody td .box.div_schedule_group1 { border-top: none;}
			#main_schedule .calendar_table tbody td .box.div_schedule_group1 a { color: #666; font-weight: normal;}
			#main_schedule .calendar_table tbody td .div_schedule_list { height: 20px;} /*상세내용 높이값*/
			#main_schedule .calendar_table tbody td .div_schedule_list a { display: inline-block; width: 125px; height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top;}
			#main_schedule .calendar_table tbody td .div_schedule_list a { font-weight: 400; font-size: 12.5px; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-weight: normal; color: #888 !important; line-height: 12px; letter-spacing: 0;}
			#main_schedule .calendar_table tbody td .div_schedule_list img { display: inline-block; padding: 2px 0 0; vertical-align: top;}
			#main_schedule .calendar_table tbody td .div_schedule_list b { font-size: 12px; line-height: 12px; vertical-align: top;}

			#main_schedule .calendar_table tbody td .div_schedule_list:last-child { padding: 0 0 2px;}
			#main_schedule .calendar_table tbody td.bg_default { background: transparent !important;} /* 기본 */
			#main_schedule .calendar_table tbody td.bg_today { background: transparent !important;} /* 오늘 */
			#main_schedule .calendar_table tbody td.bg_today .day_text { background: #555;}
			#main_schedule .calendar_table tbody td.bg_select { background: transparent !important;} /* 선택 */
			#main_schedule .calendar_table tbody td.bg_select .day_text { background: #416fff;}
			#main_schedule .calendar_table tbody td.bg_noneday { background: transparent !important; cursor: inherit;} /* 공일 */
			#main_schedule .calendar_table tbody td.list .day_status { margin: 0 auto; width: 80%; border-top: 2px solid #000;}

		/* 일정 */
		#main_schedule #view_schedule .schedule_list_area {}

	


	/* 사용후기 모음 */
	#view_item_use { margin:0 auto; max-width: 1230px;}
	#view_item_use ol { /*margin-left: -15px; margin-right: -15px;*/ padding:0; list-style:none;}
	#view_item_use ol:after {display:block;visibility:hidden;clear:both;content:""}
	#view_item_use li { float: left; position:relative; padding:0 15px; width: calc(100%/4);}
	#view_item_use li:after {display:block;visibility:hidden;clear:both;content:""}
	#view_item_use .sps_section { padding: 20px; width: 100%; border-radius: 30px; box-shadow:0 1px 10px rgba(0,0,0,.1);}
	#view_item_use .sps_section .sps_rv_tit { overflow: hidden; display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; font-size:1.2em;font-weight:bold;}
	#view_item_use .sps_section .sps_rv_content { display: block; height: 80px; word-break: keep-all;}

	#view_item_use .sps_img {position:absolute;top:15px;left:15px}
	#view_item_use .sps_img_inner {float:left;position:relative}
	#view_item_use .sps_img a span {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#view_item_use .sps_img .prd_detail {position:absolute;right:0;bottom:0;border:0;color:#fff;background:#078601;width:34px;height:34px;text-align:center;opacity:0.8}
	#view_item_use .sps_img .prd_detail:hover {opacity:1}

	#view_item_use .review_detail_cnt {display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;background:rgba(0,0,0,0.1)}
	#view_item_use .review_detail_in {position:absolute;top:50%;left:50%;width:590px;max-height:450px;background:#fff;text-align:left;margin-left:-300px;margin-top:-180px;overflow-y:auto;border-radius:3px;border:1px solid #dde7e9;background:#fff;border-radius:3px}
	#view_item_use .review_detail_in h3 {padding:15px;border-bottom:1px solid #e8e8e8;font-size:1.4em}
	#view_item_use .review_cnt {padding:25px}
	#view_item_use .rd_cls {position:absolute;top:0;right:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

	#view_item_use .review_tp_cnt {position:relative;padding:0 0 10px;margin-bottom:15px;border-bottom:1px solid #f1f1f1}
	#view_item_use .review_tp_cnt>span {font-size:1.2em;display:block}
	#view_item_use .review_tp_cnt:after {display:block;visibility:hidden;clear:both;content:""}
	#view_item_use .review_tp_cnt .sps_opt_btn_more {position:absolute;top:0;right:0;border:0;padding:5px 5px 5px 10px;background:#fff;color:#c4c8cb;font-size:1.4em}
	#view_item_use .review_tp_cnt .sps_opt_li {display:none;position:absolute;top:40px;right:0;border:1px solid #b8bfc4}
	#view_item_use .review_tp_cnt .sps_opt_li:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
	#view_item_use .review_tp_cnt .sps_opt_li:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
	#view_item_use .review_tp_cnt .sps_opt_li li {border-bottom:1px solid #f1f1f1;padding:10px !important;color:#6b757c}

	#view_item_use .review_summ {background:#fcfcfc;border:2px solid #efeff1;padding:10px}
	#view_item_use .review_bt_cnt {margin:15px 0}

	#view_item_use .sps_reply {margin-top:10px;padding-top:10px;border-top:1px dotted #bbb}
	#view_item_use .sps_reply .sps_img {text-align:right;width:70px}
	#view_item_use .sps_reply .sps_section h2 {background:url('./img/use_reply.png') no-repeat 0 0;text-indent:30px;line-height:1.5em}

	#view_item_use dl {margin:5px 0}
	#view_item_use dl:after {display:block;visibility:hidden;clear:both;content:""}
	#view_item_use dt {float:left}
	#view_item_use dd {float:left;margin:0 10px 0 0;color:#999}
	#view_item_use dd img {position:relative;top:-2px}

	#view_item_use .sps_section {float:left;width:100%;}
	#view_item_use .sps_section .sps_pd_name {display:block;color:#3a8afd;padding:10px 0 5px}
	#view_item_use .sps_section .sps_rv_thum {position:absolute;top:15px;right:15px}
	#view_item_use .sps_section p {padding:0;width:100%}
	#view_item_use .sps_con_full {padding:0;height:auto !important}
	#view_item_use .sps_con_btn {clear:both;margin:5px 0}
	#view_item_use .sps_con_btn:after {display:block;visibility:hidden;clear:both;content:""}
	#view_item_use .sps_con_btn .sps_dl {float:left}
	#view_item_use .sps_con_btn button.review_detail {float:right;border-radius:3px;border:1px solid #d4d6db;color:#666;font-size:0.92em;padding:5px 7px;background:#fff}
	#view_item_use .sps_con_btn button.review_detail:hover {background:#6b99ee;border-color:#6b99ee;color:#fff}



	/* 메인 관련사이트 배너 */
	#area_sitelink { padding: 20px 0 0; width: 100%; height: 105px; box-sizing: border-box; background-color: #fff;}
	#area_sitelink section { position: relative; margin: 0 auto; max-width: 1300px; }
	#area_sitelink section .tit { float: left; margin: 10px 0 0; min-width:100px; width: 11%; height: 50px; font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-size: 20px; color: #666; line-height: 1em; letter-spacing: -0.07em; border-right: 1px solid #e8e8e8;}
	#area_sitelink .bx-wrapper { float: right; width: 87%;max-width:calc(100% - 100px) !important; }
	#area_sitelink .list { margin-right: 2px; width: 185px !important; float:left;}
	#area_sitelink .list ,
	#area_sitelink .list > a { height: 68px;}
	#area_sitelink .list > a { display: block;}
	#area_sitelink .list > a.click_n { cursor: unset;}
	#area_sitelink .list > a img {}
	#area_sitelink .list .nolist { background: url('/theme/basic/img/common/nolist.png') center no-repeat;}

	#area_sitelink .bx-controls { overflow:hidden; clear:both; text-align:center;}
	#area_sitelink .bx-controls-direction { }
	#area_sitelink .bx-controls-direction a, 
	#area_sitelink .bx-controls-auto a { position: absolute; top: 40px; display: block; width: 21px; height: 21px;}
	#area_sitelink .bx-controls-auto a { left: 58px;}
	#area_sitelink .bx-controls-direction a.bx-prev { text-indent : -99999px; overflow: hidden; left: 0; background: url('/theme/basic/img/main/sitelink_btn_prev.png') center no-repeat;}
	#area_sitelink .bx-controls-direction a.bx-next { text-indent : -99999px; overflow: hidden; left: 23px; background: url('/theme/basic/img/main/sitelink_btn_next.png') center no-repeat;}	
	#area_sitelink .bx-controls-auto a.bx-start { text-indent : -99999px; overflow: hidden; background: url('/theme/basic/img/main/sitelink_btn_start.png') center no-repeat;}
	#area_sitelink .bx-controls-auto a.bx-stop { text-indent : -99999px; overflow: hidden; background: url('/theme/basic/img/main/sitelink_btn_stop.png') center no-repeat;}
	#area_sitelink .bx-pager { display: none;}


	/* 메인 슬라이드 배너 - 팝업용 */
	#main_slider1 {position: relative; margin: 0 auto; width: 510px; max-width:300px; }
	#main_slider1 .list { width: 100%; /*background-size: cover;*/ background-position: 50% 50%; background-repeat: no-repeat;} /* 슬라이드 배너 이미지 영역 */
	#main_slider1 .bx-wrapper,
	#main_slider1 .bx-viewport,
	#main_slider1 #view_slider1,
	#main_slider1 .view_slider1_wr {height: 285px !important;}
	#main_slider1 #view_slider1.nolist,
	#main_slider1 .view_slider1_wr.nolist {height: 100px !important;}
	#main_slider1 .list > a { display: block; width: 100%; height: 100%;}
	#main_slider1 .list img { width: 100%; object-fit: contain; height: 285px;}
	#main_slider1 .list > a .text_area { overflow: hidden; height: 100%; text-indent: -9999px;}
	#main_slider1 .nlist_slider1list { font-family:'S-CoreDream', sans-serif, 'Malgun Gothic', dotum; font-weight: 800; font-size: 2em; color: rgba(255,255,255,0.5); text-align: center; line-height: 11.5em;}

	#main_slider1 .bx-controls { overflow:hidden; clear:both; text-align:center;}
	#main_slider1 .bx-controls-direction { }
	#main_slider1 .bx-controls-direction a,
	#main_slider1 .bx-controls-auto a { position: absolute; bottom: 5px; display: block; width: 35px; height: 35px; background-color: rgba(0,0,0,0.5);}
	#main_slider1 .bx-controls-auto a { right: 41px;}
	#main_slider1 .bx-controls-direction a.bx-prev { text-indent : -99999px; overflow: hidden; right: 77px; background: url('/theme/basic/img/main/slide_btn_prev.png') center no-repeat rgba(0,0,0,0.5);}
	#main_slider1 .bx-controls-direction a.bx-next { text-indent : -99999px; overflow: hidden; right: 5px; background: url('/theme/basic/img/main/slide_btn_next.png') center no-repeat rgba(0,0,0,0.5);}	
	#main_slider1 .bx-controls-auto a.bx-start { text-indent : -99999px; overflow: hidden; background: url('/theme/basic/img/main/slide_btn_start.png') center no-repeat rgba(0,0,0,0.5);}
	#main_slider1 .bx-controls-auto a.bx-stop { text-indent : -99999px; overflow: hidden; background: url('/theme/basic/img/main/slide_btn_stop.png') center no-repeat rgba(0,0,0,0.5);}	
	#main_slider1 .bx-pager { display:inline-block; position: absolute; top: 7px; right: 4px; width: 100%; text-align: right;}
	#main_slider1 .bx-pager-item { display:inline-block; margin: 0 4px; text-align: center;}
	#main_slider1 .bx-pager-item a {display:inline-block; width: 12px; height: 12px; border-radius: 50%; background-color:rgba(0,0,0,0.2); overflow: hidden; text-indent: -9999px;}
	#main_slider1 .bx-pager-item a.active { background: #93d5f4;}

/* 플로팅 메뉴 시작 */
.floating_btn_wrap {width: 48px;height: 48px;position: fixed;z-index: 1000;-webkit-transition: visibility 0.5s, opacity 0.5s;transition: visibility 0.5s, opacity 0.5s;visibility: visible;line-height: 1.15;}
.pc .floating_btn_wrap {bottom: 20px;right: 20px;}
.mobile .floating_btn_wrap {bottom: 60px;right: 10px;}
.floating_btn_wrap:before {content: "";-webkit-transition: opacity 0.3s;transition: opacity 0.3s;opacity: 0;background-color: #000;}
/*.floating_btn_wrap button,.floating_btn_wrap ul,.floating_btn_wrap li,.floating_btn_wrap a {width: 100%;height: 100%;border-radius: 50%;}*/
/*.floating_btn_wrap button {width: 100%;height: 100%;border-radius: 50%;-webkit-transform: rotate(315deg);transform: rotate(315deg);-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);background-image: url("/theme/basic/img/floating-close.svg");background-repeat: no-repeat;background-position: center;background-color: #4195f5;z-index: 9999;display: block;text-indent: -9999em;white-space: nowrap;overflow: hidden;position: absolute;cursor: pointer;}*/
.floating_btn_wrap button {width: 100%;height: 100%;border-radius: 50%;-webkit-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);background-color: #4195f5;z-index: 9999;display: flex;align-items: center;justify-content: center;text-indent: -9999em;white-space: nowrap;overflow: hidden;position: absolute;cursor: pointer;}
.floating_btn_wrap button:before,
.floating_btn_wrap button:after {content:'';position: absolute;border-radius: 50px;background-color: #c9d6df;transition: ease 0.3s all;}
.floating_btn_wrap button:before {width: 2px;height: 20px;transform:translate(-50%,-50%); left:50%; top:50%;}
.floating_btn_wrap button:after {width: 20px;height: 2px;transform:translate(-50%,-50%); left:50%; top:50%;}
.floating_btn_wrap ul,.floating_btn_wrap li {position: absolute;width: 100%;height: 100%;right: 0px;border-radius: 50%;}
.floating_btn_wrap ul {display: none;z-index: 1;}
.floating_btn_wrap li {-webkit-transform: translateY(0);transform: translateY(0);}
.floating_btn_wrap a {width: 100%;height: 100%;border-radius: 50%;display:block;padding: 12px 9px;-webkit-box-sizing: border-box;box-sizing: border-box;color: #333;font-size: 12px;background-color: #fff;text-align: center;}
.floating_btn_wrap .view_status {visibility: hidden;transition: opacity 0.3s;opacity: 0;}
.floating_btn_wrap .view_status_ptd {display: table-cell;text-align: center;vertical-align: middle;}
.floating_btn_wrap .view_status_body {position: relative;display: inline-block;background-color: white;}
.floating_btn_wrap .btn_floating_attend1.active {}
.floating_btn_wrap .btn_floating_attend1.inactive {cursor: unset;}
.floating_btn_wrap .btn_floating_attend2.active {}
.floating_btn_wrap .btn_floating_attend2.inactive {cursor: unset;}


.floating_on .floating_btn_wrap:before {width: 100%;height: 100%;position: fixed;top: 0;left: 0;opacity: 0.75;}
.floating_on .floating_btn_wrap ul {display: block;}
.floating_on .floating_btn_wrap .view_status {visibility: visible;position:fixed;display: table;font-size:20px;width:100%;height:100%;top:0;left:0;opacity: 1;}
.floating_on .floating_btn_wrap button {-webkit-transform: rotate(315deg);transform: rotate(315deg;)}
.floating_on .floating_btn_wrap li:nth-child(1) {-webkit-transform: translateY(-178px);transform: translateY(-178px);-webkit-animation-duration: 0.45s;animation-duration: 0.45s;-webkit-animation-name: floating_1;animation-name: floating_1;}
.floating_on .floating_btn_wrap li:nth-child(2) {-webkit-transform: translateY(-120px);transform: translateY(-120px);-webkit-animation-duration: 0.3s;animation-duration: 0.3s;-webkit-animation-name: floating_2;animation-name: floating_2;}
.floating_on .floating_btn_wrap li:nth-child(3) {-webkit-transform: translateY(-61px);transform: translateY(-61px);-webkit-animation-duration: 0.15s;animation-duration: 0.15s;-webkit-animation-name: floating_3;animation-name: floating_3}

@-webkit-keyframes floating_1 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	33.3333% {
		-webkit-transform: translateY(-61px);
		transform: translateY(-61px)
	}
	66.6666% {
		-webkit-transform: translateY(-120px);
		transform: translateY(-120px)
	}
	100% {
		-webkit-transform: translateY(-178px);
		transform: translateY(-178px)
	}
}
@keyframes floating_1 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	33.3333% {
		-webkit-transform: translateY(-61px);
		transform: translateY(-61px)
	}
	66.6666% {
		-webkit-transform: translateY(-120px);
		transform: translateY(-120px)
	}
	100% {
		-webkit-transform: translateY(-178px);
		transform: translateY(-178px)
	}
}
@-webkit-keyframes floating_2 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-61px);
		transform: translateY(-61px)
	}
	100% {
		-webkit-transform: translateY(-120px);
		transform: translateY(-120px)
	}
}
@keyframes floating_2 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-61px);
		transform: translateY(-61px)
	}
	100% {
		-webkit-transform: translateY(-120px);
		transform: translateY(-120px)
	}
}
@-webkit-keyframes floating_3 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-61px);
		transform: translateY(-61px)
	}
}
@keyframes floating_3 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-61px);
		transform: translateY(-61px)
	}
}
/* 플로팅 메뉴 끝 */

/*탭 영역*/
.tab_area ul.tabs{margin: 0px;padding: 0px;list-style: none;}
.tab_area ul.tabs li{background: none;color: #222;display: inline-block;padding: 10px 15px;cursor: pointer;}
.tab_area ul.tabs li.active{background: #ededed;color: #222;}
.tab_area .tab_content{display: none;background: #ededed;padding: 15px;}
.tab_area .tab_content.active{display: inherit;}

/* accordion 시작 */
	#accordion1_area {margin: 5%;display: flex;justify-content: center;align-items: center;}
	/* depth_1 시작*/
		#accordion1_area .accordion_depth.depth_1 {width: 100%;max-width: 600px;min-width: 300px;position: relative;}
		/* shadow */
		#accordion1_area .accordion_depth.depth_1:before {content:'';position: absolute;width: calc(100% - 30px);height: 100%;margin: 0;left: 15px;background-color: transparent;top: 0px;box-shadow: 0px 20px 40px #52616b;opacity: 0.2;  z-index: -1;transition: ease-in-out 0.6s all;}
		#accordion1_area .accordion_depth.depth_1:hover.accordion_depth:before {box-shadow: 0px 40px 90px #52616b;}
		#accordion1_area .accordion_box.depth_1 {list-style: none;margin:0;padding: 0;background-color: white;border-radius: 3px;}
		#accordion1_area .accordion_title.depth_1 {padding: 20px; position: relative;margin: 0;font-size: 18px;font-weight: 500;letter-spacing: 0.8px;color: #52616b;transition: ease-in-out 0.2s all;cursor: pointer;}
		#accordion1_area .accordion_title.depth_1:hover {padding-left: 25px;} 
		/* Accordion Item line */
		#accordion1_area .accordion_title.depth_1:before,
		#accordion1_area .accordion_title.depth_1:after {content:'';position: absolute;height: 2px;border-radius: 50px;transition: ease-in-out 0.6s all;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;}
		#accordion1_area .accordion_title.depth_1:before {width: 100%;background-color: #c9d6df;}
		#accordion1_area .accordion_title.depth_1:after {background-image: linear-gradient(90deg, #52616b, #c9d6df);width: 0%;}
		#accordion1_area .accordion_title.depth_1:hover:after {width: 100%;}
		/* Accordion Item line - Active */
		#accordion1_area .accordion_title.depth_1.active:after {content:'';position: absolute;height: 2px;border-radius: 50px;transition: ease-in-out 0.6s all;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;}
		#accordion1_area .accordion_title.depth_1.active:after {background-image: linear-gradient(90deg, #52616b, #c9d6df);width: 100%;}
		/* Accordion Item Icon  */
		#accordion1_area .accordion_icon.depth_1 {float: right;width: 30px;height: 30px;position:relative;display: flex;margin-top: -3px;align-items: center;justify-content: center;}
		#accordion1_area .accordion_icon.depth_1:before,
		#accordion1_area .accordion_icon.depth_1:after {content:'';position: absolute;border-radius: 50px;background-color: #c9d6df;transition: ease 0.3s all;}
		#accordion1_area .accordion_icon.depth_1:before {width: 2px;height: 20px;left:14px;top:5px;}
		#accordion1_area .accordion_icon.depth_1:after {width: 20px;height: 2px;transform:translate(-50%,-50%); left:50%; top:50%;}
		#accordion1_area .accordion_title.depth_1:hover .accordion_icon:before,
		#accordion1_area .accordion_title.depth_1:hover .accordion_icon:after {background-color: #52616b;}
		#accordion1_area .accordion_icon.depth_1.anime.accordion_icon:before {transform: rotate(90deg);}
		/* Text Content */
		#accordion1_area .accordion_content.depth_1 {opacity: 0;height: 0;padding: 0px 20px;position: relative;line-height: 24px;font-size: 16px;font-weight: 200;transition: all 0.6s cubic-bezier(.42,.2,.08,1);overflow: hidden;background-color: #f0f5f9;letter-spacing: 0.5px;}
		/* Text Content - Class for JS to hide and show */
		#accordion1_area .accordion_content.depth_1.show {opacity: 1;height: auto;padding: 25px 20px;position: relative;z-index: 0;border-radius: 0px 0px 3px 3px;}
	/* depth_1 끝*/

	/* depth_2 시작*/
		#accordion1_area .accordion_depth.depth_2 {width: 100%;max-width: 600px;min-width: 300px;position: relative;}
		/* shadow */
		#accordion1_area .accordion_depth.depth_2:before {content:'';position: absolute;width: calc(100% - 30px);height: 100%;margin: 0;left: 15px;background-color: transparent;top: 0px;box-shadow: 0px 20px 40px #52616b;opacity: 0.2;  z-index: -1;transition: ease-in-out 0.6s all;}
		#accordion1_area .accordion_depth.depth_2:hover.accordion_depth:before {box-shadow: 0px 40px 90px #52616b;}
		#accordion1_area .accordion_box.depth_2 {list-style: none;margin:0;padding: 0;background-color: white;border-radius: 3px;}
		#accordion1_area .accordion_title.depth_2 {padding: 20px; position: relative;margin: 0;font-size: 18px;font-weight: 500;letter-spacing: 0.8px;color: #52616b;transition: ease-in-out 0.2s all;cursor: pointer;}
		#accordion1_area .accordion_title.depth_2:hover {padding-left: 25px;} 
		/* Accordion Item line */
		#accordion1_area .accordion_title.depth_2:before,
		#accordion1_area .accordion_title.depth_2:after {content:'';position: absolute;height: 2px;border-radius: 50px;transition: ease-in-out 0.6s all;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;}
		#accordion1_area .accordion_title.depth_2:before {width: 100%;background-color: #c9d6df;}
		#accordion1_area .accordion_title.depth_2:after {background-image: linear-gradient(90deg, #52616b, #c9d6df);width: 0%;}
		#accordion1_area .accordion_title.depth_2:hover:after {width: 100%;}
		/* Accordion Item line - Active */
		#accordion1_area .accordion_title.depth_2.active:after {content:'';position: absolute;height: 2px;border-radius: 50px;transition: ease-in-out 0.6s all;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;}
		#accordion1_area .accordion_title.depth_2.active:after {background-image: linear-gradient(90deg, #52616b, #c9d6df);width: 100%;}
		/* Accordion Item Icon  */
		#accordion1_area .accordion_icon.depth_2 {float: right;width: 30px;height: 30px;position:relative;display: flex;margin-top: -3px;align-items: center;justify-content: center;}
		#accordion1_area .accordion_icon.depth_2:before,
		#accordion1_area .accordion_icon.depth_2:after {content:'';position: absolute;border-radius: 50px;background-color: #c9d6df;transition: ease 0.3s all;}
		#accordion1_area .accordion_icon.depth_2:before {width: 2px;height: 20px;left:14px;top:5px;}
		#accordion1_area .accordion_icon.depth_2:after {width: 20px;height: 2px;transform:translate(-50%,-50%); left:50%; top:50%;}
		#accordion1_area .accordion_title.depth_2:hover .accordion_icon:before,
		#accordion1_area .accordion_title.depth_2:hover .accordion_icon:after {background-color: #52616b;}
		#accordion1_area .accordion_icon.depth_2.anime.accordion_icon:before {transform: rotate(90deg);}
		/* Text Content */
		#accordion1_area .accordion_content.depth_2 {opacity: 0;height: 0;padding: 0px 20px;position: relative;line-height: 24px;font-size: 16px;font-weight: 200;transition: all 0.6s cubic-bezier(.42,.2,.08,1);overflow: hidden;background-color: #f0f5f9;letter-spacing: 0.5px;}
		/* Text Content - Class for JS to hide and show */
		#accordion1_area .accordion_content.depth_2.show {opacity: 1;height: auto;padding: 25px 20px;position: relative;z-index: 0;border-radius: 0px 0px 3px 3px;}
	/* depth_2 끝*/
/* accordion 끝 */

/* 메인 지도 */
	#main_map {width:100%;}
	#main_map #view_map svg {width:100%;}
	
	#main_map #view_map .map_gwangju_list_child .map_gwangju_list_child_img {opacity:0.6;transition: all 0.3s;stroke:#fff;stroke-width: 5;stroke-linecap: round;stroke-linejoin: round;stroke-miterlimit: 10;}
	#main_map #view_map .map_gwangju_list_child:hover .map_gwangju_list_child_img {opacity:1;transform: scale(1.015);transform-origin:center center;stroke:#ff0000;}

	#main_map #view_map .map_gwangju_donggu_img		{fill:#9ec1e5;}
	#main_map #view_map .map_gwangju_seogu_img		{fill:#e9d2aa;}
	#main_map #view_map .map_gwangju_namgu_img		{fill:#8aedd9;}
	#main_map #view_map .map_gwangju_bukgu_img		{fill:#efbfd7;}
	#main_map #view_map .map_gwangju_gwangsan_img	{fill:#d0bff0;}

	#main_map #view_map .map_gwangju_list_child .map_gwangju_list_child_title_text {font-size:35px;transition: all 0.3s;}
	#main_map #view_map .map_gwangju_list_child:hover .map_gwangju_list_child_title_text {transform: scale(1.015);transform-origin:50% 50%;}

	#main_map #view_map .map_jeonnam_list_child_img {fill:#f7f7f7;stroke-width: 0;}
	#main_map #view_map .map_jeonnam_list_child_title {display:none;}
	#main_map #view_map .map_jeonnam_list_child_title_text {font-size:35px;fill:#b8b8b8;}
	

/* 메인 갤러리 */
	#main_gallery .section_inner_part_box { max-width: 600px; margin: 0 auto; font-size: 0px;}
	#main_gallery .main_title { display:inline-block; padding-bottom: 10px;}
	#main_gallery .main_title h1{display:inline-block; color: #222; font-size: 30px; font-weight: 600;}
	#main_gallery .main_title .sub_title { color:#fff; font-size: 20px; padding-left: 20px;}
	#main_gallery .gallery_more_button { display:inline-block; float: right;}
	#main_gallery .gallery_box { display:inline-block; width: 32%; margin-right: 2%;}
	#main_gallery .gallery_box:last-child { margin-right: 0px;}
	#main_gallery .gallery_box a .gallery_img { width: 100%; height: 216px; background-size: cover; background-position: center center;}
	#main_gallery .gallery_box a:hover .board_title { color: #ff0080; transition-duration: 0.3s;}
	#main_gallery .gallery_button_text { padding: 5% 0px; background:#fff; color: #444; font-size: 18px; font-weight: 500;}
	#main_gallery .gallery_button_text .board_title { overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition-duration: 0.3s;}
	#main_gallery .gallery_button_text .board_date { font-weight: 400; padding-top: 7%;}

/* 공통 */
	/* tour_exe_day */
		body.sub_part_tour_exe_day {background: #ffffff;padding:10px;}

/* 투어 : type001 */
	/* 공통 */
		.tour_system_type001 #container {background-color: #b8def3;}
		.tour_system_type001 .zone_type001 {display: flex;flex-direction: column;margin:0px;padding:0px;height:100%;}
		.tour_system_type001 .zone_type001 .head_box {position: relative;}
		.tour_system_type001 .zone_type001 .head_box .head_bg {position: relative;width:100%;}
		.tour_system_type001 .zone_type001 .body_box {flex:1;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;align-items: center;flex-direction: column;position: relative;}
		.tour_system_type001 .zone_type001 .tail_box {position: relative;}
		.tour_system_type001 .zone_type001 .tail_box .tail_bg {width:100%;}
		.tour_system_type001 .zone_type001 .cst_radiobox_area,
		.tour_system_type001 .zone_type001 .cst_checkbox_area {display: inline-block;margin-right: 10px;}
		.tour_system_type001 .zone_type001 .cst_radiobox {margin-top: 2px;}

		.tour_system_type001 .btn_text_copy_bg_type1 {color: #254af0;font-weight: 500;font-size: 13px;margin-left: 10px;background-image:url(/theme/basic/img/tour/type001/btn_text_copy_bg.png);background-size: auto;background-position: 0% 30%;background-repeat: no-repeat;padding-left: 14px;}

	/* main */
		.tour_system_type001 .main_zone .body_box .title_box {position: relative;margin: 0px 0px 5% 0px;width: 40%;}
		.tour_system_type001 .main_zone .body_box .title_box .title_bg {display: block;margin: 0 auto;width: 100%;}
		.tour_system_type001 .main_zone .body_box .main_box {position: relative;margin: 0px 0px 50px 0px;width: 55%;}
		.tour_system_type001 .main_zone .body_box .main_box .btn_start_bg {display: block;margin: 0 auto;width: 100%;}


	/* login */
		.tour_system_type001 .login_zone .head_box {display:none;}
		.tour_system_type001 .login_zone .body_box .title_box {position: relative;margin: 0px 0px 0px 0px;width: auto;}
		.tour_system_type001 .login_zone .body_box .title_box .title_bg {display: block;margin: 0 auto;width: 100%;}
		.tour_system_type001 .login_zone .body_box .login_box {position: relative;margin: 0px 0px 0px 0px;}
		.tour_system_type001 .login_zone .body_box .login_box .mbskin {margin:0 auto;}
		.tour_system_type001 .login_zone .body_box .login_box .mbskin .mb_log_cate h2 {display: none;padding: 0px;width: 100%;text-align: center;font-weight: 600;color: #000000;}
		.tour_system_type001 .login_zone .body_box .login_box .mbskin .mbskin_box {border: 0px solid #dde7e9;background: #00fff000;}
		.tour_system_type001 .login_zone .body_box .login_box .mbskin #login_info .login_if_auto label {font-size: 16px;}
		.tour_system_type001 .login_zone .body_box .login_box .mbskin #login_info .login_if_auto .chk_box input[type="checkbox"] + label span {margin: 2px 0px 0px 0px;}
		.tour_system_type001 .login_zone .body_box .login_box #mb_login #login_fs .frm_input {border-radius: 8px;border-bottom: 0px solid #555;width: 100%;padding: 24px;font-size: 16px;}
		.tour_system_type001 .login_zone .body_box .login_box #mb_login #login_fs .btn_area {margin-top: 2%;}
		.tour_system_type001 .login_zone .body_box .login_box #mb_login #login_fs .btn_area:after {content: "";display: block;clear: both;}
		.tour_system_type001 .login_zone .body_box .login_box #mb_login #login_fs .btn_submit,
		.tour_system_type001 .login_zone .body_box .login_box #mb_login #login_fs .join {background-image:url(/theme/basic/img/btn_login_type1.png);width: 49%;height: 100%;background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;display: inline-block;background-color: #3a8afd00;margin: 0px 0px 0px 0%;padding: 5% 0px;font-weight: 300;font-size: 20px;color: #ffffff;float: left;}
		.tour_system_type001 .login_zone .body_box .login_box #mb_login #login_fs .join {margin-right:2%;}


	/* 회원가입 */
		.tour_system_type001 .register_form_zone .head_box {display:none;}
		.tour_system_type001 .register_form_zone .body_box .title_box {display:none;}
		.tour_system_type001 .register_form_zone .body_box .register_form_box {width:100%;}
		.tour_system_type001 .register_form_zone .tail_box {display:none;}

	
	/* 회원가입 완료 */
		.tour_system_type001 .register_result_zone .head_box {display:none;}
		.tour_system_type001 .register_result_zone .body_box .title_box {display:none;}
		.tour_system_type001 .register_result_zone .body_box .register_result_box {width:100%;}
		.tour_system_type001 .register_result_zone .tail_box {display:none;}


	/* 회원 비밀번호 확인 */
		.tour_system_type001 .member_confirm_zone .head_box {display:none;}
		.tour_system_type001 .member_confirm_zone .body_box .title_box {display:none;}
		.tour_system_type001 .member_confirm_zone .body_box .member_confirm_box {display: flex;flex-direction: column;height: 100%;width: 100%;}
		.tour_system_type001 .member_confirm_zone .tail_box {display:none;}


	/* 등록 완료 페이지 */
		.tour_system_type001 .tour_w_result_zone {background-color: #ffffff;}
		.tour_system_type001 .tour_w_result_zone .head_box {display:none;}
		.tour_system_type001 .tour_w_result_zone .body_box .title_box {display:none;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box {width:100%;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .rpul_box {width:100%;display: flex;flex-direction: column;align-items: center;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .rpul_box .tour_add_first_ok_1_bg {display: block;margin: 0 auto;width: 100%;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .rpul_box .rpul_title_bg {display: block;margin: 0 auto;width: 45%;max-width: 90%;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .rpul_box .text_box {width:90%;max-width: 450px;margin: 30px 0px 0px 0px;font-size: 18px;font-weight: 600;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .rpul_box .text_box_lw {position: relative;margin: 0px 0px 30px 40px;word-break: keep-all;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .rpul_box .text_box_lw .lw_word {position: absolute;left: -40px;top: 2px;display: inline-block;margin: -6px 8px 0px 0px;vertical-align: middle;border: 0px solid;border-radius: 50%;border-style: solid;border-color: #f12a20;background-image:url(/theme/basic/img/tour/type001/tour_w_result_zone_lw_word_bg.png);width: 30px;height: 30px;background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .btn_box {text-align: center;margin-bottom: 40px;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .btn_box .btn_ok {display: inline-block;background-color: #7bb900;color: #ffffff;font-size: 23px;font-weight: 600;padding: 8px 15px 6px 10px;border-radius: 4px;}
		.tour_system_type001 .tour_w_result_zone .body_box .tour_w_result_box .btn_box .btn_ok_icon {margin-top: -6px;}
		.tour_system_type001 .tour_w_result_zone .tail_box {display:none;}