@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-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: 'SUIT Variable', sans-serif;
    --fm-en: "Lato", serif;
	

    --black: #010101;
    --white: #ffffff;
	--gray01: #3e3e3e;
	--gray02: #848484;
	--gray03: #e6e6e6;
	--gray04: #f7f7f7;
	--purple01: #da9ded;
	--purple02: #522389;
	--yellow: #f5c228;

    --border: 1px solid rgba(255, 255, 255, 0.75);

    --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;
}
/************/

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;
}

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) {

}
@media all and (max-width: 1000px) {
    html {
        font-size: 15px;
    }
}
@media all and (max-width:640px) {
    html {
        font-size: 14px;
    }
    pre {
        white-space: normal;
    }
}
@media all and (max-width:414px) {

}
@media all and (max-width:320px) {
    html {
        font-size: 13px;
    }
}

/* 카카오 지도 */
.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;
}

.pc {
    display: block;
}
.mobile {
    display: none;
}
@media all and (max-width: 1000px){
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
}

/* 공통 */
.layout{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.title{
	font-size: 2.3125rem;
	font-weight: var(--fw-900);
	font-family: var(--fm-en);
	color: var(--black);
	text-transform: uppercase;
}
.small-title{
	font-size: 1.625rem;
	font-weight: var(--fw-800);
	color: var(--black);
	text-transform: uppercase;
}
.semi-title{
	font-size: 1.437rem;
	font-weight: var(--fw-800);
	color: var(--black);
	text-transform: uppercase;
}
.text{
	font-size: inherit;
	color: inherit;
}
.deco{
	font-size: 0.875rem;
	font-weight: var(--fw-900);
	color: var(--gray02);
	text-transform: uppercase;
}

@media all and (max-width: 1100px){
	.title{
		font-size: 1.985rem;
	}
	.small-title{
		font-size: 1.4375rem;
	}
}
@media all and (max-width: 640px){
	.title{
		font-size: 1.73rem;
	}
	.small-title{
		font-size: 1.1428rem;
	}
	.semi-title{
		font-size: 1.14285rem;
	}
}