/*폰트*/
@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@400;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/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Gmarket Sans';
*/

/*주조색
 color: #E40062;
*/
/*사이트css*/ 

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Noto Sans KR', sans-serif !important;
}
html.scroll_none {
	overflow: hidden;
    touch-action: none;
}

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;
}

.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;
}
.justify-content-between {
	justify-content: space-between;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="reset"],
input[type="image"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline: 0;
}

/*헤더*/
.topBanner {
	display: none;
	background: url("/html/images/common/top_bg.png") right center no-repeat;
	background-size: cover;
	padding: 13px 10px;
}
.topBanner .inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 357px){
	.topBanner div.txt{
		margin-bottom: 10px;
	}
}
.topBanner div.txt {
	margin-right: 2%;
	white-space: nowrap;
}
.topBanner div.txt p.tit {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.topBanner div.txt a {
	color: #FFF61E;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.topBanner div.txt p.closeTopBanner {
	color: #fff;
	font-size: 10px;
	margin-top: 5px;
}
.topBanner div.txt p.closeTopBanner i {
	font-size: 14px;
    vertical-align: middle;
    margin-right: 4px;
}
.topBanner div.top_banner_ico {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.topBanner div.top_banner_ico div:not(:last-child){
	margin-right: 6px;
}

.topBanner .top_banner_ico .interest_m {
	position: relative;
}
.topBanner .top_banner_ico .interest.on {
	display: block;	
}
.topBanner .top_banner_ico .interest {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	margin-top: 10px;
	width: 159px;
	padding: 14px 10px;
	transition: 0.2s;
	border: 1px solid #e3e3e3;
}

.topBanner .top_banner_ico .interest p {
	color: #666;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}
.topBanner .top_banner_ico .interest p:after {
	content: "";
	display: block;
	clear: both;
}
.topBanner .top_banner_ico .interest p span.num {
	float: left;
	margin-right: 8px;
	width: 12px;
    text-align: center;
}
.topBanner .top_banner_ico .interest p span:last-child {
	float: right;
	margin-left: 15px;
	top: 4px;
    position: relative;
}
#header {
	padding-top: 188px;
}
.header_container {
	width: 100%;
	position: fixed;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
}
.header_container .content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
    box-sizing: border-box;
}
.header_container .content .side_btn a img {
	width: 20px;
}
.header_container .content .logo {
	/*width: 50%;
	max-width: 166px;*/
	margin-left: 20px;
}
.header_container .content .logo img,
.header_container .content .right_ico .tel a img {
	width: 100%;
}

.header_container .content .right_ico {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
}
.header_container .content .right_ico > div {
	max-width: 24px;
}
.header_container .content .right_ico > div img {
	width: 100%;
}

.header_container .content .right_ico .top-search i {
	font-size: 26px;
}

.header_container .top-search {
	width: 100%;
	padding: 0 20px 14px;
    box-sizing: border-box;
}
.header_container .top-search .search-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.header_container .top-search .search-input .select {
	font-size: 13px;
	position: relative;
}
.header_container .top-search .search-input .select > a {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 8px 10px;
    min-width: 84px;
    line-height: 1.7;
    box-sizing: border-box;
}
.header_container .top-search .search-input .select > a i {
	float: right;
	line-height: 1.5;
}
.header_container .top-search .search-input .select > a i.trans {
	transform: rotate(180deg);
}
.header_container .top-search .search-input .select .select_list {
	position: absolute;
	top: 100%;
	width: 100%;
	display: none;
	transition: 0.2s;
	overflow: hidden;
	z-index: 9999;
	background: #fff;
	margin-top: 10px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
	border-radius: 3px;
	padding: 7px 10px;
	box-sizing: border-box;
}
.header_container .top-search .search-input .select .select_list li a {
	border-top: 0;
	line-height: 1.8;
}
.header_container .top-search .search-input .select .select_list li a span {
	font-weight: 700;
}
.header_container .top-search .search-input .select .select_list li a:focus {
	color: #E40062;
}
.header_container .top-search .search-input .select .select_list.opacity {
	display: block;
}
.header_container .top-search .search-input .search-box {
	position: relative;
	width: 100%;
}
.header_container .top-search .search-input .search-box .top {
	display: flex;
	gap: 10px;
	align-items: center;
}
.header_container .top-search .search-input .search-box .top .area {
	width: 100%;
}
.header_container .top-search .search-input .search-box .input-box {
	position: relative;
	display: flex;
	gap: 6px;
	width: 100%;
}
.header_container .top-search .search-input .search-box .input-box input {
	border: 2px solid #E40062;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1;
	width: calc(100% - 50px);
	height: 40px;
    letter-spacing: -0.75px;
}
.header_container .top-search .search-input .search-box .input-box input::placeholder {
	font-weight: 500;
	color: #555;
}
.header_container .top-search .search-input .search-box .input-box button {
	background: #E40062;
	border-radius: 5px;
	padding: 7px 8px;
	border: 0;
	cursor: pointer;
	width: 44px;
	height: 40px;
}
.header_container .top-search .search-input .search-box .input-box button i {
	font-size: 20px;
    color: #fff;
}
.header_container .top-search .search-input .search-box .input-box button img {
	margin: 0 auto;
	width: 100%;
}

/*
.header_container .top-search .search-input .search-box .top button {
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 9px;
	box-sizing: border-box;
}
.header_container .top-search .search-input .search-box .top button i {
	font-size: 20px;
	color: #333;
}
*/

.header_container .top-search .top-modal-area {
	padding-top: 12px;
	/*
	display: flex;
	justify-content: space-between;
	align-items: center;
	*/
}
.header_container .top-search .top-modal-area > ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
}
.header_container .top-search .top-modal-area > ul li {
	font-size: 13px;
	padding: 8px;
	border: 1px solid #edd9dc;
	background: #f7f7f7;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
}
.header_container .top-search .top-modal-area > ul li.login-area {
	font-weight: 700;
	border-color: #E40062;
	background: #E40062;
	width: 100%;
    text-align: center;
}
.header_container .top-search .top-modal-area > ul li.board-area {
	font-weight: 600;
	border-color: #ffa114;
	background: #ff9325;
}
.header_container .top-search .top-modal-area > ul li.board-area a,
.header_container .top-search .top-modal-area > ul li.login-area a {
	color: #fff;
}
.header_container .top-search .top-modal-area > ul li#mod3 {
	background: #ffdbe0;
}
.header_container .top-search .top-modal-area > ul li.on {
	background: #E40062 !important;
	color: #fff;
}
.header_container .top-search .top-modal-area .tel {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}
.header_container .top-search .top-modal-area .tel a {
	font-size: 14px;
	color: #E40062;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.header_container .top-search .top-modal-area .modal {
	position: absolute;
	top: 100%;
	left: 20px;
	right: 20px;
	z-index: 999;
}
.header_container .top-search .top-modal-area .modal > div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}
.header_container .top-search .top-modal-area .modal > div > .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 14px;
}
.header_container .top-search .top-modal-area .modal #modal01 .con ul.more {
	display: none;
	margin-top: 4px;
}
.header_container .top-search .top-modal-area .modal #modal01 .con ul li {
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.5;
	display: flex;
    gap: 3px;
}
.header_container .top-search .top-modal-area .modal #modal01 .con ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.header_container .top-search .top-modal-area .modal #modal01 .con ul li:last-child {
	margin-bottom: 0;
}
.header_container .top-search .top-modal-area .modal #modal02 .con {
	
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: flex-start;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div::-webkit-scrollbar {
	display: none;
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div > div {
	width: calc(33% - 6px);
	min-width: 104px;
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div > div .thumb {
	width: 100%;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	display: block;
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div > div .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div > div .thumb img.thumb-img {
	position: absolute;
	top: 0;
	left: 0;
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div > div .video_icon {
	display: none;
}
.header_container .top-search .top-modal-area .modal #modal02 .con > div > div a .tit {
	font-size: 13px;
	margin-top: 8px;
	line-height: 1.5;
	display: -webkit-box;
    height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.header_container .top-search .top-modal-area .modal #modal03 .con ul {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(8, auto);
	gap: 10px 18px; 
}
.header_container .top-search .top-modal-area .modal #modal03 .con ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header_container .top-search .top-modal-area .modal #modal03 .con ul li > span {
	margin-top: 4px;
}
.header_container .top-search .top-modal-area .modal #modal03 .con ul li p {
	display: flex;
	font-size: 13px;
	line-height: 1.5;
}
.header_container .top-search .top-modal-area .modal #modal03 .con ul li p .num {
	margin-right: 3px;
	display: block;
}
.header_container .top-search .top-modal-area .modal .con button {
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	padding-top: 13px;
	font-size: 13px;
	color: #E40062;
	margin-top: 20px;
	text-align: left;
	cursor: pointer;
}
.header_container .top-search .top-modal-area .modal .con button a {
	display: inline-block;
	color: #E40062;
}

.side_menu_bg {
	content: "";
	display: none;
	background: rgb(0, 0, 0, 0.6);
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.side_menu {
	position: fixed;
    left: -100%;
    background: #fff;
    width: 80%;
    min-width: 300px;
    height: 100%;
    z-index: 99999;
    top: 0;
    transition: 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
}

.side_menu.active {
	left: 0;
}

.side_menu .site {
	padding: 13px 20px;
	border-bottom: 1px solid #e3e3e3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.side_menu .site > a {
	width: 100px;
}
.side_menu .site > a img {
	width: 100%;
}

.side_menu .site .language-area > ul:after {
	content: "";
	display: block;
	clear: both;
}

.side_menu .site .language-area > ul li {
	float: left;
}
.side_menu .site .language-area > ul li a {
	display: block;
}
.side_menu .site .language-area > ul li:not(:last-child ) a {
	margin-right: 6px;
}
.side_menu .site .language-area > ul li a img {
	display: block;
}
.side_menu .language-area {
	display: flex;
	align-items: center;
	gap: 6px;
}
.side_menu .language-area .translation {

}
.side_menu .language-area .translation .icon {
    font-size: 14px;
    color: #fff;
    background: #4f8bed;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
}
.side_menu .language-area .translation .icon span i {
	line-height: 24px;
}
.side_menu .language-area .translation-links {
	display: none;
	position: absolute;
	top: 100%;
	right: 10px;
	background: #fff;
	border: 1px solid #e3e3e3;
	z-index: 9;
    height: 60vh;
    width: 90%;
    margin-top: -3px;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 19px rgb(0, 0, 0, 0.25);
}
.side_menu .language-area .translation-links:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-left: 0;
	border-bottom: 0;
	display: block;
    top: -7px;
    position: absolute;
    right: 14px;
    transform: rotate(-45deg);
    border-radius: 0 2px 0 0;
}
.side_menu .language-area .translation-links.active {
	display: block;
}
.side_menu .language-area .translation-links ul {
	overflow-y: scroll;
	height: 100%;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}
.side_menu .language-area .translation-links::-webkit-scrollbar {
	display: none;
}
.side_menu .language-area .translation-links ul li {
	padding: 8px 10px;
    font-size: 14px;
}

.side_menu .tnb {
	padding: 10px 20px;
	border-bottom: 1px solid #e3e3e3;	
}
.side_menu .tnb .mypage {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.side_menu .tnb .mypage > div {
	display: flex;
	align-items: center;
}

.side_menu .tnb .mypage a {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.5px;
	color: #333;
}
@media screen and (max-width: 378px){
	.side_menu .tnb .mypage a {
		font-size: 4vw;
	}
}
.side_menu .tnb .mypage a.logout_btn {
	font-size: 10px;
	background: #333;
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px;
	text-align: center;	
	margin-left: 8px;
}
.side_menu .tnb .mypage a span {
	color: #333;
	font-weight: bold;
}

.side_menu .box-menu ul {
	display: flex;
	flex-wrap: wrap;
}
.side_menu .box-menu ul li {
	width: 33%;
	background: #fff;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}
.side_menu .box-menu ul li:not(:last-child){
	border-right: 1px solid #e3e3e3;
}

.side_menu .box-menu ul li.on {
	background: #E40062;
}
.side_menu .box-menu ul li a.on {
	color: #fff;
}

.side_menu .box-menu ul li a img {
	margin: 0 auto;
}
.side_menu .box-menu ul li a {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.side_menu .box-menu ul li a span {
	display: block;
	font-size: 13px;
    word-break: keep-all;
    margin-top: 10px;
    line-height: 1.2;
}

.nav .gnb {
	border-bottom: 1px solid #e3e3e3;
}

.nav .gnb .depth1 {
	position: relative;
}

.nav .gnb .depth1 > p {
	text-align: left;
	padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.nav .gnb .depth1:last-child .depth2 {
	border-bottom: 0;
}
.nav .gnb .depth2 {
    top: 100%;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    border-right: 0;
    border-left: 0;
    transition: 0.1s;
    z-index: 999;
}
.nav .gnb .depth2.active {
    overflow: auto;
    height: auto;
	padding: 13px 0;
	opacity: 1;
}

.nav .gnb .depth2 li a:hover {
	color: #E40062;
}

.nav .gnb .depth2 > li > a {
	line-height: 1.8;
    padding: 4px 0 5px 20px;
    color: #333;
}

.side_menu .sns {
 	margin: 20px 0 40px;
}

.side_menu .sns .sns-top {
	text-align: center;
}
.side_menu .sns .sns-top p {
	word-break: keep-all;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 0 34px;
	line-height: 1.3;
	
}
.side_menu .sns .sns-top h2 {
	word-break: keep-all;
	margin-bottom: 10px;
	padding: 0 45px;
	line-height: 1.3;
}
.side_menu .sns .sns-top a {
	margin: 0 auto;
	width: 200px;
	line-height: 36px;
	background: rgb(228, 0, 98, 0.5);
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.side_menu .sns ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.side_menu .sns ul li:not(:last-child ) a {
	margin-right: 10px;
}

/***********************/

.search_modal {
	display: none;
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 20px 16px;
	box-sizing: border-box;
	z-index: 998;
	overflow-y: auto;
	border-top: 1px solid #e3e3e3;
	max-height: calc(100% - 74px);
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.search_modal::-webkit-scrollbar {
	display: none;
}
.search_modal_bg {
	display: none;
	position: fixed;
	top: 74px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.2);
	z-index: 998;
}

.search_modal.on {
	display: block;
}

.search_modal .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.search_modal .top .area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	padding-bottom: 14px;
}
.search_modal .top .area p {
	border: 1px solid #e3e3e3;
	background: #f7f7f7;
	border-radius: 20px;
	padding: 8px 20px;
	font-size: 13px;
	display: inline-block;
	line-height: 1.4;
}
.search_modal .top .area button {
	border: none;
	background: transparent;
	font-size: 18px;
	cursor: pointer;
}
.search_modal .top .inner {
	border: 1px solid #e3e3e3;
	padding: 12px 14px;
	border-radius: 10px;
	position: relative;
}
.search_modal .top .inner > div.d-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.search_modal .top .inner h6 {
	font-size: 14px;
	line-height: 1.5;
	color: #E71F75;
}
.search_modal .top .inner .questionBtn {
	border: 1px solid #e3e3e3;
    font-size: 12px;
    color: #666;
    border-radius: 3px;
    text-align: center;
    padding: 6px 8px;
    cursor: pointer;
}
.search_modal .top .inner .questionAll {
	display: none;
	position: absolute;
    top: calc(100% - 7px);
    left: -1px;
    background: #fff5f5;
    border: 1px solid #e3e3e3;
    border-top: 0;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    right: -1px;
    z-index: 9;
}
.search_modal .top .inner .tSwiper {
	overflow: hidden;
	max-height: 44px;
    height: auto;
    display: flex;
    gap: 10px;
}
.search_modal .top .inner .mSwiper {
	overflow: hidden;
	margin-left: 0;
    width: 80%;
    max-height: 280px;
}
.search_modal .top .inner .mSwiper .swiper-wrapper {
	height: auto;
}
.search_modal .top .inner .mSwiper .swiper-slide {
	height: auto !important;
}
.search_modal .top .inner .swiper-slide {
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	gap: 3px;
}
.search_modal .top .inner .swiper-slide a {
	display: inline-block;
}
.search_modal .top .inner .tSwiper .swiper-slide a {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    display: -webkit-box;
}
.search_modal .top .inner .swiper-button-next:after,
.search_modal .top .inner .swiper-button-prev:after {
	font-family: 'xeicon';
    font-size: 20px;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ff6a91;
    display: block;
    text-align: center;
    line-height: 28px;
    background: #ff6a91;
}
.search_modal .top .inner .swiper-button-next:after {
	content: "\e936";
}
.search_modal .top .inner .swiper-button-prev:after {
	content: "\e930";
}
.search_modal .top .inner .swiper-btn-area {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search_modal .top .inner .swiper-btn-area .swiper-button-next,
.search_modal .top .inner .swiper-btn-area .swiper-button-prev {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
}
.search_modal .search_content .area {
	position: relative;
}
.search_modal .search_content .area > div {
	padding: 30px 0;
}
.search_modal .search_content .area > div.qna-area {
	padding: 30px 0 60px;
}
.search_modal .search_content .area > div:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}
.search_modal .search_content .area > div .title {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	gap: 12px;
}
.search_modal .search_content .area > div .title > div > i {
	margin-right: 6px;
}
.search_modal .search_content > div div .cont h1 {
	color: #333;
	font-size: 13px;
	font-weight: 400;
}
.search_modal .search_content > div div .cont h1 span {
	background: #333333;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	animation: loading 1.3s linear infinite;
	display: inline-block;
	margin: 0 2px;
}
.search_modal .search_content > div div .cont h1 span:nth-child(1) {
	animation-delay: 0s;
}
.search_modal .search_content > div div .cont h1 span:nth-child(2) {
	animation-delay: 0.2s;
}
.search_modal .search_content > div div .cont h1 span:nth-child(3) {
	animation-delay: 0.4s;
}
.loadingIcon h1 {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.loadingIcon h1 span {
	background: #333333;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	animation: loading 1.3s linear infinite;
	display: inline-block;
	margin: 0 2px;
}
.loadingIcon h1 span:nth-child(1) {
	animation-delay: 0s;
}
.loadingIcon  h1 span:nth-child(2) {
	animation-delay: 0.2s;
}
.loadingIcon h1 span:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes loading {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
.search_modal .search_content .area .loadingIcon {
	display: none;
	position: fixed;
    width: calc(90% - 40px);
    padding: 30px 20px;
    font-size: 50px;
    top: 50%;
    left: 5%;
    color: #e50867;
    background: #fff;
    border: 0;
    box-shadow: 2px 2px 4px 3px #333;
    z-index: 8999;
}
/* .search_modal .search_content .area .loadingIcon:before {
	content: "";
	position:absolute;
	width: 100vw;
	height: 100vh;
    top: -50vh;
    left: 0;
    background-color: #fff;
    opacity: 0.75;
    z-index: -1;
} */
.search_modal .search_content .area > div.qna-area .title {
	color: #E40062;
}
.search_modal .search_content .answer-area .cont ul li {
	margin-bottom: 30px;
}
.search_modal .search_content .answer-area .cont ul li:last-child {
	margin-bottom: 0;
}
.search_modal .search_content .answer-area .cont ul li h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
.search_modal .search_content .answer-area .cont ul li p {
	font-size: 14px;
	line-height: 1.5;
}
.search_modal .search_content .answer-area .cont ul li p span {
	display: inline-block;
	font-size: 10px;
	border-radius: 2px;
	background: #FFCCCC;
	text-align: center;
	width: 16px;
	line-height: 16px;
	margin-left: 3px;
}
.search_modal .search_content .img-area .cont {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.search_modal .search_content .img-area .cont div {
	width: calc(50% - 8px);
}
.search_modal .search_content .img-area .cont div a span.thumb {
	border-radius: 3px;
	width: 100%;
	height: 109px;
	overflow: hidden;
	display: block;
	position: relative;
}
.search_modal .search_content .img-area .cont div a span.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #e3e3e3;
}
.search_modal .search_content .img-area .cont div a span.thumb img:not(.thumb-img) {
	filter: blur(4px);
}
.search_modal .search_content .img-area .cont div a span.thumb img.thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.search_modal .search_content .img-area .cont div span.tit {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.search_modal .search_content .video-area .cont {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.search_modal .search_content .video-area .cont div {
	width: calc(50% - 8px);
	position: relative;
}
.search_modal .search_content .video-area .cont div a span.thumb {
	border-radius: 3px;
	width: 100%;
	height: 109px;
	overflow: hidden;
	display: block;
	position: relative;
}
.search_modal .search_content .video-area .cont div a span.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #e3e3e3;
}
.search_modal .search_content .video-area .cont div a span.thumb img.thumb-img {
	position: absolute;
	top: 0;
	left: 0;
}
.search_modal .search_content .video-area .cont div span.youtube_icon {
	left: 50%;
	position: absolute;
	top: 42px;
	transform: translateX(-50%);	
}
.search_modal .search_content .video-area .cont div span.youtube_icon img {
	width: 30px;
}
.search_modal .search_content .video-area .cont div span.tit {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.search_modal .search_content .qna-area .cont ul li {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.5;
	display: -webkit-box;
    max-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.search_modal .search_content .qna-area .cont ul li:hover {
	color: #F97059;
}
.search_modal .search_content .qna-area .cont ul li:last-child {
	margin-bottom: 0;
}
.search_modal .search_content .source-area .cont {
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.search_modal .search_content .source-area .cont::-webkit-scrollbar {
	display: none;
}
.search_modal .search_content .source-area .cont ul {
	display: flex;
	gap: 10px;
}
.search_modal .search_content .source-area .cont ul li {
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	padding: 14px 10px;
	box-sizing: border-box;
	min-width: 180px;
}
.search_modal .search_content .source-area .cont ul li.more {
	background: #f7f7f7;
	cursor: pointer;
}
.search_modal .search_content .source-area .cont ul li:last-child {
	margin-bottom: 0;
}
.search_modal .search_content .source-area .cont ul li h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 4px;
	line-height: 1.5;
}
.search_modal .search_content .source-area .cont ul li p {
	font-size: 12px;
	line-height: 1.5;
	display: -webkit-box;
    height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.search_modal .search_content .answer-area .cont > p,
.search_modal .search_content .img-area .cont > p,
.search_modal .search_content .video-area .cont > p,
.search_modal .search_content .qna-area .cont > p,
.search_modal .search_content .source-area .cont > p {
	font-size: 13px;
	width: 100%;
    line-height: 1.4;
}
.search_modal .search_content .qna-modal {
	display: none;
	position: fixed;
	background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    top: 74px;
    left: 10px;
    right: 10px;
    bottom: 0;
    z-index: 9;
    overflow-y: auto;
    -ms-overflow-style: none;
	scrollbar-width: none;
}
.search_modal .search_content .qna-modal::-webkit-scrollbar {
	display: none;
}

.search_modal .search_content .qna-modal.on {
	display: block;
}
.search_modal .search_content .qna-modal .title {
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.5;
	font-weight: 700;
	gap: 24px;
}
.search_modal .search_content .qna-modal .title i {
	cursor: pointer;
	margin-top: 4px;
}
.search_modal .search_content .qna-modal .cont {
    padding: 20px 0 0;
}
.search_modal .search_content .qna-modal .cont p {
	line-height: 1.6;
	font-size: 14px;
	word-break: keep-all;
}
.search_modal .search_content .qna-modal .cont p span {
	display: block;
	margin: 14px 0 20px;
	font-weight: 700;
}
/*****/
.search_modal .search-input {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: fixed;
    background: #fff;
    z-index: 9;
    padding: 14px 16px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
}
.search_modal .search-input > div {
	position: relative;
	width: 100%;
	display: flex;
	gap: 6px;
}
.search_modal .search-input input {
	border: 0;
    border: 2px solid #E40062;
    width: calc(100% - 100px);
    padding: 10px;
    font-size: 13px;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.5px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: -0.75px;
}
.search_modal .search-input input::placeholder {
  	color: #999;
  	letter-spacing: -0.75px;
}
.search_modal .search-input > div button.srcBtn {
	background: #E40062;
	border-radius: 5px;
	padding: 8px 10px;
	border: 0;
	cursor: pointer;
	width: 44px;
}
.search_modal .search-input > div button.chtBtn {
	background: #43b3ff;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	width: 44px;
	overflow: hidden;
}
.search_modal .search-input > div button img {
	margin: 0 auto;
	width: 100%;
}

/*
.search_modal .search-input > div i {
	position: absolute;
	font-size: 20px;
	color: #222;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.search_modal .search-input button {
	padding: 12px;
    border-radius: 3px;
    border: 1px solid #333;
    background: #f7f7f7;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    cursor: pointer;
    font-size: 20px;
}
*/

/***********************/
/*메인배너*/
.main_banner .visual .slide img {
	width: 100%;
}
.main_banner .visual01 {
	position: relative;
}
.main_banner .visual01 div.map {
	position: absolute;
	width: 100%;
    height: 52%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.main_banner .visual01 div.map a {
	background: rgb(255, 246, 30, 0.8);
	border: 1px solid #FFF61E;
	color: #111;
	font-weight: bold;
	font-size: 3.5vw;
	line-height: 1.2;
	padding: 1.2% 2%;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	letter-spacing: -1px;
}
.main_banner .visual01 div.map a.map01 {
	top: 66%;
    left: 65%;
}
.main_banner .visual01 div.map a.map02 {
	top: 45%;
    left: 47%;
}
.main_banner .visual01 div.map a.map03 {
	top: 20%;
    left: 65%;
}
.main_banner .visual01 div.map a.map04 {
	top: 16%;
    right: 46%;
}
.main_banner .visual01 div.map a.map05 {
	top: 77%;
    right: 36%;
}
.main_banner .visual01 div.map a.map06 {
    top: 72%;
    left: 32%;
}
.main_banner .visual01 div.map a.map07 {
	top: 32%;
    left: 14%;
}
.main_banner .visual01 div.map a.map08 {
	top: 46%;
    right: 3%;
}

.main_banner .visual .slide .banner {
	position: relative;
}
.main_banner .visual .slide .banner .element {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.main_banner .visual .slide .banner .element .ele-top {
	opacity: 0;
	z-index: 2;
	bottom: 0;
}
.main_banner .visual .slide .banner .element .ele-top img {
	width: 92%;
	min-width: 280px;
	margin-top: 30px;
}
.main_banner .visual .slide .banner .element .ele-wrap {
	position: relative;
	height: 100%;
}

.main_banner .visual .slide .banner .element .ele-wrap > div {
	position: absolute;
}
.main_banner .visual .slide .banner .element .ele-wrap .bubble01 {
	left: 28px;
    top: 16px;
    opacity: 0;
    min-width: 50px;
    width: 18%;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 {
	background: #fff;
	border-radius: 10px 10px 0 0;
	padding: 16px 6px 0;
	text-align: center;
	box-sizing: border-box;
	bottom: 22vw;
	left: 16px;
	opacity: 0;
	width: 42%;
	top: 16vw;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 img {
	margin: 0 auto;
	width: 20%;
	min-width: 20px
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 h5 {
	font-size: 2.8vw;
	font-weight: 700;
	margin-top: 8%;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 p {
	font-size: 2vw;
	margin-top: 4%;
	line-height: 1.3;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 p span {
	font-size: 1.8vw;
	display: block;
	margin-top: 2px;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 ul {
	margin-top: 10%;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 ul li {
	font-size: 2vw;
	padding: 3%;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-bottom: 6%;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	color: #666;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 ul li:nth-child(1) {
	animation-delay: 0.2s;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 ul li:nth-child(2) {
	animation-delay: 0.3s;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 ul li:nth-child(3) {
	animation-delay: 0.4s;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area01 ul li:nth-child(4) {
	animation-delay: 0.5s;
}

.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 {
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	right: 0;
	opacity: 0;
	bottom: 10vw;
	width: 50%;
	top: 0;
	margin-top: -20px;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 > img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 > div {
	padding: 10px 10px 0 9px;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 .m-c {
	display: flex;
    justify-content: flex-end;
    margin-bottom: 10%;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 .m-c p {
	background: #ffecf4;
	border-radius: 10px 0 10px 10px;
	font-size: 2.5vw;
	color: #666;
	padding: 4% 6%;
	line-height: 1.5;
}
.m-c p,
.m-r p {
	overflow: hidden;
	white-space: pre-wrap;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 .m-r .top {
	display: flex;
	align-items: center;
	gap: 5px;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 .m-r .top img {
	width: 16%;
	min-width: 20px;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 .m-r .top span {
	font-size: 2.8vw;
	font-weight: 700;
}
.main_banner .visual .slide .banner .element .ele-wrap .talk-area02 .m-r p {
	background: #f1f1f1;
	border-radius: 0 10px 10px 10px;
	font-size: 2.5vw;
	color: #333;
	padding: 4% 6%;
	margin-left: 16%;
	line-height: 1.5;
	margin-top: 4%;
}


.ele-top {
	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;
    min-height: 360px;
    object-fit: cover;
    height: 100vw;
}
.main_banner .visual .slide .video-slide .tit {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}
.main_banner .visual .slide .video-slide .tit p {
	font-size: 26px;
	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: 14px;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
}

/*페이지네이션*/
.bx-wrapper {
	position: relative;
}

.bx-controls-direction a {
	color: #fff;
	font-size: 40px;
	position: absolute;
    top: 350px;
    transform: translateY(-50%);
}

.bx-controls-auto {
	display: none;
}
.bx-pager {
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 50;
}
.bx-pager-item .bx-pager-link.active .pagination {
	opacity: 1;
}

.pagination {
	width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    margin: 0 2.5px;
}

.main_banner .swiper-pagination-bullet {
	width: 5px;
    height: 5px;
    background: #fff;
    margin: 0 3px !important;
}
/***********************/
/*메인*/
#main_wrap {

}

.section01 .thesis {
	padding: 40px 33px;
}
.section01 .thesis img {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.section01 .thesis.thesisBg01 {
	background: url('/html/images/main/section01/section01_01_bg.png') center center no-repeat;
	background-size: cover;
}
.section01 .thesis.thesisBg02 {
	background: url('/html/images/main/section01/section01_02_bg.png') center center no-repeat;
    background-size: cover;
}
.section01 .thesis > div > div {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.section01 .thesis > div > div a {
	max-width: 22%;
	display: block;
}
.section01 .thesis .img {
	position: relative;
}
.section01 .thesis .img a {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 130px !important;
}

.section02 > a img {
	width: 100%;
}
.section02 .content_wrap{
	padding: 0;
}
.section02 .content_wrap > p {
	text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
    word-break: keep-all;
}
.section02 .content_wrap .content {
	background: #FFE9E9;
	padding: 28px 16px 30px;
}
.section02 .content_wrap .content h3 {
	padding: 0 23px;
	margin-bottom: 15px;
}
.section02 .content_wrap .content h3 img {
	display: block;
	width: 100%;
	max-width: 564px;
	margin: 0 auto;
}
.section02 .content > div > a {
	display: block;
}
.section02 .content > div > a img {
	display: block;
	width: 100%;
}

.section02 .content-move {
	background: url(/html/images/main/section02/content-move-bg.png) no-repeat center center;
	background-size: cover;
}
.section02 .content-move > div {
	padding: 23px 16px 26px;
}
.section02 .content-move div img {
	display: block;
	max-width: 100%;
}
.section02 .content-move div .btn-area {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.section02 .content-move div .btn-area a {
	width: calc(50% - 4px);
	display: block;
	box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
}

.section03 .ledger .swiper-slide.img {
	
}
.section03 .ledger .swiper-slide.img .inner {
	
}
.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: 80px 20px 40px;
	box-sizing: border-box;
}
.section03 .ledger .swiper-slide.img .inner_txt p.tit {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 400;
	line-height: 1.3;
	word-break: keep-all;
}
.section03 .ledger .swiper-slide.img .inner_txt p.tit span {
	font-weight: 700;
	display: block;
}
.section03 .ledger .swiper-slide.img .inner_txt p.sub_tit {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding-left: 18px;
	line-height: 1.5;
}
.section03 .ledger .swiper-slide.img.img01 .inner_txt p.sub_tit {
	color: #816D3B;
}
.section03 .ledger .swiper-slide.img.img02 .inner_txt p.sub_tit {
	color: #E40062;
}
.section03 .ledger .swiper-slide.img.img03 .inner_txt p.sub_tit {
	color: #3C72FE;
}

.section03 .ledger .swiper-slide.img .inner_txt p.sub_tit:before {
	content: "";
	width: 10px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 8px;
}

.section03 .ledger .swiper-slide.img.img01 .inner_txt p.sub_tit:before {
	background: #816D3B;
}
.section03 .ledger .swiper-slide.img.img02 .inner_txt p.sub_tit:before {
	background: #E40062
}
.section03 .ledger .swiper-slide.img.img03 .inner_txt p.sub_tit:before {
	background: #3C72FE;
}

.section03 .ledger .swiper-slide.img .inner_txt button {
	border: 1px solid rgb(228, 0, 98, 0.5);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	color: #E40062;
	background: transparent;
	text-align: center;
	margin-top: 20px;
	line-height: 40px;
	padding: 0 11px;
}
.section03 .ledger .swiper-slide.img .inner_txt button i {
	font-size: 20px;
	color: #E40062;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.section03 .ledger .swiper-slide.img .inner_txt .detail_text {
	visibility: hidden;
	height: 0;
}
.section03 .ledger .swiper-slide.img .inner_txt .detail_text p {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 14px;
	word-break: keep-all;
}
.section03 .ledger .swiper-slide.img .inner_txt .detail_text > p:last-child {
	margin-bottom: 0;
}
.section03 .ledger .swiper-slide.img .inner_txt .detail_text.numlist div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.section03 .ledger .swiper-slide.img .inner_txt .detail_text.numlist div p {
	width: 86%;
}
.section03 .ledger .swiper-slide.img .inner_txt .detail_text.numlist div:last-child p {
	margin-bottom: 0;
}
.section03 .ledger .swiper-slide.img .inner_txt .detail_text.numlist div span {
	margin-right: 16px;
	background: #EFDBA7;
	text-align: center;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-weight: 500;
	font-size: 14px;
}

.section03 .ledger .swiper-slide.img .inner_txt .detail_text.on {
	visibility: visible;
	height: auto;
	margin-top: 20px;
}

.section03 .ledger .swiper-slide.img .inner:first-child img {
	width: 100%;
}

.section03 .swiper-pagination {
	top: 78vw !important;
    bottom: auto !important;
    left: 16px !important;
    width: auto !important;
    margin-left: 0;
    text-align: left;
}
@media screen and (min-width: 480px){
	.section03 .swiper-pagination {
		top: 76vw !important;
	}
}
@media screen and (min-width: 768px){
	.section03 .swiper-pagination {
		top: 75vw !important;
	}
}
@media screen and (min-width: 1024px){
	.section03 .swiper-pagination {
		top: 74vw !important;
	}
}
.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;
	padding: 0 16px;
}
.section04 .content_wrap {

}
.section04 .content_wrap > div {
	padding: 40px 0 20px;
}
.section04 .content_wrap > div:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}
.section04 .content_wrap > div .tit h1 {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.section04 .content_wrap > div .tit h1 img {
	max-width: 28px;
}
.section04 .content_wrap > div .tit span {
	margin-left: 8px;
}
.section04 .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section04 .text p img {
	width: 189px;
}
.section04 .text a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #333;
}
.section04 .contents {
	margin-top: 16px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section04 .contents div.video_box {
	width: 50%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.section04 .contents div:nth-child(odd){
	padding-right: 8px;
}
.section04 .contents div:nth-child(even){
	padding-left: 8px;
}
.section04 .contents div a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section04 .contents div a {
	position: relative;
}
.section04 .contents div a.thumbnail_img {
	height: 30vw;
	min-height: 105px;
	margin-bottom: 10px;
}
.section04 .contents div a span.youtube_icon,
.section04 .contents div a span.video_icon {
	position: absolute;
	top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.section04 .contents div a span.youtube_icon img {
	width: 24px;
}
.section04 .contents div a span.video_icon img {
	width: 26px;
}
.section04 .contents div a span.tit {
	display: -webkit-box;
    line-height: 1.5;
    font-size: 14px;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

.section05 {
	background: #FFFBF1;
}

.section05 .content_wrap {
	padding: 40px 16px;
}
.section05 .content_wrap .title {
	text-align: center;
}
.section05 .content_wrap .title h3 {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 24px;
	font-weight: 700;
	color: #816D3B;
	line-height: 1.5;
}

.section05 .content_wrap .title p {
	color: #666;
	margin-top: 20px;
	line-height: 1.5;
	font-size: 14px;
}

.section05 .rolling {
	margin-top: 30px;
	cursor: pointer;
}
.section05 .swiper-slide {
	
}
.section05 .swiper-slide img {
	width: 100%;
}

/*
.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 .content_wrap{
	padding: 40px 0;
	margin: 0 16px;
}
.section06 .content_wrap .title {
	text-align: center;
}
.section06 .content_wrap .title h3 {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 6px;
}
.section06 .content_wrap ul.tabnav  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section06 .content_wrap ul.tabnav li {
	width: 31%;
}

.section06 .content_wrap ul.tabnav li a {
	border: 1px solid #e3e3e3;
    border-radius: 5px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}

.section06 .content_wrap ul.tabnav li a.active {
	border-color: #513323;
	color: #fff;
	background: #513323;
}

.section06 .content_wrap .tab-content {
	margin-top: 20px;
	display: none;
}

.section06 .content_wrap .tab-content .img {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.section06 .content_wrap .tab-content .img div {
	width: 48%;
	margin-top: 10px;
}
.section06 .content_wrap .tab-content .img img {
	cursor: pointer;
	width: 100%;
}
.section06 .content_wrap .tab-content .img div.no_data {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.section06 .main_gallery {
	margin-top: 20px;
}
.section06 .main_gallery .swiper{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section06 .main_gallery .swiper-slide {
	background-size: cover;
    background-position: center;
}
.section06 .main_gallery .gallerySwiper2 {
	height: 80%;
	width: 100%;
}
.section06 .main_gallery .thumbs-section {
	height: 20%;
    box-sizing: border-box;
    padding: 14px 0;
}
.section06 .main_gallery .thumbs-title {
	margin-bottom: 12px;
	background: #E40062;
	color: #fff;
	border-radius: 100px;
	padding: 6px 14px;
	display: inline-block;
	font-size: 13px;
}
.section06 .main_gallery .thumbs-title.season1-title {
	background: #5f001e;
}
.section06 .main_gallery .thumbs-title.season1-title span {
	font-size: 12px;
	font-weight: 400;
}
.section06 .main_gallery .thumbs-section .swiper-slide {
	height: calc((100% - 4px) / 2) !important;
	min-height: 52px;
    background: #ccc;
    box-sizing: border-box;
}
.section06 .main_gallery .thumbs-section .swiper-slide.thumb-active {
	border: 4px solid #F280B1;
}
.section06 .main_gallery .thumbs-section .swiper-slide img {
    /*opacity: 0.3;*/
}
.section06 .main_gallery .thumbs-section .thumb-active img{
    opacity: 1;
}
.section06 .main_gallery .swiper-slide img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section06 .main_gallery .swiper-button-prev,
.section06 .main_gallery .swiper-button-next {
	color: #fff;
}
.section06 .main_gallery .swiper-button-prev:after,
.section06 .main_gallery .swiper-button-next:after,
.section06 .main_gallery .swiper-rtl .swiper-button-next:after,
.section06 .main_gallery .swiper-rtl .swiper-button-prev:after {
	font-size: 14px;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.3);
    padding: 10px;
}
.section06 .main_gallery .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 0px);
}
.section06 .main_gallery .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 0px);
}

.section06 .content_wrap button.detail {
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 0 19px;
	line-height: 38px;
	background: #fff;
	display: block;
    margin: 30px auto 0;
    border-radius: 5px;
    font-size: 14px;
}
.section06 .content_wrap button.detail i {
	font-size: 14px;
	margin-left: 12px;
}

.section07 {
	padding: 0 16px;
}
.section07 .content_wrap {
	padding: 40px 0;
}
.section07 .content_wrap > div:first-child {
	margin-bottom: 40px;
}
.section07 .content_wrap .tit h1 {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.section07 .content_wrap .tit h1 img {
	max-width: 28px;
}
.section07 .content_wrap .tit span {
	margin-left: 8px;
}
.section07 .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section07 .text p img {
	width: 189px;
}
.section07 .text a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #333;
}
.section07 .contents {
	margin-top: 24px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 20px;
}
.section07 .contents div {
	width: calc(50% - 10px);
    box-sizing: border-box;
}
.section07 .contents div a > img {
	width: 100%;
	height: 100%;
}
.section07 .contents div a {
	position: relative;
}
.section07 .contents div a span.no-login {
	display: block;
	background: rgb(0, 0, 0, 0.6);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 6px 14px;
}
.section07 .contents div a span.thumb {
	width: 100%;
	min-height: 116px;
	height: 30vw;
	display: block;
	position: relative;
	border: 1px solid #e3e3e3;
}
.section07 .contents div a span.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section07 .contents div a span.thumb img.thumb-img {
	position: absolute;
	top: 0;
	left: 0;
}
.section07 .contents div a.thumbnail_img {
	height: 65%;
	margin-bottom: 10px;
}
.section07 .contents div a span.youtube_icon {
	position: absolute;
	top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.section07 .contents div a span.video_icon {
	display: none;
}
.section07 .contents div a span.youtube_icon img {
	width: 24px;
}
.section07 .contents div a span.video_icon img {
	width: 26px;
}
.section07 .contents div a span.tit {
	display: -webkit-box;
    line-height: 1.5;
    font-size: 14px;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    margin-top: 10px;
}

.section08 {
	background: url(/html/images/main/bot_banner_bg.png) top left;
	background-size: cover;
}
.section08 .content_wrap {
	padding: 0 16px;
}
.section08 .content_wrap img {
	width: 100%;
}

/* 메인버튼 */
.main_button {}
.main_button .content_wrap {
	/*padding: 20px;*/
}
.main_button .content_wrap div:first-child {
	display: flex;
	gap: 8px;
	justify-content: center;
}
/*
.main_button .content_wrap div:last-child {
	display: flex;
	gap: 7px;
	justify-content: center;
	margin-top: 8px;
}
*/
.main_button .content_wrap div a {
	display: block;
}
.main_button .content_wrap div a img {
	display: block;
	max-width: 100%;
}

.roll_ban .content_wrap {
	padding: 20px 16px 40px;
}
.roll_ban .swiper-slide {
	width: auto;
	flex-shrink: 0;
}
.roll_ban .img {
	border: 1px solid #e3e3e3;
	padding: 4px 24px;
}
.roll_ban .img img {
	height: 30px;
	width: auto;
	display: block;
}

div.bar {
	width: 100%;
	background: #e3e3e3;
	height: 12px;
}

/***********************/
/*고객센터*/
.main_customer {

}

.main_customer > div {

}

.notice {
	padding: 30px 16px;
}
.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,
.customer h2 {
	font-size: 20px;
	font-family: 'Nanum Myeongjo', serif;
	line-height: 1.1;
}
.notice .tit > a {}


.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;
    font-size: 14px;
}
.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%;
	color: #666;
	font-size: 15px;
}

/***********************/
/*퀵바*/
#quick {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 80;
	transition: all 0.5s;
	z-index: 997;
}
/*
#quick.fixScroll {
    bottom: 100px;
}*/

#quick .top_btn {
	display: none;
	position: relative;
	margin-bottom: 10px;
	opacity: 0.3;
}
#quick .top_btn.on {
	display: block;
}
#quick .quick {
	box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25);
    border-radius: 50%;
    margin-top: 8px;
}
#quick .quick img {
	max-width: 50px;
}

#quick .contact-wrap {
	display: none;
	position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
   	overflow: hidden;
   	background: #fff;
    /*
    background: url(/html/images/common/q_contact_bg.png) no-repeat top center #fff;
    background-size: cover;
    transform: scale(0) translate(-100%, 100%);
    transform-origin: bottom left;
    transition: transform 0.5s ease, opacity 0.5s ease;
    */
}
#quick .contact-wrap .bg {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
}
#quick .contact-wrap .area {
	margin: 0 auto;
	width: calc(100% - 13%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: calc(100% - 32px);
	top: 7%;
}
#quick .contact-wrap.open {
	display: block;
}
#quick .contact-wrap .content {
	padding: 16px;
	box-sizing: border-box;
	height: calc(100% - 13%);
	overflow-y: auto;
}

#quick .contact-wrap .tit {
	background: #f7f7f7;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	position: relative;
}
#quick .contact-wrap .tit h4 {
	font-size: 18px;
	font-weight: 700;
}
#quick .contact-wrap .tit i {
	font-size: 20px;
	color: #333;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

#quick .contact-wrap .content form {
	overflow-y: auto;
    /*padding-bottom: 120px;*/
    height: 100%;
}

#quick .contact-wrap ul {
	
}
#quick .contact-wrap ul li {
	margin-bottom: 8px;

}
#quick .contact-wrap ul li div.tel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#quick .contact-wrap ul li > label {
	display: block;
	font-size: 13px;
	color: #333;
	margin-bottom: 4px;
    letter-spacing: -0.75px;
    min-width: 20%;
}
#quick .contact-wrap ul li input[type="text"],
#quick .contact-wrap ul li input[type="tel"] {
	border: 1px solid #e3e3e3;
	width: 100%;
	height: 36px;
	padding: 2px 8px;
	margin-top: 4px;
	box-sizing: border-box;
}
#quick .contact-wrap ul li .check {
	display: flex;
	flex-direction: column;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e3e3e3;
    margin-top: 8px;
}
#quick .contact-wrap ul li .check label {
	color: #333;
	position: relative;
    padding-left: 23px;
    line-height: 1.5;
    font-size: 14px;
}
#quick .contact-wrap ul li .check label input[type="radio"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
#quick .contact-wrap ul li .check label input[type="radio"]:checked + .check-icon {
	border-color: #E40062;
	background: #E40062;
}
#quick .contact-wrap ul li .check label input[type="radio"]:checked + .check-icon:before {
	border-color: #fff;
    border-top: 0;
    border-right: 0;
}
#quick .contact-wrap ul li .check label .check-icon {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#quick .contact-wrap ul li .check 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: 10px;
    height: 6px;
}

#quick .contact-wrap ul li select {
	width: 100%;
	height: 36px;
	padding: 2px 8px;
	border: 1px solid #e3e3e3;
    color: #666;
    box-sizing: border-box;
    margin-top: 4px;
}
#quick .bot-fix {
	/*
	position: fixed;
	bottom: 22px;
    width: calc(100% - 50px);
    background: #fff;
    left: 0;
    border-radius: 0 0 50px 50px;
    margin: 0 24px 0 26px;
    */
    margin-top: 20px;
}
#quick .bot-fix > div {
	/*padding: 0 16px 16px;
	width: calc(100% - 32px);*/
}
#quick .contact_btn {
	margin-top: 20px;
}
#quick .contact_btn button {
	background: #333;
	line-height: 44px;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s;
}


/***********************/
/*푸터*/
footer {
	background: #f7f7f7;
	width: 100%;
}
.footer {
	padding: 0 16px 120px;
}
.footer .customer {
	background: #f7f7f7;
	padding: 30px 0 20px;
	border-bottom: 1px solid #e3e3e3;
}

.footer .customer .tel {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-top: 23px;
	display: flex;
	gap: 8px;
}
.footer .customer .tel div {
	margin-top: 8px;
}
.footer .customer .tel p a {
	font-size: 30px;
	font-weight: 700;
	color: #E40062;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}
.footer .customer .time p {
	color: #666;
	line-height: 26px;
	font-size: 14px;
}

.footer .customer .family{
	margin-top: 22px;
	font-size: 14px;
	position: relative;
}
.footer .customer .family a {
	border: 1px solid #e3e3e3;
	background: #fff;
	color: #666;
	padding: 0 14px;
    width: 200px;
    line-height: 34px;
    box-sizing: border-box;
}
.footer .customer .family a i {
	float: right;
	line-height: 34px;
}

.footer .customer .family a i.trans {
	transform: rotate(180deg);	
}

 .family .family_list {
	position: absolute;
	top: 100%;
	width: 100%;
	opacity: 0;
	height: 0;
	transition: 0.2s;
	overflow: hidden;
	z-index: 9999;
}
.footer .customer .family .family_list li a {
	background: #fff;
	border-top: 0;
}
.footer .customer .family .family_list li a:hover,
.footer .customer .family .family_list li a:focus
 {
	background: #fff;
}

.footer .customer .family .family_list.opacity {
	opacity: 1;
	height: auto;
}

.footer .fnb {
	margin-top: 20px;
}
.footer .fnb ul {
	display: flex;
	flex-wrap: wrap;
}
.footer .fnb ul li {
	position: relative;
}
.footer .fnb ul li:first-child a {
	padding-left: 0;
}

.footer .fnb ul li:not(:first-child):after {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #999;
}
.footer .fnb ul li a{
	color: #666;
	font-size: 13px;
	padding: 0 10px;
	line-height: 20px;
	white-space: nowrap;
}

.foot_cont {
	margin-top: 14px;
}
.foot_cont .copyright {
	color: #666;
	font-size: 13px;
    line-height: 1.5;
}
.foot_cont .copyright span {
	display: block;
}
.foot_cont .copyright span a {
	display: inline-block;
	color: #666;
}
.foot_cont .copyright span.copy {
	font-size: 12px;
	margin-top: 14px;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
#footer .fixed{
	bottom: -500px;
	transition: all .5s;
	z-index: 996;
}
#footer .fixed.on{
	bottom: 0px;
}
#footer .footer_fixed {
	position: relative;
}
/*
#footer .footer_fixed div {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-bottom: 1px solid #e3e3e3;
}
#footer .footer_fixed div a {
	display: block;
}
#footer .footer_fixed div a img {
	width: 100%;
	display: block;
}
*/
#footer .footer_fixed div.sns {
	padding-bottom: 10px;
	position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
}
#footer .footer_fixed div.sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#footer .footer_fixed > ul {
	display: flex;
	background: #fff;
	border-top: 1px solid #e3e3e3;
}
#footer .footer_fixed > ul li {
	width: 25%;
	padding: 8px 0;
}
#footer .footer_fixed > ul li a img {
	max-width: 30px;
	margin: 0 auto;
}
#footer .footer_fixed > ul li a span {
	font-size: 8px;
	display: block;
	text-align: center;
	line-height: 1.4;
}
#footer .footer_fixed > ul li.main a span {
	color: #E40062;
}
.map {
	margin: 0 auto;
}
.map ul {
	display: flex;
	border: 1px solid #e3e3e3;
	border-right: 0;
	border-left: 0;
}
.map ul li {
	width: 17%;
	background: #fff;
    text-align: center;
    padding: 10px 0;
    height: 80px;
    box-sizing: border-box;
}
.map ul li:not(:last-child){
	border-right: 1px solid #e3e3e3;
}

.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: 11px;
	word-break: keep-all;
}


.foot_fix {
	background: #DB8383;
    padding-left: 16px;
}

.foot_fix .cont h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-right: 28px;
}

.foot_fix form .d-flex-foot {
	display: flex;
	justify-content: space-between;
}
.foot_fix form .d-flex-foot .top-w {
	display: flex;
}

.foot_fix form .d-flex-foot > div {
	padding: 10px 16px 10px 0;
}
.foot_fix form .top-w input#name {
	min-width: 70px;
	width: 33%;
}
.foot_fix form .top-w input {
	margin-right: 4px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
    font-family: 'Noto Sans KR', sans-serif !important;
    width: 33%;
    min-width: 90px;
    line-height: 34px;
}
.foot_fix form .top-w input::placeholder {
  	color: #666;
  	font-size: 13px;
}

.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 10px center;
	background-repeat: no-repeat;
	font-size: 13px;
	position: relative;
	border: 1px solid #e3e3e3;
	color: #666;
	padding: 0 10px;
    min-width: 90px;
    width: 33%;
    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: #4D2E2E;
	color: #fff;
	font-size: 14px;
	width: 20%;
	min-width: 72px;
	cursor: pointer;
	word-break: keep-all;
}

.privacy {
	margin-top: 8px;
}
.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;
}
.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%;
}

/* 간편상담에 약관보기 모달 */
.privacy .checkbox-label{
	display: inline-block;
	color: #666;
	font-size: 12px;
}
.privacy a {
	display: inline-block;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	margin-left: 4px;
}
.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 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 60px;
    left: 16px;
    right: 16px;
}

.privacy_modal .privacy .inner {
	overflow-y: auto;
	height: 80%;
}

.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 .inner h1 {
	font-size: 16px;
}
.privacy_modal .privacy p.dot {
	color: #666;
}

/* 콘텐츠  */
#wrap {
	overflow-x: hidden;
}
#wrap #banner-wrap {

}
#wrap .banner-img {
	background: url(/html/images/page/subvisual.png) center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin: 0 auto;
	position: relative;
}
#wrap .banner-img .banner_tit {
    text-align: center;
    padding: 24px 0 0;
}
#wrap .banner-img .banner_tit .tit {
	font-family: 'Gmarket Sans';
	font-size: 24px;
	margin-bottom: 2px;
	line-height: 40px;
	word-break: keep-all;
	font-weight: 700;
}
#wrap .banner-img .banner_tit .tit span.post_sub_tit {
	font-size: 16px;
}
#wrap .banner-img .banner_tit p {
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}
#wrap .banner-img .banner_tit p.navi {
	font-size: 12px;
	margin-top: 16px;
}
#wrap .banner-img .banner_tit .banner_sub {
	padding: 0 24px;
}
#wrap .banner-img .banner_tit .banner_sub .d-flex {
	justify-content: space-between;
	align-items: flex-start;
}
#wrap .banner-img .banner_tit .banner_sub .d-flex-column {
	display: flex;
	flex-direction: column;
	gap: 13px;
	align-items: flex-start;
}
#wrap .banner-img .banner_tit .banner_sub p.fs13 {
	font-size: 13px;
}
#wrap .banner-img .banner_tit .banner_sub p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	letter-spacing: -0.9px;
	text-shadow: 0 4px 4px rgb(0, 0, 0, 0.15);
	font-weight: 500;
	text-align: left;
	margin-top: 13px;
	letter-spacing: -0.65px;
}
#wrap .banner-img .banner_tit .banner_sub p strong {
	color: #FFF61E;
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-bottom: 4px;
	font-family: 'Gmarket Sans';
	letter-spacing: -0.54px;
}
#wrap .banner-img .banner_tit .banner_sub p strong.fs15 {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.45px;
}
#wrap .banner-img .banner_tit .banner_sub p span {
	color: #FFF61E;
}
#wrap .banner-img .banner_tit .banner_sub p span.lemon {
	color: #F0FDA6;
	font-weight: 700;
	display: block;
	margin-bottom: 18px;
}
#wrap .banner-img .banner_tit .banner_sub ul {
	
}

#wrap div.lnb{
	 width: 100%;
	 border-bottom: 1px solid #e3e3e3;
	 display: flex;
}
#wrap div.lnb > div {
	width: 50%;
	position: relative;
}

#wrap div.lnb > div:not(:last-child){
	border-right: 1px solid #e3e3e3;
}

#wrap div.lnb > div .lnb_tit {
	padding: 10px 16px;
	font-size: 15px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: keep-all;
    height: 100%;
    box-sizing: border-box;
}
#wrap div.lnb > div .lnb_tit span.post_sub_tit {
	font-size: 12px;
	margin-left: 4px;
}
#wrap div.lnb > div .lnb_tit i {
	color: #333;
}
#wrap div.lnb > div .lnb_tit i.active {
	transform: rotate(180deg);
}
#wrap div.lnb ul.lnb{
	position: absolute;
	top: 100%;
	left: -1px;
	width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    background: #fff;
   	border: 1px solid #e3e3e3;
   	border-top-width: 0;
   	z-index: 9;
}
#wrap div.lnb ul.lnb.active {
	height: auto;
}

#wrap div.lnb ul.lnb li{
	padding: 10px 16px;
}

#wrap div.lnb ul.lnb li a{
	color: #333;
	font-size: 14px;
	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{
	margin: 40px 16px 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px;
}
#wrap > .title:after {
	content: "";
	display: block;
	clear: both;
}
/*
#wrap > .title h3{
	display: inline-block;
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.32px;
	font-family: 'Nanum Myeongjo', serif;
}
*/
#wrap > .title h3{
	display: inline-block;
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.72px;
	word-break: keep-all;
}
#wrap > .title h3 i {
	margin-left: 10px;
}
#wrap > .title h3 span.post_sub_tit {
	font-size: 15px;
	margin-left: 2px;
	word-break: keep-all;
	letter-spacing: -0.45px;
}
#wrap > .title span.sub-tit {
	display: block;
	font-size: 14px;
	margin-top: 10px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}
#wrap > .title .top {

}
#wrap > .title .vd-tit-img {
	width: 100%;
	height: 0;
	opacity: 0;
}
#wrap > .title .vd-tit-img.on {
	height: auto;
	opacity: 1;
	margin-bottom: -12px;
}
#wrap .right {
	float: right;
}
#wrap .left {
	float: left;
}

#wrap .tab {
	
}
#wrap .tab::-webkit-scrollbar {
  	display: none;
  	-ms-overflow-style: none;
  	scrollbar-width: none;
}

#wrap .tab .menu-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 16px;
	white-space: nowrap;
	flex-wrap: wrap;
	gap: 10px;
}
#wrap .tab .menu-area li {
	border: 1px solid #ccc;
	color: #333;
	border-radius: 100px;
	line-height: 31px;
	text-align: center;
	padding: 0 14px;
	cursor: pointer;
	font-size: 15px;
}

#wrap .tab .menu-area li.on {
	color: #E40062;
	border-color: #E40062;
}
#wrap .chat-btn{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background: #6CC2FF;
    cursor: pointer;
    padding: 8px 10px 7px 20px;
    margin-top: 20px;
    box-sizing: border-box;
}
#wrap .chat-btn i {
	color: #6CC2FF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
#wrap .chat-btn span{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.42px;
}

#wrap .svc_modal {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 999;
}
#wrap .svc_modal.active {
	display: block;
}
#wrap .svc_modal .modal-area {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
}
#wrap .svc_modal .modal-area .modal-box {
	background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    line-height: 1.5;
    /* box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25); */
    border: 1px solid #e3e3e3;
    position: relative;
}
#wrap .svc_modal .modal-area .modal-box ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 8px;
	font-size: 15px;
	color: #333;
}
#wrap .svc_modal .modal-area .modal-box ul li span {
	position: absolute;
	top: 0;
	left: 0;
}
#wrap .svc_modal .modal-area .modal-box .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #333;
}
#wrap .svc_modal .modal-area .modal-box .close i {
	line-height: 30px;
	font-size: 16px;
}

/* 콘텐츠 page */
#container {
	overflow: auto;
	padding-top: 40px;
}
#container .page-menu{
	margin: 30px 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 {
	margin: 0 auto 40px;
	padding: 0 16px;
}
#container .content-wrap form legend {
	display: none;
}
#container .content-img {
	margin-top: 60px;
}
#container .content-img input[type="image"] {
	display: block;
	margin: 0 auto;
	width: 100% !important;
	height: auto !important;
}

#container .content-img:first-child {
	margin-top: 0; 
}

/* 콘텐츠 자세히 보기 있는 경우 */
#container .content-img .detail {
	display: none !important;
}
#container .content-img .detail.show-detail {
	display: block !important;
}
/***********************/

#container .content-img.imgntxt > div {
	margin-bottom: 20px;
}

#container .content-img .login-content.hide {
	display: none;
}

/* 콘텐츠 자세히 보기 텍스트 */
#container .content-txt {
	margin-top: 30px;
	line-height: 1.7;
}

#container .content-txt p {
	margin-bottom: 20px;
	/*font-size: 4.6vw;*/
}
#container .content-txt p.pd-left40 {
	padding-left: 40px;
}
#container .content-txt button.detail_btn {
    border: 1px solid rgb(228, 0, 98, 0.5);
    padding: 6px 10px 6px 34px;
    color: #E40062;
    font-weight: bold;
    border-radius: 3px;
    background: url(/html/images/common/ico_detail.png) 8px center no-repeat, #fff;
    background-size: 20px;
    line-height: 26px;
    font-size: 14px;
    display: block;
}
#container .content-txt button.detail_btn_g {
	
}
#container .content-txt button.detail_btn.cet {
	margin: 0 auto;
}
/* 폰트 굵게 */
#container .content-txt .t_bold {
	font-weight: 700;
}
/* 폰트 레귤러 */
#container .content-txt .t_med {
	font-weight: 500;
}
/* 폰트 노랑 */
#container .content-txt .t_yellow {
	font-weight: 500;
	color: #EC9127;
}
#container .content-txt .t_dyellow {
	color: #FFAA32;
}
#container .content-txt .t_brown {
	color: #A0633C;
}
/* 폰트 파랑 */
#container .content-txt .t_blue {
	color: #277EFF;
}
/* 폰트 하늘 */
#container .content-txt .f_blue {
	color: #4B93FF;
}
/* 폰트 보라 */
#container .content-txt .t_purple {
	color: #701ED9;
}
/* 폰트 배경핑크&굵게 */
#container .content-txt .t_pink {
	background: #facce0;
    font-weight: bold;
    padding: 2px;
}
/* 폰트 그린 */
#container .content-txt .t_green {
	color: #407F40;
}
/* 폰트 핑크 */
#container .content-txt .f_babypink {
	color: #F280B1;
	font-weight: 500;
}
#container .content-txt .f_pink {
	color: #E40062;
	font-weight: 300;
}
#container .content-txt .f_pink_en {
	font-family: 'Montserrat', sans-serif;
	color: #E40062;
	font-weight: 700;
	font-size: 18px;
}
#container .content-txt .f-size14 {
	font-size: 14px;
}
#container .content-txt .f-size18 {
	font-size: 18px;
}
#container .content-txt .f-size20 {
	font-size: 20px;
}

/* 폰트 센터 */
#container .content-txt .t_center {
	text-align: center;
}
/* 내용닫기 */
#container .content-txt .t_close {
	color: #E40062;
}
#container .content-txt .div-line {
	border: 1px solid #e3e3e3;
	border-top: 0;
	padding: 40px 16px;
}
#container .content-txt .div-line2 {
	border: 1px solid #e3e3e3;
	padding: 40px 16px;
}

/* 펼침콘텐츠 점 없고 li 밑에 라인만 */
#container .content-txt .ul01_n li {
	padding: 16px 0;
	border-bottom: 1px solid #e3e3e3;
}
#container .content-txt .ul01_n li p {
	margin-bottom: 0;
	word-break: keep-all;
}
/* 펼침콘텐츠 미세스질성형 알아보기 */
#container .content-txt .ul01 li,
/* 펼침콘텐츠 바깥 border 없는 버전 */
#container .content-txt .ul02_n li {
    padding: 12px 14px;
    position: relative;
}
/* 펼침콘텐츠 */
#container .content-txt .ul02 {
	padding: 30px 20px;
	border: 1px solid #e3e3e3;
    margin-top: -30px;
    border-top: 0;
}

#container .content-txt .ul01 li:not(:last-child){
	border-bottom: 1px dashed #ccc;
}
#container .content-txt .ul02 li {
	padding-left: 12px;
	position: relative;
}
#container .content-txt .ul02 li:not(:last-child) {
	margin-bottom: 20px;
}
#container .content-txt .ul01 li:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
}
#container .content-txt .ul02 li:before{
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
}
#container .content-txt .ul02_n li:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
}

#container .content-txt .ul03 li,
#container .content-txt .ul04 li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 14px;
}
#container .content-txt .ul03 li:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 28px;
	background: url(/html/images/common/ul03_check.png) center center no-repeat;
	left: 0;
	top: 0;
}
#container .content-txt .ul04 li:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 28px;
	background: url(/html/images/common/ul04_check.png) center center no-repeat;
	left: 0;
	top: 0;
}

/* 배경 어두운 콘텐츠 */
#container .content-txt.bg_dark {
	margin-top: 0;
    background: #2d3236;
    padding: 0 14px 20px;
}
/* 배경 어두운파랑 콘텐츠 */
#container .content-txt.bg_dark_b {
	margin-top: 0;
    background: #334275;
    padding: 0 14px 20px;
}
#container .content-txt.bg_dark p,
#container .content-txt.bg_dark_b p {
	color: #fff;
    padding: 20px 0 0;
}

#container .content-txt.bg_yellow {
	background: #FFF5DC;
	padding: 0 16px 40px;
}
#container .content-txt.bg_skyblue {
	background: #EEF5FF;
	padding: 0 16px 40px;
}


#container .content-txt .tit01 {
	font-weight: 500;
	margin-bottom: 10px;
}
#container .content-txt .tit02 {
	font-weight: 500;
	margin-bottom: 10px;
	color: #F280B1;
}
#container .content-txt .tit03 {
	position: relative;
	padding-left: 9px;
	font-weight: 700;
	margin-bottom: 10px;
	
}
#container .content-txt .tit03:before {
	content: "";
	width: 3px;
	height: 18px;
	background: #f280b1;
	position: absolute;
	top: 5px;
	left: 0;
}
#container .content-txt .tit01 span.num,
#container .content-txt .tit01 span.num2,
#container .content-txt .tit01 span.num3 {
	background: #4B93FF;
    border-radius: 50%;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    margin-right: 6px;
    display: inline-block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}
#container .content-txt .tit01 span.num2 {
	background: #E40062;
}
#container .content-txt .tit01 span.num3 {
	background: #f280b1;
}

/* 드롭다운 콘텐츠 핑크 */
#container .content-txt dl.dl01 dt {
	padding: 14px 10px;
    border-bottom: 3px solid #F37527;
    border-top: 3px solid #F37527;
    margin: -3px 0;
    font-weight: 500;
}
#container .content-txt dl.dl01 dt .t_down {
	color: #F37527;
	position: relative;
	font-weight: 300;
}
#container .content-txt dl.dl01 dt .t_down:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	right: -16px;
    border-top: 2px solid #F37527;
    border-right: 2px solid #F37527;
    transform: rotate(135deg);
}
#container .content-txt dl dt .t_down.up:after {
	transform: rotate(315deg) !important;
}
#container .content-txt dl dd {
	display: none;
	margin: 30px 0;
}

/* 드롭다운 콘텐츠 주황 */
#container .content-txt dl.dl02 dt {
	padding: 14px 10px;
    border-bottom: 3px solid #ED7BAC;
    border-top: 3px solid #ED7BAC;
    margin: -3px 0;
    font-weight: 500;
}
#container .content-txt dl.dl02 dt .t_down {
	color: #ED7BAC;
	position: relative;
	font-weight: 300;
}
#container .content-txt dl.dl02 dt .t_down:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	right: -16px;
    border-top: 2px solid #ED7BAC;
    border-right: 2px solid #ED7BAC;
    transform: rotate(135deg);
}

#container .content-txt dl.dl03 dt {
	padding: 14px 10px;
    border-bottom: 3px solid #B88943;
    border-top: 3px solid #B88943;
    margin: -3px 0;
    font-weight: 500;
}
#container .content-txt dl.dl03 dt .t_down {
	color: #B88943;
	position: relative;
	font-weight: 300;
}
#container .content-txt dl.dl03 dt .t_down:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	right: -16px;
    border-top: 2px solid #B88943;
    border-right: 2px solid #B88943;
    transform: rotate(135deg);
}

#container .content-txt dl dd.on {
	display: block;
} 

/* 콘텐츠 표 미세스질성형 수술방법 */
#container .content-txt table.table01 {
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom: 20px;
}

#container .content-txt table.table01 thead th {
	background: #333;
	white-space: nowrap;
	color: #fff;
	font-weight: 300;
	padding: 4px 10px;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.3;
}

#container .content-txt table.table01 tbody td {
	font-size: 15px;
	padding: 8px 4px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.3;
	word-break: keep-all;
	vertical-align: middle;
}

#container .content-img .root_daum_roughmap .cont {
	display: none;
}
#container .content-img .root_daum_roughmap {
	width: 100% !important;
}
#container .content-img > .txt {
    margin-top: 20px;
    color: #333;
    line-height: 1.7;
}
#container .content-img .info {
	margin-top: 40px;
	
}
#container .content-img .info h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e3e3e3;
}
#container .content-img .info ul {
	margin-top: 30px;
}
#container .content-img .info ul li {
	color: #333;
	margin-bottom: 35px;
	line-height: 1.5;
}
#container .content-img .info ul li div {
    font-weight: bold;
    margin-bottom: 14px;
}

#container .video {
	display: flex;
	justify-content: space-between;
}
#container .video input {
	margin: 0 !important;
}


/* 게시판  page */
#container .board-wrap {
	margin: 0 auto 40px;
	padding: 0 16px;
}
#container .board-wrap > p input,
#container .content-wrap > p input{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 60px;
}

#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 {
	margin: 0 auto;
	padding: 40px 0 0;
}
#container .list-top img {
	margin-bottom: 80px;
}

#container .board-wrap form legend {
	display: none;
}

/* 보도자료 상단 영상 */
#container .board-wrap .news_header {
	margin-bottom: 60px;
}
#container .board-wrap .news_header > div {
	width: 100%;
}
#container .board-wrap .news_header > div:last-child {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 20px;
}
#container .board-wrap .news_header > div:last-child input {
    width: 50% !important;
    height: auto !important;
    padding: 4px;
    box-sizing: border-box;
}
#container .board-wrap .news_header > div:last-child input:nth-child(odd) {
	padding-left: 0;
}
#container .board-wrap .news_header > div:last-child input:nth-child(even) {
	padding-rigth: 0;
}

/* 하단 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(/html/images/common/first.png) no-repeat 100%;
}
#paging ul li.prev_off, #paging ul li.prev_on {
    background: url(/html/images/common/prev.png) no-repeat 100%;
}
#paging ul li.next_off, #paging ul li.next_on {
    background: url(/html/images/common/next.png) no-repeat 100%;
}
#paging ul li.last_off, #paging ul li.last_on     {
    background: url(/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 {
	padding: 4px 0;
}

/* default(솜씨 TALK) 일반 게시판 list */
#container table.board_list {
	border-top: 2px solid #333;
	table-layout: fixed;
}
/* 인재채용 table */
#container .content-wrap .board_list {
	margin-top: 60px;
}

#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 td.no_data {
	text-align: center;
}
#container table.board_list tbody tr td.td_center {
	word-break: keep-all;
}
#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: 100%;
    line-height: 1.5;
}
#container table.board_list tbody td span {
	display: inline-block;
	margin-left: 4px;
	padding: 3px 0;
}
.td_center {
	text-align: center;
}
.td_left {
	text-align: left;
}
#container table tbody tr.notice_tr td {
	background: #f9f9f9;
	font-weight: bold;
	color: #e40062;
	padding: 10px 15px;
}
#container table tbody tr.notice_tr td img {
	margin-bottom: 4px;
}
#container table tbody tr.notice_tr td a {
	color: #e40062;
}

/* 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: 30px 16px 20px;
    font-size: 18px;
    line-height: 1.4;
}
#container table.board_read thead tr td {
	text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
}
#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.content > .read_blur input:not(.no-blur) {
	filter: blur(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;
	width: 100% !important;
	height: auto !important;
}

/* default(솜씨 TALK) 일반 게시판 write */
#container table.board_write {
	border-top: 2px solid #333;
	border-bottom: 1px solid #e3e3e3;
	table-layout: fixed;
}
#container table.board_write tr {
	border-bottom: 1px solid #e3e3e3;
}

#container table.board_write th {
	color: #333;
    line-height: 1.5;
    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;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    height: 34px;
    box-sizing: border-box;
    margin-bottom: 4px;
}
#container table.board_write td input[type="checkbox"]{
	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 4px;
}
#container table.board_write.f_tb01 td.f_td01 {
	padding: 10px 4px;
}
#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: 1.5;
	color: #666;
	margin-right: 10px;
	font-size: 14px;
}
#container table.board_write.f_tb01 td.f_td01 div {
	display: block;
	font-size: 15px;
	color: #333;
	margin: 10px 0 20px;
}
#container table.board_write.f_tb01 td.f_td01 div span {
	color: #EC1C24;
	margin-right: 4px;
}
#container table.board_write.f_tb01 td.f_td01 label {
	display: inline-block;
	padding: 0 4px;
}
#container span.cs_agtext {
	display: block;
    font-size: 12px;
    line-height: 1.4;
    background: #e40062;
    color: #fff;
    width: 100%;
    padding: 4px 8px;
    box-sizing: border-box;
    text-align: center;
    word-break: keep-all;
}
#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;
    line-height: 1.3;
}
#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 .web_banner {
	display: none !important;
}
#container .web_content {
	display: none !important;
}

/* women(커뮤니티) 일반 게시판 list */
#container table.news_board {
	border-top: 2px solid #333;
	table-layout: fixed;
}
#container table.news_board thead tr th {
	color: #666;
	padding: 18px 10px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}
#container table.news_board tbody tr td {
	color: #666;
	padding: 12px 0;
	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: 8px;
	display: flex;
}
#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: 16px;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
#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 .news_date {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
#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;
}
#container table.board_read_w tbody tr td div.thesis {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	margin-bottom: 20px;
	width: 100%;
}
#container table.board_read_w tbody tr td div.thesis input {
	margin: 0;
	max-width: 50%;
}
/***********************/

/* women(커뮤니티) 갤러리 게시판 list */
#container .gallery_board tr td {
	padding: 16px;
    
}
#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;
	table-layout: fixed;
}

#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;
    position: relative;
}
#container table.webzine_board tbody tr:hover td {
	background: #f7f7f7;
}
#container table.webzine_board tbody tr td p {
	position: absolute;
    top: 24px;
    left: 24px;
}
#container table.webzine_board tbody tr td > div.td_img {
	width: 100%;
	height: 50vw;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
}
#container table.webzine_board tbody tr td > div.td_img img {
	width: 100%;
    height: 50vw;
}
#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: 100%;
    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 .webzine_board .webzine_content a {
	line-height: 1.5;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

#container .mailform {
	margin-bottom: 80px;
}
#container .mailform form .mail_wrap {
	background: #f7f7f7;
	padding: 10px 16px 20px;
	justify-content: space-between;
	align-items: center;
}
#container .mailform form {
	border-top: 3px solid #4d2087;
}
#container .mailform .mail_tit {
	margin: 0 0 10px;
}
#container .mailform .mail_tit h4 {
	font-size: 24px;
	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: 60px;
    margin-top: 4px;
    width: 33.4%;
}
#container .mailform .mail_input label {
	width: 60px;
	display: inline-block;
	color: #333;
}
#container .mailform .mail_input .email {
	margin-top: 8px;
}
#container .mailform .mail_input .email .d-flex {
	align-items: center;
}
#container .mailform .mail_input .email input {
	width: 30%;
}
#container .mailform .mail_input button {
    margin-top: 10px;
    width: 100%;
    background: #4d2087;
    border-radius: 4px;
    color: #fff;
    line-height: 44px;
}

#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 {

}
#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;
}
#container .content_gallery .mySwiper2 {
	height: 50vw;
	width: 100%;
	min-height: 246px;
}
#container .content_gallery .mySwiper {
	height: 20%;
    box-sizing: border-box;
    padding: 8px 0;
}
#container .content_gallery .mySwiper .swiper-slide {
	width: 25%;
    height: auto;
    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: 14px;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.3);
    padding: 10px;
}
#container .content_gallery .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 0px);
}
#container .content_gallery .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 0px);
}
/***********************/

/* 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: 50%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#container .video_list .video_board li p {
	position: absolute;
    top: 20px;
    left: 20px;
}
#container .video_list .video_board li .video_img a div {
	position: relative;
}
#container .video_list .video_board li .video_img a > div > img {
	width: 100%;
	height: 30vw;
}
#container .video_list .video_board li .video_img span.youtube_icon {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#container .video_list .video_board li .video_img span.youtube_icon img{
	width: 30px;
}
#container .video_list .video_board li .video_img span.video_icon {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#container .video_list .video_board li .video_img span.video_icon img {
	width: 30px;
}
#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: 10px 20px 10px 40px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}
#container table.qna_list td.td_left a:after,
#container table.qna_list td.td_left div.content:after {
    padding: 6px;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 14px;
    text-align: center;
    line-height: 0.8;
    box-sizing: border-box;
    font-weight: bold;
}
#container table.qna_list td.td_left a span.category {
	font-size: 14px;
    font-weight: 400;
    display: block;
}
#container table.qna_list td.td_left a:after {
	content: "Q";
	color: #999;
}
#container table.qna_list td.td_left div.content {
	display: none;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 10px 20px 10px 40px;
    line-height: 1.5;
    background: #f7f7f7;
    color: #666;
    font-size: 14px;
}
#container table.qna_list td.td_left div.content:after {
	content: "A";
	color: #e40062;
}
#container table.qna_list td.td_left div.content.on {
	display: block;
}
#container table.qna_list .no_data {
	padding: 20px 0;
}
/***********************/
#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 10px;
}
#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;
    width: 50%;
}
.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 5px;
    margin-left: 4px;
    text-align: center;
    white-space: nowrap;
    width: 20%;
    max-width: 80px;
}

/* 로그인페이지 */
.login_wrap {

}
.login_content {
    margin: 0 auto;  
	background: #fff;
	padding: 50px 40px;
	border-radius: 10px;
}
.login_content h2 {
	font-size: 18px;
	text-align: center;
}
.login_content .login_error {}
.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-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
}
.login_content .sns_login span {
	font-size: 14px;
	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 .sns_login .sns_icon a img {
	max-width: 60px;
	margin: 0 auto 8px;
}
.login_content .sns_login .sns_icon a span {
	font-size: 13px;
}
.login_content .join_btn {
	margin-top: 16px;
}
.login_content .join_btn a {
	border: 1px solid #e3e3e3;
    text-align: center;
    padding: 14px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 15px;
}

.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 {
	
}
.join_wrap .join_top {
	background: #E40062;
	padding: 14px;
}
.join_wrap .join_top p {
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
}
.join_wrap .join_top p span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}
.join_content {
	padding: 0 16px 70px;
}
.join_content:after {
	content: "";
	display: block;
	clear: both;
}
.join_content .join-left{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.join_content .join-left h1 {
	font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
}
.join_content .join-left p {
	text-align: center;
	line-height: 1.5;
	margin-top : 10px;
	font-size: 14px;
}
.join_content .join-left p span {
	display: block;
	color: #f280b1;
}
.join_content .join-left img {
    margin: 30px auto 0;
    width: 50%;
}
.join_content .join-left .auth{
	margin-top: 20px;
	color: #333;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.48px;
}
.join_content .join-left .text{
	color: #333;
	text-align: center;	
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 1.3;
	margin-top: 8px;
}

.join_content .submit_box {
	
}

.join_content .submit_box a {
	border: 1px solid #e3e3e3;
    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;
    position: fixed;
    bottom: 0;
    left: 0;
}

.join_content .join-right{

}
.join_content .join-right .frm {
	margin-bottom: 14px;
}

.join_content .join-right .frm .adver {}
.join_content .join-right .frm .adver label {
	margin-right: 20px;
	margin-bottom: 0;
	min-width: auto;
	font-size: 14px;
	line-height: 40px;
}
.join_content .join-right .frm .adver input[type="radio"] {
	accent-color: #E40062;
	margin-right: 3px;
}

.join_content .join-right .frm label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}
.join_content .join-right .frm input:not([type="radio"]) {
	display: block;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	height: 50px;
	width: 100%;
    font-size: 14px;
    color: #666;
    padding: 0 8px;
    box-sizing: border-box;
}
.join_content .join-right .frm .select {
	width: 100%;
}

.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: 100%;
	height: 50px;
	border-radius: 2px;
    color: #999;
    font-size: 14px;
}
.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: 50px;
	border: none;
	min-width: 80px;
	margin-left: 10px;
	padding: 0 10px;
	line-height: 1.2;
	font-size: 14px;
	cursor: pointer;
}
.join_content .join-right .sub_text {
	margin-bottom: 24px;
}
.join_content .join-right .sub_text span {
	display: block;
    font-size: 13px;
    color: #666;
}

.join_content .join-right .agree {
	margin-top: 40px;
	border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 14px;
}
.join_content .join-right .agree > label {
	display: block;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
.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: 16px;
  	width: 16px;
  	background-color: #fff;
  	border: 1px solid #ccc;
  	border-radius: 3px;
}
.join_content .join-right .agree-all .checkmark:after {
	content: "";
  	position: absolute;
  	display: none;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.join_content .join-right .agree-all > label {
	font-size: 14px;
	padding-left: 30px;
	cursor: pointer;
    line-height: 1.5;
}
.join_content .join-right .agree-all .agree-box {
	margin: 16px 0 0 20px;
}
.join_content .join-right .agree-all .agree-box label {
	font-size: 13px;
	line-height: 1.5;
	cursor: pointer;
}
.join_content .join-right .agree-all .agree-box .agree-content {
	position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
}
.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: 12px;
	color: #E40062;
	float: right;
}
/***********************/
/* 회원탈퇴 */
.leave_wrap {
	
}
.leave_content {
	background: #fff;
	padding: 50px 16px;
	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;
}

/* 개인정보 처리방침, 이용약관 */
#main_wrap .policy {
	padding: 40px 16px 80px;
    margin: 0 auto;
    line-height: 1.7;
}
#main_wrap .policy h1 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}
#main_wrap .policy h3 {
	font-size: 18px;
    color: #e50065;
    margin: 26px 0 8px;
    font-weight: normal;
}
#main_wrap .policy h4 {
	font-weight: normal;
}
#main_wrap .policy h5 {
	font-weight: normal;
	margin-top: 10px;
}

#main_wrap .policy p.dot,
#main_wrap .policy p.line {
	padding-left: 10px;
	position: relative;
}
#main_wrap .policy p.dot:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
#main_wrap .policy p.line:before {
	content: "";
	width: 4px;
	height: 1px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}
#main_wrap .policy p span {
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
}
#main_wrap .policy ul.privacy_index {
	border: 1px solid #e3e3e3;
    padding: 24px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#main_wrap .policy ul.privacy_index li {
	width: 100%;
}
#main_wrap .policy ul.privacy_index li a {
	color: #666;
	line-height: 2;
}
#main_wrap .policy ul.privacy_index li a:hover,
#main_wrap .policy ul.privacy_index li a:focus {
	color: #222;
}
#main_wrap .policy table {
	width: 100%;
    margin-top: 20px;
    border-top: 2px solid #666;
}
#main_wrap .policy table tr {
	border-bottom: 1px solid #e3e3e3;
}
#main_wrap .policy table tr th {
    background: #f7f7f7;
    padding: 12px 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
#main_wrap .policy table tr td {
	text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #666;
}

/* 검색 */
.search-area {
	margin: 44px auto 50px ;
	padding: 0 16px;
}
.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: 14px 0 ;
	font-size: 18px;
	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: 14px;
	letter-spacing: -0.48px;
	margin-top: 30px;
	box-sizing: border-box;
}
.search-area .search-language strong {
	color: #333;
	font-size: 16px;
	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: 15px;
	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 {
	padding: 20px 0;
	width:100%;
	border-bottom: 1px solid #e3e3e3;
}
.search-area .search-body .content-areas .area:last-child {
	margin-bottom: 0;
}
.search-area .search-body .content-areas .area .title {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	letter-spacing: -0.48px;
	margin-bottom: 5px;
	line-height: 1.3
}
.search-area .search-body .content-areas .area .area-sub {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 1.3
}
.search-area .search-body .content-areas .area .area-sub:last-child {
	border-bottom: 0;
}
.search-area .search-body .content-areas .area .area-sub a {
	line-height: 1.5;
	font-size: 15px;
}
.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: 16%;
    left: 16px;
    right: 16px;
    bottom: 16%;
    /*height: 700px;*/
    /*padding: 20px 16px;
    border-radius: 10px;*/
}
.surger_modal .inner div.con {
	overflow-y: auto;
    height: 100%;
}
.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: -38px;
    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;*/
	
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 720px;
    left: 16px;
    right: 16px;
    height: auto !important;
}
.movie_modal .modal_body iframe {
	height: 50vw;
}
.movie_modal .close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    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: 16px;
    right: 16px;
    height: auto;
    overflow: hidden;
    transform: translateY(-50%);
}
.ebook_modal .modal_body.sexbook_body {
	/*width:1656px;
	height:800px;*/
}
.ebook_modal .close{
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}
.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;
}
.ebook_modal .modal_body.book_body .swiper-wrapper {
	align-items: center;
}
/***********************/

.ai_chat {
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
    z-index: 9999;
    overflow-y: auto;
    -ms-overflow-style: none;
	scrollbar-width: none;
}
.ai_chat::-webkit-scrollbar {
	display: none;
}
.ai_chat.on {
	display: block;
	pointer-events: auto;
}
.ai_chat.on + .ai_chat_bg {
	display: block;
}
.ai_chat_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.2);
	z-index: 997;
}

.menu-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    overflow-x: auto;
    gap: 10px;
    -ms-overflow-style: none;
	scrollbar-width: none;
}
.menu-list::-webkit-scrollbar {
	display: none;
}
.menu-list .menu {
	cursor: pointer;
	color: #666;
	font-size: 14px;
	padding: 8px 14px;
	white-space: nowrap;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
}
.menu-list .menu.ok {
	color: #FFF;
	background-color: #E40062;
	border-color: #E40062;
}

/* 게시글 하단 관련영상  */
.related_list-area {
	margin-top: 60px;
}
.related_list-area h3 {
	font-size: 20px;
	margin-bottom: 24px;
}
.related_list-area .related-video-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
.related_list-area .related-video-item {
	width: calc((100% - 20px) / 2);
}
.related_list-area .related-video-item div {
	position: relative;
}
.related_list-area .related-video-item img.thumb {
	width: 100%;
    min-height: 110px;
    height: 30vw;
    display: block;
    border: 1px solid #e3e3e3;
}
.related_list-area .related-video-item .video_icon {
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.related_list-area .related-video-item .video_icon img {
	width: 30px;
}
.related_list-area .related-video-item .info {
	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;
}
.two-lines {
	display: -webkit-box;
	-webkit-line-clamp: 2;       /* 보여줄 줄 수 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


#msg_userid .info {
	font-size: 12px;
	margin-top: 6px;
}
#msg_userid .info.blue {
	color: #00a4db;
}
#msg_userid .info.red {
	color: #EC1C24
}
#msg_userid .info.green {
	color: #EC1C24
}

.custom-cursor { 
	position: relative;
	
}

#virtual-cursor {
    position: absolute;
    width: 64px;
    height: 64px;
    pointer-events: none; /* 클릭 방해 안함 */
    background: url('/html/images/cursor/on_1.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 10;
   transition: left 0.1s ease, top 0.1s ease; /* 부드러운 이동 효과 */
}

#surgery_modal.modal,
#iframe_modal.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 9981;
  display: flex;
  justify-content: center;
  align-items: center;
}

#surgery_modal .modal-bg,
#iframe_modal .modal-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}

#surgery_modal .modal-top {
	margin-bottom: 12px;
	display: block;
}
#surgery_modal .modal-top > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#surgery_modal .modal-top > div .tel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	margin-bottom: 8px;
}
#surgery_modal .modal-top > div .tel a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	display: block;
	color: #E40062;
	font-weight: 700;
	white-space: nowrap;
}
#surgery_modal .modal-top > div .tel i {
	font-size: 16px;
	color: #E40062;
}
#surgery_modal .modal-top > div .button {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}
#surgery_modal .modal-top > div .button a img {
	max-height: 24px;
	display: block;
}

#surgery_modal .fixed-top {
	background: #FFE2BA;
	padding: 12px 18px;
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
}
#surgery_modal .fixed-top img {
	width: 212px;
	max-width: 100%;
}

#surgery_modal .modal-content {
	position: relative;
	background: #fff;
	border-radius: 8px;
	z-index: 9982;
	width: 90vw;
	max-width: 750px;
	max-height: 95vh;
	padding: 12px 16px 20px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
	overflow: hidden;
	box-sizing: border-box;
}

#iframe_modal .modal-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  z-index: 10001;
  width: 90vw;
  max-width: 750px;
  max-height: 95vh;
  padding: 24px 16px 16px 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}

#surgery_modal .modal-close {
	font-size: 20px;
	background: none;
	border: none;
	cursor: pointer;
}
#iframe_modal .modal-close {
  position: absolute;
  top: 10px; right: 14px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

#surgery_modal .imgs {
	position: relative;
	width: 100%;
	height: 50vw;
	max-height: 246px;
	overflow: hidden;
	padding: 0 40px;
	box-sizing: border-box;
}
#iframe_modal .imgs {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#surgery_modal .imgs img {
	position: absolute;
	left: 50%;
	top: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	opacity: 0;
	transition: transform 0.4s cubic-bezier(.7,.13,.28,.87), opacity 0.25s;
	transform: translateX(-50%);
	z-index: 1;
	display: block;
}
#iframe_modal .imgs img {
  position: absolute;
  left: 50%; top: 50%;
  width: 90%;
  max-height: 380px;
  margin: auto;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(.7,.13,.28,.87), opacity 0.25s;
  transform: translate(-50%,-50%);
  z-index: 1;
  display: block;
}

#surgery_modal .imgs img.prev,
#iframe_modal .imgs img.prev {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 0;
}
#surgery_modal .imgs img.next,
#iframe_modal .imgs img.next {
  transform: translateX(100%);
  opacity: 0;
  z-index: 0;
}

#iframe_modal .imgs img.active {
  opacity: 1;
transform: translate(-50%,-50%);
  z-index: 2;
}

#surgery_modal .imgs img.blur {
	filter: blur(10px);
}
#surgery_modal .imgs img.active {
	opacity: 1;
	z-index: 2;
}

#surgery_modal .modal-content >a,
#iframe_modal .modal-content >a {
	 margin-top: -5px;
}

#surgery_modal .modal-content a > i
#iframe_modal .modal-content a > i {
	font-size: 28px;
}

#surgery_modal .slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 6px 7px;
	font-size: 20px;
	color: #fff;
	background: rgba(30,30,30,0.5);
	border: none;
	cursor: pointer;
	z-index: 3;
	border-radius: 50%;
	width: 34px;
    height: 34px;
}
#iframe_modal .slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 6px 7px;
	font-size: 14px;
	color: #fff;
	background: rgba(30,30,30,0.5);
	border: none;
	cursor: pointer;
	z-index: 3;
	border-radius: 50%;
}

#surgery_modal .slider-btn.prev,
#iframe_modal .slider-btn.prev { left: 0; }
#surgery_modal .slider-btn.next,
#iframe_modal .slider-btn.next { right: 0; }

#surgery_modal .modal-bottom .btn {
    color: #666;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}
#surgery_modal .modal-bottom .btn i {
	transition: transform 0.3s ease;
}
#surgery_modal .modal-bottom .btn.active i {
	transform: rotate(180deg);
}
#surgery_modal .modal-bottom {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: calc(100% - 32px);
}
#surgery_modal .modal-bottom .area {
	padding: 20px 12px;
    border: 1px solid #d9d9d9;
    margin-top: 20px;
    overflow-y: scroll;
    max-height: 16vh;
    box-sizing: border-box;
    transition: 0.3s;
    background: #fff;
}
#surgery_modal .modal-bottom .area.active {
	max-height: 50vh;
}
#surgery_modal .modal-bottom .area h6 {
	font-family: 'Gmarket Sans';
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
#surgery_modal .modal-bottom .area h6 span {
	font-weight: 400;
	font-size: 14px;
}
#surgery_modal .modal-bottom .area > p {
	font-size: 15px;
	line-height: 1.5;
}
#surgery_modal .modal-bottom .area .txt {
	border: 1px solid #63553F;
	border-radius: 10px;
	background: #FFF9F3;
	padding: 0 16px;
	box-sizing: border-box;
	margin-top: 20px;
}
#surgery_modal .modal-bottom .area .txt div {
	border-bottom: 1px dashed #766A57;
	padding: 20px 0;
	display: block;
}
#surgery_modal .modal-bottom .area .txt div:last-child {
	border-bottom: 0;
}
#surgery_modal .modal-bottom .area .txt div h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}
#surgery_modal .modal-bottom .area .txt div ul li {
	font-size: 15px;
	line-height: 1.5;
	position: relative;
	padding-left: 20px;
	color: #333;
}
#surgery_modal .modal-bottom .area .txt div ul li:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 6px;
}
#surgery_modal .modal-bottom .area .txt div h4 {
	background: #63553F;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 2px 10px;
	margin-bottom: 14px;
	display: inline-block;
	line-height: 1.5;
}
#surgery_modal .modal-bottom .area .txt div P {
	font-size: 15px;
	line-height: 1.5;
}


#surgery_modal .fixed-top,
#surgery_modal .modal-bottom {
	display: none;
}

/*******앵커이동*******/
#container,
#contentGallery,
#contentImg {
	scroll-margin-top: 165px;
}



