@media screen and (max-width:1024px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 40px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.basic_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';display: none;opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 15px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 65px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 30px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 15px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 95px);margin-left: 30px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 21px;border: 1px solid #eee;padding: 0 10px;font-size: 13px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 20px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 13px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 0;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 16px; color: #000;}
.basic_bd01_view .file_box{padding: 22px 35px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:20px 10px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 60px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 49%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 14px; padding-top: 14px; margin-top: 14px;}
.gallery_bd02 .con ul.img_li {gap: 30px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.gallery_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}


#header{height: 80px;}
#header.active h1 img.sub_img.pc_img{display: none;}
#header.active h1 img.sub_img.tab_img{display: block;}
#header.active h1 img, #header h1 img  {width: 184px;}
#header .h_right .gnb{display: none;}
#header .gnb02{display: none;}
#header.on h1 img.sub_img.pc_img{display: block;}
#header .h_inner{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
#header .h_right .nav_btn{width: 35px;height: 23px;background: url(/images/main/main_ham_tab.png) center no-repeat;background-size: cover; display:none;}
#header.active .h_right .nav_btn{filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(60%);}
#header.on .nav_btn{position: absolute; top: 50%; transform:translateY(-50%); right: 2.6%;display: block; background: url(/images/main/main_close_tab.png)center no-repeat; width: 32px; height: 21px; background-size: cover;}
#header.on h1 img.sub_img.pc_img{display: none;}
#header .h_right .all_menu_btn {width: 35px;height: 23px;background: url(/images/main/main_ham_tab.png) center no-repeat;background-size: cover; filter:inherit;}
#header.active .h_right .all_menu_btn {width: 35px;height: 23px;background: url(/images/main/main_ham_tab.png) center no-repeat;background-size: cover; }

#sub_contents{padding-top: 80px;}
#sub_contents .conbody{margin: 70px 0;}

.site_map_wrap{display: none; position: absolute; width: 100%; left: 0;top: 0; line-height: 1; height: 100vh; background: #222222; z-index: 9999;}
.site_map_wrap .header {display: flex;align-items: center; justify-content: space-between; height: 80px;}
.site_map_wrap .header h1 a{display: block; background: url(/images/main/main_logo_pc.png) center no-repeat; background-size: cover; transition: .3s; width:184px ; height:35px;}
.site_map_wrap .header button{width: 25px;height: 25px; transition: .2s;background: url(/images/main/main_close_btn_pc.png) center no-repeat;background-size: cover;}
#header .h_right .all_p_m {filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(60%);}
.site_map_wrap .site_map_con{margin-top: 120px;}
.site_map_wrap .site_map_con .map_first_box{display: flex; width:95%; margin: 0 auto; flex-wrap:wrap;}
.site_map_wrap .site_map_con .map_first_box .site_list{width: 100%; display: flex; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid rgb(255,255,255,.2); align-items: center;}
.site_map_wrap .site_map_con .map_first_box .site_list:not(:first-child){margin-top: 60px;}
.site_map_wrap .site_map_con ul li a{	color	:#fff;}
.site_map_wrap .site_map_con .map_first_box .site_list h2{font-size: 50px; position: relative;}
.site_map_wrap .site_map_con .map_first_box .site_list .sub_map_box{display: flex;}
.site_map_wrap .site_map_con .map_first_box .site_list .sub_map_box li:not(:last-child){position: relative;padding: 0 20px;}
.site_map_wrap .site_map_con .map_first_box .site_list .sub_map_box li:not(:last-child):after{content: '';position: absolute; right: -4px; top: 50%;transform: translateY(-50%); width: 7px;height: 18px; background: url(/images/main/site_map_bar_pc.png)center no-repeat;}
.site_map_wrap .site_map_con .map_first_box .site_list .sub_map_box li:last-child{padding-left:10px;}
.site_map_wrap .site_map_con .map_first_box .site_list .sub_map_box a{font-size: 20px; transition:.3s;}

.navigation{position:absolute;top: 0px;z-index:5000;width:100%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;}
.navigation.on{display:block;}
.navigation .nav_header{height: 80px;}
.navigation .nav_header .inner{position: relative; display: flex; padding: 22px 2.6%; justify-content: space-between;}
.navigation .nav_header .nav_btn{position: absolute; top: 50%; transform:translateY(-50%); right: 2.6%;display: block; background: url(/images/main/main_close_tab.png)center no-repeat; width: 32px; height: 21px; background-size: cover;}
.navigation h3{height:75px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3.active a:after{background:url(/images/main/navi_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3.on a:after{;background:url(/images/main/navi_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3 a{position: relative; height:75px; width:100%; background-color:#fff; display: flex; align-items: center; padding: 0 2.6%; color:#222; font-size:20px; font-weight: 600;}
.navigation h3.on a,
.navigation h3.active a,
.navigation h3.hover a{font-weight: 500;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 20px;height: 12px;background:url(/images/main/navi_arw_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:15px 0;background:#fff; border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 10px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#555;font-size:15px;border:none;font-weight: 400;padding-left: 2.6%; word-break:keep-all;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 80px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

#visual_wrap .txt_wrap .top_txt{font-size: 14px; padding-left: 18px;}
#visual_wrap .txt_wrap .btm_txt{font-size: 24px;}
#visual_wrap .swiper-wrapper .swiper-slide .txt_wrap{left: 2.6%; bottom: 45px;}
#visual_wrap .swiper-wrapper .swiper-slide img{width: 100%; aspect-ratio:1.538 / 1; object-fit:cover;}
#visual_wrap .swiper-navigation{position: absolute; left: auto; right: 2.6%; bottom: 45px; width: 135px;}
#visual_wrap .swiper-button-prev{background: url(/images/main/main_visual_prev_tab.png) center no-repeat; width: 40px; height: 40px; top: auto; left: 35px;}
#visual_wrap .swiper-button-next{background: url(/images/main/main_visual_next_tab.png) center no-repeat; width: 40px; height: 40px; top: auto;}
#visual_wrap .pager{font-size: 16px; left: -15px;}

#section01 .inner{flex-wrap: wrap;padding: 0;}
#section01 .sec01_txt{margin-top: 80px; padding-left: 20px; color: #20283f;}
#section01 .sec01_txt h3{font-size: 50px;font-weight: 800;}
#section01 .sec01_txt p{font-size: 16px; line-height: 21px; margin: 25px 0;}
#section01 .sec01_con .sec01_txt.pc{display: none;}
#section01 .sec01_txt.tab{position: relative; width: 100%;}
#section01 .sec01_pro{height: 100%;}
#section01 .sec01_proj_list{justify-content: center; width: 100%; height: 100%; margin: 0; padding: 40px 20px; gap:25px;}
#section01 .sec01_proj_list li:not(:last-child) a{padding-left: 20px;}
#section01 .sec01_proj_list li a{display: inline-block;}
#section01 .sec01_proj_list li a span{font-size: 18px;}
#section01 .sec01_proj_list li.on a span:before{content: '';position: absolute; left: -20px; top: 50%;transform: translateY(-50%); width: 3px;height: 17px; background: #1e2841;}
#section01 .sec01_img {width: 60%;}
#section01 .sec01_img .img_box{padding-bottom: 68%;}

#section01 .sec01_more_btn{position: absolute; top: 0; right: 0; width: 160px; height: 45px; font-size: 15px;}
#section01 .sec01_more_btn.pc{display: none;}
#section01 .sec01_more_btn img{margin-left: 15px;}

#section01 .sec01_con {width: 40%; gap: 15px;}

#section02{background: url(/images/main/main_sec02_bg_tab.jpg) center no-repeat; -webkit-background-size: cover;
background-size:cover ; padding-bottom: 0;}
#section02 .inner{width: 100%; padding: 80px 2.6%; position:relative;}
#section02 .sec02_con .sec02_txt h3{font-size: 50px;}
#section02 .sec02_con .sec02_txt p{font-size: 16px; margin-top: 25px;}
#section02 .sec02_con .sec02_txt p span{display: block;}
#section02 .sec02_con .sec02_more_btn{width: 160px; height: 45px; font-size: 15px; border: 2px solid #ddd;}
#section02 .sec02_slick{margin-top: 30px;}
#section02 .sec02_slick li{padding: 40px 30px;}
#section02 .sec02_slick li span{font-size: 15px;}
#section02 .sec02_slick li em{font-size: 15px; margin-top: 20px;}
#section02 .sec02_slick li p.news_title{padding: 25px 0 15px;font-size: 20px;}
#section02 .sec02_slick li p:nth-child(4){font-size: 15px;}
#section02 .arw_wrap{display: flex; justify-content: center; gap:10px; margin-top: 20px;}
#section02 .arw_wrap {gap:15px; position: absolute; top: 70px; left:350px; transform: translateX(-50%);}
#section02 .arw_wrap button:first-child {margin-right:15px;}
#section02 .arw_wrap .tab_img {width: 100%;}


#section02 .sec02_slick li a .img_box {position: relative; width: 100%; padding-bottom: 55.556%;}
#section02 .sec02_slick li a .img_box img {position: absolute; left: 0; top: 0; right:0; bottom:0; margin:auto; max-width: 100%; max-height: 100%;}



#footer{background: #20283f; padding: 50px 0; word-break:keep-all;}
#footer .inner{flex-direction: column;gap: 24px;padding: 0 2.6%;}
#footer .footer_title{font-size: 19px; color: rgb(255,255,255,.65); text-wrap-mode:nowrap; font-weight: 700;}
#footer ul{display:flex; flex-wrap:wrap; gap:22px 40px;}
#footer ul li{display:flex; gap:0px;}
#footer ul li:first-child{width: auto; display:flex; align-items: flex-start;}
#footer ul li:first-child em{display:block;}
#footer ul li em{width: auto; font-size:16px ; color: #fff; font-weight: 700; margin-right: 15px;}
#footer ul li p{font-size:16px ; color: rgb(255,255,255,.3); font-weight: 300; letter-spacing:0.5px; line-height: 1;}
#footer ul li p.copy{color: rgb(255, 255, 255, .65); font-weight: 600;}
#footer ul li p span:nth-child(2){display: inline-block; color: rgb(255,255,255,.65); font-weight: 600; margin:0;}
#footer ul li p span:nth-child(3){display:block; margin-top: 10px;}
#footer ul li p span.add_num{color: rgb(255,255,255,.3); font-weight: 600; display:inline-block; margin-right:5px;}
#footer ul li:last-child{width: 100%; margin-top: 5px;}

/* br {display:none;} */

/* sub0101
.sub0101_wrap{text-align:center; color:#222;}
.sub0101_wrap .sub0101_h3{width:1643px; margin:0px auto; font-size:40px; font-weight:600; color:#20283f; text-align:left;}
.sub0101_wrap .sub01_01{height:300px; margin:46px 0px 40px;}
.sub0101_wrap .sub01_01 div{padding:90px 0px 30px;}
.sub0101_wrap .sub01_01 .sub0101_title{font-size:30px; font-weight:500; color:#5b6f8f; margin-bottom:70px;}
.sub0101_wrap .sub01_01 .sub0101_txt{font-size:18px; font-weight:500; color:#617492}
.sub0101_wrap .sub01_02{font-size:16px; line-height:24px; margin:35px 0px 100px;}
.sub0101_wrap .sub01_02 i{display:block;}
.sub0101_wrap .sub01_02 .tit{margin-bottom:30px;}
.sub0101_wrap .sub01_03{width:100%;}
.sub0101_wrap .sub01_03 ul{display:flex; align-items:center; justify-content:center;}
.sub0101_wrap .sub01_03 ul li{width:460px; text-align:center;}
.sub0101_wrap .sub01_03 ul li .img_wrap{height:140px; position:relative; margin-bottom:48px;}
.sub0101_wrap .sub01_03 ul li .img_wrap img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.sub0101_wrap .sub01_03 ul li p{font-size:16px; font-weight:600; line-height:24px;} */

/* sub0101 */
.sub0101_wrap{text-align:center; color:#222;}
.sub0101_wrap .sub0101_h3{width:100%; margin:0px auto; font-size:40px; font-weight:600; color:#20283f; text-align:left;}
.sub0101_wrap .sub01_01{height: 325px;margin:46px 0px 40px;background-size: cover;}
.sub0101_wrap .sub01_01 div{padding: 90px 0px 45px;}
.sub0101_wrap .sub01_01 .sub0101_title{font-size:30px;font-weight:500;color:#5b6f8f;margin-bottom: 15px;line-height: 1.33;padding: 40px 0;}
.sub0101_wrap .sub01_01 .sub0101_title i {display:block;}
.sub0101_wrap .sub01_01 .sub0101_txt{font-size: 16px;font-weight:500;color:#617492}
.sub0101_wrap .sub01_02{font-size: 15px;line-height:1.5;margin: 30px 0px 70px;}
.sub0101_wrap .sub01_02 i{display:none;}
.sub0101_wrap .sub01_02 span.tab_br {display:block;}
.sub0101_wrap .sub01_02 .tit{margin-bottom: 25px;}
.sub0101_wrap .sub01_03{width:100%;}
.sub0101_wrap .sub01_03 ul{display:flex; align-items:center; justify-content:space-between;}
.sub0101_wrap .sub01_03 ul li{width: calc((100% - 70px)/3);text-align:center;}
.sub0101_wrap .sub01_03 ul li .img_wrap{height:140px;position:relative;margin-bottom:33px;}
.sub0101_wrap .sub01_03 ul li .img_wrap img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.sub0101_wrap .sub01_03 ul li:first-child .img_wrap img {width: 120px;}
.sub0101_wrap .sub01_03 ul li:nth-child(2) .img_wrap img {width: 140px;}
.sub0101_wrap .sub01_03 ul li:nth-child(3) .img_wrap img {width: 124px;}
.sub0101_wrap .sub01_03 ul li p{font-size:16px; font-weight:600; line-height:1.5}

/* sub0102 */
.sub0102_wrap .sub0102_title h3{font-size: 34px; color: #20283f; font-weight: 600;}
.sub0102_wrap .sub0102_title p{font-size: 14px; color: #222222; line-height: 27px; margin-top: 25px; font-weight: 500;}
.sub0102_wrap .sub0102_con ul li .txt .txt_p span{display: inline;}
.sub0102_wrap .sub0102_con ul li:first-child .txt{align-items: center; margin-top: 0; gap:45px; padding-block:25px;}
.sub0102_wrap .sub0102_con ul li:first-child .txt em{font-size: 20px; line-height: 28px;}
.sub0102_wrap .sub0102_con ul li:not(:first-child) .txt span{font-size: 14px;}
.sub0102_wrap .sub0102_con ul li .txt .txt_p{width: 50%; font-size: 10px; line-height: 20px;}
.sub0102_wrap .sub0102_con ul{display: flex; flex-wrap:wrap; gap:20px;}
.sub0102_wrap .sub0102_con ul li{width:100%;  height: 610px; position: relative; transition: .4s; overflow: hidden;}
.sub0102_wrap .sub0102_con ul li:first-child{background: #20283f; height:130px;}
.sub0102_wrap .sub0102_con ul li:not(:first-child){position: relative; flex:100%; height: 130px;}
.sub0102_wrap .sub0102_con ul li:not(:first-child).on{width: 100%; height: 65vh;}
.sub0102_wrap .sub0102_con ul li:not(:first-child) p{right: auto; left: 20px; bottom:20px; writing-mode: horizontal-tb; transform: rotate(0deg); font-size: 26px;}
.sub0102_wrap .sub0102_con ul li:nth-child(4){background: url(/images/sub/sub0102_img03.jpg) center right no-repeat;background-size:cover;}


/* sub0104 */
.sub0104_wrap .sub0104_title{background: url(/images/sub/sub0104_title_bg_pc.jpg) center no-repeat; background-size:cover; height: 110px; display: flex; align-items: flex-end;}
.sub0104_wrap .sub0104_title h3{font-size: 32px; color: #fff; padding: 0 0 22px 22px; font-weight: 600;}
.sub0104_wrap .sub0104_con{position: relative;}
.sub0104_wrap .sub0104_con:after{content:'';	position: absolute; width: 2px; height: 100%; left: 50%; top: 0;transform: translateX(-50%); background: url(/images/sub/sub0104_line_pc.png) center no-repeat; background-size:cover;}
.sub0104_wrap .sub0104_con .sub0104_list{position: relative;display: flex; flex-direction: column;align-items: center; gap:60px; padding-top: 80px;}
.sub0104_wrap .sub0104_con .sub0104_list:after{content: '';position: absolute; left: 50%; top: 0; width: 1px; height: 100%;}
.sub0104_wrap .sub0104_con .sub0104_list > li{width: 100%;display: flex; align-items: center;}
.sub0104_wrap .sub0104_con .sub0104_list > li div{width: 50%;}
.sub0104_wrap .sub0104_con .sub0104_list > li div:nth-child(1){text-align: end;padding-right: 60px;}
.sub0104_wrap .sub0104_con .sub0104_list > li div:nth-child(2){padding-left: 60px;}
.sub0104_wrap .sub0104_con .sub0104_list .img_box img{width:304px; height:190px; filter: grayscale(100%); transition: .3s;}
.sub0104_wrap .sub0104_con .sub0104_list .img_box:hover img{filter: grayscale(0%); }
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time em{position: relative;font-size: 32px;color: #242e43;font-weight: 500;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time em:before{content:'';position: absolute;width: 18px;height: 18px;left: -69px;top: 50%;transform: translateY(-50%);background: url(/images/sub/sub0104_circle_pc.png) center no-repeat;background-size:cover;z-index: 2;}
.sub0104_wrap .sub0104_con .sub0104_list .list_rever .sub0104_time em:before{left: auto;right: -69px;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time .sub0104_txt{display: flex;gap: 6px;flex-direction: column;margin-top: 25px;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time .sub0104_txt li{font-size: 14px;color: #222222;font-weight: 500;position:relative;padding-left: 10px;line-height: 1.5;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time .sub0104_txt li::before {position:absolute;content:"";width: 4px;height:2px;background:#222;left: 0;top: 9px;transform:inherit;}
.sub0104_wrap .sub0104_con .sub0104_list .list_rever .sub0104_time .sub0104_txt li{position:relative;padding-right: 10px;word-break: keep-all;}
.sub0104_wrap .sub0104_con .sub0104_list .list_rever .sub0104_time .sub0104_txt li::before {position:absolute;content:"";width: 4px;height:2px;background:#222;left: inherit;right: 0;top: 9px;transform:inherit;}
.sub0104_wrap .sub0104_con .sub0104_list .list_rever .sub0104_time .sub0104_txt{justify-content: flex-end;}

/* sub0105_wrap
.sub0105_wrap .sub0105_con{width:100%; margin: 50px auto; padding-top: 30px;}
.sub0105_wrap .sub0105_con ul{display: flex; flex-wrap:wrap; justify-content:center; gap:80px 30px; }
.sub0105_wrap .sub0105_con ul li{width: 22%; padding:0px 10px;} */

/* sub0105 */
.sub0105_wrap .sub0105_con{width:100%; margin: 50px auto; padding-top: 30px;}
.sub0105_wrap .sub0105_con ul{display: flex; flex-wrap:wrap; justify-content:flex-start; gap:60px 25px; }
.sub0105_wrap .sub0105_con ul li{width: calc((100% - 50px)/3);}
.sub0105_wrap .sub0105_con ul li .sub0105_top {border-bottom: 2px solid #dadada;}
.sub0105_wrap .sub0105_con ul li .sub0105_top em{font-size: 80px;color: #dadada;font-family: 'Coredream';font-weight: 500;}
.sub0105_wrap .sub0105_con ul li .sub0105_btm{margin-top: 12px;}
.sub0105_wrap .sub0105_con ul li .sub0105_top span{display: block;font-size: 21px;color: #222;font-weight: 800;padding: 22px 0 17px 0;}
.sub0105_wrap .sub0105_con ul li .sub0105_btm p {font-size: 14px;color: #aaaaaa;line-height: 1.75;font-weight: 400;}
.sub0105_wrap .sub0105_con ul li .sub0105_btm p br {display:none;}

.sub0105_wrap .sub0105_con ul li .sub0105_btm img {display:none;}

/* sub0201_wrap */
/* .sub0201_wrap .sub0201_con .work_list{display:flex; flex-wrap:wrap; justify-content:center;}
.sub0201_wrap .sub0201_con .work_list{width:100%; background:yellow;}
.sub0201_wrap .sub0201_con .work_list li{width:30%; border:1px solid red;} */

/* sub0201 */
.sub0201_wrap .sub0201_title {display:block;}
.sub0201_wrap .sub0201_title h3 {width: 100%;}
.sub0201_wrap .sub0201_con {margin-top: 50px;}
.sub0201_wrap .sub0201_title .sub0201_tab_wrap {gap: 30px; margin-top: 25px;}
.sub0201_wrap .sub0201_title .sub0201_tab_wrap a.on {font-size: 16px;}
.sub0201_wrap .sub0201_title .sub0201_tab_wrap a {font-size: 16px;}

.sub0201_wrap .sub0201_con .work_list{display:flex; flex-wrap:wrap; justify-content:center; gap: 40px; }
.sub0201_wrap .sub0201_con .work_list{width:100%; }
.sub0201_wrap .sub0201_con .work_list li{width:calc((100% - 40px)/2); }
.sub0201_wrap .sub0201_con .work_list li a .img_box {position: relative; width: 100%; padding-bottom: 75.472%;}
.sub0201_wrap .sub0201_con .work_list li a .img_box img {position: absolute; left: 0; top: 0; right:0; bottom:0; margin:auto; max-width: 100%; max-height: 100%;}
.sub0201_wrap .sub0201_con .work_list .txt_box .work_title {font-size: 16px;}
.sub0201_wrap .sub0201_con .work_list .txt_box .work_exp {font-size : 14px;}

.paging_wrap{margin-top: 45px;}
.paging_wrap ul{display: flex; gap:10px; justify-content: center;}
.paging_wrap ul li{width: 36px; height: 36px; border: 1px solid #dddddd; border-radius:50%;}
.paging_wrap ul li.on {background: #20283f; border: 1px solid #20283f;}
.paging_wrap ul li.on a{color: #fff;}
.paging_wrap ul li a{display: flex; width: 100%; height: 100%; font-size:14px; color: #888888; align-items: center; justify-content: center;}
ul.paging li a img {width: 8px;}

/* sub0301_wrap */
.sub0301_wrap h3{font-size: 45px; color: #222222; font-weight: 600;}
.sub0301_wrap .inner{width: 100%;}
.sub0301_wrap .sec02_con .sec02_txt h3{font-size: 60px; color: #000; font-weight: 800;}
.sub0301_wrap .sec02_con .sec02_txt p{font-size: 18px; color: #555555; line-height:27px; margin-top: 40px; font-weight: 400;}
.sub0301_wrap .sec02_slick{margin: 45px 0; display:flex; flex-wrap:wrap; justify-content:center; gap:20px;}
.sub0301_wrap .sec02_slick li span{display: block;font-size: 15px;color: #3b537f;margin-bottom: 20px;font-weight: 700;}
.sub0301_wrap .sec02_slick li{width:calc((100% - 20px)/2); height:auto; background: #fff; padding: 38px 30px; box-shadow:0px 0px 10px  rgb(0,0,0,.1);}
.sub0301_wrap .sec02_slick li p.news_title{font-size: 20px;color: #222222;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 25px 0;font-weight: 700;}
.sub0301_wrap .sec02_slick li p:nth-child(4){font-size: 14px;color: #555555;line-height: 26px;white-space:normal;display: -webkit-box;word-wrap: break-word;-webkit-line-clamp: 3;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;font-weight: 400;}
.sub0301_wrap .sec02_slick li em{display: flex; margin-top: 27px; text-align: end; font-size: 15px;font-weight: 400;}
.sub0301_wrap .sec02_con{display:flex; justify-content:space-between;}
.sub0301_wrap .sec02_slick li:hover{background: #1e2841;}
.sub0301_wrap .sec02_slick li:hover span{color: #fff;}
.sub0301_wrap .sec02_slick li:hover p.news_title{color: #fff;}
.sub0301_wrap .sec02_slick li:hover p:nth-child(4){color: #fff;}
.sub0301_wrap .sec02_slick li:hover em{color: #fff;}


/* sub0401_wrap */
h3.sub04_tit{font-size: 45px; color: #000000; font-weight: 600;}
h3.sub04_tit span{position: relative;color: #afabab; padding-left: 40px; font-size: 38px;}
h3.sub04_tit span:before{content:'';	position: absolute; width: 4px; height: 30px; left: 20px; top: 50%;transform: translateY(-50%); background: #090a1f;}
.sub0401_wrap .sub0401_subtitle{background: url(/images/sub/sub0401_bg_pc.jpg) center no-repeat; background-size:cover; margin-top: 35px; word-break:keep-all;}
.sub0401_wrap .subtitle_box{color: #fff; padding: 115px 10px 75px; text-align: center;}
.sub0401_wrap .subtitle_box .top_title{font-size: 30px; margin-bottom: 40px; font-weight: 400; line-height: 1.33;}
.sub0401_wrap .subtitle_box .top_title span{font-weight: 600;}
.sub0401_wrap .subtitle_box .top_title i {display:block;}
.sub0401_wrap .subtitle_box p{font-size: 15px; line-height: 2; font-weight: 400; padding:0px 20px;}
.sub0401_wrap ul{margin-top: 50px;}
.sub0401_wrap ul li{width: 100%;padding: 0 50px;gap: 0px;margin:0px auto; flex-direction:column; text-align:center; gap: 20px;}
.sub0401_wrap ul li img{display:block; margin-right: 0;}
.sub0401_wrap ul li .list_con p:first-child{font-size: 18px;font-weight: 500;margin-bottom: 10px;}
.sub0401_wrap ul li .list_con p{font-size: 14px;color: #222;font-weight: 400; word-break:keep-all; line-height: 1.5;}

/* sub0402 */
.sub0402_wrap h3{font-size: 45px; color: #222222; font-weight: 600; word-break:keep-all;}
.sub0402_con_txt{padding: 25px 20px;}
.sub0402_con_txt em {display:none;}
.sub0402_wrap .sub0402_con > ul > li .img_wrap {position: relative;}
.sub0402_wrap .sub0402_con > ul > li .img_wrap em {display: block; position: absolute; bottom:0; left:0; width: 100%; height: 40px; line-height: 40px; padding-left: 10px;background: rgba(255, 255, 255, 0.8); font-size: 16px; color: #006fc0;font-weight: 600;}
.sub0402_con_txt ul{margin-top: 0; display: flex; flex-direction: column;gap: 8px;}
.sub0402_con > ul > li:not(:nth-child(3)) .sub0402_con_txt ul li:last-child{margin-top: 5px;}
.sub0402_con_txt ul li span{font-weight: 600;}
.sub0402_wrap .table_design > div {flex-wrap:wrap;}
.sub0402_wrap .sub0402_con{margin-top: 40px;}
.sub0402_wrap .sub0402_con > ul{display: flex; gap:15px; justify-content: center; flex-wrap:wrap;}
.sub0402_wrap .sub0402_con > ul > li{width: calc((100% - 15px)/2); background:#fff; border:1px solid #ddd; overflow:hidden;}
.sub0402_wrap .sub0402_con > ul > li img {width: 100%;}
.sub0402_wrap .sub0402_con .sub0402_con_txt em{font-size: 18px; color: #006fc0; font-weight: 600; }
.sub0402_wrap .sub0402_con .sub0402_con_txt ul li{width:100%; font-size: 15px; color: #000; font-weight: 400; line-height:1.37;  word-break:break-all;}
.sub0402_wrap .sub0402_con .sub0402_con_txt ul li span{word-break:keep-all;}
.sub0402_wrap .sub0402_con .sub0402_con_txt li{display:flex;}
.sub0402_wrap .sub0402_con .sub0402_con_txt span{display:block; margin-right:5px;}
.sub0402_wrap .table_design .tit{width:15%; text-align:center; font-size:35px; font-weight:600;}
.sub0402_wrap .table_design .txt02, .sub0402_wrap .table_design .txt03 {width:30%; border-top: 0;}
.sub0402_wrap .table_design .line {height: 40px;}
.sub0402_wrap .table_design .txt {width:28%; font-size: 20px; padding: 27px 10px; text-align:center;}
.sub0402_wrap .table_design .txt span {margin-right: 25px;}
.sub0402_wrap .table_design .txt01 {width: 32%; font-size: 20px; border-right: 0;}
.sub0402_wrap .table_design .txt02 {border-right: 0;}
.sub0402_wrap .table_design .txt03 {width: 23%; }
.sub0402_wrap .table_design {display:block;}
.sub0402_wrap .table_design_pc {display:none;}


/* sub0403 */
.sub0403_map{position: relative;background: url(/images/sub/sub0403_map_pc.jpg) center no-repeat; height: 360px; margin-top: 40px;}
.sub0403_map .map_link{position: absolute; right: 20px; bottom: 10px; display: flex;}
.sub0403_info{margin-top: 40px;}
.sub0403_info > ul{display: flex;gap: 40px;padding-left: 40px;flex-direction: column;}
.sub0403_info > ul > li{display: flex;gap: 50px;align-items: center;}
.sub0403_info > ul > li .info_title{display: block;gap:15px;width: 105px;} 
.sub0403_info > ul > li .info_address {width:calc(100% - 160px);}
.info_title .info_loc{width:80px;font-size: 25px;color: #111;font-weight: 700;}
.info_title .loc_eng{font-size: 22px;color: #ff6600;font-weight: 700;margin-top: 10px;}
.info_address p{font-size: 18px;color: #222;font-weight: 400;line-height: 1.5;}
.info_address p:first-child{font-weight: 800;margin-bottom: 15px;}
.info_address ul li em{font-weight: 800;margin-right: 5px;}
.info_address ul li span{font-weight: 400;}
.info_address ul{display: flex;font-size: 18px;color: #222222;gap: 17px;flex-direction: column;}

}