@charset "utf-8";

@import url(font.css);
@import url(reset.css);

body {
    width: 100%;
    color: #333;
    font-family: "S-CoreDream", "Noto Sans KR", sans-serif;
    font-size: 1.9512vw;
}

/* *******header************* */
header {
    width: 100%;
    height: 18.2927vw;
    background-color: #2c3787;
    color: #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99;

}

header .inner {
    width: 90.2439vw;
    margin: 0 auto;
    padding-top: 4.8780vw;
    padding-bottom: 6.0976vw;
    display: flex;
    justify-content: space-between;
}

header a {
    color: #fff;
}

header .logo {
    width: 45.1220vw;
    height: 7.3171vw;
    background-image: url(../images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;

}

header .logo a {
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

header .gnb {
    width: 6.3415vw;
    height: 6.3415vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/hamburg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
}

.slide-menu {
    width: 64%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -64%;
    transition: 0.5s;
    color: #333;
    z-index: 101;
}

.slide-menu .close {
    width: 4.8780vw;
    height: 4.8780vw;
    background-image: url(../images/close_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 4.8780vw;
    right: 4.8780vw;

}

.slide-menu ul {
    width: calc(100% - 17.5610vw);
    margin: 0 auto;
}

.slide-menu ul li {
    margin-bottom: 8.5366vw;

}

.slide-menu ul li a {
    font-size: 3.9024vw;
    font-weight: 500;
    color: #2c3787;
}

.slide-menu .dept1 {
    border-bottom: 0.2439vw solid #ccc;
    padding-top: 24.3902vw;
}

.slide-menu .util {
    padding-top: 8.5366vw;
}

.slide-menu .util .youtube {
    width: 14.6341vw;
    height: 6.0976vw;
    background-image: url(../images/menu-youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}

.menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}







/* ***********MAIN************ */

.main {
    width: 100%;
    background-color: #2c3787;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 20.0000vw;
}

.main p {
    color: #fff;
}

.main .main-txt p:first-child {
    color: #6fff00;
    font-size: 3.4146vw;
    font-weight: 500;
    line-height: 4.8780vw;
    letter-spacing: -0.1220vw;
    margin-bottom: 7.7561vw;
}

.main .main-txt .main-tit {
    font-size: 8.7805vw;
    font-weight: bold;
    letter-spacing: -0.2439vw;
    margin-bottom: 7.7561vw;
    line-height: 11.7073vw;
}

.main .main-txt .main-des {
    font-size: 4.0244vw;
    line-height: 7.8049vw;
    letter-spacing: -0.2439vw;
    font-weight: 500;
}

.main .main-txt .main-des span {
    color: #6fff00;
}

.main .btn {
    width: 29.2683vw;
    height: 12.1951vw;
    background-color: #6fff00;
    text-align: center;
    line-height: 12.1951vw;
    border-radius: 0.4878vw;
    font-size: 3.4146vw;
    color: #2c3787;
    font-weight: bold;
    letter-spacing: -0.2439vw;
}

/* **************footer***************** */
footer {
    width: 100%;
    color: #999;
    padding-bottom: 14.6341vw;
    background-color: #000;
}

footer .agreement {
    padding: 8.0488vw 0;
    font-size: 3.6585vw;
    border-bottom: 0.2439vw solid #999;
    color: #fff;
}

footer .agreement a {
    display: inline-block;
}

footer .companyInfo {
    padding: 8.0488vw 0;
    margin-bottom: 8.0488vw;
    border-bottom: 0.2439vw solid #999;
}

footer .companyInfo address {
    font-size: 3.4146vw;
    line-height: 5.8537vw;
}

footer .companyInfo p {
    font-size: 3.4146vw;
    line-height: 5.8537vw;
}

footer .companyInfo span {
    margin-left: 2.9268vw;
}

footer .companyInfo .mail {
    margin-bottom: 5.6098vw;
    display: flex;

}

footer .companyInfo .mail a {
    margin-left: 2.9268vw;
    font-size: 3.4146vw;
    letter-spacing: normal;
}

footer .companyInfo .uzen-link {
    display: flex;
}

footer .companyInfo .uzen-link a {
    font-size: 3.4146vw;
    margin-left: 2.9268vw;
    line-height: 5.8537vw;
    position: relative;
}

footer .companyInfo .uzen-link a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.2439vw;
    background-color: #999;
    position: absolute;
    bottom: -0.7317vw;
    left: 0;
}

footer .copyright {
    font-size: 2.9268vw;
    margin-bottom: 10.9756vw;
    letter-spacing: normal;
}

footer .footLogo {
    width: 41.2195vw;
    height: 6.8293vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/footer-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
