* {
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: #303030;
}
div {
    margin: 0;
}

.header_wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 1rem 0;
}
.header_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.header_con .logo img {
    width: 100%;
}
.nav_menu button {
    border: 1px solid #222222;
    background: none;
    border-radius: 50px;
}
.nav_menu button a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 1rem;
    line-height: 2.2;
    color: #222222;
    font-weight: 400;
}
.nav_menu button.bg_b {
    background: #222222;
    margin-left: 1rem;
}
.nav_menu button.bg_b a {
    color: #fff;
}

.wrap .main_visual {
    position: relative;
}
.wrap .main_visual img {
    width: 100%;
}
.wrap .main_text {
    position: absolute;
    top: 28%;
    left: 17.7%;
    color: #fff;
}
.wrap .main_text button {
    background: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 1px 1px 6px 0px #0000002e;
}
.wrap .main_text button a {
    font-weight: 500;
    display: block;
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
}
@font-face {
    font-family: 'GangwonEduHyeonokT';
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gangwon/GangwonEduHyeonokT.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gangwon/GangwonEduHyeonokT.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gangwon/GangwonEduHyeonokT.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gangwon/GangwonEduHyeonokT.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gangwon/GangwonEduHyeonokT.ttf') format("truetype");
    font-display: swap;
}
.main_text p {
    font-family: 'GangwonEduHyeonokT';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 1.8rem;
} 

.main_text h2 {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 3.8rem;
    text-shadow: 1px 1px 8px #0000004f;
    margin: 1rem 0 1.1rem;
}






footer .foot_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    align-items: flex-start;
    padding-top: 3rem;
}
.foot_wrap .foot_con2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.foot_wrap .foot_con2 img {
    margin-right: 4rem;
}
.foot_wrap .foot_con2 p {
    font-weight: 300;
    line-height: 1.8;
    font-size: 0.9rem;
}
.foot_wrap .foot_con2 p span {
    margin-top: 2.5rem;
    display: block;
    color: #8f8f8f;
}
.foot_wrap .foot_con3 p a {
    font-weight: 500;
    font-size: 1rem;
}


