@charset="UTF-8";


h4{
font-weight: 400;
font-family: 'Noto Sans KR', sans-serif;
font-size: 24px;
letter-spacing: -1px;
line-height: 120%;
}


h1{
font-weight: 600;
font-family: 'Noto Sans KR', sans-serif;
font-size: 40px;
letter-spacing: -1px;
line-height: 120%;
}


p{
font-weight: 300;
font-family: 'Noto Serif KR', serif;
font-size: 18px;
letter-spacing: -1px;
line-height: 180%;
}


li{
font-weight: 300;
font-family: 'Noto Serif KR', serif;
font-size: 21px;
letter-spacing: -1px;
line-height: 180%;
}



/*레이아웃*/
#header {width: 100%; background: url(../img/bgimg.jpg) repeat-x center top; border-bottom: 1px solid #4a4a4a; }
#main {background: #f9efef;}
#footer {width: 100%; height: 200px; background: #5e5e5e;}


/*컨테이너*/
.container {width: 1200px; margin: 0 auto; overflow: hidden;}


/*헤더*/
.header {height: 600px;}
.header .header_maeil {position: relative; text-align: right; z-index: 10;}
.header .header_maeil a { color: #fff; padding: 8px 0 6px 10px; display: inline-block; transition: color 0.3s ease;}
.header .header_maeil a:hover {color: #df0000;}

.header .header_tit {text-align: center; }
.header .header_tit .header_mention {position: relative; z-index: 10;}
.header .header_tit .header_mention h4 { padding-top: 100px;}
.header .header_tit .header_mention p {padding-top: 200px;}
.header .header_tit .header_img01 {position: absolute; z-index: 0.1; }
.header .header_tit .header_img01 img{margin-top: -35px; padding-left: 80px;}
.header .header_tit .header_img02 {position: absolute; z-index: 0.1;}
.header .header_tit .header_img02 img{position: relative; margin: 0 auto; left: 420px; }
.header .header-host {padding-top: 130px;}
.header .header-host > div {float: left; width: 40%;}
.header .header-host > div:last-child {width: 20%;}
.header .header-host .host li {float: left;}
.header .header-host .sponser li {float: left;}
.header .header-host .sponser img {padding-left: 15px;}
.header .header-host .helper li {float: left;}


.col1 {width: 90%; padding-left: 7%; padding-top: 50px; padding-bottom: 50px;}
.col1 p {text-align: center; font-size: 21px;}

.col2 {padding-top: 80px; padding-left: 5%;}
.col2 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left; }
.col2 li:last-child {padding: 10px;}
.col2 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%;  }

.col3 {padding-top:  110px; padding-left: 5%;}
.col3 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col3 li:last-child {padding: 10px;}
.col3 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.col4 {padding-top:  110px; padding-left: 5%;}
.col4 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col4 li:last-child {padding: 10px;}
.col4 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.col5 {padding-top:110px; padding-left: 5%;}
.col5 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col5 li:last-child {padding: 10px;}
.col5 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.col6 {padding-top:  110px; padding-left: 5%;}
.col6 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col6 li:last-child {padding: 10px;}
.col6 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.col7 {padding-top:  50px; padding-left: 5%;}
.col7 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col7 li:last-child {padding: 10px;}
.col7 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.col8 {padding-top:  110px; padding-left: 5%;}
.col8 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col8 li:last-child {padding: 10px;}
.col8 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.col9 {padding-top:  80px; padding-left: 5%;}
.col9 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col9 li:last-child {padding: 10px;}
.col9 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.col10 {padding-top:  110px; padding-left: 5%;}
.col10 li:first-child {width: 100px; height: 100px; border: 5px solid #b22929; float: left;}
.col10 li:last-child {padding: 10px;}
.col10 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 35%; }

.download .form {position: relative; text-align: center; height: 200px; padding-top: 50px;}
.download .form a { color: #35356c; padding: 10px 10px 10px 10px; display: inline-block; width: 260px; height: 50px; border: 1px solid #35356c; transition: color 0.5s ease; background: #fff;}
.download .form a:hover {color: #fff; background: #35356c;}

.copy {text-align: center; padding-top: 50px; color: #fff;}




/* media query*/
@media (max-width: 1220px){
    .container {width: 100%;}
    .row {padding: 0 15px;}
	.header .header_tit .header_img01 {width: 100%;}
	.header .header_tit .header_img01 img{margin-top: -35px; padding-left: 0px;}
	.header .header_tit .header_img02 {width: 100%;}
	.header .header_tit .header_img02 img{position: relative; margin: 0 auto; left: 0%;}

}    

@media (max-width: 1024px){
    .container {width: 100%;}
    .row {padding: 0 15px;}
	.header {height: 650px;}
	.header .header_tit .header_img01 {display:none;}
	.header .header-host {position: relative; margin: 0 auto; padding-top: 115px; left: 40%;}
	.header .header-host > div {float: none; width: 100%; }
	.header .header-host > div:last-child {width: 100%; }
}    

@media (max-width: 960px){
	.container {width: 100%;}
    .row {padding: 0 15px;}
	.header {height: 650px;}
	.header .header_tit .header_img01 {display:none;}
	.header .header-host {position: relative; margin: 0 auto; padding-top: 115px; left: 40%;}
	.header .header-host > div {float: none; width: 100%; }
	.header .header-host > div:last-child {width: 100%; }
	.col2 {padding-top: 50px; padding-left: 5%;}
	.col2 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col2 li:last-child {padding: 10px;}
	.col2 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col3 {padding-top: 40px; padding-left: 5%;}
	.col3 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col3 li:last-child {padding: 10px;}
	.col3 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col4 {padding-top: 40px; padding-left: 5%;}
	.col4 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col4 li:last-child {padding: 10px;}
	.col4 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col5 {padding-top: 40px; padding-left: 5%;}
	.col5 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col5 li:last-child {padding: 10px;}
	.col5 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col6 {padding-top: 40px; padding-left: 5%;}
	.col6 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col6 li:last-child {padding: 10px;}
	.col6 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col7 {padding-top: 40px; padding-left: 5%;}
	.col7 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col7 li:last-child {padding: 10px;}
	.col7 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col8 {padding-top: 40px; padding-left: 5%;}
	.col8 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col8 li:last-child {padding: 10px;}
	.col8 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col9 {padding-top: 40px; padding-left: 5%;}
	.col9 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col9 li:last-child {padding: 10px;}
	.col9 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }

	.col10 {padding-top: 40px; padding-left: 5%;}
	.col10 li:first-child {width: 100px; height: 50px; border: 5px solid #b22929; float: none; }
	.col10 li:last-child {padding: 10px;}
	.col10 li h4{margin: 0 auto; text-align: center; color: #000; margin-top: 10%;  }
}



@media (max-width: 600px){
	.container {width: 100%;}
    .row {padding: 0 15px;}
	.header {height: 650px;}
	.header .header_tit .header_mention p {padding-top: 130px; padding-left: 60px; width: 80%; text-align: center;}
	.header .header-host {position: relative; margin: 0 auto; padding-top: 105px; left: 30%;}

}


@media (max-width: 480px){
	.container {width: 100%;}
    .row {padding: 0 15px;}
	.header {height: 650px;}
	.header .header_maeil a {font-size: 20px;}
	.header .header_tit .header_mention p {padding-top: 120px; padding-left: 40px; width: 80%; text-align: center;}
	.header .header-host {position: relative; margin: 0 auto; padding-top: 75px; left: 25%;}
	.col1 {width: 85%; padding-left: 8%; padding-top: 30px;}
}


@media (max-width: 320px){
	.container {width: 100%;}
    .row {padding: 0 15px;}
	.header {height: 650px;}
	.header .header_maeil a {font-size: 20px;}
	.header .header_tit .header_mention p {padding-top: 120px; padding-left: 40px; width: 80%; text-align: center;}
	.header .header-host {position: relative; margin: 0 auto; padding-top: 75px; left: 25%;}

}