@charset "UTF-8";
.textarea:after,
.input-file:after {
	content: '';
	display: block;
	clear: both;
}

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'],
.textarea textarea,
.select select,
.input-file label,
.input-file .upload-name {
	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,
.textarea textarea:hover,
.select select:hover,
.input-file label:hover,
.input-file .upload-name: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,
.textarea textarea:active,
.select select:active,
.input-file label:active,
.input-file .upload-name: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,
.textarea textarea:focus,
.select select:focus,
.input-file label:focus,
.input-file .upload-name: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,
.textarea textarea:disabled,
.select select:disabled,
.input-file label:disabled,
.input-file .upload-name: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,
.textarea textarea:read-only,
.select select:read-only,
.input-file label:read-only,
.input-file .upload-name: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: 600;
}

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: 5.5555555556rem 0;
}

@media screen and (max-width: 1024px) {
	.paddingArticle {
		padding: 4.4444444444rem 0;
	}
}
@media screen and (max-width: 768px) {
	.paddingArticle {
		padding: 3.3333333333rem 0;
	}
}
@media screen and (max-width: 560px) {
	.paddingArticle {
		padding: 2.2222222222rem 0;
	}
}
.br_on1400,
.br_on1024,
.br_on868,
.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: 868px) {
	.br_on868 {
		display: block;
	}

	.br_close868 {
		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;
	}
}
/* g market font */
@font-face {
	font-family: 'GmarketSans';
	src: local('GmarketSans'), url('/assets/fonts/GmarketSansBold.woff2') format('woff2'),
		url('/assets/fonts/GmarketSansBold.woff') format('woff'),
		url('/assets/fonts/GmarketSansBold.ttf') format('truetype'),
		url('/assets/fonts/GmarketSansBold.eot') format('embedded-opentype');
	font-weight: 600;
}
@font-face {
	font-family: 'GmarketSans';
	src: local('GmarketSans'), url('/assets/fonts/GmarketSansMedium.woff2') format('woff2'),
		url('/assets/fonts/GmarketSansMedium.woff') format('woff'),
		url('/assets/fonts/GmarketSansMedium.ttf') format('truetype'),
		url('/assets/fonts/GmarketSansMedium.eot') format('embedded-opentype');
	font-weight: 400;
}
@font-face {
	font-family: 'GmarketSans';
	src: local('GmarketSans'), url('/assets/fonts/GmarketSansLight.woff2') format('woff2'),
		url('/assets/fonts/GmarketSansLight.woff') format('woff'),
		url('/assets/fonts/GmarketSansLight.ttf') format('truetype'),
		url('/assets/fonts/GmarketSansLight.eot') format('embedded-opentype');
	font-weight: 200;
}
.font--gmarket {
	font-family: 'GmarketSans', 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
}

.font--monts {
	font-family: 'Montserrat', 'GmarketSans', 'Noto Sans KR', sans-serif;
}

/* pretendard font */
@font-face {
	font-family: 'Pretendard';
	src: local('Pretendard'), url('/assets/fonts/Pretendard-Regular.woff2') format('woff2'),
		url('/assets/fonts/Pretendard-Regular.woff') format('woff');
	font-weight: 600;
}
@font-face {
	font-family: 'Pretendard';
	src: local('Pretendard'), url('/assets/fonts/Pretendard-Bold.woff2') format('woff2'),
		url('/assets/fonts/Pretendard-Bold.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'Pretendard';
	src: local('Pretendard'), url('/assets/fonts/Pretendard-Light.woff2') format('woff2'),
		url('/assets/fonts/Pretendard-Light.woff') format('woff');
	font-weight: 200;
}
.font--pre {
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

/* 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: -13px;
	left: -10px;
	width: auto;
	text-align: center;
	min-width: 172px;
	height: 45px;
	line-height: 45px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	border-radius: 2em;
	background-color: #2b8078;
	letter-spacing: -1px;
	box-sizing: border-box;
}

.intro-page .footer {
	background-color: #142c3e;
}
.intro-page .footer .footer-cont--bottom {
	padding: 2em 0;
}
.intro-page #contents {
	padding: 0;
	margin: 0;
}
.intro-page #contents .intro-container {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url('/assets/img/intro/background.png') no-repeat center;
	background-size: cover;
	min-height: 780px;
	padding: 2em 0;
}
.intro-page #contents .intro-container .logo {
	display: block;
	width: 170px;
	height: 56px;
	margin: 0 auto 2em;
	background: url('/assets/img/intro/logo.png') no-repeat center;
	text-indent: -9999em;
	overflow: hidden;
}
.intro-page #contents .intro-container .intro-cont {
	color: #fff;
	text-align: center;
	width: 1070px;
	margin: 0 auto;
}
.intro-page #contents .intro-container .intro-cont h2 {
	font-size: 3.1111111111rem;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.intro-page #contents .intro-container .intro-cont h2 b {
	color: #142c3e;
}
.intro-page #contents .intro-container .intro-cont p {
	font-weight: 300;
	padding: 2em 0;
}
.intro-page #contents .intro-container .intro-link__list--type-image,
.intro-page #contents .intro-container .intro-link__list--type-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.intro-page #contents .intro-container .intro-link__list--type-image > li,
.intro-page #contents .intro-container .intro-link__list--type-text > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 5px);
	border-radius: 10px;
}
.intro-page #contents .intro-container .intro-link__list--type-image > li:hover,
.intro-page #contents .intro-container .intro-link__list--type-text > li:hover {
	opacity: 0.8;
}
.intro-page #contents .intro-container .intro-link__list--type-image > li a,
.intro-page #contents .intro-container .intro-link__list--type-text > li a {
	width: 100%;
	height: 100%;
	font-weight: 300;
	line-height: 1.4;
	color: #fff;
}
.intro-page #contents .intro-container .intro-link__list--type-image > li a b,
.intro-page #contents .intro-container .intro-link__list--type-text > li a b {
	font-size: 700;
}
.intro-page #contents .intro-container .intro-link__list--type-image li {
	background-repeat: no-repeat;
	background-position: center;
}
.intro-page #contents .intro-container .intro-link__list--type-image li:nth-child(1) {
	background-image: url('/assets/img/intro/link-button-img1.png');
}
.intro-page #contents .intro-container .intro-link__list--type-image li:nth-child(2) {
	background-image: url('/assets/img/intro/link-button-img2.png');
}
.intro-page #contents .intro-container .intro-link__list--type-image li a {
	font-size: 1.8888888889rem;
	height: 300px;
	line-height: 300px;
}
.intro-page #contents .intro-container .intro-link__list--type-text li {
	background-color: #237bc1;
}
.intro-page #contents .intro-container .intro-link__list--type-text li a {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro-page #contents .intro-container .intro-link__list--type-text li a > span {
	font-size: 1.3333333333rem;
	line-height: 1.4;
}
.intro-page #contents .intro-container .btn__home {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 10px;
	background-color: #142c3e;
	color: #fff;
	font-size: 1.1111111111rem;
	font-weight: 500;
}
.intro-page #contents .intro-container .btn__home:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1320px) {
	.intro-page #contents .intro-container {
		display: block;
		min-height: auto;
		height: auto;
		padding: 4em 0;
	}
	.intro-page #contents .intro-container .intro-cont {
		width: 90%;
	}
	.intro-page #contents .intro-container .intro-cont h2 {
		font-size: 2.5rem;
	}
	.intro-page #contents .intro-container .intro-cont p {
		font-size: 1rem;
	}
	.intro-page #contents .intro-container .intro-link__list--type-image li a {
		font-size: 1.5555555556rem;
		height: 200px;
		line-height: 200px;
	}
	.intro-page #contents .intro-container .intro-link__list--type-text li a {
		height: 150px;
	}
	.intro-page #contents .intro-container .intro-link__list--type-text li a > span {
		font-size: 1.1111111111rem;
	}
	.intro-page #contents .intro-container .btn__home {
		font-size: 1rem;
		height: 75px;
		line-height: 75px;
	}
}
@media screen and (max-width: 768px) {
	.intro-page #contents .intro-container .logo {
		background-size: 150px;
	}
	.intro-page #contents .intro-container .intro-cont h2 {
		font-size: 1.75rem;
	}
	.intro-page #contents .intro-container .intro-cont p {
		font-size: 0.7777777778rem;
	}
	.intro-page #contents .intro-container .intro-link__list--type-image li a {
		font-size: 1.1111111111rem;
	}
	.intro-page #contents .intro-container .intro-link__list--type-text li a span {
		font-size: 0.8888888889rem;
	}
	.intro-page #contents .intro-container .btn__home {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 480px) {
	.intro-page #contents .intro-container {
		padding: 2em 0;
	}
	.intro-page #contents .intro-container .intro-cont h2 {
		font-size: 1.5rem;
	}
	.intro-page #contents .intro-container .intro-link__list--type-image li {
		margin-top: 10px;
	}
	.intro-page #contents .intro-container .intro-link__list--type-image li a {
		font-size: 0.7777777778rem;
		height: 100px;
		line-height: 100px;
	}
	.intro-page #contents .intro-container .intro-link__list--type-text li {
		width: 100%;
		margin-top: 10px;
	}
	.intro-page #contents .intro-container .intro-link__list--type-text li a {
		font-size: 0.7777777778rem;
		height: 80px;
		line-height: 80px;
	}
}
.btn__link {
	width: 230px;
	height: 72px;
	font-size: 0.7777777778rem;
}
.btn__link--white {
	border-color: #fff;
}

.input-label {
	display: block;
	font-size: 0.8888888889rem;
	font-weight: 400;
	padding-bottom: 0.5rem;
}

.help-text {
	display: block;
	margin-top: 0.7rem;
	font-size: 0.7777777778rem;
	font-weight: normal;
}

/* Textarea
-----------------------------------------------*/
.textarea {
	width: 100%;
}
.textarea textarea {
	height: auto;
	min-height: 5rem;
	vertical-align: top;
	overflow: auto;
	resize: none;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.textarea .textarea-num {
	float: right;
}

/* Selects custom
-----------------------------------------------*/
.select {
	width: 100%;
}
.select select {
	display: block;
}

/* form checkbox / radio cusotm
-----------------------------------------------*/
.form-check {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-size: 1rem;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
}
.form-check.no-text {
	padding-left: 0;
}
.form-check:hover input[type='radio'] ~ .checkmark,
.form-check:hover input[type='checkbox'] ~ .checkmark {
	background-color: #eee;
}
.form-check input[type='checkbox'],
.form-check input[type='radio'] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.form-check input[type='checkbox']:checked ~ .checkmark,
.form-check input[type='radio']:checked ~ .checkmark {
	background-color: #3abfb0;
	border: 1px solid #3abfb0;
}
.form-check input[type='checkbox']:checked ~ .checkmark:after,
.form-check input[type='radio']:checked ~ .checkmark:after {
	display: block;
}
.form-check input[type='checkbox']:disabled ~ .checkmark,
.form-check input[type='radio']:disabled ~ .checkmark {
	background-color: #ddd;
}
.form-check input[type='checkbox']:disabled ~ .checkmark:after,
.form-check input[type='radio']:disabled ~ .checkmark:after {
	display: none;
}
.form-check input[type='checkbox']:disabled:checked ~ .checkmark,
.form-check input[type='radio']:disabled:checked ~ .checkmark {
	background-color: rgba(213, 63, 65, 0.4);
}
.form-check input[type='checkbox']:disabled:checked ~ .checkmark:after,
.form-check input[type='radio']:disabled:checked ~ .checkmark:after {
	display: block;
}
.form-check input[type='radio'] ~ .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #efefef;
	border-radius: 50%;
}
.form-check input[type='radio'] ~ .checkmark:after {
	content: '';
	position: absolute;
	display: none;
	top: 5.4px;
	left: 5.5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
.form-check input[type='checkbox'] {
	height: 0;
	width: 0;
}
.form-check input[type='checkbox'] ~ .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form-check input[type='checkbox'] ~ .checkmark:after {
	content: '';
	position: absolute;
	display: none;
	left: 4px;
	top: 0px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* switch cusotm
-----------------------------------------------*/
.switch {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	margin: 4px 0 4px 4px;
	font-size: 1rem;
}
.switch input[type='checkbox'] {
	height: 0;
	width: 0;
	visibility: hidden;
}
.switch input[type='checkbox']:checked + label {
	transition: all 0.4s ease-in-out;
	background-color: #3abfb0;
}
.switch input[type='checkbox']:checked + label:after {
	left: 37px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.switch input[type='checkbox']:disabled + label {
	background-color: #bbb;
}
.switch input[type='checkbox']:disabled + label:after {
	background-color: #ddd;
}
.switch label {
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 15px;
	background-color: #ddd;
	border-radius: 2em;
	text-indent: -9999px;
	cursor: pointer;
}
.switch label:after {
	transition: all 0.3s ease-in-out;
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 19px;
	height: 19px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* File Uploads
-----------------------------------------------*/
.input-file input[type='file'] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.input-file label {
	float: left;
	display: block;
	width: 80px;
	color: #fff;
	font-size: inherit;
	line-height: 3rem;
	text-align: center;
	background-color: #3abfb0;
	cursor: pointer;
	border-top: 1px solid #3abfb0;
	border-bottom: 1px solid #3abfb0;
	border-radius: 0.25em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-sizing: border-box;
}
.input-file .upload-name {
	float: left;
	display: block;
	width: calc(100% - 80px);
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	background-color: #f5f5f5;
	border-radius: 0.25em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

.popupDoctor {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	z-index: 999999;
}
.popupDoctor .popupDoctor__close {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
	background-image: url(../img/common/popupDoctor__closeBt.png);
	background-position: center;
	background-size: cover;
	font-size: 0;
	z-index: 9999;
}
.popupDoctor .popupDoctor__top {
	width: 100%;
	height: 740px;
	background-image: url(../img/common/bg_ns.png);
	background-position: 33% bottom;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	overflow: hidden;
}
.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: 46%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
}
.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 caption {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.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: #3abfb0;
}
.popupDoctor .doctorTime table td span {
	display: inline-block;
	padding: 0.6111111111rem 1.1111111111rem;
	border-radius: 20px;
	background-color: #308a82;
	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: #999999;
}
.popupDoctor .doctorTime table td span.green {
	color: #fff;
	background-color: #40c7b9;
}
.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: 4.4444444444rem 0 8.3333333333rem;
}
.popupDoctor .popupDoctor__bottom .careerUl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.popupDoctor .popupDoctor__bottom .careerUl .con {
	width: 100%;
	padding: 0 2.7777777778rem;
}
.popupDoctor .popupDoctor__bottom .careerUl .con.w50 {
	width: 50%;
}
.popupDoctor .popupDoctor__bottom .careerUl .titleT {
	width: 100%;
	font-size: 1.4444444444rem;
	font-weight: 600;
	color: #308a82;
}
.popupDoctor .popupDoctor__bottom .careerUl hr {
	width: 100%;
	height: 0;
	border-top: 2px solid #e0e0e0;
	margin: 1.6666666667rem auto;
}
.popupDoctor .popupDoctor__bottom .careerUl ul {
	width: 100%;
}
.popupDoctor .popupDoctor__bottom .careerUl ul > li {
	font-size: 1.1111111111rem;
	font-weight: 400;
	line-height: 1.4;
	text-indent: -0.52rem;
	padding-left: 0.52rem;
	font-family: 'Noto Sans KR';
}
.popupDoctor .popupDoctor__bottom .careerUl ul > li:nth-child(n + 2) {
	margin-top: 0.8888888889rem;
}
.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: #3abfb0;
}
.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;
}

.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 #3abfb0;
}

.popupDoctor .saturdayScheduleNotice {
	margin-top: 16px;
	padding: 16px 18px;
	border: 1px solid #d9e1e6;
	background: #f7fafb;
	text-align: left;
}

.popupDoctor .saturdayScheduleNotice h4 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #0f5b78;
}

.popupDoctor .saturdayScheduleNotice ul {
	margin-bottom: 8px;
}

.popupDoctor .saturdayScheduleNotice li,
.popupDoctor .saturdayScheduleNotice p {
	font-size: 14px;
	line-height: 1.55;
	color: #333;
}

.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: 1400px) {
	.popupDoctor .popupDoctor__close {
		right: 20px;
		top: 20px;
		width: 40px;
		height: 40px;
	}
	.popupDoctor .popupDoctor__top {
		height: 0;
		padding-bottom: calc(740 / 1400 * 100%);
	}
	.popupDoctor .popupDoctor__Ul--time {
		height: 0;
		padding-bottom: calc(740 / 1400 * 100%);
	}
	.popupDoctor .popupDoctor__Li {
		height: 0;
		padding-bottom: calc(740 / 1400 * 100%);
	}
	.popupDoctor .doctorImg img {
		bottom: -11px;
	}
	.popupDoctor .doctorTime table th,
	.popupDoctor .doctorTime table td {
		font-size: 0.9444444444rem;
	}
	.popupDoctor .doctorTime table th {
		padding: 1.3888888889rem 5px;
	}
	.popupDoctor .doctorTime table td {
		padding: 0.8333333333rem 3px;
	}
	.popupDoctor .doctorTime table td span {
		padding: 0.5555555556rem 0.8333333333rem;
	}
	.popupDoctor .doctorTime table td span.repeat {
		max-width: 55px;
		padding: 0.8333333333rem 3px;
	}
}
@media screen and (max-width: 1201px) {
	.popupDoctor .popupDoctor__close {
		width: 30px;
		height: 30px;
	}
	.popupDoctor .doctorTime .nameP {
		font-size: 2.1111111111rem;
	}
	.popupDoctor .doctorTime .nameP span {
		font-size: 1rem;
	}
	.popupDoctor .doctorTime table {
		margin-top: 1.9444444444rem;
		font-size: 0.8888888889rem;
	}
	.popupDoctor .doctorTime table th,
	.popupDoctor .doctorTime table td {
		padding: 1rem 0;
	}
	.popupDoctor .popupDoctor__bottom {
		padding: 3.3333333333rem 0 5.5555555556rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .con {
		padding: 0;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .con:nth-child(n + 2) {
		margin-top: 2.7777777778rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .con.w50 {
		width: 100%;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .titleT {
		font-size: 1.1666666667rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl hr {
		margin: 1rem auto;
	}
	.popupDoctor .popupDoctor__bottom .careerUl ul > li {
		font-size: 0.8888888889rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl ul > li:nth-child(n + 2) {
		margin-top: 0.8333333333rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--title {
		font-size: 1rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc {
		margin-top: 1.1111111111rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li {
		font-size: 0.8888888889rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li:nth-child(n + 2) {
		margin-top: 1.1111111111rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc .s_li:nth-child(n + 2) {
		margin-top: 0.5555555556rem;
	}
	.popupDoctor .reserveBtn {
		margin-top: 1.1111111111rem;
	}
}
@media screen and (max-width: 1025px) {
	.popupDoctor .popupDoctor__top {
		height: auto;
		padding-bottom: 0;
		background-size: 80%;
	}
	.popupDoctor .popupDoctor__Ul--time {
		height: auto;
		padding-bottom: 0;
	}
	.popupDoctor .popupDoctor__Li {
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}
	.popupDoctor .doctorImg img {
		position: relative;
		bottom: -84px;
		left: 76%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 43%;
	}
	.popupDoctor .doctorTime {
		padding-bottom: 0.5555555556rem;
	}
	.popupDoctor .doctorTime .popupDoctor__Li--center {
		position: relative;
		top: auto;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.popupDoctor .doctorTime .nameP {
		font-size: 1.5555555556rem;
	}
	.popupDoctor .doctorTime .nameP span {
		display: block;
		font-size: 0.8888888889rem;
		margin-top: 0.3333333333rem;
		margin-left: 0;
	}
	.popupDoctor .doctorTime table {
		margin-top: 1.1111111111rem;
	}
	.popupDoctor .popupDoctor__bottom {
		padding: 3.3333333333rem 0;
		height: auto;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2 {
		width: 100%;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2:nth-child(n + 2) {
		margin-top: 2.2222222222rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc {
		margin-top: 1.1111111111rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li {
		font-size: 0.8888888889rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc li:nth-child(n + 2) {
		margin-top: 1.1111111111rem;
	}
	.popupDoctor .popupDoctor__Ul--text .popupDoctor__Li2--inc .s_li:nth-child(n + 2) {
		margin-top: 0.5555555556rem;
	}

	.reserveBtn {
		gap: 0.5555555556rem;
	}
	.reserveBtn > span {
		padding: 0.6666666667rem 0;
		font-size: 0.8333333333rem;
	}
}
@media screen and (max-width: 560px) {
	.popupDoctor .popupDoctor__Li .text1 {
		font-size: 0.8333333333rem;
	}
	.popupDoctor .popupDoctor__close {
		right: 10px;
		top: 10px;
		width: 25px;
		height: 25px;
	}
	.popupDoctor .popupDoctor__bottom {
		padding: 2.2222222222rem 0 3.8888888889rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .con:nth-child(n + 2) {
		margin-top: 1.9444444444rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .titleT {
		font-size: 1.0555555556rem;
	}
	.popupDoctor .doctorTime .nameP {
		font-size: 1.2222222222rem;
	}
	.popupDoctor .doctorTime table thead th {
		padding: 1.1111111111rem 3px;
		font-size: 0.8888888889rem;
	}
	.popupDoctor .doctorTime table td.amPm {
		font-size: 0.8888888889rem;
	}
	.popupDoctor .doctorTime table td span {
		font-size: 0.7777777778rem;
	}

	.reserveBtn {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	.popupDoctor .doctorImg img {
		bottom: -63px;
		left: 73%;
	}
	.popupDoctor .doctorTime table td span {
		padding: 0.3333333333rem 0.5555555556rem;
	}
}
main {
	padding-top: 0;
}

h4,
p {
	letter-spacing: -0.05em;
}

.subTitleAr {
	width: 100%;
	text-align: center;
}
.subTitleAr.left {
	text-align: left;
}
.subTitleAr.colorFF {
	color: #ffffff;
}
.subTitleAr > h3 {
	margin-top: 1.1111111111rem;
	font-weight: 700;
}
.subTitleAr .eng {
	font-family: 'Noto Serif KR', serif;
	font-size: 0.8888888889rem;
	color: #999;
	letter-spacing: 0;
	text-transform: none;
}
.subTitleAr .eng.colorF {
	color: #ffffff;
}
.subTitleAr > hr {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #2b8078;
	border-radius: 1.5px;
}
.subTitleAr .subText {
	font-size: 1.1111111111rem;
	font-weight: 100;
	line-height: 1.4;
}
.subTitleAr .title {
	font-size: 3.2222222222rem;
	line-height: 1.2;
	margin-top: 1.1111111111rem;
}
.subTitleAr .title b {
	font-weight: 800;
}
.subTitleAr .title span {
	font-weight: 400;
}
.subTitleAr .text48 {
	font-size: 2.6666666667rem;
	letter-spacing: -1px;
}
.subTitleAr .text38 {
	font-size: 2.1111111111rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -1px;
	margin-top: 1.3888888889rem;
}
.subTitleAr .text38 .w800 {
	font-weight: 800;
}
.subTitleAr .text20 {
	font-size: 1.1111111111rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1.9444444444rem;
	font-family: 'Noto Sans KR';
}
.subTitleAr .text18 {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.5px;
	margin-top: 2.2222222222rem;
}
.subTitleAr .text18.mar80 {
	margin-top: 4.4444444444rem;
}
.subTitleAr .text18.mar0 {
	margin-top: 0;
}

@media screen and (max-width: 1400px) {
	.subTitleAr .title {
		font-size: 2.6666666667rem;
		margin-top: 0.5555555556rem;
	}
	.subTitleAr .text48 {
		font-size: 2.2222222222rem;
	}
	.subTitleAr .text38 {
		font-size: 1.8333333333rem;
	}
	.subTitleAr .text22 {
		font-size: 1.1111111111rem;
		margin-top: 2.2222222222rem;
	}
	.subTitleAr .text18 {
		margin-top: 1.6666666667rem;
	}
	.subTitleAr .text18.mar80 {
		margin-top: 3.3333333333rem;
	}
}
@media screen and (max-width: 1024px) {
	.subTitleAr .eng {
		font-size: 0.5555555556rem;
	}
	.subTitleAr .title {
		font-size: 2.2222222222rem;
	}
	.subTitleAr .text48 {
		font-size: 1.7777777778rem;
	}
	.subTitleAr .text38 {
		font-size: 1.5rem;
	}
	.subTitleAr .text20 {
		font-size: 1rem;
		margin-top: 1.3888888889rem;
	}
	.subTitleAr .text18 {
		font-size: 0.9444444444rem;
		margin-top: 1.1111111111rem;
	}
	.subTitleAr .text18.mar80 {
		margin-top: 2.2222222222rem;
	}
}
@media screen and (max-width: 560px) {
	.subTitleAr .title {
		font-size: 1.7777777778rem;
	}
	.subTitleAr .text48 {
		font-size: 1.5555555556rem;
	}
	.subTitleAr .text38 {
		font-size: 1.4444444444rem;
	}
}
.subVisual {
	position: relative;
	width: 100%;
	font-size: 0;
}
.subVisual img {
	width: 100%;
	max-width: none;
}
.subVisual .textArea {
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 0 10px;
}
.subVisual .textArea .eng {
	font-family: 'Noto Sans KR';
	font-size: 0.6666666667rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	line-height: initial;
}
.subVisual .textArea .text1 {
	font-size: 3.1111111111rem;
	font-weight: 700;
	margin-top: 1.1111111111rem;
	line-height: initial;
}
.subVisual .textArea .text2 {
	font-family: 'Noto Sans KR';
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 1.1111111111rem;
}

/*
@media screen and (min-width: 1921px) {
	.subVisual {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 520px;
		> img {
			position: absolute;
			left: 50%;
			top: 50%;
			@include translate(-50%, -50%);
			width: auto;
			height: 100%;
		}
	}
}
  */
@media screen and (max-width: 1400px) {
	.subVisual img {
		margin-left: 0;
	}
	.subVisual .textArea .text1 {
		font-size: 2rem;
	}
	.subVisual .textArea .text2 {
		font-size: 0.8888888889rem;
		margin-top: 1.3888888889rem;
	}
}
@media screen and (max-width: 1024px) {
	.subVisual img {
		width: 130%;
		margin-left: -10%;
	}
	.subVisual .textArea .eng {
		letter-spacing: 3px;
	}
	.subVisual .textArea .text1 {
		font-size: 1.7777777778rem;
		margin-top: 0.5555555556rem;
	}
	.subVisual .textArea .text2 {
		margin-top: 1.1111111111rem;
	}
}
@media screen and (max-width: 687px) {
	.subVisual .textArea {
		top: 63%;
	}
}
@media screen and (max-width: 480px) {
	.subVisual img {
		width: 185%;
		margin-left: -30%;
	}
}
.lnb-area {
	width: 100%;
	position: absolute;
	top: 107px;
	border-top: 0;
	font-size: 0;
}
.lnb-area .lnb {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.lnb-area .lnb .lnb-item {
	position: relative;
	width: auto;
	min-width: 260px;
}
.lnb-area .lnb .lnb-item::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #e0e0e0;
}
.lnb-area .lnb .lnb-item.home-bt {
	width: 50px;
	min-width: auto;
	text-align: left;
}
.lnb-area .lnb .lnb-item.home-bt:hover {
	opacity: 0.8;
}
.lnb-area .lnb .lnb-item.home-bt a img {
	max-width: 21px;
}
.lnb-area .lnb .lnb-item.has-sub2 > button,
.lnb-area .lnb .lnb-item.has-sub3 > button {
	padding-right: 3.3333333333rem;
}
.lnb-area .lnb .lnb-item > a,
.lnb-area .lnb .lnb-item button {
	width: 100%;
	height: 100%;
	padding: 1.1111111111rem 0;
	font-size: 0.8888888889rem;
	font-weight: 400;
	color: #fff;
}
.lnb-area .lnb .lnb-item .lna {
	position: relative;
	text-align: left;
	padding-left: 1.2222222222rem;
}
.lnb-area .lnb .lnb-item .lna:hover {
	opacity: 0.8;
}
.lnb-area .lnb .lnb-item .lna > img {
	position: absolute;
	right: 40px;
	top: 50%;
	max-width: 8px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lnb-area .lnb .lnb-item .slnb {
	display: none;
	position: absolute;
	left: 0;
	top: 92%;
	z-index: 99;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
.lnb-area .lnb .lnb-item .slnb .dep1_con {
	width: 100%;
}
.lnb-area .lnb .lnb-item .slnb .dep1_con:nth-child(n + 2) {
	border-top: 1px solid #e0e0e0;
}
.lnb-area .lnb .lnb-item .slnb .dep1_con a {
	font-size: 0.8333333333rem;
	font-weight: 400;
	padding: 0.4444444444rem 5px;
}

@media screen and (max-width: 1400px) {
	.lnb-area {
		top: 104px;
	}
}
@media screen and (max-width: 1200px) {
	.lnb-area {
		top: 102px;
	}
}
@media screen and (max-width: 1024px) {
	.lnb-area {
		top: 100px;
	}
	.lnb-area .lnb {
		padding: 0;
	}
	.lnb-area .lnb .lnb-item {
		width: 50%;
		min-width: auto;
	}
	.lnb-area .lnb .lnb-item::before {
		height: 14px;
	}
	.lnb-area .lnb .lnb-item.home-bt {
		display: none;
	}
	.lnb-area .lnb .lnb-item:last-child::before,
	.lnb-area .lnb .lnb-item:nth-child(3)::before {
		display: none;
	}
	.lnb-area .lnb .lnb-item.has-sub3 {
		width: 100%;
		min-width: auto;
		border-top: 1px solid #e0e0e0;
	}
	.lnb-area .lnb .lnb-item.has-sub3 > button {
		padding-right: 0;
	}
	.lnb-area .lnb .lnb-item > a,
	.lnb-area .lnb .lnb-item button {
		padding: 1rem 0;
		padding-right: 10px !important;
		font-size: 0.8333333333rem;
	}
	.lnb-area .lnb .lnb-item > a img,
	.lnb-area .lnb .lnb-item button img {
		right: 5px !important;
	}
	.lnb-area .lnb .lnb-item .lna {
		padding-left: 10px;
	}
	.lnb-area .lnb .lnb-item .lna > img {
		right: 10px;
	}
}
@media screen and (max-width: 868px) {
	.lnb-area {
		top: 81px;
	}
}
@media screen and (max-width: 560px) {
	.lnb-area {
		top: 60px;
	}
}
.subRepeatBottom {
	position: relative;
}
.subRepeatBottom .mapWrap {
	width: 100%;
}
.subRepeatBottom .kakaoMap {
	height: 44.4444444444rem;
}
.subRepeatBottom .infoAr {
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 50;
	left: 50%;
	top: 0;
	background-color: rgba(21, 44, 68, 0.9);
}
.subRepeatBottom .infoAr .inner {
	width: 74%;
	padding: 10.5555555556rem 0 5.5555555556rem 5.5555555556rem;
	color: #fff;
	text-align: center;
	font-family: 'Noto Sans KR';
}
.subRepeatBottom .infoAr .inner .topAr > p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
}
.subRepeatBottom .infoAr .inner .topAr .call {
	display: block;
	margin: 1.5555555556rem 0 1.1111111111rem 0;
	font-size: 3.2222222222rem;
	font-weight: 700;
}
.subRepeatBottom .infoAr .inner .topAr .address {
	font-size: 1.3333333333rem;
	letter-spacing: -0.05em;
}
.subRepeatBottom .infoAr .inner hr {
	margin: 2.6666666667rem 0;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div {
	display: flex;
	justify-content: center;
	gap: 1.1111111111rem;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div .badge {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 5rem;
	padding: 0.4444444444rem 5px;
	background-color: #fff;
	color: #111;
	font-size: 1.1111111111rem;
	border-radius: 17.5px;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div p {
	font-size: 1.1111111111rem;
	letter-spacing: -0.05em;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div p > b {
	font-weight: 700;
	font-size: 1.5555555556rem;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li:not(:last-child) {
	margin-bottom: 0.8333333333rem;
}
.subRepeatBottom .infoAr .inner .bottomAr .memo {
	margin-top: 1.1111111111rem;
	font-size: 0.8888888889rem;
	color: #999999;
	line-height: 1.4;
}

@media screen and (max-width: 1401px) {
	.subRepeatBottom .infoAr .inner {
		width: 85%;
	}
}
@media screen and (max-width: 1201px) {
	.subRepeatBottom .infoAr .inner {
		width: 90%;
		padding: 10.5555555556rem 0 5.5555555556rem 3.8888888889rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .call {
		margin: 1.1111111111rem 0;
		font-size: 2.3333333333rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .address {
		font-size: 1.2222222222rem;
	}
}
@media screen and (max-width: 1024px) {
	.subRepeatBottom .kakaoMap {
		height: 22.2222222222rem;
	}
	.subRepeatBottom .infoAr {
		width: 100%;
		height: 100%;
		position: static;
	}
	.subRepeatBottom .infoAr .inner {
		width: 100%;
		padding: 3.8888888889rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .call {
		margin: 1.1111111111rem 0;
		font-size: 2.3333333333rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .address {
		font-size: 1.2222222222rem;
	}
}
@media screen and (max-width: 560px) {
	.subRepeatBottom .infoAr {
		width: 100%;
		height: 100%;
		position: static;
	}
	.subRepeatBottom .infoAr .inner {
		width: 100%;
		padding: 3.8888888889rem 10px;
	}
}
.repeatMap .positionWrap {
	position: relative;
}
.repeatMap .kakaoMap {
	min-height: 44.4444444444rem;
	width: 100%;
}
.repeatMap .wrap {
	width: 75%;
}
.repeatMap .infoAr {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 50%;
	height: 44.4444444444rem;
	padding: 8.8888888889rem 0 7.7777777778rem 7.2222222222rem;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
}
.repeatMap .callAr a {
	display: block;
	margin-top: 1.3333333333rem;
	color: #3abfb0;
	font-size: 3.6666666667rem;
	font-weight: 800;
}
.repeatMap .timeAr {
	margin: 2.1111111111rem 0 2.7777777778rem 0;
}
.repeatMap .timeAr .time {
	display: inline-block;
	padding: 2.2222222222rem 1.1111111111rem 2.7777777778rem 2.1111111111rem;
	border-top: 1px solid rgba(236, 236, 236, 0.5);
	border-bottom: 1px solid rgba(236, 236, 236, 0.5);
}
.repeatMap .timeAr .time dl {
	display: flex;
	align-items: center;
	padding: 0.5555555556rem 0;
}
.repeatMap .timeAr .time dl:first-child {
	padding-top: 0;
}
.repeatMap .timeAr .time dl:last-child {
	padding-bottom: 0;
}
.repeatMap .timeAr .time dt {
	display: flex;
	justify-content: space-between;
	width: 80px;
	font-weight: 100;
}
.repeatMap .timeAr .time dd {
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	padding-left: 2.5rem;
	font-weight: 200;
	text-align: left;
}
.repeatMap .timeAr .time dd.hoil {
	font-size: 1.1111111111rem;
}
.repeatMap .timeAr .time dd b {
	font-size: 1.2222222222rem;
	margin-left: 0.5555555556rem;
}
.repeatMap .timeAr .time > p {
	margin-top: 1.5555555556rem;
	text-align: left;
	font-weight: 200;
	line-height: 1.4;
}
.repeatMap .textAr {
	text-align: center;
}
.repeatMap .textAr h4 {
	font-size: 1.3333333333rem;
	margin-bottom: 0.5555555556rem;
	letter-spacing: -0.05em;
}
.repeatMap .textAr p {
	font-weight: 200;
	letter-spacing: -0.05em;
	line-height: 1.4;
}

@media screen and (max-width: 1401px) {
	.repeatMap .wrap {
		width: 100%;
	}
	.repeatMap .infoAr {
		padding: 7.7777777778rem 0 5.5555555556rem 4.4444444444rem;
	}
	.repeatMap .callAr a {
		font-size: 2.6666666667rem;
	}
}
@media screen and (max-width: 1025px) {
	.repeatMap .kakaoMap {
		min-height: 33.3333333333rem;
	}
	.repeatMap .infoAr {
		height: 33.3333333333rem;
		padding: 4.4444444444rem 0 3.3333333333rem 3.3333333333rem;
	}
	.repeatMap .callAr a {
		font-size: 2.3333333333rem;
	}
	.repeatMap .timeAr {
		margin: 1.5555555556rem 0 1.6666666667rem 0;
	}
	.repeatMap .timeAr .time {
		padding: 1.6666666667rem 0.5555555556rem 2.2222222222rem 1.5555555556rem;
	}
	.repeatMap .timeAr .time dt {
		width: 70px;
	}
	.repeatMap .timeAr .time dd {
		width: calc(100% - 70px);
		padding-left: 1.6666666667rem;
	}
	.repeatMap .timeAr .time dd.hoil {
		font-size: 1.1111111111rem;
	}
	.repeatMap .timeAr .time dd b {
		font-size: 1.1111111111rem;
	}
	.repeatMap .timeAr .time > p {
		margin-top: 1.1111111111rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 868px) {
	.repeatMap .kakaoMap {
		position: static;
		height: 22.2222222222rem;
	}
	.repeatMap .infoAr {
		position: static;
		width: 100%;
		height: 100%;
		padding: 3.3333333333rem 10px 2.2222222222rem 10px;
	}
}
.color-main-dark {
	color: #2b8078;
}

/*# sourceMappingURL=style.css.map */
