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

@charset "utf-8";

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

@media (max-width: 1400px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .ms_mnu .inner_box {
    flex-direction: column;
}
.wp_wrap .ms_mnu .inner_box .lt {
    gap: 30px;
    justify-content: space-between;
}
.wp_wrap .ms_mnu .inner_box .quick_mnu {
    gap: 30px;
}
.wp_wrap .ms_mnu .inner_box .lt,
.wp_wrap .ms_mnu .inner_box .rt{
    width: 100%;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area {
    width: 100%;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .icon_box {
    width: 100%;
    height: 100px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .name {
    font-size: 13px;
}


.wp_wrap .ms_mnu .inner_box .quick_mnu li {
    width: 33.33%;
}
.wp_wrap .ms_mnu .inner_box .quick_mnu li a .li_in {
    width: 100%;
}


.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider {
    width: 750px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .s_grt .inner_box,
.wp_wrap .s_hstr .inner_box,
.wp_wrap .s_spt_gr .inner_box,
.wp_wrap .s_organ .inner_box,
.wp_wrap .s_intro .inner_box,
.wp_wrap .s_notice .inner_box, 
.wp_wrap .s_data_room .inner_box,
.wp_wrap .s_active .inner_box{
    padding: 100px 30px;
}



.wp_wrap .s_grt .s_grt1 {
    gap: 60px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .tit {
    font-size: 23px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box p {
    font-size: 18px;
    line-height: 1.65;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box p .nonbr{
    display: none;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name {
    font-size: 18px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name span {
    font-size: 23px;
}
/**********************************************************************************************************************/
}







@media (max-width: 1200px) {
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .h_logo {
    min-width: 320px;
    width: 320px;
}
.wp_wrap header .h_inner nav .gnb>li {
    width: 130px;
}
.wp_wrap header .h_inner nav .gnb>li>a {
    font-size: 17px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .top_mnu .inner_box ul li {
    min-width: 225px;
    width: 225px;
}

.wp_wrap .s_grt .inner_box,
.wp_wrap .s_hstr .inner_box,
.wp_wrap .s_spt_gr .inner_box,
.wp_wrap .s_organ .inner_box,
.wp_wrap .s_intro .inner_box,
.wp_wrap .s_notice .inner_box, 
.wp_wrap .s_data_room .inner_box,
.wp_wrap .s_active .inner_box{
    padding: 80px 30px;
}


.wp_wrap .s_grt .s_grt1 {
    gap: 50px;
}
.wp_wrap .s_grt .s_grt1 .lt {
    min-width: 320px;
    width: 320px;
}

.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul {
    gap: 20px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li {
    padding: 50px 15px 30px 15px;
    width: 360px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .num_box {
    width: 60px;
    height: 60px;
}


/**********************************************************************************************************************/
}








@media (max-width: 992px) {
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner{
    height: 80px;
}
.wp_wrap header .h_inner nav{
    display: none;
}
.wp_wrap header .h_inner .mopen,
.wp_wrap .mo_mnu{
    display: block;
}
.wp_wrap header .h_inner .mopen .icon_box{
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
}
.wp_wrap header .h_inner .mopen .icon_box span{
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #333;
}
.wp_wrap .mo_mnu_bg{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}
.wp_wrap .mo_mnu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    height: 100dvh;
    margin-left: auto;
    background: #fff;
    
    z-index: 1000;
}
.wp_wrap .mo_mnu.on{
    right: 0;
    transition: 0.5s 0.5s;
}
.wp_wrap .mo_mnu .mo_mnu_inner{
    width: 100%;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}

.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd .momnu_logo{}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd .momnu_logo img{}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd .moMnu_cls_btn{
    background: transparent;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd .moMnu_cls_btn i{
    font-size: 25px;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd{}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd{}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb{}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb .mo_m_list{
    border-bottom: 1px solid #ddd;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb .mo_m_list>p{
    display: block;
    padding: 13px 10px;
    font-size: 17px;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb .mo_m_list .mo_sub_mnu{
    display: none;
    border-top: 1px solid #ddd;
    padding: 14px 0;
    background: #f7f7f7;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb .mo_m_list .mo_sub_mnu>li{}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb .mo_m_list .mo_sub_mnu>li a{
    padding: 7px 20px;
    display: block;
    font-size: 16px;
    color: #707070;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_logo {
    min-width: unset;
}
.wp_wrap footer .f_top .f_inner {
    align-items: flex-start;
    align-items: center;
    height: unset;
    flex-direction: column;
    padding: 15px 0;
    gap: 10px;
}
/**********************************************************************************************************************/





/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap main {
    margin-top: 80px;
}

.wp_wrap .ms_visual .cont_box .inner_box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap .ms_visual .img_bg {
    height: 600px;
}
.wp_wrap .ms_visual .cont_box .inner_box .txt_area,
.wp_wrap .ms_visual .cont_box .inner_box .slide_area,
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider{
    width: 100%;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box {
    padding-left: 0;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-list{
    margin: 0 -10px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .slick-slide{
    margin: 0 10px;
}
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_slider .mv_slide .slide_in {
    width: 100%;
}
.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(1);
}
.wp_wrap .ms_mnu .inner_box .lt {
    flex-direction: column;
}
.wp_wrap .ms_mnu .inner_box .itm_box {
    width: 100%;
}
.wp_wrap .ms_mnu .inner_box .active_mnu a .li_in {
    width: 100%;
}


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




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .top_mnu .inner_box ul {
    width: 100%;
}
.wp_wrap .sub_top .top_mnu .inner_box ul li {
    min-width: 25%;
    width: 25%;
}
.wp_wrap .sub_top .top_main .img_bg {
    height: 230px;
}
.wp_wrap .sub_top .top_main .sp_name {
    font-size: 35px;
}
.wp_wrap .sub_top .top_mnu .cm_inner{
    padding: 0;
}



.wp_wrap .s_hstr .s_hstr1 .his_table::before {
    top: 50%;
    left: 9px;
    transform: translate(0, -50%);
}
.wp_wrap .s_hstr .s_hstr1 .his_table .stend {
    align-items: flex-start;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont {
    gap: 30px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li {
    width: 100%;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .year{
    text-align: left;
    padding-right: 0;
    padding-left: 60px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) {
    margin-left: unset;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) {
    margin-right: unset;
}
.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: 3px;
}
.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: auto;
    left: 3px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms{
    padding-left: 75px;
    padding-right: 0;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li{
    justify-content: flex-start;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num{
    order: 1;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num::before{
    right: auto;
    left: -15px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li .desc_itms li{
    text-align: left;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li .desc_itms{
    order: 2;
}





.wp_wrap .s_spt_gr .s_spt_gr1 .tit span {
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .tit {
    margin-bottom: 50px;
    font-size: 24px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box p .num {
    font-size: 15px;
    margin-top: -1px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box p {
    font-size: 15px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .txt {
    margin-bottom: 20px;
}



.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li {
    min-height: unset;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}


.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .txt1 br{
    display: none;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .txt1 {
    font-size: 21px;
}

.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .desc_box li br{
    display: none;
}

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


}







@media (max-width: 768px) {
/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_link .link_box {
    width: 33.33%;
}
.wp_wrap footer .f_link .link_box select {
    width: 100%;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .ms_mnu .inner_box .quick_mnu {
    gap: 15px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul {
    grid-template-columns: repeat(2, 1fr);
}
.wp_wrap .ms_mnu .inner_box .itr_box,
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul li a .li_in .icon_box,
.wp_wrap .ms_mnu .inner_box .quick_mnu li a .li_in,
.wp_wrap .ms_mnu .inner_box .active_mnu a .li_in {
    border-radius: 15px;
}
.wp_wrap .ms_mnu .inner_box .itm_box>p {
    padding-left: 0;
}


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

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



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .s_grt .inner_box,
.wp_wrap .s_hstr .inner_box,
.wp_wrap .s_spt_gr .inner_box,
.wp_wrap .s_organ .inner_box,
.wp_wrap .s_intro .inner_box,
.wp_wrap .s_notice .inner_box, 
.wp_wrap .s_data_room .inner_box,
.wp_wrap .s_active .inner_box{
    padding: 40px 15px;
}



.wp_wrap .s_grt .s_grt1 {
    align-items: center;
    gap: 40px;
    flex-direction: column;
}
.wp_wrap .s_grt .s_grt1 .lt {
    min-width: unset;
    width: 60%;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .tit{
    word-break: break-all;
}


.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul {
    flex-direction: column;
    gap: 40px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li {
    width: 100%;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box p {
    font-size: 17px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box p br{
    display: none;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box {
    margin-bottom: 60px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul {
    padding: 40px;
    width: 100%;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul li {
    font-size: 18px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .tit {
    font-size: 20px;
    gap: 5px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .tit span {
    width: 15px;
    min-width: 15px;
    height: 15px;    
    border-radius: 3px;;
    margin-top: 5px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li {
    padding: 30px 15px ;    
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .num_box {
    top: -25px;
    left: -15px;
    width: 50px;
    height: 50px;
    font-size: 18px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul {
    padding: 30px 40px;
    width: 100%;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .tit {
    margin-bottom: 20px;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .tit,
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .lt .tit {
    gap: 10px;
    font-size: 23px;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .tit span,
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .lt .tit span  {
    width: 18px;
    min-width: 18px;
    height: 18px;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .table_box table td {
    height: 50px;
    padding: 0 15px;
}
.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: 15px;
}
.wp_wrap .s_organ .s_organ1 .organ_img {
    margin-bottom: 60px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .txt2 {
    font-size: 20px;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .desc_box li,
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .txt3 {
    font-size: 18px;
}.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm {
    gap: 40px;
}
/**********************************************************************************************************************/
}








@media (max-width: 576px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .ms_visual .cont_box .inner_box .slide_area .mv_arr_box {
    justify-content: center;
}
.wp_wrap .ms_mnu .inner_box {
    gap: 40px;
}
.wp_wrap .ms_mnu .inner_box .itr_box {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
}
.wp_wrap .ms_mnu .inner_box .itr_box .icon_area ul {
    gap: 10px;
}

.wp_wrap .ms_mnu .inner_box .quick_mnu {
    flex-direction: column;
}
.wp_wrap .ms_mnu .inner_box .quick_mnu li {
    width: 100%;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .top_main .img_bg {
    height: 200px;
}
.wp_wrap .sub_top .top_mnu .inner_box .home {
    display: none;
}




.wp_wrap .s_grt .s_grt1 .lt {
    width: 100%;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .tit,
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name span {
    font-size: 20px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name,
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box p {
    font-size: 17px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box {
    margin-bottom: 35px;
}




.wp_wrap .s_spt_gr .s_spt_gr1 .tit {
    margin-bottom: 30px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul li {
    font-size: 17px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box {
    margin-bottom: 50px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box p {
    font-size: 16px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .part_int ul li .desc_box {
    gap: 5px;
}

.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .tit {
    margin-bottom: 15px;
}
.wp_wrap .s_organ .s_organ1 .table_itms .itm_box .tit,
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .lt .tit  {
    gap: 5px;
    font-size: 20px;
}
/**********************************************************************************************************************/
}










@media (max-width: 430px) {
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .h_logo {
    min-width: 220px;
    width: 220px;
}
.wp_wrap .mo_mnu {
    max-width: 280px;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb .mo_m_list>p {
    padding: 10px;
    font-size: 16px;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb .mo_m_list .mo_sub_mnu>li a {
    padding: 5px 20px;
    font-size: 15px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_link .link_box {
    width: 100%;
}
.wp_wrap footer .f_link {
    flex-direction: column;
    width: 100%;
}
.wp_wrap footer .f_link .link_box select {
    font-size: 13px;
    padding: 7px;
}
.wp_wrap footer .f_top .f_inner {
    gap: 20px;
}
.wp_wrap footer .f_info .adrs {
    margin-bottom: 15px;
}
.wp_wrap footer .f_info .contact {
    margin-bottom: 15px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .ms_visual .img_bg {
    height: 550px;
}
.wp_wrap .ms_visual .cont_box .inner_box .txt_area .txt1 {
    font-size: 20px;
}
.wp_wrap .ms_visual .cont_box .inner_box .txt_area .txt2 {
    font-size: 32px;
}
.wp_wrap .ms_visual .cont_box .inner_box {
    gap: 30px;
}
.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 {
    background: rgba(255, 255, 255, 1);
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .top_main .img_bg {
    height: 160px;
}
.wp_wrap .sub_top .top_mnu .inner_box {
    height: 50px;
}
.wp_wrap .sub_top .top_mnu .inner_box ul li a {
    font-size: 13px;
}
.wp_wrap .sub_top .top_main .sp_name {
    font-size: 27px;
}



.wp_wrap .s_grt .s_grt1 .rt .txt_box .tit, 
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name span {
    font-size: 17px;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .name, 
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box p {
    font-size: 16px;
    letter-spacing: 0;
}
.wp_wrap .s_grt .s_grt1 .rt .txt_box .desc_box {
    margin-bottom: 30px;
    gap: 30px;
}


.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .year::before {
    width: 30px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .year,
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .year {
    padding-left: 40px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .month_itms, 
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms {
    padding-left: 50px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li {
    gap: 10px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li br{
    display: none;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li .month_itms li .num::before {
    width: 5px;
    height: 5px;
}
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(odd) .month_itms li .num::before ,
.wp_wrap .s_hstr .s_hstr1 .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num::before {
    left: -10px;
}



.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul {
    padding: 30px 25px;
    gap: 15px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul li {
    font-size: 16px;
}
.wp_wrap .s_spt_gr .s_spt_gr1 .summary_box ul li::before {
    left: -13px;
    top: 7px;
    width: 7px;
    height: 7px;
}


.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .txt1 {
    font-size: 17px;
    line-height: 1.35;
}
.wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .desc_box li, .wp_wrap .s_intro .s_intro1 .cont_itm .cont_li .rt .itm .itm_li .txt3 {
    font-size: 16px;
}

/**********************************************************************************************************************/
}


@media (max-width: 375px) {
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
}







@media (max-width: 320px) {
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
}


















































