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

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

head, body{
    cursor: url('../img/cursor-bl.png'), auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

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

body{
    background-color: #e9e9e9;
}

h1{
    font-family:'Acosta Regular';
    font-weight:normal;
}

h2,h3{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    margin: 70px auto;
    margin-left: 60px;
    margin-right: 60px;
    height: auto;
    position: relative;    
}

/* nav css */

.nav{
    width: 100%;
    height: 45px;
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}

.nav .wrapper-nav{
    width: 450px;
}

.flex{
    display: flex; 
    justify-content: space-between;
}

.nav a{
    display: block;
	padding: 13px 15px;
}

.nav .logo{
    margin-left: 50px;
}

.nav .logo h1{
    font-size:20px;
}

.nav .gnb{
    width: 400px;
    margin-right: 50px;
}

.nav .gnb .on{
    background: #F5601B;
	color: #000;
}

.nav .gnb li a{
    padding: 9.5px 25.5px;
    font-size: 18px;
    font-weight: 500;
}

.nav .gnb li a:hover{
    background: #F5601B;
	color: #000;
	transition: all 0.5s;  
}

/* page */

.tit {
    width: 150px;
    height: 60px;
    background-color: #F5601B;
    border: 1px solid #000;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.tit h2{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.cal {
    display: flex; 
    justify-content: space-between;
}

.cal h3{
    font-size: 20px;
    font-weight: 500;
}

.line {
    height: 1px;
    background-color: black;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.line-thick {
    height: 3px;
    background-color: black;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.info{
    text-align: left;
}

.wrapper {
    height: 1800px;
    width: 1200px;
    position: relative;
    left: 50%;
    top: 1000px;
    transform: translate(-50%, -50%);
}

.apply {
    display: flex; 
    justify-content: center; 
    align-items: center;
    position: relative;
}

.apply > img{
    width: 850px;
}

.apply .apply-button img:hover{
    cursor: url('../img/cursor-click.png'), auto;
}
.apply .apply-button{
    position: absolute;
    left: 910px;
    top: 1370px;
}

.apply .apply-button img{
    width: 228px;
}

.checkpoint ul{
    display: flex; 
    justify-content: center; 
    align-items: felx-start;
}

.checkpoint ul li{
    padding: 0 30px;
}

.checkpoint ul .cp1{
    flex-shrink: 0;
}

.checkpoint ul .cp1 h3{
    font-size: 20px;
    font-weight: 700;
    color:#F5601B;
}

.checkpoint ul .cp3 h3{
    font-weight: 500;
}

footer{
    width: 100%;
    height: 150px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-wrapper{
    width: 1200px;
    text-align: center;
}

footer h3{
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
}