/*폰트*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap')
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nanum Myeongjo', serif;
*/

/*주조색
 color: #E40062;
*/
/*사이트css*/ 

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Noto Sans KR', sans-serif !important;
}

body {
	margin: 0;
}

ul, ol, dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

p {
	color: #333;
	cursor: default;
}

tr, th ,td {
	vertical-align: middle !important;
}

.clr {
	content: "";
	display: block;
	clear: both;
}

.invisible,
legend {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
button, select {
	font-family: 'Noto Sans KR', sans-serif;
}

.mgt0 {
	margin-top: 0px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt16 {
	margin-top: 16px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt50 {
	margin-top: 50px !important;
} 
.mgt60 {
	margin-top: 60px !important;
}

#skip_navigation {
	display: none;
}

.d-flex {
	display: flex;
}


/*헤더*/
/*상단띠배너*/
.topBanner {
	width: 100%;
	height: 100px;
	background: url('/html/images/gnb/top_banner.png') center center;
}
.topBanner .inner {
	margin: 0 auto;
    padding: 30px 0;
    width: 1200px;
    position: relative;
}
.topBanner .inner a > img {
	display: block;
	margin: 0 auto;

}
.topBanner .inner p {
	position: absolute;
	right: 0;
    top: 50%;
    color: #f7f7f7;
    font-size: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

/*상단띠배너 끝*/
#header {
	position: relative;
	padding-top: 125px;
}

.header_container {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
}

.header_container .content {
	max-width: 1200px;
	margin: 0 auto;
}

.header01 {
	padding-top: 18px;
}
.header01 .content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header01 .site {
	padding: 15px 0;
}

.header01 .site ul:after {
	content: "";
	display: block;
	clear: both;
}

.header01 .site ul li {
	float: left;
}

.header01 .site ul li a {
	display: block;
}

.header01 .site ul li:not(:last-child ) a {
	margin-right: 6px;
}

.header01 .site ul li a img {
	display: block;
}

.header01 .tnb {
	display: flex;
	align-items: center;
}

.header01 .tnb .top-search {
	font-size: 20px;
}

.header01 .tnb .mypage {
	display: flex;
}
.header01 .tnb .mypage a {
	font-size: 14px;
	margin-right: 20px;
	line-height: 1.6;
	/*font-family: "Nanum Gothic", sans-serif;*/
	letter-spacing: -0.5px;
}
.header01 .tnb .mypage .gnb .depth1 > a:after {
	content: "";
	padding: 17px 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.header01 .tnb .mypage .gnb {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header01 .tnb .mypage .gnb .depth1 {
	position: relative;
}
.header01 .tnb .mypage .gnb .depth1 .depth2 {
	display: none;
    position: absolute;
    width: 100%;
    top: 30px;
    left: -8px;
    z-index: 999;
    background: #fff;
    border: 1px solid #e3e3e3;
}
.header01 .tnb .mypage .gnb .depth1:hover .depth2 {
	display: block;
}
.header01 .tnb .mypage .gnb .depth1 .depth2 li {
    padding: 6px 10px;
    white-space: nowrap;
}
.header01 .tnb .mypage .gnb .depth1 .depth2 li a {
	font-size: 12px;
}
.header01 .tnb .mypage .gnb .depth1 .depth2 li:hover a {
	color: #2490e9;
    font-weight: 700;
}


.header02 {
	border-bottom: 1px solid #e3e3e3;
}

.header02 .content {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header02 .content .logo a img {
	max-width: 372px;
}

.nav .gnb {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.nav .gnb .depth1 {
	position: relative;
}

.nav .gnb .depth1 > a {
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding: 33px 0;
}

.nav .gnb .depth2 {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 100%;
    background: #fff;
    height: 0;
    opacity: 0;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    transition: 0.1s;
    z-index: 999;
}
.nav .gnb .depth1:last-child .depth2 {
	border-right: 1px solid #d9d9d9;
}


.nav .gnb .depth2 > li > a {
	line-height: 1.5;
    padding: 4px 14px;
    color: #666;
    font-size: 15px;
    white-space: nowrap;
}
.nav .gnb .depth2 li > a:hover,
.nav .gnb .depth2 li > a:focus {
	color: #2490e9;
	font-weight: 700;
}

.nav .gnb .depth3 {
	display: none;
}
.nav .gnb .depth3 > li {
	padding: 10px 0;
}

.focus-dropdown{
	min-height: auto;
	padding: 20px 0 !important;
	opacity: 1 !important;
}

.nav .gnb .depth1:focus-within .depth2,
.nav .gnb .depth1:hover .depth2 {
	height: auto;
	padding: 20px 0 !important;
	opacity: 1 !important;
}

/* 사이트맵 전체메뉴 */
#allmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	padding: 120px 160px;
	background: #fff;
}
#allmenu .allmenu_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 40px;
}
#allmenu .allmenu_top .close {
	display: block;
	font-size: 30px;
	cursor: pointer;
	color: #333;
    border: 1px solid #333;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
}
#allmenu .allmenu_top .close i {
	line-height: 60px;
}
#allmenu .allmenu_top .logo a {
	display: block;
    font-size: 50px;
    color: #333;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
#allmenu > h2 {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
#allmenu .listWrap {

}
#allmenu .listWrap .list {
    margin: 40px 0;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 80%;
}
#allmenu .listWrap .list h3 a {
	font-size: 34px;
	color: #999;
	line-height: 1.5;
	transition: 0.3s;
	position: relative;
	padding-left: 30px;
}
#allmenu .listWrap .list h3 a:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #00A0DC;
}
#allmenu .listWrap .list h3 a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	transition: 0.3s;
}
#allmenu .listWrap .list:hover h3 a {
	color: #333;
}
#allmenu .listWrap .list:hover h3 a:after {
	width: 0;
	height: 0;
	left: 6px;
}
#allmenu .listWrap .list > ul {
	display: none;
    gap: 30px;
	padding-left: 40px;
}
#allmenu .listWrap .list > ul > li {
	float: left;
	margin-right: 30px;
}
#allmenu .listWrap .list > ul > li > a {
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	float: left;
	position: relative;
}
#allmenu .listWrap .list > ul > li > a:before {
	content: "";
	width: 0;
	height: 2px;
	background: #00A0DC;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}
#allmenu .listWrap .list > ul > li:hover > a:before {
	width: 100%;
}
#allmenu .listWrap .list > ul > li:hover > a {
	color: #00A0DC;
	font-weight: 500;
}
#allmenu .listWrap .list ul.depth3 {
	padding-left: 16px;
	display: flex;
    gap: 10px;
    float: left;
    margin-top: 4px;
}
#allmenu .listWrap .list ul.depth3 li {
	
}
#allmenu .listWrap .list ul.depth3 li a {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
#allmenu .listWrap .list ul.depth3 li a:hover {
	color: #034EA2;
}
/***********************/

.search_modal {
	position: fixed;
	top: 125px;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	z-index: 9999;
	transition: 0.2s;
	overflow: hidden;
}
.search_modal.on {
	height: 300px;
	padding: 50px 60px;
}

.search_modal .search-input {
	text-align: center;
    margin: 80px auto 0;
    max-width: 650px;
    position: relative;
}
.search_modal .search-input input {
	border: 0;
    border: 2px solid #2490E9;
    width: 100%;
    padding: 15px 50px 15px 20px;
    font-size: 18px;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.5px;
    box-sizing: border-box;
}
.search_modal .search-input input::placeholder {
  	color: #999;
}
.search_modal .search-input > i {
	position: absolute;
	font-size: 28px;
	color: #222;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.search_modal .search-input button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

/***********************/
/*메인배너*/
.main_banner .visual .slide img {
	width: 100%;
}
.main_banner .visual .slide .vc {
    position: absolute;
    top: 28%;
    left: 35%;
    max-width: 47%;
}
.main_banner .visual a {
	position: relative;
	overflow: hidden;
}
.main_banner .visual .banner_bg {
	width: 100%;
	margin: 0 auto;
	-webkit-animation-name: zoomOut;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-name: zoomOut;
	animation-duration: 8s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@-webkit-keyframes zoomOut {
	0% {transform: scale(1.1); }
	100% {transform: none; }
}	

@-moz-keyframes zoomOut {
	0% {transform: scale(1.1); }
	100% {transform: none; }
}	

@-o-keyframes zoomOut {
	0% {transform: scale(1.1); }
	100% {transform: none; }
}	

@keyframes zoomOut {
	0% {transform: scale(1.1); }
	100% {transform: none; }
}
.main_banner .visual_wrap {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main_banner .visual_txt p {
	font-size: 44px;
	font-family: 'Roboto', sans-serif;
	text-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
	color: #fff;
	margin-top: 26px;
	font-weight: 300;
}

/***********************/
/*메인*/

section .content_wrap {
	width: 1200px;
	margin: 0 auto;
}

.area01 {
	padding: 100px 0;
}
.merit ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.merit ul li .icon_area {
	border-radius: 50%;
	width: 160px;
	height: 160px;
	position: relative;
	margin: 0 auto;
}
.merit ul li .icon_area.icon01 {
	background: url('/html/images/main/icon_01.png') no-repeat center rgba(178, 141, 123, 0.3);
}
.merit ul li .icon_area.icon02 {
	background: url('/html/images/main/icon_02.png') no-repeat center rgba(127, 219, 164, 0.3);
}
.merit ul li .icon_area.icon03 {
	background: url('/html/images/main/icon_03.png') no-repeat center #eeeeee;
}
.merit ul li .icon_area img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.merit ul li .icon_txt {
	margin-top: 20px;
	text-align: center;
}
.merit ul li .icon_txt h6 {
	font-size: 24px;
	font-weight: 700;
}
.merit ul li .icon_txt p {
	font-size: 16px;
	margin-top: 16px;
	line-height: 1.4;
}

.area02 .bg_01 {
	background: url('/html/images/main/bg_01.png') center;
	background-repeat: no-repeat;
	padding: 86px 0 61px;
}
.area02 .certificate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area02 .certificate .text-box p {
	background: #2D307C;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 0 16px;
	line-height: 34px;
	display: inline-block;
}
.area02 .certificate .text-box h5 {
	font-weight: 300;
	font-size: 40px;
	margin-top: 10px;
	line-height: 1.4;
	letter-spacing: -1px;
}
.area02 .certificate .text-box h5 strong {
	font-weight: 700;
}

.area04 .bg_02 {
	background: url('/html/images/main/bg_02_full.png');
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.area04 .customer {
	padding: 80px 0;
	text-align: center;
}
.area04 .customer h2 {
	font-size: 40px;
	margin-bottom: 16px;
	letter-spacing: -2px;
	color: #fff;
}
.area04 .customer .tel {
	font-size: 30px;
	margin-top: 23px;
	color: #fff;
	line-height: 44px;
}
.area04 .customer .tel span {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.area04 .customer .time p {
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}

.area05 {
	padding: 80px 0 100px;
}
.area05 .title h1 {
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.area05 .list-area {
	margin-top: 40px;
}
.area05 .list-area ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}
.area05 .list-area ul li {
	border: 1px solid #ccc;
	height: 100px;
	width: 220px;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.area05 .list-area ul li a {
	display: block;
}
.area05 .list-area ul li a img {
	max-width: 100%;
}


/***********************/
/*고객센터*/
.main_customer {
	padding: 100px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.notice {
	width: 50%;
}
.notice .tit {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.notice .tit h2 a {
	font-size: 24px;
}
.notice .tit > a {}
.notice .tit > a i {
	font-size: 24px;
}

.notice .main_bottom {}
.notice .main_bottom ul {}
.notice .main_bottom ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    color: #666;
}
.notice .main_bottom ul li a{
	width: 480px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
}
.notice .main_bottom ul li span {
	color: #666;
}
.notice .no_data {
	color: #666;
	padding: 10px 0;
}
.no_data {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	color: #666;
}

/***********************/
/*퀵바*/
#quick_banner {
	position: absolute;
	top: 50%;
	right: 80%;
	margin-right: 100px;
	z-index: 99;
	width: 130px;
	transform: translateY(-50%);
}
#quick_banner img {
	width: 100%;
}

#quick {
	position: absolute;
	top: 50%;
	left: 80%;
	margin-left: 100px;
	z-index: 999;
	transform: translateY(-50%);
}
#quick.toggle {
	left: 80%;
	margin-left: 100px;
}
#quick.toggle .hide_button {
	transform: rotate(-180deg);
}

#quick .hide_button {
	display: none;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 120px;
    background: #f7f7f7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}
#quick .hide_button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}
#quick .quick {
	position: relative;
	transition: all 0.2s ease-in-out;
	border-radius: 15px;
}

#quick .quick:not(:last-child){
	margin-bottom: 10px;
}
#quick .quick > a {

}
#quick .quick > a > span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 22px;
}
#quick .interest_m {
	position: relative;
}
#quick .interest {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	background: #fff;
	margin-right: 10px;
	width: 159px;
	padding: 14px 10px;
	transition: 0.2s;
	border: 1px solid #e3e3e3;
}
#quick .interest_m:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    right: 10px;
    height: 100%;
    top: 0;
}
#quick .interest p {
	color: #666;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}
#quick .interest p:after {
	content: "";
	display: block;
	clear: both;
}
#quick .interest p a:hover{
	color: #e40062;
}
#quick .interest p span.num {
	float: left;
	margin-right: 8px;
	width: 12px;
    text-align: center;
}
#quick .interest p span:last-child {
	float: right;
	margin-left: 15px;
	top: 4px;
    position: relative;
}
#quick .interest.on {
	display: block;	
}

@media (max-width: 1279px){
	#quick_banner {
		display: none;
	}
	#quick {
		position: fixed;
		left: 100%;
		margin-left: 0;
		transition: 0.2s;
	}
	#quick .hide_button {
		display: block;
		transform: rotate(0deg);
	}
}

/*애니메이션효과*/
#quick .quick.ani1 {
	overflow: hidden;
}
#quick .quick.ani1:before {
	content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: -5.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
#quick .quick.ani1:hover:before {
	transform: skewX(-45deg) translateX(15.5em);
    transition: all 0.5s ease-in-out;
}

#quick .quick.ani2:hover {
	box-shadow: 0px 0px 30px rgb(255 16 182 / 1);
}

#quick .quick.ani3:hover {
	animation: turn 0.5s;
}
#quick .quick.ani4:hover > a{
	animation: scale 0.5s;
}


#quick .quick.ani5:hover > a {
	border: 3px solid #FFA114;
	border-radius: 15px;
}
#quick .quick.ani5:hover > a img {
	transform: scale(0.9);
	transition: 0.3s;
}

@keyframes turn {
	0%, 100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(15deg);
	}
}

@keyframes scale {
	0%, 100% {
		transform: scale(1);
	}	
	50% {
		transform: scale(1.1);
	}
}


/***********************/
/*푸터*/
footer {
	width: 100%;
}
.footer {
	
}
.footer .fnb {
	background: #f7f7f7;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.footer .fnb ul {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}
.footer .fnb ul li {
	position: relative;
	padding: 20px 0;
}
.footer .fnb ul li:first-child a {
	padding-left: 0;
}

.footer .fnb ul li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #999;
}
.footer .fnb ul li a{
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	line-height: 20px;
}

.foot_cont {
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
}
.foot_cont .mall_name a {
	font-size: 14px;
	color: #666;
	font-weight: 700;
}
.foot_cont .copyright {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
    line-height: 20px;
}
.foot_cont .copyright span {
	padding-right: 10px;
}
.foot_cont .copyright span a {
	display: inline-block;
	font-size: 14px;
	color: #999;
}

.footer_right {
	
}
.footer_right .customer p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
}
.footer_right .customer a {
	font-size: 30px;
	font-weight: 500;
	color: #FFCCCC;
	font-family: 'Roboto', sans-serif;
}

.footer_right .family{
	margin-top: 22px;
	font-size: 14px;
	position: relative;
}
.footer_right .family a {
	border: 1px solid #e3e3e3;
	color: #999;
	padding: 0 14px;
    min-width: 200px;
    line-height: 34px;
    box-sizing: border-box;
}
.footer_right .family a i {
	float: right;
	line-height: 34px;
}

.footer_right .family a i.trans {
	transform: rotate(180deg);	
}

.footer_right .family .family_list {
	position: absolute;
	top: 100%;
	width: 100%;
	opacity: 0;
	height: 0;
	transition: 0.2s;
	overflow: hidden;
	z-index: 9999;
}
.footer_right .family .family_list li a {
	background: #222;
	border-top: 0;
}
.footer_right .family .family_list li a:hover,
.footer_right .family .family_list li a:focus
 {
	background: #333;
}

.footer_right .family .family_list.opacity {
	opacity: 1;
	height: auto;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#footer .fixed{
	bottom: -500px;
	transition: all .5s;
}
#footer .fixed.on{
	bottom: 0px;
}

.map {
	width: 1200px;
	margin: 0 auto;
}
.map ul {
	display: flex;
	border: 1px solid #e3e3e3;
}
.map ul li {
	width: 11.12%;
	background: #fff;
    text-align: center;
    padding: 24px 0;
    height: 100px;
    box-sizing: border-box;
}
.map ul li:not(:last-child){
	border-right: 1px solid #e3e3e3;
}
.map ul li:last-child {
	width: 13.1%;
}
.map ul li.on {
	background: #E40062;
}
.map ul li a.on {
	color: #fff;
}

.map ul li a img {
	margin: 0 auto;
}
.map ul li a {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.map ul li a span {
	display: block;
	font-size: 14px;
}


.foot_fix {
	background: #DB8383;
    width: 100%;
}
.foot_fix .cont {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.foot_fix .cont h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-right: 28px;
}

.foot_fix form .d-flex-foot {
	display: flex;
}
.foot_fix form input {
	margin-right: 10px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	padding: 0 14px;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.foot_fix form input::placeholder {
  	color: #666;
  	font-size: 14px;
}

.foot_fix select::-ms-expand {
	display: none;
}

.foot_fix .surgery {
	-webkit-appearance: none;
 	-moz-appearance: none;
 	appearance: none;
 	background-image: url('/html/images/common/arrow.png'); /* 화살표 없애기 및 크기 조절 */
	background-position: right 14px center;
	background-repeat: no-repeat;
 	margin-right: 10px;
	font-size: 14px;
	position: relative;
	border: 1px solid #e3e3e3;
	color: #666;
	padding: 0 14px;
    min-width: 200px;
    line-height: 34px;
    box-sizing: border-box;
}

.foot_fix .select_list {
	position: absolute;
	bottom: 100%;
	width: 100%;
	opacity: 0;
	height: 0;
	transition: 0.2s;
	overflow: hidden;
	z-index: 9999;
}
.foot_fix .select_list li a {
	background: #fff;
	border-bottom: 1px solid #f7f7f7;
}

.foot_fix .input button[type="submit"] {
	background: #333;
	color: #fff;
	font-size: 14px;
	width: 80px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #333;
	cursor: pointer;
}

.foot_fix .privacy {
	margin-top: 8px;
}
.foot_fix .privacy input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	background: #fff;
	position: relative;
	top: 3px;
	margin-right: 6px;
	padding: 0;
}
.foot_fix .privacy input[type="checkbox"]:checked::before {
	content: '\e929'; /* 체크 모양 아이콘 (✓) */
	font-family: 'xeicon';
	display: block;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	background-color: #db8383;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* 간편상담에 약관보기 모달 */
.foot_fix .privacy .checkbox-label{
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.foot_fix .privacy a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	margin-left: 10px;
}
.privacy_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.3);
	z-index: 999;
}
.privacy_modal .privacy {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
    width: 400px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.privacy_modal .privacy .inner {
	overflow-y: auto;
	max-height: 500px;
}

.privacy_modal .privacy > span {
	display: block;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.privacy_modal .privacy h1 {
	font-size: 20px;
	margin-bottom: 16px;
}
.privacy_modal .privacy h3,
.privacy_modal .privacy h4 {
	font-weight: normal;
    font-size: 15px !important;
    color: #333;
}
.privacy_modal .privacy p.dot {
	color: #666;
}

/* 콘텐츠  */
#wrap > .sub-visual {
	position: relative;
    width: 100%;
}
#wrap > .sub-visual img {
	width: 100%;
}
#wrap .banner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#wrap .banner-wrap .banner_tit {

}
#wrap .banner-wrap .banner_tit .tit {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#wrap .banner-wrap .banner_tit .tit span.post_sub_tit {
    font-size: 26px;
    display: block;
    line-height: 1.5;
}

#wrap .banner-wrap .banner_tit p.navi {
	font-size: 14px;
	margin-top: 6px;
	text-align: center;
}

#wrap .banner-wrap .banner_tit p {
    color: #fff;
    line-height: 1.5;
}

#wrap div.lnb{
	 width: 100%;
	 border-bottom: 1px solid #e3e3e3;
}
#wrap div.lnb ul.lnb{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrap div.lnb ul.lnb li{
	padding: 18px 0 ;
	margin: 0 21px;
}
#wrap div.lnb ul.lnb li:first-child {
	margin: 0 21px 0 0 !important;
}
#wrap div.lnb ul.lnb li:last-child {
	margin: 0 0 0 21px !important;
}
#wrap div.lnb ul.lnb li a{
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
}

#wrap div.lnb ul.lnb li.on a{
	color: #2490E9;
	font-weight: 700;
}
#wrpa div.lnb ul.lnb li.lnb-style {
	margin: 0 25px;
}

#wrap > .title{
	width: 1200px;
    margin: 80px auto 0;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
#wrap > .title:after {
	content: "";
	display: block;
	clear: both;
}
#wrap > .title h3{
	display: inline-block;
	color: #333;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#wrap .tab {
	width: 1200px;
	margin: 0 auto;
}
#wrap .tab .menu-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
#wrap .tab .menu-area li {
	border: 1px solid #2490E9;
	color: #666;
	border-radius: 100px;
	line-height: 37px;
	text-align: center;
	padding: 0 24px;
	cursor: pointer;
}
#wrap .tab .menu-area li:not(:last-child){
	margin-right: 10px;
}
#wrap .tab .menu-area li.on {
	color: #fff;
	border-color: #2490E9;
	background: #2490E9;
}

/* 콘텐츠 page */
#container .page-menu{
	width: 1200px;
	margin: 33px auto 0;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 26px;
}
#container .page-menu .d-flex{
	display: flex;	
	justify-content: space-between;
	align-items: center;
}
#container .page-menu .d-flex .left .menu-area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#container .page-menu .d-flex .left .menu-area .menu{
	padding: 6px 24px;
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.54px;
	border-radius: 100px;
	border: 1px solid #e3e3e3;
	margin-right: 10px;
	cursor: pointer;
}
#container .page-menu .d-flex .left .menu-area .menu.on{
	color: #E40062;
	border-color:#E40062;
}
#container .page-menu .d-flex .rigth .chat-btn{
	width: 160px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #0085FF;
	cursor: pointer;
}
#container .page-menu .d-flex .rigth .chat-btn i {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-right: 5px;
}
#container .page-menu .d-flex .rigth .chat-btn span{
	color: #FFF;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.66px;
}


/* 콘텐츠이미지 div.content-img로 감싸기  */
#container .content-wrap {
	width: 1200px;
	margin: 80px auto;
}
#container .content-wrap form legend {
	display: none;
}
#container .content-img {
	margin-top: 100px;
}
#container .content-img input[type="image"],
.board-wrap .content-img input[type="image"],
.board-wrap .web_banner input[type="image"]
  {
	display: block;
	margin: 0 auto;
	cursor: default;
}
#container .content-img:first-child {
	margin-top: 0; 
}

/* 콘텐츠 자세히 보기 있는 경우 */
#container .content-img .hide,
.board-wrap .content-img .hide {
	cursor: pointer !important;
}
#container .content-img .detail,
.board-wrap .content-img .detail {
	display: none !important;
	cursor: pointer !important;
}
#container .content-img .detail.show-detail {
	display: block !important;
}

#container .video input[type="image"],
#container .content-img a input[type="image"],
.surger_banner input[type="image"],
.news_header.web_banner input[type="image"],
.cursor.web_banner input[type="image"]/*솜씨tv배너*/{
	cursor: pointer !important;
}

/***********************/

#container .video {
	display: flex;
	justify-content: space-between;
}
#container .video input {
	margin: 0 !important;
}


/* 게시판  page */
#container .board-wrap {
	width: 1200px;
	margin: 40px auto;
}
#container .board-wrap > p input {
	margin-bottom: 80px !important;
}
#container .board-wrap table:not(.board_read) tbody p input[type="image"] {
	display: none;
}
#container .board-wrap table:not(.board_read) tbody p iframe {
	display: none;
}
#container .list-top {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0;
}
#container .list-top img {
	margin-bottom: 80px;
}

#container .board-wrap form legend {
	display: none;
}

/* 보도자료 상단 영상 */
#container .board-wrap .news_header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
#container .board-wrap .news_header > div {
	width: 545px;
}
#container .board-wrap .news_header > div:last-child {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

/* 하단 paging 버튼 */
#paging ul {
	display: flex;
	justify-content: center;
}
#paging ul li a {
    font-size: 14px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 4px;
    color: #999;
    text-align: center;
    line-height: 28px;
}
#paging ul li.first_off, #paging ul li.first_on {
	background: #fff url(/admin/html/images/common/first.png) no-repeat 100%;
}
#paging ul li.prev_off, #paging ul li.prev_on {
    background: url(/admin/html/images/common/prev.png) no-repeat 100%;
}
#paging ul li.next_off, #paging ul li.next_on {
    background: url(/admin/html/images/common/next.png) no-repeat 100%;
}
#paging ul li.last_off, #paging ul li.last_on     {
    background: url(/admin/html/images/common/last.png) no-repeat 100%;
    cursor: pointer;
}

.board-wrap #paging ul li.select a,
.content-wrap #paging ul li.select a {
	background: #e3e3e3;
	color: #333;
}
.board-wrap #paging ul li img,
.content-wrap #paging ul li img {
	padding: 4px 0;
}


/* default(솜씨 TALK) 일반 게시판 list */
#container table.board_list {
	border-top: 2px solid #333;
}

#container .content-wrap .board_list {
	margin-top: 80px;
}

#container table.board_list thead tr th {
	color: #666;
	padding: 18px 0;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.5;
	font-weight: 400;
}
#container table.board_list tbody tr td {
	color: #666;
	padding: 15px 15px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
    text-align: center;
}
#container table.board_list tbody tr td.left {
	text-align: left;
}
#container table.board_list tbody tr:hover td {
	background: #f7f7f7;
}   
#container table.board_list tbody tr td a {
	display: inline-block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 800px;
    line-height: 1.5;
}
#container table.board_list tbody td span {
	display: inline-block;
	margin-left: 4px;
	padding: 3px 0;
}
#container table.board_list tbody td span.file {
	padding: 0;
    position: relative;
    top: -2px;
}
#container table.board_list tbody td span.file i {
	font-size: 18px;
	color: #333;
}
.td_center {
	text-align: center !important;
}
.td_left {
	text-align: left !important;
}
#container table tbody tr.notice_tr td {
	background: #f9f9f9;
	font-weight: bold;
}

/* 일반 게시판 view */
#container table.board_read {
	border-bottom: 1px solid #e3e3e3;
}
#container table.board_read thead tr th {
	padding: 0 0 30px;
    font-size: 24px;
    text-align: left;
    color: #333;
    font-weight: 500;
}
#container table.board_read thead tr td {
    padding-bottom: 30px;
    border-bottom: 2px solid #2490E9;
}
#container table.board_read thead tr td span {
	padding: 0 20px;
	position: relative;
	line-height: 1.5;
	color: #666;
}
#container table.board_read thead tr td span:first-child {
	padding-left: 0;
}
#container table.board_read thead tr td span:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e3e3e3;
	width: 1px;
	height: 12px;
}
#container table.board_read tbody tr td {
	padding: 50px 0;
	line-height: 1.5;
}
#container table.board_read tbody tr td.fileadd {
	background: #f7f7f7;
	padding: 20px 10px !important;
}
#container table.board_read tbody tr td.fileadd ul li:not(:last-child) {
	margin-bottom: 20px;
}
#container table.board_read tbody tr td.fileadd a {
	display: flex;
	align-items: center;
	color: #666;
}
#container table.board_read tbody tr td.fileadd a:hover,
#container table.board_read tbody tr td.fileadd a:hover span i {
	color: #333;
}
#container table.board_read tbody tr td.fileadd a span i {
	font-size: 26px;
	color: #999;
	margin-right: 10px;
}
#container table.board_read tbody tr td.content p {
	margin-bottom: 10px;
}
#container table.board_read tbody tr td.content input,
#container table.board_read tbody tr td.content img,
#container table.board_read tbody tr td.content iframe {
	display: block;
	margin: 0 auto;
}

/* 일반 게시판 write */
#container table.board_write {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#container table.board_write tr {
	border-bottom: 1px solid #e3e3e3;
}

#container table.board_write th {
	color: #333;
    line-height: 50px;
    background: #f7f7f7;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}
#container table.board_write th img {
	display: inline-block;
	vertical-align: middle;
}
#container table.board_write td {
	padding: 10px 0;
    color: #333;
    font-size: 15px;
    vertical-align: middle;
}
#container table.board_write td.box {
	padding: 10px;
}
#container table.board_write td input[type="text"],
#container table.board_write td input[type="password"],
#container table.board_write td input[type="date"],
#container table.board_write td select{
	border: 1px solid #e3e3e3;
    line-height: 1.5;
    padding: 5px;
    border-radius: 4px;
    height: 34px;
    box-sizing: border-box;
}
#container table.board_write td input[type="checkbox"]{
	margin-left: 10px;
	position: relative;
    top: 1px;
}
#container table.board_write td label {
	font-size: 13px;
	color: #e40062;
}
#container table.board_write td div.file_box {
	padding: 5px 0;
}
#container table.board_write td div.file_box > div {
	margin: 5px 0;
}
#container table.board_write td textarea {
	border: 1px solid #e3e3e3;
	padding: 20px;
	box-sizing: border-box;
}
/***********************/

/* 1:1 문의 게시판 */
.qna_read {
	border-top: 1px solid #d9d9d9;
}
.qna_read tbody tr {}
.qna_read tbody tr th {
	padding: 16px 10px;
    background: #f7f7f7;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    vertical-align: middle;
}
.qna_read tbody tr td {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
	color: #333;
	font-size: 14px;
}
.qna_write {
	border-top: 1px solid #d9d9d9;
}
.qna_write tbody tr {}
.qna_write tbody tr th {
	padding: 16px 10px;
    background: #f7f7f7;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    vertical-align: middle;
}
.qna_write tbody tr td {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
	color: #333;
	font-size: 14px;
}
.qna_write tbody tr td input[type="text"],
.qna_write tbody tr td select,
.qna_write tbody tr td textarea {
	border: 1px solid #e3e3e3;
	padding: 4px 6px;
	color: #666;
	line-height: 1.5;
    min-height: 32px;
    box-sizing: border-box;
}
.qna_write tbody tr td .info {
	margin-left: 20px;
	font-size: 13px;
	color: #666;
}


/* 일반 게시판 list */
#container table.news_board {
	border-top: 2px solid #333;
}
#container table.news_board thead tr th {
	color: #666;
	padding: 18px 15px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}
#container table.news_board tbody tr td {
	color: #666;
	padding: 15px 15px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
#container table.news_board tbody tr:hover td {
	background: #f7f7f7;
}   
#container table.news_board tbody tr td a {
	display: inline-block;
    line-height: 1.5;
}
#container table.news_board tbody tr td .news_subject {
	margin-bottom: 10px;
}
#container table.news_board tbody tr td .news_subject .num {
	margin: 0 4px 0 0;
	padding: 0;
	color: #999;
}
#container table.news_board tbody tr td .news_subject > a {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 800px;
}
#container table.news_board tbody td span {
	display: inline-block;
	margin-left: 4px;
	padding: 6px 0;
}
#container table.news_board .news_content a {
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: -1px;
}
#container table.news_board tbody tr.notice_tr td .news_subject {
	margin-bottom: 0;
}
/***********************/


/* 갤러리 게시판 list */
#container .gallery_board .allcheck {
	padding: 0 0 20px;
	font-size: 14px;
	color: #666;
}
#container .gallery_board tr td {
	padding: 20px;
    width: 20%;
}
#container .gallery_board .gallery_area {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 24px;
	margin-bottom: 60px;
}
#container .gallery_board .gallery_area li {
	width: 25%;
	max-width: 282px;
	position: relative;
}
#container .gallery_board .gallery_area li > p {
	position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
}

#container .gallery_board .gallery_area .gallery_list a.img {
	height: 376px;
	position: relative;
}
#container .gallery_board .gallery_area .gallery_list a.img:after {
	content: "";
	font-family: 'xeicon';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 70px;
    color: #fff;
    text-align: center;
    padding: 156px 0px;
}
#container .gallery_board .gallery_area .gallery_list a.img.on:after {
	content: "\eb7c";
	background: rgb(0, 0, 0, 0.4);
	transition: 0.3s;
}
#container .gallery_board .gallery_area .gallery_list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#container .gallery_board .gallery_area .gallery_list a.txt {
	margin-top: 20px;
}
#container .gallery_board .gallery_list a span {
	display: block;
}
#container .gallery_board .gallery_list a span.tit {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#container .gallery_board .gallery_list a span.date {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

#container .gallery_board .gallery_list .gallery_title {
	position: absolute;
    bottom: 0;
    padding: 370px 20px 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 0.4s;
}
#container .gallery_board .gallery_list .gallery_subject {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    font-weight: bold;
}
#container .gallery_board .gallery_list .gallery_subject a {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	width: 280px;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

#container .gallery_board .gallery_list .gallery_content {
	display: none;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e3e3e3;
	line-height: 1.5;
}
#container .gallery_board .gallery_list .gallery_content p {
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: -1px;
	color:#fff;
}
#container .gallery_board .gallery_list .gallery_content p:last-child {
	-webkit-line-clamp: 3;
}
/***********************/

/* 웹진 게시판 list */

#container table.webzine_board thead tr th {
	color: #666;
	padding: 18px 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
}
#container table.webzine_board tbody tr td {
	color: #666;
	padding: 30px 0;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
#container table.webzine_board tbody tr td.td_left {
	padding-left: 60px !important;
	padding-right: 40px !important;
}
#container table.webzine_board tbody tr td.num {
	padding-right: 20px !important;
}
#container table.webzine_board tbody tr:first-child td {
	padding: 0 0 30px;
}

#container table.webzine_board tbody tr td.td_img > div {
	width: 300px;
	height: 225px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}
#container table.webzine_board tbody tr td.td_img > div a {
	height: 100%;
}
#container table.webzine_board tbody tr td.td_img > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#container table.webzine_board tbody tr td .webzine_subject {
	padding-bottom: 20px;
}
#container table.webzine_board tbody tr td .webzine_subject a {
	display: inline-block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 800px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
}
#container table.webzine_board tbody td span {
	display: inline-block;
	margin-left: 4px;
	padding: 6px 0;
}
#container table.webzine_board tbody td span.date {
	padding: 0;
	margin-left: 0;
	font-size: 16px;
}
#container table.webzine_board tbody td span.hit_cnt {
	padding: 0;
	padding-left: 8px;
	margin-left: 8px;
	position: relative;
}
#container table.webzine_board tbody td span.hit_cnt:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #ccc;
	top: 0;
	left: 0;
	position: absolute;
}
#container .webzine_board .webzine_content a {
    line-height: 28px;
    height: 84px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}
#container .webzine_board .webzine_write {
	margin-top: 38px;
}

/***********************/


/* Dr.Yun 의학강좌(유튜브 영상 게시판), 솜씨 TV */
#container .video_list {
	margin-bottom: 60px;
}
#container .video_list .allcheck {
	padding: 0 0 20px;
	font-size: 14px;
	color: #666;
}
#container .video_list .video_board {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 60px 24px;
}
#container .video_list .video_board li {
	width: 33%;
	max-width: 383px;
	box-sizing: border-box;
    position: relative;
}

#container .video_list .video_board li p {
	position: absolute;
	top: 14px;
    left: 10px;
}
#container .video_list .video_board li .video_img a > img {
	width: 100%;
	max-height: 288px;
	height: 100%;
	object-fit: cover;
}
#container .video_list .video_board li .video_img span.youtube_icon {
	display: none;
	position: absolute;
	top: 84px;
    transform: translateX(-50%);
    left: 50%;
}
#container .video_list .video_board li .video_img span.youtube_icon img{
	width: 60px;
}
#container .video_list .video_board li .video_img span.video_icon {
	position: absolute;
	top: 75px;
    transform: translateX(-50%);
    left: 50%;
}
#container .video_list .video_board li .video_img span.video_icon img {
	width: 70px;
}
#container .video_list .video_board li .video_img span.tit {
	display: -webkit-box;
    line-height: 1.5;
    margin-top: 20px;
    /*height: 48px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 700;
}
#container .video_list .video_board li .video_img span.date {
	display: block;
	margin-top: 20px;
	color: #666;
	font-size: 14px;
}

/***********************/


.section {
	margin-top: 60px;
}
.section .section-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #333;
}
.section .sub-menu-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}
.section .sub-menu-top .section-title {
	margin-bottom: 0;
}
.section .sub-menu-top .category_total_price {
	margin-top: 0;
}

.section .sub-menu {
	display: flex;
	align-items: center;
	gap: 14px;
}
.section .sub-menu span {
	display: block;
	color: #2490E9;
	font-size: 16px;
	font-weight: 700;
}
.section .sub-menu .btn {
	border-radius: 100px;
	/*border: 1px solid #e3e3e3;*/
	padding: 6px 24px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	cursor: pointer;
	font-weight: 700;
	box-shadow: 0 0 0 1px #e3e3e3 inset;
}
.section .sub-menu .btn.on {
	/*border-color: #2490E9;*/
	color: #2490E9;
	box-shadow: 0 0 0 2px #2490E9 inset;
}
.help-text {
	text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.help-text span {
	color: #2490E9;
}

/* insert_table 검사의뢰,견적요청 */

.insert-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.insert-top a.past-request {
	border: 1px solid #00a4db;
	background: #00a4db;
	color: #fff;
	font-weight: 700;
	padding: 8px 14px;
	border-radius: 3px;
	cursor: pointer;
}
.insert-top p {
	font-size: 15px;
}

.insert_table table {
	border: 1px solid #00a4db;
	width: 100%;
}
.insert_table.health table {
	/*border-color: #e3e3e3;*/
	margin-top: 30px;
}
.insert_table.health table thead th {
	background: #2490E9;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding: 13px 0;
}
.insert_table.health table tbody tr td {
	vertical-align: middle;
	padding: 30px;
	border-bottom: 1px solid #00a4db;
}
.insert_table.health table tbody tr td.center {
	text-align: center;
	padding: 0 6px;
}
.insert_table.health table tbody tr td:not(:last-child) {
	border-right: 1px solid #00a4db;
}
.insert_table.health table tbody tr td h3 {
	line-height: 1.5;
	word-break: keep-all;
}
.insert_table.health table tbody tr td .total_price .number {
	font-size: 20px;
	font-weight: 700;
	color: #2490E9;
	margin-right: 3px;
}
.insert_table.health table tbody tr td .sample-area-box {
	width: 100%;
}

.insert_table.health table tbody tr td .sample-area-box-tit {
	display: flex;
	align-items: center;
}
.insert_table.health table tbody tr td .sample-area-box-tit h3 {
	font-size: 15px;
}
.insert_table.health table tbody tr td .sample-area-box-tit button {
	border: 0;
    border-radius: 5px;
    padding: 4px 23px;
    font-size: 14px;
    margin-left: 20px;
    background: #2490E9;
    color: #fff;
    cursor: pointer;
}
.insert_table.health table tbody tr td .sample-area-box .sample-area {
	background: #f7f7f7;
	padding: 20px 30px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
}
.insert_table.health table tbody tr td .sample-area-box .sample-title {
	font-size: 14px;
	margin-bottom: 16px;
} 

.insert_table.health table tbody tr td .input-box {
	display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
}
.insert_table.health table tbody tr td .input-box .input {
	width: 33%;
}
.insert_table.health table tbody tr td .input-box .input.w-50 {
	width: 50%;
}
.insert_table.health table tbody tr td .input-box .input input[type="number"] {
    border: 1px solid #e3e3e3;
    margin-left: 10px;
    width: 32px;
    padding: 3px;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    -moz-appearance: textfield;
}
.insert_table.health table tbody tr td .input-box .input input[type="number"]::-webkit-outer-spin-button,
.insert_table.health table tbody tr td .input-box .input input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
  	margin: 0;
}
.insert_table.health table tbody tr td .input-box .input label:hover .mouse-hover {
	display: inline;
}
.insert_table.health table tbody tr td .input-box .input label:hover .sub-name {
	display: none;
}
.insert_table.health table tbody tr td .input-box .input .mouse-hover {
	display: none;
}

.insert_table.health table tbody tr td .user {
	font-size: 14px;
}
.insert_table.health table tbody tr td .user input {
	border: 1px solid #e3e3e3;
	margin-left: 4px;
	padding: 4px;
	color: #666;
}

.insert_table table.insert-info ul {
	padding: 33px 20px;
}
.insert_table table.insert-info ul li {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}
.insert_table table.insert-info ul li:last-child {
	margin-bottom: 0;
}
.insert_table table h5.t-tit {
	font-size: 14px;
	font-weight: 700;
	min-width: 127px;
}
.insert_table table div {
	color: #666;
}
.insert_table table div.item {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 30px;
}
.insert_table table div.all {
	margin-top: 10px;
}
.insert_table table div p {
	border-bottom: 1px solid #e3e3e3;
	min-width: 380px;
	font-size: 14px;
	padding-bottom: 4px;
	line-height: 1.5;
	color: #666;
}
.insert_table table div p input {
	font-size: 14px;
	color: #666;
	border: 0;
}
.insert_table table div .reservation_date {
	cursor: pointer;
}
.insert_table table div .reservation_date input {
	border: 0;
	cursor: pointer;
	font-size: 14px;
	color: #666;
}
.insert_table table div.all label,
.insert_table table div.item label,
.insert_table table div.input label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	line-height: 1.5;
	font-size: 14px;
	display: inline-block;
}
.insert_table table div.all label input[type="number"] {
	border: 1px solid #e3e3e3;
	margin-left: 10px;
    width: 32px;
    padding: 3px;
    color: #666;
    text-align: center;
    box-sizing: border-box;
}
.insert_table table div.all label input[type="number"]::-webkit-outer-spin-button,
.insert_table table div.all label input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
  	margin: 0;
}
.insert_table table div.item input[type="text"] {
	border: 1px solid #e3e3e3;
	margin-left: 4px;
	padding: 4px;
	color: #666;
}
.insert_table table div.item span {
	font-size: 14px;
	color: #333;
}
.insert_table table div.item span input[type="text"] {
	border: 0;
	border-bottom: 1px solid #e3e3e3;
	color: #666;
}
.insert_table.health table div.all input[type="checkbox"],
.insert_table table div.item input[type="checkbox"],
.insert_table table div.item input[type="radio"],
.insert_table table div.input input[type="checkbox"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.insert_table.health table div.all input[type="checkbox"]:checked + .check-icon,
.insert_table table div.item input[type="checkbox"]:checked + .check-icon,
.insert_table table div.input input[type="checkbox"]:checked + .check-icon {
	border-color: #2490E9;
	background: #2490E9;
}
.insert_table table div.item input[type="radio"]:checked + .radio-icon {
	border-color: #2490E9;
}
.insert_table.health table div.all input[type="checkbox"]:checked + .check-icon:before,
.insert_table table div.item input[type="checkbox"]:checked + .check-icon:before,
.insert_table table div.input input[type="checkbox"]:checked + .check-icon:before {
	border-color: #fff;
    border-top: 0;
    border-right: 0;
}
.insert_table table div.item input[type="radio"]:checked + .radio-icon:before {
	background: #2490E9;
}
.insert_table.health table div.all .check-icon {
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.insert_table table div.item .check-icon,
.insert_table table div.item .radio-icon,
.insert_table table div.input .check-icon {
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.insert_table.health table div.all .check-icon:before,
.insert_table table div.item .check-icon:before,
.insert_table table div.input .check-icon:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid transparent;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 7px;
    height: 5px;
}
.insert_table table div.item .radio-icon:before {
	content: "";
	position: absolute;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	top: 3px;
	left: 3px;
}

.category_total_price {
	margin-top: 30px;
	text-align: right;
}
.category_total_price span {
	color: #666;
	font-size: 15px;
}
.category_total_price .total_price {
	color: #666;
}
.category_total_price .total_price .number {
	font-size: 24px;
    font-weight: 700;
    color: #2490E9;
    margin-right: 3px;
}

.insert_table .buttons,
.result_area .buttons {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}
.insert_table .buttons button,
.result_area .buttons button {
	width: 160px;
	display: block;
	height: 36px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	cursor: pointer;
}
.insert_table .buttons button.btn-submit,
.result_area .buttons button.btn-submit {
	border-color: #2490E9;
	background: #2490E9;
	color: #fff;
}
.insert_table .buttons button.btn-cancel,
.result_area .buttons button.btn-cancel {
	color: #666;
	background: #fff;
}
.insert_table .memo-area {
	margin-top: 30px;
}
.insert_table .memo-area textarea {
	border: 1px solid #e3e3e3;
	padding: 10px;
	box-sizing: border-box;
	resize: none;
}
.result_area .section-title {
	margin-bottom: 30px;
	text-align: center;
}
.result_area .title {
	font-size: 20px;	
	margin-bottom: 16px;
	font-weight: 700;
	color: #333;
}
.result_area .area {
	margin-bottom: 30px;
}

.result_table .th-left,
.result_table .td-left {
	text-align: left !important;
}
.result_table {
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.result_table thead tr th {
	background: #EEF7FF;
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.5;
}
.result_table tbody tr:first-child td {
	padding: 30px 10px 10px;
}
.result_table tbody tr:last-child td {
	padding: 10px 10px 30px;
}
.result_table tbody tr:only-child td {
	padding: 30px 10px;
}
.result_table tbody tr td {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
}
.result_area .add-text {
	text-align: right;
	color: #666;
	font-size: 14px;
	margin-top: 14px;
}
.result_area .total {
	margin-top: 14px;
	line-height: 1.5;
	text-align: right;
	color: #333;
}
.result_area .total .number {
	font-size: 18px;
	font-weight: 700;
	margin-left: 12px;
	margin-right: 2px;
	color: #2490E9;
}
.result-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.result-total .sub-menu {
	margin: 30px 0;
}
.result-total .sub-menu .btn {
	color: #fff;
}
.result-total .sub-menu .btn span {
	font-size: 14px;
}
.result-total .sub-menu .btn01 {
	background: #2D307C;
	border-color: #2D307C;
}
.result-total .sub-menu .btn02 {
	background: #333;
	border-color: #333;
}
.result-total .sub-menu .btn-disable {
	background: #ccc;
	border-color: #ccc;
	cursor: default;
}
.result-total .left >p {
	font-size: 13px;
	color: #333;
}
.result-total .right >div {
	align-items: center;
}
.result-total .right p {
	line-height: 1.5;
}
.result-total .right .text-1 {
	font-size: 24px;
	font-weight: 700;
	margin-right: 20px;
}
.result-total .right .text-3 .number {
	font-size: 30px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 4px;
	color: #2490E9;
}
.result-total .right .text-4 {
	font-size: 12px;
	text-align: right;
}
.result-check {
	border-top: 2px solid #2490E9; 
	padding-top: 60px;
}
.result-check .title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.insert-result {
	border: 1px solid #e3e3e3;
	width: 100%;
	margin-top: 20px;
}
.insert-result ul {
	padding: 33px 20px;
}
.insert-result ul li {
	display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.insert-result ul li:last-child {
	margin-bottom: 0;
}
.insert-result ul li h5.t-tit {
	font-size: 14px;
    font-weight: 700;
    min-width: 127px;
}
.insert-result ul li div.item {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 30px;
}
.insert-result ul li div.item label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	line-height: 1.5;
	font-size: 14px;
	display: inline-block;
}
.insert-result ul li div.item label input[type="checkbox"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.insert-result ul li div.item label input[type="checkbox"]:checked + .check-icon {
	border-color: #2490E9;
    background: #2490E9;
}
.insert-result ul li div.item label input[type="checkbox"]:checked + .check-icon:before {
	border-color: #fff;
    border-top: 0;
    border-right: 0;
}
.insert-result ul li div.item label .check-icon {
	width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.insert-result ul li div.item label .check-icon:before {
	content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid transparent;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 7px;
    height: 5px;
}
.insert-result ul li div .reservation_date input {
	border: 0;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.insert-result ul li div p {
	border-bottom: 1px solid #e3e3e3;
    min-width: 380px;
    font-size: 14px;
    padding-bottom: 4px;
    line-height: 1.5;
    color: #666;
}

/***********************/

/* request_table 검사의뢰 조회 */
.request_table {
	margin-top: 50px;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.request_table thead tr th {
	background: #EEF7FF;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.5;
}
.request_table tbody tr:hover {
	cursor: pointer;
}
.request_table tbody tr:first-child td {
	padding: 30px 10px 10px;
}
.request_table tbody tr:last-child td {
	padding: 10px 10px 30px;
}
.request_table tbody tr:only-child td {
	padding: 30px 0;
}
.request_table tbody tr td {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5;
}
.request_table tbody tr td.d-btn span {
	display: inline-block;
	color: #fff;
	background: #2490E9;
	border-radius: 5px;
	width: 80px;
	padding: 4px;
	text-align: center;
	font-weight: 400 !important;
}
.request_table tbody tr td.d-btn span.disable {
	background: #999;
	cursor: default;
}
/***********************/

/* statistics_table 질병통계 */
.statistics_search {
	border: 1px solid #e3e3e3;
	background: #f7f7f7;
	padding: 35px 52px;
}
.statistics_search ul li {
	display: flex;
	align-items: center;
}
.statistics_search ul li:first-child {
	
}
.statistics_search ul li h5 {
	font-size: 16px;
	margin-right: 20px;
	line-height: 1.5;
}
.statistics_search ul li.animal-area {
	margin-bottom: 24px;
}
.statistics_search ul li .select-animal label {
	margin-right: 30px;
	position: relative;
	padding-left: 26px;
	color: #666;
	line-height: 1.2;
	display: inline-block;
	cursor: pointer;
}
.statistics_search ul li .select-animal label:last-child {
	margin-right: 0;
}
.statistics_search ul li .select-animal label input[type="checkbox"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.statistics_search ul li .select-animal label input[type="checkbox"]:checked + .check-icon {
	border-color: #2490E9;
}
.statistics_search ul li .select-animal label input[type="checkbox"]:checked + .check-icon:before {
	background: #2490E9;
}
.statistics_search ul li .select-animal label .check-icon {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.statistics_search ul li .select-animal label .check-icon:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.statistics_search ul li .select-date {
	display: flex;
	align-items: center;
}
.statistics_search ul li .select-date label {
	display: flex;
	align-items: center;
}
.statistics_search ul li .select-date label span{
	font-size: 16px;
	color: #666;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 16px;
	margin-left: -1px;
	cursor: pointer;
}
.statistics_search ul li .select-date input {
	padding: 13px 14px;
	color: #666;
	font-size: 16px;
    line-height: 1.375;
    border: 1px solid #e3e3e3;
}
.statistics_search ul li .select-date .btn-area {
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.statistics_search ul li .select-date .btn-area button {
	background: #fff;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	text-align: center;
	padding: 12px 0;
	margin-left: -1px;
	display: block;
	width: 86px;
	cursor: pointer;
}
.statistics_search ul li .select-date .btn-area button.on {
	border-color: #2490E9;
	color: #2490E9;
	z-index: 1;
}
.statistics_search ul li .list_search {
	margin-left: 20px;
}
.statistics_search ul li .list_search input {
	background: #333;
	font-size: 16px;
	text-align: center;
	padding: 13px 0;
	width: 90px;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.statistics_table {
	margin-top: 50px;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.statistics_table thead tr th {
	background: #EEF7FF;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.5;
}
.statistics_table thead tr th:first-child {
	padding: 10px 30px;
	text-align: left;
}
.statistics_table tbody tr:first-child td {
	padding: 30px 30px 10px 30px !important;
}
.statistics_table tbody tr:last-child td {
	padding: 10px 30px 30px 30px !important;
}
.statistics_table tbody tr:only-child td {
	padding: 30px 10px !important;
}
.statistics_table tbody tr td {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5;
}
.statistics_table tbody tr td:first-child {
	padding: 10px 30px;
}
/* 샘플신청 슬라이드 버튼 */
.bx-wrapper {
	position: relative;
	margin-top: 16px;
}
.bx-wrapper .bx-controls-direction {
	position: absolute;
    top: 24px;
    left: 1px;
    z-index: 999;
}
.bx-wrapper .bx-controls-direction .bx-prev{
	position: absolute;
	top: 0;
	left: 6px;
}
.bx-wrapper .bx-controls-direction .bx-next{
	position: absolute;
	top: 0;
    left: 816px;
}


/***********************/
#container .board_btn {
	margin-top: 16px;
}
#container .board_btn:after {
	content: "";
	display: block;
	clear: both;
}
#container .board_btn ul {
	display: flex;
}
#container .board_btn .left {
	float: left;
}
#container .board_btn ul li {
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 5px;
	margin-right: 8px;
}
#container .board_btn ul li a {
	font-size: 13px;
	color: #666;
	line-height: 30px;
	padding: 0 14px;
}
#container .board_btn ul li.prev,
#container .board_btn ul li.next,
#container .board_btn ul li.write {
	border-color: #034EA2;
}
#container .board_btn ul li.prev a,
#container .board_btn ul li.next a,
#container .board_btn ul li.write a,
#container .board_btn ul li.write input {
	color: #034EA2;
}
#container .board_btn ul li input {
	border: 0;
	background: transparent;
	color: #666;
	line-height: 30px;
	padding: 0 14px;
	font-size: 13px;
	cursor: pointer;
}

#container .tc a {
	display: inline-block;
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 0 14px;
}

.board_search {
	margin-top: 50px;
}
.board_search div {
	text-align: center;
	padding: 10px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.board_search div input {
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 0 8px;
    box-sizing: border-box;
}
.board_search div select {
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 0 8px;
    box-sizing: border-box;
    margin-right: 4px;
}
.board_search .search-btn {
    background: #333;
    color: #fff;
    font-size: 13px;
    border: 1px solid #333;
    line-height: 38px;
    padding: 0 20px;
    margin-left: 4px;
}
/* 로그인페이지 */
.login_wrap {
	padding: 160px 0 120px;
}
.login_content {
	width: 450px;
    margin: 0 auto;
}
.login_content h2 {
	font-size: 30px;
	text-align: center;
}
.login_content .login_error {
	font-size: 14px;
	line-height: 1.4;
	color: #e50065;
	margin-bottom: 30px;
}
.login_content .login_area {
	margin-top: 50px;
}

.login_content .formWrite > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.login_content .formWrite input {
	line-height: 1.4;
    padding: 16px 20px;
    background: #fff;
    color: #333;
    width: 100%;
    border: 1px solid #e3e3e3;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
}
.login_content .formWrite .id-area input {
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
}
.login_content .formWrite .pw-area input {
	border-radius: 0 0 10px 10px;
}
.login_content .formWrite input:placeholder {
	font-size: 18px;
	color: #999;
}
.login_content .formWrite .tit {
	display: block;
	margin-right: 8px;
	width: 80px;
}
.login_content .login_info {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.login_content .login_info .checkbox_area {
	position: relative;
    padding-left: 23px;
    line-height: 1.5;
}
.login_content .login_info .checkbox_area input[type="checkbox"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.login_content .login_info .checkbox_area input[type="checkbox"]:checked + .check-icon {
	border-color: #00A0DC;
	background: #00A0DC;
}
.login_content .login_info .checkbox_area input[type="checkbox"]:checked + .check-icon:before {
	border-color: #fff;
    border-top: 0;
    border-right: 0;
}
.login_content .login_info .checkbox_area .check-icon {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.login_content .login_info .checkbox_area .check-icon:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid transparent;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 10px;
    height: 6px;
}
.login_content .login_info label {
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.login_content .login_info .find a {
	font-size: 16px;
	color: #666;
}
.login_content .login_info .find a span {
    width: 1px;
    height: 13px;
    background: #d9d9d9;
    display: inline-block;
    margin: 0 8px;
}
.login_content .login_btn {
	margin: 30px 0 0;
}
.login_content .login_btn input {
    width: 100%;
    border: 0;
    padding: 17px;
    border-radius: 10px;
    background: #00A0DC;
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans Kr";
    cursor: pointer;
}
.login_content .join_btn a {
	width: 100%;
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
}
/*
.login_content .sns_login {
	margin-top: 40px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}
.login_content .sns_login span {
	font-size: 13px;
	text-align: center;
	display: block;
}
.login_content .sns_login .sns_icon {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.login_content .sns_login .sns_icon a {
	margin: 0 4px;
}
*/

.login_content .lost_tap {
	margin-top: 50px;
}
.login_content .lost_tap ul {
	display: flex;
}
.login_content .lost_tap ul li {
	width: 50%;
	border-bottom: 4px solid #d9d9d9;
    text-align: center;
    padding: 10px;
}
.login_content .lost_tap ul li.on {
	border-color: #00A0DC;
	font-weight: 700;
}
.login_content .lost_tap ul li.on a {
	color: #00A0DC;
}

.login_content .formbox {
	display: none;
	padding: 30px 0;
}
.login_content .formbox.on {
	display: block;
}
.login_content .formbox .find_list {}
.login_content .formbox .find_list .find_contents {
	margin-bottom: -1px;
}
.login_content .formbox .find_list .find_contents.top input {
	border-radius: 10px 10px 0 0;
}
.login_content .formbox .find_list .find_contents.mid input {
	border-radius: 0;
}
.login_content .formbox .find_list .find_contents.bot input {
	border-radius: 0 0 10px 10px;
}
.login_content .formbox .find_list span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.login_content .formbox .find_list input {
	width: 100%;
    border: 1px solid #e3e3e3;
    line-height: 1.4;
    font-size: 18px;
	padding: 16px 20px;
    box-sizing: border-box;
    color: #333;
}
.login_content .formbox .find_btn {
	margin-top: 30px;
}
.login_content .formbox .find_btn button {
	width: 100%;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 17px;
	font-size: 18px;
}

.lost_id_result {
	margin-top: 50px;
}
.lost_id_result .contents {
	text-align: center;
}
.lost_id_result .contents div a.submit {
    width: 100%;
    border: 0;
    padding: 20px;
    border-radius: 10px;
    background: #00A0DC;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
}
.lost_id_result .contents div a.pw_btn {
	width: 100%;
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
}

/* 회원가입페이지 */
.join_wrap {
	margin: 110px auto;
	max-width: 770px;
}

.join_wrap .join_top h2 {
	font-size: 30px;
    text-align: center;
}

.join_wrap > span {
	font-size: 13px;
	position: relative;
	text-align: right;
	padding-left: 4px;
	margin: 20px 0 10px;
	display: block;
	line-height: 1.4;
}
.join_wrap > span:before {
	content: "*";
	color: #EC1C24;
	position: absolute;
	top: 0;
	right: 70px;
}
.join_wrap > ul {
	margin-top: 30px;
}
.join_wrap > ul li {
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	padding-left: 18px;
}
.join_wrap > ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}

.join_wrap h4.join {
	font-size: 18px;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 500;
}
.join_wrap .tc label{
	margin-top: 8px;
	text-align: center;
    font-size: 13px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.join_wrap .tc label input {
	margin-right: 4px;
}
.join_textarea {
	border: 1px solid #e3e3e3;
    padding: 14px;
    font-size: 14px;
    line-height: 1.5;
    max-height: 260px;
    overflow-y: scroll;
    background: #fdfdfd;
}


.join_content {
	padding: 40px 50px;
	border: 1px solid #e3e3e3;
}

.submit_box {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.submit_box a {
	border: 1px solid #e3e3e3;
    width: 20%;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}
.submit_box button {
	width: 160px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	height: 36px;
	text-align: center;
	background: #fff;
}

.sbm-btn{
	background: #2490E9 !important;
	color:#fff;
}
.back-btn {
	border: 1px solid #e3e3e3;
	color: #666;
}
.modi-btn {
	background: #333 !important;
	color: #fff;
}

.join_content .join-area .frm {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.join_content .join-area .frm > label {
	display: block;
	min-width: 116px;
	position: relative;
	margin-top: 10px;
}
.join_content .join-area .frm > label span {
	color: #EC1C24;
}
.join_content .join-area .frm input:not([type="radio"]) {
	display: block;
	margin-left: 30px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	height: 36px;
	width: 300px;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    box-sizing: border-box;
}

.join_content .join-area .frm button {
	background: #333;
	border-radius: 5px;
	color: #fff;
	height: 36px;
	border: none;
	margin-left: 10px;
	min-width: 100px;
	padding: 0 20px;
	font-size: 14px;
	cursor: pointer;
}
.join_content .join-area .sub_text {
	margin-top: 6px;
    padding-left: 30px;
    font-size: 12px;
    color: #333;
}
.join_content .join-area .b_text {
	font-size: 11px;
	margin-top: 8px;
	padding-left: 30px;
	color: #00A0DC;
}

.join_content .join-area .frm .adver {
	margin-left: 30px;
}
.join_content .join-area .frm .adver label {
    margin-right: 20px;
    min-width: auto;
    font-size: 14px;
    line-height: 40px;
    display: block;
    position: relative;
    padding-left: 24px;
}

.join_content .join-area .adver input[type="radio"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.join_content .join-area .adver input[type="radio"]:checked + .check-icon {
	border-color: #2490E9;
	background: #2490E9;
}
.join_content .join-area .adver input[type="radio"]:checked + .check-icon:before {
	border-color: #fff;
    border-top: 0;
    border-right: 0;
}
.join_content .join-area .adver .check-icon {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.join_content .join-area .adver .check-icon:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid transparent;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 8px;
    height: 6px;
}


.join_content .join-area .frm .adres button {
	margin-left: 30px;
}
.join_content .join-area .frm .adres > div.area {
	margin-top: 10px;
	display: none;
}
.join_content .join-area .frm .adres input {
	width: auto;
	max-width: 400px;
	margin-bottom: 10px;
}


.join_content .join-area .agree {
	margin-top: 40px;
}
.join_content .join-area .agree > label {
	display: block;
    line-height: 1.5;
}
.join_content .join-area .agree > label span {
	color: #EC1C24;
}
.join_content .join-area .agree-all {
	margin-top: 20px;
	position: relative;
}
.join_content .join-area .agree-all input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.join_content .join-area .agree-all input[type="checkbox"]:checked + .checkmark:after {
	display: block;
}
.join_content .join-area .agree-all input[type="checkbox"]:checked + .checkmark{
	background: #E40062;
	border-color: #E40062;
}
.join_content .join-area .agree-all .checkmark {
	position: absolute;
  	top: 0;
 	left: 0;
  	height: 20px;
  	width: 20px;
  	background-color: #fff;
  	border: 1px solid #ccc;
  	border-radius: 3px;
}
.join_content .join-area .agree-all .checkmark:after {
	content: "";
  	position: absolute;
  	display: none;
  	left: 6px;
    top: 2px;
  	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	transform: rotate(45deg);
}
.join_content .join-area .agree-all > label {
	font-size: 15px;
	padding-left: 32px;
	cursor: pointer;
    line-height: 1.5;
}
.join_content .join-area .agree-all .agree-box {
	margin: 20px 0 0 30px;
}
.join_content .join-area .agree-all .agree-box label {
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
}
.join_content .join-area .agree-all .agree-box .agree-content {
	position: relative;
	padding-left: 32px;
	margin-bottom: 20px;
}
.join_content .join-area .agree-all .agree-box .agree-content.agreeSns {
	display: flex;
}
.join_content .join-area .agree-all .agree-box .agree-content .ac {
	position: relative;
	padding-left: 32px;
	margin-right: 40px;
}
.join_content .join-area .agree-all .agree-box .agree-content:after {
	content: "";
	display: block;
	clear: both;
}
.join_content .join-area .agree-all .agree-box .agree-content .terms {
	font-size: 14px;
	color: #E40062;
	float: right;
	margin-right: 62px;
}
/***********************/
/* 회원탈퇴 */
.leave_wrap {
	padding: 160px 0 120px;
}
.leave_content {
	width: 450px;
    margin: 0 auto;
}
.leave_content h2 {
	font-size: 30px;
    text-align: center;
}
.leave_content .member_leave {
	text-align: center;
	line-height: 30px;
	margin: 20px 0;
	font-size: 14px;
}
.leave_content textarea {
	border: 1px solid #e3e3e3;
	padding: 10px 14px;
	box-sizing: border-box;
	resize: none;
}
.leave_content .footBtn {
	margin-top: 30px;
}
.leave_content .footBtn a {
	width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 17px;
    font-size: 18px;
    box-sizing: border-box;
}

/* 개인정보 처리방침, 이용약관 */
#container .policy {
	padding: 80px 0;
    width: 1200px;
    margin: 0 auto;
    line-height: 1.7;
}
#container .policy h1 {
	font-size: 24px;
	color: #333;
	margin-bottom: 50px;
}
#container .policy h3 {
	font-size: 18px;
    color: #2490E9;
    margin: 26px 0 8px;
    font-weight: normal;
}
#container .policy h4 {
	font-weight: normal;
}
#container .policy h5 {
	font-weight: normal;
	margin-top: 10px;
}

#container .policy p.dot,
#container .policy p.line {
	padding-left: 10px;
	position: relative;
}
#container .policy p.dot:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
#container .policy p.line:before {
	content: "";
	width: 4px;
	height: 1px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}
#container .policy p span {
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
}
#container .policy ul.privacy_index {
	border: 1px solid #e3e3e3;
    padding: 24px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#container .policy ul.privacy_index li {
	width: 50%;
}
#container .policy ul.privacy_index li a {
	color: #666;
	line-height: 2;
}
#container .policy ul.privacy_index li a:hover,
#container .policy ul.privacy_index li a:focus {
	color: #222;
}
#container .policy table {
	width: 100%;
    margin-top: 20px;
    border-top: 2px solid #666;
}
#container .policy table tr {
	border-bottom: 1px solid #e3e3e3;
}
#container .policy table tr th {
    background: #f7f7f7;
    padding: 12px 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
#container .policy table tr td {
	text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #666;
}

/* 검색 */
.search-area{
	width: 1200px;
	margin: 87px auto 100px ;
}
.search-area .tabs{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.search-area .tabs .tab{
	width: 50%;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0 ;
	font-size: 20px;
	color:#333;
	text-align: center;
	cursor: pointer;
}
.search-area .tabs .tab.on{
	border:1px solid #e3e3e3;
	border-bottom: 0;
	color: #2490E9;
	border-radius: 10px 10px 0 0; 
	font-weight: 700
}
.search-area .search-language{
	width:100%;
	border-radius: 10px;
	border: 1px solid #2490E9;
	background: rgba(36, 144, 233, 0.1);
	padding: 17px 20px; 
	color: #333;
	font-size: 16px;
	letter-spacing: -0.48px;
	margin-top: 30px;
	box-sizing: border-box;
}
.search-area .search-language strong {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	margin-right: 6px;
}
.search-area .menus{
	width: 100%;
	margin-top: 25px; 
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.search-area .menus .menu{
	padding:6px 15px;
	border-radius: 100px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	cursor: pointer;
	margin: 5px 10px 5px 0;
	line-height: 1.5;
}
.search-area .menus .menu.on{
	background: #2490E9;
	border: 1px solid #2490E9;
	color: #FFF;
}
.search-area .search-body{
	margin-top: 25px;
	width: 100%;
}
.search-area .search-body .content-areas{
	margin-top:25px;
}
.search-area .search-body .content-areas .area{
	margin-bottom: 40px;
}
.search-area .search-body .content-areas .area:last-child {
	margin-bottom: 0;
}
.search-area .search-body .content-areas .area .title{
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
}
.search-area .search-body .content-areas .area .area-sub{
	padding:20px 0;
	width:100%;
	border-bottom: 1px solid #e3e3e3;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
}
.search-area .search-body .content-areas .area .area-sub a{
	line-height: 1.3
}
.search-area .search-body .boards .board-area{
	width:100%;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 40px;
}
.search-area .search-body .boards .board-area a .tit{
	font-size: 18px;
	color: #333;
	font-weight: 700;
	letter-spacing: -0.48px;
	line-height: 1.3;
	display: block;
}
.search-area .search-body .boards .board-area a .cont{
	font-size: 16px;
	color: #333;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 1.3;
	display: block;
	padding: 20px 0;
}
.search-area .search-body strong{
	color: #333;
	letter-spacing: -0.48px;
	background: #e9f4fd;
}

/* 수술전후보기 모달 */
.surger_banner {
	cursor: pointer;
}
.surger_modal {
	display: none;
	position: fixed;
	z-index: 9999;
}
.surger_modal .surger_modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	z-index: -1;
}
.surger_modal.on {
	display: block;
}
.surger_modal .inner {
	position: fixed;
	background: #fff;
	top: 50%;
    left: calc(50% - 438.5px);
    transform: translateY(-50%);
    width: 877px;
}
.surger_modal .inner div.con {
	overflow-y: auto;
    height: 720px;
    /*height: 90%;
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;*/
}
.surger_modal .inner div.con img {
	width: 100%;
}
.surger_modal .inner div input {
	width: 100% !important;
	height: auto !important;
}
.surger_modal .tit {
	display: flex;
	justify-content: space-between;
}
.surger_modal .tit h3 {
	font-size: 26px;
}
.surger_modal span.close {
	cursor: pointer;
	position: absolute;
	top: -40px;
    right: 0;
}

.surger_modal span.close i {
	color: #fff;
	font-size: 28px;
}

.movie_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.movie_modal.on{
	display: block;
}
.movie_modal .bg{
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.5;
}
.movie_modal .modal_body{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
   	width:1280px;
	height:720px;
}
.movie_modal .close{
    position: absolute;
    top: calc(50% - 380px);
    left: calc(50% + 640px);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.xi-user-o{
	color: #db8383;
}
.xi-user-o.color_0{
	color:#333;
}

/* ebook 모달 */
.ebook_modal{
	display: none;
	position: fixed;
    width: 100%;
    height: 100% ;
	top:0;
	z-index: 99999
}
.ebook_modal.on{
	display: block;
}
.ebook_modal .bg{
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.5;
}
.ebook_modal .modal_body{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
   	width:1132px;
	height:800px;
	overflow: hidden;
}
.ebook_modal .modal_body.sexbook_body{
	width:1656px;
	height:800px;
}
.ebook_modal .close{
    position: absolute;
    top: calc(50% - 430px);
    left: calc(50% + 575px);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.ebook_modal.ebook_sexbook .close{
    top: calc(50% - 430px);
    left: calc(50% + 838px);
}
.ebook_modal .swiper-button-next:after,
.ebook_modal .swiper-button-prev:after{
	text-shadow: 1px 1px 1px black;
	color:#fff;
}
/***********************/

.ai_chat {
	display: none;
	position: fixed;
	right: 16%;
	top: 50%;
	width: 400px;
    height: 781px;
    z-index: 9999;
    transform: translateY(-50%);
}
.ai_chat.on {
	display: block;
	pointer-events: auto;
}

.ui-datepicker-trigger {
	display: none;
}
