@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:before, *:after {box-sizing: border-box;}
body {
    background-color: #fff;
    margin: auto;
    font-family: 'Pretendard','sans-serif';
    color: #292929;
    line-height: 1.6;
    font-size: 1em;
}
body.hidden {overflow: hidden;}
 select, textarea {
    font-family: 'Pretendard','sans-serif';
    font-size: 15px;
    color: #fff;
}
button {border: 0; background-color: transparent; cursor: pointer;}
a {text-decoration: none; color: #000;}
ol, ul {list-style: none;}
img {border: 0; vertical-align: top;/*It is mainly used for Top and Middle*/}
.wrap {
    width: 100%;
    max-width: 1540px;
    padding: 0; 
    margin: auto;
}
.sound-only {position: absolute; left: -9999em;}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5 {font-family: 'Pretendard', 'sans-serif';}

.blue {background-color: #037eff; color: #fff;}
.dark-blue {background-color: #2457a8; color: #fff;}
.black {background-color: #000; color: #fff;}
.wine {background-color: #bc3031; color: #fff;}
.red {background-color: #e60012; color: #fff;}
.kok {background-color: #FE6D00; color: #fff;}

.blue:hover {border: 2px solid #037eff; color: #037eff; background-color: #fff; font-weight: 700; transition: 0.3s;}
.dark-blue:hover {border:2px solid #2457a8; color: #2457a8; background-color: #fff; font-weight: 700;  transition: 0.3s;}
.black:hover {border: 2px solid #000; color: #000; background-color: #fff; font-weight: 700;  transition: 0.3s;}
.wine:hover {border: 2px solid #bc3031; color: #bc3031; background-color: #fff; font-weight: 700;  transition: 0.3s;}
.red:hover {border: 2px solid #e60012; color: #e60012; background-color: #fff; font-weight: 700;  transition: 0.3s;}
.kok:hover {border: 2px solid #FE6D00; color: #FE6D00; background-color: #fff; font-weight: 700; transition: 0.3s;}

#skip a {
    position: fixed;
    left: 0;
    top: -100px;
    display: block;
    width: 100%;
    background-color: #292929;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    transition: top 0.2s;
}
#skip a:focus {top: 0;}


.logo {position: absolute; top: 0; padding: 30px; z-index: 1;}
.logo img {width: 60%;}
.m-gnb-label {position: absolute; top: 30px; right: 30px; z-index: 10; }
.m-gnb-label .bar1 {
    display: block;
    width: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 3px;
    background-color: #fff;
    transition: 0.5s;
}
.m-gnb-label .bar2 {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: 0.5s;
}
.m-gnb-label .bar3{
    display: block;
    width: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 3px;
    background-color: #fff;
    transition: 0.5s;
}
#m-gnb {
    position: absolute;
    right: 0;
    display: none; 
    width: 80%;
    height: 100%;
    padding-top: 86px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}
#m-gnb img {position: absolute; right: 0; bottom: 0;}
.line {border: 1px solid rgba(255, 255, 255, 0.5);}
.m-gnb-label.active .bar1 {transform: matrix(0.866, 0.7, -0.8,0.866,0,0); transition: 0.5s;}
.m-gnb-label.active .bar2 {opacity: 0;}
.m-gnb-label.active .bar3 {transform: matrix(-0.866, 0.7, -0.8,-0.866,0,0); margin-top: -12px; transition: 0.5s;}
.depth1 a {color: #fff; display: block; font-size: 1.4em; padding-top: 50px; padding-left: 30px;}
.depth1 a:hover{color: #027eff; transition: 0.3s;}

.footer-wrap {
    height: 450px;
    background-color: #000;
    color: #fff;
}
.ft-logo {
    padding: 35px;
    text-align: center;
}
.ft-sns {text-align: center; padding-top: 30px;}
.ft-sns a{
    padding: 20px;
    color: #fff;
    font-size: 1.8em;
}
.ft-sns a:hover {
    color: #037eff;
    transition: 0.2s;
}
.ft-line::before {
    content: '';
    display: block;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
}
.ft-info {
    line-height: 30px;
    font-size: 0.9em;
}
.ft-info dt{
    float: left;
    padding-left:30px;
}
.ft-info dt::after{
    content: ':';
    display: block;
    clear: both;
    float: right;
    padding: 0 10px;
}
.ft-info dd {
    padding: 0 30px;
}
.ft-info a{color: #fff;}
.ft-logo-txt{display: none;}