/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }
 @font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/font/Pretendard-Black.woff2') format('woff2');
}
/* SCDream3 */
@font-face {
	font-family: 'Coredream';
	font-weight: 300;
	src: url('/font/SCDream3.woff') format('woff');
}
@font-face {
	font-family: 'Coredream';
	font-weight: 400;
	src: url('/font/SCDream4.woff') format('woff');
}
@font-face {
	font-family: 'Coredream';
	font-weight: 500;
	src: url('/font/SCDream5.woff') format('woff');
}
@font-face {
	font-family: 'Coredream';
	font-weight: 600;
	src: url('/font/SCDream6.woff') format('woff');
}
@font-face {
	font-family: 'Coredream';
	font-weight: 700;
	src: url('/font/SCDream7.woff') format('woff');
}
@font-face {
	font-family: 'Coredream';
	font-weight: 800;
	src: url('/font/SCDream8.woff') format('woff');
}
@font-face {
	font-family: 'Coredream';
	font-weight: 900;
	src: url('/font/SCDream9.woff') format('woff');
}


/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#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: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; 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:47.27%;}
.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%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

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

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; font-family: 'Pretendard';}
.inner{width: 1800px; margin: 0 auto; max-width:100%;}
.section{line-height: 1;}

#header{position: absolute; top: 0; width: 100%; height: 100px; z-index: 1000;}	
#header h1 img.sub_img{display: none;}
#header .h_inner{display: flex; justify-content: space-between; align-items: center;}
#header .h_right{display: flex; align-items: center; gap:90px;}
#header .h_right .gnb{display: flex; font-size: 18px; color: #fff; gap:50px;}
#header .h_right .gnb li a{color: #fff; line-height: 100px; /* border-bottom: 2px solid transparent; */ transition: border-bottom 0.6s; font-weight: 800;}
#header.active .h_right .gnb li a{color: #888;}
#header .h_right .all_menu_btn{width:40px ; height:26px ; background: url(/images/main/main_ham_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%);}
#header.active .h_right .all_menu_btn{filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(60%);}
#header.active h1 img.sub_img{display: block;}
#header.active h1 img.main_img{display: none;}
#header.active h1 img.sub_img.tab_img{display: none;}
#header.active h1 img.sub_img.mob_img{display: none;}

#header.on {background: #fff;}
#header.on h1 img.sub_img.pc_img{display: block;}
#header.on h1 img.main_img{display: none;}
#header.on .h_right .gnb li a{display:block; width: 180px; text-align: center; color: #222222; position: relative;}
#header.on .h_right .gnb li.on a:after {position: absolute; content:''; bottom:10px; left:50%; transform:translateX(-50%); width: 100px; height: 2.7px; background: #1e2841;}
/* #header.on .h_right .gnb li:nth-child(1).on a:after {width: 70px;}
#header.on .h_right .gnb li:nth-child(2).on a:after {width: 70px;}
#header.on .h_right .gnb li:nth-child(3).on a:after {width: 58px;}
#header.on .h_right .gnb li:nth-child(4).on a:after {width: 90px;} */
/* #header.on .h_right .gnb li.on a{border-bottom:2px solid #1e2841;} */
#header.on .h_right .all_menu_btn{width:40px ; height: 26px ; background: url(/images/main/main_ham_pc.png) center no-repeat; background-size:cover; filter: invert(1) brightness(0);}

.all_menu_wrap{background: #fff; display: none; padding-bottom:20px;}
.all_menu_wrap .all_menu{display: flex; justify-content: flex-end; padding: 5px 0 15px 0; gap:50px; padding-right: 128px;}
.all_menu_wrap .all_menu .lnb_menu .all_sub_menu li .half{font-size:15px !important;}
.all_menu_wrap .all_menu .lnb_menu .all_sub_menu li a{width: 180px; display: block; text-align: center; font-size:16px ; color: #9f9fa1; /* line-height: 40px; */ line-height: 30px; font-weight: 400;}
.all_menu_wrap .all_menu .lnb_menu .all_sub_menu li:hover a{color: #444444;}

.navigation{display: none;}
#header .gnb02{display: flex;}
#header .gnb02 > li{position: relative; padding: 0 25px;}
#header .gnb02 > li.hovered span a{color: #222;}
#header .gnb02 > li.active:after {position: absolute; content:''; bottom:20px; left:50%; transform:translateX(-50%); height: 2px; background: #1e2841; /* border:1px solid red; */}
#header .gnb02 > li.hovered:after{position: absolute; content:''; bottom:20px; left:50%; transform:translateX(-50%); height: 2px; background: #1e2841; /* border:1px solid blue; */}
#header .gnb02 > li.temp-inactive:after{display: none;}
#header .gnb02 > li.temp-inactive span a{color: #7f7f7f  !important;}
#header .gnb02 > li:nth-child(1):after {width: 70px;}
#header .gnb02 > li:nth-child(2):after {width: 70px;}
#header .gnb02 > li:nth-child(3):after {width: 58px;}
#header .gnb02 > li:nth-child(4):after {width: 90px;}
#header .gnb02 li.active span a{color: #222;}
#header .gnb02 li span a{display: block; font-size: 18px; color: #7f7f7f; font-weight: 800; line-height: 100px;}
#header .gnb02 .lnb_sub{position: absolute; top:75px; left: 50%; transform:translateX(-50%); z-index: 100; width: 200px; /* background: #fff; */}
#header .gnb02 .lnb_sub > ul{display: none; padding: 20px 0px;}
#header .gnb02 .lnb_sub > ul > li a{display: block;color: #9f9fa1;font-size: 16px; text-align: center; font-weight: 400;}
#header .gnb02 .lnb_sub > ul > li a:hover {color:#1e2841;}
#header .gnb02 .lnb_sub > ul > li:not(:last-child){margin-bottom: 10px;}

.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: 100px;}
.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:219px ; height:42px;}
.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;}
.site_map_wrap .site_map_con{margin-top: 120px;}
.site_map_wrap .site_map_con .map_first_box{display: flex; width:1400px; 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: 20px;}
.site_map_wrap .site_map_con .map_first_box .site_list .sub_map_box a{font-size: 20px; transition:.3s;}

#visual_wrap{position: relative;}
#visual_wrap .inner{position:relative;}
#visual_wrap .pager{position: absolute; z-index: 5;	 width: auto; color: #7f7f7f; bottom: 0; font-size: 20px; font-weight: 600; left: -10px;} 
#visual_wrap .pager .swiper-pagination-current{color: #fff;}
#visual_wrap .swiper-wrapper .swiper-slide{position: relative;}
#visual_wrap .swiper-wrapper .swiper-slide .txt_wrap{position:absolute; bottom:60px; left:0px;}
#visual_wrap .txt_wrap{color: #fff;}
#visual_wrap .txt_wrap .top_txt{position:relative; font-size: 15px; margin-bottom: 20px; font-weight: 800; padding-left: 27px;}
#visual_wrap li.act_ani .txt_wrap .top_txt span:nth-child(1){padding-right: 27px;}
#visual_wrap .txt_wrap .top_txt:before{content:'';	position: absolute; width: 4px; height: 13px; left: 0; top: 50%;transform: translateY(-50%); background: #fff;}
#visual_wrap .txt_wrap .btm_txt{font-size: 28px; font-weight: 700;}
#visual_wrap .swiper-navigation{position: absolute; bottom:60px; right:0%; width:168px; display:flex; align-items:center; justify-content:center;}
#visual_wrap .swiper-button-prev{background: url(/images/main/main_visual_prev_pc.png) center no-repeat; width:50px; height:50px; top: auto; left: 55px;}
#visual_wrap .swiper-button-next{background: url(/images/main/main_visual_next_pc.png) center no-repeat; width:50px; height:50px; top: auto; right: 0px;}
#visual_wrap .swiper-wrapper .swiper-slide p.visual_bg {height: 100vh;}

#section01 .inner{width: 100%; display: flex; justify-content: flex-start;}
#section01 .sec01_img{width: 1195px;}
#section01 .sec01_img .img_box{position:relative; width:100%; padding-bottom:77.322%;}
#section01 .sec01_img .img_box img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section01 .sec01_con{width: calc(100% - 1195px);; display: flex;justify-content: space-between; flex-direction: column; gap:60px;}
#section01 .sec01_con .sec01_txt{height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-left: 60px;}
#section01 .sec01_con .sec01_txt h3{font-size: 60px; color: #20283f; font-weight: 800;}
#section01 .sec01_con .sec01_txt p{font-size: 18px; color: #555555; line-height:27px; margin-top: 30px; font-weight: 400;}
#section01 .sec01_con .sec01_txt a{display:none;}
#section01 .sec01_pro{background: #fafafa;}
/* #section01 .sec01_proj_list{width: 85.34850640113798%; display: flex;flex-direction: column;gap: 40px; padding: 60px 0; margin: 0 auto;} */
#section01 .sec01_proj_list{width: 100%; display: flex;flex-direction: column;gap: 40px; padding: 60px 60px 60px 84px; margin: 0 auto;}
#section01 .sec01_proj_list li:last-child {text-align: -webkit-right;}
#section01 .sec01_proj_list li a span{font-size: 30px; color: #c4c4c4; font-weight: 700;}
#section01 .sec01_proj_list li.on a span{position: relative; color: #000;}
#section01 .sec01_proj_list li.on a span:before{content: '';position: absolute; left: -24px; top: 50%;transform: translateY(-50%); width: 4px;height: 22px; background: #1e2841;}
#section01 .sec01_more_btn{background: #1e2841; font-size:16px ; color: #fff; width: 200px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius:30px; font-weight: 400;}
#section01 .sec01_more_btn img{margin-left: 20px; transition: transform .3s ease;}
#section01 .sec01_more_btn:hover img {transform: translateX(15px);}

#section02{background: url(/images/main/main_sec02_bg_pc.jpg) center no-repeat; -webkit-background-size: cover;
background-size:cover ; padding-bottom: 80px;}
#section02 .inner{width: 1640px; padding: 135px 0; position:relative;}
#section02 .sec02_con .sec02_more_btn{width: 200px; height: 60px; font-size: 16px; border-radius:30px; border: 2px solid #dddddd; display: flex;align-items: center; justify-content: center; font-weight: 400;}
#section02 .sec02_con .sec02_more_btn img{margin-left: 20px; transition: transform .3s ease;}
#section02 .sec02_con .sec02_more_btn:hover img{ transform: translateX(15px);}
#section02 .sec02_con .sec02_txt h3{font-size: 60px; color: #20283f; font-weight: 800; }
#section02 .sec02_con .sec02_txt p{font-size: 18px; color: #555555; line-height:27px; margin-top: 40px; font-weight: 400;}
#section02 .sec02_slick{margin-top: 60px;}
/* #section02 .sec02_slick li span{display: block; font-size:16px ; color: #3b537f; margin-bottom: 20px; font-weight: 700;} */
#section02 .sec02_slick li span{display: none;}
#section02 .sec02_slick li{background: #fff; padding: 48px 40px; box-shadow:0px 0px 10px  rgb(0,0,0,.1);	transition: .4s ease;}
#section02 .sec02_slick li p.news_title{font-size:19px ; color: #222222; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; padding: 30px 0; font-weight: 700;}
#section02 .sec02_slick li p:nth-child(4){font-size:16px ; color: #555555; line-height: 26px; height: 78px; 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;}
#section02 .sec02_slick li em{display: flex ;justify-content: space-between; margin-top: 32px; text-align: end;font-size: 16px; font-weight: 400;}
#section02 .sec02_con{display: flex; justify-content: space-between;}
#section02 .sec02_slick li a .img_box img {width: 100%;}
#section02 .sec02_slick li:hover{background: #1e2841; }
#section02 .sec02_slick li:hover span{color: #fff;}
#section02 .sec02_slick li:hover p.news_title{color: #fff;}
#section02 .sec02_slick li:hover p:nth-child(4){color: #fff;}
#section02 .sec02_slick li:hover em{color: #fff;}
#section02 .sec02_slick li:hover em p{color: #fff !important;}
#section02 .arw_wrap {gap:15px; position: absolute; top: 150px; left:350px; transform: translateX(-50%);}
#section02 .arw_wrap button:first-child {margin-right:10px;}
#section02 .arw_wrap .pc_img {width: 100%;}


#section02 .slick-slide {margin: 0 10px; }
#section02 .slick-list { margin: 0 -10px; padding-bottom: 15px;}

#footer{background: #20283f; padding: 60px 0;}
#footer .inner{display: flex;gap: 100px;padding-left: 80px;}
#footer .footer_title{font-size: 23px; color: rgb(255,255,255,.65); text-wrap-mode: nowrap; font-weight: 800;}
#footer ul{display: flex; flex-wrap: wrap; gap: 20px 50px;}
#footer ul li{display: flex; align-items: center;}
#footer ul li:first-child{width: 100%;}
#footer ul li em{font-size:15px ; color: #fff; font-weight: 700; margin-right:20px;white-space:nowrap; }
#footer ul li p{font-size:15px ; color: rgb(255,255,255,.3); font-weight: 300; letter-spacing:0.5px; line-height:1.5;white-space:nowrap;}
#footer ul li p.copy{color: rgb(255,255,255,.3); font-weight: 600;}
#footer ul li p span:nth-child(2){color: rgb(255,255,255,.65); font-weight: 600; margin: 0 20px;}
#footer ul li p span.add_num{color: rgb(255,255,255,.3); font-weight: 600;}
#footer ul li:last-child{width: 100%; margin-top: 10px;}
#footer ul li .add_pc {display:block;}
#footer ul li .add_mob {display:none;}

/* sub */
#sub_contents.inner_none > .inner{width: 100%;}

#header.sub_head {background: #fff;}
#header.sub_head .h_right .gnb li a{color: #222222;}
#header.sub_head02.under_Gr {border-bottom:1px solid #ddd;}

/* sub_01 */
#sub_contents{padding-top: 100px;}
#sub_contents .inner{width: 1640px;}
#sub_contents .conbody{margin: 100px 0;}

/* 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:380px; background: url(/images/sub/sub0101_img01_pc.jpg) center no-repeat; position:relative; margin:66px 0px 60px; /* border:1px solid red; */}
.sub0101_wrap .sub01_01 div{width:100%; padding:120px 0px 60px;}
.sub0101_wrap .sub01_01 .sub0101_title{font-size:39px; font-weight:400; color:#5b6f8f; background:rgba(255,255,255,0.3); padding:55px; margin-bottom:20px;}
.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:18px; font-weight:600; line-height:24px;}

/* sub0102 */
.sub0102_wrap {padding-bottom: 80px;}
.sub0102_wrap .sub0102_title h3{font-size: 40px; color: #20283f; font-weight: 600;}
.sub0102_wrap .sub0102_title p{font-size: 16px; color: #222222; line-height: 27px; margin-top: 25px; font-weight: 500;}
.sub0102_wrap .sub0102_con{margin-top: 30px;}
.sub0102_wrap .sub0102_con ul{display: flex; gap:20px;}
.sub0102_wrap .sub0102_con ul li:not(:first-child){flex:1;}
.sub0102_wrap .sub0102_con ul li{position: relative; width: calc((100% - 100px) / 6);  height: 610px; transition: .4s; overflow: hidden;}
.sub0102_wrap .sub0102_con ul li:not(:first-child).on{width: 814px; flex:6.5;}
.sub0102_wrap .sub0102_con ul li:not(:first-child) p{position: absolute; bottom: 30px; right: 30px; font-size:32px;color: #fff; transform: rotate(-180deg);writing-mode: vertical-rl;transition: .3s;}
.sub0102_wrap .sub0102_con ul li:not(:first-child).on p{font-size: 26px; top: 30px; bottom: auto; right: 30px; text-align: left; }
.sub0102_wrap .sub0102_con ul li:not(:first-child) .txt span{font-size:16px; color: #fff;}
.sub0102_wrap .sub0102_con ul li a{display: block; width: 100%; height: 100%;}
.sub0102_wrap .sub0102_con ul li:first-child{background: #20283f;}
.sub0102_wrap .sub0102_con ul li:first-child .txt{color: #fff; display: flex; flex-wrap: wrap; gap: 70px; padding: 0 20px; margin-top: 80px;}
.sub0102_wrap .sub0102_con ul li:first-child .txt em{font-size:25px; line-height: 38px; display: flex;align-items: flex-end; gap: 10px;}
.sub0102_wrap .sub0102_con ul li:first-child .txt em img{margin-bottom: 20px;}
.sub0102_wrap .sub0102_con ul li .txt .txt_p{font-size: 12px; color: rgb(255,255,255,.8); line-height: 23px; font-weight: 400; letter-spacing: -0.7px; text-align: justify; /* word-spacing: 1.5px; */}
.sub0102_wrap .sub0102_con ul li .txt .txt_p span{display: block; white-space:nowrap; word-spacing: -1px;}
.sub0102_wrap .sub0102_con ul li .txt > span{opacity: 0;position: absolute;left: 20px;bottom:24px;display: block; width: max-content;font-size: 16px; color: #222;font-weight: 500;line-height: 26px; transition: .5s;}
.sub0102_wrap .sub0102_con ul li.on .txt span{opacity: 1;}
.sub0102_wrap .sub0102_con ul li:nth-child(2){background: url(/images/sub/sub0102_img01.jpg) center no-repeat; background-size:cover;}
.sub0102_wrap .sub0102_con ul li:nth-child(3){background: url(/images/sub/sub0102_img02.jpg) center no-repeat;background-size:cover;}
.sub0102_wrap .sub0102_con ul li:nth-child(4){background: url(/images/sub/sub0102_img03.jpg) center right -140px no-repeat;background-size:cover;}
.sub0102_wrap .sub0102_con ul li.on:nth-child(4){background: url(/images/sub/sub0102_img03.jpg) center no-repeat;background-size:cover;}
.sub0102_wrap .sub0102_con ul li:nth-child(5){background: url(/images/sub/sub0102_img04.jpg) center no-repeat;background-size:cover;}
.sub0102_wrap .sub0102_con ul li:nth-child(6){background: url(/images/sub/sub0102_img05.jpg) center no-repeat;background-size:cover;}

.sub0102_wrap .design_group_mob {display:none;}
.sub0102_wrap .design_group_mob_txt {display:none;}

/* sub0104 */
.sub0104_wrap .sub0104_title{background: url(/images/sub/sub0104_title_bg_pc.jpg) center no-repeat; background-size:cover; height: 120px; display: flex; align-items: flex-end;}
.sub0104_wrap .sub0104_title h3{font-size: 35px; color: #fff; padding: 0 0 30px 30px; 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: 80px;}
.sub0104_wrap .sub0104_con .sub0104_list > li div:nth-child(2){padding-left: 80px;}
.sub0104_wrap .sub0104_con .sub0104_list .img_box img{width:400px; height:250px; 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: 40px; color: #242e43; font-weight: 500;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time em:before{content:'';	position: absolute; width: 18px; height: 18px; left: -88px; 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: -88px;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time .sub0104_txt{display: flex;gap: 15px; flex-direction: column;margin-top: 40px;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time .sub0104_txt li{font-size: 16px; color: #222222; font-weight: 500; position:relative; padding-left: 11px;}
.sub0104_wrap .sub0104_con .sub0104_list .sub0104_time .sub0104_txt li::before {position:absolute;content:""; width: 4px; height:2px; background:#222; left: 0; top: 50%; transform:translateY(-50%);}
.sub0104_wrap .sub0104_con .sub0104_list .list_rever .sub0104_time .sub0104_txt li{position:relative; padding-right: 11px;}
.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: 50%; transform:translateY(-50%);}
.sub0104_wrap .sub0104_con .sub0104_list .list_rever .sub0104_time .sub0104_txt{justify-content: flex-end;}

/* sub0105 */
.sub0105_wrap h3{font-size: 40px; color: #20283f; font-weight: 600;}
.sub0105_wrap .sub0105_con{width: 1400px; margin: 0 auto; padding-top: 80px;}
.sub0105_wrap .sub0105_con ul{display: flex; flex-wrap: wrap; gap:80px 45px;}
.sub0105_wrap .sub0105_con ul li{width: 22%;}
.sub0105_wrap .sub0105_con ul li .sub0105_top {border-bottom: 2px solid #dadada;}
.sub0105_wrap .sub0105_con ul li .sub0105_top em{font-size: 100px; color: #dadada; font-family: 'Coredream'; font-weight: 500;}
.sub0105_wrap .sub0105_con ul li .sub0105_btm{margin-top: 15px;}
.sub0105_wrap .sub0105_con ul li .sub0105_top span{display: block; font-size:25px ; color: #222; font-weight: 800; padding: 25px 0 20px 0;}
.sub0105_wrap .sub0105_con ul li .sub0105_btm p {font-size: 16px; color: #aaaaaa; line-height: 28px; font-weight: 400;}

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

/* sub0201 */
.sub0201_wrap {padding-bottom: 70px;}
.sub0201_wrap .sub0201_title{display: flex; justify-content: space-between; align-items:flex-end; margin-top:10px;}
.sub0201_wrap .sub0201_title h3{font-size: 45px; color: #20283f; font-weight: 600;}
.sub0201_wrap .sub0201_title .sub0201_tab_wrap{display: flex; gap:40px;}
.sub0201_wrap .sub0201_title .sub0201_tab_wrap a{font-size: 17.6px; color: rgb(34,34,34,.25); font-weight:300 ;}
.sub0201_wrap .sub0201_title .sub0201_tab_wrap a:hover{color: #222; }
.sub0201_wrap .sub0201_title .sub0201_tab_wrap a.on{position: relative;font-size: 17.6px; color: #222222; font-weight: 600; height: 23px;}
.sub0201_wrap .sub0201_title .sub0201_tab_wrap a.on:after{content:'';	position: absolute; width: 100%; height: 1px; left: 50%; bottom: 0;transform: translateX(-50%); background: #222222;}
.sub0201_wrap .sub0201_title .img_arr{display: none;}
.sub0201_wrap .sub0201_con{margin-top: 60px;}
.sub0201_wrap .sub0201_con .work_list{display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; gap: 2.34vw 2.71vw;}
.sub0201_wrap .sub0201_con .work_list .img_box img{width: 100%; aspect-ratio:1.321 / 1; object-fit:cover;}
.sub0201_wrap .sub0201_con .work_list .txt_box{margin-top: 14px; text-align: center;}
.sub0201_wrap .sub0201_con .work_list .txt_box .work_title{font-size: 0.93vw; color: #222222; font-weight: 600;}
.sub0201_wrap .sub0201_con .work_list .txt_box .work_exp{font-size:0.78vw ; color: #bbbbbb; padding: 10px 0;}
.paging_wrap{margin-top: 65px;}
.paging_wrap ul{display: flex; gap:10px; justify-content: center;}
.paging_wrap ul li{width: 40px; height: 40px; 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:15px; color: #888888; align-items: center; justify-content: center;}

.sub0201_pro_wrap{position: relative;}
.sub0201_pro_wrap .pro_box{position: relative; width: 80%; margin: 0 auto;}
.sub0201_pro_wrap .sub0201_con{padding-bottom: 100px; border-bottom:1px solid #e8e8e8;}
.sub0201_pro_wrap .txt_wrap{display: flex; justify-content: space-between; max-width:1180px; margin: 40px auto 0;}
.sub0201_pro_wrap .txt_wrap .txt_title{font-size:26px; color: #222222; font-weight: 600;}
.sub0201_pro_wrap .txt_wrap .pro_info ul{display: flex; flex-direction: column;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li{display:flex; font-size: 18px;color: #222222; gap:35px;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:not(:first-child) {height:34px;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:first-child{justify-content: space-between; margin-bottom: 50px;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:first-child em{font-size:18px; color: #bbbbbb; font-weight: 600;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:first-child span{position: relative;font-size:16px ; color: #3d557f; margin-right: 0.6771vw; font-weight: 600;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:first-child span:before{content:'';	position: absolute; width: 3px; height: 15px; left: -10px; top: 50%;transform: translateY(-50%); background: #3d557f;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:first-child span:after{content:'';	position: absolute; width: 3px; height: 15px; right: -10px; top: 50%;transform: translateY(-50%); background: #3d557f;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:not(:first-child) span{text-align: justify; width: 3.33vw; font-weight: 700; white-space: nowrap;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:not(:first-child) p{font-weight: 400;}
.sub0201_pro_wrap .txt_wrap .pro_info ul li:not(:first-child) span:after{content: ''; display: inline-block; width: 100%;}
/*.sub0201_pro_wrap .pro_slick{padding-bottom: 100px; border-bottom:1px solid #e8e8e8 ;}*/
.sub0201_pro_wrap .pro_slick .slick-list{width: 61.4583vw; margin: 0 auto; overflow:hidden;}
.sub0201_pro_wrap .pro_slick .slick-list img{ position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0201_pro_wrap .pro_slick .slick-slide .img_box{position:relative; width:100%; padding-bottom:59.19%;}
.sub0201_pro_wrap .slick-arrow{position: absolute; top: 35%; transform:translate(-50%);}
.sub0201_pro_wrap .slick-arrow.prev{left: 100px;}
.sub0201_pro_wrap .slick-arrow.next{right: 100px;}
.sub0201_pro_wrap .list_btn{margin-top:80px;}
.sub0201_pro_wrap .list_btn a{display: flex; align-items: center; justify-content: center; width: 140px; height: 40px; font-size:20px ; color: #ffffff; background: #1f283e; margin:0 auto;}

/* sub0301 */
.sub0301_wrap h3{font-size: 45px; color: #20283f; font-weight: 600;}
.sub0301_wrap .inner{width: 1400px;}
.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: 55px 0px; display:flex; flex-wrap:wrap; gap:60px 35px;}
.sub0301_wrap .sec02_slick li span{display: block; font-size:16px ; color: #3b537f; margin-bottom: 20px; font-weight: 700;}
.sub0301_wrap .sec02_slick li{width:383px; height:500px; background: #fff; padding: 35px 35px; box-shadow:0px 0px 10px  rgb(0,0,0,.1);}
.sub0301_wrap .sec02_slick li p.news_title{font-size:24px ; color: #222222; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; padding: 30px 0; font-weight: 700;}
.sub0301_wrap .sec02_slick li p:nth-child(4){font-size:16px ; 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 ; justify-content: space-between;margin-top: 32px; text-align: end;font-size: 16px; font-weight: 400;}
.sub0301_wrap .sec02_slick .img_wrap{overflow:hidden;}
.sub0301_wrap .sec02_slick .img_wrap img{width:100%;}
.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;}
.sub0301_wrap .sec02_slick li:hover em p{color: #fff !important;}
/* sub0301_1 */
.sub0301_1_wrap{word-break:keep-all;}
.sub0301_1_wrap .title{border-top:4px solid #ddd; border-bottom:2px solid #ddd; padding:20px 0px;}
.sub0301_1_wrap .title h3{font-size:28px; font-weight:900; color:#222; text-align:center;}
.sub0301_1_wrap .title .day{margin-top:50px; text-align:right; color:#222; letter-spacing:0.7px; font-weight: 400;}
.sub0301_1_wrap .con_wrap{width:100%;}
.sub0301_1_wrap .con_wrap p{width:70%; font-size:18px; color:#222; margin:30px 0px; line-height:25px; text-align:center; margin:50px auto;}
.sub0301_1_wrap .con_wrap img{width:90%; display:block; margin:0px auto;}
.sub0301_1_wrap .list{margin:50px 0px;}

/* sub0302 */
.sub0302_wrap h3{font-size: 45px; color: #222222; font-weight: 600;}

/* sub0401 */
h3.sub04_tit{font-size: 45px; color: #20283f; 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: 40px;}
.sub0401_wrap .subtitle_box{color: #fff; padding: 115px 0 75px 0; text-align: center;}
.sub0401_wrap .subtitle_box .top_title{font-size: 40px; margin-bottom: 40px; font-weight: 400;}
.sub0401_wrap .subtitle_box .top_title span{font-weight: 600;}
.sub0401_wrap .subtitle_box p{font-size: 16px; line-height: 32px; font-weight: 400;}
.sub0401_wrap ul{display: flex;  justify-content:center; margin-top: 90px;}
.sub0401_wrap ul li{display: flex; width:calc(100% / 3);/* padding: 34px 80px; */ /* gap:40px; */justify-content:center; align-items: center;}
.sub0401_wrap ul li img{margin-right:25px;}
.sub0401_wrap ul li .list_con p:first-child{font-size: 20px; font-weight: 500; margin-bottom: 20px;}
.sub0401_wrap ul li .list_con p{font-size: 16px; color: #222; font-weight: 400;}
.sub0401_wrap ul li:not(:last-child){border-right:1px solid #dadada;}

/* sub0402 */
.sub0402_wrap h3{font-size: 45px; color: #20283f; font-weight: 600; word-break:keep-all;}
.sub0402_con_txt{/* border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; */ padding: 30px 26px;}
.sub0402_con_txt ul{margin-top: 0; display: flex; flex-direction: column;gap: 10px;}
.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{width: 100%; margin-top: 60px;}
.sub0402_wrap table.tg tbody{text-align: center;}
.sub0402_wrap table td{padding: 25px 0; line-height: 1;}
.sub0402_wrap table tr{border-top: 1px solid #929292;}
.sub0402_wrap table tr:last-child{border-bottom: 1px solid #929292;}
.sub0402_wrap table tr.gray td:first-child{color: #767070;}
.sub0402_wrap table td:not(:last-child){border-right: 1px solid #dddddd; border-right-width: 2px;}
.sub0402_wrap table td.tg-time{font-size: 30px; color: #20283f; font-weight: 600;}
.sub0402_wrap table td.tg-title{font-size: 18px; color: #222222; font-weight: 500;}
.sub0402_wrap table td.tg-c3ow{font-size: 18px; color: #222222; font-weight: 500;}
.sub0402_wrap table td.tg-date{font-size: 18px; color: #222222; font-weight: 500;}
.sub0402_wrap table td span{color: #aeabab; margin-right: 30px; font-weight: 700;}

.sub0402_wrap .sub0402_con{margin-top: 40px;}
.sub0402_wrap .sub0402_con > ul{display: flex; gap:20px; justify-content: center;}
.sub0402_wrap .sub0402_con > ul > li{width:365px; background:#fff; border:1px solid #ddd; overflow:hidden;}
.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_wrap .sub0402_con .sub0402_con_txt em{display:none;font-size: 20px; color: #006fc0; font-weight: 600; }
.sub0402_wrap .sub0402_con .sub0402_con_txt ul li{width:100%; font-size: 16px; color: #000; font-weight: 400; line-height:22px;  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{display:none; margin-top:60px;}
.sub0402_wrap .table_design > div{display:flex; align-items:center; border-top:1px solid #bbb; text-align:center;}
.sub0402_wrap .table_design > div:last-child{border-bottom:1px solid #939393;}
.sub0402_wrap .table_design .tit{width:260px; text-align:center; font-size:42px; font-weight:600;}
.sub0402_wrap .table_design .tit.head{font-size: 24px; color: #222;}
.sub0402_wrap .table_design .Dn{color:#00247e;}
.sub0402_wrap .table_design .Dg{color:#6a6870;}
.sub0402_wrap .table_design .line{width:2px; height:70px; background:#e6e6e6;}
.sub0402_wrap .table_design .txt{width:440px; font-size:24px; font-weight:500; color:#222; padding:31px 0px;}
.sub0402_wrap .table_design .txt01, .sub0402_wrap .table_design .txt02 {border-right: 0}
.sub0402_wrap .table_design .txt span{color:#b0a9a5; margin-right:30px;}

.sub0402_wrap .table_design_pc {display:block; padding-top: 60px;}
.sub0402_wrap .table_design_pc > div{display:flex; align-items:center; border-top:1px solid #bbb; text-align:center;}
.sub0402_wrap .table_design_pc > div:last-child{border-bottom:1px solid #bbb;}
.sub0402_wrap .table_design_pc .tit{width:260px; text-align:center; font-size:42px; font-weight:600;}
.sub0402_wrap .table_design_pc .tit.head{font-size: 24px; color: #bbb;}

.sub0402_wrap .table_design_pc .line{width:2px; height:70px; background:#bbb;}
.sub0402_wrap .table_design_pc .txt{width:440px; font-size:24px; font-weight:500; color:#222; padding:25px 0px;}
.sub0402_wrap .table_design_pc .txt01 { width:280px; font-size: 40px; font-weight:600;}
.sub0402_wrap .table_design_pc .txt02 { width:480px;}
.sub0402_wrap .table_design_pc .txt03 { width:620px;}
.sub0402_wrap .table_design_pc .txt01, .sub0402_wrap .table_design .txt02 {border-right: 0;}
.sub0402_wrap .table_design_pc .txt span{display: inline-block; white-space: nowrap;}
.sub0402_wrap .table_design_pc .txt.txt03 > .time{color:#b0a9a5; margin-right:30px;}
.sub0402_wrap .table_design_pc .txt.txt03 > .date{width: calc(100% - 270px); word-break: keep-all; text-align: left; font-family: 'notosans'}
.sub0402_wrap .table_design_pc .txt.txt03 span:not(.date) {width: 90px; color: #b0a9a5; margin-right: 30px; text-align: left;}
.sub0402_wrap .table_design_pc .txt.txt04 > .date{width: calc(100% - 270px); word-break: keep-all; text-align: left; font-family: 'notosans'}
.sub0402_wrap .table_design_pc .txt.txt04 span:not(.date) {width: 65px; color: #b0a9a5; margin-right: 30px; text-align: left;}
.sub0402_wrap .table_design_pc .Dn{color:#00247e;}
.sub0402_wrap .table_design_pc .Dg{color:#6a6870;}

/* sub0403 */
.sub0403_map{ position: relative;background: url(/images/sub/sub0403_map_pc.jpg) center no-repeat; height: 450px; /* height: 24.8vw; */ margin-top: 40px;}
.sub0403_map .map_link{position: absolute; right: 20px; bottom: 10px; width:;display: flex;}
.sub0403_info{margin-top: 50px;}
.sub0403_info > ul{display: flex; gap:60px; padding-left: 50px; flex-direction: column;}
.sub0403_info > ul > li{display: flex; gap:60px;}
.sub0403_info > ul > li .info_title{display: flex; gap:15px; width:200px;} 
.info_title .info_loc{width:80px; font-size: 28px; color: #111; font-weight: 700; }
.info_title .letter_2 {letter-spacing:8px;}
/* .info_title .info_loc:after{content: '';display: inline-block; width: 100%;} */
.info_title .loc_eng{font-size: 24px;color: #ff6600; font-weight: 700;}
.info_address p{font-size: 20px; color: #222; font-weight: 400;}
.info_address p:first-child{font-weight: 800;margin-bottom: 20px;}
.info_address ul li em{font-weight: 800;}
.info_address ul li span{font-weight: 400;}
.info_address ul{display: flex; font-size: 20px; color: #222222; gap: 22px;}

.sub0403_map_mob {display:none;}











/* 일반게시판_list */
:root{
	--bg01: #2bacf0;
}

.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.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;}
.basic_bd02 .search_box .input_wrap input{width: 558px; 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:'';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: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.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: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 17px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.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: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width: 1650px;}
.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; word-break: break-word;}
.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: 18px; color: #000;word-break: break-word;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.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;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.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: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.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: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.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 {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.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;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; 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%);}

.board_mob_text{display:none;}