@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;
    word-break: keep-all;
    font-size: 20px;
}

.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{
    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 css */

.tit {
    width: 180px;
    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;
}

.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;
}

.col{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.col-tit, .col-absense{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    height: 300px;
}

.col-margin{
    margin-right: 30px;
}
.col-left{
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    flex-shrink: 0;
}
.col-right{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

.col-right img{
    max-width: 100%;
}

#baro{
    color:#F5601B;
    font-weight: 600;
}

#baro > a:hover{
    cursor: url('../img/cursor-click.png'), auto;
}

#baro img{
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-left: 3px;
}

#subtit{
    width: 200px;
    color:#F5601B;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

#light{
    font-weight: 100;
}

.txt{
    display: flex;
}
.ver{
    display: flex;
    flex-direction: column;
}

.ver h3{
    width: 350px;
}


.absense-ver{
    display: flex;
    flex-direction: column;
    justify-content: left;
}




/* footer */

footer{
    width: 100%;
    height: 150px;
    margin-top: 50px;
    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;
}