@charset "UTF-8"; 

/*! 초기화(옵션) 스타일 */

/* Degular */
@font-face {
	font-family: 'Degular';
	src: url('../fonts/Degular-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Degular';
	src: url('../fonts/Degular-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'DegularText';
	src: url('../fonts/DegularText-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'DegularText';
	src: url('../fonts/DegularText-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'DegularText';
	src: url('../fonts/DegularText-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'DegularText';
	src: url('../fonts/DegularText-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}


/* Neue Hass Grotesk */
@font-face {
	font-family: 'NeueHassGroteskDisplay';
	src: url('../fonts/Neue_Hass_Grotesk_Display_Pro_75_Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHassGroteskText';
	src: url('../fonts/Neue_Hass_Grotesk_Text_Pro_75_Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHassGroteskText';
	src: url('../fonts/Neue_Hass_Grotesk_Text_Pro_65_Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHassGroteskText';
	src: url('../fonts/Neue_Hass_Grotesk_Text_Pro_55_Roman.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}




/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}



::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
	border: 0;
}

ol, ul, li, dl, dt, dd {
	list-style: none;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

body, div, dl, dt, dd, ul, li, ol, p, figure {
	padding: 0;
	margin: 0;
}

/* 필요한 base 넣을것 */
:root,
html {
	font-size: 10px;
}

body {
	font-family: var(--fontfam-kor), sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: var(--color-default);
}

button, input[type='submit'], input[type='reset'], input[type='button'] {
	padding: 0;
	border: 0;
	background: none;
	line-height: normal;
	font: inherit;
	color: inherit;
	overflow: visible;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

button {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	outline:0;
	cursor: pointer;
}

input[type='submit'], input[type='reset'], input[type='button'] {
	-webkit-appearance: button;
	   -moz-appearance: button;
	        appearance: button;
}

a {
	color: inherit;
}

a:link {
	text-decoration: none;
}

.hidden {
	display: none;
}

.acc-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	visibility: hidden;
	font-size: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

input[type='text'], input[type='tel'], input[type='password'], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	line-height: normal;
	border: 0;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

input[type='number'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	border-radius: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ui-loader {
	display: none;
}

select {
	border-radius: none;
	-webkit-border-radius: 0;
}

.cb {
	clear: both;
}
a[href^=tel] {
	color: inherit;
}

input[type="password"]{font-family: sans-serif;}


input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
  display:none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* checkbox style */
.cb__style1 {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.cb__style1 + label {
	display: inline-flex;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 32px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
}
.cb__style1 + label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgb(204,204,204);
	box-sizing: border-box;
	content: '';
}
.cb__style1:checked + label:before {background-image: var(--ico-check-bk);}

.cb__style2 {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.cb__style2 + label {
	display: flex;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	padding-left: 30px;
	cursor: pointer;
	font-family: var(--fontfam-kor), sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}
.cb__style2 + label:before,
.cb__style2 + label:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
}
.cb__style2 + label:before {background-image: var(--cb-off-style2);}
.cb__style2 + label:after {
	display: none;
	background-image: var(--cb-on-style2)
}
.cb__style2:checked + label:after {display: block;}
/* //checkbox Style */

/* Button style */
.btn__style1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	background-color: var(--color-default);
	font-weight: 700;
	font-size: 18px;
	color: var(--color-white);
}
.btn__style2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid var(--color-default);
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
}
.btn__style3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid rgb(238, 238, 238);
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}
/* //Button style */

/* Select style */
.sel__style1 {
	position: relative;
	height: 50px;
	padding: 0 46px 0 20px;
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-image: var(--arr-down-bk3);
	box-sizing: border-box;
	border: 1px solid var(--color-grey);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	font-size: 16px;
	color: rgb(153, 153, 153);
}
.sel__style1:focus {background-image: var(--arr-up-bk3);}
.sel__style1.on {
	border-color: var(--color-default);
	color: var(--color-default);
}
.sel__style1 option {color: var(--color-default);}

.sel__style2 {
	position: relative;
	height: 40px;
	padding: 0 46px 0 10px;
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-image: var(--arr-down-bk);
	box-sizing: border-box;
	border: 1px solid var(--color-grey);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	font-size: 14px;
	color: var(--color-default);
}
.sel__style2:focus {background-image: var(--arr-up-bk);}
.sel__style2.on {
	border-color: var(--color-default);
}
.sel__style2 option {color: var(--color-default);}
/* //Select style*/

/* Title style */
.tit__style1 {
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	color: var(--color-default);
	text-align: center;
}
.tit__style2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: var(--color-default);
}
/* //Title style */
