*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* -webkit-tap-highlight-color: rgba(0,0,0,0.05); */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,
body
{
	max-width: 640px;
	margin: 0 auto;
	height: 100%;
}

body
{
	font-family: 'Roboto', 'Iropke Batang';
	font-size: 15px;
	color: #333;
	line-height: 1;
	letter-spacing: -0.04em;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

a
{
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

a:hover,
a:active
{
	/*color: inherit;*/
	text-decoration: none;
}

table
{
	width:100%;
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
}

caption
{
	display:none;
}

img,
fieldset
{
	border: none;
}

ul
{
	list-style: none;
}

address
{
	font-style: normal;
}

legend
{
	display: none;
}

input,
select,
textarea,
button
{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: 'Roboto', 'Iropke Batang';
}

button
{
	background: none;
}

.objectFit img {
	object-fit:cover;
	width:100%;
	height:100%;
}

.objectFitIE {
	background-size:cover;
	background-position:center center;
}

.objectFitIE img {
	opacity:0;
}


select
{
   -webkit-appearance:none !important;
   -moz-appearance:none !important;
   background:url(/assets/images/common/select.png) no-repeat right center !important;
   background-size:20px 5px !important;
   /* background-position:95% 50% !important; */
   background-repeat:no-repeat !important
}


select::-ms-expand
{
   display:none !important;
}

.radio_show
{
	-webkit-appearance:auto;
}


.textAL
{
	text-align: left !important;
}

.textAC
{
	text-align: center !important;
}

.textAR
{
	text-align: right !important;
}

.textCut
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.clearfix:after
{
	clear: both;
	content: '';
	display: block;
}

.hide
{
	display: none !important;
}


.layout
{
	position: relative;
}


.wrap
{
	position: relative;
	padding-top: 50px;
}

/* input box color */
input
{
	outline-style: none;
	transition:all .3s;
}

input:focus, select:focus, textarea:focus{
	outline:none;
}
@-webkit-keyframes autofill
{
	0%,100%
	{
		color: #28313b;
		background: #f5efec;
	}
}
input:-webkit-autofill
{
	-webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
	-webkit-box-shadow:0 0 0 30px #f5efec inset;
    -webkit-text-fill-color:#333;
}


.section_01
{
	padding-bottom:100px;
	padding-left:20px;
	padding-right:20px;
}


/* top_wrap */
.top
{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
	height: 50px;
	background: #9b3c4c;
	overflow: hidden;
	padding: 0 15px;
	transition:all .3s;
	max-width: 640px;
}


/* top_wrap */
.top h1
{
	font-family:'Iropke Batang';
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	padding-top: 16px;
}
.top h1 .center_link
{
	display:inline-block;
	width:calc(100% - 70px);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:0 10px;
}

.top a:not(.center_link)
{
	position: absolute;
	top: 50%;
	margin-top: -9.6px;
}
.top a.left
{
	left: 15px;
	font-size: 13px;
	color: #fff;
}
.top a.right
{
	right: 15px;
	font-size: 15px;
	color: #fff;
	transition:all .3s;
}
.top a.left img,
.top a.right img
{
	width: 19px;
}
.top a.right_02
{
	right:48px
}
.top a.right_02 span.new
{
	position:absolute;
	top:-5px;
	right:-9px;
	width:15px;
	height:15px;
	background:#ff162f;
	border-radius:100%;
	color:#fff;
	text-align:center;
	font-size:8px;
	color:#fff;
	line-height:11px;
	text-indent:-0.5px;
}
.top a.right_03 span.new
{
	position:absolute;
	top:-5px;
	right:-9px;
	width:15px;
	height:15px;
	background:#ff162f;
	border-radius:100%;
	color:#fff;
	text-align:center;
	font-size:8px;
	color:#fff;
	line-height:11px;
	text-indent:-0.5px;
}
.top a.right_02 img.noti_icon
{
	width:17px;
}

.top a span
{
	display: block;
	padding-top: 2.4px;
}


.top a.com_hide_click
{
	right:0;
	padding:0 15px;
	margin-top:-9px;
}
.click_link
{
	display:none;
	position:fixed;
	top:42px;
	right:calc(50% - 306px);
	padding:15px 17px 15px 15px;
	background:#fff;
	z-index:1001;
	box-shadow:1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
}
.click_link a
{
	display:block;
	font-size:15px;
	color:#333333;
	margin-bottom:12px;
	transition:all .3s;
}
.click_link a:last-child
{
	margin-bottom:0;
}
.click_link a:hover
{
	color:#9b3c4c
}



/* bottom_wrap */
div.bottom_wrap
{
	position: fixed; /* 키보드호출시 하단 고정 */
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	height: 55px;
	background: #343434;
	padding: 0 20px;
	max-width: 640px;
}
div.bottom_wrap ul li
{
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 9px;
	cursor: pointer;
}
div.bottom_wrap ul li a
{
	position: relative;
	display: inline-block;
}
div.bottom_wrap a.active:before
{
	content: '';
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 115px;
	height: 15px;
	background: url(/assets/images/common/bottom_active.png) no-repeat;
	background-size: 115px;

}
div.bottom_wrap a img
{
	width: 19px;
}
div.bottom_wrap a span
{
	display: block;
	font-size: 12px;
	opacity: .5;
	color: #fff;
	margin-top: 3px;
}
div.bottom_wrap a.active span
{
	opacity:1;
}
div.bottom_wrap a span.new
{
	position: absolute;
	top: -3px;
	right: -8px;
	font-weight: 500;
	color: #fff;
	background: #ff162f;
	opacity: 1;
	margin-top: 0;
	font-size: 9px;
	width: 16px;
	height: 16px;
	line-height: 17.6px;
	border-radius: 100%;
	text-indent: -1px;
}
div.bottom_wrap li.event_new a span.new
{
	right:2px;
}
_:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root div.bottom_wrap a span.new
{
	line-height: 16px;
}




/* 가로모드 전환 시 안내 메시지 */
/* #warning-message
{
	display: none;
}
@media only screen and (orientation:portrait)
{
	#warning-message
	{
		display: none;
	}
}
@media only screen and (orientation:landscape)
{
	.wrap
	{
		display: none;
	}
	#warning-message
	{
		display: block;
	}
} */

.c_bottom_btn
{
	position: relative;
	display: table;
	text-align: center;
	margin:40px auto 0;
	padding: 9px 25px 10px 36px;
	font-family: 'Iropke Batang';
	font-size: 16px;
	color: #fff;
	background: #7e736d;
	border-radius: 150px;
	transition: all .3s;
	font-family: 'Roboto', 'Iropke Batang';
}
.c_bottom_btn i
{
	position: absolute;
	top: 9px;
	left: 16px;
	font-size: 16px;
}
.c_bottom_btn.active
{
	background:#fff;
	color:#9b3c4c
}
.c_bottom_btn.active i
{
	color:#9b3c4c
} 


/* hide_layer */
#hide_wrapper
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	max-width: 640px;
}
.hide_bg
{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	max-width: 640px;
	z-index: 1001;
}
.hide_layer
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* max-width: 600px; */
	padding: 20px 20px 38px;
	background: #fff;
	border-radius: 10px;
	z-index: 1002;
	width: 100%;
	max-width: calc(600px - 40px);
}
.hide_layer h2
{
	font-size: 16px;
	color: #333333;
}
.hide_layer i.close_layer
{
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
}
.hide_layer p
{
	margin: 29px 0 27px;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	text-align: center;
}
.hide_layer p span
{
	word-break: break-word;
	letter-spacing: 0;
}
.hide_layer div
{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.hide_layer div.text_wrap textarea
{
	width: 100%;
	padding: 10px 12px;
	background-color: #f5efec !important;
	border-radius: 3px;
	font-size: 14px;
	color: #000;
	border: 1px solid #cbc3bf;
	margin: 12px 0 20px;
	min-height: 150px;
}
.hide_layer div a
{
	position: relative;
	display: inline-block;
	width: 87px;
	padding: 9px 0;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #9b3c4c;
	border-radius: 150px;
	margin:0 1px;
}
.hide_layer div.type01 a:nth-child(1)
{
	background:#7e736d;
}
.hide_layer div.type02 a:nth-child(2)
{
	background:#7e736d
}
.hide_layer div.type02 a
{
	padding:9px 0 9px 10px;
}
.hide_layer div.type01 a i
{
	display:none;
}
.hide_layer div.type02 a i
{
	position: absolute;
	top: 8px;
	left: 16px;
	left: 15px;
	font-size: 16px;
}

@media screen and (max-width:600px)
{
	.hide_layer
	{
		max-width: inherit;
		width: calc(100% - 40px);
	}
}



/* checkbox */
div.chk input[type="checkbox"],
div.chk_type2 input[type="checkbox"]
{
	display:none;
}
div.chk input[type="checkbox"] + label,
div.chk_type2 input[type="checkbox"] + label
{
	cursor:pointer;
}
div.chk input[type="checkbox"] + label span
{
	background:transparent url(/assets/images/common/check.png) no-repeat center center;
	background-size:18px;
	display:inline-block;
	width:30px;
	height:30px;
	border:1px solid #d9d9d9;
	border-radius:100%;
	vertical-align:middle;
	cursor:pointer;
	margin-right:5px;
	transition:all .2s;
}
div.chk input[type="checkbox"] + label span.no_txt
{
	margin-right:0;
}
div.chk input[type="checkbox"]:checked + label span
{
	background:#fff url(/assets/images/common/check_ok.png) no-repeat center center;
	background-size:18px;
	cursor:pointer;
	border-color: #fff;
}

div.chk_type2 input[type="checkbox"] + label span
{
	background:transparent url(/assets/images/common/check.png) no-repeat center center;
	background-size:15px;
	display:inline-block;
	width:19px;
	height:19px;
	background:#fff;
	border-radius:2px;
	border:1px solid #dddddd
}
div.chk_type2 input[type="checkbox"]:checked + label span
{
	background:#9b3c4c url(/assets/images/common/check.png) no-repeat center center;
	background-size:15px;
	border:1px solid #923948;
}



/* radio */
.radio input[type="radio"]
{
	display:none
}
.radio ul li
{
	color:#666;
	font-size:13px;
	letter-spacing:-0.05em;
}
.radio ul li label
{
	margin-right:10px;
	cursor:pointer;
}
.radio input[type="radio"] + label span
{
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid #cccccc;
	border-radius:3px;
	vertical-align:middle;
	cursor:pointer;
	border-radius:100%;
	position:relative;
	vertical-align:-5px;
	background:#fff;
	margin-right:5px;
}
.radio input[type="radio"]:checked + label span
{
	position:relative;
	/* background:url(/images/user/order/checked.png) no-repeat center center;
	background-size:8px */
	border:1px solid #9b3c4c;
}
.radio input[type="radio"]:checked + label span:after
{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:8px;
	height:8px;
	background:#9b3c4c;
	border-radius:100%;
}


/* switch */
.switch
{
	position:relative;
	display:inline-block;
	width:35px;
	height:20px;
}
.switch input
{
	opacity:0;
	width:0;
	height:0;
}
.slider
{
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#d0c4be;
	-webkit-transition:.4s;
	transition:.4s;
	border-radius:150px;
}
.slider:before
{
	position:absolute;
	content:"";
	width:16px;
	height:16px;
	left:2px;
	bottom:2px;
	background-color:#eee5e0;
	-webkit-transition:.4s;
	transition:.4s;
	border-radius:150px;
}
input:checked + .slider
{
	background-color:#9b3c4c;
}
/* input:focus + .slider
{
	box-shadow:0 0 1px #f7cb45;
} */
.switch input:checked + .slider:before
{
	left:-5px;
	-webkit-transform:translateX(22px);
	-ms-transform:translateX(22px);
	transform:translateX(22px);
}
/* Rounded sliders */
.slider.round
{
	border-radius:34px;
}
.slider.round:before
{
	border-radius:50%;
}


/* input , select, textarea */
.input_style
{
	width:100%;
	padding:10px 12px;
	background-color:#f5efec !important;
	border-radius:3px;
	font-size:14px;
	color:#000;
	border:1px solid #cbc3bf;
}
.input_style::placeholder
{
	color:#cbc3bf;
}

/* input type file > customerize */
.file label
{
	display:inline-block
}
.file input[type="file"]
{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}



/* 2depth Menu */
.top_2depth
{
	position:fixed;
	top:50px;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	height:41px;
	background:transparent;
	border-bottom:1px solid rgba(255,255,255,0.1);
	/* z-index:10; */
	z-index:101;
	padding:0 15px;
	max-width:640px;
	transition:all .3s;
}
.top_2depth .menu_click
{
	position:absolute;
	top:14px;
}
.top_2depth .menu_click span
{
	display:block;
	width:19px;
	height:1px;
	background:#fff;
	position:relative;
	z-index:11;
	transition:all .3s;
}
.top_2depth .menu_click span:nth-child(2)
{
	margin:5px 0;
}
.top_2depth ul
{
	height:100%;
	margin-left:36px;
}
.top_2depth ul li
{
	position:relative;
	height:100%;
	float:left;
	margin-right:20px;
}
.top_2depth ul li.active:after
{
	content:'';
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
}
.top_2depth.active ul li.active:after,
.top_2depth.s_active ul li.active:after
{
	display:none;
}
.top_2depth ul li.new:before
{
	content:'';
	position:absolute;
	top:10px;
	right:-8px;
	width:4px;
	height:4px;
	background:#ff162f;
	border-radius:100%;
}
.top_2depth ul li:last-child
{
	margin-right:0;
}
.top_2depth ul li a
{
	display:block;
	padding-top:14px;
	height:100%; 
	font-size:15px;
	color:#fff;
	transition:all .3s;
}
.top_2depth div.t2_right
{
	position:absolute;
	top:13px;
	right:15px;
}
.top_2depth div.t2_right a
{
	display:inline-block;
	margin-left:11px;
}
.top_2depth div.t2_right a:first-child
{
	margin-left:0;
}
.top_2depth div.t2_right a img
{
	width:15px;
}
.top_2depth div.t2_right a img:nth-child(2)
{
	display:none;
}

.top_2depth.active,
.top_2depth.type_02.s_active
{
	top:0;
	background:#fff;
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.05);
	/* border-bottom:1px solid rgba(0,0,0,0.05); */
}
.top_2depth_search.active input::placeholder
{
	color:#ddd
}
.top_2depth.gal_type.s_border
{
	/* box-shadow:inherit; */
	/* border-bottom:1px solid rgba(0,0,0,0.05); */
}
.top_2depth.gal_type.s_border ul li.active:after
{
	display:none;
}
.top_2depth.type_02.s_active
{
	top:50px;
}
.top_2depth.active .menu_click span,
.top_2depth.type_02.s_active .menu_click span
{
	background:#333333;
}
.top_2depth.active ul li a,
.top_2depth.type_02.s_active ul li a
{
	color:#333;
}
.top_2depth.active div a img:nth-child(1),
.top_2depth.type_02.s_active div a img:nth-child(1)
{
	display:none;
}
.top_2depth.active div a img:nth-child(2),
.top_2depth.type_02.s_active div a img:nth-child(2)
{
	display:block;
}

.top_2depth.scroll_up
{
	top:50px;
}

.top_2depth .hide_choice
{
	position:absolute;
	bottom:-117px;
	right:15px;
	width:80px;
	background:#fff;
	text-align:center;
	padding:13px 0;
	display:none;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.05);
	z-index:1;
}
.top_2depth .hide_choice a
{
	position:relative;
	display:block;
	font-size:14px;
	color:#333333;
	margin-bottom:12px;
	padding-right:3px;
}
.top_2depth .hide_choice a:last-child
{
	margin-bottom:0;
}
.top_2depth .hide_choice a.active
{
	color:#9b3c4c
}
.top_2depth .hide_choice a.active:after
{
	content:'';
	position:absolute;
	top:0px;
	right:15px;
	width:4px;
	height:4px;
	background:#9b3c4c;
	border-radius:100%;
}



/* gallery common */
.top_2depth.gal_type
{
	background:#fff;
	/*border-bottom:1px solid #d6cec9;*/
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
}
.top_2depth.gal_type:after
{
	content:'';
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	height:1px;
	background:#e2d9d5;
	display: none;
}
.top_2depth.gal_type .menu_click span
{
	background:#333333;
}
.top_2depth.gal_type ul li a
{
	color:#333;
}
.top_2depth.gal_type div a img:nth-child(1)
{
	display:none;
}
.top_2depth.gal_type div a img:nth-child(2)
{
	display:block !important;
}
.list_type.gal_type
{
	padding:42px 0 50px;
}



/* hide_menu */
.m_hide_bg
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1000;
}
.m_hide_menu
{
	position:fixed;
	top:0;
	left:-100%;
	width:calc(100% - 50px);
	height:100%;
	background:#fff;
	z-index:1001;
	transition:all .3s;
}
.m_hide_menu .hide_close
{
	position:absolute;
	top:0;
	right:-50px;
	width:50px;
	height:50px;
	background:#fff;
	text-align:center;
}
.m_hide_menu .hide_close img
{
	width:14px;
	padding-top:17px;
}
.m_hide_menu .top_fixed_menu
{
	position:fixed;
	top:0;
	left:-100%;
	width:calc(100% - 90px);
	z-index:1;
	background:#fff;
	transition:all .3s;
	padding-bottom:20px;
}
.m_hide_menu .scroll_wrap
{
	position:relative;
	width:100%;
	height:100%;
	overflow-y:auto;
	padding:0 20px;
}
.m_hide_menu .m_hide_top
{
	position:relative;
	width:100%;
	margin:20px 0;
	overflow:hidden;
}
.m_hide_menu .m_hide_top .left
{
	position:relative;
	width:50%;
	float:left;
}
.m_hide_menu .m_hide_top .left .image_wrap
{
	position:relative;
	width:36px;
	height:36px;
	border-radius:100%;
	overflow:hidden;
	float:left;
	
}
.m_hide_menu .m_hide_top .left .image_wrap::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:95%;
	height:95%;
	border:1px solid rgba(0,0,0,0.05);
	border-radius: 100%;
}
.m_hide_menu .m_hide_top .left .image_wrap img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.m_hide_menu .m_hide_top .left .text_wrap
{
	float:left;
	width:calc(100% - 36px);
	padding:2px 0 0 7px;
}
.m_hide_menu .m_hide_top .left .text_wrap h3
{
	font-size:15px;
	color:#333333;
	display:block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.m_hide_menu .m_hide_top .left .text_wrap span
{
	display:block;
	font-size:12px;
	margin-top:3px;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#666;
}


.m_hide_menu .m_hide_top .right
{
	position:relative;
	width:50%;
	float:right;
	padding-top:8px;
}
.m_hide_menu .m_hide_top .right a
{
	float:right;
	display:block;
	font-size:12px;
	width:76px;
	padding:5.4px 0 4.2px;
	border:1px solid #e4e4e4;
	border-radius:5px;
	text-align:center;
}
.m_hide_menu .m_hide_top .right a i
{
	font-size:15px;
	vertical-align:middle;
	margin-right:1px;
	margin-top: -1.4px;
	text-indent: -1px;
}
.m_hide_menu ul.menu li
{
	float:left;
	width:25%;
	text-align:center;
}
.m_hide_menu ul.menu li a
{
	display:block;
}
.m_hide_menu ul.menu li a img
{
	width:24px;
}
.m_hide_menu ul.menu li a span
{
	position:relative;
	display:table;
	font-size:13px;
	color:#333333;
	margin:7px auto 0;
}
.m_hide_menu ul.menu li.active span:before
{
	content:'';
	position:absolute;
	top:-3px;
	left:-6px;
	width:4px;
	height:4px;
	background:#ff162f;
	border-radius:100%;
}

.up
{
	position:relative;
	width:100%;
	padding:20px 0;
	text-align:center;
}
.up i
{
	transform:rotate(-90deg)
}


/* btn */
.btn_style
{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:center;
	padding-top:21px;
}
.btn_style a
{
	display:inline-block;
	font-size:15px;
	color:#fff;
	height:32px;
	border-radius:150px;
	padding:8px 24px 8px 20px;
	margin:0 5px;
}
.btn_style a.type1
{
	background:#9b3c4c
}
.btn_style a.type2
{
	background:#7e736d
}
.btn_style i
{
	font-size:15px;
	vertical-align:-2px;
}



/* toggle_wrap_type1 */
/* toggle.toggle_wrap_type1 */
.toggle_wrap.toggle_wrap_type1
{
	padding-top:121px;
}
.toggle_wrap.toggle_wrap_type1 > ul
{
	margin-top:20px;
}
.toggle_wrap.toggle_wrap_type1 > ul > li > div:not(.chk)
{
	display:none;
}
.toggle_wrap.toggle_wrap_type1 > ul > li:first-child > div:not(.chk)
{
	display:block;
}
.toggle_wrap.toggle_wrap_type1 > ul > li
{
	position:relative;
	border-top:1px solid #f2f2f2;
}
.toggle_wrap.toggle_wrap_type1 > ul > li > a
{
	display:block;
	padding:14px 0;
	color:#9e9e9e;
	font-size:15px;
}
.toggle_wrap.toggle_wrap_type1 > ul > li .toggle_arrow
{
	width:11px;
	position:absolute;
	top:19px;
	right:0;
	transform:rotate(180deg);
	transition:all .3s;
}
.toggle_wrap.toggle_wrap_type1 > ul > li.active .toggle_arrow
{
	transform:rotate(0deg);
}
.toggle_wrap.toggle_wrap_type1 > ul > li ul
{
	border-top:1px solid #f2f2f2;
	background:#fafafa;
	padding:20px 27px;
}
.toggle_wrap.toggle_wrap_type1 > ul > li ul > li
{
	position:relative;
	margin-bottom:13px;
}
.toggle_wrap.toggle_wrap_type1 > ul > li ul > li:before
{
	content:'';
	position:absolute;
	top:9px;
	left:-12px;
	width:7px;
	height:1px;
	background:#a1a1a1
}
.toggle_wrap.toggle_wrap_type1 > ul > li ul > li:after
{
	content:'';
	position:absolute;
	top:2px;
	left:-12px;
	width:1px;
	height:7px;
	background:#a1a1a1
}
.toggle_wrap.toggle_wrap_type1 > ul > li ul > li:last-child
{
	margin-bottom:0;
}
.toggle_wrap.toggle_wrap_type1 > ul > li ul > li > a
{
	display:block;
	font-size:15px;
	color:#333333;
}
.toggle_wrap.toggle_wrap_type1 > ul > li ul > li > a span.to_new
{
	display:inline-block;
	width:13px;
	height:13px;
	background:#ff162f;
	border-radius:100%;
	font-size:6px;
	text-align:center;
	line-height:13px;
	color:#fff;
	margin-left:3px;
	vertical-align:2px;
	text-indent: -1px;
}

.top_2depth_search
{
	position:fixed;
	top:90px;
	left:50%;
	width:100%;
	height:0;
	max-width:640px;
	z-index:100;
	transition:all .3s;
	overflow:hidden;
	transform:translateX(-50%);
}
.top_2depth_search.active
{
	max-width:640px;
	top:90px !important;
	height:45px;
	border-bottom: 1px solid rgba(189, 176, 176, 0.1);
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.05);
}
.top_2depth_search.active:after
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#ddd5d0
}
.top_2depth_search.active_s:after,
.top_2depth_search.type_02:after
{
	background:#eee;
}
.top_2depth_search.up
{
	top:40px;
}
.top_2depth_search input
{
	position:relative;
	width:100%;
	height:100%;
	background:#eee5e0;
	font-size:14px;
	color:#000;
	border:0;
	padding:0 50px 1px 15px;
	transition:all .3s;
}
.top_2depth_search.type_02 input
{
	background:#fff !important;
}
.top_2depth_search input::placeholder
{
	color:#cbc3bf;
}
.top_2depth_search a
{
	position:absolute;
	top:0px;
	right:0;
	padding:14px 18px;
	display:none;
}
.top_2depth_search a img
{
	width:15px;
}


/* user image_wrap */
.common_image_wrap
{
	position:relative;
	width:42px;
	height:42px;
	border-radius:100%;
	background:#d0c4be;
	/* border:1px solid rgba(0,0,0,0.05); */
	overflow:hidden;
	float:left;
}
.common_image_wrap img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.common_image_wrap img.no_img
{
	width:16px;
	height:auto;
	text-align:center;
	margin:0 auto;
	display:block;
	padding-top:11.4px;
}


/* no_data */
p.no_data
{
	font-size:16px;
	text-align:center;
	color:rgba(0,0,0,0.14);
}
p.no_data i
{
	font-size:24px;
	display:block;
	margin-bottom:10px;
	transform:rotate(180deg);
	color:rgba(0,0,0,0.08);
}


/* datepicker */
.ui-widget-header
{
	background:#7e736d;
	color:#fff;
}
.ui-datepicker .ui-datepicker-title span
{
	color:#fff;
	font-size: 17px;
	font-family: 'Roboto';
	font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span
{
	display:none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next
{
	width:8px;
	height:15px;
	top:14px;
}
.ui-datepicker .ui-datepicker-prev
{
	left:15px;
}
.ui-datepicker .ui-datepicker-next
{
	right: 15px;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after
{
	content:'';
	width:10px;
	height:1px;
	background-color:#fff;
	position: absolute;
	top:50%;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-prev:after
{
	transform-origin: 0 0;
	left: 0;
}
.ui-datepicker .ui-datepicker-prev:before
{
	transform:rotate(-45deg);
}
.ui-datepicker .ui-datepicker-prev:after
{
	transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after
{
	transform-origin: 100% 0;
	right: 0;
}
.ui-datepicker .ui-datepicker-next:before
{
	transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-next:after
{
	transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-header
{
	padding:10px 0;
	height:65px;
	margin-bottom:-30px;
	border:none;
}
.ui-datepicker table
{
	position: relative;
}
.ui-datepicker th span
{
	color:#fff;
	font-size: 12px;
	font-family: 'S-CoreDream-4Regular';
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active
{
	background:transparent;
	text-align:center;
	border:none;
}
.ui-widget.ui-widget-content
{
	position: absolute !important;
	/* top:370px !important; */
	width:310px;
	border:none;
	padding:5px 5px 15px;
	border-radius:10px;
	/* top:50% !important;
	left:50% !important;
	transform:translate(-50%, -50%);
	z-index: 100 !important; */
}
.ui-datepicker td span,
.ui-datepicker td a
{
	padding:11px 0 9px;
	font-size: 14px;
	font-family: 'Roboto';
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active
{
	color:#000;
}
.ui-state-active
{
	color:#fff !important;
	position: relative;
}
.ui-state-active:before
{
	content:'';
	width:30px;
	height:30px;
	border-radius:100%;
	background-color:#9b3c4c;
	position: absolute;
	top:50%;
	left:50%;
	z-index: -1;
	transform:translate(-50%, -50%);
}
.ui-datepicker select
{
	background:url(/assets/images/common/select_white.png) no-repeat 91.5% center !important;
	background-size:10px !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year
{
	width:calc(50% - 18px);
	font-family:'Roboto', 'Iropke Batang';
	border:1px solid rgba(255,255,255,0.5);
	padding:2px 8px;
	border-radius:150px;
	color:#fff;
}
.ui-datepicker select.ui-datepicker-year
{
	margin-right:10px;
}
.ui-datepicker select.ui-datepicker-month
{
	margin-left:10px;
}
.ui-datepicker select option
{
	color:#000;
}




/* New Menu */
.top a.left.new_menu_wrap span
{
	padding:0;
	position:absolute;
	top:-4px;
	right:-13px;
	font-size:12px;
	background:#ff162f;
	/* display:block; */
	display:none;
	width:19px;
	height:19px;
	text-align:center;
	line-height:19px;
	border-radius:100%;
}

.new_menu_bg
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1000;
}
.new_menu_layer
{
	position:fixed;
	top:0;
	left:-100%;
	/* left:0; */
	width:calc(100% - 50px);
	height:100%;
	background:#9b3c4c;
	z-index:1001;
	transition:all .3s;
}
.new_menu_layer:after {
	content:'';
	position:absolute;
	top:117px;
	right:0;
	width:calc(100% - 281px);
	height:10px;
	background:transparent;
	z-index:15;
}
.new_menu_layer.active
{
	left:0;
}
.new_menu_layer .new_close
{
	position:absolute;
	top:0;
	right:-50px;
}
.new_menu_layer .new_close img
{
	width:50px;
}
.new_user_info
{
	position:relative;
	width:100%;
	height:76px;
	padding:19px 20px 0 20px;
	overflow:hidden;
	display:block;
}
.new_user_info > a
{
	display:inline-block;
}
.new_user_info .image_wrap
{
	position:absolute;
	top:21px;
	width:36px;
	height:36px;
	border-radius:100%;
}
.new_user_info .image_wrap img
{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:100%;
}
.new_user_info .text_wrap
{
	padding:5px 0 0 45px;
	display:inline-block;
}
.new_user_info .text_wrap span
{
	display:block;
}
.new_user_info .text_wrap span.user_name
{
	font-size:15px;
	color:#fff;
	margin-bottom:4px;
}
.new_user_info .text_wrap span.user_name2
{
	font-size:12px;
	color:#fff;
	opacity:.6;
}
.new_user_info .link_wrap
{
	float:right;
	padding:10px 5px 0 0;
}
.new_user_info .link_wrap a
{
	position:relative;
	display:inline-block;
}
.new_user_info .link_wrap .home img
{
	width:19px;
}
.new_user_info .link_wrap .noti
{
	margin-left:18px;
}
.new_user_info .link_wrap a:last-child
{
	margin-left:21px;
}
.new_user_info .link_wrap .noti img
{
	width:16px;
}
.new_user_info .link_wrap .noti span
{
	display:inline-block;
	/* display:none; */
	width:19px;
	height:19px;
	background:#426956;
	border-radius:100%;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:19px;
	position:absolute;
	top:-7px;
	right:-12px;
}
.user_link
{
	position:relative;
	border-top:1px solid rgba(0,0,0,0.05);
	overflow-x:auto;
}
.user_link:after
{
	display:none;
	content:'';
	position:absolute;
	top:-1px;
	right:0;
	width:37px;
	height:41px;
	background:url(/assets/images/common/menu_right.png) no-repeat center center;
	background-size:37px;
}
.user_link:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.05);
}
.user_link ul
{
	width:max-content;
	padding-right:30px;
	border-bottom:10px solid #fff;
}
.user_link ul li
{
	position:relative;
	float:left;
	height:40px;
	font-size:15px;
	color:#ffffff;
	margin-left:20px;
	padding:13px 0;
}
.user_link ul li:after
{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	width:0;
	height:0;
	border-top:10px solid #9b3c4c;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	z-index:1;
	opacity:0;
	transition:all .3s;
}
.user_link ul li.active:after
{
	opacity:1;
	bottom:-10px;
}
.user_contents
{
	position:relative;
	width:100%;
	/* height:calc(100% - 116px); */
	height:100%;
	background:#fff;
}
.user_contents .u_common
{
	display:none;
	height:calc(100% - 147px);
	overflow-y:auto;
	transition:all .3s;
	margin-top:-10px;
	padding:10px 0 40px;
}
.user_contents .u_common.active
{
	display:block;
}
.user_contents .u_common.u_he
{
	height:calc(100% - 21px);
}
.user_contents #data-u1 h2
{
	font-size:18px;
	color:#333333;
	line-height:1.4;
	text-align:center;
	padding:36px 0 20px;
}
.user_contents #data-u1 .info
{
	position:relative;
	width:calc(100% - 40px);
	padding:43px 0;
	text-align:center;
	border:4px solid #f4f4f4;
	border-radius:10px;
	margin:0 20px;
}
.user_contents #data-u1 .info h3
{
	font-size:22px;
	color:#333333;
	font-weight:bold;
}
.user_contents #data-u1 .info h4
{
	display:inline-block;
	margin:8px 0 20px;
	font-size:14px;
	color:#333333;
	border:1px solid #666666;
	border-radius:150px;
	padding:3px 13px;
	background:#fff;
}
.user_contents #data-u1 .info span
{
	display:block;
	font-size:14px;
	color:#999999;
}
.user_contents #data-u1 .barcode
{
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:20px 20px 50px;
	background:#313944;
	transition:all .3s;
	z-index:1;
}
.user_contents #data-u1 .barcode.active
{
	/* padding:20px 20px 200px; */
	bottom:-126px;
}

.user_contents #data-u1 .barcode .bar_on
{
	position:absolute;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	width:46px;
	height:46px;
	background:#313944;
	border-radius:100%;
	color:#fff;
	font-size:24px;
	text-align:center;
	padding-top:7px;
	transition:all .3s;
	cursor:pointer;
}
.user_contents #data-u1 .barcode.active .bar_on
{
	transform:translateX(-50%) rotate(180deg);
	padding-top:16px;
}
.user_contents #data-u1 .barcode .bar_info
{
	position:relative;
	text-align:center;
	z-index:1;
}
.user_contents #data-u1 .barcode .bar_info img.bar_logo
{
	width:14px;
	display:inline-block;
	vertical-align:-3px;
	margin-right:4px;
}
.user_contents #data-u1 .barcode .bar_info span.bar_site
{
	display:inline-block;
	font-size:13px;
	color:#fff;
}
.user_contents #data-u1 .barcode .bar_info img.bar_code
{
	display:block;
	width:229px;
	max-width:100%;
	margin:12px auto 0;
}
.user_contents #data-u1 .barcode .bar_info span.bar_num
{
	display:block;
	margin-top:11px;
	font-size:12px;
	color:#ffffff;
	letter-spacing:0.1em;
	text-align:center;
}
.user_contents #data-u1 .barcode .bar_info #bcTarget2
{
	margin:12px auto 0;
}
.user_contents #data-u1 .barcode .bar_info #bcTarget2 div:last-child
{
	background-color:transparent !important;
	color:#fff !important;
	text-align:center;
	font-size:13px !important;
	margin-top:0 !important;
	position:absolute;
	bottom:-22px;
	left:50%;
	transform:translateX(-50%);
	letter-spacing:0.1em;
}

.user_contents #data-u2
{
	position:relative;
	width:100%;
	height:100%;
	padding:29px 20px
}
.user_contents #data-u2 ul
{
	display:flex;
	flex-flow:row wrap;
	width:calc(100% + 26px);
	margin-left:-13px;
}
.user_contents #data-u2 ul li
{
	flex:1 1 calc(25% - 26px);
	width:calc(25% - 26px);
	max-width:calc(25% - 26px);
	margin:0 13px;
	margin-bottom:20px;
	text-align:center;
}
.user_contents #data-u2 ul li:nth-child(4n)
{
	margin-right:0;
}
.user_contents #data-u2 ul li a
{
	display:block;
}
.user_contents #data-u2 ul li a img
{
	width:48px;
	display:block;
	margin:0 auto
}
.user_contents #data-u2 ul li a span
{
	display:block;
	font-size:13px;
	color:#333333;
	margin-top:6px;
	text-align:center;
	line-height:1.4;
}


.app_bg
{
	display:none;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	max-width:640px;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.75);
	z-index:1000;
}
.app_layer
{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	max-width:640px;
	z-index:1001;
	text-align:center;
}
.app_layer .logo
{
	width:54px;
}
.app_layer h2
{
	margin:17px 0 32px;
	font-size:20px;
	color:#ffffff;
	line-height:1.5;
}
.app_layer a.app_open
{
	display:table;
	margin:0 auto;
	width:180px;
	background:#a84152;
	color:#fff;
	border-radius:150px;
	padding:11px 2px 12px 0;
}
.app_layer a.app_open span
{
	vertical-align:-4px;
	font-size:18px;
	margin-right:2px;
}
.app_layer span.app_layer_close
{
	position:relative;
	display:inline-block;
	margin-top:42px;
	color:#fff;
	font-size:15px;
	letter-spacing:0;
}
.app_layer span.app_layer_close:after
{
	content:'';
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:1px;
	background:#fff;
	cursor:pointer;
}






/* media */
@media screen and (max-width:1024px)
{
	.app_bg,
	.app_layer
	{
		display:block;
	}
}

@media screen and (max-width:640px)
{
	body
	{
		background:#eee5e0 !important
	}
	.click_link
	{
		right:14px;
	}
}




/* IE8 */
@media \0screen {
	.top
	{
		position:fixed;
		top:0;
		left:0;
	}
	.top h1
	{
		position:relative;
		left:0;
	}
	.top a.left
	{
		position:absolute;
		top:14px
	}
	.top a.right
	{
		position:absolute;
		top:14px;
	}
	.top a.new_menu_wrap.left
	{
		margin-top:0 !important;
	}
	.section_02 .s2_background .inner_txt
	{
		width:88% !important
	}

}



.bottom_fixed
{
	position:relative;
	width:100%;
	/* height:40px; */
	/* background:#7e736d; */
	background:#eee5e0;
	max-width:640px;
	/* border-top:1px solid rgba(0,0,0,0.07); */
	/* z-index:1000; */
	text-align:center;
	padding:10px 0 90px;
}
.bottom_fixed ul li a
{
	display:block;
	color:#333;
	font-size:15px;
	padding:10px 0;
}
.bottom_fixed ul li a i
{
	font-size:17px;
	color:#9b3c4c;
	vertical-align:-4px;
	
}