@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("//fonts.googleapis.com/earlyaccess/jejugothic.css");
@font-face {
	font-family: "LINESeedKR-Bd";
	src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2")
		format("woff2");
	font-weight: 700;
	font-style: normal;
}
.jeju-font {
	font-family: "Jeju Gothic";
}

.scroll {
	overflow: hidden;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: url(../img/icon-unchecked.svg) no-repeat center/cover;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	border: none;
	outline: none !important;
}
input[type="checkbox"]:checked {
	background: url(../img/icon-checked.svg) no-repeat center/cover;
}

.t_br {
	display: none;
}

.m_br {
	display: none;
}

.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

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

.btn-more {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	border-radius: 40px;
	background: #fabe00;
	padding: 10px 20px;
}
.btn-more a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.btn-more span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.btn-more img {
	display: block;
	width: 20px;
}
.btn-more.border {
	border: 1px solid #fabe00;
	background: #fff;
}
.btn-more.border span {
	color: #fabe00;
}
.btn-more.border-brown {
	border: 1px solid #635a4d;
	background: transparent;
}
.btn-more.border-brown span {
	color: #635a4d;
}

header {
	position: relative;
	z-index: 90;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
header .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 30px;
	color: #fff;
}
header .logo {
	width: 194px;
	padding: 18px 0;
}
header .logo a {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 194/56;
	background: url(../img/logo-white.svg) no-repeat center;
	background-size: 194px 56px;
}
header .hd-tel,
header .nav-toggle {
	display: none;
	opacity: 0;
}
header nav .btn-close {
	opacity: 0;
	display: none;
	width: 36px;
}
header nav .btn-close img {
	width: 100%;
	display: block;
}
header .gnb {
	max-width: 980px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
header .gnb .gnb-item {
	position: relative;
	width: 140px;
}
header .gnb .gnb-item:hover > a {
	position: relative;
	color: #fabe00;
}
header .gnb .gnb-item:hover > a::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #fabe00;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
}
header .gnb .gnb-item > a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 92px;
}
header .gnb .gnb-item > a .icon-arrow {
	display: none;
}
header .gnb .sub-menu {
	width: 100%;
	padding: 20px 0 36px;
	display: none;
	opacity: 0;
}
header .gnb .sub-menu li + li {
	margin-top: 16px;
}
header .gnb .sub-menu a {
	display: block;
	text-align: center;
	color: #635a4d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}
header .gnb .sub-menu a:hover {
	color: #fabe00;
}
header.on {
	background: #fff;
}
header.on .wrap {
	border-bottom: none;
}
header.on .logo a {
	background: url(../img/logo.svg) no-repeat center;
	background-size: 194px 56px;
}
header.on .gnb .gnb-item > a {
	display: block;
	color: #635a4d;
}
header.on .gnb .gnb-item:hover > a {
	color: #fabe00;
}
header.on .gnb .sub-menu {
	display: block;
	opacity: 1;
	background: #fff;
}

footer {
	background: #8e8271;
	padding: 60px 0;
}
footer .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
footer .left-group {
	display: flex;
	align-items: flex-start;
	column-gap: 80px;
}
footer .logo {
	width: 194px;
}
footer .logo a {
	display: block;
}
footer .logo a img {
	width: 100%;
	display: block;
}
footer .footer-gnb ul {
	display: flex;
	gap: 23px;
	margin-bottom: 13px;
}
footer .footer-gnb ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fdf4e7;
}
footer .footer-details {
	max-width: 545px;
	overflow: hidden;
}
footer .footer-details ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 4px;
}
footer .footer-details ul li {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #e4d5bc;
	letter-spacing: -0.02em;
}
footer .footer-details ul li + li::after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #e4d5bc;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
}
footer .footer-copy {
	font-size: 14px;
	letter-spacing: -0.02em;
	font-weight: 400;
	color: #e4d5bc;
	margin-top: 26px;
}
footer .footer-contact p {
	font-size: 18px;
	font-weight: 400;
	color: #e4d5bc;
	line-height: 1.7;
}
footer .footer-contact a {
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #fdf4e7;
}
footer .floating-bar {
	z-index: 100;
	position: fixed;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	box-shadow: 4px 4px 20px rgba(99, 90, 77, 0.2);
	border-radius: 16px;
	width: 86px;
	overflow: hidden;
}
footer .floating-bar .floating-item {
	padding: 0 12px;
}
footer .floating-bar .floating-item:nth-child(2) a,
footer .floating-bar .floating-item:nth-child(1) a {
	border-bottom: 1px solid #f0e1c9;
}
footer .floating-bar .floating-item:nth-child(4) {
	background: #fabe00;
}
footer .floating-bar .floating-item:nth-child(4) a span {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}
footer .floating-bar .floating-item a {
	padding: 16px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 12px;
}
footer .floating-bar .floating-item a img {
	width: 48px;
}
footer .floating-bar .floating-item a span {
	font-size: 14px;
	font-weight: 600;
	color: #a49682;
	text-align: center;
}

.main-banner {
	position: relative;
}
.main-banner header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.main-banner .main-banner-slide {
	width: 100%;
	height: 700px;
	position: relative;
}
.main-banner .main-banner-slide .wrap {
	position: relative;
	height: 100%;
}
.main-banner .main-banner-slide .wrap img {
	display: block;
	width: 392px;
	position: absolute;
	left: 30px;
	bottom: 178px;
}
.main-banner .main-banner-slide .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 120px;
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
	text-align: left;
}
.main-banner .main-banner-slide .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: transparent;
	border: 1px solid #fff;
}
.main-banner
	.main-banner-slide
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background: #fff;
}
.main-banner .main-banner-slide .item {
	background: url(../img/main-visual01.jpg) no-repeat center/cover;
	height: 700px;
	width: 100%;
}
.main-banner .main-banner-slide .item.item01 {
	background: url(../img/main-visual01.jpg) no-repeat center/cover;
}
.main-banner .main-banner-slide .item.item02 {
	background: url(../img/main-visual02.jpg) no-repeat center/cover;
}

.main-container .title-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.main-container .title-box h2 {
	font-family: "Jeju Myeongjo";
	font-size: 40px;
	font-weight: 400;
	color: #635a4d;
	line-height: 1.25;
	margin-bottom: 8px;
}
.main-container .title-box p {
	font-size: 20px;
	font-weight: 500;
	color: #a49682;
	line-height: 1.35;
}
.main-container .department-section {
	padding: 100px 0;
}
.main-container .department-section .title-box {
	margin-bottom: 32px;
}
.main-container .department-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.main-container .department-card ul li {
	width: calc((100% - 40px) / 3);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 4px 4px 20px rgba(99, 90, 77, 0.08);
}
.main-container .department-card ul li:hover .thumbnail-box img {
	transform: scale(1.2);
}
.main-container .department-card .thumbnail-box {
	overflow: hidden;
	aspect-ratio: 387/300;
}
.main-container .department-card .thumbnail-box img {
	transition: 0.2s ease-in;
	width: 100%;
	display: block;
	aspect-ratio: 387/300;
	height: auto;
}
.main-container .department-card .conts {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
}
.main-container .department-card .conts p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
	color: #635a4d;
}
.main-container .examination-section {
	background: #fff9ea;
	padding: 80px 0;
}
.main-container .examination-section .title-box {
	margin-bottom: 32px;
}
.main-container .examination-card .swiper-slide:hover .thumbnail-box img {
	transform: scale(1.1);
}
.main-container .examination-card .swiper-slide p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	margin-top: 24px;
}
.main-container .examination-card .thumbnail-box {
	aspect-ratio: 285/254;
	width: 100%;
	height: auto;
	border-radius: 24px;
	overflow: hidden;
}
.main-container .examination-card .thumbnail-box img {
	transition: 0.2s ease-in;
	display: block;
	width: 100%;
	aspect-ratio: 285/254;
}
.main-container .treatment-section {
	padding: 100px 0;
}
.main-container .treatment-section .title-box {
	margin-bottom: 40px;
}
.main-container .doctor-section {
	overflow: hidden;
	background: #fffcf3;
	padding-bottom: 95px;
}
.main-container .doctor-section .doctor-bg {
	font-size: 168px;
	font-weight: 100;
	width: max-content;
	word-break: keep-all;
	line-height: 1;
	color: #fdf4e7;
	margin-bottom: 24px;
}
.main-container .doctor-section .title-box {
	margin-bottom: 48px;
}
.main-container .doctor-section .title-box h2 {
	margin-bottom: 0;
}
.main-container .doctor-section .introduction-box {
	border-top: 1px solid #e4d5bc;
	padding-top: 48px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.main-container .doctor-section .introduction-box h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.1rem;
}
.main-container .doctor-section .introduction-box h3 span {
	color: #cdbca3;
}
.main-container .doctor-section .introduction-box .btn-more {
	display: none;
}
.main-container .doctor-section .right-group {
	display: flex;
	align-items: flex-start;
	column-gap: 120px;
}
.main-container .doctor-section .item p {
	font-size: 20px;
	font-weight: 600;
	color: #786d5e;
	margin-bottom: 8px;
	line-height: 1.35;
}
.main-container .doctor-section .item ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	padding-left: 12px;
}
.main-container .doctor-section .item ul li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #e8d9c3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main-container .gallery-section {
	padding: 100px 0;
}
.main-container .gallery-section .title-box {
	align-items: center;
	margin-bottom: 28px;
}
.main-container .gallery-section .title-box h2 {
	margin-bottom: 0;
}
.main-container .clinic-tour-swiper .swiper-slide {
	width: 426px !important;
}
.main-container .clinic-tour-swiper .swiper-slide img {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.main-container .location-section {
	padding-bottom: 60px;
}
.main-container .location-section .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-container .location-section .wrap > .title-box {
	display: none;
}
.main-container .location-section .wrap .left-group {
	max-width: 387px;
}
.main-container .location-section .wrap .left-group .title-box {
	margin-bottom: 75px;
}
.main-container .location-section .wrap .left-group .title-box h2 {
	margin-bottom: 0;
}
.main-container .location-section .wrap .left-group address {
	font-size: 24px;
	color: #fabe00;
	font-weight: 600;
	line-height: 1.35;
	font-style: normal;
	margin-bottom: 28px;
}
.main-container .location-section .wrap .left-group address img {
	width: 36px;
	display: block;
	margin-bottom: 8px;
}
.main-container .location-section .wrap .left-group .item + .item {
	margin-top: 12px;
}
.main-container .location-section .wrap .left-group .item h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-left: 12px;
	line-height: 1.35;
	margin-bottom: 4px;
}
.main-container .location-section .wrap .left-group .item h3::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #cdbca3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main-container .location-section .wrap .left-group .item p {
	padding-left: 12px;
	font-size: 20px;
	font-weight: 400;
	color: #786d5e;
	line-height: 1.7;
}
.main-container .location-section .wrap .map-box {
	width: calc(100% - 407px);
	max-width: 793px;
	overflow: hidden;
	border-radius: 20px;
}
.main-container .location-section .wrap .map-box .root_daum_roughmap .wrap_map {
	height: 480px;
}
.main-container .location-section .wrap .map-box .root_daum_roughmap_landing {
	width: 100%;
	height: 480px;
}
.main-container .root_daum_roughmap .cont {
	display: none;
}
.main-container .root_daum_roughmap .wrap_controllers {
	display: none;
}
.main-container .time-section {
	padding-bottom: 100px;
}
.main-container .time-section .flex-wrap {
	padding-top: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #e4d5bc;
}
.main-container .time-section .flex-wrap .right-group {
	max-width: 793px;
	width: calc(100% - 407px);
}
.main-container .time-section .flex-wrap .right-group li {
	padding-left: 12px;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.main-container .time-section .flex-wrap .right-group li + li {
	margin-top: 8px;
}
.main-container .time-section .flex-wrap .right-group li::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #cdbca3;
	position: absolute;
	left: 0;
	top: 11px;
}
.main-container .time-section .flex-wrap .right-group li p {
	display: inline-block;
	width: 103px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #635a4d;
}
.main-container .time-section .flex-wrap .right-group li .time {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #786d5e;
}
.main-container .time-section .flex-wrap .right-group li .time span {
	font-size: 20px;
	font-weight: 400;
	color: #a49682;
}
.main-container .notice-section {
	background: #fff9ea;
	padding: 80px 0;
}
.main-container .notice-section .title-box {
	margin-bottom: 32px;
}
.main-container .notice-section .title-box h2 {
	margin-bottom: 0;
}
.main-container .notice-section .notice-list {
	border-top: 1px solid #e4d5bc;
}
.main-container .notice-section .notice-list li {
	border-bottom: 1px solid #e4d5bc;
}
.main-container .notice-section .notice-list a {
	padding: 12px 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 18px;
}
.main-container .notice-section .notice-list a p {
	display: block;
	width: calc(100% - 105px);
	color: #635a4d;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.main-container .notice-section .notice-list a span {
	font-size: 16px;
	line-height: 1.5;
	color: #b8a891;
}
.main-container .contact-section {
	padding: 80px 0;
}
.main-container .contact-section .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}
.main-container .contact-section .wrap .left-group p {
	font-family: "Jeju Myeongjo";
	font-size: 28px;
	font-weight: 400;
	line-height: 1.45;
	word-break: keep-all;
}
.main-container .contact-section .wrap .left-group .btn-border {
	margin-top: 40px;
}
.main-container .contact-section .wrap .left-group .btn-border a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #fabe00;
	color: #fabe00;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 40px;
}
.main-container .contact-section .wrap .left-group .btn-border img {
	width: 20px;
}
.main-container .contact-section .wrap .img-box {
	border-radius: 20px;
	overflow: hidden;
	width: 488px;
}
.main-container .contact-section .wrap .img-box img {
	width: 100%;
	display: block;
}

.page-visual {
	position: relative;
	width: 100%;
	background: url(../img/img-door.jpg) no-repeat center/cover;
	height: 348px;
	margin-bottom: 100px;
}
.page-visual .visual-text-box {
	position: absolute;
	left: 50%;
	bottom: 56px;
	transform: translateX(-50%);
	z-index: 10;
}
.page-visual .visual-text-box p {
	font-size: 20px;
	font-weight: 500;
	color: #e4d5bc;
	line-height: 1.35;
	margin-bottom: 8px;
	text-align: center;
}
.page-visual .visual-text-box h2 {
	font-family: "Jeju Myeongjo";
	font-size: 64px;
	line-height: 1.25;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

aside.sub-menu {
	display: flex;
	flex-direction: column;
	width: 170px;
}
aside.sub-menu li {
	border-top: 1px solid #f0e1c9;
}
aside.sub-menu li:first-child {
	border-top: none;
}
aside.sub-menu li.active {
	border-top: none;
}
aside.sub-menu li.active a {
	border: 2px solid #fabe00;
}
aside.sub-menu li.active a span {
	color: #fabe00;
}
aside.sub-menu li.active a img {
	display: block;
}
aside.sub-menu li.active + li {
	border-top: none;
}
aside.sub-menu a {
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 8px 18px 12px;
	font-size: 20px;
	font-weight: 600;
	color: #635a4d;
}
aside.sub-menu a span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #635a4d;
}
aside.sub-menu a img {
	display: none;
	width: 16px;
}

.breadcrumb {
	margin-bottom: 12px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	color: #b9a994;
	gap: 40px;
}
.breadcrumb li {
	position: relative;
	font-weight: 600;
	font-size: 16px;
}
.breadcrumb li + li::before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/icon-arrow-for-nav.svg) no-repeat center/cover;
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translate(-100%, -50%);
}
.breadcrumb li:last-child a {
	color: #8e8271;
}
.breadcrumb a {
	font-size: 16px;
	color: #cdbca3;
	font-weight: 600;
}

.sub-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.sub-container .step01-box {
	display: flex;
	align-items: center;
	gap: 12px;
}
.sub-container .step01-box img {
	display: block;
	width: 32px;
}
.sub-container .step01-box p {
	font-size: 28px;
	font-weight: 600;
}
.sub-container .step02-box {
	display: flex;
	align-items: center;
	gap: 8px;
}
.sub-container .step02-box img {
	display: block;
	width: 20px;
}
.sub-container .step02-box p {
	font-size: 24px;
	font-weight: 600;
}
.sub-container .item-box .description-box {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.sub-container .container-wrap {
	max-width: 960px;
	width: calc(100% - 240px);
	border-top: 1px solid #635a4d;
}
.sub-container .container-wrap h3 {
	font-size: 44px;
	font-weight: bold;
	color: #635a4d;
	margin-bottom: 40px;
}
.sub-container .container-wrap .top-group {
	padding-top: 32px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sub-container .container-wrap .top-group .left-text {
	width: 432px;
}
.sub-container .container-wrap .top-group .left-text h4 {
	font-size: 20px;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 16px;
	word-break: keep-all;
}
.sub-container .container-wrap .top-group .left-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	word-break: keep-all;
}
.sub-container .container-wrap .top-group .img-box {
	width: calc(100% - 472px);
	border-radius: 20px;
	max-width: 488px;
	overflow: hidden;
}
.sub-container .container-wrap .top-group .img-box h3 {
	display: none;
}
.sub-container .container-wrap .top-group .img-box img {
	width: 100%;
	display: block;
}

.about-container .page-visual {
	background: url(../img/img-door.jpg) no-repeat center/cover;
}
.about-container .about-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about-container .about-flex .left-title {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.25;
	font-family: "Jeju Myeongjo";
}
.about-container .about-flex .content-box {
	max-width: 793px;
	width: 100%;
}
.about-container .greeting-box {
	margin-bottom: 100px;
}
.about-container .greeting-box .flex-wrap {
	background: #fff8e2;
	border-radius: 32px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 580px;
}
.about-container .greeting-box .flex-wrap .img-box {
	width: 580px;
	height: 100%;
}
.about-container .greeting-box .flex-wrap .img-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about-container .greeting-box .flex-wrap .img-box img.pc-img {
	display: block;
}
.about-container .greeting-box .flex-wrap .img-box img.m-img {
	display: none;
}
.about-container .greeting-box .flex-wrap .text-box {
	padding: 50px;
}
.about-container .greeting-box .flex-wrap .text-box img {
	width: 100px;
	display: block;
}
.about-container .greeting-box .flex-wrap .text-box h3 {
	font-family: "Jeju Myeongjo";
	font-size: 32px;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 60px;
}
.about-container .greeting-box .flex-wrap .text-box p {
	word-break: keep-all;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.about-container .doctor-section {
	margin-bottom: 100px;
}
.about-container .doctor-section .content-box {
	border-bottom: 1px solid #fabe00;
}
.about-container .doctor-section .content-box .tag {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.about-container .doctor-section .content-box .tag::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fabe00;
	position: absolute;
	top: 0;
	left: 30px;
}
.about-container .doctor-section .content-box .tag span {
	background: #fabe00;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
	border-radius: 12px 0 12px 12px;
	padding: 8px 20px;
}
.about-container .doctor-section .introduction-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-container .doctor-section .introduction-box h4 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.1rem;
	margin-bottom: 76px;
}
.about-container .doctor-section .introduction-box h4 span {
	color: #cdbca3;
}
.about-container .doctor-section .right-group {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 88px;
	padding-bottom: 40px;
}
.about-container .doctor-section .item {
	width: 352px;
}
.about-container .doctor-section .item p {
	font-size: 20px;
	font-weight: 600;
	color: #786d5e;
	margin-bottom: 8px;
	line-height: 1.35;
}
.about-container .doctor-section .item ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	padding-left: 12px;
}
.about-container .doctor-section .item ul li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #e8d9c3;
	position: absolute;
	left: 0;
	top: 13px;
}
.about-container .tour-section {
	margin-bottom: 100px;
}
.about-container .tour-section .tour-gallery {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.about-container .tour-section .tour-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	margin-bottom: 24px;
}
.about-container .tour-section .tour-options .text {
	color: #8e8271;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.35;
	text-align: center;
}
.about-container .tour-section .tour-options button {
	width: 48px;
	height: 48px;
	border: 1px solid #a49682;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-container .tour-section .tour-options button img {
	display: block;
	width: 16px;
}
.about-container .tour-section .mainSwiper {
	border-radius: 20px;
	overflow: hidden;
}
.about-container .tour-section .mainSwiper .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.about-container .tour-section .thumbSwiper .swiper-slide {
	aspect-ratio: 155/120;
	width: auto;
	height: auto;
	max-height: 120px;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border 0.3s;
}
.about-container .tour-section .thumbSwiper .swiper-slide img {
	height: auto;
	width: 100%;
	aspect-ratio: 155/120;
	object-fit: cover;
	object-position: center;
}
.about-container .tour-section .thumbSwiper .swiper-slide-thumb-active {
	border: 2px solid #fabe00; /* 활성 썸네일 보더 색상 */
}
.about-container .map-section {
	margin-bottom: 100px;
}
.about-container .map-section .root_daum_roughmap .cont {
	display: none;
}
.about-container .map-section .root_daum_roughmap .wrap_controllers {
	display: none;
}
.about-container .map-box {
	width: 100%;
	max-width: 793px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 40px;
}
.about-container .map-box .root_daum_roughmap .wrap_map {
	height: 480px;
}
.about-container .map-box .root_daum_roughmap_landing {
	width: 100%;
	height: 480px;
}
.about-container .address-list {
	border-top: 1px solid #f0e1c9;
}
.about-container .address-list li {
	display: flex;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid #f0e1c9;
	height: 86px;
}
.about-container .address-list li .left-group {
	width: 142px;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 600;
	color: #fabe00;
}
.about-container .address-list li .left-group span {
	color: #635a4d;
}
.about-container .address-list li .right-group {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 400;
	color: #786d5e;
	line-height: 1.35;
}
.about-container .address-list li .right-group img {
	width: 86px;
	margin-right: 20px;
}
.about-container .address-list li .right-group p {
	font-size: 24px;
	font-weight: 600;
	color: #786d5e;
	line-height: 1.35;
}
.about-container .time-section {
	margin-bottom: 100px;
}
.about-container .time-section .time-info {
	position: relative;
	background: #fff8e2;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	padding: 24px;
}
.about-container .time-section .time-info li {
	padding-left: 16px;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.about-container .time-section .time-info li + li {
	margin-top: 8px;
}
.about-container .time-section .time-info li::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #fabe00;
	position: absolute;
	left: 0;
	top: 12px;
}
.about-container .time-section .time-info li p {
	display: inline-block;
	width: 106px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #635a4d;
}
.about-container .time-section .time-info li .time {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	color: #786d5e;
}
.about-container .time-section .time-info .icon-img {
	display: block;
	width: 165px;
	position: absolute;
	right: 27px;
	top: 25px;
	z-index: 0;
}
.about-container .tel-section {
	margin-bottom: 123px;
}
.about-container .tel-section .content-box .tel a {
	display: flex;
	align-items: center;
	gap: 17px;
}
.about-container .tel-section .content-box .tel a span {
	font-size: 28px;
	font-weight: 600;
	color: #fabe00;
}
.about-container .tel-section .content-box .tel img {
	width: 52px;
	display: block;
}

.departments-container .page-visual {
	width: 100%;
	background: url(../img/img-services.jpg) no-repeat center/cover;
}
.departments-container .top-group {
	margin-bottom: 80px;
}
.departments-container .step01-box {
	margin-bottom: 40px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0e1c9;
}
.departments-container .step02-box {
	margin-bottom: 16px;
}
.departments-container .item-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.departments-container .item-box + .item-box {
	margin-top: 60px;
}
.departments-container .item-box .img-box {
	overflow: hidden;
	width: 451px;
	border-radius: 20px;
}
.departments-container .item-box .img-box img {
	width: 100%;
	display: block;
}
.departments-container .item-box .description-box {
	width: 469px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.departments-container .item-box.item-box02 .img-box {
	width: 468px;
}

.departments-container02 .top-group {
	margin-bottom: 80px;
}
.departments-container02 .step01-box {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0e1c9;
}
.departments-container02 .item-box {
	margin-bottom: 60px;
}
.departments-container02 .item-box .description-box {
	width: 100%;
}

.departments-container03 .top-group {
	margin-bottom: 80px;
}
.departments-container03 .list-item {
	margin-bottom: 80px;
}
.departments-container03 .list-item .step01-box {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 16px;
}
.departments-container03 .list-item ul {
	background: #fffcf3;
	border: 1px solid #fff2ca;
	border-radius: 16px;
	padding: 34px 40px;
}
.departments-container03 .list-item ul li {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 32px;
	gap: 9px;
}
.departments-container03 .list-item ul li + li {
	margin-top: 18px;
}
.departments-container03 .list-item ul li::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/img-check.svg) no-repeat center/cover;
	position: absolute;
	left: 0;
	top: 5px;
}
.departments-container03 .list-item ul li p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}
.departments-container03 .list-item ul li span {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.departments-container03 .item-box01 {
	margin-bottom: 80px;
}
.departments-container03 .item-box01 .step01-box {
	margin-bottom: 40px;
}
.departments-container03 .item-box01 .img-box {
	display: block;
	width: 100%;
}
.departments-container03 .item-box01 .img-box img {
	display: block;
	width: 100%;
}
.departments-container03 .item-box01 .img-box .pc-img {
	display: block;
}
.departments-container03 .item-box01 .img-box .m-img {
	display: none;
}
.departments-container03 .treatment-card {
	display: none;
}
.departments-container03 .treatment-card .card-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #fffcf3;
	border: 1px solid #fff2ca;
}
.departments-container03 .treatment-card .card-item .conts {
	padding: 20px;
}
.departments-container03 .treatment-card .card-item .conts .step {
	display: inline-block;
	background: #a49682;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	padding: 0 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 8px;
}
.departments-container03 .treatment-card .card-item .conts p {
	font-size: 20px;
	font-weight: 600;
	left: 1.35;
	margin-bottom: 12px;
}
.departments-container03 .treatment-card .card-item ul li {
	padding-left: 11px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.departments-container03 .treatment-card .card-item ul li + li {
	margin-top: 4px;
}
.departments-container03 .treatment-card .card-item ul li::after {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	background: #e8d9c3;
	left: 0;
}

.departments-container04 .top-group {
	margin-bottom: 80px;
}
.departments-container04 .sleep-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 40px;
}
.departments-container04 .sleep-list p {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: #fabe00;
	text-align: center;
	margin: 0 auto;
	padding: 8px 20px;
	border-radius: 20px;
}
.departments-container04 .sleep-list ul {
	display: flex;
	gap: 27px;
}
.departments-container04 .sleep-list ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 220px;
	height: 220px;
	border-radius: 200px;
	background: #f0e1c9;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.departments-container04 .sleep-list ul li span {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	color: #8e8271;
}

.departments-container05 .item-box .img-box {
	overflow: hidden;
	width: 432px;
	border-radius: 20px;
}
.departments-container05 .item-box .img-box img {
	width: 100%;
	display: block;
}
.departments-container05 .item-box .description-box {
	width: 488px;
}
.departments-container05 .item-box.item-box02 .description-box {
	width: 432px;
}
.departments-container05 .item-box.item-box02 .img-box {
	width: 488px;
}
.departments-container05 .item-box01 {
	margin-bottom: 80px;
}

.examinations-container .page-visual {
	background: url(../img/img-test.jpg) no-repeat center/cover;
}
.examinations-container .step01-box {
	border-bottom: 1px solid #f0e1c9;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.examinations-container .item-box {
	display: flex;
	justify-content: space-between;
}
.examinations-container .item-box .img-box {
	max-width: 488px;
	width: calc(100% - 472px);
	border-radius: 16px;
	overflow: hidden;
	height: fit-content;
}
.examinations-container .item-box .img-box img {
	width: 100%;
	display: block;
}
.examinations-container .item-box01 {
	margin-bottom: 60px;
}
.examinations-container .item-box01 .description-box {
	max-width: 432px;
}
.examinations-container .item-box02 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-bottom: 60px;
}
.examinations-container .item-box02 .description-box {
	width: 100%;
}
.examinations-container .item-box02 .img-box {
	width: 100%;
	max-width: initial;
	background: #f0e1c9;
	border-radius: 36px;
	overflow: hidden;
	padding: 26px 164px;
}
.examinations-container .item-box02 .img-box img.pc-img {
	display: block;
}
.examinations-container .item-box02 .img-box img.m-img {
	display: none;
}
.examinations-container .item-box02 .img-box span {
	display: none;
}
.examinations-container .container-wrap .top-group {
	margin-bottom: 80px;
}
.examinations-container .container-wrap .item-box03 {
	margin-top: 40px;
}
.examinations-container .container-wrap .item-box03 .img-box {
	width: 100%;
	max-width: initial;
	border-radius: 24px;
	overflow: hidden;
}
.examinations-container .container-wrap .item-box04 {
	display: flex;
	margin-top: 40px;
}
.examinations-container .container-wrap .item-box04 .img-box {
	width: calc(100% - 528px);
	max-width: 432px;
	border-radius: 24px;
	overflow: hidden;
}
.examinations-container .examinations-list {
	width: 488px;
}
.examinations-container .examinations-list ul {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}
.examinations-container .examinations-list li {
	position: relative;
	padding: 26px 20px 26px 68px;
	background: #fff8e2;
	border-radius: 16px;
}
.examinations-container .examinations-list li::after {
	content: "";
	display: block;
	background: url(../img/img-check-y.svg) no-repeat center/cover;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 24px;
	top: 27px;
}
.examinations-container .examinations-list li p {
	font-size: 20px;
}

.img-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(180, 180, 180, 0.8);
	justify-content: center;
	align-items: center;
}
.img-modal .close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	cursor: pointer;
	width: 32px;
	height: 32px;
}
.img-modal .close-btn img {
	width: 100%;
	display: block;
}
.img-modal img {
	max-width: 90%;
	max-height: 90%;
}

.treatments-container .page-visual {
	background: url(../img/img-treatment.jpg) no-repeat center/cover;
}
.treatments-container .top-group {
	margin-bottom: 80px;
}
.treatments-container .step01-box {
	padding-bottom: 12px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f0e1c9;
}

.treatments-container02 .item-box02 {
	margin-bottom: 80px;
}
.treatments-container02 .item-box02 .img-box {
	width: 100%;
	display: block;
}
.treatments-container02 .item-box02 .img-box img {
	width: 100%;
	display: block;
}
.treatments-container02 .item-box02 .img-box .pc-img {
	display: block;
}
.treatments-container02 .item-box02 .img-box .m-img {
	display: none;
}
.treatments-container02 .item-box02 .text-box {
	margin-top: 40px;
	background: #fffcf3;
	border: 1px solid #fff2ca;
	border-radius: 16px;
	overflow: hidden;
	padding: 32px 40px;
	display: flex;
	align-items: center;
	gap: 40px;
}
.treatments-container02 .item-box02 .text-box img {
	display: block;
	width: 72px;
}
.treatments-container02 .item-box02 .text-box p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}

.notice-container {
	min-height: calc(100vh - 350px);
	margin-bottom: 123px;
}
.notice-container .page-visual {
	background: url(../img/img-notice.png) no-repeat center/cover;
}
.notice-container .notice-table {
	margin-bottom: 40px;
	border-top: 2px solid #b8a891;
	border-bottom: 2px solid #b8a891;
}
.notice-container .notice-table .table-grid.row:last-child {
	border-bottom: none;
}
.notice-container .table-grid a {
	display: grid;
	grid-template-columns: 32px 1fr 146px 40px 100px;
	column-gap: 40px;
	padding: 12px 6px;
	border-bottom: 1px solid #e4d5bc;
}
.notice-container .table-grid a > div {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.notice-container .table-grid a > div.table-sm {
	font-size: 16px;
	font-weight: 400;
	color: #b8a891;
}
.notice-container .table-grid a > div.title {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.notice-container .table-grid.hd {
	display: grid;
	grid-template-columns: 32px 1fr 146px 40px 100px;
	column-gap: 40px;
	padding: 12px 6px;
	border-bottom: 1px solid #e4d5bc;
}
.notice-container .table-grid.hd > div {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.notice-container .table-grid.hd > div.title {
	text-align: center;
}

.notice-detail {
	margin-bottom: 123px;
}
.notice-detail .btn-border {
	width: fit-content;
}
.notice-detail .btn-border img {
	display: block;
	width: 20px;
}
.notice-detail .btn-border a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #635a4d;
	border: 1px solid #635a4d;
	border-radius: 30px;
}
.notice-detail .top-group {
	border-top: 2px solid #b8a891;
	border-bottom: 1px solid #e4d5bc;
	padding: 12px 6px;
	margin-top: 20px;
}
.notice-detail .top-group h3 {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 12px;
}
.notice-detail .top-group .info ul {
	display: flex;
	align-items: center;
	gap: 40px;
}
.notice-detail .top-group .info ul li {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #635a4d;
	font-size: 14px;
	gap: 4px;
}
.notice-detail .top-group .info ul li span {
	font-size: 14px;
	font-weight: 500;
	color: #8e8271;
}
.notice-detail .conts-box {
	padding: 60px;
	border-bottom: 2px solid #b8a891;
}
/*
.notice-detail .conts-box img {
	display: block;
	margin: 0 auto;
	max-width: 702px;
	width: 100%;
}
.notice-detail .conts-box img.pc-img {
	display: block;
}
.notice-detail .conts-box img.m-img {
	display: none;
}

*/
.notice-detail .notice-btn-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.pagination-wrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.pagination-wrap li a {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.pagination-wrap li a img {
	width: 100%;
	display: block;
}
.pagination-wrap li.on a {
	background: #fabe00;
	color: #fff;
	border-radius: 50px;
}

.contact-container {
	min-height: calc(100vh - 350px);
	margin-bottom: 123px;
}
.contact-container .page-visual {
	background: url(../img/img-contact.jpg) no-repeat center/cover;
}

.inquiry-form {
	width: 100%;
	font-size: 18px;
}
.inquiry-form .form-row {
	display: grid;
	grid-template-columns: 256px 1fr;
	column-gap: 20px;
	align-items: center;
	border-bottom: 1px solid #f0e1c9;
}
.inquiry-form .form-row:first-child {
	border-top: 2px solid #cdbca3;
}
.inquiry-form .form-row.last {
	border-bottom: 2px solid #cdbca3;
}
.inquiry-form .form-row label {
	background-color: #fff9ea;
	padding: 16px 20px;
	font-weight: 600;
	font-size: 20px;
	height: 100%;
}
.inquiry-form .form-row input {
	width: 100%;
	background: #fff;
	border: none;
	line-height: 60px;
	font-size: 18px;
}
.inquiry-form .form-row input::placeholder {
	color: #cdbca3;
}
.inquiry-form .form-row input:focus {
	outline: none;
}
.inquiry-form .form-row select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff9ea;
	border: 1px solid #f0e1c9;
	border-radius: 8px;
	padding: 6px 30px 6px 8px;
	font-size: 18px;
	line-height: 1.7;
	color: #635a4d;
	width: 240px;
	font-weight: 600;
	background-image: url(../img/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 20px;
	cursor: pointer;
	box-sizing: border-box;
}
.inquiry-form .form-row textarea {
	width: 100%;
	padding: 16px 20px;
	border: none;
	background-color: #fff;
	font-size: 18px;
	height: 349px;
	line-height: 1.7;
	resize: none;
}
.inquiry-form .form-row textarea::placeholder {
	color: #cdbca3;
}
.inquiry-form .form-row textarea:focus {
	outline: none;
}
.inquiry-form .notice {
	margin-top: 12px;
	margin-bottom: 60px;
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.inquiry-form .notice .felx-box {
	width: calc(100% - 28px);
}
.inquiry-form .notice input {
	margin-top: 6px;
	display: inline-block;
}
.inquiry-form .notice span {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	color: #635a4d;
}
.inquiry-form .notice a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: underline;
	font-weight: 600;
}
.inquiry-form .submit-btn {
	display: flex;
	justify-content: center;
}
.inquiry-form .submit-btn button {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #fabe00;
	color: #fff;
	border: none;
	padding: 24px 60px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	border-radius: 40px;
	cursor: pointer;
}
.inquiry-form .submit-btn button img {
	display: block;
	width: 20px;
}

.modal-agree {
	display: none;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
	width: 100%;
	background: #fff;
	padding: 30px;
	color: #000;
	height: 100vh;
	overflow: auto;
}
.modal-agree.on {
	display: block;
	opacity: 1;
}
.modal-agree h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 7px;
	line-height: 1.35;
	color: #000;
}
.modal-agree p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	color: #000;
}
.modal-agree .list-item {
	margin-top: 98px;
}
.modal-agree .list-item ul {
	margin-bottom: 30px;
}
.modal-agree .list-item li {
	padding-left: 20px;
	position: relative;
}
.modal-agree .list-item li::after {
	content: "";
	display: block;
	background: #000;
	height: 5px;
	width: 5px;
	border-radius: 5px;
	position: absolute;
	left: 6px;
	top: 12px;
}
.modal-agree .list-item h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.non-popup {
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 200;
	left: 0;
	top: 0;
	padding: 40px 30px;
}
.non-popup.on {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 1;
}
.non-popup .popup-box {
	display: block;

	overflow: auto;
	max-width: 702px;
	width: 80%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: fit-content;
	max-height: 90vh;
}
.non-popup .popup-box .img_box {
	width: 100%;
	height: fit-content;
	max-height: 100%;
}
.non-popup .popup-box img {
	display: block;
	width: 100%;
}
.non-popup .popup-box img.pc-img {
	display: block;
}
.non-popup .popup-box img.m-img {
	display: none;
}
.non-popup .popup-box .close-button {
	width: 100%;
	background: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #373737;
	font-weight: 600;
}
