@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
.text-center {
  text-align: center;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

[class*=fade] {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;

  
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;
	font-family: "Noto Sans KR", Helvetica, Arial, "Apple SD Gothic Neo", AppleSDGothic, "Malgun Gothic", Gulim, sans-serif;
	word-break: keep-all;
	line-height: 1.4;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	word-wrap:break-word;
	word-break:keep-all;
	zoom:1;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:visited,
a:link,
a:hover {
  color: inherit;
  text-decoration: none;
}

/*  한국어 */
:lang(ko) {
  font-family: 'Noto Sans KR', sans-serif;
}

/* 일본어 */
:lang(ja) {
  font-family: 'Noto Sans JP', sans-serif;
}

/* 중국어 (간체) */
:lang(zh-Hans) {
  font-family: 'Noto Sans SC', sans-serif;
}

html, body * {
  font-family: "Noto Sans KR", Helvetica, Arial, "Apple SD Gothic Neo", AppleSDGothic, "Malgun Gothic", Gulim, sans-serif;
  word-break: keep-all;
/*  line-height: 1.25em;*/
}

html {
	font-size: 100%;
}

@media (max-width: 767px) {
	html {
		font-size: 75%;
	}
}

span.wrap {
  word-break: keep-all;
}

strong {
  font-weight: bold;
}

.inner,
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
	padding: 0 20px;
}

.container:after {
  display: block;
  content: " ";
  clear: both;
}

.img_full_wrap {
	font-size: 0;
	text-align: center;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .container.shop_detail {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
}

select {
    padding: 0 1.5625rem 0 0.625rem !important;
    background-image: url(/html/_skin/mdp/img/ico_number_down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.625rem center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.t_c {
	text-align: center !important;
}

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

.t_r {
	text-align: right !important;
}

.f_box {
	overflow: hidden;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.j_c {
    justify-content: center !important;
}

.w100 {
	width: 100% !important;
}

.mt100 {margin-top: 6.25rem !important;}
.mt90 {margin-top: 5.625rem !important;}
.mt80 {margin-top: 5rem !important;}
.mt70 {margin-top: 4.375rem !important;}
.mb70 {margin-bottom: 4.375rem !important;}
.mt60 {margin-top: 3.75rem !important;}
.mb60 {margin-bottom: 3.75rem !important;}
.mt50 {margin-top: 3.125rem !important;}
.mb50 {margin-bottom: 3.125rem !important;}
.mt43 {margin-top: 2.6875rem !important;}
.mt40 {margin-top: 2.5rem !important;}
.mb40 {margin-bottom: 2.5rem !important;}
.mt35 {margin-top: 2.1875rem !important;}
.mt30 {margin-top: 1.875rem !important;}
.mb30 {margin-bottom: 1.875rem !important;}
.mt20 {margin-top: 1.25rem !important;}
.mr20 {margin-right: 1.25rem !important;}
.mb20 {margin-bottom: 1.25rem !important;}
.ml20 {margin-left: 1.25rem !important;}
.mt15 {margin-top: 0.9375rem !important;}
.mt10 {margin-top: 0.625rem !important;}
.mr10 {margin-right: 0.625rem !important;}
.mb10 {margin-bottom: 0.625rem !important;}
.ml10 {margin-left: 0.625rem !important;}
.mt5 {margin-top: 0.3125rem !important;}
.mr5 {margin-right: 0.3125rem !important;}
.ml5 {margin-left: 0.3125rem !important;}
.mt0 {margin-top: 0 !important;}
.mr0 {margin-right: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.ml0 {margin-left: 0 !important;}
.m0 {margin: 0 !important;}
.p0 {padding: 0 !important;}
.pt0 {padding-top: 0 !important;}
.pr0 {padding-right: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pt5 {padding-top: 0.3125rem !important;}
.pt70 {padding-top: 4.375rem !important;}
.pb70 {padding-bottom: 4.375rem !important;}
.pt50 {padding-top: 3.125rem !important;}
.pb50 {padding-bottom: 3.125rem !important;}
.pt40 {padding-top: 2.5rem !important;}
.p30 {padding: 1.875rem !important;}
.pt30 {padding-top: 1.875rem !important;}
.pt20 {padding-top: 1.25rem !important;}
.pb20 {padding-bottom: 1.25rem !important;}
.pl30 {padding-left: 1.875rem !important;}
.pl20 {padding-left: 1.25rem !important;}
.pl10 {padding-left: 0.625rem !important;}
.pb170 {padding-bottom: 10.625rem !important;}

.mt-95 {margin-top: -5.9375rem;}
.pt95 {padding-top: 5.9375rem;}

@media (max-width: 767px) {
    .mb_p0 {
        padding: 0 !important;
    }
}

.color_000 {color: #000 !important;}
.color_111 {color: #111 !important;}
.color_444 {color: #444 !important;}
.color_555 {color: #555 !important;}
.color_666 {color: #666 !important;}
.color_777 {color: #777 !important;}
.color_999 {color: #999 !important;}
.color_fff {color: #fff !important;}
.color_333_80 {color: rgba(51,51,51,.8);}
.color_fff_80 {color: rgba(255,255,255,.8);}
.color_dark_blue {color: #282763 !important;}
.color_blue {color: #182f77 !important;}
.color_orange {color: #ffab00 !important;}
.color_purple {color: #7d67ef !important;}
.color_sky {color: #00aeff !important;}
.color_6161d5 {color: #6161d5 !important;}
.color_red {color: #f24a4a !important;}
.color_base {color: #c31e55 !important;}
.color_link {color: #0082e4 !important;}
.color_link:hover {text-decoration: underline;}
.color_point {color: #00b6bd !important;}
.bg_sky {background-color: #00aeff !important;}
.bg_f2f2f2 {background-color: #f2f2f2 !important;}
.bg_f4f4f4 {background-color: #f4f4f4 !important;}
.bg_f5f5f5 {background-color: #f5f5f5 !important;}
.bg_f6f6f6 {background-color: #f6f6f6 !important;}
.bg_f7f7f7 {background-color: #f7f7f7 !important;}
.bg_faf1f2 {background-color: #faf1f2 !important;}
.bg_e5e8eb {background-color: #e5e8eb !important;}
.bg_f3f3f3 {background-color: #f3f3f3 !important;}
.bg_002e65 {background-color: #002e65 !important;}
.bg_37b959 {background-color: #91b833 !important;}
.bg_c3e6f8 {background-color: #c3e6f8 !important;}
.bg_0e0e3f {background-color: #0e0e3f !important;}
.bg_e6eef7 {background-color: #e6eef7 !important;}
.bg_f2fafd {background-color: #f2fafd !important;}
.bg_base {background-color: #c31e55 !important;}
.bg_fff {background-color: #fff !important;}
.bg_green {background-color: #21adad !important;}
.bg_red {background-color: #ea6056 !important;}
.bg_box {background-color: #e6eef7 !important;}
.bor_0 {border: 0 !important;}

.fw_100 {font-weight: 100 !important;}
.fw_200 {font-weight: 200 !important;}
.fw_300 {font-weight: 300 !important;}
.fw_350 {font-weight: 350 !important;}
.fw_400 {font-weight: 400 !important;}
.fw_500 {font-weight: 500 !important;}
.fw_600 {font-weight: 600 !important;}
.fw_700 {font-weight: 700 !important;}
.fw_800 {font-weight: 800 !important;}
.fw_900 {font-weight: 900 !important;}

.fs_100 {font-size: 6.25rem !important;}
.fs_80 {font-size: 5rem !important;}
.fs_70 {font-size: 4.375rem !important;}
.fs_65 {font-size: 4.0625rem !important;}
.fs_60 {font-size: 3.75rem !important;}
.fs_55 {font-size: 3.4375rem !important;}
.fs_50 {font-size: 3.125rem !important;}
.fs_48 {font-size: 3rem !important;}
.fs_45 {font-size:2.813rem !important;}
.fs_43 {font-size: 2.6875rem !important;}
.fs_40 {font-size: 2.5rem !important;}
.fs_38 {font-size: 2.375rem !important;}
.fs_35 {font-size: 2.1875rem !important;}
.fs_33 {font-size: 2.0625rem !important;}
.fs_32 {font-size: 2rem !important;}
.fs_30 {font-size: 1.875rem !important;}
.fs_28 {font-size: 1.75rem !important;}
.fs_26 {font-size: 1.625rem !important;}
.fs_25 {font-size: 1.5625rem !important;}
.fs_24 {font-size: 1.5rem !important;}
.fs_22 {font-size: 1.375rem !important;}
.fs_20 {font-size: 1.25rem !important;}
.fs_18 {font-size: 1.125rem !important;}
.fs_17 {font-size: 1.0625rem !important;}
.fs_16 {font-size: 1rem !important;}
.fs_15 {font-size: 0.9375rem !important;}
.fs_14 {font-size: 0.875rem !important;}
.fs_13 {font-size: 0.8125rem !important;}
.fs_0 {font-size: 0 !important;}

@media (max-width: 575px) {
	.fs_100 {font-size: 28px !important;}
	.fs_80 {font-size: 28px !important;}
	.fs_70 {font-size: 28px !important;}
	.fs_65 {font-size: 28px !important;}
	.fs_60 {font-size: 28px !important;}
	.fs_55 {font-size: 28px !important;}
	.fs_50 {font-size: 28px !important;}
	.fs_48 {font-size: 26px !important;}
	.fs_45 {font-size: 26px !important;}
	.fs_43 {font-size: 26px !important;}
	.fs_40 {font-size: 24px !important;}
	.fs_38 {font-size: 24px !important;}
	.fs_35 {font-size: 22px !important;}
	.fs_33 {font-size: 22px !important;}
	.fs_32 {font-size: 22px !important;}
	.fs_30 {font-size: 20px !important;}
	.fs_28 {font-size: 19px !important;}
	.fs_26 {font-size: 18px !important;}
	.fs_25 {font-size: 18px !important;}
	.fs_24 {font-size: 18px !important;}
	.fs_22 {font-size: 18px !important;}
	.fs_20 {font-size: 17px !important;}
	.fs_18 {font-size: 16px !important;}
	.fs_17 {font-size: 15px !important;}
	.fs_16 {font-size: 14px !important;}
	.fs_15 {font-size: 13px !important;}
	.fs_14 {font-size: 12px !important;}
	.fs_13 {font-size: 11px !important;}
}

.ver_mid {vertical-align: middle;}

.lh_1_8 {line-height: 1.8;}
.lh_1_5 {line-height: 1.5;}
.lh_1_4 {line-height: 1.4;}
.lh_1_3 {line-height: 1.3;}
.lh_1_2 {line-height: 1.2;}
.lh_1 {line-height: 1;}

p {
	line-height: 1.8;
	font-weight: 400;
}

h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 1.875rem;
}
h4 {
	font-size: 1.5625rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}

@media (min-width: 1200px) {
	.pc_none {display: none !important;}
}
@media (max-width: 1199px) {
	.pc_only {display: none !important;}
}
@media (min-width: 768px) {
	.mb_only {display: none !important;}
}
@media (max-width: 767px) {
	.mb_none {display: none !important;}
}

.ce_item {
	opacity: 0;
}

.top-btn {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
	background: #230e6b;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: .2s bottom ease-in-out, .4s background ease-in-out;
    -o-transition: .2s bottom ease-in-out, .4s background ease-in-out;
    -moz-transition: .2s bottom ease-in-out, .4s background ease-in-out;
    transition: .2s bottom ease-in-out, .4s background ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.top-btn.on {
    bottom: 30px;
}

.top-btn.fixed {
    position: absolute;
    top: -25px;
    bottom: auto;
}
@media (min-width: 961px) {
	.top-btn.on:hover {
		background: #34179a;
	}
}
@media (max-width: 960px) {
	.top-btn {
		right: 20px;
	}
	.top-btn.on {
		bottom: 20px;
	}
}
@media (max-width: 960px) {
	.top-btn {
		width: 40px;
		height: 40px;
		font-size: 11px;
		line-height: 40px;
	}
	.top-btn.fixed {
		top: -20px;
	}
}

#header {
	word-break: keep-all;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
/*	min-width: 1300px;*/
	height: 155px;
/*	overflow: hidden;*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 100000000;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
/*
html:not(:lang(ko)) #header {
	height: 116px;
}
*/

#header dfn {
	display: none;
}

#header:hover {
	/*height: 332px;*/
/*	height: 395px;*/
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#header .header-util {
	background-color: #f7f7f7;
    color: #484848;
    border-bottom: 1px solid #d7d7d7;
	height: 44px;
}

#header .header-util:after {
	display: block;
	content: " ";
	clear: both;
}

#header .header-util .util_menu {
	font-size: 0;
	color: #484848;
}

#header .header-util .util_menu:after {
	display: block;
	content: " ";
	clear: both;
}

#header .header-util .util_menu .social {
	float: left;
}

#header .header-util .util_menu .social:after {
	display: block;
	content: " ";
	clear: both;
}

#header .header-util .util_menu .social > li {
	float: left;
	padding: 10px 0px 8px;
}

#header .header-util .util_menu .social > li > a {
	padding: 0 17px;
}

#header .header-util .util_menu .members {
	float: right;
	margin-right: -14px;
}

#header .header-util .util_menu .members:after {
	display: block;
	content: " ";
	clear: both;
}

#header .header-util .util_menu .members > li {
	float: left;
	padding: 11px 0px;
}

#header .header-util .util_menu .members > li > a {
	position: relative;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}
#header .header-util .util_menu .members > li > a.type_cart {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
#header .header-util .util_menu .members > li + li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #959595;
    margin-top: -4px;
}
.cart_num {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background-color: #5422ff;
    color: #fff;
    margin-left: 0.3125rem;
    font-size: 0.625rem;
    font-weight: 700;
}

#header .header-util .util_menu .members > li.langs {
	padding: 7px 0;
}

@media (min-width: 961px) {
	#header .header-util .util_menu .members > li > a:hover {
		color: #3a1d9c;
	}
}
@media (max-width: 960px) {
	#header .header-util .util_menu .social {
		display: none;
	}

	#header .header-util .util_menu .members > li > a {
		padding: 0 6px;
	}
}

#header .header-main {
	color: #484848;
}

.header-container {
	width: 100%;
	padding: 0 50px;
	text-align: center;
}

.header-container:after {
	display: block;
	content: " ";
	clear: both;
}

.header-util-container {
	width: 100%;
	padding: 0 33px;
	text-align: center;
}

.header-util-container:after {
	display: block;
	content: " ";
	clear: both;
}

#header .header-main .logo_wrap {
	float: left;
}

#header .header-main .logo_wrap h1 a {
	display: block;
	padding: 24px 0;
}

@media (max-width: 960px) {
	#header .header-main .logo_wrap h1 a {
		padding: 10px 0;
	}
	#header .header-main .logo_wrap h1 a img {
		height: 40px;
	}
}

#header .header-main .nav_wrap {
	display: inline-block;
}

#header .header-main .nav_wrap .toggler {
	display: none;
}

#header .header-main .nav_wrap .toggler > span {
	display: block;
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.3s;
}

#header .header-main .nav_wrap .toggler.on > span {
	background-color: #dfdfdf;
}

#header .header-main .nav_wrap .toggler.on .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-8px, 6px);
}

#header .header-main .nav_wrap .toggler.on .bar2 {
	opacity: 0;
}

#header .header-main .nav_wrap .toggler.on .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-9px, -8px);
}

#header .header-main .nav_wrap .gnbWrap .gnb > ul:after {
	display: block;
	content: " ";
	clear: both;
}

#header .header-main .nav_wrap .gnbWrap .gnb > ul > li {
	float: left;
	padding: 35px 0 5px;
	width: 200px;
}

#header .header-main .nav_wrap .gnbWrap .gnb > ul > li:nth-child(2) {
	/*  width: 320px; */
}

html:lang(en) #header .header-main .nav_wrap .gnbWrap .gnb > ul > li {
	width: 160px;
}


#header .header-main .nav_wrap .gnbWrap .gnb > ul > li > a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #484848;
	font-weight: 500;
}

.lang_wrap {
	float: right;
	margin-top: 45px;
}

.nav_wrap .lang_wrap {
	display: none;
}
.product_search_wrap {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 240px;
    height: 40px;
    border: 2px solid #8d8d8d;
}
.product_search_inner,
.product_search_inner form {
    height: 100%;
}
.product_search_inner__bg {
    height: 100%;
    font-size: 0;
}
.product_search_inner__bg input.btn_product_input {
    border: 0;
    height: 100%;
    width: calc(100% - 36px);
    font-size: 0.875rem;
    margin-right: 0;
    vertical-align: top;
	outline: none;
	padding: 0 15px;
}
.product_search_inner__bg input.btn_product_search,
.product_search_inner__bg button.btn_product_search {
    background: #fff url('/html/_skin/mdp/img/ico_search_btn.png') no-repeat center;
    border: 0;
    outline: none;
    width: 36px;
    height: 36px;
    vertical-align: top;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product_search_wrap {
		width: 180px;
	}
}

@media (min-width: 961px) {
	.lang_wrap {
		-webkit-transition: .2s all ease-in-out;
		-o-transition: .2s all ease-in-out;
		-moz-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
	}
	.lang_wrap.on {
		margin-top: 12px;
	}
    .btn_mb_top {
        display: none;
    }
}
@media (max-width: 960px) {
	#header .header-main .nav_wrap {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 70vw;
		height: 100vh;
		z-index: 100;
		transition: all 0.3s;
		transform: translateX(100%);
		padding-top: 40px;
		background-color: #fff;
	}
	#header .header-main .nav_wrap.active {
		position: fixed;
	}
	.nav_wrap_inner {
		height: calc(100vh - 40px);
		overflow-y: auto;
	}

	#header .header-main .nav_wrap.active {
		transition: all 0.3s;
		transform: translateX(0);
	}

	#header .header-main .nav_wrap .toggler {
		display: inline-block;
		position: absolute;
		left: -55px;
		top: 54px;
	}
/*
	html:not(:lang(ko)) #header .header-main .nav_wrap .toggler {
		top: 13px;
	}
*/

	.lang_wrap {
		position: absolute;
		top: -39px;
		right: 6px;
		display: none;
	}
	.nav_wrap .lang_wrap {
		display: block;
	}
	
	.product_search_wrap {
/*
		top: 0;
		right: 0;
		width: 70vw;
		transition: all 0.3s;
		transform: translateX(100%);
		z-index: 1000;
*/
        top: 54px;
        right: 80px;
        border-radius: 20px;
        overflow: hidden;
	}
	
/*
	#header .header-main .nav_wrap.active ~ .product_search_wrap {
		position: fixed;
		transform: translateX(0);
	}
*/
    .btn_mb_top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        text-align: center;
        color: #9a1846 !important;
        border-bottom: 4px solid #9a1846;
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    .product_search_wrap {
        right: 12px;
        width: 150px;
    }
    .product_search_inner__bg input.btn_product_search,
    .product_search_inner__bg button.btn_product_search {
        background-size: 19px;
    }
    .btn_mb_top {
        padding: 9px;
    }
}

@media (max-width: 960px) {
	/* html:not(:lang(ko)) #header, */
	#header {
		position: relative;
		min-width: 100%;
		height: auto;
		background-image: none;
		overflow: visible;
	}

	#header:hover {
		height: auto;
	}
}

#wrap #header .gnbWrap .gnb > ul:after {
	display: block;
	content: " ";
	clear: both;
}

#wrap #header .gnbWrap .gnb > ul > li {
	position: relative;
	float: left;
	padding: 47px 0 20px;
}

#wrap #header .gnbWrap .gnb > ul > li > a {
	position: relative;
	display: block;
	padding: 0;
	font-size: 18px;
	color: #111;
	font-weight: 700;
	margin-bottom: 37px;
}

#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap {
	padding: 15px 0 0;
}

#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap .sub-menu {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 18px;
/*	min-height: 260px; */
}

#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap .sub-menu > li > a {
	display: block;
	color: #666;
	font-size: 15px;
	padding: 7px 0;
	font-weight: 300;
	text-align: center;
}

#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap .sub-menu > li:hover > a {
	color: #3a1d9c;
}


#wrap #header .gnbWrap .gnb > ul > li:first-child .sub-menu-wrap .sub-menu {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#wrap #header .gnbWrap .gnb > ul > li + li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 15px;
	background-color: #b2b2b2;
	margin-top: -7.5px;
}

@media (max-width: 1200px) {
	.header-container {
		padding: 0 20px;
	}

	.header-util-container {
		padding: 0 3px;
	}

	#header .header-main .nav_wrap .gnbWrap .gnb > ul > li {
		width: 160px;
	}
}

@media (max-width: 960px) {
	#wrap #header .gnbWrap {
		background-color: #fff;
	}

	#wrap #header .gnbWrap .gnb {
		width: 100%;
	}

	#wrap #header .gnbWrap .gnb > ul > li {
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #ff689d;
	}

	#wrap #header .gnbWrap .gnb > ul > li > a {
		padding: 10px 20px;
		background-color: #d92363;
		color: #fff;
		margin: 0;
		text-align: left;
	}

	#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap {
		background-color: #fff;
		padding: 0;
	}

	#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap ul.sub-menu {
		min-height: auto;
		padding: 0 20px;
	}

	#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap ul.sub-menu > li {
		padding: 5px 0;
	}

	#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap ul.sub-menu > li > a {
		color: #555;
		padding: 2px 0;
		text-align: left;
	}

	#wrap #header .gnbWrap .gnb > ul > li + li > a:before {
		display: none;
	}
	.header-util-container {
		padding: 0 20px;
	}
}

#footer {
    position: relative;
    width: 100%;
    background: #fff;
}
#footer .footer-head {
	border-bottom: 1px solid #c2c2c2;
	padding: 1.25rem 0;
}
#footer .footer-head__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}
ul.footer-bottom-link {
    font-size: 0;
    width: auto;
    margin: 0 -1rem;
}
ul.footer-bottom-link li {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
}
ul.footer-bottom-link li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.625rem;
    background-color: #c2c2c2;
    top: 50%;
    right: -1rem;
    margin-top: -0.3125rem;
}
ul.footer-bottom-link li:last-child:after {
	display: none;
}
ul.footer-bottom-link li a {
    font-size: 1.125rem;
    font-weight: 700;
    color: #767676;
}
ul.footer-bottom-link li a:hover {
	color: #111;
}

.footer_sns {
	display: flex;
	align-items: center;
}
.footer_sns li {}
.footer_sns li + li {
	margin-left: 0.4375rem;
}
.footer_sns li a {
	display: block;
	font-size: 0;
	color: transparent;
	width: 2.25rem;
	height: 1.5625rem;
}
.footer_sns li a.footer_sns__youtube {
	background: url('/html/_skin/mdp/img/main/ico_footer_youtube.png') no-repeat center/100%;
}
.footer_sns li a.footer_sns__youtube:hover {
	background-image: url('/html/_skin/mdp/img/main/ico_footer_youtube_on.png');
}
.footer_sns li a.footer_sns__instagram {
	background: url('/html/_skin/mdp/img/main/ico_footer_instagram.png') no-repeat center/100%;
}
.footer_sns li a.footer_sns__instagram:hover {
	background-image: url('/html/_skin/mdp/img/main/ico_footer_instagram_on.png');
}
.footer_sns li a.footer_sns__blog {
	background: url('/html/_skin/mdp/img/main/ico_footer_blog.png') no-repeat center/100%;
}
.footer_sns li a.footer_sns__blog:hover {
	background-image: url('/html/_skin/mdp/img/main/ico_footer_blog_on.png');
}

#footer .footer-bottom {
    position: relative;
    margin: 0 auto;
    padding: 1.875rem 20px 3.125rem;
    max-width: 1320px;
    font-size: 0;
}
.footer-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}
.footer-info-wrap .footer-info--sm {
    width: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-logo {
    margin-top: 0.3125rem;
}
.footer-logo a {
    font-size: 0;
}
.footer-info-wrap .footer-info--lg {
    width: 100%;
    padding: 0 40px 0 60px;
}
#footer .footer-addr {
    font-size: 0;
    color: #111;
}
#footer .footer-addr li {
    margin: 0 -0.625rem;
    line-height: 1.8;
}
#footer .footer-addr li span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0.625rem;
    font-size: 1rem;
    font-weight: 300;
}
#footer .footer-addr li span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.875rem;
    margin-top: -0.4375rem;
    background-color: #666;
}
#footer .footer-addr li span:last-child:after {
	display: none;
}
@media (max-width: 960px) {
	
}

@media (max-width: 767px) {
	.footer-info-wrap .footer-info--sm {
		width: 93px;
	}
	.footer-logo {
		width: 93px;
	}
}
@media (max-width: 575px) {
	.footer-info-wrap {
		margin: 0;
		display: block;
	}
	.footer-info-wrap .footer-info--sm {
		width: 100%;
		padding: 0;
	}
	.footer-info-wrap .footer-info--lg {
		width: 100%;
		padding: 0;
		margin-top: 1.875rem;
	}
	
	#footer .footer-head__inner {
		display: block;
	}
	.footer_sns {
		margin-top: 15px;
	}
}

.footer_info_box {
    padding: 3.4375rem 0 3.75rem;
    background-color: #ecefec;
}
.footer_info_box ul {
    display: flex;
}
.footer_info_box ul li {
    position: relative;
    width: 33.333333%;
    padding: 0 1.875rem;
    text-align: center;
}
.footer_info_box ul li + li {
    border-left: 1px solid #bdc4bd
}
.footer_info_box ul li figure {
    font-size: 0;
}
.footer_info_box ul li p {}
.footer_info_box ul li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (max-width: 575px) {
    .footer_info_box {
        padding: 1.875rem 0;
    }
    .footer_info_box ul {
        display: block;
    }
    .footer_info_box ul li {
        width: 100%;
        padding: 2.5rem 0;
    }
    .footer_info_box ul li + li {
        border-top: 1px solid #bdc4bd;
        border-left: 0;
    }
}

#overlay {
  position: fixed;
  width: 100%;
  height: 150%;
  top: -25%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.faq-wrap .f-wrap a {
  font-size: 1rem;
}

.board-wrap .board-view header {
  font-size: 1rem;
}

.board-wrap .board-view .board-conts div,
.board-wrap .board-view .board-conts p {
  font-size: 1rem;
}

.board-wrap .board-paging {
  margin: 50px 0;
}

.basic-board-list thead th {
  background-color: #f9f9f9;
}

.basic-board-list tbody td.board-subject a {
  font-size: 1rem;
}

.board-paging {
   margin: 20px 0 50px;
}

.board-paging li>a {
   display: inline-block;
}

.board-paging li.on > a, .board-paging li:hover > a {
  background-color: #09374b;
}

html:lang(en) .board-search-wrap p:nth-of-type(3) {
  width: 80px;
}

.layer {
  z-index: 10000;
}

ul.social > li {
  /* footer */
}

#footer ul.social > li {
  margin: 0 6px;
}

ul.social > li > a {
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 23px;
}

#header ul.social > li.fb > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_fb_dark.png");
}

#header ul.social > li.fb > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_fb_on.png");
}

#header ul.social > li.ins > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_insta_dark.png");
}

#header ul.social > li.ins > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_insta_on2.png");
}

#header ul.social > li.kplus > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_pinter_dark.png");
}

#header ul.social > li.kplus > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_pinter_on.png");
}

#header ul.social > li.nblog > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_nblog_dark.png");
}

#header ul.social > li.nblog > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_nblog_on.png");
}

#footer ul.social > li.fb > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_fb.png");
}

#footer ul.social > li.fb > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_fb_on.png");
}

#footer ul.social > li.ins > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_insta.png");
}

#footer ul.social > li.ins > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_insta_on.png");
}

#footer ul.social > li.kas > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_pinter.png");
}

#footer ul.social > li.kas > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_pinter_on.png");
}

#footer ul.social > li.nb > a {
  background-image: url("/html/_skin/mdp/img/main/icon_social_nblog.png");
}

#footer ul.social > li.nb > a:hover {
  background-image: url("/html/_skin/mdp/img/main/icon_social_nblog_on.png");
}

#wrap {
/*  min-width: 1300px;*/
	max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
	font-size: 1.0625rem;
}

@media (max-width: 767px) {
  #wrap {
    min-width: 100%;
	  min-height: 100vh;
    overflow-x: hidden;
	  padding-bottom: 56px;
  }
}

#main-content {
  *zoom: 1;
  padding-top: 149px;
}

#main-content:after {
  display: block;
  content: " ";
  clear: both;
}

#main #main-content .title_container {
  display: none !important;
}

#main-content section.member-wrap, #main-content section[class^=section-] {
  padding: 35px 0;
  background-color: #ffffff;
}

@media (max-width: 767px) {
    #main-content section.member-wrap, #main-content section[class^=section-] {
      padding: 0 0;
      background-color: #ffffff;
    }
}

#main-content section.member-wrap header, #main-content section[class^=section-] header {
  margin-bottom: 40px;
  text-align: center;
}

#main-content section.member-wrap header.cph-fadeDown, #main-content section[class^=section-] header.cph-fadeDown {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-content section.member-wrap header h2, #main-content section[class^=section-] header h2 {
  font-weight: 100;
  font-size: 40px;
  color: #000000;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#main-content section.member-wrap header h2 strong, #main-content section[class^=section-] header h2 strong {
  font-weight: 700;
  color: #0066b3;
}

#main-content section.member-wrap header h2 em, #main-content section[class^=section-] header h2 em {
  font-weight: 700;
}

#main-content section.member-wrap header .txt, #main-content section[class^=section-] header .txt {
  font-size: 18px;
  color: #404040;
}

#main-content section.member-wrap header .txt em, #main-content section[class^=section-] header .txt em {
  font-weight: bold;
}

#main #main-content section.member-wrap header:after, #main #main-content section[class^=section-] header:after {
  display: block;
  content: " ";
  width: 45px;
  height: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}

@media (max-width: 767px) {
  #main-content section.member-wrap header br, #main-content section[class^=section-] header br {
    display: none;
  }
  #main-content section.member-wrap header h2, #main-content section[class^=section-] header h2 {
    font-size: 2.5rem;
  }
}

#main-content section.section-visual {
  background-color: #f9f9f9;
  padding: 0;
}

#main-content section.section-visual .main_slider {
  font-size: 1em;
  margin-bottom: 0;
}

#main-content section.section-visual .main_slider .slick-dots {
  bottom: 0;
  padding: 5px 10px;
  text-align: center;
}

#main-content section.section-visual .main_slider .slick-dots li button:before {
  font-size: 14px;
}

#main-content section.section-visual .main_slider .lu_slide {
  height: 540px;
}

#main-content section.section-visual .main_slider .lu_slide .container {
  *zoom: 1;
}

#main-content section.section-visual .main_slider .lu_slide .container:after {
  display: block;
  content: " ";
  clear: both;
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide {
    height: 200px;
  }
}

#main-content section.section-visual .main_slider .lu_slide01,
#main-content section.section-visual .main_slider .lu_slide02,
#main-content section.section-visual .main_slider .lu_slide03 {
  background-image: url("/html/_skin/mdp/img/main/mainvisual01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

#main-content section.section-visual .main_slider .lu_slide01 .container,
#main-content section.section-visual .main_slider .lu_slide02 .container,
#main-content section.section-visual .main_slider .lu_slide03 .container {
  display: flex;
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap {
  width: 40%;
  position: relative;
  padding: 140px 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translateY(-50px);
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj1,
#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj2,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj1,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj2,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj1,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj2 {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(0deg);
  transform-origin: 50% 100%;
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj1.on,
#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj2.on,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj1.on,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj2.on,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj1.on,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj2.on {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj1,
  #main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj2,
  #main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj1,
  #main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj2,
  #main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj1,
  #main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj2 {
    max-height: 90%;
  }
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj1,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj1,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj1 {
  left: 143px;
  z-index: 2;
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj1.on,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj1.on,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj1.on {
  -webkit-transform: rotate(-11deg) translateX(-40px);
  transform: rotate(-11deg) translateX(-40px);
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj1,
  #main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj1,
  #main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj1 {
    left: 37%;
  }
  #main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj1.on,
  #main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj1.on,
  #main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj1.on {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj2,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj2,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj2 {
  right: 162px;
  z-index: 1;
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj2.on,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj2.on,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj2.on {
  -webkit-transform: rotate(9deg translateX(20px));
  transform: rotate(9deg) translateX(20px);
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj2,
  #main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj2,
  #main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj2 {
    left: 26%;
    right: auto;
  }
  #main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap .obj2.on,
  #main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap .obj2.on,
  #main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap .obj2.on {
    -webkit-transform: rotate(-15deg) translateX(-20px);
    transform: rotate(-15deg) translateX(-20px);
  }
}

#main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap.on,
#main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap.on,
#main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap.on {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translateY(0);
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide01 .container .obj_wrap,
  #main-content section.section-visual .main_slider .lu_slide02 .container .obj_wrap,
  #main-content section.section-visual .main_slider .lu_slide03 .container .obj_wrap {
    width: 100%;
    min-height: 280px;
  }
}

#main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap,
#main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap,
#main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap {
  /*
                            float: left;
                            padding-top: 350px;
                            padding-left: 110px;
                            text-align: center;
                            width: auto;
                            */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  max-width: 1140px;
}

#main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap.on,
#main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap.on,
#main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap.on {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap .tit,
#main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap .tit,
#main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap .tit {
  /*
                                display: block;
                                font-size: 48px;
                                color: #00b5b0;
                                font-weight: 700;
                                text-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.5);
                                -webkit-transition: all 0.3s;
                                transition: all 0.3s;
                                -webkit-transform: translateX(-30px);
                                transform: translateX(-30px);
                                opacity: 0;
                                img {
                                    display:block;
                                    margin: 0 auto;
                                }
                                &.on {
                                    opacity: 1;
                                    -webkit-transition: all 0.3s;
                                    transition: all 0.3s;
                                    -webkit-transform: translateX(0);
                                    transform: translateX(0);
                                }
                                */
}

#main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap .txt,
#main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap .txt,
#main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap .txt {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0 0 10px rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*
                                -webkit-transform: translateX(-30px);
                                transform: translateX(-30px);
                                */
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}

#main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap .txt.on,
#main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap .txt.on,
#main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap .txt.on {
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

:lang(en) #main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap, :lang(en)
#main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap, :lang(en)
#main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap {
  padding-left: 45px;
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap,
  #main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap,
  #main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap {
    padding: 0;
    width: 100%;
    text-align: center;
    position: static;
    /*
                                .tit {
                                    font-size:2rem;
                                    margin-bottom:10px;
                                    img {
                                        margin: 0 0 0 auto;
                                    }
                                }*/
  }
  #main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap .txt,
  #main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap .txt,
  #main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap .txt {
    font-size: 1.25rem;
    text-align: center;
  }
  #main-content section.section-visual .main_slider .lu_slide01 .container .text_wrap .txt .strong,
  #main-content section.section-visual .main_slider .lu_slide02 .container .text_wrap .txt .strong,
  #main-content section.section-visual .main_slider .lu_slide03 .container .text_wrap .txt .strong {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide01,
  #main-content section.section-visual .main_slider .lu_slide02,
  #main-content section.section-visual .main_slider .lu_slide03 {
    background-position: center right 29%;
  }
}

#main-content section.section-visual .main_slider .lu_slide02 {
  background-image: url("/html/_skin/mdp/img/main/bst_main_visual_new2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

#main-content section.section-visual .main_slider .lu_slide03 {
  background-image: url("/html/_skin/mdp/img/main/bst_main_visual_new3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  #main-content section.section-visual .main_slider .lu_slide {
    height: 200px;
  }
  #main-content section.section-visual .main_slider .lu_slide .container {
    display: block;
  }
}

#main-content section.section-boxes {
  background-color: #effbfa;
}

#main-content section.section-boxes:after {
  display: block;
  content: " ";
  clear: both;
}

#main-content section.section-boxes .features_slider {
  /*
                float: left;
                width: 51.6666666666667%;
                */
  margin-bottom: 0;
}

#main-content section.section-boxes .features_slider .slick-dots {
  bottom: 0;
  padding: 5px 10px;
  text-align: right;
}

#main-content section.section-boxes .features_slider .slick-dots li button:before {
  font-size: 13px;
}

#main-content section.section-boxes .features_slider .fslide {
  text-align: center;
}

#main-content section.section-boxes .features_slider .fslide .tit {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 25px;
}

#main-content section.section-boxes .features_slider .fslide .txt {
  font-size: 18px;
  color: #404040;
}

#main-content section.section-boxes .features_slider .fslide.fslide_test {
  height: 322px;
  background-image: url("/html/_skin/mdp/img/main/prmbox_bg01.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media (max-width: 767px) {
  #main-content section.section-boxes .features_slider {
    width: 100%;
    margin-bottom: 20px;
  }
}

#main-content section.section-boxes .features_boxes {
  padding-left: 20px;
}

#main-content section.section-boxes .features_boxes .head {
  margin-bottom: 10px;
}

#main-content section.section-boxes .features_boxes .head .tit {
  font-size: 33px;
  color: #1e3708;
  font-weight: bold;
}

#main-content section.section-boxes .features_boxes .head .txt {
  font-size: 20px;
  color: #1e3708;
}

#main-content section.section-boxes .features_boxes .btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(54, 92, 19, 0.35);
  padding: 5px 15px;
  border-radius: 0;
}

#main-content section.section-boxes .features_boxes .fbox {
  padding: 20px 40px 49px;
  width: 100%;
  border: 1px solid rgba(171, 171, 171, 0.5);
  background-image: url("/html/_skin/mdp/img/main/prmbox_bg02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 165px;
  position: relative;
  overflow: visible;
}

#main-content section.section-boxes .features_boxes .fbox .tit {
  display: block;
  font-size: 30px;
  color: #3b3b3b;
  font-weight: 500;
}

#main-content section.section-boxes .features_boxes .fbox .txt {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.45em;
  margin-bottom: 15px;
}

#main-content section.section-boxes .features_boxes .fbox.fbox01 {
  background-image: url("/html/_skin/mdp/img/bgc-pf_bg.jpg");
  margin-bottom: 20px;
}

#main-content section.section-boxes .features_boxes .fbox.fbox01 .tit,
#main-content section.section-boxes .features_boxes .fbox.fbox01 .txt {
  color: #374f09;
}

#main-content section.section-boxes .features_boxes .fbox.fbox01 .deco {
  position: absolute;
  bottom: 0;
  right: 0;
}

#main-content section.section-boxes .features_boxes .fbox.fbox02 {
  background-image: url("/html/_skin/mdp/img/bgc-f_bg.jpg");
}

#main-content section.section-boxes .features_boxes .fbox.fbox02 .tit,
#main-content section.section-boxes .features_boxes .fbox.fbox02 .txt {
  color: #fff;
}

@media (max-width: 767px) {
  #main-content section.section-boxes .features_boxes {
    float: left;
    width: 100%;
    overflow: visible;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #main-content section.section-boxes .features_boxes .fbox {
    padding: 20px 5%;
    height: auto;
  }
  #main-content section.section-boxes .features_boxes .fbox a {
    display: block;
  }
  #main-content section.section-boxes .features_boxes .fbox.fbox01 {
    padding-bottom: 0;
    padding-right: 0;
  }
  #main-content section.section-boxes .features_boxes .fbox.fbox01 .deco {
    position: static;
    display: block;
    margin: 0 0 0 auto;
    max-width: 60%;
  }
  #main-content section.section-boxes .features_boxes .fbox .txt {
    font-size: 14px;
  }
}

#main-content section.section-product header h2 {
  font-size: 40px;
}

#main-content section.section-promotion {
  background-image: url("/html/_skin/mdp/img/main/main_title_1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  /*
            &:before {
                width: 814px;
                height: 556px;
                lefT: 0;
                bottom: 0;
                background: url("/html/_skin/mdp/img/features_section_deco_l.png") no-repeat left bottom;
            }
            &:after {
                width: 577px;
                height: 627px;
                right: 0;
                bottom: 0;
                background: url("/html/_skin/mdp/img/features_section_deco_r.png") no-repeat left bottom;
            }
            */
}

#main-content section.section-promotion:after {
  display: block;
  content: " ";
  clear: both;
}

#main-content section.section-promotion:before, #main-content section.section-promotion:after {
  display: block;
  content: " ";
  position: absolute;
}

#main-content section.section-promotion .txt {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

#main-content section.section-promotion .txtWrap {
  padding: 85px 0;
}

#main-content section.section-promotion header {
  margin-bottom: 20px;
}

#main-content section.section-promotion header:after {
  background-color: #fff;
  margin: 20px 0 0 auto !important;
}

#main-content section.section-promotion header h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

#main-content section.section-promotion img {
  margin-top: -125px;
}

#main-content section.section-promotion .btnWrap {
  text-align: center;
  margin: 30px 0;
}

#main-content section.section-promotion .btnWrap .btn {
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  /*background-color:rgba(69,126,23,0.35);*/
  border-radius: 0;
}

#main-content section.section-promotion .btnWrap .btn:after {
  display: inline-block;
  content: ">";
  margin: 0 0 0 15px;
}

#main-content section.section-promotion .promo_list {
  /*
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: space-between;
                -ms-flex-pack: center;
                align-items:stretch;
                */
}

#main-content section.section-promotion .promo_list li {
  /*
                    -ms-flex-preferred-size: 0;
                    flex-basis: 0;
                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    max-width: calc(33.333% - 7.5px);
                    */
  background-color: transparent;
}

#main-content section.section-promotion .promo_list li > .innerwrap,
#main-content section.section-promotion .promo_list li a {
  display: block;
  color: #fff;
  padding: 27px 25px;
  height: 100%;
  background-color: #5c5c5c;
  position: relative;
}

#main-content section.section-promotion .promo_list li > .innerwrap .tit,
#main-content section.section-promotion .promo_list li a .tit {
  display: block;
  font-size: 24px;
  color: #fff;
}

#main-content section.section-promotion .promo_list li > .innerwrap .tit:after,
#main-content section.section-promotion .promo_list li a .tit:after {
  display: block;
  content: " ";
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 10px 0;
}

#main-content section.section-promotion .promo_list li > .innerwrap .txt,
#main-content section.section-promotion .promo_list li a .txt {
  font-size: 16px;
  line-height: 1.45em;
  color: #ffffff;
  letter-spacing: -1px;
}

#main-content section.section-promotion .promo_list li > .innerwrap .txt em,
#main-content section.section-promotion .promo_list li a .txt em {
  font-size: 18px;
}

#main-content section.section-promotion .promo_list li > .innerwrap .detail,
#main-content section.section-promotion .promo_list li a .detail {
  display: inline-block;
  padding: 3px 9px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #dfdfdf;
  margin: 10px 0 0;
  position: absolute;
  bottom: 25px;
  left: 27px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#main-content section.section-promotion .promo_list li > .innerwrap .detail:after,
#main-content section.section-promotion .promo_list li a .detail:after {
  display: inline-block;
  content: " ";
  width: 27px;
  height: 7px;
  background-image: url("/html/_skin/mdp/img/main/detail_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

#main-content section.section-promotion .promo_list li > .innerwrap:hover .detail,
#main-content section.section-promotion .promo_list li a:hover .detail {
  opacity: 1;
}

:lang(en) #main-content section.section-promotion .promo_list li > .innerwrap, :lang(en)
#main-content section.section-promotion .promo_list li a {
  padding: 18px 25px;
}

:lang(en) #main-content section.section-promotion .promo_list li > .innerwrap .detail, :lang(en)
#main-content section.section-promotion .promo_list li a .detail {
  bottom: 20px;
  left: 24px;
}

#main-content section.section-promotion .promo_list li.labd_gallery > a {
  background-image: url("/html/_skin/mdp/img/main/labd_gallery_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main-content section.section-promotion .promo_list li.labd_shop > a {
  background-image: url("/html/_skin/mdp/img/main/labd_branch_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main-content section.section-promotion .promo_list li.labd_video > a {
  padding: 0;
}

#main-content section.section-promotion .promo_list li.labd_video > a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #main-content section.section-promotion {
    padding-bottom: 0;
  }
  #main-content section.section-promotion .promo_list {
    display: block;
  }
  #main-content section.section-promotion .promo_list > li {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #main-content section.section-promotion .promo_list > li > a .detail {
    position: static;
  }
  #main-content section.section-promotion .txt {
    font-size: 16px;
  }
  #main-content section.section-promotion .txtWrap {
    padding: 0;
  }
  #main-content section.section-promotion .img {
    display: block;
    max-width: 100%;
    z-index: 10;
    position: relative;
    margin: 0;
  }
  #main-content section.section-promotion:before {
    z-index: 1;
    max-width: 814px;
    max-height: 556px;
    background-size: 50%;
    background-position: left bottom;
  }
  #main-content section.section-promotion:after {
    z-index: 1;
    max-width: 577px;
    max-height: 627px;
    background-size: 50%;
    background-position: right bottom;
  }
}

#main-content section.section-brandstory {
  text-align: center;
  letter-spacing: -0.25px;
  background-image: url("/html/_skin/mdp/img/brandstory_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 0;
}

#main-content section.section-brandstory .row {
  height: 487px;
}

#main-content section.section-brandstory img {
  display: block;
  margin: 0 auto 50px;
  max-width: 100%;
}

#main-content section.section-brandstory header:after {
  display: none;
}

#main-content section.section-brandstory header h2 {
  color: #fff;
  font-weight: bold;
}

#main-content section.section-brandstory header .txt {
  font-size: 24px;
  color: #fff;
}

#main-content section.section-brandstory .btnWrap {
  text-align: center;
}

#main-content section.section-brandstory .btnWrap .btn {
  display: inline-block;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: rgba(62, 60, 48, 0.35);
  padding: 10px 20px;
}

@media (max-width: 767px) {
  #main-content section.section-brandstory .container > br {
    display: none;
  }
  #main-content section.section-brandstory .txt1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  #main-content section.section-brandstory .txt2 {
    font-size: 20px;
    line-height: 30px;
  }
  #main-content section.section-brandstory .txt2 em {
    font-size: 1.25em;
  }
}

#main-content section.section-review .board-wrap .gallery-list {
  margin-bottom: 0;
  padding: 20px 0 0;
}

#main-content section.section-review .board-wrap .basic-board-list {
  display: none;
}

#main-content section.section-review .review_list {
  padding-top: 30px;
  text-align: center;
  *zoom: 1;
}

#main-content section.section-review .review_list:after {
  display: block;
  content: " ";
  clear: both;
}

#main-content section.section-review .review_list > li a {
  display: block;
}

#main-content section.section-review .review_list > li a .imgWrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #dcdcdc;
  margin-bottom: 15px;
}

#main-content section.section-review .review_list > li a .imgWrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#main-content section.section-review .review_list > li a .tit {
  font-size: 0.8rem;
  color: #6f6f6f;
  padding: 5px 0;
}

#main-content section.section-review .review_list > li a .stars {
  text-align: center;
  padding: 5px 0;
}

#main-content section.section-review .review_list > li a .stars .star {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  font-size: 0;
  background-image: url("/html/_skin/mdp/img/main/star_off.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

#main-content section.section-review .review_list > li a .stars .star.on {
  background-image: url("/html/_skin/mdp/img/main/star_on.png");
}

#main-content section.section-review .review_list > li:hover a .imgWrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #00b8b4;
}

@media (max-width: 767px) {
  #main-content section.section-review .board-wrap .gallery-list figure {
    min-height: 52px;
    margin-bottom: 0;
  }
  #main-content section.section-review .board-wrap .gallery-list figure a figcaption {
    min-height: 52px;
  }
  #main-content section.section-review .review_list {
    display: block;
  }
  #main-content section.section-review .review_list > li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
}

#main-content section.section-insta {
  background-color: #eeeeee;
}

#main-content section.section-insta .insta_list {
  min-height: 220px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#main-content section.section-insta .insta_list > a {
  max-width: 100%;
  min-height: 220px;
  width: calc(20% - 5px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #dfdfdf;
}

#main-content section.section-insta .insta_list > a img {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  #main-content {
    padding-top: 0;
  }
  #main-content section[class^=section-] {
    padding: 32px 0;
  }
  #main-content section.section-visual {
    padding: 0;
  }
}

.product_list {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 30px;
}

.product_list li.prd_item {
  opacity: 0;
  display: block;
  float: left;
  border: 2px solid transparent;
  width: 24%;
  width: calc(25% - 20px);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin: 0 10px;
  margin-bottom: 15px;
}

.product_list li.prd_item:hover {
  border-color: #3f5fc4;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.product_list li.prd_item > a {
  display: block;
}

.product_list li.prd_item > a .imgWrap {
  display: table;
  width: 100%;
  border: 1px solid #f3f3f3;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.product_list li.prd_item > a .imgWrap img {
  display: table-cell;
  max-height: 270px;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.product_list li.prd_item > a .imgWrap img.noimage {
  padding: 0;
}

.product_list li.prd_item > a .prd_info {
  height: 89px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.product_list li.prd_item > a .prd_info > dt,
.product_list li.prd_item > a .prd_info > dd {
  margin-bottom: 0.5em;
}

.product_list li.prd_item > a .prd_info .item_category {
  font-weight: 300;
  color: #808080;
}

.product_list li.prd_item > a .prd_info .item_name {
  font-weight: 500;
  color: #404040;
  font-weight: 500;
}

.product_list li.prd_item > a .prd_info .item_cate {
  color: #404040;
}

.product_list li.prd_item > a .prd_info .item_price {
  color: #0066b3;
}

.product_list li.prd_item .btns {
  text-align: center;
  padding: 10px 0;
}

.product_list li.prd_item .btns > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  background-color: #b8cee3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("/html/_skin/mdp/img/main/prd_btns_spr.png");
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_list li.prd_item .btns > a:hover {
  background-color: #0b2c95;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_list li.prd_item .btns > a.cart {
  background-position: 0 center;
}

.product_list li.prd_item .btns > a.like {
  background-position: -49.5px 6px;
}

@media (max-width: 767px) {
  .product_list li.prd_item {
    width: 45%;
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

#main .gallery-list figure a {
  overflow: hidden;
}

#main .gallery-list figure a .thumb-wrap img {
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#main .gallery-list figure a:hover .thumb-wrap img {
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.board-wrap {
  padding: 0;
}

.board-wrap .category-tab {
  margin: 15px 0 30px;
}

.board-wrap .gallery-list {
  padding: 25px 0;
  border-top: 0;
  border-bottom: 0;
}

.board-wrap .gallery-list figure a figcaption {
  text-align: center;
  padding: 10px 5px;
}

.product_info {
    padding: 100px 0 20px;
  }
  
  .product_info .hide {
    display: none;
  }
  
  .product_info .col.first {
    margin-right: 60px;
  }
  
  .product_info .col .detail_goods_img {
    border: 1px solid #f3f3f3;
    text-align: center;
    height: 520px;
    line-height: 518px;
  }
  
  .product_info .col .detail_goods_img > img {
    display: inline-block;
    vertical-align: middle

  }
  
 
  
  .product_info .col .prdInfo .detail_title {
    padding: 24px 0;
    font-size: 18px;
    line-height: 24px;
    color: #404040;
    word-break: keep-all;
  }

  .product_info .col .prdInfo .detail_title strong {
      font-size: 40px;
      color: #444; 
      display: block; padding-bottom: 10px;
      font-weight: normal;
  }

  .product_info .col .prdInfo .detail_title .txt { 
      color: #444;
      font-size: 20px;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul {
    padding: 20px 0;
    border-top: 1px solid #dadada;
   
  }
  .product_info .col .prdInfo .detail_info .option_area > ul.info2 {
    border-bottom: 1px solid #dadada;
   
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li {
    font-size: 15px;
    color: #474747;
    *zoom: 1;
  }

  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty { 
      padding-top: 10px;
      border-top: 1px solid #dadada;
      margin-top: 10px;
  }
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .qty_inner { 
      border:1px solid #dfdfdf
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li:after {
    display: block;
    content: " ";
    clear: both;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li > span {
    display: inline-block;
    vertical-align: bottom;
    padding: 7px 0;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li .tit {
    width: 22%;
    margin-right: 1%;
    display: block;
    float: left;
    padding-left: 20px;
    color: #444444;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.model {
    display: none;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.price {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.price .txt {
    font-size: 18px;
    color: #02b7b2;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.price .txt strong {
    font-size: 24px;
    font-weight: bold;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.price + li {
    padding-top: 15px;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .goods_qty_inner {
    line-height: 38px;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .qtyBox {
    float: right;
    position: relative;
    width: 80px;
    height: 30px;
    margin-right: 10px;
    top: 4px;
  }
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .tit {
    width: 22%;
    margin-right: 1%;
    display: block;
    float: left;
    line-height: 40px;
    padding-left: 20px;
    color: #444444;
    font-size: 14px;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .qtyBox > input {
    max-width: 100%;
    height: 30px;
    line-height: 28px;
    border: 1px solid #d7d7d7;
    padding-right: 20px;
    padding-left: 5px;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .qtyBox > a {
    position: absolute;
    left: 60px;
    border: 1px solid #d7d7d7;
    width: 20px;
    height: 16px;
    line-height: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .qtyBox > a:before {
    font-size: 10px;
    display: inline-block;
    content: " ";
    width: 9px;
    height: 5px;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .qtyBox > a.qty_up {
    top: 0;
    right: 0;
    background: #fff url("/html/_skin/mdp/img/btn_qty_up.gif") no-repeat center;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.qty .qtyBox > a.qty_down {
    bottom: 0;
    right: 0;
    background: #fff url("/html/_skin/mdp/img/btn_qty_down.gif") no-repeat center;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.total_price .txt {
    font-size: 18px;
    color: #0971ce;
    float:right;
    padding: 0;
  }
  
  .product_info .col .prdInfo .detail_info .option_area > ul > li.total_price .txt strong {
    font-size: 24px;
    font-weight: bold;
  }
  
  .product_info .col .prdInfo .detail_info .option_area .detail_btn {
      padding-top: 20px;
    /*
                          font-size: 0;
                          padding: 20px 0;
  
                          a:first-child {
                              margin-right: 2%;
                          }
  
                          .btn_buy,
                          .btn_cart {
                              display: inline-block;
                              border: 1px solid #091520;
                              color: #091520;
                              text-align: center;
                              font-size: 16px;
                              padding: 18px;
                              width: 49%;
  
                              &:after {
                                  display: inline-block;
                                  content: ">";
                                  margin-left: 25px;
                              }
                          }
                          */
  }
  
  @media (max-width: 767px) {
    .product_info {
      padding: 30px 0;
    }
    .product_info .row {
      display: block;
    }
    .product_info .row .col {
      width: 100%;
    }
    .product_info .row .col .prdInfo .detail_info .option_area {
      margin-bottom: 0 !important;
    }
    .product_info .row .col .prdInfo .detail_info .option_area > ul > li .tit {
      width: 30%;
    }
  }
  
  #shopTab {
    *zoom: 1;
  }
  
  #shopTab:after {
    display: block;
    content: " ";
    clear: both;
  }
  
  #shopTab > li {
    position: relative;
    border: 1px solid #dad8d4;
    width: 25%;
  }
  
  #shopTab > li > a {
    display: block;
    background-color: #f9f9f9;
    color: #535353;
    padding: 15px 23px;
  }

#shopTab > li > a.active {
	background-color: #464646;
	color: #fff;
}

  #shopTab > li.active { 
      border-bottom: 0;
  }
  
  #shopTab > li.active > a {
    color: #666666;
    background-color: #fff;
     text-align: center;
  }
  
  @media (max-width: 767px) {
    #shopTab {
      display: block;
    }
    #shopTab > li {
      width: 100%;
    }
  }
  
  #shopTabContent {
    margin-top: -2px;
    margin-bottom: 50px;
  }
  
  #shopTabContent .tab-pane {
    padding: 25px 20px;
    background-color: #fff;
    border-top: 1px solid #dad8d4;
  }
  
  #shopTabContent .tab-pane h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
  }
  
  #shopTabContent .tab-pane img {
    max-width: 100%;
  }
  
  #shopTabContent .tableWrap {
    margin-bottom: 20px;
  }
  
  #shopTabContent .tableWrap caption {
    text-align: left;
    color: #5a5a5a;
    font-size: 18px;
    position: relative;
    margin: 0 0 15px;
  }
  
  #shopTabContent .tableWrap caption:before {
    display: block;
    content: " ";
    width: 47px;
    height: 4px;
    margin: 0 auto 5px 0;
    background-color: #d8d8d8;
  }
  
  #shopTabContent .tableWrap .table {
    width: 100%;
    margin-bottom: 10px;
  }
  
  #shopTabContent .tableWrap .table tr:first-child th,
  #shopTabContent .tableWrap .table tr:first-child td {
    border-top: 2px solid #adadad;
  }
  
  #shopTabContent .tableWrap .table tr th:first-child,
  #shopTabContent .tableWrap .table tr td:first-child {
    border-left-width: 0;
  }
  
  #shopTabContent .tableWrap .table tr th:last-child,
  #shopTabContent .tableWrap .table tr td:last-child {
    border-right-width: 0;
  }
  
  #shopTabContent .tableWrap .table th,
  #shopTabContent .tableWrap .table td {
    border: 1px solid #d9d9d9;
    padding: 7px 15px 9px;
    font-size: 14px;
  }
  
  #shopTabContent .tableWrap .table th {
    background-color: #f8f8f8;
    text-align: left;
    font-weight: 400;
    color: #545454;
  }
  
  #shopTabContent .tableWrap .table td {
    background-color: #fff;
    font-weight: 300;
    color: #1b1b1b;
  }
  
  @media (max-width: 767px) {
    #shopTabContent .tab-pane {
      padding: 15px 0;
    }
    #shopTabContent .tableWrap {
      overflow-x: auto;
    }
    #shopTabContent .tableWrap .table {
      min-width: 640px;
    }
  }
  
  /* 버튼 */
  .detail_btn {
    *zoom: 1;
  }
  
  .detail_btn:after {
    display: block;
    content: " ";
    clear: both;
  }
  
  .detail_btn a {
    margin: 14px 0 0;
    width: 50%;
    height: 65px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
  
  .detail_btn .btn_cart {
    float: left;
    border:1px solid #dfdfdf;
    line-height: 63px;
    color: #444444;

  
  }
  .detail_btn .btn_wish {
    float: left;
    border:1px solid #dfdfdf;
    line-height: 63px;
    border-left: 0;
    color: #444444;

  
  }
  
  .detail_btn .btn_buy {
    float: left;
    background: #0971ce;
    line-height: 65px;
    color: #fff;
  }
  
  
  
  /* 장바구니담기 layer */
  .cart_layer, .wish_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin: auto;
    width: 450px;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
  }
  
  .cart_layer h1, .wish_layer h1 {
    padding: 0 0 0 19px;
    height: 34px;
    background: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
  }
  
  .cart_layer_txt {
    padding: 232px 0 53px;
    background: url("/html/_skin/mdp/img/ico_cart_layer.png") no-repeat 50% 69px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #111;
    text-align: center;
  }
  
  .cart_layer_btn {
    width: 100%;
    height: 60px;
    background: #f3f3f3;
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  
  .cart_layer_btn a {
    display: inline-block;
    margin: 13px 5px 0;
    width: 140px;
    height: 35px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
  }
  
  :lang(ja) .cart_layer_btn a {
    width: 160px;
  }
  
  .cart_layer_btn a:first-child {
    background: #000;
    line-height: 35px;
    color: #fff;
  }
  
  .cart_layer_btn a:last-child {
    border: 1px solid #000;
    background: #fff;
    line-height: 33px;
    color: #000;
  }
  
  .cart_layer_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url("/img/cart_layer_close.png") no-repeat 0 0;
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
    .cart_layer {
      width: 250px;
      height: 211px;
    }
    .cart_layer_txt {
      padding: 75px 40px 20px;
      background-position: 50% 15px;
      background-size: 20% auto;
      font-size: 13px;
      line-height: 15px;
    }
    .cart_layer_btn {
      padding: 0 20px;
      box-sizing: border-box;
      height: 50px;
    }
    .cart_layer_btn a {
      margin: 10px 0 0;
      width: 48%;
      height: 30px;
      font-weight: 400;
      font-size: 12px;
    }
    .cart_layer_btn a:first-child {
      float: left;
      line-height: 30px;
    }
    .cart_layer_btn a:last-child {
      float: right;
      line-height: 28px;
    }
  }
  
  /* wish list */
  .product_list.wishlist .prd_item {
    position: relative;
  }
  
  .product_list.wishlist .prd_item .removeWish {
    display: none;
  }
  
  .product_list.wishlist .prd_item:hover .removeWish {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 33px;
    font-size: 0;
    z-index: 9999999999;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/html/_skin/mdp/img/closeBtn_white.png");
    background-color: #02b7b2;
  }
  





* { padding: 0; margin: 0; box-sizing: border-box;}
ol,ul { list-style: none; }
a { text-decoration: none; }
img {vertical-align: middle;}
.cb::after {content: ""; display: block; clear: both;}

.wrap { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 20px;}

.mainSlide { position: relative;}
.mainSlide .bx-controls { position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center; font-size: 0;}
.mainSlide .bx-controls .bx-pager-item { display: inline-block;}
.mainSlide .bx-controls .bx-pager-item a { display: block; text-indent: -9999px; width: 10px; height: 10px; border-radius: 50%; -webkit-border-radius: 50% ; -moz-border-radius: 50% ; -ms-border-radius: 50% ; -o-border-radius: 50% ; border:1px solid #515758 ; transition:all .3s; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; margin:0 5px}
.mainSlide .bx-controls .bx-pager-item a.active { background-color: #515758;}






.mainAbout {  padding-top: 38px; padding-bottom: 37px;}
.mainAbout .wrap { padding:0 20px; }
.mainAbout .leftBox { float: left; width: 570px; }
.mainAbout .rightBox { float: right; width: 570px; }
.mainAbout .rightBox ul li:first-child { margin-bottom: 21px; }

.mainBanner { background-image: linear-gradient(to top,#e1e1e1, #f6f6f6 ); padding: 40px 0 20px;}
.mainBanner .leftBox { float: left;padding-left: 40px; padding-top: 50px;}
.mainBanner .leftBox .textArea strong {  font-size: 48px; color: #333; display: block;}
.mainBanner .leftBox .textArea strong b { color: #0169b4; position: relative;}
.mainBanner .leftBox .textArea strong b::after {content: ''; position: absolute; left: -20px; bottom: -15px; width: 188px; height: 24px; background: url(../img/i_text.png) no-repeat 0 0;}
.mainBanner .leftBox .textArea span {  display: block;font-size: 22px; line-height: 48px; color: #666; }
.mainBanner .leftBox .textArea p { font-size: 16px; display: block; line-height: 24px; color: #666; }
.mainBanner .leftBox .btnArea { padding-top: 30px; } 
.mainBanner .leftBox .btnArea a { display: inline-block; width: 131px; height: 46px; border:1px solid #cccccc; border-radius: 30px; font-size: 15px; text-align: center; color: #333;  line-height: 44px;}
.mainBanner .rightBox {  float:right; padding-right: 90px;} 

.mainBest { padding:70px 0 ;  }
.mainBest h2 { text-align: center; font-size: 32px; color: #333; padding-bottom: 20px; position: relative; font-weight: normal;}
.mainBest h2::after { content: ''; display: block;position: absolute;  border-bottom: 3px solid #0169b4; width: 85px; height: 3px; left: 50%; margin-left: -42.5px; bottom:0;}



.mainBest {  }
.listBox.productList { padding: 40px 0; }
.listBox.productList ul { padding:0 10px; }
.listBox.productList ul li { float: left; width: 25%; padding:0 10px; margin-bottom: 20px; }
@media (min-width:1200px) {
    .listBox.productList ul li .lbContent { height: 401px; }
}

.listBox.productList ul li .imgArea { border:1px solid #efefef; background-color: #fcfbfe; height: 276px; text-align: center; line-height: 274px; overflow: hidden; position: relative;}
.listBox.productList ul li .imgArea img { width: 100%;}
.listBox.productList ul li .imgArea .btnArea { position: absolute; bottom: 10px; right: 5px;}
.listBox.productList ul li .imgArea .btnArea a {  display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    background-color: #b8cee3;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: url("/html/_skin/mdp/img/main/prd_btns_spr.png");
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
.listBox.productList ul li .imgArea .btnArea a.cart {
    background-position: 0 center;
}
.listBox.productList ul li .imgArea .btnArea a.like {
    background-position: -49.5px 6px;
}
.listBox.productList ul li .textArea { padding-top: 10px; }
.listBox.productList ul li .textArea strong { color: #414141; font-size: 18px; display: block; padding-bottom: 10px;}
.listBox.productList ul li .textArea p { font-size: 13px; color: #666; height: 34px;}
.listBox.productList ul li .priceArea { color: #0169b4; font-size: 14px; padding-top: 10px; }


.mainIntro { background: url(../img/mainIntroBg.png) no-repeat center 0; height: 516px; padding:40px 0 70px; }
.mainIntro h2 { text-align: center; letter-spacing: -1px}
.mainIntro h2 span { display: block; color: #414141; font-size: 26px; font-weight: normal;}
.mainIntro h2 strong { color: #414141; font-size: 36px; }
.mainIntro h2 strong b { color: #0169b4; font-size: 36px; padding-left: 15px;}
.mainIntro .introList { padding-top: 30px; }
.mainIntro ul li { float: left; width: 25%; }
.mainIntro ul li .ilContent { text-align: center; }
.mainIntro ul li .ilContent .textArea { padding-top: 15px; }
.mainIntro ul li .ilContent .textArea strong { font-size: 26px; color: #414141; display: block; text-align: center;  padding-bottom: 15px;}
.mainIntro ul li .ilContent .textArea p { color: #414141; font-size: 13px;   } 

.mainAll { padding:70px 0 ;  }
.mainAll h2 { text-align: center; font-size: 32px; color: #333; padding-bottom: 20px; position: relative; font-weight: normal;}
.mainAll h2::after { content: ''; display: block;position: absolute;  border-bottom: 3px solid #0169b4; width: 85px; height: 3px; left: 50%; margin-left: -42.5px; bottom:0;}






.cb::after {content: ""; display: block; clear: both;}


.title_container { display: none;}
.sidemenu-wrap { display: none;}
.subvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11.25rem;
    text-align: center;
    padding: 0 20px;
}
.subvisual .title {
    font-size: 2.8125rem;
    font-weight: 700;
    color: #fff;
}
.subvisual.subvisual_01 { background: url('/html/_skin/mdp/img/sub/bg_sub_visaul_01.jpg') no-repeat center 0; background-size: cover;}
.subvisual.subvisual_02 { background: url('/html/_skin/mdp/img/sub/bg_sub_visaul_022.jpg') no-repeat center 0; background-size: cover;}
.subvisual.subvisual_03 { background: url('/html/_skin/mdp/img/sub/bg_sub_visaul_03.jpg') no-repeat center 0; background-size: cover;}
.subvisual.subvisual_04 { background: url('/html/_skin/mdp/img/sub/bg_sub_visaul_044.jpg') no-repeat center 0; background-size: cover;}
.subvisual.subvisual_05 { background: url('/html/_skin/mdp/img/sub/bg_sub_visaul_05.jpg') no-repeat center 0; background-size: cover;}
.subvisual.subvisual_member { background: url(../img/memberBg.jpg) no-repeat center 0; background-size: cover;display: none;}
.subvisual.subvisual_product {display: none;}
@media (max-width: 767px) {
    .subvisual {
        height: 100px;
    }
    .subvisual .title {
        font-size: 26px;
    }
    .subvisual.subvisual_02 {background-position: 35% 0;justify-content: flex-end;}
    .subvisual.subvisual_03 {background-position: 35% 0;justify-content: flex-end;}
    .subvisual.subvisual_04 {background-position: 35% 0;justify-content: flex-end;}
}


.subCommon { padding: 40px 0 }
.subCommon h2 { text-align: center; font-size: 32px; color: #414141 ; line-height: 30px; position: relative; padding-bottom: 20px; font-weight: normal;}
.subCommon h2::after { content: ''; display: block;position: absolute; left: 50%; width: 85px; height: 3px; background: #0169b4; bottom: 0; margin-left: -42.5px;  }
.subCommon .cateBox { text-align: center; padding-top: 60px;}
.subCommon .cateBox ul { display: inline-block; }
.subCommon .cateBox ul li { float: left; padding:0 20px;}
.subCommon .cateBox ul li a { display: block; padding:0 20px; font-size: 18px; color: #414141; padding-bottom: 10px;}
.subCommon .cateBox ul li.on a { color: #0169b4; border-bottom: 2px solid #0169b4; font-weight: bold;}


.sub2_1 h3 { padding-left: 20px; position: relative; font-size: 26px; line-height: 30px; color: #333;}
.sub2_1 h3::before { content: ''; display: block;position: absolute; left: 0; top: 5px; background-color: #0971ce; width: 5px; height: 25px;}

.sub2_1_1 { padding-bottom: 40px }
.sub2_1_1 .imgArea { text-align: center; }
.sub2_1_2 { background: url(../img/sub2_1_2_bg.jpg) no-repeat center 0; height: 645px; }
.sub2_1_2 .wrap > p {  text-align: center; line-height: 30px; font-size: 31px; font-weight: bold; color: #fff; padding: 40px 0 80px; }
.sub2_1_2 .textBox { padding: 20px 0; }
.sub2_1_2 .textBox ul { padding:0 10px; }
.sub2_1_2 .textBox ul li { float: left; width: 33.3333%; padding:0 10px; }
.sub2_1_2 .textBox ul li .tbContent { background-color: #fff; border-radius: 10px; height: 400px; position: relative;}
.sub2_1_2 .textBox ul li .tbContent .tbNum { position: absolute; left: 50%; top: -33px; margin-left: -32.5px; width: 65px; height: 65px; border:1px solid #e1e1e1; border-radius: 50%; overflow: hidden; background-color: #fff; line-height: 58px; text-align: center;}
.sub2_1_2 .textBox ul li .tbContent .tbNum span { display: inline-block; border-radius: 50%; width: 49px; height: 49px; background-color: #0169b4; text-align: center; color: #fff; font-size: 24px ; vertical-align: middle; line-height: 49px;}
.sub2_1_2 .textBox ul li .tbContent .textArea { padding:60px 10px 0; }
.sub2_1_2 .textBox ul li .tbContent .textArea strong { display: block; text-align: center; color: #333; font-size: 26px; }
.sub2_1_2 .textBox ul li .tbContent .textArea p { color: #666; font-size: 14px; line-height: 22px; text-align: center; padding-top: 20px; }

.sub2_1_3 { padding: 80px 0 60px; }
.sub2_1_3 h3 { padding-bottom: 40px; }
.sub2_1_3 p {font-size: 14px; line-height: 20px; color: #555;}
.sub2_1_3 p strong { font-size: 22px; line-height: 30px; color: #333; display: block; padding-bottom: 15px;}


.sub2_2 h3 { padding-left: 20px; position: relative; font-size: 26px; line-height: 30px; color: #333; padding-bottom: 40px;}
.sub2_2 h3::before { content: ''; display: block;position: absolute; left: 0; top: 5px; background-color: #0971ce; width: 5px; height: 25px;}
.sub2_2 .wrap { padding: 40px 20px; }
.sub2_2 .wrap::after {content: ''; display: block; clear: both}
.sub2_2 .wrap .leftBox { float: left; width: 50%; padding-right: 20px;}
.sub2_2 .wrap .rightBox { float: right; width: 50%; }
.sub2_2 p { line-height: 24px; font-size: 14px; color: #555;  margin-bottom: 20px; }
.sub2_2 p b { font-size: 24px; color: #0971ce;  margin-right: 5px;}

.sub2_2 .sub2_2_1 { padding-top: 40px; }
.sub2_2 .sub2_2_2 { background-color: #fafafa; padding: 20px 0; }
.sub2_2 .sub2_2_2 .wrap { padding:40px 20px}
.sub2_2 .sub2_2_2 .leftBox .bgBox { background: url(../img/sub2_2_2.jpg ) no-repeat 0 0; width: 570px; height: 400px; position: relative; }
.sub2_2 .sub2_2_2 .leftBox .bgBox .textBox { position: absolute; right: 0;	bottom: 20px;	  }
.sub2_2 .sub2_2_2 .leftBox .bgBox .textBox strong { display: block; color: #fff; font-size: 22px; line-height: 30px; font-weight: normal; padding:10px 30px; }
.sub2_2 .sub2_2_2 .leftBox .bgBox .textBox p { padding:20px 30px; 	background-color: rgba(255,255,255,.8); color: #555555; font-weight: normal; padding-right: 60px;	}
.sub2_2 .sub2_2_2 .rightBox { padding-top: 40px;	padding-left: 20px; }

.sub2_2 .sub2_2_3 { padding: 60px 0; }
.sub2_2 .sub2_2_3 .wrap { padding: 0 20px }
.sub2_2 .sub2_2_3 .bgBox { background: url(../img/sub2_2_3.jpg) no-repeat 0 0; width: 100%;	 height: 378px;	  position: relative;	}
.sub2_2 .sub2_2_3 .bgBox .textBox { background-color: rgba(9,113,206,.5); position: absolute;	left: 0;	 bottom: 0;	padding: 30px 40px; width: 850px;	}
.sub2_2 .sub2_2_3 .bgBox .textBox strong { display: block;color: #fff; font-size: 20px; padding-bottom: 20px; font-weight: normal;	 }
.sub2_2 .sub2_2_3 .bgBox .textBox p { color: #fff; font-size: 14px; line-height: 24px;	font-weight: normal; margin: 0;	 }

.sub2_3 h3 { padding-left: 20px; position: relative; font-size: 26px; line-height: 30px; color: #333;margin-left: 15px;}
.sub2_3 h3::before { content: ''; display: block;position: absolute; left: 0; top: 5px; background-color: #0971ce; width: 5px; height: 25px;}
.sub2_3 .wrap { padding:0 15px}
.sub2_3 .sub2_3_1 p {font-size: 14px; line-height: 24px; color: #555; padding-top: 20px;  padding-left: 15px;}
.sub2_3 .sub2_3_1 .listBox { padding:  40px 0;}
.sub2_3 .sub2_3_1 .listBox ul li { float: left ; width: 33.3333%; padding: 0 15px; margin-bottom: 30px;}
.sub2_3 .sub2_3_1 .listBox ul li .imgArea { text-align: center;}
.sub2_3 .sub2_3_1 .listBox ul li .textArea strong { display: block; font-size: 16px; font-weight:normal; line-height: 24px; color: #333; padding-top: 10px;  height: 60px; }




.sub3_1 h3 { padding-left: 20px; position: relative; font-size: 26px; line-height: 30px; color: #333; padding-bottom: 40px;}
.sub3_1 h3::before { content: ''; display: block;position: absolute; left: 0; top: 5px; background-color: #0971ce; width: 5px; height: 25px;}
.sub3_1 { padding-bottom: 200px; }

.sub3_1 .sub3_1_1 { padding-bottom: 50px;}
.sub3_1 .sub3_1_2 .wrap > p { color: #555; font-size: 14px; line-height: 24px; padding-top: 20px;		 }
.sub3_1 .sub3_1_2 .textBox { padding-top: 100px; }
.sub3_1 .sub3_1_2 .textBox ul li { float: left; width: 33.3333%;	 padding: 0 5px; }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent { background-image:linear-gradient(to top,#ededf8, #edf5ff); border-radius: 10px; box-shadow: 1px 3px 5px 2px rgba(0,0,0,.2); height: 562px; position: relative;}
.sub3_1 .sub3_1_2 .textBox ul li .tbContent  .tbNum { position: absolute; left: 50%; top: -33px; margin-left: -32.5px; width: 65px; height: 65px; border:1px solid #e1e1e1; border-radius: 50%; overflow: hidden; background-color: #fff; line-height: 58px; text-align: center;}
.sub3_1 .sub3_1_2 .textBox ul li .tbContent  .tbNum span { display: inline-block; border-radius: 50%; width: 49px; height: 49px; background-color: #0169b4; text-align: center; color: #fff; font-size: 24px ; vertical-align: middle; line-height: 49px;}
.sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea { padding-top: 70px; }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea  strong { text-align: center; display: block; text-align: center; font-size: 28px; line-height: 30px; color: #333;  padding-bottom: 20px;}
.sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea span { display: block; text-align: center; font-size: 18px; color: #0917ce ; line-height: 22px; }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea p { text-align: center; font-size: 14px; line-height: 22px; color: #666; padding-top: 30px; }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea dl { padding:20px 10px;  line-height: 22px;}
.sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea dt { color: #333; font-size: 14px; font-weight: bold; }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea dd { color: #666; font-size: 14px; font-weight: normal; }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent.type1 { background-image: url(../img/typeBg_1.png ), linear-gradient(to top,#ededf8, #edf5ff); background-position: 102% 100%, 0 0 ; background-repeat: no-repeat }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent.type2 { background-image: url(../img/typeBg_2.png ), linear-gradient(to top,#ededf8, #edf5ff); background-position: 95% 100%, 0 0 ; background-repeat: no-repeat }
.sub3_1 .sub3_1_2 .textBox ul li .tbContent.type3 { background-image: url(../img/typeBg_3.png ), linear-gradient(to top,#ededf8, #edf5ff); background-position: 120% 100%, 0 0 ; background-repeat: no-repeat }


.sub3_2 h3 { padding-left: 20px; position: relative; font-size: 26px; line-height: 30px; color: #333;}
.sub3_2 h3::before { content: ''; display: block;position: absolute; left: 0; top: 5px; background-color: #0971ce; width: 5px; height: 25px;}
.sub3_2 h4 {  font-size: 22px; position: relative; padding-bottom: 20px; margin-bottom: 20px; line-height: 30px; color: #333;}
.sub3_2 h4::after {content: ''; display: block; position: absolute; left: 0;bottom: 0; width: 40px; height: 3px; background-color: #0971ce;}
.sub3_2 .mapBox { padding: 40px 0; }
.sub3_2 .tableBox { padding-bottom: 40px; }
.sub3_2 .tableBox table { width: 100%; border:1px solid #dfdfdf; border-collapse: collapse; border-spacing: 0; }
.sub3_2 .tableBox table tr { border-bottom: 1px solid #dfdfdf; }
.sub3_2 .tableBox table th { background-color: #fafafa; text-align: left; padding-left: 20px; height: 40px; font-size: 14px ; color: #666; width: 25%; vertical-align: middle  }
.sub3_2 .tableBox table td { width: 75%; padding-left: 20px; font-size: 14px; color: #666;vertical-align: middle}
.sub3_2 .leftBox { float: left; width: 50%; padding-right: 10px;}
.sub3_2 .rightBox { float: right ; width: 50%;  padding-left: 10px;}

.sub3_3 h3 { padding-left: 20px; position: relative; font-size: 26px; line-height: 30px; color: #333;}
.sub3_3 h3::before { content: ''; display: block;position: absolute; left: 0; top: 5px; background-color: #0971ce; width: 5px; height: 25px;}
.sub3_3 p { font-size: 14px; line-height: 24px;  color: #555; padding-top: 20px;}
.sub3_3 .cateBox { padding-top: 40px; padding-bottom: 20px; }
.sub3_3 .cateBox ul li { float: left; width: 20%;  }
.sub3_3 .cateBox ul li a { display: block; height: 60px; line-height: 58px; text-align: center; font-size: 15px; color: #555; border:1px solid #eeeeee; border-right: 0} 
.sub3_3 .cateBox ul li:last-child a { border-right:1px solid #eee; }
.sub3_3 .cateBox ul li.on a { background-color: #0169b4; color: #fff; border-color:#0169b4; }
.sub3_3 .listBox ul { padding: 0 10px; }
.sub3_3 .listBox ul li { float: left; width: 33.3333%; padding:0 10px; margin-bottom: 20px;}
.sub3_3 .listBox ul li .lbContent { height: 250px; text-align: center;}
.sub3_3 .sub3_3_1 { padding-bottom: 100px;}

.sub4_1 h3 { padding-left: 20px; position: relative; font-size: 26px; line-height: 30px; color: #333; margin-bottom: 20px;}
.sub4_1 h3::before { content: ''; display: block;position: absolute; left: 0; top: 5px; background-color: #0971ce; width: 5px; height: 25px;}
.sub4_1 .basic-board-list 

/* 상품상세 */
.shop_detail .detail_goods_img { border:1px solid #dfdfdf;  overflow: hidden; text-align: center;  }
.shop_detail .detail_goods_img img { max-width: 80%; vertical-align: middle}
.shop_detail .detail_title { font-size: 40px; }

@media (min-width: 961px) {
	#header {
		height: 149px;
	}
	#header:hover {
/*		height: 335px;*/
	}
	#header .header-main {
		text-align: right;
		font-size: 0;
	}
	#header .header-main .container {
		position: relative;
	}
	.product_search_wrap {
		position: relative;
		display: inline-block;
		top: auto;
		right: auto;
		vertical-align: top;
    	margin-top: 32px;
		margin-left: 22px;
		border-radius: 20px;
		overflow: hidden;
	}
	.product_search_inner__bg {
		padding: 0 10px;
	}
	#header .header-main .logo_wrap {
		position: absolute;
		top: 10px;
		left: 20px;
		float: none;
	}
	#header .header-main .logo_wrap h1 a {
		padding: 0;
	}
	#wrap #header .gnbWrap .gnb > ul > li {
		padding: 0;
		width: auto !important;
	}
	#wrap #header .gnbWrap .gnb > ul > li > a {
		margin-bottom: 0;
    	line-height: 105px;
		font-size: 22px;
		padding: 0 22px;
	}
	#wrap #header .gnbWrap .gnb > ul > li > a:hover {
		color: #c31e55;
	}
	#wrap #header .gnbWrap .gnb > ul > li:last-child > a:before {
		content: "";
		position: relative;
		display: inline-block;
		width: 28px;
		height: 26px;
		background: url('/html/_skin/mdp/img/ico_gnb_heart.png') no-repeat center;
		vertical-align: middle;
		margin-top: -5px;
    	margin-right: 10px;
	}
	#wrap #header .gnbWrap .gnb > ul > li + li > a:before {
		display: none;
	}
	#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap {
		position: absolute;
		top: 100%;
		left: 50%;
		width: auto;
		white-space: nowrap;
		transform: translateX(-50%);
		padding: 10px 0;
		background-color: #c31e55;
		
		display: none;
	}
	#wrap #header .gnbWrap .gnb > ul > li:hover .sub-menu-wrap {
		display: block;
	}
	#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap .sub-menu > li > a {
		display: block;
		color: #fff;
		font-size: 16px;
		padding: 7px 20px;
		font-weight: 700;
		text-align: center;
	}
	#wrap #header .gnbWrap .gnb > ul > li .sub-menu-wrap .sub-menu > li:hover > a {
		color: #fff568;
	}
}

@media (min-width:768px) and ( max-width:1200px) {
    #wrap { width: 100%; min-width: 768px; overflow: hidden;}
    #header { min-width: 768px;}
    .wrap { width: 100%;}

    .subWrap { padding:0 10px}

    .mainSlide img { width: 100%; }

    .mainAbout .leftBox { width: 50%; padding-right: 10px;}
    .mainAbout .leftBox img { width: 100%;}
    .mainAbout .rightBox {width: 50%; padding-left: 10px;}
    .mainAbout .rightBox img { width: 100%;}

    .mainBanner .leftBox { width: 60%; padding-top: 20px; padding-left: 20px;}
    .mainBanner .leftBox .textArea strong { font-size: 38px;}
    .mainBanner .leftBox .textArea span { font-size: 20px;}
    .mainBanner .leftBox .textArea p { font-size: 14px;}
    .mainBanner .rightBox { width: 40%; padding-right: 10px;}
    .mainBanner .rightBox img { width: 100%; max-width: 386px;}

    .listBox.productList { }
    .listBox.productList ul {padding: 0;}
    .listBox.productList ul li { width: 33.3333%;}
    .listBox.productList ul li .imgArea { height: 220px;}
    .listBox.productList ul li .textArea p { height: 50px;}

    .mainIntro ul li { padding:0 5px}
    .mainIntro ul li .ilContent .imgArea {  text-align: center;}
    .mainIntro ul li .ilContent .imgArea img { width: 50%;}
    .mainIntro ul li .ilContent .textArea strong { font-size: 20px;}
    .mainIntro ul li .ilContent .textArea p { font-size: 12px;}

    .sub2_1_1 .imgArea img { width: 100%; }
    .sub2_1_2 { height: auto; background-size:cover;}
    .sub2_1_2 .textBox ul li .tbContent { height: 500px;}
    .sub2_1_2 .textBox ul li .tbContent .textArea { padding-top: 40px;}
    .sub2_1_2 .textBox ul li .tbContent .textArea strong { font-size: 18px;}
    .sub2_1_2 .textBox ul li .tbContent .textArea p { font-size: 12px;}

    .sub2_2 .wrap { padding: 20px 10px}
    .sub2_2 .wrap .rightBox img { width: 100%;}
    .sub2_2 .sub2_2_2 .wrap { padding: 20px 10px}
    .sub2_2 .wrap .leftBox { width: 100%; float:none}
    .sub2_2 .sub2_2_2 .leftBox { width: 100%; float:none; padding: 0;}
    .sub2_2 .sub2_2_2 .leftBox .bgBox { width: 100%; background-size: cover;}
    .sub2_2 .wrap .rightBox { width: 100%; float:none; padding:0}

    .sub2_2 .sub2_2_3 .bgBox .textBox { width: 100%;}
    .sub2_2 .sub2_2_3 .wrap { padding:0 }

    .sub2_3 .wrap { padding:0;}
    .sub2_3 .sub2_3_1 .listBox ul li { width: 50%;}
    .sub2_3 .sub2_3_1 .listBox ul li .textArea strong { text-align: center; }

    .sub3_1 h3 { font-size: 22px;}
    .sub3_1 .sub3_1_1 .imgArea img { width: 100%;}
    .sub3_1 .sub3_1_2 .wrap > p { padding-top: 0;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea { padding-top: 40px;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea strong { font-size: 17px; }
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea span { font-size: 15px; padding-bottom: 15px;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea p { font-size: 13px; padding:0 10px}

    .sub3_3 .cateBox ul li a { height: 50px; line-height: 48px; font-size: 13px; }
    .sub3_3 .listBox ul { padding: 0;}
    .sub3_3 .listBox ul li { padding: 0 5px; }
    .sub3_3 .listBox ul li .lbContent { height: 160px;}
    .sub3_3 .listBox ul li .lbContent img { width: 100%;}

    .product_info .col.first { margin-right: 0;}
    .product_info .col .prdInfo .detail_info .option_area > ul > li { font-size: 13px;}

}

@media (min-width:768px) and ( max-width:960px ) {
    #main-content { padding-top: 0;}
    #header .header-main { height: 60px;}
}

@media ( max-width:768px) {
    footer .footerLogo { float:none ; text-align: center; padding: 0; text-align: center; padding-bottom: 15px;}
    footer .footerDesc { float: none; text-align: center; font-size: 12px ;}
    footer .footerCopy { float: none; text-align: center; padding-top: 15px;}

/*    #header .header-main .logo_wrap h1 a img { width: 150px; }*/
    #header .header-main .nav_wrap .toggler { left: -46px; top: 57px;}
    #header .header-main .nav_wrap .toggler:not(.on) {display: none;}
    #header .header-main .nav_wrap .toggler > span { height: 4px; width: 28px;}
    #header .header-main .nav_wrap .toggler.on .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
        -moz-transform: rotate(45deg) translate(-8px, -8px);
        -ms-transform: rotate(45deg) translate(-8px, -8px);
        -o-transform: rotate(45deg) translate(-8px, -8px);
}
#header .header-main .nav_wrap .toggler.on .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
    -moz-transform: rotate(-45deg) translate(-6px, 6px);
    -ms-transform: rotate(-45deg) translate(-6px, 6px);
    -o-transform: rotate(-45deg) translate(-6px, 6px);
}

    .mainSlide img { width: 100%; }
    .mainSlide .bx-controls { bottom: 10px;}

    .mainAbout { padding-top: 15px;}
    .mainAbout .leftBox { width: 100%; float:none;  padding: 0; padding-bottom: 10px;}
    .mainAbout .leftBox img { width: 100%;}
    .mainAbout .rightBox {width: 100%;float:none; padding: 0;}
    .mainAbout .rightBox ul li:first-child { margin-bottom: 10px;}
    .mainAbout .rightBox ul li img { width: 100%;}
 

    .mainBanner .rightBox { float:none; padding: 0;}
    .mainBanner .rightBox .imgArea { text-align: center; padding-bottom: 20px;}
    .mainBanner .rightBox img { width: 50%; }
    .mainBanner .leftBox { float: none; padding: 0 10px;}
    .mainBanner .leftBox .textArea strong { font-size: 25px;}
    .mainBanner .leftBox .textArea span { font-size: 17px;}
    .mainBanner .leftBox .textArea p { font-size: 14px;}
    .mainBanner .leftBox .btnArea { text-align: center;}

    .mainBest { padding-top: 30px;}
    .mainBest h2 { font-size: 22px;}

    .listBox.productList ul { padding: 0;}
    .listBox.productList ul li { width: 50%; padding:0 5px}
    .listBox.productList ul li .imgArea { height: 180px; line-height: 180px; padding: 0;}
    .listBox.productList ul li .imgArea img { width: 80%;}
    .listBox.productList ul li .textArea strong { font-size: 16px;}
    .listBox.productList ul li .textArea p { font-size: 12px; height: 55px;}

    .mainIntro { height: auto; background-size: cover;}
    .mainIntro h2 span { font-size: 20px;}
    .mainIntro h2 strong { font-size: 25px;}
    .mainIntro h2 strong b { font-size: 25px;}
    .mainIntro ul li { padding:0 5px; width: 50%; margin-bottom: 20px;}
    .mainIntro ul li .ilContent .imgArea {  text-align: center;}
    .mainIntro ul li .ilContent .imgArea img { width: 50%;}
    .mainIntro ul li .ilContent .textArea strong { font-size: 15px; padding-bottom: 5px; }
    .mainIntro ul li .ilContent .textArea p { font-size: 11px; word-break: break-word} 

    .subWrap { padding: 0 10px}
    .sub2_1 h3 { font-size: 20px;}
    .sub2_1_1 .imgArea { padding-top: 20px;}
    .sub2_1_1 .imgArea img { width: 100%;}
    .sub2_1_2 .wrap > p { font-size: 22px; padding-bottom: 40px;}
    .sub2_1_2 .textBox ul li { float: none; width: 100%;}
    .sub2_1_2 { height: auto; background-size: cover;}
    .sub2_1_2 .textBox ul li .tbContent { height: auto; padding-bottom: 20px; margin-bottom: 50px;}
    .sub2_1_2 .textBox ul li .tbContent .textArea { padding-top: 50px;}
    .sub2_1_2 .textBox ul li .tbContent .textArea strong { font-size: 17px;}
    .sub2_1_2 .textBox ul li .tbContent .textArea p { font-size: 12px;}
    .sub2_1_3 p strong { font-size: 17px;}
    .sub2_1_3 p { font-size: 12px;}

    .sub2_2 .wrap { padding: 0;}
    .sub2_2 .sub2_2_1 { padding: 0;}
    .sub2_2 h3 {font-size: 20px;}
    .sub2_2 p { font-size: 12px;}
    .sub2_2 .wrap .leftBox { width: 100%; float:none; padding: 0;}
    .sub2_2 .wrap .rightBox { float:none; width: 100%;}
    .sub2_2 .wrap .rightBox img { width: 100%;}
    .sub2_2 .sub2_2_2 .wrap { padding: 0;}
    .sub2_2 .sub2_2_2 .leftBox .bgBox { width: 100%; padding-top: 60px;}
    .sub2_2 .sub2_2_2 .leftBox .bgBox .textBox { position: static;}
    .sub2_2 .sub2_2_2 .leftBox .bgBox .textBox strong { font-size: 17px;}
    .sub2_2 .sub2_2_2 .leftBox .bgBox .textBox p { padding: 10px; width: 90%; margin: 0 auto;}
    .sub2_2 .wrap .rightBox { padding: 10px 10px;}

    .sub2_2 .sub2_2_3 { padding: 20px 0}
    .sub2_2 .sub2_2_3 .wrap { padding: 0;}
    .sub2_2 .sub2_2_3 .bgBox .textBox { width: 100%; padding: 15px 20px }
    .sub2_2 .sub2_2_3 .bgBox .textBox strong { font-size: 18px;}
    .sub2_2 .sub2_2_3 .bgBox .textBox p { font-size: 12px; color: rgba(255,255,255,.9); }

    .sub2_3 .wrap { padding:0;}
    .sub2_3 h3 { font-size: 20px;}
    .sub2_3 .sub2_3_1 p { font-size: 12px;}
    .sub2_3 .sub2_3_1 .listBox ul li { width: 50%; padding:0 5px; margin-bottom: 15px; }
    .sub2_3 .sub2_3_1 .listBox ul li .imgArea img { width: 100%;}
    .sub2_3 .sub2_3_1 .listBox ul li .textArea strong { text-align: center;  font-size: 12px; line-height: 16px; }

    .sub3_1 { padding-bottom: 100px;}
    .sub3_1 h3 { font-size: 20px;}
    .sub3_1 .sub3_1_1 .imgArea img { width: 100%;}
    .sub3_1 .sub3_1_2 .wrap > p { padding-top: 0; font-size: 12px;}
    .sub3_1 .sub3_1_2 .textBox ul li { float:none; width: 100%; }
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea { padding-top: 40px;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea strong { font-size: 17px; }
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea span { font-size: 15px; padding-bottom: 15px;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea p { font-size: 13px; padding:0 10px}
    .sub3_1 .sub3_1_2 .textBox { padding-top: 40px;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent { height: auto; padding-bottom: 40px; margin-bottom: 40px;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea dl { line-height: 25px; margin-bottom: 5px;}
    .sub3_1 .sub3_1_2 .textBox ul li .tbContent .textArea dd { font-size: 12px; margin-bottom: 5px;} 

    .sub3_2 h3 { font-size: 20px;}
    .sub3_2 h4 { font-size: 18px; }
    .sub3_2 .tableBox table th { padding-left: 10px; font-size: 12px; padding-right: 5px;}
    .sub3_2 .tableBox table td { font-size: 12px;}
    .sub3_2 .leftBox { float:none; width: 100%; padding: 0;} 
    .sub3_2 .rightBox { float:none; width: 100%; padding: 0;} 

    .sub3_3 h3 { font-size: 20px;}
    .sub3_3 p { font-size: 12px;}
    .sub3_3 .cateBox ul  { text-align: center;}
    .sub3_3 .cateBox ul li { float:none; width:auto;  display: inline-block;}
    .sub3_3 .cateBox ul li a { border:0; padding:0 10px; line-height: 40px; height: 40px;}
    .sub3_3 .cateBox ul li:last-child a { border-right: 0;}
    .sub3_3 .listBox ul { padding: 0;}
    .sub3_3 .listBox ul li { float: left ; width: 50%; padding:0 5px;}
    .sub3_3 .listBox ul li img { width: 100%;}
    .sub3_3 .listBox ul li .lbContent { height: 110px; overflow: hidden;}

    .product_info .col .detail_goods_img { height: auto; line-height: normal; padding: 20px 0}
    .product_info .col .prdInfo .detail_title strong { font-size: 20px;}
    .product_info .col .prdInfo .detail_title .txt { font-size: 15px;}
    .product_info .row .col { padding: 0}
    .product_info .row .col .prdInfo {padding-left: 20px; padding-right: 20px;}
    .product_info .row .col .prdInfo .detail_info .option_area > ul > li .tit { padding-left: 10px;}
    
}

/* board paging */
.board-paging li > a {
	display: block;
}

/* 회원가입 */
#displaySearch,
#displaySearchCount {
	margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
	#zipcode {
		width: 60% !important;
		margin-bottom: 5px;
	}
	.member-wrap .form-table,
	.member-wrap .form-table tbody,
	.member-wrap .form-table tr,
	.member-wrap .form-table tr th,
	.member-wrap .form-table tr td {
		display: block;
		width: 100%;
	}
	.member-wrap .form-table tr th {
		padding: 20px 10px 0 !important;
		background: #fff;
	}
	.member-wrap .form-table tr td {
		margin-bottom: 20px;
	}
	#displaySearch {
		margin-right: 5px !important;
	}
	.member-wrap .form-table tr td input + input {
		margin-top: 5px;
	}
}

.dtable {
	overflow-x: auto;
}
.dtable table {
	width: 100%;
}
.dtable table th,
.dtable table td {
	font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    padding: 1rem 0.625rem;
}
.dtable table thead tr th {
	font-weight: 500;
    color: #fff;
    background-color: #d92363;
}
.dtable table tbody tr td {
	font-weight: 400;
    color: #000;
	border-bottom: 1px solid #ddd;
}
.dtable table tbody tr:nth-child(odd) td {
/*	background-color: #f5f5f5; */
}
.dtable.responsive table tbody tr td h6.mbtd_tit {
	display: none;
}

@media (max-width: 575px) {
	.dtable.responsive table thead {
		display: none;
	}
	.dtable.responsive table,
	.dtable.responsive table tbody,
	.dtable.responsive table tbody tr,
	.dtable.responsive table tbody tr td {
		display: block;
	}
	.dtable.responsive table tbody tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		border-top: 1px solid #333;
	}
	.dtable table tbody tr:nth-child(odd) {
/*		background-color: #f5f5f5; */
	}
	.dtable.responsive table tbody tr:last-child {
		border-bottom: 1px solid #333;
	}
	.dtable.responsive table tbody tr td {
		width: 50%;
		text-align: left !important;
		padding: 10px 20px;
		background-color: transparent !important;
		border-bottom: 1px solid #ddd;
	}
	.dtable.responsive table tbody tr td:nth-child(2) ~ td {
/*		border-top: 1px solid #ddd; */
	}
	.dtable.responsive table tbody tr td:nth-child(even) {
/*		border-left: 1px solid #ddd; */
	}
	.dtable.responsive table tbody tr td h6.mbtd_tit {
		display: block;
		font-size: 1rem;
		font-weight: 500;
		margin-bottom: 0.3125rem;
		color: #000;
	}
	.dtable.responsive table tbody tr.nodata td h6 {
		display: none !important;
	}
	
	.dtable.responsive.responsive--number table tbody tr td:first-child {
		display: none !important;
	}
}

/* 주문하기 */
.order_info_wrap {}
.order_info__inner {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px -5px 0;
}
.order_info__inner__col {
	width: 100%;
    padding: 5px;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.order_info__inner__col + .order_info__inner__col {
	width: 490px;
    flex-shrink: 0;
}
.jumbo_box_gray {
	background-color: #f5f5f5;
    padding: 2.8125rem 3.125rem;
}
.jumbo_box_gray + .jumbo_box_gray {
	margin-top: 10px;
}
.jumbo_box_gray table.table_row {
	border: 0;
    letter-spacing: 0;
}
.jumbo_box_gray table.table_row tr {
	border: 0;
}
.jumbo_box_gray table.table_row th,
.jumbo_box_gray table.table_row td {
	font-size: 1rem;
    font-weight: 400;
    color: #555;
    padding: 0.3125rem 0;
    border: 0;
	vertical-align: middle;
}
.jumbo_box_gray table.table_row th {
	white-space: nowrap;
    padding-right: 1.25rem;
	width: auto;
}
.jumbo_box_gray table.table_row td {
	width: 100%;
}
.jumbo_box_gray table.table_row td > input[type="text"],
.jumbo_box_gray table.table_row td > input[type="password"],
.jumbo_box_gray table.table_row td > input[type="tel"],
.jumbo_box_gray table.table_row td > input[type="email"],
.jumbo_box_gray table.table_row td > input[type="number"],
.jumbo_box_gray table.table_row td > select,
.jumbo_box_gray table.table_row td > textarea {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 2.375rem;
	line-height: 1.25rem;
    background-color: #fff;
    border: 0;
    padding: 0.5625rem 0.625rem;
	max-width: 100%;
	font-size: inherit;
}
.jumbo_box_gray table.table_row td > select ~ span ~ input[type="text"] {
	margin-right: 0;
}
.jumbo_box_gray table.table_row td .btn_post {
	margin-right: 0 !important;
    height: 2.375rem;
    line-height: 2.25rem;
    background-color: #fff;
    border: 1px solid #eee;
}
.form_email {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_email input,
.form_email select,
.form_tel input,
.form_tel select {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 2.375rem;
	line-height: 1.25rem;
    background-color: #fff;
    border: 0;
    padding: 0.5625rem 0.625rem;
	max-width: 100%;
	font-size: inherit;
}
.form_email .form_email__input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_email .form_email__input input {
	width: 100%;
}
.form_email .form_email__input input span {
	flex-shrink: 0;
}
.form_email select {
	margin-left: 0.3125rem;
}
.form_tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_tel input {
	width: 100%;
}
.form_tel span {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 575px) {
	.form_email {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.form_email .form_email__input {
		width: 100%;
	}
	.form_email select {
		margin-top: 0.3125rem;
		margin-left: 0;
	}
}

.order_table .goods_img {
	padding: 1.25rem;
}
.order_table .goods_img a {
    display: block;
    width: 100%;
    max-width: 14.375rem;
    margin: 0 auto;
}
.order_table .goods_img img {
	max-width: 100%;
}
.order_subject {
	text-align: left !important;
}
.order_subject p.ortit {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	font-weight: 700;
}
.order_subject span {
	position: relative;
	display: block;
	padding-left: 0.9375rem;
	font-size: 1rem;
	font-weight: 400;
	color: #333;
}
.order_subject span:before {
	content: "";
	position: absolute;
	top: 0.625rem;
	left: 0;
	width: 0.3125rem;
	height: 0.3125rem;
	border-radius: 50%;
	background-color: #333;
}
.order_subject span + span {
	margin-top: 0.625rem;
}
.order_table .num_box input {
	width: 100%;
}
@media (max-width: 1199px) {
	.order_info__inner {
		display: block;
	}
	.order_info__inner__col,
	.order_info__inner__col + .order_info__inner__col {
		width: auto;
	}
}
@media (max-width: 767px) {
	.jumbo_box_gray {
		padding: 1.875rem 0.9375rem;
	}
	.jumbo_box_gray table.table_row.responsive,
	.jumbo_box_gray table.table_row.responsive tbody,
	.jumbo_box_gray table.table_row.responsive tbody tr,
	.jumbo_box_gray table.table_row.responsive tbody tr th,
	.jumbo_box_gray table.table_row.responsive tbody tr td {
		display: block;
		width: auto;
		white-space: normal;
	}
}

/* btn */
.btn_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
    text-align: center;
}
.btn_box a {
	display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.btn_box a + a {
/*	margin-top: 0.3125rem; */
}
.btn_box.btn_box--sm a {
	display: inline-block;
}
.btn_box a.bg_dark {
	background-color: #383941;
}
.btn_box a.bg_blue {
	background-color: #d92363;
}
.btn_box a.bg_gray {
	background-color: #777;
}
.btn_box a img {
	display: inline-block;
    vertical-align: middle;
    margin-right: 0.9375rem;
}
.btn_box a span {
	display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}
@media (min-width: 1200px) {
	.btn_box a:hover {
		opacity: .8;
	}
}

.board-paging .paging-btn-next,
.board-paging .paging-btn-last,
.board-paging .paging-btn-first,
.board-paging .paging-btn-prev {
/*
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	margin-left: -1px;
*/
	background-position: center;
	background-repeat: no-repeat;
}

.board-paging .paging-btn-last,
.board-paging .paging-btn-next {
/*	border-left: none;*/
}

.board-paging .paging-btn-prev,
.board-paging .paging-btn-first {
/*	border-right: none;*/
}

/*
.board-paging .paging-btn-last {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.board-paging .paging-btn-first {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
*/


.board-paging .paging-btn-next {
	background-image: url('/html/_skin/mdp/img/common/paging-next-off.png');
}

.board-paging .paging-btn-last {
	background-image: url('/html/_skin/mdp/img/common/paging-last-off.png');
}

.board-paging .paging-btn-first {
	background-image: url('/html/_skin/mdp/img/common/paging-first-off.png');
}

.board-paging .paging-btn-prev {
	background-image: url('/html/_skin/mdp/img/common/paging-prev-off.png');
}



/* 쿠폰내역 */
legend {
    display: none;
}

.coupom-promotion-wrap {
    
}
.coupom-promotion-wrap .coupon_input_wrap {
    max-width: 600px;
    margin: 0 auto;
}
.coupom-promotion-wrap .coupon_input_wrap input {
    width: calc(100% - 130px);
    height: 50px;
    padding-left: 15px;
    margin-right: 10px;
    float: left;
}

.coupom-promotion-wrap .coupon_input_wrap .add-btn-wrap {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #111;
}
@media (max-width: 767px) {
    .coupom-promotion-wrap .coupon_input_wrap input {
        width: calc(100% - 100px);
        height: 40px;
    }

    .coupom-promotion-wrap .coupon_input_wrap .add-btn-wrap {
        width: 90px;
        height: 40px;
        line-height: 40px;
    }
}

/* board */
@media (max-width: 767px) {
	.table_col.table_product,
	.table_col.table_product tbody,
	.table_col.table_product tbody tr,
	.table_col.table_product tbody tr td,
	.basic-board-row,
	.basic-board-row tbody,
	.basic-board-row tbody tr,
	.basic-board-row tbody tr td,
	.basic-board-list,
	.basic-board-list tbody,
	.basic-board-list tbody tr,
	.basic-board-list tbody tr td,
	.webzine-board-list,
	.webzine-board-list tbody,
	.webzine-board-list tbody tr,
	.webzine-board-list tbody tr td
	.basic-board-row--fc,
	.basic-board-row--fc tbody,
	.basic-board-row--fc tbody tr,
	.basic-board-row--fc tbody tr td,
	.basic-board-list--fc,
	.basic-board-list--fc tbody,
	.basic-board-list--fc tbody tr,
	.basic-board-list--fc tbody tr td,
	.webzine-board-list--fc,
	.webzine-board-list--fc tbody,
	.webzine-board-list--fc tbody tr,
	.webzine-board-list--fc tbody tr td {
		display: block;
	}

	.basic-board-row tbody tr,
	.basic-board-list tbody tr,
	.webzine-board-list tbody tr
	.basic-board-row--fc tbody tr,
	.basic-board-list--fc tbody tr,
	.webzine-board-list--fc tbody tr {
		overflow: hidden;
	}
}

.thumb_fig {
	position: relative;
	overflow: hidden;
}

.thumb_fig > a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumb_fig img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: none;
    max-height: none;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    -o-transition: .2s opacity ease-in-out;
    -moz-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.thumb_fig.on img {
    opacity: 1;
}

ul.flex_box--fc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -1.875rem;
  }
  ul.flex_box--fc.a_c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  ul.flex_box--fc.j_c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  ul.flex_box--fc > li {
	margin-top: 0.975rem;
  }
  ul.flex_box--fc.space-top-4 {
	margin-top: -0.25rem;
  }
  ul.flex_box--fc.space-top-4 > li {
	margin-top: 0.25rem;
  }
  ul.flex_box--fc.space-top-5 {
	margin-top: -0.3125rem;
  }
  ul.flex_box--fc.space-top-5 > li {
	margin-top: 0.3125rem;
  }
  ul.flex_box--fc.space-top-10 {
	margin-top: -0.625rem;
  }
  ul.flex_box--fc.space-top-10 > li {
	margin-top: 0.625rem;
  }
  ul.flex_box--fc.space-top-20 {
	margin-top: -1.25rem;
  }
  ul.flex_box--fc.space-top-20 > li {
	margin-top: 1.25rem;
  }
  ul.flex_box--fc.space-top-30 {
	margin-top: -1.875rem;
  }
  ul.flex_box--fc.space-top-30 > li {
	margin-top: 1.875rem;
  }
  ul.flex_box--fc.space-top-40 {
	margin-top: -2.5rem;
  }
  ul.flex_box--fc.space-top-40 > li {
	margin-top: 2.5rem;
  }
  ul.flex_box--fc.space-top-50 {
	margin-top: -3.125rem;
  }
  ul.flex_box--fc.space-top-50 > li {
	margin-top: 3.125rem;
  }
  ul.flex_box--fc.space-2 {
	margin-right: -0.125rem;
	margin-left: -0.125rem;
  }
  ul.flex_box--fc.space-2 > li {
	padding: 0 0.125rem;
  }
  ul.flex_box--fc.space-5 {
	margin-right: -0.3125rem;
	margin-left: -0.3125rem;
  }
  ul.flex_box--fc.space-5 > li {
	padding: 0 0.3125rem;
  }
  ul.flex_box--fc.space-8 {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
  }
  ul.flex_box--fc.space-8 > li {
	padding: 0 0.5rem;
  }
  ul.flex_box--fc.space-10 {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
  }
  ul.flex_box--fc.space-10 > li {
	padding: 0 0.625rem;
  }
  ul.flex_box--fc.space-20 {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
  }
  ul.flex_box--fc.space-20 > li {
	padding: 0 1.25rem;
  }
  ul.flex_box--fc.space-30 {
	margin-right: -1.875rem;
	margin-left: -1.875rem;
  }
  ul.flex_box--fc.space-30 > li {
	padding: 0 1.875rem;
  }
  ul.flex_box--fc.space-40 {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
  }
  ul.flex_box--fc.space-40 > li {
	padding: 0 2.5rem;
  }
  ul.flex_box--fc.ea-1 > li {
	width: 100%;
  }
  ul.flex_box--fc.ea-2 > li {
	width: 50%;
  }
  ul.flex_box--fc.ea-3 > li {
	width: 33.333333%;
  }
  ul.flex_box--fc.ea-4 > li {
	width: 25%;
  }
  ul.flex_box--fc.ea-5 > li {
	width: 20%;
  }
  ul.flex_box--fc.ea-6 > li {
	width: 16.666666%;
  }
  ul.flex_box--fc.ea-7 > li {
	width: 14.285%;
  }
  ul.flex_box--fc.ea-8 > li {
	width: 12.5%;
  }
  ul.flex_box--fc.ea-9 > li {
	width: 11.111111%;
  }
  ul.flex_box--fc.ea-10 > li {
	width: 10%;
  }
  @media (max-width: 1199px) {
	ul.flex_box--fc.ea-xl-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-xl-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-xl-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-xl-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-xl-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-xl-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-xl-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-xl-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-xl-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-xl-10 > li {
	  width: 10%;
	}
  }
  @media (max-width: 991px) {
	ul.flex_box--fc.ea-lg-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-lg-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-lg-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-lg-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-lg-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-lg-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-lg-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-lg-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-lg-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-lg-10 > li {
	  width: 10%;
	}
  }
  @media (max-width: 767px) {
	ul.flex_box--fc.ea-md-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-md-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-md-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-md-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-md-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-md-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-md-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-md-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-md-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-md-10 > li {
	  width: 10%;
	}
  }
  @media (max-width: 575px) {
	ul.flex_box--fc.ea-sm-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-sm-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-sm-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-sm-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-sm-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-sm-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-sm-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-sm-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-sm-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-sm-10 > li {
	  width: 10%;
	}
  }
  
  .flex_box--img--fc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .flex_box--img--fc > figure {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0;
	text-align: center;
	padding-right: 4.375rem;
  }
  .flex_box--img--fc > div {
	width: 100%;
  }
  @media (max-width: 767px) {
	.flex_box--img--fc {
	  display: block;
	}
	.flex_box--img--fc > figure {
	  padding-right: 0;
	}
	.flex_box--img--fc > div {
	  margin-top: 2.5rem;
	}
  }

/* main section */
.main_section {
	position: relative;
	padding: 2.75rem 0 1.375rem;
}
.main_section__tit {
	text-align: center;
	line-height: 1.4;
}
.main_section__tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 3.75rem;
	background-color: #707070;
    display: none;
}

.teacher_box {
	position: relative;
	border: 1px solid #ccc;
	transition: .2s all ease-in-out;
}
.teacher_box__head {
	position: relative;
}
.teacher_box__head figure.thumb_fig {
	padding-bottom: 68.3%;	
}
.teacher_box__head .type_name {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 4px 15px 6px;
	min-width: 3.75rem;
	color: #fff;
	line-height: 1;
}
.teacher_box__head .type_name.type_green {
	background-color: #4C8E2A;
}
.teacher_box__head .type_name.type_blue {
	background-color: #002e73;
}
.teacher_box__head .type_name.type_brown {
	background-color: #670000;
}
.teacher_box__head .type_name.type_red {
	background-color: #952322;
}
.teacher_box__body {
	padding: 1.25rem 1.0625rem 0.3125rem;
	background-color: #fff;
}
.teacher_box__body__status {
	display: inline-block;
	font-size: 0;
	text-align: center;
	padding: 4px 10px 6px;
	border-radius: 12px;
}
.teacher_box__body__status.type_ing {
	border: 1px solid #f24a4a;
	color: #f24a4a;
	background-color: #fff;
}
.teacher_box__body__status.type_possible {
	border: 1px solid #00a99d;
	color: #fff;
	background-color: #00a99d;
}
.teacher_box__body__status.type_reservation {
	border: 1px solid #959595;
	color: #fff;
	background-color: #959595;
}
.teacher_box__body__status img {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	margin-right: 5px;
}
.teacher_box__body__status span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.max_line_3 {
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */	
	-webkit-box-orient: vertical; 
	word-wrap:break-word;
	
	height: 4.5rem;
}

.teacher_box__body__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #d7d7d7;
	padding: 0.625rem 0;
	margin-top: 0.625rem;
}
.teacher_box__body__foot__left {
	display: flex;
	align-items: center;
	font-size: 0;
}
.ico-txt {
	font-size: 0;
    float:left;
}
.ico-txt + .ico-txt {
	margin-left: 1.5625rem;
}
.ico-txt img,
.ico-txt span {
	display: inline-block;
	vertical-align: middle;
}
.ico-txt img {
	margin-right: 0.4375rem;
}
.ico-txt span {
	font-size: 1rem;
}
.teacher_box > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 1200px) {
	.teacher_box:hover {
		border-color: #00a99d;
		z-index: 1;
		transform: scale(1.1);
		box-shadow: 0 4px 16px -2px rgba(0,0,0,.1);
	}
}
@media (max-width: 575px) {
	body:not(.page-main) .max_line_3 {
		height: 63px;
	}
    
    body:not(.page-main) .teacher_box {
        display: flex;
    }
    body:not(.page-main) .teacher_box__head {
        width: 35%;
        padding: 10px;
        padding-right: 0;
        background-color: #fff;
    }
	body:not(.page-main) .teacher_box__head figure.thumb_fig {
		padding-bottom: 0;
	}
    body:not(.page-main) .teacher_box__head figure.thumb_fig img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
        width: 100% !important;        
    }
    body:not(.page-main) .teacher_box__head .type_name {
        top: 10px;
        left: 10px;
        font-size:10px;
    }
    body:not(.page-main) .teacher_box__body {
        width: 65%;
    }
    body:not(.page-main) .teacher_box__body .mt35 {
        margin-top: 35px !important;
    }
}

.video_box {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	font-size: 0;
}
.video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_section_link_head {
    height: 14.375rem;
    text-align: center;
}
.main_section_link_head.item01 {
    background: url('/html/_skin/mdp/img/main/bg_main_section044_top.jpg') no-repeat top center/auto 100%;
}
.main_section_link_head.item02 {
    background: url('/html/_skin/mdp/img/main/bg_main_section05_top.jpg') no-repeat top center/auto 100%;
}
.main_section_link_head.item03 {
    background: url('/html/_skin/mdp/img/main/bg_main_section066_top.jpg') no-repeat top center/auto 100%;
}
.plus_box {
    text-align: center;
    font-size: 0;
    padding: 4.375rem 0 3.125rem;
}
.plus_box a {
    display: inline-block;
    font-size: 0;
    padding-left: 3.6875rem;
}
.plus_box a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.375rem;
    font-weight: 700;
    color: #fff;
}
.plus_box a i {
    display: inline-block;
    vertical-align: middle;
    width: 2.4375rem;
    height: 2.4375rem;
    margin-left: 1.25rem;
    background: url('/html/_skin/mdp/img/main/ico_plus_white.png') no-repeat center/1rem;
    border: 1px solid #fff;
}
.plus_box a:hover i {
    background-color: rgba(255,255,255,.2);
}
.main_section_link_body {
    margin-top: -5.3125rem;
}

/* mobile main */
.main_mb_section01 {
    background-color: #ac1b4e;
    padding: 15px 0 18px;
}
.main_mb_section01__pro ul {
    display: flex;
    margin: 0 -3px;
}
.main_mb_section01__pro ul li {
    width: 33.333333%;
    padding: 0 3px;
}
.main_mb_section01__pro__inner {
    position: relative;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding: 13px;
    overflow: hidden;
    background-color: #9a1846;
}
.main_mb_section01__pro__inner figure {
    font-size: 0;
}
.main_mb_section01__pro__inner figure img {
    width: 50px;
}
.main_mb_section01__pro__inner p {
    margin-top: 10px;
    color: #fff;
}
.main_mb_section01__pro__inner a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main_mb_section02 {
    background-color: #f7f7f7;
    padding: 15px 0 18px;
}
.main_mb_section02__menu {}
.main_mb_section02__menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -3px 0;
}
.main_mb_section02__menu ul li {
    width: 25%;
    padding: 0 3px;
    margin-top: 6px;
}
.main_mb_section02__menu__inner {
    position: relative;
    height: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    text-align: center;
    padding: 13px;
    overflow: hidden;
    background-color: #fff;
}
.main_mb_section02__menu__inner figure {
    font-size: 0;
}
.main_mb_section02__menu__inner figure img {
    width: 36px;
}
.main_mb_section02__menu__inner p {}
.main_mb_section02__menu__inner a {}

.mb_menu {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	border-top: 1px solid #cfcfcf;
    z-index: 1000;
}
.mb_menu li {
	position: relative;
	width: 20%;
	text-align: center;
	padding: 7px;
	background-color: #fff;
}
.mb_menu li + li {
	border-left: 1px solid #cfcfcf;
}
.mb_menu li figure {
	font-size: 0;
}
.mb_menu li figure img {
	width: 19px;
}
.mb_menu li p {
	margin-top: 2px;
}
.mb_menu li a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* 하단 tab 버튼 */
.mb_menu .on {
    background-color:#f8c8d9;    
}

.mb_login_box {
	display: flex;
	background-color: #d92363;
	color: #fff;
	border-bottom: 1px solid #ff689d;
}
.mb_login_box li {
	flex: 1;
}
.mb_login_box li + li {
	border-left: 1px solid #ff689d;
}
.mb_login_box li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px;
	height: 100%;
}

@media (min-width: 961px) {
	.mb_login_box,
	.nav_wrap_inner .main_mb_section01 {
		display: none;
	}
}

.member-wrap .form-table tr td .check-btn {
	height: 2.1875rem;
	line-height: 2.1875rem;
}

/*
@media (max-width: 767px) {
    html body .dblqKJ {
        bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    }
}*/

.sin_slider ul.flex_box--fc {
    display: block;
    overflow: hidden;
    padding: 0 8px 20px;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}
.sin_slider ul.flex_box--fc .slick-list {
    overflow: visible;
}
.sin_slider ul.flex_box--fc .slick-track {
	margin: 0-0.0625rem;
    font-size: 0;
}

.sin_slider ul.flex_box--fc .slick-track .slick-slide {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.625rem;
    margin-top: 1.875rem;
}
.sin_slider .slick-prev, .sin_slider .slick-next {
    width: 50px;
    height: 50px;
    font-size: 0;
    padding: 5px;
    z-index: 1;
    border-radius: 50%;
    background-color: #7fd6dd !important;
}
.sin_slider .slick-prev {
    left: 10px;
}
.sin_slider .slick-next {
    right: 10px;
}
.sin_slider .slick-prev:before, .sin_slider .slick-next:before {
    font-size: 40px;
    line-height: 45px;
}
.sin_slider .slick-dots {
    position: relative;
}
@media (max-width: 991px) {
    .sin_slider ul.flex_box--fc .slick-track .slick-slide {
        width: 50%;
    }
}

@media (max-width: 575px) {
    body.page-main .max_line_3 {
        height: 0;
        margin-top: 0px !important;
    }
    
    .main_teacher ul.flex_box--fc.ea-sm-1 > li {
        width: 50%;
    }
    .teacher_box__body .float_mb_none {
        float: none !important;
        text-align: center;
        margin-top: 2px;        
    }
    .teacher_box__body span.float_mb_none {
        display: block;
    }
    .teacher_box__body .float_mb_none2 {
        text-align: center;
        margin-top: 2px;        
    }
    .teacher_box__body span.float_mb_none2 {
        display: block;
    }
    .main_section_link_head.item01 {
        background: url('/html/_skin/mdp/img/main/bg_main_section044_top.jpg') no-repeat top center/auto 100%;
        background-position: -510px;
    }

    .main_section {
        position: relative;
        padding: 1.0rem 0 0.575rem;
    }
}