@charset "utf-8";
/* 초기 설정 */

@font-face {
    font-family: 'KOTRAHOPE';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/KOTRAHOPE.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dovemayo_gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.1/Dovemayo_gothic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    color: #333;
}
body{
    padding-right: 0 !important;
    font-family: 'Pretendard';
}
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-900 {
  display: none !important
}

.view-1210 {
    display: none !important
}

.hide-1210 {
    display: block !important
}

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

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

.wrap-1828{
    width: 100%;
    max-width: 1828px;
    margin: 0 auto;
}

.wrap-1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-940{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.wrap-800{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


/* 미디어 쿼리 */

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


}

/* 230621 */
@media(max-width: 900px) {
  .view-900 {
      display: block !important
  }
  .hide-900 {
      display: none !important
  }
}

@media(max-width:768px) {

    .view-768 {
        display: block !important
    }

    .hide-768 {
        display: none !important
    }

}
.pb-0{
    padding-bottom: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}

/******************************** header ********************************/
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;

}
header h1{
    padding: 26.5px 0;
    position: fixed;
    left: 45px;
    width: fit-content;

}
header h1 a{
    display: block;
}
header h1 a img{
    margin-top: -5px;
}
.header_wrap{
    position: relative;
    width: 100%;
}
header .menuList.pc{
    width: 100%;
    max-width: 905px;
    overflow: hidden;
    height: 101px;
    transition: .3s;
    z-index: 10;
    
}
.mainnav-list{
    width: 100%;
    max-width: 180px;
}
.mainnav-list a{
    font-size: 18px;
    text-align: center;
}
.mainnav-list>a{
    display: block;
    position: relative;
    padding: 37px 0;
}
.sub-menu{
    padding-top: 30px;
}
.sub-menu li{
    padding-bottom: 40px;
}
.sub-menu li a p{
    font-weight: 300;
    color: #777;
}
header::after{
    content: "";
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 101px;
    left: 0;
    transition: .3s;
    z-index: 5;
    border-top: 1px solid #e1e1e1;
}
header.on::after{
    height: 450px;

}
header.on .menuList.pc{
    height: 500px;
}
header.on .mainnav-list:hover>a::after{
    display: block;
}
header.on .mainnav-list .sub-menu li a:hover p{
    color: #f3787e;
}
header.on .mainnav-list.b .sub-menu li a:hover p{
    color: #ffbb1a;
}
header.on .mainnav-list.c .sub-menu li a:hover p{
    color: #679ef7;
}
header.on .mainnav-list.d .sub-menu li a:hover p{
    color: #ff9d4d;
}
header.on .mainnav-list.e .sub-menu li a:hover p{
    color: #5db389;
}
header .mainnav-list>a::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f3787e;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: none;
}
header .mainnav-list.b>a::after{
    background-color: #ffbb1a;
}
header .mainnav-list.c>a::after{
    background-color: #679ef7;
}
header .mainnav-list.d>a::after{
    background-color: #ff9d4d;

}
header .mainnav-list.e>a::after{
    background-color: #5db389;
}
.pageSelectBox{
    width: 170px;
    position: relative;
    margin-right: 30px;
}
.newsSelect{
    width: 100%;
}
.newsSelect a{
    display: block;
    cursor: pointer;
}
.pageSelectBox .newsSelect a button.newsFn{
    cursor: pointer;
}
.pageSelectBox .newsFn{
    width: 100%;
    font-size: 16px;
    color: #000;
    display: block;
    background-color: transparent;
    border: none;
}
.pageSelectBox .newsFn:hover{
    outline: none;
}
.pageSelectBox .newsFn img{
    margin-right: 10px;
}
.pageSelectBox .newsFn img.on{
    display: none;
}
.pageSelectBox svg{
    display: inline-block;
    width: 10px;
    height: 8px;
    vertical-align: middle;
    margin-left: 15px;
}
.pageSelectBox svg .select_arrow{
    fill: #000;
}
.newBox {
    height: auto;
    overflow-y: scroll;
    position: absolute;
    top: 40px;
    background-color: #fff;
    left: 0;
    width: 100%;
    z-index: 9;
    border: 1px solid #aeb1b9;
    display: none;
}
.newBox ul li{
    padding: 8px 20px;
    color: #999;
    font-size: 15px;
}

.newBox.on{
    display: block;
}
.pageSelectBox .newsFn.on img.on{
    display: inline-block;
}
.pageSelectBox .newsFn.on img.off{
    display: none;
}

aside h1{
    display: none;
}

aside{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    max-width: 496px;
}  
aside .nav{
    display: block;
    padding: 50px;
    border-top: 1px solid #e1e1e1;
}
aside .nav .mainnav-list{
    max-width: none;
}

aside .menuList {
    width: 100%;
    max-width: none;
    position: relative;
    padding-top: 99px;
    overflow: visible;
    height: auto;
    transition: none;
    z-index: 10;
}  
.m-menu{
    position: fixed;
    background-color: #fff;
    right: -100%;   
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 496px;
   
}
.m-menu.on{
    right: 0;
}
aside .mainnav-list>a {
    display: block;
    padding: 10px 0;
    text-align: left;
    position: relative;
}
aside .mainnav-list>a .aside_arrow{
    display: block;
    width: 21px;
    height: 12px;
    position: absolute;
    top: 18px;
    right: 0;
    transition: .3s;
}
aside .mainnav-list>a .aside_arrow polygon{
    fill: #679ef7;
}
aside .nav .mainnav-list.on>a{
    color: #f3787e;
}
aside .nav .mainnav-list.b.on>a{
    color: #ffbb1a;
}
aside .nav .mainnav-list.c.on>a{
    color: #679ef7;
}
aside .nav .mainnav-list.d.on>a{
    color: #ff9d4d;
}
aside .nav .mainnav-list.e.on>a{
    color: #5db389;
}
aside .nav .mainnav-list.on .aside_arrow{
    transform: rotate(180deg);
}
aside .nav .mainnav-list.on .aside_arrow polygon{
    fill: #333;
}
aside .mainnav-list{
    border-bottom: 1px solid #e1e1e1;
}
aside .sub-menu{
    padding-top: 15px;
}
aside .sub-menu li a p {
    text-align: left;
    font-size: 15px;
}
aside .sub-menu li {
    padding-bottom: 25px;
}
html.on {
    overflow: hidden;
}
#shadow {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.52);
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 999;
}
#shadow.on {
    display: block;
}
.menu{
    cursor: pointer;

}
.open,.close.on{
    display: block;
}
.open.on{
    display: none;
}
.close {
    float: none;
    display: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.close:focus,.close:hover {
    color: inherit;
    opacity: 1
}
.menu_wrap:first-of-type{
    position: relative;
    z-index: 9999;
    padding: 35px 0;
    /* border-bottom: 1px solid #e1e1e1; */
    padding-right: 45px;
}
aside .menu_wrap{
    padding-left: 50px;
}
@media(max-width:1500px){
    header{
        border-bottom: 1px solid #e1e1e1;
    }
    header::after{
     display: none;
    }

   .menuList.pc{
        display: none;
    }
    .header_wrap{
        justify-content: flex-start !important;
    }
    header h1 {
        position: relative;
        left: 45px;
        width: fit-content;
        padding: 25.5px 0;
    }
}
@media(max-width:1210px){
    header h1{
        left: 30px;
    }
    .menu_wrap:first-of-type{
        padding-right: 30px;
    }
    .m-menu{
        top: 99px;
    }
    aside .menuList{
        padding-top: 0;
    }
    header{
        z-index: 9999
    }
    .m-menu{
        overflow-y: auto;
    }
}
@media(max-width:759px){
    aside h1{
        padding: 26.5px 0;
        position: fixed;
        left: 20px;
        width: fit-content;
        margin-top: -5px;
    }
    header h1 a img{
        width: 225px;
    }
    header h1{
        left: 20px;
    }
    .menu_wrap:first-of-type{
        padding-right: 20px;
    }
    aside{
        width: fit-content;
    }
}
/******************************** header ********************************/

/******************************** footer ********************************/
footer{
    background-color: #f0f0f0;
}
.sns{
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 10px 0;
}
.sns ul.d-flex li{
    margin: 0 12.5px;
}
footer>.wrap-1200{
    padding: 40px 0;
}
.f-top>p{
    margin:0 50px;
    font-size: 15px;
    color: #aaa;
    font-weight: 300;
}
.f-top>p .copy{
    display: block;
    font-size: 13px;
    color: #aaa;
    font-weight: 300;
    padding-top: 10px;
}
.f-bottom form{
    display: block;
    position: relative;
}
.f-bottom form input{
    display: inline-block;
    text-indent: 10px;
    padding: 8px 0;
    border: none;
    border-radius: 10px;
    color: #aaa;
}
.f-bottom form input::placeholder{
    color: #aaa;
}
.f-bottom form input.subscribe_input{
    width: 130px;
}
.f-bottom form .ra_box{
    position: absolute;
    bottom: 0;
    left: 0;
}

.f-bottom form .ra_box p label{
    font-size: 13px;
    color: #aaa;
    display: inline-block;
    transform: translateY(-2px);
}
.f-bottom form button{
    display: block;
    margin-left: 9px;
    border: none;
    width: 130px;
    background-color: #679ef7;
    border-radius: 10px;
    padding: 19px 0;
    cursor: pointer;
}
.f-bottom form button p{
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}
@media(max-width:1210px){
    footer>.wrap-1200 {
        padding: 60px 30px;
    }
    .f_box{
        flex-wrap: wrap;
    }
    .f-top{
        order: 3;
    }
    .f-bottom{
        margin: 0 auto;
    }
    .f-bottom form input.subscribe_input_email,.f-bottom form input.subscribe_input{
        width: 100%;
        display: block;
    }
    .f-bottom form input.subscribe_input{
        width: 100%;
        margin-bottom: 10px;
    }
    .f-top{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .f-bottom form .ra_box {
        bottom: -55px;
        left: 0;
    }
    .f-top h1{
        width: 100%;
        text-align: center;
        padding: 50px 0;
        padding-top: 105px;
    }
    .f-top>p{
        text-align: center;
        margin: 0;
    }
}
@media(max-width:759px){
    footer>.wrap-1200 {
        padding: 60px 20px;
    }

}
/******************************** footer ********************************/

