@charset "UTF-8";
input[type='text'],
input[type='password'],
input[type='data'],
input[type='detetime'],
input[type='datetime-local'],
input[type='email'],
input[type='mouth'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='week'] {
	width: 100%;
	height: 3rem;
	padding: 0 0.75rem;
	border: 1px solid #757575;
	border-radius: 0.25em;
}
input[type='text']:hover,
input[type='password']:hover,
input[type='data']:hover,
input[type='detetime']:hover,
input[type='datetime-local']:hover,
input[type='email']:hover,
input[type='mouth']:hover,
input[type='number']:hover,
input[type='range']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='time']:hover,
input[type='week']:hover,
input[type='text']:active,
input[type='password']:active,
input[type='data']:active,
input[type='detetime']:active,
input[type='datetime-local']:active,
input[type='email']:active,
input[type='mouth']:active,
input[type='number']:active,
input[type='range']:active,
input[type='search']:active,
input[type='tel']:active,
input[type='time']:active,
input[type='week']:active,
input[type='text']:focus,
input[type='password']:focus,
input[type='data']:focus,
input[type='detetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='mouth']:focus,
input[type='number']:focus,
input[type='range']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='week']:focus {
	border-color: #555555;
}
input[type='text']:disabled,
input[type='password']:disabled,
input[type='data']:disabled,
input[type='detetime']:disabled,
input[type='datetime-local']:disabled,
input[type='email']:disabled,
input[type='mouth']:disabled,
input[type='number']:disabled,
input[type='range']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='time']:disabled,
input[type='week']:disabled {
	background-color: #f8f8f8;
	cursor: not-allowed;
}
input[type='text']:read-only,
input[type='password']:read-only,
input[type='data']:read-only,
input[type='detetime']:read-only,
input[type='datetime-local']:read-only,
input[type='email']:read-only,
input[type='mouth']:read-only,
input[type='number']:read-only,
input[type='range']:read-only,
input[type='search']:read-only,
input[type='tel']:read-only,
input[type='time']:read-only,
input[type='week']:read-only {
	background-color: #f8f8f8;
}

html,
body {
	font-size: 18px;
	font-family: Pretendard, 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
	overflow-x: hidden;
	color: #222;
	-webkit-text-size-adjust: none;
	/*Chrome, Safari, newer versions of Opera*/
	-moz-text-size-adjust: none;
	/*Firefox*/
	-ms-text-size-adjust: none;
	/*Ie*/
	-o-text-size-adjust: none;
	/*old versions of Opera*/
	text-size-adjust: none;
	word-break: keep-all;
	scroll-behavior: smooth;
}

@media screen and (max-width: 1024px) {
	html,
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 560px) {
	html,
	body {
		font-size: 14px;
	}
}
@media screen and (max-width: 430px) {
	html,
	body {
		font-size: 13px;
	}
}
* {
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
small {
	display: block;
}

blockquote,
q {
	quotes: none;
}

mark {
	background-color: #ff9;
	color: #333;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img,
fieldset {
	border: 0;
	vertical-align: baseline;
}

ul,
ol {
	list-style: none;
}

em,
address {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.blind {
	overflow: hidden;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
}

caption.blind {
	position: static;
}

/* 바로가기 */
.skip,
.skip a {
	width: 0px;
	height: 0px;
	line-height: 0;
	border: none;
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 0;
	overflow: hidden;
	z-index: 100000;
}

.skip a:focus,
.skip a:active {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #21272e;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* 애니메이션 */
.ani-top {
	position: relative;
	opacity: 0;
	top: 25px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.ani-top.ani-finish {
	top: 0;
	opacity: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

b,
strong {
	font-weight: 700;
}

button {
	cursor: pointer;
}

.link__block {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.bg_gray {
	background: #f5f5f5 !important;
}

.bg_white {
	background: #ffffff !important;
}

.table__list {
	display: table;
	table-layout: fixed;
	width: calc(100% + 40px);
	margin-left: -20px;
	border-spacing: 20px 0;
	padding: 0 10px;
}

.w1400 {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 10px;
}

.paddingArticle {
	width: 100%;
	padding: 7.7777777778rem 0;
}

@media screen and (max-width: 1024px) {
	.paddingArticle {
		padding: 5.5555555556rem 0;
	}
}
@media screen and (max-width: 768px) {
	.paddingArticle {
		padding: 4.4444444444rem 0;
	}
}
@media screen and (max-width: 560px) {
	.paddingArticle {
		padding: 3.3333333333rem 0;
	}
}
.br_on1400,
.br_on1024,
.br_on768,
.br_on560,
.br_on430 {
	display: none;
}

@media screen and (max-width: 1400px) {
	.br_on1400 {
		display: block;
	}

	.br_close1400 {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.br_on1024 {
		display: block;
	}

	.br_close1024 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.br_on768 {
		display: block;
	}

	.br_close768 {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.br_on560 {
		display: block;
	}

	.br_close560 {
		display: none;
	}
}
@media screen and (max-width: 430px) {
	.br_on430 {
		display: block;
	}

	.br_close430 {
		display: none;
	}
}
@media screen and (max-width: 370px) {
	.br_close370 {
		display: none;
	}
}
@media screen and (max-width: 340px) {
	.br_close320 {
		display: none;
	}
}
p,
li,
a {
	line-height: 1.4;
}

h2,
h3,
h4 {
	line-height: 1.2;
}

.color-main {
	color: #2c5c01;
}

.color-kakao {
	color: #017cff;
}

.color-naver {
	color: #03cf5d;
}

.sub-article {
	padding: 3.3333333333rem 0;
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}
@keyframes slide-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}
/* inputs initial
-----------------------------------------------*/
input,
label,
select,
button,
textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	font-size: 0.7777777778rem;
	font-family: 'Noto Sans KR', sans-serif;
}

input:focus,
textarea:focus {
	outline: 0;
}

input,
textarea,
button,
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'],
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select[multiple] {
	vertical-align: top;
}

::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}

textarea {
	resize: none;
}

/* Search Input
-----------------------------------------------*/
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
	display: none;
}

/* input
-----------------------------------------------*/
input {
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 0.75rem;
}

input[type='text'],
input[type='password'],
input[type='data'],
input[type='detetime'],
input[type='datetime-local'],
input[type='email'],
input[type='mouth'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='week'] {
	display: block;
}

/* Buttons
-----------------------------------------------*/
button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	overflow: visible;
}

/* mark info */
.mark-info {
	position: absolute;
	top: -21px;
	left: -28px;
	width: auto;
	text-align: center;
	padding: 0 2em;
	min-width: 183px;
	height: 45px;
	line-height: 45px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	border-radius: 2em;
	background-color: #2c5c01;
	letter-spacing: -1px;
	box-sizing: border-box;
}
.mark-info .icon-pos {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff url(/assets/img/icon-pos.png) no-repeat center;
	background-size: 17px;
	border-radius: 50%;
}

@media screen and (max-width: 1025px) {
	.mark-info {
		left: -15px;
	}
}
.popupDoctor {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 100%;
	max-height: 90vh;
	z-index: 999999;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	z-index: 999999;
	border-radius: 30px;
}
.popupDoctor .popupDoctor__top {
	display: flex;
	justify-content: space-between;
	padding: 1.1111111111rem 2.5rem;
	background-color: #2c5c01;
	color: #fff;
}
.popupDoctor .popupDoctor__top .nameAr {
	display: flex;
	align-items: baseline;
	gap: 0.8333333333rem;
}
.popupDoctor .popupDoctor__top .name {
	font-size: 1.7777777778rem;
}
.popupDoctor .popupDoctor__top .position {
	font-weight: 400;
}
.popupDoctor .popupDoctor__top .major {
	display: inline-block;
	font-size: 1.1111111111rem;
}
.popupDoctor .popupDoctor__Ul--time {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.popupDoctor .popupDoctor__Li {
	position: relative;
	width: 50%;
}
.popupDoctor .popupDoctor__Li .text1 {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.625rem;
	color: #9e9e9e;
}
.popupDoctor .doctorImg img {
	position: absolute;
	bottom: -1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 79.7%;
}
.popupDoctor .doctorTime {
	color: #212121;
}
.popupDoctor .doctorTime .popupDoctor__Li--center {
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popupDoctor .doctorTime .nameP {
	font-size: 2.6666666667rem;
	font-weight: 100;
}
.popupDoctor .doctorTime .nameP .name {
	letter-spacing: -0.05em;
	font-weight: bold;
}
.popupDoctor .doctorTime .nameP span {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.2222222222rem;
	font-weight: 400;
	color: #666;
}
.popupDoctor .doctorTime .special {
	margin-top: 10px;
	font-size: 0.8888888889rem;
	font-weight: 300;
	line-height: 1.4;
}
.popupDoctor .doctorTime table {
	width: 100%;
	margin-top: 1.6666666667rem;
	font-size: 0.9444444444rem;
	font-weight: 400;
}
.popupDoctor .doctorTime table thead th {
	padding: 1.6666666667rem 3px;
}
.popupDoctor .doctorTime table .borderB {
	border-bottom: 1px solid #e0e0e0;
}
.popupDoctor .doctorTime table th,
.popupDoctor .doctorTime table td {
	text-align: center;
	padding: 1.1111111111rem 3px;
	vertical-align: middle;
}
.popupDoctor .doctorTime table th {
	background: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	color: #212121;
}
.popupDoctor .doctorTime table th .color-main {
	color: #222;
}
.popupDoctor .doctorTime table td span {
	display: inline-block;
	padding: 0.6111111111rem 1.1111111111rem;
	border-radius: 20px;
	background-color: #152c44;
	font-size: 0.8888888889rem;
	line-height: 0.8888888889rem;
	color: #fff;
}
.popupDoctor .doctorTime table td.amPm {
	font-size: 1rem;
}
.popupDoctor .doctorTime table td span.red {
	color: #fff;
	background-color: #ee1010;
}
.popupDoctor .doctorTime table td span.green {
	color: #fff;
	background-color: #2c5c01;
}
.popupDoctor .doctorTime table td span.gray {
	width: 100%;
	max-width: 60px;
	padding: 1.25rem 3px;
	background-color: #9e9e9e;
	line-height: 1.4;
	border-radius: 50px;
}
.popupDoctor .doctorTime .nonSchedule {
	display: none;
}
.popupDoctor .doctorTime .text_q {
	margin-top: 0.5555555556rem;
	font-size: 0.9444444444rem;
	font-weight: 500;
	line-height: 1.4;
}
.popupDoctor .doctorTime .text_q a {
	color: #ffffff;
}
.popupDoctor .popupDoctor__bottom {
	padding: 1.3888888889rem 2.5rem;
}
.popupDoctor .popupDoctor__bottom .careerUl {
	display: flex;
	flex-wrap: wrap;
	gap: 3.6111111111rem;
	width: 100%;
}
.popupDoctor .popupDoctor__bottom .careerUl .con {
	width: 100%;
}
.popupDoctor .popupDoctor__bottom .careerUl .con.w50 {
	width: 50%;
}
.popupDoctor .popupDoctor__bottom .careerUl .titleT {
	width: 100%;
	font-size: 1.4444444444rem;
	font-weight: 700;
	color: #2c5c01;
}
.popupDoctor .popupDoctor__bottom .careerUl hr {
	width: 100%;
	height: 0;
	border-top: 2px solid #e0e0e0;
	margin: 0.8333333333rem auto;
}
.popupDoctor .popupDoctor__bottom .careerUl ul {
	width: 100%;
}
.popupDoctor .popupDoctor__bottom .careerUl ul > li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}
.popupDoctor .popupDoctor__bottom .careerUl ul > li:nth-child(n + 2) {
	margin-top: 0.4444444444rem;
}
.popupDoctor .popupDoctor__Ul--text {
	display: flex;
	flex-wrap: wrap;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2 {
	width: 50%;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--title {
	font-size: 1.2222222222rem;
	color: #222;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--title.marTitle {
	display: block;
	margin-top: 2.2222222222rem;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc {
	margin-top: 2.2222222222rem;
	padding-right: 0.5555555556rem;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-indent: -0.7rem;
	padding-left: 0.7rem;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li:nth-child(n + 2) {
	margin-top: 1.6666666667rem;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li .itemBold {
	font-weight: 600;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li .color-main {
	font-weight: 600;
	color: #4472c4;
}
.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc .s_li:nth-child(n + 2) {
	margin-top: 0.8333333333rem;
}
.popupDoctor::-webkit-scrollbar {
	display: none;
}

.opacityDoctor {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999998;
}

.doctorTimeTable thead {
	border-top: 1px solid #2c5c01;
}

.reserveBtn {
	margin-top: 5.3333333333rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.1111111111rem;
	max-width: 13.3333333333rem;
	width: 240px;
	border: 1px solid #004c3f;
	border-radius: 25px;
}
.reserveBtn > span {
	display: inline-block;
	padding: 0.9444444444rem 10px;
	font-size: 0.8888888889rem;
	font-weight: 300;
	color: #004c3f;
}
.reserveBtn > span b {
	font-weight: 600;
}
.reserveBtn:hover {
	opacity: 0.8;
}

@media screen and (max-width: 878px) {
	.popupDoctor {
		width: 80vw;
		max-height: 60vh;
	}
	.popupDoctor__close img {
		max-width: 20px;
	}
	.popupDoctor .popupDoctor__top {
		padding: 1.1111111111rem 2.5rem;
	}
	.popupDoctor .popupDoctor__top .name {
		font-size: 1.4444444444rem;
	}
	.popupDoctor .popupDoctor__top .major {
		font-size: 0.8888888889rem;
	}
	.popupDoctor .popupDoctor__Li {
		position: relative;
		width: 50%;
	}
	.popupDoctor .popupDoctor__Li .text1 {
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 1.4;
		margin-top: 0.625rem;
		color: #9e9e9e;
	}
	.popupDoctor .popupDoctor__bottom {
		padding: 1.3888888889rem 1.6666666667rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl {
		gap: 2.2222222222rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .titleT {
		font-size: 1.3333333333rem;
	}
}

/*# sourceMappingURL=style.css.map */
