/*header */
header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: aqua; */
    padding: 0  80px ;
}
.nav_contents {
    transform: translateX(-100%);
    z-index: 500;
    position: fixed;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-flow: column;
    transition: 0.4s;
}
.nav_top {
    display: flex;
    align-items: center;
    padding: 2.1rem 2rem;
    margin: 10px;
}
.nav_top img{
    /* width: 2rem; */
}
.nav_logo img{

    width: 85%;
}
.logo_box {

}
.nav_link {
    display: flex;
    flex-flow:column nowrap;
}
.nav_link a {
    font-size: 1.7rem;
    padding: 2.5rem;
    color: #000 ;
    font-weight: 600;
    /* color: #FF6D3D;
    border: 1px solid #FF865E;
    box-shadow: .1rem .1rem 1rem rgba(255, 134, 94, 0.9); */
    margin: 10px;
}
.nav_color2 {
    color: #FF6D3D !important;
    border: 1px solid #FF865E;
    box-shadow: .1rem .1rem 1rem rgba(255, 134, 94, 0.9);
}
.nav_bg {
    background-color: rgba(0, 0, 0, .6);
    min-height: 100vh;
    position: fixed;
    display: none;
    z-index: 400;
    width: 100%;
    left: 0;
    top: 0;
}
.nav_on {
transform: translateX(0);
transition: 0.4s;
}
.bg_on{
    display: block;
}
header img {
    width: 55%;
    
}
.mo_nav {
    display: none;
}
.header_top  {
    padding: 30px 0 ;
}
nav  {
    display: flex;
    gap: 20px ;
}
nav a {
    font-size: 17px;
    color: #B5B5B5;
}
.main_btn_box  {
    margin-top: 60px;
    padding: 0  80px ;
    max-width: 1200px;
    margin: 0 auto;
}
.main_btn_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_btn_box a {
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.main_btn_box li {
    width: 30.5%;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    /* background-color: aqua; */
    padding: 113px;
    background-image: url(../img/btn-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    gap: 20px;
}
.main_btn_box li h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.main_section {
    /* max-width: 1200px; */
    margin: 0 auto;
}
.main_btn_box ul li:nth-of-type(1) a {
    font-size: 20px;
    color: #fff;
    background-color: #84AB50;
}
.main_btn_box ul li:nth-of-type(2) a {
    font-size: 20px;
    color: #fff;
    background-color: #FF7547;
}
.main_btn_box ul li:nth-of-type(3) a {
    font-size: 20px;
    color: #fff;
    background-color: #EBAA4C;
}
.home_banner1 {
    margin-top: 60px;
    background-color: #F4F7EC;
}

.home_banner_wrap {
    padding: 30px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.home_banner_wrap p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.home_banner_wrap span {
    font-size: 25px;
    font-weight: 700;
    color: #83AA4F;
}
.home_banner_wrap img {
    width: 13rem;
}
.home_text {
    max-width: 1200px;
    margin: 65px auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
}
.home_text p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    line-height: 1.4;
}
.home_text h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}
.home_text div {
    padding: 35px ;
    padding-right: 50px;
    width: 48%;
    border-radius: 20px;
    cursor: pointer;
}
.home_text div:nth-of-type(1){
    border: 1px solid #86AC53;
    box-shadow: .1rem .1rem 1rem rgba(134, 172, 83, 0.9);
}
.home_text div:nth-of-type(2){
    border: 1px solid #FF865E;
    box-shadow: .1rem .1rem 1rem rgba(255, 134, 94, 0.9);
}
.home_bnr_txt2 {
    margin-top: 20px;
}
.home_banner2 {
    background-color: #FFF2EC;
}

.home_banner2 img {
    height: 73%;
    width: 20rem;
}
.more_left span {
    font-size: 23px;
    font-weight: 700;
}
.more_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.more_left img  {
    width: 30px;
    height: 30px;
}
.home_show_more {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto;
}
.home_banner2 .home_banner_wrap span {
    color: #ff7446;
}
.show_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.show_btn a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 30%;
    padding: 59px;
    gap: 20px;
    background-image: url(../img/btn-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 
.more_right {
    width: 79%;
}
.show_btn span {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
.sub_main {
    margin: 0px 0 75px;
    padding: 0 80px;
}
.main_titles {
    font-size: 24px;
    font-weight: 700;
    color: #FF7446;
    padding: 90px 0 20px;
    /* border-bottom: 4px solid #FF7446; */
    width: max-content;
    position: relative;
}
.main_titles::after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ff7746;
    display: inline-block;
    position: absolute;
    bottom:-4%;
    left: 0;
}
.border_wrap {
    width: 100%;
    border-bottom: 4px solid #F3F3F3;
    margin-bottom: 40px;
}
/* sub */
.sub_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.sub_category a  {
    padding: 92px 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 30%;
    gap: 2rem;
    background-image: url(../img/btn-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sub_category a  p {
    font-size: 22px ;
    font-weight: 700;
}

.sub_page_all h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
}
.sub_page_all pre {
    line-height: 1.6;
    font-size: 17px;
}

.sub_cont_nav {
    padding: 30px 0;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin: 60px 0;
}
.sub_cont_nav  span {
    font-size: 20px;
    font-weight: 600;
    background-color: #F4F4F4;
    padding: 10px 40px;
    border-radius: 20px;
}
.sub_cont_nav a{
    display: flex;
    align-items: center ;
    gap: 20px;
}
.sub_cont_nav p {
    font-size: 20px;
    font-weight: 600;
}
.nav_contents {
    /* display: none; */
}
/* 반응 */
@media (min-width: 768px) and (max-width: 1200px) {
    header img {

    }
    header {
        justify-content: center;
    }
    nav{
        display: none;
    }
    .home_text {
        flex-flow: column;

    }
    .home_text div {
        width: 100%;
        margin-bottom: 30px;
    }
    .home_show_more{
        flex-flow: column nowrap;
        gap: 30px;
    }
    .more_right {
        width: 100%;
    }
    .mo_nav {
        display: block;
        position: absolute;
        left: 0;
    }
    .header_top  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_wrap {
        width: 100%;
    }
    .header_top {
        width: 100%;
        position: relative;
    }
    .main_btn_box{
        padding: 0 20px;
    }
    .home_text {
        padding: 0 20px;
    }
    .home_banner_wrap {
        padding: 45px 20px;
    }
    header {
        padding: 0 20px;
    }
    .home_show_more {
        padding: 0 20px;
    }
    .mo_nav_contents {
        /* display: flex; */
    }
    .main_btn_box a {
        display: none;
    }
    .show_btn a {
        width: 30.5%;
        padding: 112px;
    }
    .sub_main {
        margin: 0px 0 75px;
        padding: 0 20px;
    }
    .home_text p {
        font-size: 16px;
    }
    .show_btn span {
        font-size: 18px;
        font-weight: 700;
        white-space: nowrap;
    }
    .main_btn_box li {
        padding: 113px;
    }
    .home_banner_wrap p {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
    }
    .main_btn_box li h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
    }
    .home_banner_wrap span {
        font-size: 20px;
        font-weight: 700;
        color: #83AA4F;
    }
    .more_left span {
        font-size: 20px;
        font-weight: 700;
    }
    .more_left img {
        width: 20px;
        height: 20px;
    }
    .sub_category a p {
        font-size: 18px;
        font-weight: 700;
    }
    .main_titles{
        padding: 20px 0 20px;
        font-size: 20px;
    }
    .sub_page_all h2 {
        font-size: 20px;
        font-weight: 700;
        padding: 20px 0;
    }
    .logo_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



@media screen and (max-width: 767px) {
    .logo_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header img {
        width: 55%;
    }
    header {
        justify-content: center;
    }
    nav{
        display: none;
    }
    .home_text {
        flex-flow: column;

    }
    .home_text div {
        width: 100%;
        margin-bottom: 30px;
    }
    .home_show_more{
        flex-flow: column nowrap;
        gap: 30px;
    }
    .more_right {
        width: 100%;
    }
    .mo_nav {
        display: block;
        position: absolute;
        left: 0;
    }
    .header_top  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_wrap {
        width: 100%;
    }
    .header_top {
        width: 100%;
        position: relative;
    }
    .main_btn_box{
        padding: 0 15px;
    }
    .home_text {
        padding: 0 15px;
    }
    .home_banner_wrap {
        padding: 45px 15px;
    }
    header {
        padding: 0 15px;
    }
    .home_show_more {
        padding: 0 15px;
    }
    .mo_nav_contents {
        /* display: flex; */
    }
    .main_btn_box a {
        display: none;
    }
    .show_btn a {
        width: 31.5%;
        gap: 10px;
        padding: 50px 0;
    }
    .sub_main {
        margin: 0px 0 75px;
        padding: 0 20px;
    }
    .main_titles {
        padding: 20px 0 20px;
    }
    .home_text p {
        font-size: 14px;
    }
    .main_btn_box li h2 {
        font-size: 12px;
    }
    .home_text h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .home_text div {
        padding: 20px;
    }
    .home_banner_wrap p {
        font-size: 16px;
    }
    .home_banner2 img {
        height: 73%;
        width: 18rem !important;
    }
    .more_left img {
        width: 20px;
        height: 20px;
    }
    .more_left span {
        font-size: 17px;
        font-weight: 700;
    }
    .main_btn_box {
        margin-top: 0;
    }
    .main_btn_box li {
        gap: 5px;
        width: 33%;
    }
    .home_banner_wrap span {
        font-size: 17px;
        font-weight: 700;
        color: #83AA4F;
    }
    .main_btn_box li {
        padding: 45px 0;
        gap: 5px;

    }
    .main_btn_box li img {
        width: 20%;
    }
    .sub_category img{
        width: 25%;
    }
    .sub_category a {
        gap: 1rem;
    }
    .sub_category a p {
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }
    .main_titles {
        font-size: 17px;
    }
    .sub_page_all h2 {
        font-size: 17px;
        font-weight: 700;
        padding: 20px 0;
    }
    .show_btn span {
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }
    .show_btn img {
        width: 20%;
    }
    .home_banner_wrap img {
        width: 11rem;
    }
    .home_banner1 {
        /* margin-top: 0; */
    }
    .home_banner_wrap p {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
    }
    .sub_category a {
        padding: 70px 0;
    }
    .sub_category {
        margin-top: 0 !important;
    }
    .sub_page_all pre {
        line-height: 1.6;
        font-size: 14px;
    }
    .sub_cont_nav span {
        font-size: 17px;
        font-weight: 600;
    }
    .sub_cont_nav p {
        font-size: 17px;
        font-weight: 600;
    }
    .sub_cont_nav {
        padding: 10px 0;
        border-top: 1px solid #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
        margin: 60px 0;
    }
    .more_left {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .point3 {
        font-size: 17px !important;
        font-weight: 600 !important;
    }
}