<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Pretendard-Regular';
    --color-point : #29a562;
    --color-white : #ffffff;
    --color-black : #000000;
}
body::-webkit-scrollbar{
    display: none;
}
.footer_logo img{
    height: 40px;
    filter: invert(48%) sepia(11%) saturate(10%) hue-rotate(351deg) brightness(97%) contrast(89%);
}
a{
    text-decoration: none;
    color: black;
}
.hidden{
    width: 0px;
    height: 0px;
    position: absolute;
    border: none;
    outline: none;
    opacity: 0;
    z-index: -9999;
}
.wrap{
    position: relative;
    width: 100%;
}
.inner{
    width: 1400px;
    margin: auto;
    position: relative;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
.sectionList{
    position: relative;
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    
}
.sectionList::-webkit-scrollbar{
    display: none;
}
section, footer{
    scroll-snap-align: start;
}
.section_navi{
    position: fixed;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.section_navi_dot{
    display: block;
    padding: 6px;
    margin-bottom: 14px;
}
.section_navi_dot_on{
    border-radius: 100px;    
    box-sizing: border-box;
    border: 2px solid var(--color-white);

    opacity: 1;
}
.dot{
    width: 8px;
    height: 8px;

    background-color: var(--color-white);
    border-radius: 100px;
}
/*header*/
header{
    height: 120px;
    font-size: 18px;
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
}
header .inner{
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    filter: brightness(0) invert();
    height: 50px;
    cursor: pointer;
}
.header_link{
    color: var(--color-white);
}
.header_logoBox{
    width: 200px;
}
.header_lineBox_rightBox &gt; a{
    color: var(--color-white);
}
.header_lineBox_rightBox{
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_lineBox{
    width: 3 00px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_rightLink{
    display: flex;
    align-items: center;

}
.header_rightLink i{
    margin-left: 12px;

}
.header_link &gt; p{
    padding-bottom: 8px;
    width: 100px;
    text-align: center;
}
.header_rightLink_bet{
    color: var(--color-white);
}

.menu_underLine{
    width: 0px;
    height: 3px;
    background-color: var(--color-white);
    transition: all .4s ease;
}
/*mainpage */
#mainpage_first_section{
    width: 100%;
    height: 100vh;
    background-image: url(../img/first_bg.gif);
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center;
}
.visual_section_title{
    font-size: 48px;
    color: var(--color-white);
    font-weight: bold;
}
.visual_section_text{
    font-size: 22px;
    margin-top: 25px;
    font-weight: 100 !important;
    color: var(--color-white);
}
#mainpage_first_section .wrap{
    height: 100vh;
    background-color: rgba(0,0,0,.3);
}
#mainpage_first_section .inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#mainpage_second_section{
    width: 100%;
    height: 100vh;
    background-image: url(../img/exapnd/main_bg_second.jpg);
    background-size: cover;

    background-repeat: no-repeat;
    background-position: left bottom;
}
#mainpage_second_section .wrap{
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
#mainpage_second_section .inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mainpage_secoind_section_label{
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}
.mainpage_secoind_section_label_leftLine{
    width: 80px;
    height: 2px;
    background-color: var(--color-white);
    border-radius: 100px;
    margin-right: 12px;
}
.mainpage_secoind_section_label_text{
    font-size: 27px;
    color: var(--color-white);
    font-weight: bold;
}
.mainpage_secoind_section_label_title{
    font-size: 40px;
    font-weight: bold;
    color: var(--color-white);
    letter-spacing: -.5px;
    margin-bottom: 60px;
}
.mainpage_third_section_line{
    display: flex;
    justify-content: space-between;
}
.mainpage_third_section_item{
    padding: 60px;
    padding-bottom: 0px;
    height: 190px;
    border-radius: 12px;
    width: 200px;
    color: var(--color-white);
    background-color: rgba(0,0,0,.5);
}
.mainpage_third_section_item_no{
    opacity: 0;
}
.mainpage_third_section_item_title{
    font-size: 22px;
    letter-spacing: -.5px;
    font-weight: bold;
}
.mainpage_third_section_item_text{
    font-size: 18px;
    word-break: keep-all;
    line-height: 24px;
    font-weight: 100;
}
.mainpage_third_section_item_title_underLine{
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 120px;
    background-color: var(--color-white);
}


#mainpage_third_section{
    width: 100%;
    height: 100vh;
    background-image: url(../img/main_third.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#mainpage_third_section .wrap{
    height: 100%;
}
#mainpage_third_section .inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



#mainpage_third_section .mainpage_secoind_section_label{
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}
#mainpage_third_section .mainpage_secoind_section_label_leftLine{
    width: 80px;
    height: 2px;
    background-color: var(--color-black);
    border-radius: 100px;
    margin-right: 12px;
}
#mainpage_third_section .mainpage_secoind_section_label_text{
    font-size: 27px;
    color: var(--color-black);
    font-weight: bold;
}
#mainpage_third_section .mainpage_secoind_section_label_title{
    font-size: 40px;
    font-weight: bold;
    color: var(--color-black);
    letter-spacing: -.5px;
    margin-bottom: 60px;
}

.header_bg{
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9995;
    background-color: rgba(0, 0, 0, .3);
}
.mainpage_third_section_line{
    display: flex;
    justify-content: space-between;
}
.mainpage_third_section_line_item{
    width: 450px;
    height: 320px;
    border-radius: 40px;
    position: relative;
}
#mainpage_third_section_line_item_1{
    background-image: url(../img/main_third.png);
}
#mainpage_third_section_line_item_2{
    background-image: url(../img/mainpage_third_img2.png);
}
#mainpage_third_section_line_item_3{
    background-image: url(../img/mainpage_third_img3.png);
}
.mainpage_fourth_section_item_title{
    position: absolute;
    bottom: 42px;
    left: 42px;
    font-weight: 100;
    color: var(--color-white);
    font-size: 20px;
}

#mainpage_fourth_section{
    width: 100%;
    height: 100vh;
    background-image: url(../img/mainpage_fourth.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#mainpage_fourth_section .wrap{
    height: 100%;
}
#mainpage_fourth_section .inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mainpage_map_box{
    width: 100%;
    height: 540px;
    background-color: var(--color-white);
}
.mainpage_map_box_img{
    
    width: calc(100%  - 80px);
    display: block;
    margin: auto;
    height: 300px;   
    padding-top: 40px;
}
.mainpage_map_box_imgLayer{
    padding-top: 40px;
}
.mainpage_map_box_text{
    display: flex;
    align-items: center;
}
.mainpage_map_box_textLine{
    width: 50%;
    display: flex;
    padding-left: 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.mainpage_map_box_text_title{
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
}
.mainpage_map_box_text_semititle{
    font-size: 18px;
}
/*footer*/
footer{
    height: 185px;
    color: #797979;
    font-size: 16px;
    background-color: var(--color-black);
}
footer .inner{
    height: 185px;
}
.footer_text{
    display: flex;
}
.footer_textLine{
    padding-top: 60px;
}
.footer_text_title{
    margin-right: 16px;
    padding-bottom: 6px;
}
.footer_between{
    color: #797979;
    opacity: .6;
    
    font-size: 14px !important;
    margin-left: 20px;
    margin-right: 20px;
}
.footer_text{
    margin-top: 6px;
}
.footer_logo{
    font-size: 30px;
    color: #797979;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}


/*íšŒì‚¬ê°œìš”íŽ˜ì´ì§€*/
#page_section{
    margin-bottom: 130px;
}
.normal_header{
    position: relative;
    background-color: var(--color-white);
}
.normal_header img{
    filter: none !important;
    cursor: pointer;
}
.normal_header a{
    color: black !important;
}
.normal_header .menu_underLine{
    
    background-color: var(--color-point) !important;
}
.page_benner{
    width: 100%;
    height: 680px;
    z-index: 9998;
    position: relative;
    background-size: cover;
    background-position: center ;
    background-image: url(../img/benner_2.png);
}
.bg_black{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: var(--color-black);
    opacity: .3;
}
.benner_text_label{
    font-size: 12px;
    color: var(--color-white);
    letter-spacing: 12px;
    margin-bottom: 22px;
}
.benner_text_title{
    font-size: 60px;
    font-weight: bolder;
    width: 100%;
    color: var(--color-white);
    margin-bottom: 42px;
}
.benner_text_text{
    font-size: 20px;
    color: var(--color-white);

}
.benner_text{
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.label_buttonBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}   
.inner_tab_menu{
    width: calc(100% / 3);
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    font-size: 24px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    color: #707070;
    display: block;
    height: 80px;

}

.wrap_line{
    border-bottom: 1px solid #c7c7c7;
}
#tabMenu_1:checked ~ .wrap_line  #inner_tab_menu_1{
    color: var(--color-point);
    font-weight: bold;
    border-bottom: 2px solid var(--color-point);
}
#tabMenu_2:checked ~ .wrap_line  #inner_tab_menu_2{
    color: var(--color-point);
    font-weight: bold;
    border-bottom: 2px solid var(--color-point);
}
#tabMenu_3:checked ~ .wrap_line  #inner_tab_menu_3{
    color: var(--color-point);
    font-weight: bold;
    border-bottom: 2px solid var(--color-point);
}
#tabMenu_4:checked ~ .wrap_line  #inner_tab_menu_4{
    color: var(--color-point);
    font-weight: bold;
    border-bottom: 2px solid var(--color-point);
}

#tabMenu_1:checked ~ .wrap_content #contentBox_1{display: block;}
#tabMenu_2:checked ~ .wrap_content #contentBox_2{display: block;}
#tabMenu_3:checked ~ .wrap_content #contentBox_3{display: block;}
#tabMenu_4:checked ~ .wrap_content #contentBox_4{display: block;}


.contentBox{
    width: 100%;
    display: none;
    margin-top: 130px;
}
.contentBox_title{
    font-size: 50px;
    font-weight: bold;
    color: var(--color-black);
    text-align: center;
    letter-spacing: -2px;
}
.contentBox_text{
    
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}
.contentBox_text &gt; b{
    color: var(--color-black);
}
.contentBox_text &gt; strong{
    color: var(--color-point);
}
.sub1_tab1_imgBox{
    margin-top: 70px;
    width: 100%;
    display: block;
    
}
.sub1_tab1_img{
    border-radius: 40px;
    width: 100%;
}
.sub1_tab2_item{
    width: 454px;
    margin-right: 24px;
    height: 528px;
    border: 1px solid #c7c7c7;
    border-radius: 40px;
}
.sub1_tab2_itemList{
    display: flex;
    margin-top: 50px;
    margin-bottom: 130px;
    justify-content: space-between;
}
.sub1_tab2_item_icon{
    margin-top: 42px;
    margin-left: 56px;
}
.sub1_tab2_item_title{
    margin-left: 56px;
}
.sub1_tab2_item_table{
    margin-left: 56px;
}
.sub1_tab2_item_ul{
    margin-left: 56px;
}
.sub1_tab2_item:nth-child(3){
    margin-right: 0px;
}
.sub1_tab2_item_title{
    margin-top: 32px;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 32px;
}
.sub1_tab2_item_icon &gt; img{
    display: block;
    width: 84px;
}
.sub1_tab2_item_li{
    line-height: 35px;
    font-size: 20px;
}
.left{
    width: 68px;
    font-weight: bold;
    margin-right: 40px;
}
.left,.right{
    line-height: 35px;
}
tr{
    display: flex;
}
.contentBox_benner &gt; img{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.double_title{
    margin-top: 130px;
}
.history_box{
    width: 100%;
    padding-top: 42px;
    margin-top: 50px;
    position: relative;
    border-top: 1px solid var(--color-point);
}
.sub1_tab3_contentHeader_logoImg{
    width: 174px;
    object-fit: cover;
}
.history_box_line{
    position: absolute;
    width: 1px;
    height: 260px;
    background-color: #D1D1D1;
    left: 143px;
    top: 72px;
    z-index: 9992 !important;
}
.history_item_year{
    font-size: 35px;
    width: 78px;
    font-weight: bold;
    color: var(--color-point);
    margin-right: 52px;
}
.history_item_left{
    display: flex;
    align-items: center;
}
.history_item_right{
    display: flex;
    align-items: center;
}
.history_item{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.history_item_circle{
    width: 18px;
    height: 18px;
    background-color: var(--color-white);
    border: 5px solid var(--color-point);
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9994;
}
.history_circleBox{
    width: 28px;
    height: 28px;
    position: relative;

}
.history_item_right{
    padding-left: 112px;
}
.history_item_date_dot{
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: var(--color-point-extra);
    margin-right: 18px ;
}
.history_item_date_text{
    font-size: 27px;
    color: #2d2d2d;
    font-weight: bold;
}
.history_item_date{
    display: flex;
    align-items: center;
    margin-right: 68px;
}
.history_item_content{
    font-size: 22px;

}
.wrap_bg_ch{
    background-color: #F8F8F8;
    padding-top: 42px;
    padding-bottom: 42px;
}
.sub1_tab2_jojickdo_box{
    width: 100%;
    height: 900px;
    position: relative;
    margin-top: 36px;
    
}
.sub1_tab2_jojickdo{
    width: 1275px;
    display: block;
    position: absolute;
    right: 0px;
}
.page_benner{
    display: none;
}
#tabMenu_1:checked ~ #page_benner_1{display: block;}
#tabMenu_2:checked ~ #page_benner_2{display: block;}
#tabMenu_3:checked ~ #page_benner_3{display: block;}
#tabMenu_4:checked ~ #page_benner_4{display: block;}
.sub1_tab3_contentHeader{
    display: flex;

    align-items: center;
    padding-left: 54px;
    padding-right: 54px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 2px solid var(--color-point);
    border-bottom: 2px solid #797979;
}
.sub1_tab3_contentHeader_logoBox{
    margin-right: 86px;
}
.sub1_tab3_contentHeader_title{
    font-size: 22px;
    color: var(--color-black);
    font-weight: bold;
}
.sub1_tab3_contentHeader_text{
    font-size: 22px;
    color: #797979;
    margin-left: 24px;
}
.sub1_tab3_map{
    margin-top: 48px;
    height: 400px;
    width: 100%;
}
/*ì&nbsp;œí’ˆì†Œê°œ íŽ˜ì´ì§€*/
.sub2_tab1_item{
    display: flex;
    justify-content: space-between;

    align-items: center;
    margin-bottom: 130px;
}
.contentBox_title_item{
    margin-bottom: 80px;
}
.sub2_tab1_item_textBox_title{
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: bold;
}
.sub2_tab1_item_textBox_title strong{
    display: block;
    line-height: 55px;
    color: var(--color-point);
}
.sub2_tab1_item_textBox_text{
    line-height: 35px;
    font-size: 20px;
    letter-spacing: -.5px;
    margin-bottom: 30px;
    word-break: keep-all;
}
.sub2_tab1_item_textBox_subtitle{
    font-size: 23px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sub2_tab1_item_textBox_li{
    list-style: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 35px;
}
.li_dot{
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: var(--color-black);
    margin-right: 12px;
}
.sub2_tab1_item_left &gt; .sub2_tab1_item_textBox{
    padding-left: 75px;
}
.sub2_tab1_item_right &gt; .sub2_tab1_item_textBox{
    padding-right: 75px;
}
/*ê³µì‚¬ì‹¤ì&nbsp; íŽ˜ì´ì§€*/

.contentBox_title_subtitle{
    font-size: 40px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 60px;
}
.inner_tab_menu_half{
    width: 50%;
}
.sub3_tab1_table thead{
    width: 100%;
    
    display: flex;
    justify-content: space-between;

    background-color: var(--color-point);
    color: var(--color-white);
}
thead tr{
    width: 100%;
    text-align: center;
}
thead td{
    border: 1px solid #cccccc;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: white;
}
.sub3_tab1_table{
    border-collapse : collapse;
    width: 100%;

}

.sub3_tab1_table tbody{
    width: 100%;
    

    color: #2d2d2d;
}
.sub3_tab1_table tbody tr{
    width: 100%;
    text-align: center;
}
.sub3_tab1_table tbody td{
    border: 1px solid #cccccc;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #2d2d2d;
}

.td_small{
    width: 6% !important;
}

.td_blg{
    width: 22% !important;
}


.td_normal{
    width: 16% !important;
}

.td_date{
    width: 12% !important;
}

.downLoad_buttonList{
    display: flex;
    align-items: center;
    margin-top: 84px;

    margin-bottom: 130px;
    justify-content: space-between;
}
.downLoad_button{
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 104px;
    line-height: 104px;
    text-align: center;
    color: var(--color-white);
    border-radius: 100px;
    font-size: 30px;

}

.downLoad_button_green{
    background-color: var(--color-point);
}

.downLoad_button_blue{
    background-color: #2767B2;
}
.menu_open{
    display: none;
}
.mobile_header_box{
    display: none;
}
.mainpage_secoind_section_label_title{
    line-height: 54px;
}
.sub1_tab2_item_icon_img{
    filter: invert(44%) sepia(84%) saturate(3353%) hue-rotate(335deg) brightness(104%) contrast(111%);
}
.img_flexible{
    display: flex;
    margin-top: 120px;
    margin-bottom: 120px;
    justify-content: space-between;
}
.img_flexible img{
    width: 45%;
    object-fit: contain;
}
#contentBox_2 .sub2_tab1_item_img{
    height: 500px;
    object-fit: cover;
}
#contentBox_3 .sub2_tab1_item_img{
    height: 500px;
    object-fit: cover;
}
#contentBox_4 .sub2_tab1_item_img{
    height: 300px;
    width: auto;
    object-fit: cover;
}
 
 
/*ë°˜ì‘í˜• ìž‘ì—…*/

@media (max-width : 1500px){
    .inner{
        width: calc(100%  - 100px);
    }
    .section_navi{
        left: auto;
        right: 50px;
    }
    .mainpage_third_section_line{
        display: block;
    }
    .mainpage_third_section_item{
        display: inline-block;
    }
    .mainpage_third_section_line_item{
        display: inline-block;
        margin: 24px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    
    .mainpage_map_box_img{
        width: calc(100%  - 80px);
    }
    .mainpage_third_section_item{
        position: relative;
        margin: 24px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .mainpage_third_section_item:nth-child(2n){
        margin-right: 0px;
    }

    .mainpage_third_section_item &gt; div{
        position: absolute;
    }
    .mainpage_third_section_item_title_underLine{
        top: 84px;
    }
    .mainpage_third_section_item_text{
        top:120px;
    }
    .sub1_tab1_imgBox{
        width: 100%;
    }
    .sub1_tab1_imgBox img{
        width: 100%;
    }
}


@media (max-width : 1200px){
        .footer_logo{
            position: relative;
            top: auto;
            left: auto;
            transform: none;
            padding-top: 24px;
        }
        .footer_textLine{
            padding-top: 12px;

        }
        .sectionList{
            height: auto;
        }
        .mainpage_map_box_text{
            width: 100%;
            margin-top: 32px;
        }
        .mainpage_map_box_textLine{
            width: 100%;
            display: block;
            margin-top: 0px;
        }
        section .inner{
            position: relative !important;
            transform: none !important;
            left: 0px !important;
            top: 0px !important;
        }
        #mainpage_first_section, #mainpage_second_section, #mainpage_third_section, #mainpage_fourth_section{
            min-height: 100vh;
            height: max-content;
        }
        #mainpage_first_section .wrap{
            height: 100vh;
        }
        #mainpage_first_section .inner{
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
        }
        #mainpage_second_section .wrap{
            min-height: 100vh;
        }
        #mainpage_second_section .inner{
            padding-top: 120px;
            padding-bottom: 120px;
        }
        #mainpage_third_section .inner{
            padding-top: 120px;
            padding-bottom: 120px;
        }
        #mainpage_fourth_section .inner{
            padding-top: 120px;
            padding-bottom: 120px;
        }
        .header_lineBox{
            display: none;
        }
        .header_bg{
            display: none;
        }
        .header_lineBox_rightBox{
            display: none;
        }
        .sub1_tab2_jojickdo{
            width: 100%;
            position: relative;

        }
       .sub1_tab2_jojickdo_box{
        height: auto;
       }
       .sub1_tab2_itemList{
            display: block;
       }
       .sub1_tab2_item{
        border-radius: 0px;
        margin: auto;
        margin-bottom: 32px;
       }
       .sub1_tab2_item:nth-child(3){
        margin-right: auto;
       }
       .sub2_tab1_item_left{
        display: block;
        margin: auto;
       }
       .sub2_tab1_item_left .sub2_tab1_item_imgBox &gt; img{
        display: block;    
        margin: auto;
        margin-bottom: 42px;
        height: 450px;
       }
       .sub2_tab1_item_left .sub2_tab1_item_textBox{
            padding: 0px;
       }
       .sub2_tab1_item_textBox_title{
        text-align: center;
       }
       .sub2_tab1_item_textBox_title &gt; strong{
        display: inline;
       }
       .sub2_tab1_item_right{
        display: block;
        padding-top: 500px;
        position: relative;
       }
       .sub2_tab1_item_right .sub2_tab1_item_imgBox{
        position: absolute;
        width: 100%;
        top: 0px;
       }
       .sub2_tab1_item_right  .sub2_tab1_item_imgBox &gt; img{
        height: 450px;
        display: block;
        margin: auto;
       }
       .sub2_tab1_item_right .sub2_tab1_item_textBox{
            padding: 0px;
       }
       .sub2_tab1_item{
        margin-bottom: 120px;
       }
       .downLoad_buttonList{
        display: block;
       }
       .downLoad_button{
        width: 100%;
        margin-bottom: 32px;
       }
       
}


@media (max-width : 776px){
    .inner{
        width: calc(100% - 48px) !important;
        margin-left: auto !important;
    }
    header{
        height: 60px;
    
    }
    header .wrap{
        height: 60px;
    }
    header .inner{
        height: 60px;
    }
    .header_logo{
        height: 30px;
    }
    .header_logoBox{
        display: flex;
        align-items: center;
    }
    .visual_section_title{
        font-size: 24px;
    }
    .visual_section_text{
        font-size: 18px;
        margin-top: 18px;
    }
    .section_navi{
        position: absolute;
        top: 84px;
        transform: none;
        display: flex;
        width: 160px;
        justify-content: space-between;
        left: 50%;
        transform: translateX(-50%);

    }
    .mainpage_third_section_item{
        margin: auto;
        display: block;
        margin-bottom: 24px;
    }
    .mainpage_third_section_item:nth-child(2n){
        margin-right: auto;
    }
    .mainpage_third_section_line_item{
        width: 100%;
    }
    footer{
        height: auto;
        font-size: 10px !important;
        padding-bottom: 24px;
    }
    footer .wrap{
        height: auto;   
    }
    footer .inner{
        height: auto;
    }
    .footer_logo{
        font-size: 14px;
    }
    .footer_text{
        display: block;
    }
    .mainpage_map_box_img{

    }
    .mainpage_map_box_text{
        display: block;
    }
    .mainpage_map_box_textLine{
        padding-left: 16px;
    }
    .mainpage_map_box_img{
        width: calc(100% - 32px);
    }
    .mainpage_secoind_section_label_text{
        font-size: 20px !important;
    }
    .mainpage_secoind_section_label_leftLine{
        width: 40px !important;
    }
    .mainpage_secoind_section_label_title{
        font-size: 24px !important;
        word-break: keep-all;
        line-height: 35px;
    }
    .mainpage_secoind_section_label_title br{
        display: none;
    
    }
    .mainpage_map_box_text_semititle{
        margin-top: 12px;
        word-break: keep-all;
        width: calc(100% - 32px);
    }
    .menu_open{
        display: block;
        color: var(--color-white);
        font-size: 24px;
    }
    .visual_section_title{
        word-break: keep-all;
    }
    .visual_section_title br{
        display: none;
        
    }
    .footer_between{
        display: none;
    }
    .footer_text_title{
        padding-bottom: 2px;
        margin-top: 8px;
    }
    .mobile_header_box{
        display: block;
        width: calc(100% - 48px);
        padding-left: 24px;
        padding-right: 24px;
        height: 100%;
        position: fixed;
        background-color: var(--color-white);
        color: var(--color-black);
        transition: all .2s ease;
        top: 0px;
        right: 0px;
        transform: translateX(100%);
    }
    #oo:checked ~ .mobile_header_box{
        transform: translateX(0%);
    }

    .mobile_header_box a{
        color: var(--color-black);
        padding: 16px;
        border-bottom: 1px solid #d9d9d9;
        display: block;
        font-size: 14px !important;
    }
    .mobile_header_box_top{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid black;
    }
    .mobile_header_box_top img{
        filter: none;
        display: block;

        height: 30px;
    }
    .normal_header i{
        color: var(--color-black);
    }
    .page_benner{
        height: 240px;
    }
    .benner_text_title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .benner_text_label{
        font-size: 10px;
        letter-spacing: 10px;
        margin-bottom: 12px;
    }
    .benner_text_text{
        font-size: 14px;
        text-align: center;
    }
    .wrap_line .inner{
        width: 100% !important;
    }
    .inner_tab_menu{
        line-height: normal;
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .label_buttonBox{
        align-items: normal;
    }
    .inner_tab_menu{
        border: 0px;
    }
    .sub1_tab3_contentHeader{
        display: block;
    }
    .contentBox{
        margin-top: 60px;
    }
    .contentBox_title{
        font-size: 24px;
    }
    .contentBox_title img{
        width: 200px;
    }
    .contentBox_text{
        font-size: 14px;
        word-break: keep-all;
        line-height: 23px;
    }
    .li_dot{
        margin-right: 8px;
    }
    .contentBox_text br{
        display: none;
    }
    .sub1_tab1_img{
        border-radius: 12px;
    }
    #page_section{
        margin-bottom: 60px;
    }
    .sub1_tab2_item{
        width: 100%;
        height: auto;
        padding-bottom: 24px;
    }
    .sub1_tab2_item_icon{
        margin-left: 24px;
        margin-top: 24px;
        
    }
    .sub1_tab2_item_icon img{
        height: 40px;
        width: auto;

    }
    .sub1_tab2_item_title{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 24px;
        font-size: 20px;
    }
    .sub1_tab2_item_table{
        margin-left: 24px;
        font-size: 14px !important;
        line-height: 24px;
    }
    .sub1_tab2_item_ul{
        margin-left: 24px;
    }
    .sub1_tab2_item_li{
        font-size: 14px;
        line-height: 22px;
    }
    .history_item_right{
        padding-left: 12px;
        font-size: 12px !important;
    }
    .history_item_date{
        margin-right: 12px;
    }
    .history_item_year{
        margin-right: 8px;
        font-size: 14px;
        width: 30px;
    }
    .history_box_line{
        left: 46px;
        height: 180px;
    }
    .history_circleBox{
        width: 18px;
        height: 18px;
    }
    .history_item_circle{
        width: 10px;
        height: 10px;
        border: 4px solid var(--color-point);
    }
    .history_item_date_dot{
        width: 6px;
        height: 6px;
    }
    .history_item_date_text{
        font-size: 12px;
        width: 70px;
    }
    .history_item_content{
        font-size: 10px;
    }
    .sub1_tab2_itemList{
        margin-bottom: 60px;
    }
    .double_title{
        margin-top: 60px;
    }
    .sub1_tab3_contentHeader_text{
        margin-left: 0px;
    }
    .sub1_tab3_contentHeader{
        padding: 16px 24px;
    }
    .sub1_tab3_contentHeader_logoImg{
        height: 30px;
        margin-bottom: 12px;
    }
    .sub1_tab3_contentHeader_title{
        font-size: 16px;
    }
    .sub1_tab3_contentHeader_text{
        font-size: 14px;
        margin-top: 8px;
        word-break: keep-all;
    }
    .sub1_tab3_map{
        margin-top: 12px;
    }
    .sub2_tab1_item_img{
        height: auto !important;
        width: 100%;
    }
    .sub2_tab1_item {
        margin-bottom: 60px;
    }
    .mainpage_map_box_imgLayer{
        padding-top: 16px;
    }
    .sub2_tab1_item_right{
        padding-top: 300px;
    }
    .sub2_tab1_item_textBox_title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .sub2_tab1_item_textBox_title strong{
        display: block;
        line-height: 32px;
    }
    .sub2_tab1_item_textBox_text{
        font-size: 15px;
        line-height: 24px;
    }
    .sub2_tab1_item_textBox_subtitle{
        font-size: 16px;
    }
    .sub2_tab1_item_textBox_li{
        font-size: 14px;
        line-height: 24px;
    }
    .downLoad_button{
        width: 100%;
        height: 40px;
        font-size: 14px;

    }
    .contentBox_title_subtitle{
        font-size: 22px;
        margin-bottom: 12px;
    }
    .downLoad_buttonList{
        margin-top: 12px;
    }
    .downLoad_buttonList{
        margin-bottom: 60px;
    }
    thead td{
        font-size: 8px !important;
        height: 24px;
        line-height: 24px;
    }
    .sub3_tab1_table tbody td{
        font-size: 8px;
        padding-top: 4px;
        padding-bottom : 4px; 
    }
}
.map_container{
    margin-top: 120px;
}
.map_area_container{
    width: 100%;
    display: none;
    border-radius: 42px;
    box-sizing: border-box;
    border: 7px solid var(--color-point);
}

.map_area_container img{
    width: calc(100% - 10%);
    padding: 5%;
}
.map_radio_label_box{
    display: flex;
    align-items: center;
    padding-left: 32px;
}
.map_radio_label{
    padding: 8px 24px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: -7px;
    margin-right: 12px;
    cursor: pointer;
    color: var(--color-point);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 7px solid var(--color-point);
}

#map_1:checked ~ .map_radio_label_box &gt; #map_radio_label_1{
    background-color: var(--color-point);
    color: var(--color-white);
}

#map_2:checked ~ .map_radio_label_box &gt; #map_radio_label_2{
    background-color: var(--color-point);
    color: var(--color-white);
}

#map_1:checked ~ #map_area_container_1{
    display: block;
}

#map_2:checked ~ #map_area_container_2{
    display: block;
}</pre></body></html>