@charset "UTF-8";

:root {
    --space-2: 2px;
    --space-3: 3px;
    --space-4: 4px;
    --space-5: 5px;
    --space-6: 6px;
    --space-7: 7px;
    --space-8: 8px;
    --space-9: 9px;
    --space-10: 10px;
    --space-12: 12px;
    --space-13: 13px;
    --space-14: 14px;
    --space-15: 15px;
    --space-16: 16px;
	--space-17: 17px;
    --space-18: 18px;
    --space-20: 20px;
    --space-22: 22px;
    --space-24: 24px;
    --space-25: 25px;
    --space-30: 30px;
    --space-35: 35px;
    --space-38: 38px;
    --space-40: 40px;
    --space-45: 45px;
    --space-50: 50px;
    --space-55: 55px;
    --space-60: 60px;
    --space-65: 65px;
    --space-70: 70px;
	--space-75: 75px;
    --space-80: 80px;
    --space-85: 85px;
    --space-90: 90px;
	--space-95: 95px;
    --space-100: 100px;
    --space-110: 110px;
	--space-115: 115px;
    --space-120: 120px;
	--space-125: 125px;
    --space-130: 130px;
	--space-135: 135px;
    --space-140: 140px;
	--space-145: 145px;
    --space-150: 150px;
	--space-155: 155px;
    --space-160: 160px;
	--space-165: 165px;
	--space-170: 170px;
	--space-175: 175px;
	--space-180: 180px;
	--space-185: 185px;
	--space-190: 190px;
    --space-200: 200px;
	--space-210: 210px;
	--space-230: 230px;
	--space-250: 250px;
	--space-280: 280px;
	--space-300: 300px;
	--space-360: 360px;
    

    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;

    --fm-kn: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	

    --black: #0b0b0b;
    --white: #ffffff;

	--gray01: #555555;
	--gray02: #9b9b9b;
	--gray03: #cdcdcd;
	--gray04: #f5f5f5;
	--gray05: #f8f8f8;

	--red: #c33a40;
	--orange: #f04e00;
	--yellow: #ffab22;
	--blue: #155c75;

    --border: 1px solid var(--gray03);

    --border-radius: 100000000px;

    --transition: all .4s;
}


html {
    scroll-behavior: smooth;
    min-width: 280px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    color: var(--gray01);
    font-size: 16px;
	letter-spacing: -0.01rem;
    font-family: var(--fm-kn);
}
body{
	/*overflow: hidden;*/
	position: relative;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, code, em, img, select,
small, strong, sub, sup, var, button,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight:inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    word-break: keep-all;
	letter-spacing: inherit;
}   
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}
a,
button {
    outline: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color:inherit;
    font-size:inherit;
	letter-spacing: inherit;
}
button{
	background: transparent;
}
svg * {
    -webkit-transition: 0.05s ease-in-out;
    transition: 0.05s ease-in-out;
}
iframe,
img,
table {
    border: 0;
}
button,
img,
input,
select,
textarea {
    vertical-align: middle;
}
li,
ol,
ul {
    list-style: none;
}
p,
pre {
    line-height: 1.5;
}
pre {
    white-space: pre-line;
}
td,
tr {
    vertical-align: middle;
}
address,
em,
optgroup {
    font-style: normal;
}
img {
    width:100%
}
caption {
    position: static;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
::-moz-selection {
    color:var(--white);
    background:var(--black)
}
::-webkit-selection {
    color:var(--white);
    background:var(--black)
}
::selection {
    color:var(--white);
    background:var(--black)
}

svg {
    height: auto;
}
@media all and (max-width: 1200px) {
	html {
		}
}
@media all and (max-width: 1000px) {
    html {
        font-size: 15px;
    }
}
@media all and (max-width:640px) {
    html {
        font-size: 14px;
    }
}
@media all and (max-width:414px) {
	pre {
        white-space: normal;
    }

}
@media all and (max-width:320px) {
    html {
        font-size: 13px;
    }
}

@font-face {
    font-family: 'Handletter';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sound_only{
	display: none;
}
.pc {
    display: block;
}
.mobile {
    display: none;
}
@media all and (max-width: 1100px){
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
}

/* Ä«Ä«¿À Áöµµ */
.root_daum_roughmap {
    width:100% !important;
    height: 100% !important;
}
.root_daum_roughmap .wrap_map {
    height: 100% !important;
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4{
    display: none !important;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* °Ô½ÃÆÇ ÆäÀÌÂ¡ */
.pagination{
	margin-top: var(--space-80);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.pagination .pagination-list{
	display: flex !important;
	align-items: center;
    justify-content: center;
	gap: 20px !important;
}
.pagination a,
.pagination span{
	font-size: 0.88rem;
	font-weight: var(--fw-700);
}
.pagination a{
	color: var(--gray01);
}
.pagination span{
	color: var(--orange);
}
.pagination a.pagination-prev,
.pagination a.pagination-next{
	text-indent: -9999px;
	position: relative;
	display: block;
	transition: var(--transition);
}
.pagination a.pagination-prev:hover,
.pagination a.pagination-next:hover{
	opacity: 0.8;
}
.pagination a.pagination-prev{
	margin-right: 5px;
}
.pagination a.pagination-prev::after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--gray02);
	border-left: 2px solid var(--gray02);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-35%,-50%) rotate(-45deg);
}
.pagination a.pagination-next{
	margin-left: 5px;
}
.pagination a.pagination-next::after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--gray02);
	border-right: 2px solid var(--gray02);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-65%,-50%) rotate(45deg);
}

/* ·Î±×ÀÎ */
.mb_log_cate,
#login_fs legend,
.login_if_lpl{
	display: none !important;
}
.login-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
#login_fs {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
#login_fs .login-logo {
    width: 180px;
    margin: 0 auto;
}
#mb_login #login_fs .frm_input {
    margin: 0 !important;
    border: 1px solid #dde7e9 !important;
    padding: var(--space-10) !important;
}
#mb_login #login_fs .btn_submit {
    margin: 0 !important;
	font-size: 1rem !important;
	color: var(--white) !important;
    cursor: pointer !important;
    transition: var(--transition) !important;
    background: var(--orange) !important;
}
#mb_login #login_fs .btn_submit:hover {
    background: var(--black) !important;
}
.login_if_auto.chk_box label {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 0 !important;
}

/* °øÅë */
.layout{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.deco{
	display: block;
	font-size: 1.68rem;
	font-weight: var(--fw-700);
	color: var(--orange);
}
.title{
	font-size: 2.87rem;
	font-weight: var(--fw-700);
	color: var(--black);
	margin-top: var(--space-15);
	line-height: 1.3;
}
.small-title{
	font-size: 1.25rem;
	font-weight: var(--fw-700);
	color: var(--black);
}
.button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	font-weight: var(--fw-600);
	color: var(--white);
	border-radius: 5px;
	background: var(--black);
	transition: var(--transition);
}
.button:hover{
	background: var(--orange);
}
/*.button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	font-weight: var(--fw-600);
	color: var(--white);
	border-radius: 5px;
	background: var(--black);
	position: relative;
	z-index: 1;
	transition: var(--transition);
}
.button:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: var(--orange);
	border-radius: 5px;
	transition: var(--transition);
}
.button:hover:after {
  left: 0;
  width: 100%;
}*/
.title-area .text{
	margin-top: var(--space-30);
}
i.arrow{
	font-size: 0.87rem;
	font-weight: var(--fw-700);
	color: var(--gray02);
	transition: var(--transition);
}
/* @°øÅë ¹Ìµð¾îÄõ¸® */
@media all and (max-width: 1200px){
	.button{
		width: 150px;
		height: 50px;
	}
}
@media all and (max-width: 1000px) {
	.title-area .text {
		margin-top: var(--space-25);
	}
}
@media all and (max-width: 640px){
	.title{
		font-size: 2.142rem;
	}
	.small-title{
		font-size: 1.142rem;
	}
	.deco {
		font-size: 1.428rem;
	}
	.button {
        width: 110px;
        height: 40px;
		font-size: 0.857rem;
    }
}

/* ¼­ºê °øÅë */
/* ºñÁÖ¾ó */
.sub-visual{
	width: 100%;
	height: 100vh;
	position: relative;
}
.sub-visual:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.sub-visual .layout{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sub-visual-text{
	text-align: center;
}
.sub-visual-deco{
	font-size: 1.37rem;
	font-weight: var(--fw-700);
	color: var(--yellow);
}
.sub-visual-title{
	font-size: 4.18rem;
	font-weight: var(--fw-700);
	color: var(--white);
	margin-top: var(--space-25);
}
/* ¼­ºê³×ºñ */
.sub-nav{
	display: flex;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
}
.nav-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 194px;
	height: 55px;
	font-weight: var(--fw-700);
	color: var(--white);
	border-radius: 5px;
	transition: var(--transition);
}
.nav-button.on{
	background: var(--yellow);
}
.sub-nav:hover .nav-button.on:not(:hover) {
  background: transparent;
}
/* ¼­ºê³×ºñ È£¹ö È¿°ú */
.nav-button:hover{
	background: var(--yellow);
}
/* µå·Ó´Ù¿î */
.dropdown {
	width: 100%;
	position: relative;
	z-index: 2;
	display: none;
}
.dropdown .dropdown-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	background: var(--white);
	border-bottom: 1px solid #eee;
	padding: var(--space-20) 5%;
	cursor: pointer;
}
.dropdown .dropdown-header span{
	font-weight: var(--fw-700);
	color: var(--black);
}
.dropdown .dropdown-header i {
	font-size: 0.937rem;
	color: var(--black);
	transition: var(--transition);
}
.dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
}
.dropdown-list {
	display: none;
	background: var(--white);
	padding: 0;
	margin: 0;
}
.dropdown-list li{
	border-bottom: 1px solid #eee;
}
.dropdown-list li a {
	display: block;
	font-size: 0.937rem;
	padding: var(--space-15) 5%;
	background: var(--white);
}
/* µ¿ÀÛ È¿°ú */
/*.dropdown-list li a:hover {
  background: var(--gray04);
}*/
.dropdown.active .dropdown-header i {
	transform: rotate(-180deg);
}
.dropdown-list li a.active{
	font-weight: var(--fw-700);
	color: var(--black);
}
/* ³»¿ë */
.content-wrap{
	padding: var(--space-130) 0;
}
.sub-title-box{}
.sub-title{
	font-size: 3.125rem;
	font-weight: var(--fw-700);
	color: var(--black);
	margin-top: var(--space-20);
}
.sub-title-box .text{
	margin-top: var(--space-25);
}
	/* @°øÅë ¹Ìµð¾îÄõ¸® */
	@media all and (max-width: 1400px){
		.sub-visual-title{
			font-size: 3.75rem;
		}
	}
	@media all and (max-width: 1200px){
		.sub-visual{
			height: 70vh;
		}
		.sub-nav{
			display: none;
		}
		.dropdown{
			display: block;
		}
	}
	@media all and (max-width: 1000px){
		.content-wrap {
			padding: var(--space-110) 0;
		}
	}
	@media all and (max-width: 640px){
		.sub-visual-deco{
			font-size: 1.214rem;
		}
		.sub-visual-title{
			font-size: 2.5rem;
			margin-top: var(--space-15);
		}
		.sub-title{
			font-size: 2.285rem;
			margin-top: var(--space-15);
		}
		.sub-title-box .text {
			margin-top: var(--space-20);
		}
		.dropdown .dropdown-header{
			padding: var(--space-15) 5%;
		}
		.dropdown-list li a{
			padding: var(--space-10) 5%;
		}
		.content-wrap {
			padding: var(--space-90) 0;
		}
	}