@charset "utf-8";
@font-face {
    src: url("../css/font/강원교육모두-Light.woff");
    font-family:"edu";
}

@font-face {
    font-family: 'GangwonEdu_OTFBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 기본설정 */
@import "default.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@font-face {
	src: url("../css/font/PretendardVariable.ttf");
	font-family: "Pre";
}
@font-face {
    font-family: 'GowunDodum-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    scroll-behavior: smooth;
    -webkit-overflow-scrolling:touch;
min-height:-webkit-fill-available;
height: fill-available;
}
/* 모바일헤더 스타일링 */
.reserbtn3{
    display: inline-block;
    height: 25px;
   
    position: absolute;
    right: 5%;
    top: 26%;
}
.reserbtn3 a{
    font-size: 16px;
    font-family:'GangwonEdu_OTFBoldA';
    color: #6b6b6b;
    text-align: center;
    line-height: 16px;
    border: 1.5px solid #6b6b6b;
    padding: 12%;
}
.header-m{
    display: none;
    height: 70px;
    position: fixed;
    z-index: 9998;
    background-color: rgba(255,255,255,1.0);
    width: 100%;
}
.header-m a{
    width: 100%;
    height: 100%;

    display: inline-block;
}
.gnb_Title >a{
    color: #000;
    width: 100%;
    display: inline-block;
    padding-top: 8%;
    padding-bottom: 5%;
}

.header-m:hover{
    background-color: rgba(255,255,255,1.0);
    transition: all 0.35s;
}
.header-m .logo-m{
    width: 225px;
    height: 72px;
    position: absolute;
    left: 48%;
    transform: translate(-50%,0);
    background-repeat: no-repeat;
    z-index: 9999;
    margin: 0 auto;
}
.header-m .navbar{
    position: absolute;
    left: 5%;
    top: 29%;
    cursor: pointer;
}
.close{
    position: absolute;
    right: 7%;
    top: 3%;
    cursor: pointer;
}
.gnbwrap_m{
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow: scroll;
}
.gnbwrap_m .logo-m{
    position: absolute;
    left: 16%;
    top: 2.5%;
}

.gnb_m{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15%;
}
.gnb_Title_m{
    font-size: 50px;
    font-family: 'GowunDodum-Regular';
    font-weight: 400;
    cursor: pointer;
}

.gnb_Title_m a{
    color: #343434;
    display: inline-block;
    word-break: keep-all;
    margin-bottom: 0px;
    font-weight: 400;
}
.gnb_Title_m a:hover{
    font-weight: 600;
}
.gnb_text_m:nth-child(odd){
padding-left: 5%;

}
.gnb_text_m:nth-child(even){
padding-right: 5%;
}
.gnb_text_m{
    font-size: 34px;
    font-family: 'GowunDodum-Regular';
    width: 40%;
    text-align:center;
}

.gnb_Title_m ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gnb_Title_m ul li{
    display: none;
}
/* 모바일헤더 스타일링 */


.header{
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    opacity: 100%;

}
.header:hover{
    transition: all 0.3s;
    opacity: 100%;
}
.gnb_Title{
    display: inline-block;
    width: 15%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-family: 'edu';
    color: #002617;
}

.gnb_Title:last-child{
    margin-right: 0;
}

.logo{
    width: 20%;
    margin: 0 auto;
    height: 44px;
    background-image: url(/images/common/logo1.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 2%;

}
.logo a{
    display: inline-block;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.gnb_wrap{
    margin-left: 8%;
    width:60%
}
.header >ul{
    display: flex;
    margin: 0 auto;
    height: 30px;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 2%;
}

.remove{
    display:none;
}
.active{
    display:active;
}
.gnb_Title ul{
    background-color: #002617;
    position: absolute;
    top: 100%;
    width:100%;
    padding: 10px 0;
    display:none;
    box-sizing: border-box;
    border: none;
}

.gnb_Title li{
    height: 30px;
    background-color: #002617;
    width:100%;
    font-family:"edu";
    line-height: 30px;
    font-size: 16px;
   text-align: center;
    margin: 0 auto;
}


.gnb_Title li:last-child{
    padding-bottom: 10%;
}
.gnb_Title li a{
    color: #000;
    text-decoration: none;
   
}
.header{
    display: flex;
    flex-direction: column;
}

.logo-m{
    width: 225px;
    height: 70px;
    background-image: url(/images/common/logo2.png);
    display: inline-block;
    margin-left: 4%;
}
.gnb_Title_m p{
    display: inline-block;
}
#about1{
    font-size: 40px;
}
#about2{
    font-size: 40px;
}
#about1:hover{
    font-weight: normal;
}
#about2:hover{
    font-weight: normal;
}
@media (max-width: 768px){
.header{
    display:none;
}
.header-m{
    display: block;
}
.gnb_text_m a{
    margin-top: 15px;
    font-weight: 400;
}
.gnb_Title_m p{
    font-size: 40px;
}
.gnb_Title_m{
    
    margin-bottom: 15px;
    transition: all 1.0s;
    font-family:"edu";
    color: #343434;
}
.gnb_text_m{
    font-size: 30px;
}
.gnb_m{
    padding-top: 30%;
}

.gnb_Title_m a{
    margin-top: 12px;
    font-size: 25px;
}
.gnb_Title_m ul{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.gnb_text_m:nth-child(odd){
    padding: 0;
}
.gnb_text_m:nth-child(even){
    padding: 0;
}
.gnb_text_m{
    width: 100%;
}

}



@media (max-width: 380px){
    .gnb_text_m{
        margin: 0 auto;
    }
    .gnb_Title_m a{
        margin-top: 15px;

    }
   
}