.emt80{height: 80px}
.emt150{height: 150px}


.sub_visual{height: 500px; background-size: cover}
.sub_visual.bg01{background-image: url(../img/sub/bg01.png)}
.sub_visual.bg02{background-image: url(../img/sub/bg02.png)}
.sub_visual.bg03{background-image: url(../img/sub/bg03.png)}
.sub_visual.bg04{background-image: url(../img/sub/bg04.png)}
.sub_visual.bg05{background-image: url(../img/sub/bg05.png)}
.sub_visual.bg06{background-image: url(../img/sub/bg06.png)}
.sub_visual.bg07{background-image: url(../img/sub/bg07.png)}
.sub_visual.bg08{background-image: url(../img/sub/bg08.png)}


.sub_visual .inner{padding-top: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;}
.sub_visual .txt p{color: #fff; font-size: 16px; }
.sub_visual .txt h2{color: #fff; font-size: 60px; font-weight: 700}

.sub_nav_are{border-bottom: 1px solid #f5f5f5;      }
.sub_nav_are .home{width: 80px; height: 80px; display: flex;justify-content: center;
    align-items: center;}

.sub_nav_are .inner{display: flex;     justify-content: flex-start;
    align-items: center;}

.sub_nav_are .sub_nav_drop{padding: 0px 30px; position: relative; cursor: pointer }
.sub_nav_are .sub_nav_drop p{font-size: 17px; color: #010101;position: relative; padding-right: 30px; min-width: 150px}
.sub_nav_are .sub_nav_drop p:after{content: ''; width: 10px; height: 6px; position: absolute; right: 0; top: 8px;
			background: url(../img/common/drop.png); background-position: center; background-repeat: no-repeat;
			background-size: 10px auto; transition-duration: 1s}

.sub_nav_are .sub_nav_drop:after{content: ''; position: absolute; left: 0; top:-5px; height: 30px; 
background: #000; opacity: .1;width: 1px }



.sub_nav_drop_list{position: absolute; left: 0; top: calc(100% + 15px); 
padding: 20px; border: 1px solid #ddd; background: #fff ; width: 100%; overflow: hidden; visibility: hidden;
height: 0; max-height: 0; opacity: 0; transition-duration: 1s; box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15);}
.sub_nav_drop_list a{font-size: 17px; color: #444; display: block; transition-duration: .5s}
.sub_nav_drop_list a + a{margin-top: 10px}
.drop_on .sub_nav_drop_list{height: auto; max-height: 500px; visibility: visible; opacity: 1}
.sub_nav_drop_list a:hover{color: #0075B4}


.sub_nav_are .sub_nav_drop.drop_on p:after{transform: rotate(180deg);}


.sub_section{padding: 150px 0}
.sub_section.gray{background: #F9F9F9}





.sub_title{margin-bottom: 80px; position: relative}
.sub_title h3{margin-bottom: 20px; 
background: var(--grad, linear-gradient(120deg, #E7284D 0%, #0187CF 99.93%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 25px; 
display: inline-block}
.sub_title h2{font-size: 52px; font-weight: bold; color: #1B1B1B; word-break: keep-all; line-height: 150%}
.sub_title h2 b{color: #0073AE}
.sub_title.center{text-align: center}

.sub_title p{margin-top: 20px; font-size: 24px; color: #444; font-weight: 600}

.company_flex{display: flex; gap:20px; }
.company_flex .box{height: 450px;  border-radius: 20px; overflow: hidden; flex:1; padding: 40px;
flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; display: flex; background-size: cover; position: relative; z-index: 2; 
    transition-duration: 1s; border: 1px solid #f5f5f5}
.company_flex .box h3{font-size: 18px; color: #fff}
.company_flex .box p{font-size: 24px; margin-top: 0px; word-break: keep-all; overflow: hidden;height: 0;
 max-height: 0; transition-duration: 1s; color: #fff ; font-weight: bold}
.company_flex .box:hover p{height: auto; max-height: 100px; margin-top: 15px; color: #1b1b1b}
.company_flex .box:hover h3{color: #1b1b1b}

.company_flex .box:hover{border: 1px solid #ddd}

.company_flex .box:nth-child(1){background-image: url(../img/sub/company_flex01.png)}
.company_flex .box:nth-child(2){background-image: url(../img/sub/company_flex02.png)}
.company_flex .box:nth-child(3){background-image: url(../img/sub/company_flex03.png)}
.company_flex .box:nth-child(4){background-image: url(../img/sub/company_flex04.png)}

.company_flex .box:hover:nth-child(1){background:#f5f5f5}
.company_flex .box:hover:nth-child(2){background:#f5f5f5}
.company_flex .box:hover:nth-child(3){background:#f5f5f5}
.company_flex .box:hover:nth-child(4){background:#f5f5f5}


.sub_btn{margin-top: 50px; display: flex; gap:20px;     align-items: center;
    justify-content: center;}
.sub_btn a{height: 80px; background: #0073AE; 
 font-size: 24px; color: #fff; 
text-align: center; padding: 0 45px; border-radius: 80px ; font-weight: 500;display: flex;
    justify-content: center;
    align-items: center; transition-duration: .5s}


.sub_btn a:hover{box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15);}

.organization{}
.organization img{margin: 0 auto; display: block; max-width: 100%}

.ci_color{margin-top: 80px}
.ci_color p{font-size: 24px; font-weight: bold; margin-bottom: 40px}

.flex_ci{display: flex; gap: 20px}
.flex_ci .box{flex:1; border-radius: 20px; border: 1px solid #ddd; height: 350px; display: flex; justify-content: center;
    align-items: center;}



.flex_ci_info{display: flex; gap: 20px}
.flex_ci_info .box{flex:1; border-radius: 20px; border: 1px solid #ddd; height: 350px; display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    flex-direction: column;}


.flex_ci_info .box h3{font-size: 24px; font-weight: bold; color: #fff; text-transform: uppercase}
.flex_ci_info .box ul{text-align: right; width: 100%}
.flex_ci_info .box ul li{color: #fff; font-size: 18px; text-transform: uppercase}
.flex_ci_info .box ul li b{font-weight: bold; margin-right: 5px; text-transform: uppercase}
.flex_ci_info .box ul li + li{margin-top: 8px}

.flex_ci_info .box.white h3{color: #222}
.flex_ci_info .box.white ul li{color: #222}



.video_sub{max-width: 1280px; margin: 0 auto; overflow: hidden; border-radius: 20px}
.video_sub .video-container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
}

.video_sub .video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.video_sub + .video_sub{margin-top: 50px}



.location_map{border-radius: 20px; overflow: hidden; position: relative}
.location_map iframe{display: block; width: 100%}




.map_more{margin-top: 50px; display: inline-flex; height: 60px; line-height: 60px; box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15);
         border-radius: 60px; padding: 0 35px; gap:10px; background: #1B1B1B}

.location_map .map_more{margin: 0; position: absolute; right: 25px; bottom: 25px; z-index: 2}

.map_more *{font-size: 18px; color: #fff; text-align: center}
.map_more span{opacity: .3}


.location_flex{margin-top: 80px; display: flex; gap:10rem;     justify-content: flex-start;
    align-items: flex-start;}

.location_info{padding-left: 10rem; border-left: 1px solid #ddd; margin-top: 50px}
.location_info li{display: flex; gap:15px; font-size: 24px; word-break: keep-all;
    justify-content: flex-start;
    align-items: flex-start; }
.location_info li b{width: 150px;}
.location_info li span{flex:1}
.location_info li + li{margin-top: 20px}

.location_info li img{margin-top: 8px}



.ceo{display: flex; gap:10rem;     align-items: flex-start;
    justify-content: flex-start;}
.ceo .ceo_img{border-radius:20px; overflow: hidden; width: 260px; }
.ceo .ceo_img img{max-width: 100%; display: block}
.ceo .txt{flex:1}
.ceo .txt p{color: #444; font-size: 24px; line-height: 40px; word-break: keep-all}
.ceo .txt p + p{margin-top: 50px}
.ceo .txt h4{display: flex; gap:5px; font-size: 24px; color:#1B1B1B; font-weight: bold; margin-top: 50px; justify-content: flex-start;
    align-items: center;}


.ani_img{border-radius: 20px; overflow: hidden; max-width:90%; margin: 0 auto; transition-duration: 1s}
.ani_img img{width: 100%; height: 100%;
    object-fit: cover;}

.ani_img.show{max-width: 100%;}

.history_flex{margin-top: 100px}
.history_flex .box{display: flex;align-items: flex-start;
    justify-content: flex-start;}
.history_flex h2{width: 285px; font-size: 52px; font-weight: bold; color:#1B1B1B; padding: 10px 0 ; position: relative}
.history_flex h2:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #444;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.history_flex h2:after{content: '';position: absolute; width: 10px; height: 10px; background: #0073AE;  right: -5px;  top: 50%;
    z-index: 1;
    transform: translateY(-50%); border-radius: 30px; opacity: 0; transition-duration: .5s}

.history_flex ul{padding:20px 0 100px 100px; border-left: 1px solid #ddd; flex:1; }
.history_flex ul li{font-size: 18px; line-height: 1.5; word-break: keep-all; color: #444}
.history_flex ul li + li{margin-top: 20px;}
.history_flex ul li b{color:#0073AE }

.history_flex .box.show h2:after{opacity: .1;width: 30px;
    height: 30px;
    right: -15px; }
.history_flex .box.show h2:before{background-color: #0073AE}


.history_flex .box:last-child ul{padding-bottom: 20px}



.tab_style{margin-bottom: 80px; gap:15px; display: inline-flex; justify-content: center;
align-items: center;
gap: 15px; height: 72px; border: 1px solid #ddd; border-radius: 70px; padding: 0 50px; position: sticky;
    top: 150px;
    z-index: 2; background: #fff}

.tab_style a{color: #aaa; font-size: 18px; font-weight: 600; transition-duration: .5s}
.tab_style a.on, .tab_style a:hover{color: #222}


.tab_style span{background: #ddd; width: 4px; height: 4px; border-radius: 4px}


.ink_flex ul{display: flex; gap:20px; flex-wrap: wrap;}
.ink_flex li{width: calc(25% - 15px); border-radius: 20px; background: #f9f9f9;  padding: 45px}
.ink_flex li img{border-radius: 20px; width: 100%;border: 1px solid #ddd;}


.ink_section + .ink_section{margin-top: 150px}



.ilac{overflow: hidden; border-radius: 20px; border: 1px solid #ddd; background: #f9f9f9}
.ilac img{max-width: 100%}



.ilac_center{margin: 80px auto 0; text-align: center; max-width: 1480px}
.ilac_center .ilac_big{display: inline-flex; width: 284px; height: 80px; background: #0073AE; border-radius: 80px; justify-content: center;
    align-items: center; margin-bottom: 30px;}
.ilac_center .ilac_big h2{color: #fff; text-align: center; font-size: 24px; font-weight: bold}

.ilac_center .box{}
.ilac_center .box .in_box{border: 1px solid #ddd; border-radius: 20px; padding: 50px 25px; text-align: center}

.ilac_center .box .in_box + .in_box{margin-top: 30px}

.ilac_center .box .in_box.blue{background: #0073AE}
.ilac_center .box .in_box h3{color: #444;
font-size: 24px;
font-weight: 500;
line-height: 40px; }
.ilac_center .box .in_box.blue h3{color: #fff}


.ilac_center .box p{margin-top: 18px; padding: 0 25px; text-align: left; font-size: 16px; color: #444; font-size: 16px; font-weight: bold}

.ilac_center .down{margin: 100px 0}


.ilac_flex_box{display: flex; gap:20px}
.ilac_flex_box .in_flex{flex:1;display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;}
.ilac_flex_box .in_flex  h2{display: flex; height: 80px; background: #666; border-radius: 80px; justify-content: center;
    align-items: center; margin-bottom: 30px; font-size: 24px; color: #fff; font-weight: bold; text-align: center}

.ilac_flex_box .in_flex .in_info{border-radius: 20px; border: 1px solid #ddd; padding: 25px; flex:1; display: flex; justify-content: center;
    align-items: center; min-height: 150px}
.ilac_flex_box .in_flex .in_info p{color: #444; font-size: 18px; font-weight: bold; text-align: center; margin: 0; padding: 0; word-break: keep-all}



.imgw100{}
.imgw100 img{max-width: 100%}


.small_title{margin-bottom: 80px; position: relative}
.small_title h2{font-size: 40px; color: #1B1B1B; font-weight: bold; word-break: keep-all}
.small_title p{font-size: 24px;
    line-height: 150%;
    color: #444; word-break: keep-all; margin-top: 20px}
.small_title ul{margin-top: 30px}

.small_title.nobottom{margin-bottom: 0}

.small_title .sub_btn{margin: 0}

.flex_step5{display: flex; gap:30px; flex-wrap: wrap;}
.flex_step5 .box{padding: 40px 25px; border: 1px solid #ddd; border-radius: 20px; width: calc(33.33% - 19.99px); 
 position: relative;display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; flex:1}
.flex_step5 .box.w50{width: calc(50% - 15px)}

.flex_step5 .box h3{font-size: 20px; font-weight: 900; color: #000; 
opacity: .1; position: relative; right: 0px; top: 0px; margin-bottom: 20px}
.flex_step5 .box .txt{}
.flex_step5 .box .txt h2{color: #0073AE; font-size: 22px; font-weight: bold; line-height: 34px; ; word-break: keep-all}
.flex_step5 .box .txt p{margin-top: 20px; font-size: 18px; line-height: 30px; color: #444;word-break: keep-all;
display: none}


.icon_flex_5{display: flex; gap:20px;}
.icon_flex_5 .box{padding: 40px; border: 1px solid #ddd; border-radius: 20px; flex:1; display: flex; gap:70px;    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;}


.icon_flex_5 .box p{color: #222; font-size: 24px; line-height: 36px; font-weight: bold; word-break: keep-all}


.icon_flex_step{display: flex; gap:25px; justify-content: flex-start;
    align-items: flex-start;}
.icon_flex_step p{text-align: center; font-size: 18px; color: #222; margin-top: 10px; word-break: keep-all; font-weight: bold}

.icon_flex_step .box{flex:1; text-align: center}
.icon_flex_step .box .icon{display: flex; width: 100px; height: 100px; border: 2px solid #0073AE; border-radius: 100px; justify-content: center;
    align-items: center; margin: 0 auto}

.icon_flex_step .next{padding-top: 40px}



.bu_greet{display: flex; gap:100px}
.bu_greet .left{width: 300px;}
.bu_greet .left .thum{border-radius: 20px; overflow: hidden; }
.bu_greet .left .thum img{max-width: 100%; width: 100%}
.bu_greet .left .box{padding: 30px; border: 1px solid #ddd; border-radius: 20px; margin-top: 20px}
.bu_greet .left .box p{font-size: 18px; line-height: 32px; color: #444; word-break: keep-all}
.bu_greet .left .box p b{color: #222}
.bu_greet .left .box p + p{margin-top: 30px}

.bu_greet .txt{flex:1}
.bu_greet .txt h3{color: #1B1B1B; font-size: 30px; font-weight: bold; line-height: 40px; margin-bottom: 50px}
.bu_greet .txt p{font-size: 24px; line-height: 40px; color: #444; word-break: keep-all}
.bu_greet .txt p + p{margin-top: 40px}
.bu_greet .txt h4{margin-top: 50px; font-weight: bold; color: #1B1B1B; font-size: 24px; line-height: 40px; }

.more_bu_btn{display: flex; gap:20px}
.more_bu_btn a{padding: 0 50px; border: 1px solid #ddd; border-radius: 20px; font-size: 24px; color: #444; display: flex; height: 100px;
    align-items: center;
    justify-content: space-between; flex:1; transition-duration: .5s}
.more_bu_btn a span{width: 50px; height: 50px; border-radius: 50px; display: flex; justify-content: center;
    align-items: center; background: #fff}

.more_bu_btn a p{flex:1; ; transition-duration: .5s; color: #444; font-weight: bold}


.more_bu_btn a:hover{background: #0073AE; box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15);}
.more_bu_btn a:hover p{color: #fff}



#layerPopup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            padding: 20px;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            z-index: 1000;
            max-width: 700px;
            padding-top: 50px
        }
        #layerPopup.popopen {
            display: block;
        }

        #layerPopup button {
            background-color: #fff;
            border: none;
            cursor: pointer;
            position: absolute; right: 20px; 
            top: 20px;
        }



#layerPopup img{max-width: 100%}


 #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        #overlay.popopen {
            display: block;
        }




ul.dist{}
ul.dist li{position: relative; padding-left: 15px; font-size: 24px; line-height: 40px; color: #444; font-weight: 500}
ul.dist li:after{content: '·'; position: absolute; left: 0; top: 0; opacity: .6}

ul.dist li em{font-size: 18px; color: #444; word-break: keep-all; font-style: normal; display: block; font-weight: 400; line-height: 150%}



ul.dist.em li + li{margin-top: 10px}

ul.dist.flex{display: flex;flex-wrap: wrap;}
ul.dist.flex li{width: 50%}

ul.dist.only{margin-top: 50px}




.slide_style01{position: relative}

.slide_style01 .slick-arrow{position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; 
					background: url(../img/sub/prev_slide.png); width: 50px; height: 50px; font-size: 0; border: 0; background-position: center; background-repeat: no-repeat}
.slide_style01 .slick-prev{left: 20px; }
.slide_style01 .slick-next{right: 20px; transform: rotate(180deg) translateY(50%);}

.slide_style01 .thum{border-radius: 20px; background: #f9f9f9; padding: 25px}
.slide_style01 .thum img{margin: 0 auto; max-width: 100%; display: block; mix-blend-mode: multiply;}

.slide_style01 p{font-size: 16px; text-align: center; margin-top: 10px; word-break: keep-all}

.slide_style01 .thummax{border-radius: 20px; background: #f9f9f9; padding: 0px; overflow: hidden; border: 1px solid #F5F5F5}
.slide_style01 .thummax img{width: 100%}

.flex_slide{display: flex; gap:30px}
.flex_slide .box{background: #fff; padding: 40px; border: 1px solid #ddd; border-radius: 20px; width: calc(33.33% - 19.99px); flex:1}
.flex_slide .box h3{margin-top: 40px; font-size: 24px; font-weight: bold; color: #0073AE}
.flex_slide .box ul.dist{margin-top: 30px}
.flex_slide .box ul.dist li{font-size: 18px; line-height: 34px; word-break: keep-all}
.flex_slide .box ul.dist li + li{margin-top: 10px}

.r_box{border: 1px solid #ddd; border-radius: 20px; padding: 50px 40px; background: #fff}
.r_box img{max-width: 100%; margin: 0 auto; display: block}

.r_box.flex_r{display: flex; gap:40px;}
.r_box.flex_r .box{flex:1; text-align: center; }
.r_box.flex_r .box p{margin-top: 30px; color: #444; font-size: 24px; line-height: 40px; word-break: keep-all}

.r_box.flex_r .box .thum{border-radius: 20px; overflow: hidden; width: max-content; margin: 0 auto}
.r_box.flex_r .box .thum img{max-width: 100%}

.flex_slide + .flex_slide{margin-top: 30px}


.r_box + .r_box{margin-top: 50px}



.product_flex{display: flex; gap:100px}
.product_flex .product_slide_are{width: 700px;}



.product_flex .sub_title{padding-top: 30px}
.product_flex .sub_title p{margin-top: 50px; line-height: 40px; font-weight: 500 }

.product_flex .sub_title h2{display: flex; gap:10px}
.product_flex .sub_title h2 img{max-width: 50px;  }

.product_flex .sub_title .sub_btn{justify-content: flex-start; }
.product_flex .sub_title .sub_btn a{height: 70px; font-size: 18px}


.sub_btn.sml{justify-content: flex-start; position: absolute; right: 0; top: 0 }
.sub_btn.sml a{height: 70px; font-size: 18px; gap:10px}


.esg_are .ani_img{position: relative}
.esg_are .ani_img .txt{display: flex; position: absolute; left: 0; bottom: 0; width: 100%; padding: 4rem;}
.esg_are .ani_img .txt .box{flex:1}
.esg_are .ani_img .txt .box h4{color: #fff; font-size: 24px; font-weight: bold}
.esg_are .ani_img .txt .box p{font-size: 18px; color: #fff; margin-top: 15px}

.esg_flex{margin-top: 80px;display: flex; padding: 0 8rem;    justify-content: flex-start;
  align-items: flex-start; }
.esg_flex .sub_title{width: 400px;}
.esg_flex .txt{flex:1}
.esg_flex .txt p{font-size: 18px; line-height: 32px; word-break: keep-all; color: #444}

.esg_flex .txt p + img{max-width: 100%; margin-top: 30px}


.esg_are + .esg_are{margin-top: 100px}


.form_in ul{display: flex; gap:40px 20px;flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;}
.form_in ul li{width: calc(50% - 10px)}
.form_in ul li.w100{width: 100%}

.form_in input, .form_in select{background: #fff; height: 60px; line-height: 60px;
 border-radius: 5px; padding: 0 20px; font-size: 16px; color: #1D1D1B; border: 0; width: 100%; border: 1px solid #ddd}

.form_in ul li label{color: #1D1D1B; font-size: 18px; margin-bottom: 10px; display: block; font-weight: bold}
.form_in ul li label span{color: red}

.form_in ul li .file_are{display: flex; gap:20px; justify-content: flex-start;
    align-items: center;}
.form_in ul li .file_are button{font-size: 16px; height: 60px; 
line-height: 60px; background: #1D1D1B; color: #fff; border-radius: 8px; width: 160px; font-weight: 600; border: 0;transition-duration: .5s;}
.form_in ul li .file_are input{background: #f5f5f5}

.form_in ul li .file_are button:hover{box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.20);}

.flex_input{display: flex; gap:10px;     align-items: center}

.form_in textarea{background: #fff; height: 200px; line-height: 22px;
 border-radius: 5px; padding: 15px 20px; font-size: 16px; border: 0; width: 100%; border: 1px solid #ddd}


.form_in .common_btn{justify-content: center; background: #0073AE; color: #fff; font-size: 24px; box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15); border: 0; 
border-radius: 80px; height: 80px; padding: 0 70px;     display: flex;
    align-items: center; font-weight: 500}





.ck_agree{display: flex; margin-top: 40px; gap:10px; justify-content: flex-start;
    align-items: center;}
.ck_agree input{display: none}
.ck_agree input + label{width: 20px; height: 20px; background: #fff; border: 1px solid #ddd; display: block; cursor: pointer; border-radius: 5px}

.ck_agree p{color: #1D1D1B; font-size: 16px;}
.ck_agree p a{font-weight: bold}
.ck_agree input:checked + label{background: #1B97D3}


.form_in .common_btn{margin: 80px auto 0}





.gall_list_style{display: flex; gap:60px 20px; justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;}
.gall_list_style li{width: calc(33.33% - 13.33px)}
.gall_list_style li.empty_list{width: 100%}
.gall_list_style li .gall_img{overflow: hidden; border-radius: 10px; transition-duration: .5s; border: 1px solid #ddd}

.gall_list_style li .gall_img img{width: 100%;
    aspect-ratio: 16 / 10;
    height: 100%;
    object-fit: cover;}

.gall_list_style li:hover .gall_img{box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.10); }


.board_list_txt{margin-top: 20px}
.board_list_txt h3{font-size: 20px; white-space: nowrap; /* 텍스트가 한 줄에 나타나도록 설정 */
  overflow: hidden; /* 넘치는 텍스트 숨기기 */
  text-overflow: ellipsis; /* 넘치는 부분을 생략 부호로 표시 */ transition-duration: .5s}
.board_list_txt p{font-size: 18px; margin-top: 10px; opacity: .7}


.gall_list_style li:hover .board_list_txt h3{color: #0073AE}

.board_common_btn_list{margin-top: 60px}
.board_common_btn_list ul{display: flex; gap:10px}
.board_common_btn_list ul a, .board_common_btn_list ul button{padding: 0 25px; display: flex; gap:30px; 
height: 58px; line-height: 58px; color: #fff; font-size: 18px; font-weight: 600; transition-duration: .5s; 
border: 0; border-radius: 10px; background: #333; text-align: center;align-items: center;
    justify-content: center;}
.board_common_btn_list ul a:hover, .board_common_btn_list ul button:hover    {box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.20);}
    

.common_btn + .admin_only{margin-top: 30px}



.board_detail_title{text-align: center}
.board_detail_title h2{ font-size: 40px}
.board_detail_title p{margin-top: 10px; font-size: 16px; color: #CBCBCB}

.board_detail_content{margin-top: 60px; border-top: 1px solid #ddd; 
border-bottom: 1px solid #ddd; padding: 50px }


.board_detail_content p{font-size: 22px; line-height: 32px; word-break: keep-all}



.board_common_btn_list{text-align: center}
.board_common_btn_list .common_btn{justify-content: center; background: #0073AE; color: #fff; font-size: 24px; box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15); border: 0; 
border-radius: 80px; height: 80px; padding: 0 70px;     display: inline-flex;
    align-items: center; font-weight: 500;}


.board_tlb table{width: 100%; border-top:2px solid #20409A; border-spacing: 0 }
.board_tlb table td{font-size:18px; padding:35px 15px; border-bottom: 1px solid #ddd; font-weight: 500; color: #666 }
.board_tlb table td.empty_table{font-size: 1em;padding: 20px 0 !important;
    color: #666;
    text-align: center;}

.board_tlb table td.num{text-align: center; width: 80px; font-size: 15px; color: #999}
.board_tlb table td.num .notice_icon{color: #20409A}

.board_tlb table td.date{width: 170px;  }
.board_tlb table td.date p{font-size: 16px; color: #999; text-align: center;display: flex; gap:5px}
.board_tlb table td.down{text-align: center; width: 170px; font-size: 15px; color: #999}
.board_tlb table td a.flexa{display: flex; gap:10px}
.board_tlb table td .point{font-size: 14px; background:#FF8A00 ; padding:5px 10px ; border-radius: 3px; color: #fff}


.board_tlb .down_load{}

.board_tlb .down_load{display: inline-flex; gap:10px; justify-content: center;
    align-items: center; font-size: 16px; color: #fff; background: #18459D; padding: 15px 25px 15px 15px; border-radius: 100px}
.board_tlb .down_load i{background: #fff; width: 30px; height: 30px; display: flex; justify-content: center;
    align-items: center; border-radius: 30px}



.employment_flex{display: flex; gap:30px;}
.employment_flex .box{flex:1; border: 1px solid #ddd; border-radius: 20px; padding: 40px;}
.employment_flex .box h3{font-size: 24px; line-height: 36px; font-weight: bold; margin-top: 60px}
.employment_flex .box h3 b{color: #0073AE}



.welfare_flex{display: flex; gap:30px; flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;}
.welfare_flex .box{width: calc(50% - 15px); background: #fff; padding: 40px; border-radius: 20px; border: 1px solid #ddd; 
			display: flex; gap: 50px; justify-content: flex-start;
    align-items: flex-start;}


.welfare_flex .box .icon{width: 130px; height: 130px; background: #F5F5F5; border-radius: 130px; display: flex; justify-content: center;
    align-items: center;}
.welfare_flex .box .txt{flex:1; padding-top: 15px}

.welfare_flex .box .txt h2{font-size: 24px; font-weight: bold; color: #0073AE}
.welfare_flex .box .txt p{margin-top: 10px; word-break: keep-all; color: #444; font-size: 18px; line-height: 32px;}



.employment_board_box{border: 1px solid #ddd; padding: 40px 60px; border-radius: 20px; background: #F9F9F9; position: relative}
.employment_board_box .txt{}
.employment_board_box .txt p{height: 40px; border-radius: 40px; background: #333; color: #fff; font-size: 16px; line-height: 40px; padding: 0 25px; display: inline-block}
.employment_board_box .txt h3{margin-top: 15px; white-space: nowrap; /* 텍스트가 한 줄에 나타나도록 설정 */
  overflow: hidden; /* 넘치는 텍스트 숨기기 */
  text-overflow: ellipsis; /* 넘치는 부분을 생략 부호로 표시 */ 
  font-size: 24px; color: #1B1B1B; font-weight: bold; line-height: 36px; }



.employment_board_box .go_employ{position: absolute;
    right: 40px;
    top: 50%;
    height: 60px;
    display: flex;
    padding: 0 35px;
    font-size: 18px;
    color: #fff;
    background: #0073AE;
    border-radius: 60px;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    gap: 20px;box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15); }





.video-container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
  overflow: hidden; border-radius: 20px
}

.video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}









.performance{position: relative}

.performance .tab {
  margin-bottom: 80px; gap:15px; display: inline-flex; justify-content: center;
align-items: center;
gap: 15px; height: 72px; border: 1px solid #ddd; border-radius: 70px; padding: 0 50px; background: #fff;
position: sticky;
    top: 120px;
    left: 0;
    z-index: 2;
}
.performance .tab__item a{
  color: #aaa; font-size: 18px; font-weight: 600; transition-duration: .5s
}
.performance .tab__item.tabon a,
.performance .tab__item:hover a{
  color: #222
}
.performance .tab__content-wrapper {
  
}
.performance .tab__content {
  display: block;
}
.performance .tab__content.tabon {
  display: block;
}

.performance .tab__content + .tab__content{margin-top: 100px}




.performance .tab .dot{background: #ddd; width: 4px; height: 4px; border-radius: 4px}



.tlb{}
.tlb table{width: 100%; border-top: 2px solid #222; border-spacing: 0}
.tlb table th{font-size: 16px; line-height: 25px; word-break: keep-all; padding: 15px; border-bottom: 1px solid #ddd; color: #0073AE; width: 25%}
.tlb table td{font-size: 16px; line-height: 25px; word-break: keep-all; padding: 15px; border-bottom: 1px solid #ddd; color: #222; border-left:1px solid #ddd}
.tlb table td.none{border-left: 0}


.history_ink_flex{display: flex; gap:10px;
justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;}

.history_ink_flex img{border: 1px solid #ddd; width: calc(16% - 10px)}
.history_ink_flex img.wx2{width: calc(32% - 10px)}






.bu_dist_flex{display: flex; }
.bu_dist_flex .small_title{width: 33.33%}



.employment_top{margin-bottom: 50px}
.employment_top img{display: block; margin: 0 auto; max-width: 100%}



.tlb_title{margin-bottom: 30px}
.tlb_title h3{font-size: 24px;}


