@charset "UTF-8";

 /* 
공통
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html { 
	width: 100%;
	font-size: 13px;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='search'],
select,
textarea {
	font-family: 'Noto Sans KR', Sans-serif;
	font-size: 13px;
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none; /*iphon font-size error*/
  }
}
body {
	background-color: #f3f1ee;
	position: relative;
	font-family: 'Noto Sans KR', Sans-serif;
	font-weight: 400;
}
pre.txt-pre {
	font-family: 'Noto Sans KR', Sans-serif;
	font-weight: 400;
	margin: 0;
}
.time_info { 
    font-family: 'Nanum Gothic', 'Sans-serif';
}

.time_info pre { 
	margin: 0;
}

.time_info br { 
	display: block;
	margin: 1px 0;
	line-height: 0;
}

/*max width 595.2px 관련 스타일
/************************************************/
html, body, #wrap { 
    height: 100%;
}

#wrap, #nav,
#fix_bottom,
.selectServiceWrap,
.full-screen.on,
.fs_header, .fs_body { 
	max-width: 595.2px;
	min-width: 319px;
	margin: 0 auto;
}

.thumb_full_wrap,
.card_video_size,
.main-gallery-top,
.sep_wrap .img_box { 
    width: 100%;
    max-height: 320px;
}

.card_csl { 
    max-width: 339px;
	min-width: 140px;
}

.card_csl .sec_img { 
	max-height: 189px;
    min-height: 79px;
}
/************************************************/
 /*from*/
.form-box { 
	display: block;
    margin-bottom: 1rem;
}
.form-box:after { 
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	clear: both;
	content: "";
}
.form-box .checkbox_r_label { 
	width: calc(100% - 25px);
}
.form-box:last-child { 
	margin-bottom: 0;
}
.form-box .selbox { 
	height: auto;
	border: 0;
}
.form-box > .form-label { 
	float: left;
    width: 5rem;
	line-height: 1.5;
	padding-top: 0.375rem;
}
.form-box > .right_sec { 
	float: right;
	width: calc(100% - 5rem);
}
.right_sec .f-col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 3px;
}
.right_sec .f-col.selbox {
	height: 38px;
}
.numfir { 
	min-width: 57px;
}
.right_sec .f-col:last-child { 
	margin-right: 0;
}
.fm_ctrl { 
	display: block;
	width: 100%;
	padding: .47rem .75rem;
	/*font-size: 1rem;*/
	line-height: 1;
	/*color: ;*/
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.fm_ctrl {
	line-height: 1.4;
}
select.fm_ctrl { 
	height: 100%;
	line-height: 1.2;
}
input:read-only { 
	background-color: #ececec;
}

/*input*/
.input_group { 
	position: relative;
	display: table;
	border-collapse: separate;
}

.input_group .fm_ctrl, 
.input_group .input_group_btn { 
	display: table-cell;
}

.input_group .fm_ctrl { 
	position: relative;
	/*z-index: 2;*/
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input_group .fm_ctrl:first-child { 
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input_group_btn { 
	position: relative;
	font-size: 0;
	white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.input_group_btn:last-child > button { 
	position: relative;
	z-index: 2;
	margin-left: -1px;
}

.input_group_btn:last-child> button { 
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* select */
.selbox {
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 40px;
    box-sizing: border-box;
}

.selbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 7px;
    height: 1px;
    margin-top: -1px;
    background-color: #666;
    transform: rotate(45deg);
}

.selbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 7px;
    height: 1px;
    margin-top: -1px;
    background-color: #666;
    transform: rotate(135deg);
}

.selbox .selbox_select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 2em 0 0.5em;
    border: 0;
    background-color: #fff;
	font-size: 1rem;
}


/* button */
button, .btn {
    overflow: visible;
    margin: 0;
	padding: .45rem .75rem;
    background: none;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	font-family: 'Noto Sans KR', Sans-serif;
    font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
    cursor: pointer;
    outline: none;
}

button.btn-small { 
	font-size: 0.95rem;
	padding: .25rem .55rem 0.2rem;
}

button.btn-big,
.btn.btn-big { 
	padding: 0.7rem 1rem;
}

.btn-basic { 
    border: 1px solid #ccc;
    background-color: white;
}

.btn-primary { 
    border-width: 1px;
    border-style: solid;
}

.btn-primary-outline { 
    border: 1px solid #a73439;
    background-color: white;
    color: #a73439;
}

.btn.btn-icon {
    width: 50px;
    height: 50px;
    padding: 9px;
    line-height: 34px;
    font-size: 15pt;
    color: #666666;
    box-sizing: border-box;
	display: table;
}
.btn-icon .icon { 
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}
.btn-bo { 
	/* block one btn*/
	display: block;
	width: 100%;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.2rem;
}
.line_btn_wrap button { 
	border: 1px solid #fff;
}
.line_btn_wrap button { 
	color: #fff;
}
.guick_btn { 
    background-color: #a73439;
	color: #fff;
}

/*table*/
.map-table {
	width: 100%;
}
.map-table > tbody > tr > th, .map-table > tbody > tr > td {
    padding: 0.6em 0rem;
    font-weight: normal;
    text-align: left;
}

/*page edge section*/
.pedg_fixed { 
	position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 200;
    width: 47px;
}

.pedg_fixed.pedg_b { 
	bottom: 5px;
}

.pedg_fixed .item { 
    overflow: hidden;
    width: 37px;
    height: 37px;
	margin-left: auto;
}

.pedg_fixed .item:first-child { 
	margin-bottom: 0.5rem;
}

/*최근본상품*/
.rs_btn > img { 
	height: 100%;
}

/*Go top*/
.gtop { 
	display: none;
    background-color: rgba(255, 255, 255, 0.9);
}

/*table*/
.s_table > tbody > tr > th { 
	text-align: left;
	min-width: 6rem;
	/*font-weight: normal;*/
}

.s_table > tbody > tr > th,
.s_table > tbody > tr > td { 
    padding: 0.3em;
}

/*line*/
.bar_right,
.bar_left { 
	position: relative;
}

.bar_right:after,
.bar_left:before { 
	content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 1em;
    margin-top: -0.5rem;
    background-color: #ccc;
}

.bar_right:after { 
    right: -0.5px;
}

.bar_left:before { 
    left: -0.5px;
}

.bar_bottom { 
	position: relative;
	padding-bottom: 1rem;
}

.bar_bottom:after { 
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}

.bar_scnd .bar_left:before { 
	content: '';
}


/*list*/
.ll_wrap > li { 
	border-bottom: 1px solid #ddd;
}

.ll_wrap > li .ll_tit { 
	padding-bottom: 0.4em;
	font-weight: normal;
}

.ll_wrap > li:first-child { 
	border-top: 1px solid #ddd;
}


/*rolling*/
.rolling_wrap { 
	/*3줄*/
	line-height: 1.4;
	padding: 1rem;
}
.rolling_list { 
	overflow: hidden;
	height: 5rem;
}

.rolling_list > li { 
	height: 5rem;
}

.rolling_list > li address { 
	padding: 0;
}


/*evet box style:이벤트시술 박스*/
.box_evt_wrap { 
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.box_evt_wrap .box_evt:nth-child(odd) { 
	margin-right: 0.5rem;
}

.box_evt { 
	position: relative;
	display: inline-block;
	float: left;
	width: 48%;
    width: calc(50% - 0.25rem);
	margin-bottom: 0.5rem;
	background-color: #fff;
}

.box_evt_wrap .box_evt .box_evt_body { 
	display: block;
}

.ccService.box_evt h6 { 
	font-weight: normal;
}


.tow-ellip { 
	line-height: 1.4em;
	height: 2.8em;
}

.b_tit_sec { 
	padding-bottom: 3.2rem;
}

.bb_sec { 
	/*box bottom section	*/
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

/*이벤트리스트*/
.eventService .b_tit_sec {
	padding-right: 1rem;
}


/*선택*/
.box_evt.choice { 
	border-width: 1px;
	border-style: solid;
}

.box_evt .ch-bedge { 
	bottom: 1rem;
	right: 1rem;
}

.ch-bedge { 
	position: absolute;
}
.check { 
	color: transparent;
}

/*evet box style:일반시술 박스*/
.box_basic_wrap .box_basic { 
	display: block;
	overflow: hidden;
	border-top: 0;
}

.box_basic.border.choice { 
	outline: 1px solid #ff5050;
}

.box_basic > .left { 
	float: left;
}

.box_basic strong { 
	float: right;
}

.ccService.box_basic strong { 
	line-height: 1.7em;
    vertical-align: bottom;
}

.ccService.box_basic strong span.txt_num { 
    vertical-align: bottom;
}

/*box shadow box*/
.sh_box { 
	margin: 0.7rem;
	padding: 1rem;
	background-color: #fff;
}

/*box x border*/
.box_xb { 
    overflow: hidden;
    background-color: #fff;
}

.box_xb > .b_col { 
	float: left;
	width: 50%;
    padding: 1rem;
}

.box_xb a {
	display: block;
	text-align: center;
}

/*titlt*/
.box_tit { 
	padding-bottom: 1rem;
}

.box_tit.line { 
	margin-bottom: 1em;
}

.box_tit + ul { 
	margin-bottom: 2rem;
}
.box_tit + ul:last-child { 
	margin-bottom: 0;
}

/*bedge*/
.top_bedge_wrap { 
	position: relative;
	padding-top: 1.5rem;
}

.top_bedge { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.top_bedge_wrap .p_left { 
	position: absolute;
	top: 0;
	left: 0;
}

.top_bedge_wrap .p_right { 
	position: absolute;
	top: 0;
	right: 0;
}

.label {
    display: inline;
    padding: .35em .55em .35em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

/* 
	helper
*/

.text-center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right;
}

.overHidden {
    overflow: hidden;
}

.hide_txt {
    position: absolute; 
    left: -999em;
}

.btn-height { 
	line-height: 30px;
}

.sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.d-none { 
	display: none;
	width: 0;
	height: 0;
}

.invisible { 
	visibility: hidden;
}

.usn { 
	user-select: none;
}

.m0auto { 
	margin: 0 auto;
}

.mAuto { 
	margin-right: auto !important;
	margin-left: auto !important;
    float: none !important;
}

.m-0 { 
	margin: 0 !important;
}

.mt-0 { 
	margin-top: 0 !important;
}

.mt-1 { 
	margin-top: 0.25rem !important;
}

.mt-2 { 
	margin-top: 0.5rem !important;
}

.mt-3 { 
	margin-top: 1rem !important;
}

.mt-4 { 
	margin-top: 1.5rem !important;
}

.mt-5 { 
	margin-top: 2rem !important;
}

.mb-1 { 
	margin-bottom: 0.25rem !important;
}

.mb-2 { 
	margin-bottom: 0.5rem !important;
}

.mb-3 { 
	margin-bottom: 1rem !important;
}

.mb-4 { 
	margin-bottom: 1.5rem !important;
}

.mb-5 { 
	margin-bottom: 2rem !important;
}

.mr-2 { 
	margin-right: 0.5rem !important;
}

.mr-3 { 
	margin-right: 1rem !important;
}

.ml-1 { 
	margin-left: 0.25rem !important;
}

.ml-3 { 
	margin-left: 1rem !important;
}

.ml-5 { 
	margin-left: 2rem !important;
}

.p-0 { 
	padding: 0 !important;
}

.p-1 { 
	padding: 0.25rem !important;
}

.pt-1 { 
	padding-top: 0.25rem !important;
}

.pt-2 { 
	padding-top: 0.5rem !important;
}

.pt-3 { 
	padding-top: 1rem !important;
}

.pt-5 { 
	padding-top: 2rem !important;
}

.pb-1 { 
	padding-bottom: 0.25rem !important;
}

.pb-2 { 
	padding-bottom: 0.5rem !important;
}

.pb-3 { 
	padding-bottom: 1rem !important;
}

.pb-5 { 
	padding-bottom: 2rem !important;
}

.pl-2 { 
	padding-left: 0.5rem;
}

.pl-3 { 
	padding-left: 1rem;
}

.pl-4 { 
	padding-left: 1.5rem;
}

.pl-5 { 
	padding-left: 2rem;
}

.pr-2 { 
	padding-right: 0.5rem;
}

.pr-3 { 
	padding-right: 1rem;
}

.pr-4 { 
	padding-right: 1.5rem;
}

.pr-5 { 
	padding-right: 2rem;
}

.xy_ws { 
	padding: 2rem;
}

.x_ws { 
	padding-left: 2rem;
	padding-right: 2rem;
}

.y_ws { 
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.rotate270 { 
	transform: rotate(270deg);
}

/*
	valiabled
*/
/*padding*/
.p_inner, .box_evt .box_evt_body, .box_basic, .pk_box_wrap { 
	/*box와 내용 사이의 간격*/
	padding: 1rem;
}

.xy_sp, .dt_tit .h { 
	/*모바일 뷰포트에서 컨텐츠 사이의 간격*/
	padding: 1rem;
}

.x_sp, 
.cl_wp, 
.dt_tit .txt_sub,
.main_tit { 
	padding-right: 1rem;
	padding-left: 1rem;
}

.y_sp { 
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/*margin*/
.m_xy_sp { 
	margin: 1rem;
}

/*radius*/
.radius, .search_box, button, .btn, .fm_ctrl, .card { 
	border-radius: .25rem;
}

.circle { 
	border-radius: 50em !important;
}

.radius-0 { 
	border-radius: 0;
}


/*font*/
.ui-datepicker.ui-widget .ui-datepicker-title { 
	font-size: 1.8rem;
}

.h1, .dt_tit .h {
	font-size: 1.6rem;
}

.h2 { 
	font-size: 1.5rem;
}

.h3, .card_wide .sec_prc span, .sec_txt_cv .sec_prc span { 
	font-size: 1.4rem;
}

.h4, .card .sec_prc span.txt_num { 
	font-size: 1.35rem;
}

.h5, .card_wide .sec_txt dt { 
	font-size: 1.2rem;
}

.h6 { 
	font-size: 1.1rem;
}

.h1 .txt_num, 
.h3 .txt_num, 
.h4 .txt_num, 
.h5 .txt_num, 
.h6 .txt_num { 
	font-size: 105%;
}

.txt-samll, .txt-small, .label, footer .ft_txt, address { 
	font-size: 0.9rem;
}

/*font Weight*/
.bold { 
	font-weight: 600;
}

.normal { 
	font-weight: normal;
}

/*font family*/
.txt_num { 
	/*font-family: 'CamptonSemiBold', sans-serif;*/
    font-weight: 500;
}

/*txt control*/
.one-ellip { 
	/*1 line ellipsis*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.max-line2 { 
	line-height: 1.4;
	height: 2.8em;
}

.multy-ellip2, .card.horiz .sec_txt .txt_sub { 
	/*2 line ellipsis*/
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */	
	-webkit-box-orient: vertical; 
}

.multy-ellip3 { 
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */	
	-webkit-box-orient: vertical; 
}

.bw { 
	word-break: break-word;
}

.wbka { 
	word-break: keep-all;
}

.wsnwp { 
	white-space: nowrap;
}


/*color*/
.primary {
	color: #a73439;;
}

.primary-bg, 
.btn-primary, 
.btn_wrap .active, 
.closeSelectServie {
    background-color: #a73439;
	color: #fff;
}

.primary-op, .cb_b {
    background-color: rgba(203, 159, 118, 0.09);
}

.primary_border, .btn-primary {
    border-color: #a73439;
}

.ll li.active a { 
	border-bottom: 1px solid #a73439;
}

.primary-outline,
.main-gallery-thumbs .swiper-slide-thumb-active { 
	outline: 2px solid #ffdf00;
}

/*secondary*/
.secondary, .txt_num, .htag_list  { 
	color: #cb9f76;
}

.secondary-bg, .bar_pri.bar_left:before { 
	background-color: #FF9800;
}

.btn-fb { 
	background-color: #cb9f76;
    border: 1px solid #cb9f76;
}

.serAdd_wrap .ac_body,
.cr_popup .tt_price { 
	background-color: rgba(203, 159, 118, 0.09);
}

/*danger*/
.danger, 
.choice .check, 
.tt_wrap .txt_num { 
	color: #a73439;
}

.danger-bg { 
	background-color: #ff5050;
}

.danger-border { 
	border-color: #ff5050;
}

/*green*/
.success-bg { 
	background-color: #4caf50;
}

.white { 
	color: #fff !important;
}

.bg-white { 
	background-color: #fff;
}

/*gray*/
.bg-gray { 
	background-color: #f5f5f5;
}

.gray-2 { 
	background-color: #dadada;
}

.dark_bg {
	background-color: #221e1f;
}

.dark { 
	color: #221e1f !important;
}

.btn-dark { 
	background-color: #221e1f;
	border-color: #221e1f;
	color: #fff !important;
}

body, 
.font_color, 
.card_csl .sec_txt,
.card.horiz .sec_txt { 
	color: #221e1f;
}

.txt_sub, .box_evt p del { 
	/*color: #757575;*/
	opacity: 0.7;
}

del.txt_sub,
del.del_num,
.txt_disabled { 
	color: #757575;
	opacity: 0.7;
}

/*border*/
.border-0 { 
	border: 0 !important;
}

.box_tit.line { 
	border-bottom: 1px solid #eee;
}

.border, .box_evt { 
	border: 1px solid #ddd;
}

.border-t, 
.box_basic_wrap  li:first-child .box_basic, 
.serAdd_wrap .ac_body { 
	border-top: 1px solid #ddd;
}

.border-b, .lbl li, .popup_header.fixed_header { 
	border-bottom: 1px solid #ddd;
}

.box_xb { 
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.f-border { 
	border: 1px solid #ccc;
}

.border.faint { 
	border-color: #e8e8e8;
}

.border-t.dk { 
	border-color: #221e1f;
}

/*shadow*/
.item-shadow { 
	box-shadow: 1px 3px 3px rgba(167, 164, 146, 0.39);
}

.sf-shadow, .sh_box { 
	box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.12);
}

.brand-shadow, .l_sb_wp,
.card_csl, 
.card_csl .sec_txt .circle { 
	box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
	transition: color 200ms cubic-bezier(0.4,0.0,0.2,1),background 200ms cubic-bezier(0.4,0.0,0.2,1),box-shadow 400ms cubic-bezier(0.4,0.0,0.2,1);
}

.card_csl:hover { 
	box-shadow: 0 1px 16px rgba(60,64,67,0.302), 0 4px 16px 3px rgba(60,64,67,0.302)
}

.no_shd,
.no_shd:hover { 
	box-shadow: none;
}


/*transition*/
.selectServiceWrap { 
	transition: color 200ms cubic-bezier(0.4,0.0,0.2,1),background 200ms cubic-bezier(0.4,0.0,0.2,1),box-shadow 400ms cubic-bezier(0.4,0.0,0.2,1);
}

/*width/height*/
.w-100 { 
	width: 100%;
}

.h-100 { 
	height: 100%;
}
.wx-100 { 
	max-width: 100%;
	height: auto !important;
}

/*position*/
.relative { 
	position: relative;
}

.ab100 { 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/*display*/
.d-block, h1 > img { 
	display: block;
}

.d-inblock { 
	display: inline-block;
}

button.d-block { 
	width: 100%;
}

span, footer .line_top a, .card { 
	display: inline-block;
}

/*flex*/
.d-flex, .flex-center,
.card_csl .sec_txt .circle, 
.card .sec_img, .card.horiz, 
.right_sec, 
.thumb_center,
.box_evt_wrap, .c_3, .sstep_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-column { 
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-wrap,
.box_evt_wrap, .c_3 { 
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-items-center, .flex-center,
.card_csl .sec_txt .circle, .card .sec_img, .thumb_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-stretch, .card.horiz { 
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.justify-content-center, .flex-center,
.card_csl .sec_txt .circle, .card .sec_img, .thumb_center  {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.justify-content-sb, .card.horiz { 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/*making position*/
.clear:after { 
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";
}

.clear > .left { 
	float: left;
}

.clear > .right { 
	float: right;
}


.both_end { 
	overflow: hidden;
}

.both_end > .left { 
	float: left;
}

.both_end > .right { 
	float: right;
}

.f_both_end { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f_both_end .right { 
	margin-left: auto;
}

.flex-center .left { 
	min-width: 50%;
    text-align: left;
}

.flex-center .right { 
	min-width: 50%;
	text-align: right;
}

.d-flex .left { 
	-ms-flex: auto;
	flex: auto;
}

/*vertical align*/
.v-top { 
	vertical-align: top;
}

.v-middle { 
	vertical-align: middle;
}

.v-bottom { 
	vertical-align: bottom;
}

/*only mobile*/
a, button { 
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
	-moz-tap-highlight-color: rgba(0,0,0,0.1);
}

.n-click-evt { 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
}

/*swiper pagination bottom*/
.bottom-bullet.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.pb-bullet { 
	margin: 1px;
	padding-bottom: 2rem;
}

/*none info*/
.none_info .tit { 
	width: 60%;
    height: 1rem;
}

.none_info .txt_sub { 
	width: 100%;
    height: 1rem !important;
    margin-top: 1rem;
	opacity: 1;
}

.none_info .sec_prc { 
	width: 80px;
    height: 1rem;
    margin-top: 1.65rem;
}

/* line tab */
.tab {
	overflow: hidden;
    text-align: center;
	user-select: none;
}
.tab > .tab-item {
	display: inline-block;
    padding: 0.6rem 0;
	border-bottom: 2px solid transparent;
	color: #888888;
	cursor: pointer;
	transition: all 0.3s ease-out;
	outline: 0;
}
.tab > .tab-item:hover,
.tab > .tab-item.active {
	color: #2b2b2b;
}
.tab > .tab-item.active {
	border-bottom-color: #a73439;
}
.tab > .tab-item:first-of-type {
	margin-left: 0px;
}
.tab-panel {
	position: relative;
	height: 0;
	outline: 0;
	overflow: hidden;
}
.tab-panel.active {
	height: auto;
    padding-top: 30px;
	overflow: visible;
}


.main_wp_b { 
	margin-top: 55px;
}

.main_tit { 
	margin-top: 1em;
}

.l_sb_wp { 
	position: absolute;
	z-index: 1;
	width: 70%;
	bottom: -25px;
	margin-left: -35%;
	left: 50%;
}

.m_sb .search_box,
.m_sb .search_box input,
.m_sb .search_box .input_group_btn > button { 
	height: 50px;
}

.search_box input { 
	height: 100%;
}

.search_box .input_group_btn > button { 
    width: 50px;
	height: 100%;
	border-width: 1px;
	border-style: solid;
}

.search_box .input_group_btn > button img { 
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

/*col list 2*/
.c_2 { 
	overflow: hidden;
}

.c_2 > li { 
	float: left;
	width: 50%;
}

/*col list-style-type:3*/
.c_3 { 
	overflow: hidden;
}

.c_3  > li { 
	float: left;
    width: 33.33333%;
}

/*col list 2*/
.c_4 { 
	overflow: hidden;
}

.c_4 > li { 
	float: left;
	width: 25%;
}

/*card list wrap*/
.cl_wp > li { 
	padding-bottom: 30px;
}

.cl_wp > li > h3 { 
	line-height: 2em;
}

.ll { 
	background-color: #fff;
	/*border-top: 1px solid #ccc;*/
	border-left: 1px solid #ddd;
}

.ll  > li > a { 
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
    background-color: white;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.ll.compact > li > a { 
	padding: 1em 0.5em;
}

.ll li.active a { 
	background-color: #f5f5f5;
}

.c_2.ll  > li:nth-child(1) > a,
.c_2.ll  > li:nth-child(2) > a { 
	/*한 라인에 세개 컬럼*/
	border-top: 1px solid #ddd;
}

.c_3.ll  > li:nth-child(1) > a,
.c_3.ll  > li:nth-child(2) > a,
.c_3.ll  > li:nth-child(3) > a { 
	/*한 라인에 세개 컬럼*/
	border-top: 1px solid #ddd;
}

.c_4.ll  > li:nth-child(1) > a,
.c_4.ll  > li:nth-child(2) > a,
.c_4.ll  > li:nth-child(3) > a, 
.c_4.ll  > li:nth-child(4) > a { 
	/*한 라인에 네개 컬럼*/
	border-top: 1px solid #ddd;
}

.list_b > li { 
	margin-bottom: 1rem;
}

.list_b > li:last-child { 
	margin-bottom: 0;
}

/*card component*/
.card { 
	background-color: #fff;
	overflow: hidden;
}

.card .sec_img img { 
	width: 100%;
}

img.full { 
	width: 100%;
	height: 100%;
}

.card .sec_txt {
	position: relative;
	padding: 1rem 1rem;
	/*padding: 2.4rem 1rem 1rem;*/
}

.card .sec_txt_cv { 
	padding: 1rem;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
}

.card dt { 
	margin-bottom: 0.4em;
}

.card .sec_prc { 
	padding-top: 0.2em;
	vertical-align: bottom;
}

.card .sec_prc .txt_num { 
	vertical-align: bottom;
}

.card .asd { 
	position: absolute;
	bottom: -5em;
}

.card_wide { 
	position: relative;
	width: 100%;
	margin-bottom: 0.4rem;
}

.card_wide { 
	/*width: 100vw*/
    height: 52vw;
}

.card_wide .sec_img { 
	height: 100%;
}


.card_wide .sec_txt { 
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8rem 1rem 1rem;
	color: #fff;
}

.card_wide .sec_txt_cv {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.card_csl { 
    width: 44vw;
	/*height: 24.75vw; 16:9비율*/
}

.card_csl .sec_img { 
	/*width: 44vw; 16:9비율*/ 
	height: 24.75vw;
}

.card_csl .sec_txt { 
	background-color: #fff;
	text-align: center;
}

.card_csl .sec_txt dt { 
	font-size: 1rem;
	padding: 0;
}

.card_csl .sec_txt .multy-ellip3,
.card .multy-ellip3 { 
	font-size: 1rem;
	line-height: 1.4rem;
	height: 4.2rem;
}

.card_csl .sec_txt .sec_prc { 
	padding-top: 0.4em;
}

.card_csl .sec_txt .asd {
	top: 0.5rem;
	right: 1rem;
	height: 1rem;
}

.card.horiz { 
	border-radius: 0 !important;
	background-color: #fff;
	width: 100%;
}

.card.horiz .sec_img { 
	float: left;
	background-color: rgba(0, 0, 0, 0.0);
}

.card.horiz .sec_txt { 
	float: left;
	width: 100%;
	padding: 0 0 0 1rem;
}

/*.card.horiz .sec_txt .txt_sub { */
	/*line-height: 1.4em;*/
	/*height: 2.8em;*/
/*}*/

.card.horiz.border .sec_txt { 
	padding: 0.5rem 1rem 0.2rem;
}
.card.horiz.border .sec_img { 
	float: right;
}

.card .bottom_fix { 
	position: absolute;
	bottom: 0rem;
	left: 1rem;
}

.card.border dt { 
	padding-bottom: 0;
}

/*search event page*/
.sep_wrap { 
	width: 100%;
	padding: 1px;
}

.sep_wrap .img_box { 
	/*동영상 스와이프 문제*/
    position: relative;
    /*z-index: -1;*/

	width: 100%;
    height: 52vw;
	overflow: hidden;
}

.sep_wrap .img_box img { 
	width: 100%;
}

.rb_box { 
	position: relative;
	margin-top: 1rem;
    margin-bottom: 1rem;
	/*btn height*/
    line-height: 30px;
}

.rb_box .right_b { 
	padding-right: 6em;
}

.rb_box > button { 
	position: absolute;
	bottom: 0;
	right: 0;
}


/*list bottom line*/
.lbl li { 
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.lbl > li > div { 
	margin-bottom: 0.5rem;
}

.lbl li:last-child,
.lbl li:last-child > div { 
	border-bottom: 0;
	margin-bottom: 0;
}


/*cart page box*/
.cb_t { 
	display: block;
	margin: 0;
    padding: 1rem 2.5rem 0.5rem 1rem;
}

.cb_t .p_right { 
	top: 0.7rem;
}

.cb_t input[type="checkbox"] { 
	margin-top: 0.25em;
}

.cb_b { 
    padding: 0.5rem 1rem;
}

/*/img/*/
.img_box img { 
	width: 100%;
}

.towEm_img_size { 
	width: 100%;
	max-width: 373px;
	height: 48.8vw;
    max-height: 210px;
	overflow: hidden;
}

.towEm_img_size img { 
	width: 100%;
}

.thumb_default_wrap { 
	width: 160px;
	height: 90px;
	overflow: hidden;
}

img.thumb { 
	object-fit: cover;
    vertical-align: middle;
	text-align: center;
}

/*video*/
.card_video_size { 
    height: 53.5vw;
}

.towEm_video_size { 
	height: 48.8vw;
    max-height: 210px;
}

.video_wrap { 
	position: relative;
	overflow: hidden;
	/*background-color: #000;*/
}

.video_wrap iframe { 
	width: 100%;
	height: 100%;
}
.video-full {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-full > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe-auto-box {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe-auto-box.square {
	padding-bottom: 100%;
}
.iframe-auto-box > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*img video*/
.thumb_full_wrap { 
	width: 100%;
	height: 56.25vw;
	overflow: hidden;
}


/*overlaye*/
.sv_overlay_right { 
    position: absolute;
	top: 0;
    left: 5.7rem;
    bottom: 0;
    right: 0;
}

.sv_overlay_top { 
    position: absolute;
	top: 0;
    left: 0;
    bottom: 3.9rem;
    right: 0;
}

/*게시판 뷰 : 공부하는 톡스앤필/ 공지사항*/
.tx_ip { 
	margin: 0;
	padding: 2rem 0;
	width: 100%;
	overflow: hidden;
	word-break: break-all;
}

.tx_ip img { 
	max-height: none;
	max-width: 100%;
	height: auto !important;
}

.tx_ip img.clickBtn { 
	width: 130px !important;
}


.tx_ip iframe { 
	width: 100%;
}

/*event list*/
.event-list {
	margin: 1px 0 35px;
}
.event-list .img_box {
	background-color: #fff;
}


