/*폰트*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+KR:wght@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://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');*/

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: '宋體', 'simsun', Arial; 중국어 simsun폰트
*/

/*주조색
 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: #111;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
}

p {
	color: #111;
	cursor: default;
}

.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: 1100px;
    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_container {
	width: 100%;
}

.header_container .content {
	max-width: 1100px;
	margin: 0 auto;
}

.header01, .header02, .nav {
	border-bottom: 1px solid #e3e3e3;
}

.header01 .content {
	display: flex;
	justify-content: space-between;
	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: 22px;
	margin-right: 20px;
}

.header01 .tnb .mypage {
	display: flex;
}
.header01 .tnb .mypage a {
	font-size: 20px;
	margin-right: 16px;
	font-weight: 500;
	line-height: 1.6;
	/*font-family: "Nanum Gothic", sans-serif;*/
	font-family: '宋體', 'simsun', Arial;
	letter-spacing: -0.5px;
}

.header02 .content:after {
	content: "";
	display: block;
	clear: both;
}

.header02 .tel {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	padding: 32px 0;
}

.header02 .tel a {
	display: block;
	color: #E40062;
	font-weight: 700;
}

.header02 .logo {
	float: left;
	width: 209px;
	padding: 21px 0;
	position: relative;
	left: 50%;
	transform: translateX(-100%);
}

.header02 .logo a img {
	height: 42px;
}

.header02 .sns {
	float: right;
	padding: 27px 0;
}

.header02 .sns ul {
	display: flex;
	align-items: center;
}

.header02 .sns ul li:not(:last-child ) a {
	margin-right: 10px;
}


.nav .gnb {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: '宋體', 'simsun', Arial;
}

.nav .gnb .depth1 {
	position: relative;
	width: 20%;
	min-width: 157px;
}

.nav .gnb .depth1 > a {
	text-align: center;
	line-height: 56px;
	font-size: 20px;
}

.nav .gnb .depth2 {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 14px;
    font-family: 'Noto Sans Kr', sans-serif;
    border: 1px solid #d9d9d9;
    border-right: 0;
    transition: 0.1s;
    z-index: 999;
}
.nav .gnb .depth1:last-child .depth2 {
	border-right: 1px solid #d9d9d9;
}

.nav .gnb .depth2:focus-within,
.nav .gnb .depth1:hover > .depth2 {
	background: #FFF2F2;
}

.nav .gnb .depth2 > li > a {
	line-height: 1.5;
    padding: 4px 0 5px 24px;
    color: #666;
}
.nav .gnb .depth2 > li > a:hover,
.nav .gnb .depth2 > li > a:focus {
	color: #E40062;
}

.nav .gnb .depth3 {
	display: none;
}
.nav .gnb .depth3 > li {
	padding: 10px 0;
}

.focus-dropdown{
	min-height: 272px !important;
	padding: 30px 0 !important;
	opacity: 1 !important;
}

.nav .gnb:focus-within .depth2,
.nav .gnb:hover .depth2 {
	min-height: 240px;
	padding: 30px 0;
	opacity: 1;
}

/* 사이트맵 전체메뉴 */
#allmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #DB8383;
	z-index: 99999;
	padding: 100px 140px;
}
#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: #fff;
    border: 1px solid #fff;
    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: #fff;
    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 {
	display: flex;
}
#allmenu .listWrap .list {
	width: 20%;
    margin: 40px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
#allmenu .listWrap .list h3 {
	font-size: 22px;
	padding-bottom:20px;
	color: #fff;
}
#allmenu .listWrap .list > ul {
	margin-top: 20px;
}
#allmenu .listWrap .list > ul > li {
	
}
#allmenu .listWrap .list > ul > li > a {
	font-size: 16px;
	line-height: 1.5;
	padding: 14px 0;
	color: #f7f7f7;
}
#allmenu .listWrap .list ul.depth3 {
	margin-bottom: 10px;
	padding-left: 8px;
}
#allmenu .listWrap .list ul.depth3 li {
	
}
#allmenu .listWrap .list ul.depth3 li a {
	font-size: 14px;
	line-height: 1.5;
	padding: 2px 0;
	color: #eee;
}
/***********************/

.search_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	z-index: 9999;
	transition: 0.2s;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
}
.search_modal.on {
	height: 360px;
	padding: 50px 60px;
}
.search_modal .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.search_modal .top button {
	border: none;
	background: transparent;
	font-size: 24px;
	cursor: pointer;
}
.search_modal .search-input {
	text-align: center;
    margin: 80px auto 0;
    max-width: 650px;
    position: relative;
}
.search_modal .search-input input {
	border: 0;
    border-bottom: 1px solid #E40062;
    width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 24px;
    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: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

/***********************/
/*메인배너*/
.main_banner .visual .slide {
	height: 684px;
	overflow: hidden;
}
.main_banner .visual .slide img {
	width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 100%;
}
.main_banner .visual .slide .vc {
    position: absolute;
    top: 10%;
    /*left: 27%;*/
    left: 50%;
    transform: translateX(-50%);
    max-width: 53%;
    min-width: 1000px;
    height: 70%;
}
.main_banner .visual .slide .vc .map {

}

.main_banner .visual .slide .vc .map div {
	position: absolute;
}
.main_banner .visual .slide .vc .map div a {
	display: flex;
	align-items: center;
	z-index: 9;
	position: relative;
}
.main_banner .visual .slide .vc .map div:nth-child(1) {
	right: 2%;
    top: 18%;
}
.main_banner .visual .slide .vc .map div:nth-child(1) img {
	position: relative;
    top: 108px;
    left: -12px;
}
.main_banner .visual .slide .vc .map div:nth-child(2) {
	left: 40%;
    top: 3%;
}
.main_banner .visual .slide .vc .map div:nth-child(2) img {
	position: relative;
    top: 62px;
    left: -24px;
}
.main_banner .visual .slide .vc .map div:nth-child(3) {
    top: -5%;
    right: 28%;
}
.main_banner .visual .slide .vc .map div:nth-child(3) img {
	position: relative;
    top: 32px;
    left: 52px;
}
.main_banner .visual .slide .vc .map div:nth-child(4) {
	left: 19%;
    top: -30%;
}
.main_banner .visual .slide .vc .map div:nth-child(4) img {
	position: relative;
    top: 53px;
    left: -27px;
}
.main_banner .visual .slide .vc .map div:nth-child(5) {
	bottom: 8%;
    right: 36%;
}
.main_banner .visual .slide .vc .map div:nth-child(5) img {
	position: relative;
    top: 46px;
    left: 0;
}  
.main_banner .visual .slide .vc .map div:nth-child(6) {
	bottom: 6%;
    left: 20%;
}
.main_banner .visual .slide .vc .map div:nth-child(6) img {
	position: relative;
    top: 53px;
    left: -1px;
}  
.main_banner .visual .slide .vc .map div:nth-child(7) {
	left: 6%;
    top: 26%;
}
.main_banner .visual .slide .vc .map div:nth-child(7) img {
	position: relative;
    top: 42px;
    left: 29px;
}  
.main_banner .visual .slide .vc .map div:nth-child(8) {
	right: -14%;
    top: -4%;
}
.main_banner .visual .slide .vc .map div:nth-child(8) img {
	position: relative;
    top: 80px;
    left: -52px;
    transform: scaleX(-1) scale(0.7);
}
.main_banner .visual .slide .vc .map div img {
	transition: opacity 0.3s ease-out;
  	opacity: 1;
  	max-width: 100%;
  	width: auto;
}
.main_banner .visual .slide .vc .map div img.fade-out {
	opacity: 0;
}

.main_banner .visual .slide .vc .map div a h1{
	background: rgb(0, 0, 0, 0.8);
    border: 1px solid #000;
    color: #FFF61E;
    font-size: 18px;
    line-height: 1.2;
    padding: 6px 20px;
    border-radius: 100px;
    letter-spacing: -1px;
    font-weight: 400;
    margin-left: -6px;
}
.main_banner .visual .slide .vc .map div a span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgb(0, 0, 0, 0.8);
    border: 1px solid rgb(255, 255, 255, 0.5);
    color: #FFF61E;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.main_banner .visual .slide .vc .map div a.on h1,
.main_banner .visual .slide .vc .map div a.on span {
	background: rgb(255, 246, 30, 0.8);
    border: 1px solid #FFF61E;
    color: #111;
    font-weight: bold;
}
.main_banner .visual .slide .banner {
	position: relative;
	height: 100%;
}
.main_banner .visual .slide .banner .element {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}
.main_banner .visual .slide .banner .element .ele-left {
	
}
.main_banner .visual .slide .banner .element .ele-left img {
	width: auto;
	opacity: 0;
	max-width: 580px;
}
.main_banner .visual .slide .banner .element .ele-left p {
	font-size: 20px;
	color: #fff;
	margin-top: 24px;
	letter-spacing: -1px;
	line-height: 1.5;
	animation-delay: 0.2s;
	opacity: 0;
}
.main_banner .visual .slide .banner .element .ele-right {
	position: relative;
    width: 616px;
    height: 100%;
}
.main_banner .visual .slide .banner .element .ele-right img {
	width: auto;
}
.main_banner .visual .slide .banner .element .ele-right > div {
	position: absolute;
}
.main_banner .visual .slide .banner .element .ele-right .bubble01 {
	top: 131px;
	opacity: 0;
}
.main_banner .visual .slide .banner .element .ele-right .bubble01 p {
	border-radius: 100px;
	background: #D8FEFF;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	max-width: 308px;
	position: relative;
	padding: 13px 22px;
	box-sizing: border-box;
}
.main_banner .visual .slide .banner .element .ele-right .bubble01 img {
	position: absolute;
	bottom: -17px;
	right: 43px;
	height: auto;
}

.main_banner .visual .slide .banner .element .ele-right .bubble02 {
	right: 138px;
    bottom: 95px;
    opacity: 0;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 {
	background: #fff;
	border-radius: 10px 10px 0 0;
	padding: 40px 12px 0;
	text-align: center;
	box-sizing: border-box;
	width: 260px;
	bottom: 0;
	left: 66px;
	opacity: 0;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 img {
	margin: 0 auto;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 h5 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 13px;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 p {
	font-size: 13px;
	margin-top: 6px;
	line-height: 1.5;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 p span {
	font-size: 11px;
	display: block;
	margin-top: 6px;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 ul {
	margin-top: 17px;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 ul li {
	font-size: 12px;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-bottom: 8px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	color: #666;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 ul li:nth-child(1) {
	animation-delay: 0.2s;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 ul li:nth-child(2) {
	animation-delay: 0.3s;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 ul li:nth-child(3) {
	animation-delay: 0.4s;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area01 ul li:nth-child(4) {
	animation-delay: 0.5s;
}

.main_banner .visual .slide .banner .element .ele-right .talk-area02 {
	background: #fff;
	border-radius: 0 0 10px 10px;
	max-width: 260px;
	box-sizing: border-box;
	right: 0;
	opacity: 0;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 > img {
	width: 100%;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 > div {
	padding: 20px 12px 0 9px;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 .m-c {
	display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 .m-c p {
	background: #ffecf4;
	border-radius: 10px 0 10px 10px;
	font-size: 12px;
	color: #666;
	padding: 7.5px 13.5px;
	line-height: 1.5;
}
.m-c p,
.m-r p {
	overflow: hidden;
	white-space: pre-wrap;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 .m-r .top {
	display: flex;
	align-items: center;
	gap: 5px;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 .m-r .top img {
	max-width: 33px;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 .m-r .top span {
	font-size: 14px;
	font-weight: 700;
}
.main_banner .visual .slide .banner .element .ele-right .talk-area02 .m-r p {
	background: #f1f1f1;
	border-radius: 0 10px 10px 10px;
	font-size: 12px;
	color: #333;
	padding: 17px 14px;
	margin-left: 29px;
	line-height: 1.5;
	margin-top: 8px;
}


.ele-tit {
	animation: fadeTitUp 1s ease forwards;
}
.ele-fadeUp {
	animation: fadeUp 1s ease forwards;
}
.ele-fadeRight {
	animation: fadeRight 1s ease forwards;
	animation-delay: 0.2s;
}
.ele-fadeDown {
	animation: fadeDown 1s ease forwards;
	animation-delay: 0.4s;
}
.ele-fadeLeft {
	animation: fadeLeft 1s ease forwards;
	animation-delay: 0.6s;
}

@keyframes fadeTitUp {
	0% {transform: translateY(20px); opacity: 0;}
	100% {transform: translateY(0); opacity: 1;}
}
@keyframes fadeUp {
	0% {transform: translateY(20px); opacity: 0;}
	100% {transform: translateY(0); opacity: 1;}
}
@keyframes fadeRight {
	0% {transform: translateX(20px); opacity: 0;}
	100% {transform: translateX(0); opacity: 1;}
}
@keyframes fadeDown {
	0% {transform: translateY(-30px); opacity: 0;}
	100% { transform: translateY(0); opacity: 1;}
}
@keyframes fadeLeft {
	0% {transform: translateX(-20px); opacity: 0;}
	100% {transform: translateX(0); opacity: 1;}
}

.main_banner .visual .slide .video-slide {
}
.main_banner .visual .slide .video-slide.on:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.main_banner .visual .slide .video-slide video {
    width: 100%;
    position: relative;
    height: 684px;
    object-fit: cover;
}
.main_banner .visual .slide .video-slide .tit {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}
.main_banner .visual .slide .video-slide .tit p {
	font-size: 54px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	font-family: 'Gmarket Sans';
}
.main_banner .visual .slide .video-slide .tit a {
	border: 1px solid #fff;
	border-radius: 100px;
	font-size: 20px;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
}
/*페이지네이션*/
.bx-wrapper {
	position: relative;
}

.bx-controls {
	display: none;
	position: absolute;
    top:0;
    z-index: 999;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

.bx-controls-direction a {
	color: #fff;
	font-size: 40px;
	position: absolute;
    top: 350px;
    transform: translateY(-50%);
}
.bx-controls-direction a.bx-prev {
	left: 0;
}
.bx-controls-direction a.bx-next {
	right: 0;
}
.bx-controls-direction a.bx-prev i:before,
.bx-controls-direction a.bx-next i:before {
	text-shadow: 1px 1px 4px rgb(0, 0, 0, 0.2);
}

.bx-controls-auto {
	display: none;
}
.bx-pager {
	display: none;
	position: absolute;
	top: 650px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.bx-pager-item .bx-pager-link.active .pagination {
	opacity: 1;
}

.pagination {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
    margin: 0 5px;
}
/***********************/
/*메인*/

section .content_wrap {
	width: 1100px;
	margin: 0 auto;
}

.section01 {
	display: flex;
}

.section01 .thesis.thesisBg01 {
	background: url(/html/images/main/section01/section01_bg01.png) center center no-repeat;
    background-size: cover;
}
.section01 .thesis.thesisBg02 {
	background: url(/html/images/main/section01/section01_bg02.png) center center no-repeat;
    background-size: cover;
}
.thesis {
	width: 50%;
}
.thesis > div {
	max-width: 550px;
	padding: 80px 50px;
}

.thesis:after {
	content: "";
	display: block;
	clear: both;
}

.thesis img {
	width: 100%;
}


.section02 .content_wrap{
	padding: 80px 0;
}

.section02 .opennav {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.section02 .opennav .pager .pagination {
	width: 12px;
	height: 12px;
	background: #666;
	opacity: 0.2;
	cursor: pointer;
}
.section02 .opennav .pager .pagination.on {
	opacity: 1;
}

.section02 .openbanner {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}

.section02 .openbanner .inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 500px;
}
.openbanner .inner img{
	position: absolute;
	z-index: -1;
}
.openbanner .inner img.ban1,
.openbanner .inner img.ban4 {
	transition: all .8s;
}
.openbanner .inner img.ban2,
.openbanner .inner img.ban3 {
	cursor: pointer;
}
.openbanner .inner img.on{
	z-index:1;
}
.openbanner .inner .ban2{
	right: 0;
}
.openbanner .inner .ban4{
	left: 0;
}
.openbanner .inner .ban1{
	left: -110%;
	opacity: 0.7;
}
.openbanner .inner .ban1.on{
	left:0;
	opacity: 1;
}
.openbanner .inner .ban4{
	left: 110%;
	opacity: 0.7;
}
.openbanner .inner .ban4.on{
	left: 188px;
	opacity: 1;
}


.section03 .ledger .swiper-slide.img {
	display: flex;
}
.section03 .ledger .swiper-slide.img .inner {
	width: 50%;
	overflow: hidden;
}
.section03 .ledger .swiper-slide.img.img01 .inner {
	background: #FFF4D9;
}
.section03 .ledger .swiper-slide.img.img02 .inner {
	background: #FFE9E9;
}
.section03 .ledger .swiper-slide.img.img03 .inner {
	background: #EDF2FF;
}

.section03 .ledger .swiper-slide.img .inner.inner_txt {
	padding: 130px 70px 0;
	box-sizing: border-box;
}
.section03 .ledger .swiper-slide.img .inner.inner_txt img {
	max-width: 100%;
}

.section03 .ledger .swiper-slide.img .inner:first-child img {
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.section03 .swiper-pagination {
	top: 70px !important;
    bottom: auto !important;
    left: 50% !important;
    width: auto !important;
    margin-left: 70px;
}
.section03 .swiper-pagination-bullet {
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    opacity: 1;
    border: 1px solid #999;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    font-weight: 500;
}

.section03 .swiper-pagination-bullet-active {
 	color: #fff;
 	background: #E40062;
 	border-color: #E40062;
}

.section04 {
	background: #f7f7f7;
}
.section04 .content_wrap {
	display: flex;
	justify-content: space-between;
	padding: 95px 0 65px; 
}
.section04 .content_wrap > div {
	width: 50%;
	max-width: 524px;
}
.section04 .content_wrap > div .tit h1 {
	/*font-family: 'Nanum Myeongjo', serif;*/
	font-family: '宋體', 'simsun', Arial;
	font-size: 44px;
	display: flex;
}
.section04 .content_wrap > div .tit span {
	margin-left: 14px;
}
.section04 .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section04 .text a {
	font-size: 11px;
	background: #333;
	border-radius: 4px;
	line-height: 21px;
	text-align: center;
	padding: 0 8px;
	color: #fff;
}
.section04 .contents {
	margin-top: 16px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section04 .contents div {
	width: 50%;
	max-width: 247px;
    margin-bottom: 30px;
}
.section04 .contents div a > img {
	width: 100%;
	height: 185px;
}
.section04 .contents div a {
	position: relative;
}
.section04 .contents div a span.youtube_icon {
	position: absolute;
	top: 75px;
    transform: translateX(-50%);
    left: 50%;
}
.section04 .contents div a span.youtube_icon img {
	width: 40px;
}
.section04 .contents div a span.video_icon {
	position: absolute;
	top: 70px;
    transform: translateX(-50%);
    left: 50%;
}
.section04 .contents div a span.video_icon img {
	width: 50px;
}
.section04 .contents div a span.tit {
	display: -webkit-box;
    line-height: 1.5;
    margin-top: 12px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

.section05 {
	background: url('/html/images/main/section05/section05_bg.png') left;
	background-repeat: no-repeat;
}
.section05:after {
	content: "";
	display: block;
	clear: both;
}
.section05 .content_wrap {
	padding: 90px 0;
	width: 100%;
	max-width: 1312px;
	float: right;
}

.section05 .content_wrap .title {
	margin-left: 322px;
}
.section05 .content_wrap .title h1 {}
.section05 .content_wrap .title p {
	color: #333;
	margin-top: 30px;
	line-height: 1.5;
	font-size: 30px;
	font-family: '宋體', 'simsun', Arial;
}

.section05 .rolling {
	margin-top: 43px;
	cursor: pointer;
}
.section05 .swiper-slide {}
.section05 .swiper-slide img {}

.section05 .page-box {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-right: 580px;
}

.section05 .swiper-pagination {
	font-family: 'Montserrat', sans-serif;
	position: inherit;
    width: auto;
    color: #666;
}
.section05 .swiper-button-prev,
.section05 .swiper-button-next {
	position: inherit;
    height: auto;
    margin-top: 0;
    display: block;
    text-align: center;
    font-weight: bold;
}
.section05 .swiper-button-prev:after {
	content: 'prev';
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}
.section05 .swiper-button-next:after {
	content: 'next';
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}

.section06 {
	background: #FFFBF1;
}

.section06 .content_wrap {
	padding: 100px 0;
}

.section06 .content_wrap .title {
	text-align: center;
	font-family: '宋體', 'simsun', Arial;
}
.section06 .content_wrap .title h1 {
	font-size: 44px;
}

.section06 .content_wrap .title p {
	font-size: 22px;
	color: #666;
}

.section06 .content_wrap ul.tabnav  {
    display: flex;
    justify-content: center;
}
.section06 .content_wrap ul.tabnav  li:not(:last-child) {
	margin-right: 10px;
}
.section06 .content_wrap ul.tabnav li a {
	border: 1px solid #ccc;
    border-radius: 100px;
    line-height: 37px;
    padding: 0 24px;
}

.section06 .content_wrap ul.tabnav li a.active {
	border-color: #E40062;
	color: #E40062;
}

.section06 .content_wrap .tab-content {
	margin-top: 50px;
	display: none;
}

.section06 .content_wrap .tab-content .img {
	display: flex;
    justify-content: space-between;

}
.section06 .content_wrap .tab-content .img img {
	cursor: pointer;
}

/***********************/
/*고객센터*/
.main_customer {
	padding: 100px 0;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main_customer > div {
	width: 33%;
    max-width: 348px;
}

.notice {}
.notice .tit {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.notice .tit h2 a {
	font-size: 28px;
	font-family: '宋體', 'simsun', Arial;
}
.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: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice .main_bottom ul li span {
	color: #666;
}
.notice .no_data {
	color: #666;
	padding: 7px 0;
}
.no_data {
	text-align: center;
	width: 100%;
}
.customer {}
.customer h2 {
	font-size: 28px;
	font-family: '宋體', 'simsun', Arial;
	padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.customer .tel {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-top: 23px;
}
.customer .tel span {
	font-size: 30px;
	font-weight: 700;
	color: #E40062;
	font-family: 'Roboto', sans-serif;
}
.customer .time p {
	color: #666;
	line-height: 26px;
}

/***********************/
/*퀵바*/
#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: 172px;
	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 {
	background: #222;
	width: 100%;
}
.footer {
	max-width: 1100px;
	padding: 40px 0 220px;
	margin: 0 auto;
}
.footer .fnb {}
.footer .fnb ul {
	display: flex;
}
.footer .fnb ul li {
	position: relative;
}
.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: #999;
	font-size: 16px;
	padding: 0 10px;
	line-height: 20px;
	font-family: '宋體', 'simsun', Arial;
}

.foot_cont {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.foot_cont .footer_left .logo a img {
	height: 42px;
}
.foot_cont .copyright {
	margin-top: 30px;
	/*max-width: 600px;*/
	color: #999;
	font-size: 16px;
	font-family: '宋體', 'simsun', Arial;
    line-height: 24px;
}
.foot_cont .copyright span {
	padding-right: 10px;
}
.foot_cont .copyright span a {
	display: inline-block;
	font-size: 16px;
	color: #999;
}

.footer_right {
	
}
.footer_right .customer p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
	font-family: '宋體', 'simsun', Arial;
}
.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: 1100px;
	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: 1100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.foot_fix .cont h4 {
	font-size: 30px;
	color: #fff;
	margin-right: 28px;
	font-weight: normal;
	font-family: '宋體', 'simsun', Arial;
}

.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: '宋體', 'simsun', Arial !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;
	font-family: '宋體', 'simsun', Arial;
}

.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: 4px;
	margin-top: 0;
	margin-right: 6px;
	margin-left: 0;
	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: 14px;
}
.foot_fix .privacy a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	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 > .img {
	position: relative;
	background: url(/html/images/page/subvisual.png) center;
    width: 100%;
    height: 393px;
}
#wrap .banner-wrap {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#wrap .banner-wrap .banner_tit {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#wrap .banner-wrap .banner_tit .tit {
	font-family: '宋體', 'simsun', Arial;
	font-size: 44px;
	margin-bottom: 20px;
	line-height: 1;
	max-width: 452px;
	word-break: keep-all;
}

#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 {
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
}
#wrap .banner-wrap .banner_tit p.navi {
	font-size: 12px;
	margin-bottom: 20px;
}
#wrap .banner-wrap .svc {
	position: absolute;
    right: 0;
    top: calc(50% - 149px);
}

#wrap div.lnb{
	 width: 100%;
	 border-bottom: 1px solid #e3e3e3;
}
#wrap div.lnb ul.lnb{
	width: 1100px;
	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{
	border-bottom: 3px solid #E40062;
}
#wrap div.lnb ul.lnb li.on a{
	color: #E40062;
}
#wrpa div.lnb ul.lnb li.lnb-style {
	margin: 0 25px;
}

#wrap > .title{
	width: 1100px;
    margin: 80px auto 0;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 26px;
}
#wrap > .title:after {
	content: "";
	display: block;
	clear: both;
}
#wrap > .title h3{
	display: inline-block;
	color: #333;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.32px;
	font-family: '宋體', 'simsun', Arial;
}
#wrap > .title h3 span.post_sub_tit {
	font-size: 26px;
    margin-left: 4px;
}
#wrap .right {
	float: right;
}
#wrap .left {
	float: left;
}

#wrap .left .tab .menu-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
#wrap .left .tab .menu-area li {
	border: 1px solid #ccc;
	color: #333;
	border-radius: 100px;
	line-height: 37px;
	text-align: center;
	padding: 0 24px;
	cursor: pointer;
}
#wrap .left .tab .menu-area li:not(:last-child){
	margin-right: 10px;
}
#wrap .left .tab .menu-area li.on {
	color: #E40062;
	border-color: #E40062;
}
#wrap .right .chat-btn{
	width: 160px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #0085FF;
	cursor: pointer;
}
#wrap .right .chat-btn i {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-right: 5px;
}
#wrap .right .chat-btn span{
	color: #FFF;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.66px;
}

/* 콘텐츠 page */
#container .page-menu{
	width: 1100px;
	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: 1100px;
	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 .content-img > .txt {
	font-size: 20px;
    margin-top: 30px;
    color: #333;
}
#container .content-img .info {
	margin-top: 60px;
	
}
#container .content-img .info h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
#container .content-img .info ul {
	margin-top: 40px;
}
#container .content-img .info ul li {
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}
#container .content-img .info ul li div {
	display: inline-block;
	width: 100px;
	margin-right: 34px;
	font-weight: bold;
}

#container .video {
	display: flex;
	justify-content: space-between;
}
#container .video input {
	margin: 0 !important;
}


/* 게시판  page */
#container .board-wrap {
	width: 1100px;
	margin: 80px 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: 1100px;
	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: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 4px;
    color: #999;
    text-align: center;
    line-height: 30px;
}
#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: #e40062;
	color: #fff;
}
.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;
}

/* default gallery (윤호주박사 걸어온길) */
#container .walk_gallery {
	border-top: 2px solid #333;
	padding-top: 20px;
}
#container .walk_gallery .allcheck {
	padding: 0 0 20px 10px;
    border-bottom: 1px solid #ccc;
}
#container .walk_gallery .walk_gallery_board {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#container .walk_gallery .walk_gallery_board li {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
    	position: relative;
}
#container .walk_gallery .walk_gallery_board li p {
	position: absolute;
    top: 20px;
    left: 20px;
}
#container .walk_gallery .walk_gallery_board li .gallery_img a > img {
	width: 100%;
	height: 185px;
}
#container .walk_gallery .walk_gallery_board li .gallery_img span.tit {
	display: -webkit-box;
    line-height: 1.5;
    margin-top: 10px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#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: 15px;
	border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
#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;
}
.td_left {
	text-align: left;
}
#container table tbody tr.notice_tr td {
	background: #f9f9f9;
	font-weight: bold;
}

/* default(솜씨 TALK) 일반 게시판 view */
#container table.board_read {
	border-top: 2px solid #333;
	border-bottom: 1px solid #e3e3e3;
}
#container table.board_read thead tr th {
	padding: 40px 100px 40px;
    font-size: 24px;
}
#container table.board_read thead tr td {
	text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
#container table.board_read thead tr td span {
	padding: 0 20px;
	position: relative;
	line-height: 1.5;
}
#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 a {
	display: flex;
	align-items: center;
	color: #666;
}
#container table.board_read tbody tr td.fileadd a span i {
	font-size: 30px;
	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;
}

/* default(솜씨 TALK) 일반 게시판 write */
#container table.board_write {
	border-top: 2px solid #333;
	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;
}
#container table.board_write td textarea::placeholder {
	font-size: 11px; 
	font-weight: 700;	
}
/***********************/


/* 상담게시판 빠른상담(qi_consulting), 온라인예약(ol_consulting), 비공개상담(pr_consulting)*/
#container table.board_write.f_tb01 td.f_th01 {
	padding: 10px;
}
#container table.board_write.f_tb01 td.f_td01 {
	padding: 10px;
}
#container table.board_write.f_tb01 td.f_th01 span {
	color: #EC1C24;
	margin-right: 4px;
}
#container table.board_write.f_tb01 td.f_td01 p {
	display: inline-block;
	line-height: 34px;
	color: #666;
	margin-right: 10px;
	font-size: 14px;
}
#container table.board_write.f_tb01 td.f_td01 label {
	display: inline-block;
	padding: 0 4px;
}
#container .board-wrap .privacy {
	border: 1px solid #dbdbdb;
	padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
    height: 150px;
    overflow-y: scroll;
}
#container .privacy h3,
#container .privacy h4 {
	font-weight: normal;
    font-size: 15px !important;
    color: #333;
}
#container .privacy p.dot {
	color: #666;
}
#container .tc label {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
    color: #333;
}
#container table.board_read.l_tb01 {}
#container table.board_read.l_tb01 tr {
	border-bottom: 1px solid #e3e3e3;
}
#container table.board_read.l_tb01 td.td01 {}
#container table.board_read.l_tb01 td {
	padding: 10px;
}
#container .tc.consulting_write {
	text-align: right;
}
#container .tc a.write {
	background: #333;
	color: #fff;
	border-color: #333;
}
/***********************/

/* 웹에서는 모바일 게시판 상단 하단 HTML 안보이게 */
#container .mob_banner {
	display: none !important;
}

/* women(커뮤니티) 일반 게시판 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;
}
/***********************/

/* women(커뮤니티) 일반 게시판 view */
#container table.board_read_w tbody tr td {
	text-align: center;
}
/***********************/

/* women(커뮤니티) 갤러리 게시판 list */
#container .gallery_board tr td {
	padding: 20px;
    width: 33%;
}
#container .gallery_board .gallery_list.on .gallery_title {
	padding: 240px 20px 20px;
	background: rgb(0, 0, 0, 0.6);
}
#container .gallery_board .gallery_list.on .gallery_subject {
	border-top: none;
	padding-top: 0;
}
#container .gallery_board .gallery_list.on .gallery_content {
	display: block;
}
#container .gallery_board .gallery_list.on .gallery_subject a {
	color: #fff;
}

#container .gallery_board .gallery_list .gallery_img {
	position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
    border: 1px solid #e3e3e3;
}

#container .gallery_board .gallery_list .gallery_img a img {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
#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 span{
	display: inline-block;
	padding-top: 5px;
}
#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;
}


/* women 갤러리 게시판 view */

/***********************/

/* women(커뮤니티) 웹진 게시판 list */
#container table.webzine_board {
	border-top: 2px solid #333;
}

#container table.webzine_board thead tr th {
	color: #666;
	padding: 18px 15px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
}
#container table.webzine_board tbody tr td {
	color: #666;
	padding: 15px 15px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
#container table.webzine_board tbody tr:hover td {
	background: #f7f7f7;
}
#container table.webzine_board tbody tr td.td_img > div {
	width: 200px;
	height: 140px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}
#container table.webzine_board tbody tr td .webzine_subject {
	padding-bottom: 10px;
}
#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: 18px;
    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.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: 1.5;
	height: 68px;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
#container .webzine_board .webzine_write {
	margin-top: 10px;
}

#container .mailform {
	margin-bottom: 80px;
}
#container .mailform form > .d-flex {
	background: #f7f7f7;
	padding: 20px 30px;
	justify-content: space-between;
	align-items: center;
}
#container .mailform form {
	border-top: 3px solid #4d2087;
}
#container .mailform .mail_tit {
	width: 40%;
}
#container .mailform .mail_tit h4 {
	font-size: 40px;
	line-height: 1.5;
}
#container .mailform .mail_tit h4 span {
	color: #4d2087;
}
#container .mailform .mail_tit p {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.5;
}

#container .mailform .mail_input input,
#container .mailform .mail_input select {
	border: 1px solid #e3e3e3;
	padding: 5px;
	line-height: 1.5;
	vertical-align: middle;
}
#container .mailform .mail_input select {
	margin-left: 4px;
}
#container .mailform .mail_input label {
	width: 80px;
	display: inline-block;
	color: #333;
}
#container .mailform .mail_input .email {
	margin-top: 8px;
}
#container .mailform .mail_input .email input {
	width: 120px;
}
#container .mailform .mail_input button {
	margin-left: 10px;
    width: 80px;
    background: #4d2087;
    border-radius: 4px;
    color: #fff;
}

#container .mailform .mail_policy {
	text-align: right;
	font-size: 13px;
}
#container .mailform .mail_policy input{
	vertical-align: middle;
}
#container .mailform .mail_policy > div {
	border: 1px solid #dbdbdb;
	padding: 10px 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 8px;
    height: 50px;
    overflow-y: scroll;
    text-align: left;
    background: #fff;
}
#container .mailform .mail_policy > div h3,
#container .mailform .mail_policy > div h4 {
	font-weight: normal;
    font-size: 15px !important;
    color: #333;
}


/***********************/

/* content(솜씨 둘러보기) 갤러리 게시판 list */
#container .content_gallery {
	margin-top: 60px;
}
#container .content_gallery .swiper{
	width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
#container .content_gallery .swiper-slide {
	background-size: cover;
    background-position: center;
    height: 550px;
}
#container .content_gallery .mySwiper2 {
	height: 80%;
	width: 100%;
}
#container .content_gallery .mySwiper {
	height: 20%;
    box-sizing: border-box;
    padding: 8px 0;
}
#container .content_gallery .mySwiper .swiper-slide {
	width: 25%;
    height: 100%;
    min-height: 133px;
    background: #ccc;
}
#container .content_gallery .mySwiper .swiper-slide img {
    opacity: 0.3;
}
#container .content_gallery .mySwiper .swiper-slide-thumb-active img{
    opacity: 1;
}
#container .content_gallery .swiper-slide img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#container .content_gallery .swiper-button-prev:after,
#container .content_gallery .swiper-button-next:after,
#container .content_gallery .swiper-rtl .swiper-button-next:after,
#container .content_gallery .swiper-rtl .swiper-button-prev:after {
	font-size: 20px;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.3);
    padding: 20px;
}

/***********************/

/* Dr.Yun 의학강좌(유튜브 영상 게시판), 솜씨 TV */
#container .video_list {
	border-top: 2px solid #333;
	padding-top: 20px;
}
#container .video_list .allcheck {
	padding: 0 0 20px 10px;
    border-bottom: 1px solid #ccc;
}
#container .video_list .video_board {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#container .video_list .video_board li {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
    position: relative;
}

#container .video_list .video_board li p {
	position: absolute;
    top: 20px;
    left: 20px;
}
#container .video_list .video_board li .video_img a > img {
	width: 100%;
	height: 185px;
}
#container .video_list .video_board li .video_img span.youtube_icon {
	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: 10px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/***********************/

/* qna 게시판 */
#container table.qna_list {
	border-top: 2px solid #333;
}
#container table.qna_list thead tr th {
	color: #666;
	padding: 18px 15px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}
#container table.qna_list tbody tr {
	border-bottom: 1px solid #e3e3e3;
}
#container table.qna_list td.td_center {
	padding: 18px 15px;
}
 
#container table.qna_list td.td_left a {
	position: relative;
    padding: 30px 70px;
    line-height: 1.5;
}
#container table.qna_list td.td_left a:after,
#container table.qna_list td.td_left div.content:after {
	border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 0.8;
    box-sizing: border-box;
    font-weight: bold;
}
#container table.qna_list td.td_left a:after {
	content: "Q";
	background: #8d9aaa;
}
#container table.qna_list td.td_left div.content {
	display: none;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 30px 70px;
    line-height: 1.5;
    background: #f7f7f7;
    color: #666;
}
#container table.qna_list td.td_left div.content:after {
	content: "A";
	background: #e40062;
}
#container table.qna_list td.td_left div.content.on {
	display: block;
}
/***********************/
#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 .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: 100px;
    background: #fdfdfd;
}
.login_content {
	width: 400px;
    margin: 0 auto;
	background: #fff;
	box-shadow: 0px 4px 40px rgb(0, 0, 0, 0.1);
	padding: 50px 40px;
	border-radius: 10px;
}
.login_content h2 {
	font-size: 18px;
	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: 30px;
}
.login_content .login {}
.login_content .formWrite > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    margin-bottom: 12px;
}
.login_content .formWrite input {
	line-height: 2;
    padding: 10px;
    background: #f7f7f7;
    color: #333;
    width: 100%;
    border-radius: 3px;
    border: 0;
}
.login_content .formWrite input:placeholder {
	font-size: 14px;
}
.login_content .formWrite .tit {
	display: block;
	margin-right: 8px;
	width: 80px;
}
.login_content .login_info {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_content .login_info input[type="checkbox"]{
    margin: 0;
    margin-right: 6px;
    position: relative;
    top: 2px;
    accent-color: #E40062;
}
.login_content .login_info label {
	font-size: 14px;
}

.login_content .login_info .find a {
	font-size: 14px;
}
.login_content .login_btn {
	margin: 30px 0 0;
}
.login_content .login_btn input {
    width: 100%;
    border: 0;
    padding: 14px;
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-family: "Noto Sans Kr";
    cursor: pointer;
}
.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: 30px;
}
.login_content .lost_tap ul {
    display: flex;
    background: #eeeeee;
    padding: 4px;
    border-radius: 10px;
}
.login_content .lost_tap ul li {
    width: 50%;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}
.login_content .lost_tap ul li.on {
	background: #fff;
}
.login_content .lost_tap ul li:first-child {
}
.login_content .formbox {
	display: none;
	padding: 20px 0;
}
.login_content .formbox.on {
	display: block;
}
.login_content .formbox .find_list {}
.login_content .formbox .find_list .find_contents {
	margin-bottom: 12px;
}
.login_content .formbox .find_list span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.login_content .formbox .find_list input {
	width: 100%;
    border: 0;
    background: #f7f7f7;
    line-height: 36px;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.login_content .formbox .find_btn button {
	width: 100%;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
	margin-top: 16px;
}

/* 회원가입페이지 */
.join_wrap {
	width: 1100px;
	margin: 80px auto;
	border: 1px solid #e3e3e3;
	border-radius: 10px 10px 0 0;
}
.join_wrap .join_top {
	background: #E40062;
	border-radius: 10px 10px 0 0;
	padding: 16px 0;
}
.join_wrap .join_top p {
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.join_wrap .join_top p span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}
.join_content {
	padding: 80px;
}
.join_content:after {
	content: "";
	display: block;
	clear: both;
}
.join_content .join-left{
	float: left;
	padding-right: 40px;
}
.join_content .join-left h1 {
	font-size: 36px;
	text-align: center;
	line-height: 1.5;
}
.join_content .join-left p {
	text-align: center;
	line-height: 1.5;
	margin-top : 15px;
}
.join_content .join-left p span {
	display: block;
	color: #f280b1;
}
.join_content .join-left img {
	margin: 40px auto 0;
}
.join_content .join-left .auth{
	margin-top: 30px;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.48px;
}
.join_content .join-left .text{
	color: #333;
	text-align: center;	
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 1.5;
	margin-top: 12px;
}
.join_content .submit_box {
	margin-top: 28px;
}

.join_content .submit_box a {
	border: 1px solid #e3e3e3;
    margin-top: 10px;
    width: 20%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    float: right;
}

.join_content .sud-btn{
	width:100%;
	cursor: pointer;
	height: 50px;
	border-radius: 2px;
	background: #333;
	color:#fff;
	font-weight:700;
	font-size: 18px;
}

.join_content .join-right{
	padding-left: 40px;
	float: left;
	border-left: 1px solid #e3e3e3;
}
.join_content .join-right .frm {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.join_content .join-right .frm .country_select {
	position: relative;
	width: 94px;
	border: 1px solid #e3e3e3;
    border-radius: 4px 0 0 4px;
	cursor: pointer;
}
.join_content .join-right .frm .country_select span {
	width: auto !important;
	height: auto !important;
	background: none !important;
	position: relative;
}

.join_content .join-right .frm .country_select .selected-option {
  	background: none;
  	width: auto;
  	height: 38px !important;
    box-sizing: border-box;
    margin-left: 0;
    font-size: 14px;
}
.join_content .join-right .frm .country_select .selected-option input {
	padding: 10px 10px 10px 46px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    border: 0;
    background: #f7f7f7;
    font-size: 14px;
}

.join_content .join-right .frm .country_select .selected-option img {
	width: 28px;
	margin-right: 4px;
	position: absolute;
	top: 10px;
	left: 10px; 
}
.join_content .join-right .frm .country_select .selected-option i {
	position: absolute;
	top: 14px;
	right: 10px;
}
.join_content .join-right .frm .country_select ul.options {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: calc(100% - 1px);
    left: -1px;
    width: 100%;
    max-height: 200px;
    border: 1px solid #e3e3e3;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #f7f7f7;
	display: none;
	z-index: 99;
}
.join_content .join-right .frm .country_select ul.options li {
	padding: 10px;
	display: flex;
	align-items: center;
  	cursor: pointer;
}
.join_content .joi-right .frm .country_select ul.options li img {
	width: 28px;
}
.join_content .join-right .frm .country_select ul.options li span {
	display: block;
    width: auto;
    height: auto;
    margin-left: 8px;
    background: none;
}
.join_content .join-right .frm .country_select ul.options li i {
	display: none;
}

.join_content .join-right .frm .adver {
	margin-left: 20px;
}
.join_content .join-right .frm .adver label {
	margin-right: 20px;
	min-width: auto;
	font-size: 14px;
	line-height: 40px;
}
.join_content .join-right .frm .adver input[type="radio"] {
	accent-color: #E40062;
}

.join_content .join-right .frm label {
	display: block;
	min-width: 90px;
}
.join_content .join-right .frm input:not([type="radio"]) {
	display: block;
	margin-left: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	height: 40px;
	width: 258px;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    box-sizing: border-box;
}
.join_content .join-right .frm.selc02 .select {
	width: 258px;
}
.join_content .join-right .frm.selc02 .select select {
	width: 50%;
}
.join_content .join-right .frm .select {
	margin-left: 20px;
}
.join_content .join-right .frm .select span{
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #d9d9d9;
    vertical-align: middle;
    margin-left: 5px;
}
.join_content .join-right .frm select {
	border: 1px solid #e3e3e3;
	width: 258px;
	height: 40px;
	border-radius: 2px;
    color: #999;
    font-size: 16px;
}
.join_content .join-right .frm select:not(:first-child){
	margin-left: 5px;
}

.join_content .join-right .frm button {
	background: #333;
	border-radius: 2px;
	color: #fff;
	height: 40px;
	border: none;
	margin-left: 10px;
	min-width: 90px;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
}
.join_content .join-right .sub_text {
	margin-bottom: 12px;
    padding-left: 110px;
}
.join_content .join-right .sub_text span {
	display: block;
    font-size: 13px;
    color: #666;
}

.join_content .join-right .agree {
	margin-top: 40px;
}
.join_content .join-right .agree > label {
	display: block;
    line-height: 1.5;
}
.join_content .join-right .agree > label span {
	color: #EC1C24;
}
.join_content .join-right .agree-all {
	margin-top: 20px;
	position: relative;
}
.join_content .join-right .agree-all input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.join_content .join-right .agree-all input[type="checkbox"]:checked + .checkmark:after {
	display: block;
}
.join_content .join-right .agree-all input[type="checkbox"]:checked + .checkmark{
	background: #E40062;
	border-color: #E40062;
}
.join_content .join-right .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-right .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-right .agree-all > label {
	font-size: 15px;
	padding-left: 32px;
	cursor: pointer;
    line-height: 1.5;
}
.join_content .join-right .agree-all .agree-box {
	margin: 20px 0 0 30px;
}
.join_content .join-right .agree-all .agree-box label {
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
}
.join_content .join-right .agree-all .agree-box .agree-content {
	position: relative;
	padding-left: 32px;
	margin-bottom: 20px;
}
.join_content .join-right .agree-all .agree-box .agree-content.agreeSns {
	display: flex;
}
.join_content .join-right .agree-all .agree-box .agree-content .ac {
	position: relative;
	padding-left: 32px;
	margin-right: 40px;
}
.join_content .join-right .agree-all .agree-box .agree-content:after {
	content: "";
	display: block;
	clear: both;
}
.join_content .join-right .agree-all .agree-box .agree-content .terms {
	font-size: 14px;
	color: #E40062;
	float: right;
	margin-right: 62px;
}
/***********************/
/* 회원탈퇴 */
.leave_wrap {
	padding: 100px;
    background: #fdfdfd;
}
.leave_content {
	width: 1100px;
    margin: 0 auto;
	background: #fff;
	box-shadow: 0px 4px 40px rgb(0, 0, 0, 0.1);
	padding: 50px 40px;
	border-radius: 10px;
}
.leave_content h2 {
	font-size: 18px;
	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;
}
.leave_content .footBtn {
	margin-top: 20px;
}
.leave_content .footBtn a {
	border: 1px solid #e3e3e3;
    width: 20%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    float: right;
}

/* 개인정보 처리방침, 이용약관 */
#container .policy {
	padding: 80px 0;
    width: 1100px;
    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: #e50065;
    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: 1100px;
	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:#E40062;
	border-radius: 10px 10px 0 0; 
	font-weight: 700
}
.search-area .search-language{
	width:100%;
	border-radius: 10px;
	border: 1px solid #FFB4D3;
	background: #FDE6F0;
	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;
}
.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;
}
.search-area .menus .menu.on{
	background: #E40062;
	border: 1px solid #E40062;
	color: #FFF;
}
.search-area .search-body{
	margin-top: 15px;
	width: 100%;
}
.search-area .search-body .content-areas{
		margin-top:25px;
}
.search-area .search-body .content-areas .area{
	margin-bottom: 60px;
}
.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{
	padding: 20px 0;
	width:100%;
	border-bottom: 1px solid #e3e3e3;
}
.search-area .search-body .boards .board-area a .tit{
	font-size: 16px;
	color: #333;
	font-weight: 500;
	letter-spacing: -0.48px;
	margin-bottom: 5px;
	line-height: 1.3
}
.search-area .search-body .boards .board-area a .cont{
	font-size: 14px;
	color: #666;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 1.3
}
.search-area .search-body strong{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	background: #ffdada;
}

/* 수술전후보기 모달 */
.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;
}
