@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap'); */
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

a {
    color:#FFF;
    padding-top: 3%;
}

a:hover {
    color: #FFF;
}

body {
    overflow: hidden;
    font-family: 'GmarketSansMedium';
}

span {
    font-family: 'Pretendard-Regular';
    margin: 0;
}

.pt-210 {
    padding-top: 230px;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    z-index: 100;
}

header .container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content:center;
}

#logo_t {
    width: 400px;
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}

.section01 {
    background: url(../img/bg2.png) center / cover no-repeat;
    width: 100vw;
    height: 100%;
    overflow: auto;
}

.section01 .container > div > img {
    margin-top: 210px;
}

.img_box > a {
    width: 100%;
    display: contents;
}

.img_box > a img {
    width: 260px;
    margin-bottom: 20px;
}

.gobutton {
    margin-top: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gobutton .btn {
    width:244px;
    height: 100px;
    background-color: rgba(0,56,91,.6);
    border: 2px solid #FFF;
    border-radius: 0px 16px;
    box-sizing: border-box;
    font-size:26px;
    line-height: 1.3;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .gobutton .btn:nth-child(1) {
    font-size: 29px;
}
.gobutton .btn:nth-child(2) {
    font-size: 22px;
} */

.gobutton .btn:hover {
    opacity: .8;
    background-color: #052133;
}

.hcopy, #logo_top {
    width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.button_box {
    display: flex;
    padding: 0;
}

.section01 .img_box {
    margin-top: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pc_img {
    display: block;
}

.m_img {
    display: none;
}

/* Media Queries for Smaller Screens */

/* 1400px and below */
@media (max-width: 1400px) {
    .section01 .img_box {
        margin-top: 200px;
    }

    .pt-210 {
        padding-top: 330px;
    }

    .hcopy {
        width: 450px;
        margin-top: -100px;
    }

    .gobutton {
        margin-top: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .gobutton .btn:hover {
        opacity: .8;
        background-color: #333;
    }
}

/* 992px and below */
@media (max-width: 992px) {
    .img_box > a {
        width: 35%;
        display: inline-block;
        text-align: center;
    }

    .img_box > a img {
        width: 220px;
    }

    .hcopy {
        width: 400px;
        margin-top: 50px;
    }

    #logo_t {
        margin-top: 15px;
        width: 350px;
    }

    .section01 .img_box {
        margin-top: 330px;
    }

    .pt-210 {
        padding-top: 200px;
    }

    .slogan img {
        display: none;
    }

    .gobutton {
        margin-top: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .gobutton .btn {
        width:200px;
        height: 90px;
        background-color: rgba(0,56,91,.6);
        border: 2px solid #FFF;
        border-radius: 0px 16px;
        box-sizing: border-box;
        font-size:23px;
        line-height: 1.3;
        margin-top:20px;
        
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    /* .gobutton .btn:nth-child(1) {
        font-size: 23px;
    }
    .gobutton .btn:nth-child(2) {
        font-size: 18px;
    } */

    .gobutton .btn:hover {
        opacity: .8;
        background-color: #333;
    }

    }


/* 768px and below */
@media (max-width: 768px) {
    header .container {
        padding: 0 15px;
    }

    .pc_img {
        display: none;
    }

    .m_img {
        display: block;
        width: 100%;
    }

    .section01 .container > div > img {
        margin-top: 160px;
    }

    header .slogan {
        display: none;
    }

    .section01 .img_box {
        margin-top: 300px;
    }

    div.swiper-slide img {
        width: 100%;
    }
}

/* 574px and below */
@media (max-width: 574px) {
    .img_box > a img {
        width: 200px;
    }

    .img_box > a {
        width: 45%;
        display: inline-block;
        text-align: center;
    }

    .section01 .img_box {
        margin-top: 300px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

/* 425px and below */
@media (max-width: 425px) {
    header .container {
        padding: 0 15px;
    }

    .pc_img {
        display: none;
    }

    .m_img {
        display: block;
        width: 100%;
    }

    .img_box > a {
        width: 50%;
        display: inline-block;
        text-align: center;
    }

    .img_box > a img {
        width: 180px;
    }

    .hcopy {
        width: 350px;
        margin-top: 50px;
    }

    .section01 .container > div > img {
        margin-top: 160px;
    }

    header .slogan {
        display: none;
    }

    .section01 .img_box {
        margin-top: 300px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    div.swiper-slide img {
        width: 100%;
    }
}

/* 1900px and below */
@media (max-width: 1900px) {
    .mySwiper .swiper-wrapper {
        text-align: center;
    }
}
