@charset "euc-kr";

/*================================================================================================
    폰트설정
================================================================================================*/
/* 본고딕 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean');

/*지마켓 산스*/
@font-face{
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
}
@font-face{
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
}
@font-face{
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
}

/*경기천년제목*/
@font-face {
    font-family: 'Gyeonggi_Title_Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gyeonggi_Title_Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/*한림명조체*/
@font-face {
    font-family: 'HallymMjo-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2204@1.0/HallymMjo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/*================================================================================================
    기본설정
================================================================================================*/
*{
	margin:0;
	padding:0;
	box-sizing : border-box;
}
body, select, input, textarea, option{
	margin:0;
	padding:0;	
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	color: #454545;	
	letter-spacing: -0.25px;
	word-break: keep-all;
}
a{
	color :#454545;
	text-decoration: none;
}                                       
a:visited{
	color:#454545;
	text-decoration: none;
}
a:hover{
	color :#2d87db;
	text-decoration :none;
}
a:active{
	color: #2d87db;
	text-decoration: none;
}
caption,
legend{
	font-size: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	visibility:hidden;
}
img{
	border: 0px;
}
ul,ol,dl,li{
	list-style: none;
}
textarea{
	overflow: auto;
} 
button,label{
	cursor: pointer;
}
hr{
	display: none;
	clear: both;
}
button{
	font-family: 'Noto Sans KR', sans-serif;
}
button:focus{
	outline: none;
}

/*================================================================================================
    스크롤바
================================================================================================*/
html::-webkit-scrollbar{
	width: 8px;
	background-color: #fff;
}
html::-webkit-scrollbar-thumb{
	background-color: #575757;
	border-radius: 10px;
}

/*================================================================================================
    아이폰 기본 스타일 제거
================================================================================================*/
input,
textarea{
	/*ios대응*/
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
select{
	/*ios대응*/
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	background: url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* 화살표 아이콘 추가 */
	background-size: 10px 7px;
	border-radius: 0;
}
input::placeholder{
	color: #a6a6a6;
}

/*================================================================================================
    입력폼		
================================================================================================*/
input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input{
	height: 36px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 0 10px;
	box-sizing: border-box;
}
input:focus {
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}

/*================================================================================================
    textarea박스	
================================================================================================*/
textarea{
	height: 100px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 10px 10px;
	box-sizing: border-box;
}
textarea:focus{
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}

/*================================================================================================
   셀렉트박스	
================================================================================================*/
select{
	height: 36px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 0 10px;
}
select:focus{
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}

/*================================================================================================
   라디오 버튼
================================================================================================*/
input[type='radio']{
	display: none;
}
input[type='radio'] + label{
	margin-bottom:0;
	font-weight: 400;
	color: #5c5c5c;
    display: inline-block;
    cursor: pointer;
    position: relative;
	margin: 0 17px 0 0;
}
input[type='radio'] + label::before{
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: -5px 7px 0 0;
	background: url('../images/sub/radio_off.png');
}
input[type='radio']:checked + label::before{
	background: url('../images/sub/radio_on.png');
}

/*================================================================================================
   체크버튼
================================================================================================*/
input[type=checkbox]{
    display: none;
}
input[type=checkbox] + label{
	margin-bottom: 0;
	font-weight: 400;
	color: #262626;	
    display: inline-block;
    cursor: pointer;
    position: relative;
	padding: 0 1.053rem 0 1.368rem;
}
input[type=checkbox]+ label:before{
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	position: absolute;
	left: 0;
	top: 4px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}
input[type=checkbox]:checked + label:before{
    content: "\2713";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 0.842rem;
    font-weight:800;
    color: #fff;
    background: #49b80a;
    text-align: center;
    line-height: 0.632rem;
}

/*================================================================================================
   테이블
================================================================================================*/
table{
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}
td img{
	border: 0;
	vertical-align: middle;
}

/*================================================================================================
   반응형 기본사이즈 : 메인
================================================================================================*/
.wrap{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 5.263rem;
	padding-right: 5.263rem;
}

@media (max-width: 1399px){
	.wrap{
		width: 98%;
		max-width: 1300px;
	}
}
@media (max-width: 1299px){
	.wrap{
		width: 99%;
		max-width: 1200px;
	}
}
@media (max-width: 1099px){
	.wrap{
		width: 100%;
		max-width: 1050px;
	}
}
@media (max-width: 999px){
	.wrap{
		width: 100%;
		padding-left: 2.105rem;
		padding-right: 2.105rem;
	}
}
@media (max-width: 899px){
	.wrap{
		width: 96%;
	}
}
@media (max-width: 500px){
	.wrap{
		width: 100%;
		padding-left: 1.579rem;
		padding-right: 1.579rem;
	}
}

/*================================================================================================
   해상도에 따른 폰트
================================================================================================*/
html{
	font-size: 19px;
	line-height: 1.9rem;
}

@media (max-width: 1199px){
	html{
		font-size: 18px;
		line-height: 1.9rem;
	}
}
@media (max-width: 799px) {
	html{
		font-size: 16px;
		line-height: 1.5rem;
	}
}

/*================================================================================================
	pc에만 보이게 하기
================================================================================================*/
.visible_pc{
	display: block;
}

@media (max-width: 1399px){
	.visible_pc{
		display: none;
	}
}
@media (max-width: 812px){
	.visible_pc{
		display: none;
	}
}

/*================================================================================================
	타블렛에만 보이게 하기
================================================================================================*/
.visible_tablet{
	display: none;
}

@media (max-width: 1399px){
	.visible_tablet{
		display: block !important;
	}
}

/*================================================================================================
	모바일에만 보이게 하기
================================================================================================*/
.visible_mobile{
	display: none;
}

@media (max-width: 812px){
	.visible_mobile{
		display: block !important;
	}
}

/*================================================================================================
	유튜브동영상 반응형에 맞게 줄어들기
================================================================================================*/
.youtube{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.youtube iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

/*================================================================================================
	페이지 준비중입니다.
================================================================================================*/
.page_ing{
	text-align: center;
}
.page_ing img{
	padding: 0 0 20px 0;
}

/*================================================================================================
	색상
================================================================================================*/
.color_388edd{
	color: #388edd;
}
.color_000000{
	color: #000000;
}
.color_134eac{
	color: #134eac;
}
.color_e20d0d{
	color: #e20d0d;
}