@charset "utf-8";
  @font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
  @font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
  @font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-7ExtraBold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: 700;
     font-style: normal;
}


/* 모든 페이지 공통 스타일 */
body { font-family: 'GmarketSansMedium'; font-size: 16px; line-height: 1.1; color: #000000; }
.center_inner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0; }

/* text style */
b { font-weight: bold; }

/* z-index */
header { z-index: 100; }
header .menu_btn_box { z-index: 102; }
header nav.open { z-index: 101;}
.main_page article.main_visual .visual_page .swiper-wrapper { z-index: -1; }
.sub_title .sub_menu_box { z-index: 80; }
.sub_title .sub_menu_box .sub_menu ul { z-index: 81; }

/* video_box */
.video_box { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }
.video_box > * { width: 100%; position: absolute; top: 0; left: 0; z-index: 1; }

/* modal */
.modal { z-index: 301; display: none; max-width: 98%; max-height: 98%; background-color: #ffffff; overflow: scroll; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); -ms-overflow-style: none; scrollbar-width: none; }
.modal::-webkit-scrollbar { display: none; }
.modal_bg { z-index: 300; display: none; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0; left: 0; }

.modal.on { display: block; }
.modal_bg.on { display: block; }


/*############ header ############*/
header { width: 100%; height: 110px; background-color: #ffffff; position: fixed; top: 0; left: 0; transition: height 0.3s; }
header .center_inner {  height: 110px; padding: 0; position: relative; display: flex; align-items: center; justify-content: space-between; }


/* logo_wrao */
header .logo_wrap { width: 260px; margin: 0 30px; }
header .logo_wrap > a { display: block; }
header .logo_wrap > a > img { width: 100%; max-width:250px; }


/* nav */
/* nav */
header nav {width: 100%;padding: 0 120px 0 180px;display: flex;justify-content: center;transition: height 0.3s;}
header nav .main_menu {width: 100%;padding: 0 8%;display: flex;font-size: 113%;font-weight: bold;display: flex;justify-content: space-between;}
header nav .main_menu > li { position: relative; cursor: pointer;letter-spacing: 2px;}
header nav .main_menu > li > div { padding: 0 00px; margin:30px; text-transform: uppercase;  font-family: 'S-CoreDream-5Medium'; font-weight: 500; }
/*header nav .main_menu > li:hover { color: #f7a940; transition: 0.3s; }*/


header nav .sub_menu { width: 100%; font-size: 16px; text-align: center; position: absolute; top: 100px; left: 50%; transform: translate(-50%,0); opacity: 0; visibility: hidden; transition: opacity 0.35s;}
header nav .sub_menu li > a { margin: 5px 0; padding: 10px 0; display: block; font-weight: 400; }
header nav .sub_menu li > a:hover { color: #2e9182; transition: 0.3s; }


/* menu_btn */
header .menu_btn_box { width: 80px; height: 110px; background-color: #2e9182; display: flex; align-items: center; justify-content: center; position:absolute;top:0px;right:0px; }
header .menu_btn_box .menu_btn { width: 50px; margin: 14px 0; cursor: pointer; }
header .menu_btn_box .menu_btn > img { width: 100%; }


/* hover */
header:hover { height: 300px; transition: height 0.3s; }
header:hover nav .sub_menu { opacity: 1; visibility: visible; transition: opacity 0.35s; }


/* nav open */
header nav.open { width: 100%; max-width: 100%; height: 100%; overflow: scroll; left: 100%; background-color: #2e9182; position: fixed; top: 0; left: 0; transition: 0.5s; -ms-overflow-style: none; scrollbar-width: none; }
header nav.open::-webkit-scrollbar { display: none; }

header nav.open .main_menu { width: 80%; margin: 10% auto; padding: 0; color: #ffffff; display: flex; flex-wrap: wrap; justify-content: flex-start; }
header nav.open .main_menu > li { width: 33%; padding: 0 0 20px 0; flex-direction: column; align-items: flex-start; }
header nav.open .main_menu > li > div { padding: 10px 0; text-align: left; }
header nav.open .main_menu > li:hover { color: #ffffff; }
 
header nav.open .sub_menu { text-align: left; position: relative; top: 0; left: 0; transform: translate(0,0); opacity: 1; visibility: visible; }
header nav.open .sub_menu > li > a { padding: 10px 15px; color: #ffffff; }
header nav.open .sub_menu li > a:hover { color: #ffffff; }

header nav.open .login_btn_wrap { position: fixed; top: 30px; right: 100px; }



/*############ footer ############*/
footer { padding: 50px 0; font-size: 14px; background-color: #eeeeee; }
footer .center_inner { display: flex; align-items: center; }

footer .logo_wrap { width: 220px; margin-right: 40px; }
footer .logo_wrap > img { width: 100%; }

footer .info_wrap > div { color: #5e5e5e; line-height: 1.5; }
footer .info_wrap > div > span::after { content: ''; width: 2px; height: 12px; margin: 0 8px; background-color: #8d8d8d; display: inline-block; }
footer .info_wrap > div > span:last-child:after { display: none; }


/*############ sub_title ############*/
.sub_title { padding-top: 110px; }
.sub_title > div { height: 400px; padding-bottom: 70px;  background-image: url(../images/sub_title_bg_2026.png);  background-position:center center; background-repeat: no-repeat; display: flex; align-items: center; position: relative; background-size:cover; }

.sub_title > div .text_image {  max-width: 1400px; margin: 0 auto; }
.sub_title > div .text_image > img { width: 100%; max-width: 450px; }

.sub_title .sub_menu_box { width: 100%; max-width: 1400px; height: 50px; background-color: #2e7d32; position: absolute; left: 50%; bottom: 0; transform: translate(-50%,0); display: flex; box-shadow: 2px 2px 5px 2px rgba(200, 200, 200, 0.6); }

.sub_title .sub_menu_box .home_menu { width: 50px; height: 50px; background-color: #ffffff; }
.sub_title .sub_menu_box .home_menu > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.sub_title .sub_menu_box .home_menu > a > img { width: 20px; }

.sub_title .sub_menu_box .sub_menu { width: 40%; max-width: 360px; height: 100%; position: relative; }
.sub_title .sub_menu_box .sub_menu .page_name { width: 100%; height: 100%; padding: 0 4%; color: #ffffff; font-size: 16px; font-weight: bold; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.sub_title .sub_menu_box .sub_menu ul { width: 100%; position: absolute; top: 100%; left: 0; background-color: #2e7d32; opacity: 0; visibility: hidden; }
.sub_title .sub_menu_box .sub_menu ul > li > a { height: 50px; padding: 0 4%; color: #ffffff; font-weight: bold; font-size: 16px; display: flex; align-items: center; }
.sub_title .sub_menu_box .sub_menu ul > li > a:hover { background-color: rgba(255, 255, 255, 0.2); }

.sub_title .sub_menu_box .sub_menu.sub_A::after { content: ''; width: 1px; height: 50%; background-color: #ffffff; position: absolute; right: 0; top: 50%; transform: translate(0,-50%); }

/* hover */
.sub_title .sub_menu_box .sub_menu:hover ul { opacity: 1; visibility: visible; transition: 0.5s; }



/*############ sub_page_name ############*/
.sub_page_name { padding: 35px 0; font-size: 25px; font-weight: bold; }




@media all and (max-width:1200px) {
    .center_inner { padding: 0 4%; }

    /*############ header ############*/
    header { height: 60px; }
    header .center_inner { height: 60px; }

    /* logo_wrao */
    header .logo_wrap { width: 180px; margin: 0 4%; }

    /* nav */
    header nav { width: 400px; position: fixed; right: -400px; transition: right 0.3s; }
    header nav .sub_menu { transition: 0s; }
    header nav .sub_menu li > a:hover { transition: 0s; }

    /* menu_btn */
    header .menu_btn_box { width: auto; height: 60px; background-color: rgba(255, 255, 255, 0); flex-direction: row-reverse; }
    header .menu_btn_box .menu_btn { width: 60px; height: 60px; background-color: #2e9182; display: flex; align-items: center; justify-content: center; }
    header .menu_btn_box .menu_btn > img { width: 30px; }

    /* hover */
    header:hover { height: 60px; }

    /* nav open */
    header nav.open { width: 400px; max-width: 100%; padding: 50px 0 0 0; display: block; right: 0; left: auto; transition: right 0.5s; }
    header nav.open .main_menu { width: 100%; }
    header nav.open .main_menu > li { width: 100%; padding: 10px 0; }
    header nav.open .main_menu > li > div { padding: 10px 4%; }

    header nav.open .sub_menu { background-color: #ffffff; display: none; }
    header nav.open .sub_menu li > a { color: #000000; }
    header nav.open .sub_menu li > a:hover { color: #000000; }

    header nav.open .main_menu > li.sub_on .sub_menu { display: block; }

    header nav.open .login_btn_wrap { top: 12px; right: 70px; }


    /*############ footer ############*/
    footer .info_wrap > div > span { display: block; }
    footer .info_wrap > div > span::after { display: none; }


    /*############ sub_title ############*/
    .sub_title { padding-top: 60px; }
    .sub_title > div { padding-bottom: 50px; }

    .sub_title > div .text_image { padding: 0 4%; }

    .sub_title .sub_menu_box { height: 50px; }

    .sub_title .sub_menu_box .home_menu { width: 50px; height: 50px; }
    .sub_title .sub_menu_box .home_menu > a > img { width: 28px; }

    .sub_title .sub_menu_box .sub_menu ul > li > a { height: 45px; font-size: 15px; font-weight: 500; }

    .sub_title .sub_menu_box .sub_menu.sub_A::after { width: 1px; }


    /*############ sub_page_name ############*/
    .sub_page_name { font-size: 22px; }
}

@media all and (max-width:540px) {
    
    body { font-size: 15px; }

.sub_title > div .text_image > img { width: 100%; max-width: 290px; }
    /*############ sub_title ############*/
    .sub_title > div { height: 280px; }

    .sub_title .sub_menu_box { height: 45px; }

    .sub_title .sub_menu_box .home_menu { width: 45px; height: 45px; }
    .sub_title .sub_menu_box .home_menu > a > img { width: 24px; }

    .sub_title .sub_menu_box .sub_menu .page_name { font-size: 15px; font-weight: 400; }
    .sub_title .sub_menu_box .sub_menu ul > li > a { height: 40px; font-size: 14px; font-weight: 400; }

    /*############ footer ############*/
    footer { padding: 40px 0; font-size: 13px; }
    footer .center_inner { flex-direction: column; justify-content: center; }

    footer .logo_wrap { width: 190px; margin-bottom: 15px; }
    footer .info_wrap > div { text-align: center; }

    /*############ sub_page_name ############*/
    .sub_page_name { font-size: 18px; }
}