@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");

@font-face {
	font-family: "DIN2014";
	src: url("../fonts/DIN-2014_Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "DIN2014";
	src: url("../fonts/DIN-2014_Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "DIN2014";
	src: url("../fonts/DIN-2014_Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "DIN2014";
	src: url("../fonts/DIN-2014_Demi.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

/*Common*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	word-break: keep-all;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li,
dt,
dd,
a,
p,
input,
textarea,
select,
option,
button {
	color: #000;
	font-family: "pretendard", "돋움", dotum, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
img,
fieldset,
iframe {
	border: 0 none;
}
ul,
ol,
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
img,
input,
select,
textarea {
	vertical-align: middle;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: none;
}
button,
label {
	cursor: pointer;
	_cursor/**/: hand;
}
button * {
	position: relative;
}
textarea {
	overflow: auto;
}
option {
	padding-right: 6px;
}
.input_text,
textarea {
	margin: -1px 0;
	padding-right: 1px;
}
.input_check,
.input_radio {
	width: 13px;
	height: 13px;
}
.blind,
legend,
caption {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
hr {
	display: none;
}
legend {
	width: 0;
}
:root legend {
	margin-top: -1px;
	font-size: 0;
	line-height: 0;
}
caption {
	line-height: 0;
}
img {
	max-width: 100%;
}
.viewCon a {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

/*test*/
.test1 {
	border: 1px solid red;
}
.test2 {
	background: #4f7beb;
}

.font1 {
	font-family: "pretendard";
}
.font2 {
	font-family: "DIN 2014";
}

/*로딩 이미지*/
#loading_img {
	text-align: center;
	display: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

/* popup */
.pop_today_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}
.pop_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}

@media (max-width: 767px) {
	/* 메인 레이어 팝업 */
	.main_layer_popup {
		width: 96% !important;
		left: 50% !important;
		top: 50px !important;
		transform: translateX(-50%);
	}
	.main_layer_popup .popupContent {
		height: 100% !important;
	}
	.main_layer_popup img {
		width: 100%;
	}
}

/* header */
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
}
header .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 130px;
	width:75%;
	margin: 0 auto;
}
header .head h1 {
}
header .head h1 a {
	display: block;
	width: 150px;
	height: 51px;
	background: url(/images/common/logo1.png) no-repeat center / contain;
	text-indent: -99999px;
}
header .head .gnb {
	display: flex;
	align-items: center;
	gap: 70px;
}
header .head .gnb ul {
	display: flex;
	align-items: center;
	gap: 70px;
}
header .head .gnb ul li {
}
header .head .gnb ul li a {
	display: block;
	font-family: "DIN 2014";
	font-size: var(--fz-20);
	color: #111;
}
header .head .gnb .sns {
	display: flex;
	align-items: center;
}
header .head .gnb .sns a {
	display: block;
	width: 24px;
	aspect-ratio: 1/1;
	text-indent: -99999px;
}
header .head .gnb .sns a.instagram {
	background: url(/images/common/sns_insta.png) no-repeat center / cover;
}

/* btnMore1 */
.btnMore1 {
	display: block;
	width: 225px;
	height: 60px;
	margin: 0 auto;
	border-radius: 100px;
	background: #f0f0f0;
	border: 0;
	outline: 0;
	font-family: "DIN 2014";
	font-size: var(--fz-16);
	color: #111;
	text-align: center;
	font-weight: 500;
}
.btnMore1 i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/images/common/icon_plus.png) no-repeat center / cover;
}



/* footer */
footer {padding: 60px 0;}
.foot {
	width:75%;
	margin: 0 auto;
}
.foot h1{}
.foot h1 img{width: 188px;}
.foot .con{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;
}
.foot .con .contact{
	display: flex;
	gap: 70px;
}
.foot .con .contact dl dt {
	font-size: var(--fz-18);
	color: #000;
	font-weight: 500;
}
.foot .con .contact dl dd{
	margin-top: 8px;
	font-size: var(--fz-17);
	color: #444;
	line-height: 150%;
}
.foot .con .copy{
	font-size: var(--fz-17);
	color: #666;
}



@media(max-width:1399px){
	header .head{width:90%;}
	.foot {width:90%;}
}
@media(max-width:812px){
	header .head{height:80px;}
	header .head h1 a{width:80px;}
	header .head .gnb{gap:10px;}
	header .head .gnb ul{gap:10px;}
	header .head .gnb ul li a {font-size: var(--fz-14);}
	header .head .gnb .sns a{width:18px;}
	
	.foot h1 img{width:140px;}
	.foot .con{display:block;margin-top:40px;}
	.foot .con .contact{display:block;}
	.foot .con .contact dl:nth-child(1){margin-bottom:20px;}
	.foot .con .copy{margin-top:20px;}
}