/**
 * Created by PhpStorm.
 * Date         :
 * Developer    :
 * Description  : wp_style.css
 * ⓒ 2024. WebPlanet Co. All Rights Reserved.
 */

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
 */
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/

/*FONT*/
@font-face {
    font-family: 'Pretendard-Thin';
    /*src: url('/font/Pretendard-Thin.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraLight';
    /*src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    /*src: url('/font/Pretendard-Light.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    /*src: url('/font/Pretendard-Regular.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    /*src: url('/font/Pretendard-Medium.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    /*src: url('/font/Pretendard-SemiBold.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    /*src: url('/font/Pretendard-Bold.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    /*src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Black';
    /*src: url('/font/Pretendard-Black.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'SUIT-Thin';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-ExtraLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Heavy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUITE-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SUITE-Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SUITE-SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SUITE-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SUITE-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SUITE-Heavy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-pre100: 'Pretendard-Thin';
    --font-pre200: 'Pretendard-ExtraLight';
    --font-pre300: 'Pretendard-Light';
    --font-pre400: 'Pretendard-Regular';
    --font-pre500: 'Pretendard-Medium';
    --font-pre600: 'Pretendard-SemiBold';
    --font-pre700: 'Pretendard-Bold';
    --font-pre800: 'Pretendard-ExtraBold';    
    --font-pre900: 'Pretendard-Black';

    --font-dangdanghae: 'Cafe24Dangdanghae';

    --font-suit100: 'SUIT-Thin';
    --font-suit200: 'SUIT-ExtraLight';
    --font-suit300: 'SUIT-Light';
    --font-suit400: 'SUIT-Regular';
    --font-suit500: 'SUIT-Medium';
    --font-suit600: 'SUIT-SemiBold';
    --font-suit700: 'SUIT-Bold';
    --font-suit800: 'SUIT-ExtraBold';
    --font-suit900: 'SUIT-Heavy';

    --font-suite300: 'SUITE-Light';
    --font-suite400: 'SUITE-Regular';
    --font-suite500: 'SUITE-Medium';
    --font-suite600: 'SUITE-SemiBold';
    --font-suite700: 'SUITE-Bold';
    --font-suite800: 'SUITE-ExtraBold';
    --font-suite900: 'SUITE-Heavy';
}





/* 공통 */
html{
    scroll-behavior: smooth;
}

.wp_wrap{
    overflow: hidden;
    font-family: var(--font-pre400);
    word-break: keep-all;
}

.wp_wrap .cm_inner{
    max-width: 1420px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.wp_wrap .cm_sec{
    padding: 60px 0;
    background: #FBFBFB;
}
.wp_wrap .cm_sec .inner_box{
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    background: #fff;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.wp_wrap header .h_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap header .h_inner .h_logo{
    min-width: 370px;
}
.wp_wrap header .h_inner .h_logo img{}
.wp_wrap header .h_inner nav{}
.wp_wrap header .h_inner nav .gnb{
    display: flex;
    align-items: center;
    /* gap: 50px; */
}
.wp_wrap header .h_inner nav .gnb>li{
    position: relative;
    width: 170px;
    height: 120px;
}
.wp_wrap header .h_inner nav .gnb>li>a{
    font-size: 20px;
    color: #1C1C1C;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_wrap header .h_inner nav .gnb>li .sub_mnu{
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 15px 0;
    display: none;
}
.wp_wrap header .h_inner nav .gnb>li .sub_mnu li{
    padding: 10px 0;
}
.wp_wrap header .h_inner nav .gnb>li .sub_mnu li>a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #404040;
    transition: 0.2s;
}
.wp_wrap header .h_inner nav .gnb>li .sub_mnu li>a::after{
    content:attr(data-title);
    font-family: var(--font-pre600);
    display: block; 
    height: 0px;
    visibility: hidden;
}
.wp_wrap header .h_inner nav .gnb>li .sub_mnu li>a:hover{
    color: #EF6D22;
    font-family: var(--font-pre600);
}
.wp_wrap header .h_inner .mopen,
.wp_wrap .mo_mnu{
    display: none;
}
.wp_wrap header .sub_mnu_bg{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    height: 190px;
    z-index: -1;
    display: none;
}
/**********************************************************************************************************************/







/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer{}
/* f_top */
.wp_wrap footer .f_top{
    background: #fff;
}
.wp_wrap footer .f_top .f_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.wp_wrap footer .f_logo{
    min-width: 230px;
}
.wp_wrap footer .f_logo img{}
.wp_wrap footer .f_link{
    display: flex;
    gap: 5px;
}
.wp_wrap footer .f_link .link_box{}
.wp_wrap footer .f_link .link_box select{
    width: 210px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
    font-size: 14px;
    font-family: var(--font-pre400);
    color: #4E4E4E;
    padding: 10px 7px;
    background: #fff;
    background: url('../img/icon/f_select_arr.png') no-repeat calc(100% - 10px) 50% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* f_bot */
.wp_wrap footer .f_bot{
    background: #E2E2E2;
    padding: 15px 0;
}
.wp_wrap footer .f_info{}
.wp_wrap footer .f_info .adrs,
.wp_wrap footer .f_info .contact li>a,
.wp_wrap footer .f_info .copyright{
    font-size: 14px;
}
.wp_wrap footer .f_info .adrs{
    color: #676767;
    margin-bottom: 5px;
    line-height: 1.3;
}
.wp_wrap footer .f_info .contact{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px 25px;
    margin-bottom: 10px;
}
.wp_wrap footer .f_info .contact li{}
.wp_wrap footer .f_info .contact li>a{
    color: #676767;
}
.wp_wrap footer .f_info .copyright{
    color: #4E4E4E;
}
.wp_wrap footer .f_info .copyright>a{
    color: #D1CFCF;
    line-height: 1.3;
    transition: 0.3s;
}
.wp_wrap footer .f_info .copyright>a:hover{
    color: #9f9f9f;
}
/**********************************************************************************************************************/








/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap main{
    margin-top: 120px;
}
/* ms_visual */
.wp_wrap .ms_visual{
    position: relative;
}
.wp_wrap .ms_visual .img_bg{
    position: relative;
    height: 540px;
    overflow: hidden;
}
.wp_wrap .ms_visual .img_bg .img_box{
    width: 100%;
    height: 100%;
}
.wp_wrap .ms_visual .img_bg .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bgImg 10s infinite ease-in-out;
}

@keyframes bgImg{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.04) rotate(-0.5deg)
    }
    100%{
        transform:scale(1)
    }
}

.wp_wrap .ms_visual .img_bg .shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(25,152,191);
    background: linear-gradient(135deg, rgba(25,152,191,0.66) 0%, rgba(22,210,200,0.36) 70%, rgba(253,64,0,0.61) 100%);
}
.wp_wrap .ms_visual .cont_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp_wrap .ms_visual .cont_box .inner_box{
    max-width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.wp_wrap .ms_visual .cont_box .inner_box .txt_area{
    width: 50%;
    opacity: 0; 
    transform: translateY(20%); 
}
.wp_wrap .ms_visual .cont_box .inner_box .txt_area .txt1{
    font-size: 23px;
    font-family: var(--font-pre300);
    color: #fff;
    margin-bottom: 5px;
}
.wp_wrap .ms_visual .cont_box .inner_box .txt_area .txt2{
    font-size: 40px;
    font-family: var(--font-dangdanghae);
    color: #fff;
    line-height: 1.25;
}

.wp_wrap .ms_visual.on .cont_box .inner_box .txt_area{
    opacity: 1;
    transform: translateY(0);
    transition: 1.2s 0.2s; 
}


.wp_wrap .ms_visual .cont_box .inner_box .slide_area{
    width: 50%;
    position: relative;
    /* opacity: 0; */
    /* transform: translateY(50%); */
}
.wp_wrap .ms_visual.on .cont_box .inner_box .slide_area{
    /* opacity: 1; */
    /* transform: translateY(0); */
    /* transition: 0.7s 0.7s; */
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider{
    width: 1300px;
    margin-bottom: 20px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-list{}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-slide{}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide{}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in{
    width: 250px;
    height: 250px;
    padding: 15px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    overflow: hidden;
    
    background: rgba(255, 255, 255, 0.7);
    transform: scale(0.9);
    transform-origin: 50% 0;
    transition: transform  0.3s;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide.slick-current .slide_in{
    background: rgba(255, 255, 255, 1);
    transform: scale(1) !important;
}





.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-slide .slide_in,
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .slide_in{ 
    transform: scale(0.9);
    transform-origin: 50% 0;
    transition: transform  0.3s;
    background: rgba(255, 255, 255, 0.7);
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-center .slide_in,
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .slide_in{ 
    background: rgba(255, 255, 255, 1);
    transform: scale(1) !important;
}


.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .category{
    margin-bottom: 15px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .category .page_name{
    font-size: 20px;
    font-family: var(--font-pre700);
    color: #4E4E4E;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .category .cate{
    font-size: 13px;
    color: #EF6D22;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .tit_box{
    margin-bottom: 15px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .tit_box p{
    font-size: 16px;
    color: #4E4E4E;
    line-height: 1.3;
    min-height: 42px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .sum_box{    
    margin-bottom: 50px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .sum_box p{
    font-size: 14px;
    font-family: var(--font-pre300);
    color: #7E7E7E;
    line-height: 1.3;
    min-height: 37px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in .date{
    color: #AAAAAA;
    font-size: 14px;
}






.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 45px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box .line{
    width: 70px;
    height: 1px;
    background: #F9F9F9;
    display: inline-block;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box button{
    position: relative;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-family: var(--font-pre300);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); 
    transition: 0.3s;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box button:hover{
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0); 
}

.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box button:active,
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box button.pressed{
    transform: translate(2px, 2px);
}


.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box .mv_prev::after{
    content: '';
    position: absolute;
    top: -5px;
    right: -60px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition:0.3s;    
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); 
    
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box .mv_next::after{
    content: '';
    position: absolute;
    top: -5px;
    left: -60px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition:0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); 
    
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box .mv_prev:hover::after{
    right: -32px;
    opacity: 1;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box .mv_next:hover::after{
    left: -32px;
    opacity: 1;
}













/* ms_mnu */
.wp_wrap .ms_mnu {
    background: #F8F8F8;
    padding: 55px 0;
}
.wp_wrap .ms_mnu .inner_box{
    display: flex;
    align-items: center;
    gap: 60px;
}
.wp_wrap .ms_mnu .inner_box .lt{
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.wp_wrap .ms_mnu .inner_box .itm_box{}
.wp_wrap .ms_mnu .inner_box .itm_box.itm_box1{
    width: 100%;
}
.wp_wrap .ms_mnu .inner_box .itm_box>p{
    font-size: 20px;
    font-family: var(--font-pre500);
    color: #5E5E5E;
    padding-left: 15px;
    margin-bottom: 15px;
}
.wp_wrap .ms_mnu .inner_box .quick_mnu{
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.wp_wrap .ms_mnu .inner_box .quick_mnu li{}
.wp_wrap .ms_mnu .inner_box .quick_mnu li a{}
.wp_wrap .ms_mnu .inner_box .quick_mnu li a .li_in{
    border-radius: 30px;
    border: 5px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 190px;
    height: 175px;
    background: #fff;
    transition: 0.3s;
}
/* hover 시 */
.wp_wrap .ms_mnu .inner_box .quick_mnu li:hover a .li_in{
    background: #EEEEEE;
}
.wp_wrap .ms_mnu .inner_box .quick_mnu li a .li_in .icon_box{}
.wp_wrap .ms_mnu .inner_box .quick_mnu li a .li_in .icon_box img{}
.wp_wrap .ms_mnu .inner_box .quick_mnu li a .li_in .txt_box{}
.wp_wrap .ms_mnu .inner_box .quick_mnu li a .li_in .txt_box p{
    text-align: center;
    font-size: 16px;
    font-family: var(--font-pre500);
    color: #4E4E4E;
    line-height: 1.3;
}
.wp_wrap .ms_mnu .inner_box .active_mnu{}
.wp_wrap .ms_mnu .inner_box .active_mnu a{}
.wp_wrap .ms_mnu .inner_box .active_mnu a .li_in{
    border-radius: 20px;
    border: 5px solid #EEEEEE;
    width: 275px;
    height: 175px;
    overflow: hidden;
    /* background: url('../img/main/m_active.jpg') no-repeat center center / cover; */
}
.wp_wrap .ms_mnu .inner_box .active_mnu a .li_in .img_box{
    width: 100%;
    height: 100%;
}
.wp_wrap .ms_mnu .inner_box .active_mnu a .li_in .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
    transform: scale(1);
    transition: 0.5s;
}
.wp_wrap .ms_mnu .inner_box .active_mnu:hover a .li_in .img_box img{
    transform: scale(1.05);
}
.wp_wrap .ms_mnu .inner_box .itr_box{
    background: #EBEBEB;
    border-radius: 35px;
    padding: 20px 40px;
    display: flex;
    align-items: flex-start;
    gap: 70px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .txt_area{
    padding-top: 15px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .txt_area .en{
    color: #AFAFAF;
    font-size: 11px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .txt_area .ko{
    color: #1C1C1C;
    font-size: 20px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area{}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 7px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li{}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a{}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .icon_box{
    position: relative;
    border-radius: 20px;
    width: 75px;
    height: 75px;
    border: 1px solid #D8D8D8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;    
    box-shadow: none;
    transition: 0.3s;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .icon_box img{
    position: absolute;
    transition: 0.3s;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .icon_box img.nohov{
    opacity: 1;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .icon_box img.hov{
    opacity: 0;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .name{
    font-size: 11px;
    color: #4E4E4E;
    text-align: center;
}

/* hover 시 */
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li:hover a .li_in .icon_box{
    background: #EF6D22;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li:hover a .li_in .icon_box img.nohov{
    opacity: 0;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li:hover a .li_in .icon_box img.hov{
    opacity: 1;
}


.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li:active a .li_in .icon_box,
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li.pressed a .li_in .icon_box{
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.18);
}


/**********************************************************************************************************************/








/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
/* sub_top */
.wp_wrap .sub_top{
    position: relative;
}
.wp_wrap .sub_top .top_main{
    position: relative;
}
.wp_wrap .sub_top .top_main .img_bg{
    position: relative;
    height: 300px;
    overflow: hidden;
}
.wp_wrap .sub_top .top_main .img_bg .img_box{
    width: 100%;
    height: 100%;
}
.wp_wrap .sub_top .top_main .img_bg .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .sub_top .top_main .img_bg .shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(25,152,191);
    background: linear-gradient(135deg, rgba(25,152,191,0.66) 0%, rgba(22,210,200,0.36) 70%, rgba(253,64,0,0.61) 100%);
}
.wp_wrap .sub_top .top_main .sp_name{
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -10%);
    font-size: 40px;
    color: #fff;
    font-family: var(--font-dangdanghae);
    padding: 0 15px;
    width: 100%;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    text-align: center;
}
.wp_wrap .sub_top.on .top_main .sp_name{
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: 0.7s;
}
.wp_wrap .sub_top .top_mnu{
    background: #EFEFEF;
}
.wp_wrap .sub_top .top_mnu .inner_box{
    display: flex;   
    height: 60px;
}
.wp_wrap .sub_top .top_mnu .inner_box .home{
    width: 60px;
    min-width: 60px;
    height: 100%;
    background: #EF6D22;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.wp_wrap .sub_top .top_mnu .inner_box .home a{}
.wp_wrap .sub_top .top_mnu .inner_box .home a i{
    font-size: 15px;
    color: #fff;
}
.wp_wrap .sub_top .top_mnu .inner_box ul{
    display: flex;
    align-items: center;
}
.wp_wrap .sub_top .top_mnu .inner_box ul li{
    min-width: 250px;
    height: 100%;
    background: #EFEFEF;
    border-right: 1px solid #fff;
}
.wp_wrap .sub_top .top_mnu .inner_box ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858585;
    font-size: 16px;
    font-family: var(--font-pre500);
}
.wp_wrap .sub_top .top_mnu .inner_box ul li.on{
    background: #fff;
}
.wp_wrap .sub_top .top_mnu .inner_box ul li.on a{
    color: #2E2E2E;
    font-family: var(--font-pre600);
}




/* s_greeting */
.wp_wrap .s_grt{}
.wp_wrap .s_grt .inner_box{
    padding: 100px 60px;
}
.wp_wrap .s_grt .s_grt1{
    display: flex;
    align-items: flex-start;
    gap: 80px;
}
.wp_wrap .s_grt .s_grt1 .lt{
    min-width: 380px;
    width: 380px;
}
.wp_wrap .s_grt .s_grt1 .lt .img_box{
    border-radius: 10px;
    overflow: hidden;
}
.wp_wrap .s_grt .s_grt1 .lt .img_box img{}
.wp_wrap .s_grt .s_grt1 .rt{}
.wp_wrap .s_grt .s_grt1 .rt .txt_box{}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .tit{
    font-size: 25px;
    font-family: var(--font-suit400);
    margin-bottom: 30px;
    color: #1C1C1C;
    line-height: 1.5;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box{
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box p{
    font-family: var(--font-suite300);
    color: #1C1C1C;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: -0.3px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name{
    font-size: 20px;
    font-family: var(--font-suit400);
    color: #1C1C1C;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name span{
    display: inline-block;
    margin-left: 12px;
    font-size: 25px;
    font-family: var(--font-suit700);
}




/* s_greeting */
.wp_wrap .s_hstr{}
.wp_wrap .s_hstr .inner_box{
    padding: 100px 60px;
}
/* .wp_wrap .s_hstr .s_hstr1{}
.wp_wrap .s_hstr .s_hstr1 .his_table{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 90%;
    border-left: 1px dotted #CFCDCD;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .stend{  
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 9;  
}
.wp_wrap .s_hstr .s_hstr1 .his_table .stend>p{
    font-size: 20px;
    font-family: var(--font-pre300);
    color: #464444;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .stend .cic{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .stend.now .cic{
    background: #EF6D22;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .stend.start .cic{
    background: #1751AA;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li{
    width: 50%;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd){
    margin-left: auto;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even){
    margin-right: auto;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .year{
    position: relative;
    font-size: 25px;
    font-family: var(--font-pre800);
    color: #545454;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .year{
    text-align: right;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .year::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    top: 50%;
    transform: translateY(-50%);
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .year::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #4695C9;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .year{
    padding-left: 60px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .year{
    padding-right: 60px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .year::before,
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .year::after{
    left: -7px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .year::before,
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .year::after{
    right: -7px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms{
    padding-top: 10px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .month_itms{
    padding-left: 75px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms{
    padding-right: 75px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li{
    justify-content: flex-end;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num{
    order: 2;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li .num{
    position: relative;
    font-size: 15px;
    font-family: var(--font-pre700);
    color: #CFCDCD;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li .num::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #CFCDCD;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .month_itms li .num::before{
    left: -15px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num::before{
    right: -15px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li .desc_itms{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li .desc_itms li{
    font-size: 15px;
    font-family: var(--font-pre400);
    color: #545454;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li .desc_itms li{
    text-align: right;
} */






/* s_spt_gr */
.wp_wrap .s_spt_gr{}
.wp_wrap .s_spt_gr .inner_box{
    padding: 140px 60px;
}
.wp_wrap .s_spt_gr .s_spt_gr1{}
.wp_wrap .s_spt_gr .s_spt_gr1 .tit{
    margin-bottom: 65px;
    font-size: 30px;
    font-family: var(--font-suit400);
    color: #000000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .tit span{
    display: inline-block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 5px;
    background: rgb(239,109,34);
    background: linear-gradient(135deg, rgba(239,109,34,1) 0%, rgba(229,55,84,1) 100%);
    margin-top: 7px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 3px solid #D8D8D8;
    border-radius: 20px;
    background: #fff;
    padding: 30px 80px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul li{
    position: relative;
    font-size: 20px;
    font-family: var(--font-suit500);
    color: #1C1C1C;
    line-height: 1.3;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul li::before{
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C2C2C2;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int{}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul{
    display: flex;
    align-items: stretch;
    gap: 30px;    
    justify-content: space-around;
} 
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li{
    position: relative;
    border: 1px solid #EF6D22;
    outline: none;
    border-radius: 15px;
    padding: 40px 10px 65px 55px;
    width: 360px;
    /* height: 340px; */
    transition: 0.2s;
    cursor: pointer;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li:hover{
    outline: 3px solid #EF6D22;
    border: 1px solid transparent;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .num_box{
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background: rgb(239,109,34);
    background: linear-gradient(180deg, rgba(239,109,34,1) 0%, rgba(229,55,84,1) 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--font-suite800);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .txt{
    font-size: 20px;
    font-family: var(--font-suit600);
    color: #1C1C1C;
    margin-bottom: 30px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box p{
    font-size: 18px;
    font-family: var(--font-pre400);
    color: #636363;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box p .num{
    font-size: 18px;
    font-family: var(--font-suit400);
    color: #1C1C1C;
    display: inline-block;
    min-width: 20px;
}






/* s_spt_gr */
.wp_wrap .s_organ{}
.wp_wrap .s_organ .inner_box{
    padding: 140px 60px;
}
.wp_wrap .s_organ .s_organ1{}
.wp_wrap .s_organ .s_organ1 .organ_img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}
.wp_wrap .s_organ .s_organ1 .organ_img img{}
.wp_wrap .s_organ .s_organ1 .table_itms{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box{}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .tit{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 30px;
    font-family: var(--font-pre500);
    color: #141313;
    margin-bottom: 25px;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .tit span{
    display: inline-block;
    width: 25px;
    min-width: 25px;
    height: 25px;    
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(239,109,34,1) 0%, rgba(229,55,84,1) 100%);
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box{
    width: 100%;
    overflow: auto;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table td{
    height: 60px;
    padding: 0 35px;
    border-bottom: 1px solid #AAAAAA;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table td,
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table tbody td a{
    font-size: 16px;
    font-family: var(--font-pre400);
    white-space: nowrap;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table td.tac{
    text-align: center;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box.itm_box02 .table_box table td{
    border-right: 1px solid #AAAAAA;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box.itm_box02 .table_box table td:last-child{
    border-right: none;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table thead td{
    background: #F1F1F1;
    font-family: var(--font-pre500);
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table tbody td{}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table tbody tr:last-child{
    border-bottom: none;
}





.wp_wrap .s_intro{}
.wp_wrap .s_intro .inner_box{
    padding: 140px 60px;
}
.wp_wrap .s_intro .s_intro1{}
.wp_wrap .s_intro .s_intro1 .cont_itm{}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li{
    display: flex;
    align-items: flex-start;
    min-height: 200px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .lt{
    min-width: 250px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .lt .tit{
    font-size: 30px;
    font-family: var(--font-pre400);
    color: #161616;
    display: flex;
    align-items: center;
    gap: 15px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .lt .tit span{
    display: inline-block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    background: rgb(239,109,34);
    background: linear-gradient(135deg, rgba(239,109,34,1) 0%, rgba(229,55,84,1) 100%);
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .txt1{
    font-size: 25px;
    font-family: var(--font-pre400);
    color: #161616;
    line-height: 1.3;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .txt2{
    font-size: 25px;
    font-family: var(--font-pre500);
    color: #1C1C1C;
    margin-bottom: 15px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .desc_box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .desc_box li{
    position: relative;
    font-size: 20px;
    font-family: var(--font-pre400);
    color: #1C1C1C;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.35;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .desc_box li::before{
    content: "";
    width: 9px;
    min-width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #C9C9C9;
    margin-top: 8px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .txt3{
    padding-top: 10px;
    padding-left: 15px;
    font-size: 20px;
    font-family: var(--font-pre400);
    color: #1C1C1C;
}




.wp_wrap .s_notice .inner_box,
.wp_wrap .s_data_room .inner_box{
    padding: 80px 130px;
}
.wp_wrap .s_active .inner_box{
    padding: 100px 130px 130px;
}
/**********************************************************************************************************************/

