@charset "utf-8";
/* 군산 */

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans KR Thin'), local('NotoSansKR-Thin'), url(../font/Pby6FmXiEBPT4ITbgNA5CgmOsk7vyJE.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOelz477IX.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url(../font/PbykFmXiEBPT4ITbgNA5CgmG0X7r.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOIl3477IX.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOalv477IX.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans KR Black'), local('NotoSansKR-Black'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOUln477IX.woff) format('woff');
}
@font-face {
    font-family: 'BMDOHYEON';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
	--primary-color: #FF8830;
}
/* Reset */
 * {outline:0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html, body{width:100%;}
html{
	letter-spacing: -.5px;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	height: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	touch-callout:none;
	-webkit-touch-callout:none;
	user-select:none;
	-webkit-user-select:none;
	tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
*, :before, :after {box-sizing: border-box;}
body{
	position: relative;
	width:100%;
	padding: 0;
	margin: 0;
	height: 100%;
	min-width:320px;
	background:#fff;
	color: #212121;
	text-size-adjust:none;
	-webkit-text-size-adjust:none;
	word-wrap:break-word;
	word-break:break-all;
}
body,input,select,textarea,button {border:none;font-size:12px;
font-family:'Noto Sans KR', sans-serif;color:#727272;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{
	vertical-align:middle;
	appearance: none;
	-webkit-appearance: none;
}
.hide,caption,legend{line-height:0;font-size:0;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure,dialog{display:block;}
a{	color:#000;	text-decoration:none;}

/* Form */
textarea {
	padding: 14px;
	width: 100%;
	font-size: 14px;
	color:#373737;
	border:1px solid #BDBDBD;
	vertical-align:middle;
 	appearance: none;
 	-webkit-appearance: none;
 	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date], select {
	padding: 0 14px;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color:#212121;
	border:1px solid #BDBDBD;
 	vertical-align:middle;
 	appearance: none;
 	-webkit-appearance: none;
 	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
input::input-placeholder{
	color: #9E9E9E;
	font-size:14px;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	letter-spacing: -.5px;
}
input::-webkit-input-placeholder{
	color: #9E9E9E;
	font-size:14px;
	opacity: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
input:focus::-webkit-input-placeholder {opacity: 0;}
input:focus,
select:focus,
textarea:focus { border: 1px solid #424450; background: #FFF2EC;}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=time][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled]{
	background: #fafafa;
	color: #212121;
	border:1px solid #BDBDBD;
	appearance:none;
	-webkit-appearance:none;
	font-size:14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
textarea[readonly],
textarea[disabled]{
	padding:12px;
	font-size:13px;
	color:#666;
	height:78px;
	background: #f3f3f3;
	resize: none;
}

.clear:before, .clear:after {
	content:'';
	display: block;
	clear:both;
}

.after:after{
	content:'';
    display: block;
    clear:both;
}

.btn01 {
	background: #FF8E5E;
	color: #fff;
}
.btn02 {
	border: 1px solid #FF8E5E;
	color: #FF8E5E;
}
.btn03 {
	border: 1px solid #424450;
	color: #424450;
}
.btn01, .btn02, .btn03 {
	/* box-shadow: 0px 2px 5px rgb(0 0 0 / 8%); */
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
