@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* 노토 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
/* 초기 설정 */
* {
    margin: 0;
    padding: 0;
    font-family: 'Noto sans KR', sans-serif;
    color: #333;
}
body{
    padding-right: 0 !important;
}
html, 
body {
    overflow-x: hidden;
}
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
label {
    margin: 0;
}

.row {
    margin: 0;
}

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

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

.view-768 {
    display: none !important
}

.hide-768 {
    display: block !important
}

.view-1210 {
    display: none !important
}

.hide-1210 {
    display: block !important
}

.d-flex.hide-1210 {
    display: flex !important
}
.d-flex.hide-768 {
    display: flex !important
}

span.hide-1210 {
    display: inline !important
}

.wrap-1300{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.wrap-1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.wrap-930{
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}
.arrow svg{
    display: block;
    width: 76px;
    height: 11px;
    cursor: pointer;
}
.arrow svg .color{
    stroke:#6f6f6f;
    transition: .3s;
}

/* 미디어 쿼리 */

@media(max-width:1210px) {

    .view-1210 {
        display: block !important
    }

    .hide-1210 {
        display: none !important
    }

    span.view-1210 {
        display: inline !important
    }

    span.hide-1210 {
        display: none !important
    }

    span.hide-1210,
    img.hide-1210 {
        display: none !important;
    }

    .d-flex.hide-1210 {
        display: none !important
    }
    
}



@media(max-width:768px) {

    .view-768 {
        display: block !important
    }

    .hide-768 {
        display: none !important
    }
    .d-flex.hide-768 {
        display: none !important
    }
}
/************************************************ header ************************************************/
.menu{
    cursor: pointer
}
.subscribe a{
    display: block;
    border: 1px solid #444444;
    font-size: 18px;
    padding: 10px 15px;
}
.subscribe a:hover{
    background-color: #763C93;
    color: #fff;
}
.subscribe a:hover span{
    color: #fff;
}
header{
    width: 100%;
    position: fixed;
    top: -120px;
    transition: .3s;
    z-index: 9999;
    background-color: #fff;
}
header.style{
    position: fixed;
    top: 0;
}
header .wrap-1300{
    padding: 35.5px 0;
    position: relative;
}
.gnb_wrap{
    position: absolute;
    top:120px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.4s;
}
.gnb_wrap.on{
    opacity: 1;
    visibility: visible;
}
.gnb_wrap .main-menu{
    position: relative;
}
.gnb_wrap .main-menu>li{
    width: fit-content;
}
.gnb_wrap .main-menu>li,.gnb_wrap .main-menu>li>a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 32px;
    padding-bottom: 30px;
    cursor: pointer;
}
.gnb_wrap .sub-menu>li,.gnb_wrap .sub-menu li a{
    color: #222;
    font-weight: 600;
    font-size: 22px;
}
.gnb_wrap .main-menu>li.on_style{
    color: #763C93;
}
.gnb_wrap .sub-menu{
    position: absolute;
    left: 410px;
    top: 5px;
    display: none;
}
.gnb_wrap .sub-menu.on{
    display: block;
}
.gnb_wrap .sub-menu li{
    padding-bottom: 40px;
}
.gnb_wrap .sub-menu li a span{
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: 600;
    font-size: 17px;
    display: block;
}
.gnb_wrap .sub-menu li:hover *{
    color: #763C93;
}
@media(max-width:1210px){
    header{
        position: fixed;
        top: 0;
    }
    header .wrap-1300{
        padding: 35.5px 30px;
    }
    .gnb_wrap{
        padding: 0 30px;
    }
    .gnb_wrap .sub-menu{
        left: auto;
        top: 5px;
        display: block;
        right: -200%;
        transition: .3s;
        width: 100%;
        height: 100vh;
        background-color: #fff;
    }
    .gnb_wrap .sub-menu.on{
        display: block;
        right: 0;
    }
    .gnb_wrap .main-menu>li.back{
        font-size: 24px;
        color: #222 !important;
        position: absolute;
        z-index: 100;
        opacity: 0;
    }
    .gnb_wrap .main-menu>li.back.on{
        opacity: 1;
    }
    .subscribe a span{
        display: none;
    }
}
@media(max-width:759px){
    header .wrap-1300 {
        padding: 35.5px 15px;
    }
    .gnb_wrap {
        padding: 0 15px;
    }
}
/************************************************ header ************************************************/

/************************************************ footer ************************************************/
footer{
    border-top: 1px solid #e1e1e1;
   
}
footer .wrap-1300{
    padding: 60px 0;
    background: url(../images/ico/footer.png) no-repeat;
    background-position: bottom right;
}
footer ul li .d-flex{
    margin-bottom: 10px;
}
footer ul li .d-flex:last-of-type{
    margin-bottom: 0;
}
footer ul li .d-flex span{
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #212121;
}
footer ul li .d-flex p{
    color: #666;
    font-size: 15px;
    font-weight: 300;
    margin-left: 5px;
}
.f-top h6{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #763C93;
    padding-bottom: 28px;
}
.f-bottom{
    margin-right: 235px;
}
.f-bottom h6{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 28px;
}
@media(max-width:1210px){
    footer .wrap-1300{
        padding-bottom: 200px;
    }
    footer .wrap-1300>ul{
        flex-wrap: wrap;
        padding: 0 30px;
    }
    footer ul li.f-top{
        width: 100%;
    }
    .f-top h6{
        font-size: 50px;
        padding-bottom: 90px;
        text-align: center;
    }
    footer ul li .d-flex{
        flex-wrap: wrap;
    }
    footer ul li .d-flex span,.f-bottom h6{
        font-size: 28px;
        margin-bottom: 16px;
        width: 100%;
        text-align: center;
    }
    footer ul li .d-flex span b{
        display: none;
    }
    footer ul li .d-flex p{
        font-size: 28px;
        margin-left: 0;
        text-align: center;
        word-break: keep-all;
        width: 100%;
    }
    footer ul li .d-flex:first-of-type{
        margin-bottom: 45px;
    }
    .f-bottom {
        margin-right: 0;
        margin-top: 45px;
        width: 100%;
    }
    .f-bottom h6{
        font-weight: 500;
        padding-bottom: 0;
    }
    footer ul li.f-bottom .d-flex{
        flex-wrap: nowrap;
        justify-content: center;
    }
    footer ul li.f-bottom .d-flex span{
        margin-bottom: 0;
        width: fit-content;
    }
    footer ul li.f-bottom .d-flex p{
        margin-left: 10px;
        width: fit-content;
    }
    footer ul li.f-bottom .d-flex:first-of-type{
        margin-bottom: 5px;
    }
}
@media(max-width:759px){
    footer .wrap-1300 {
        padding: 40px 0;
        padding-bottom: 165px;
    }
    footer .wrap-1300>ul {
        padding: 0 15px;
    }
    .f-top h6 {
        font-size: 25px;
        padding-bottom: 25px;
    }
    footer ul li .d-flex span, .f-bottom h6{
        font-size: 20px;
        margin-bottom: 8px;
    }
    footer ul li .d-flex p{
        font-size: 16px;
    }
    footer ul li .d-flex:first-of-type{
        margin-bottom: 25px;
    }
    .f-bottom{
        margin-top: 25px;
    }
}
/************************************************ footer ************************************************/