/* 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');
}

.archivo-<uniquifier> {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* 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;}
.tab_img{display: none;}
.mob_img{display: none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1.1; word-break: keep-all;}
.inner{width: calc(100% - 50px); margin: 0 auto; max-width:1400px;}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 10;}
#header h1 a{display: block; width: 360px; height: 59px; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#header .inner{display: flex; align-items: center; justify-content: space-between;}

/* gnb */
#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 40px 50px; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#header .gnb span a{display: block;font-size: 16px; color: #fff; font-weight: 500; white-space:nowrap;}
#header .gnb .lnb_sub{position: absolute; top: 97px; left: 50%; transform:translateX(-50%);z-index: 100; min-width:200px;}
#header .gnb .lnb_sub ul{display: none;padding: 20px 0px; background: #fff; border-radius:10px;}
#header .gnb .lnb_sub ul li a{display: block;color: #444;font-size: 16px;text-align: center; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#header .gnb .lnb_sub ul li:hover a{color: var(--co01); font-weight: 600; transition:0.3s;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}
@media screen and (max-width:1250px) {
	#header h1 a{width: 320px; height: 48px;}
	#header .gnb > li{padding: 40px 30px;}
	#header .gnb .lnb_sub ul li a{font-size: 0.875rem;}
}
.nav_btn{display: none;}
.navigation{display: none;}

/* visual */
#visual_wrap{position:relative;}
#visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); color: #fff; text-align: center; width: 100%;}
#visual_wrap .txt_wrap h2{font-size: 65px;}
#visual_wrap .txt_wrap p{font-size: 30px; margin-top: 40px; line-height: 1.4;}
#visual_wrap .swiper-pagination{top: 65%;}
#visual_wrap .swiper-pagination .swiper-pagination-bullet{background: #fff; width: 8px; height: 8px;}
#visual_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px; border-radius:30px;}

/* main 공동 */
.section{padding-block:100px;}
h3.main_tit{font-size: 45px; color: #222; text-align: center;}
h3.main_tit span{position: relative;}
h3.main_tit span::after{content:''; position: absolute; right: -35px; top: -15px; background: url('/images/main/main_tit_square.png')center no-repeat; width: 52px; height: 52px;}
a.link_btn{display: flex; align-items: center;justify-content: center; gap:15px; width: 240px; height: 50px; line-height: 50px; font-size: 18px; margin: 40px auto 0; border-radius:30px;}

/* section01 */
#section01 .news_list{display: grid; grid-template-columns: repeat(4, 1fr); gap:20px; padding-top: 80px;}
#section01 .news_list li{position: relative; border:1px solid #999; border-radius: 20px; padding: 30px; min-height:250px; transition:.3s;}
#section01 .news_list li a{display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
#section01 .news_list li:hover{background: var(--co01); transition:.3s;}
#section01 .news_list li:hover .cate{color: #fff;}
#section01 .news_list li:hover h4{color: #fff;}
#section01 .news_list li:hover .date{color: #fff;}
#section01 .news_list li::after{content:''; position: absolute; right: 20px; bottom: 0; background: url('/images/main/main_sec01_bg.png')center no-repeat; background-size:cover; width: 189px; height: 138px; transition: all 0.3s ease; z-index: 0; opacity: 0;}
#section01 .news_list li:hover::after{opacity: 1;}
#section01 .news_list .cate{color: var(--co01); font-size: 16px; font-weight: 500;}
#section01 .news_list h4{margin-top: 25px; font-size: 18px; color: #222; display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;text-overflow: ellipsis; line-height: 1.5;}
#section01 .news_list .date{font-size: 14px;}

/* section02 */
#section02{background: url('/images/main/main_sec02_bg.jpg')center no-repeat rgba(0, 0, 0, 0.40); background-size:cover;}
#section02 h3.main_tit{color: #fff;}
#section02 h3.main_tit span::after{content:''; position: absolute; right: -35px; top: -15px; background: url('/images/main/main_tit_square_white.png')center no-repeat; width: 35px; height: 35px;}
#section02 .sec02_con{padding-top: 50px;}
#section02 .sec02_con p{font-size: 20px; color: #fff; line-height: 1.5; text-align: center;}
#section02 .sec02_con a.link_btn{color: #fff; border:1px solid #fff;}

/* section03 */
#section03{padding-top: 100px;}
#section03 strong{color: var(--co01); font-size: 36px;}
#section03 .txt_box{padding-top: 30px; font-size: 20px; color: #444; line-height: 1.5;}
#section03 a.link_btn{color: var(--co01); border:1px solid var(--co01);}

/* section04 */
#section04 .sec04_con{display: grid; grid-template-columns: repeat(3, 1fr);}
#section04 .item{position: relative; padding-block: 30px 40px; margin: 20px;}
#section04 .item:nth-child(1)::after, #section04 .item:nth-child(2)::after{content:''; position: absolute; right: -27px; bottom: -5px; width: 12px; height: 12px; transform: rotate(45deg); border: 2px solid #E41F1F;}
#section04 .item:nth-child(2)::before, #section04 .item:nth-child(3)::before{content:''; position: absolute; left: -20px; top: 0; height: 90%; width: 1px; background: #CCC;}
#section04 .item:not(:last-child){border-bottom: 1px solid #ccc;}
#section04 .item a{display: flex; flex-direction: column; align-items: center; color: #222;}
#section04 .item h4{position: relative; font-size: 50px; padding-bottom: 30px; text-align: center; font-family: "Archivo", sans-serif;}
#section04 .item h4::after{content:''; position: absolute; bottom: 0; left: 50%; transform:translateX(-50%); width: 50px; height: 2px; background: #222;}
#section04 .item .txt_btm{text-align: center; padding-top: 20px;}
#section04 .item .txt_btm strong{font-size: 26px; font-weight: 500;}
#section04 .item .txt_btm p{font-size: 20px; margin-top: 10px;}
#section04 .sec04_con .item.full{grid-column: 1 / -1; }

/* footer */
#footer{background: #191921;}
#footer .footer_top{display: flex; align-items: center;justify-content: space-between;padding-block:20px; border-bottom: 1px solid rgba(255, 255, 255, 0.50);}
#footer .footer_top .policy{font-size: 14px; color: #fff;}
#footer .footer_btm{padding-block:40px; font-size: 16px; color: #fff; line-height: 1.5;}
#footer .copy{margin-top: 20px;}


/* #################################################  sub */

#sub_visual_wrap{position: relative;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%);}
#sub_visual_wrap .txt_wrap h2{font-size: 50px;	color: #fff;}
#sub_visual_wrap .sub_bg{height: 500px;}

#sub_contents{padding-block:100px;}
#sub_contents .contop h3{font-size: 30px; color: #222; text-align: center;}
#sub_contents .contop h3 span{position: relative;}
#sub_contents .contop h3 span::after{content:''; position: absolute; top: 0; right: -20px; width: 10px; height: 10px; background: #E41F1F; border-radius:50%;}
#sub_contents .conbody{padding-top: 100px;}
#sub_contents.inner_none > .inner{width: 100%; max-width:100%;}

/* sub 공통 */
h4.h4_tit{position: relative; font-size: 28px; color: #000; margin-bottom: 15px;}
h4.h4_tit::after{content:''; position: absolute; bottom: -15px; left: 0; width: 50px; height:  4px; background: var(--co01);}

.cate_wrap ul{display: flex; justify-content: center; align-items: center; gap:50px;}
.cate_wrap ul li{font-size: 20px; border: 1px solid #CCC; border-radius:30px; padding-block:10px; width: 200px; text-align: center;}
.cate_wrap ul li a{color: #ccc;}
.cate_wrap ul li.on{background: var(--co01); color: #fff;}
.cate_wrap ul li.on a{color: #fff;}

.sub_btn{display: block; width: 220px; height: 50px; background: var(--co01); border-radius:5px; margin: 70px auto 0; font-size: 18px; color: #fff;}

/* sub0101 */
.sub0101_wrap .con_wrap{display: flex; gap:60px; justify-content: space-between;}
.sub0101_wrap .txt_box .txt_con:not(:first-child){margin-top: 40px;}
.sub0101_wrap .txt_box .txt_con strong{font-size: 18px; color: var(--co01);}
.sub0101_wrap .txt_box .txt_con p{font-size: 16px; color: #444; line-height: 1.4; padding-top: 20px;}
.sub0101_wrap .img_box{display: inline-block; padding-right: 40px;}
.sub0101_wrap .img_con{position: relative;}
.sub0101_wrap .img_box .info_txt{position: absolute; right: -40px; top: 40px; width: 100%; height: 100%; background: var(--co01); z-index: -1;}
.sub0101_wrap .img_box .info_txt strong{position: absolute; bottom: 10px; left: 20px; font-size: 18px; color: #FFF;}
.sub0101_wrap .img_box .info_txt p{position: absolute; right: 10px; top: 20px; color: rgba(255, 255, 255, 0.80); writing-mode: sideways-lr; font-size: 16px;}
.sub0101_wrap .btm_txt{text-align: center; margin-top: 50px;}
.sub0101_wrap .btm_txt .edu_info{font-size: 16px; color: #222; font-weight: 600;}
.sub0101_wrap .btm_txt .date{display: block; font-size: 16px; color: #666; padding-top: 10px;}

/* sub0102 */
.sub0102_wrap .con:not(:first-child){margin-top: 40px;}
.sub0102_wrap .edu_list{margin-top: 30px; width: 60%;}
.sub0102_wrap .edu_list li{position: relative;padding-left: 20px; font-size: 16px; color: #222; line-height: 1.4; word-break: keep-all;}
.sub0102_wrap .edu_list li::before{content:''; position: absolute; left: 0; top: 6px; width: 10px; height: 10px; background: var(--co01); border-radius:2px;}
.sub0102_wrap .edu_list li:not(:first-child){margin-top: 15px;}
.sub0102_wrap .con02{padding-block:50px; background: rgba(0, 109, 180, 0.05) url('/images/sub/sub0102_bg01.png')bottom right no-repeat;}
.sub0102_wrap .goal_wrap{margin-top: 60px;}
.sub0102_wrap .item_inner{display: flex; align-items: center; gap:2.6042vw; padding-inline:5%;}
.sub0102_wrap .goal_item{display: flex; clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%); background: #fff; border-radius: 20px; padding-block: 15px; max-width:800px; min-height:180px; border-top-left-radius: 40px; border-bottom-right-radius: 40px;}
.sub0102_wrap .goal_item:nth-child(2){transform:translateX(7.8125vw);}
.sub0102_wrap .goal_item:not(:first-child){margin-top: 30px;}
.sub0102_wrap .goal_item em{font-size: 50px; color: var(--co01); flex-shrink:0;}
.sub0102_wrap .goal_item .txt_box{word-break: keep-all;}
.sub0102_wrap .goal_item .txt_box strong{font-size: 18px; color: #000;}
.sub0102_wrap .goal_item .txt_box p{font-size: 18px; color: #000; padding-top: 15px;}

/* sub0103 */
.sub0103_wrap .sub_tit{text-align: center;}
.sub0103_wrap .sub_tit h4{font-size: 45px; color: var(--co01);}
.sub0103_wrap .sub_tit p{font-size: 18px; color: #222; padding-top: 20px;}
.sub0103_wrap .history_wrap{position: relative; width: 80%; margin: 100px auto 0; overflow: hidden;}
.sub0103_wrap .history_wrap::before{content:'';display:block;width:32px;height:32px;border-radius:50%;background:#f7f9f9;position:absolute;top:35px;left:50%;transform:translate(-50%, -50%);z-index:-1;transition:all 0.2s;} 
.sub0103_wrap .history_wrap::after{content:'';display:block;width:10px;height:10px;border-radius:50%;background:var(--co01);position:absolute;top:35px;left:50%;transform:translate(-50%, -50%);transition:all 0.2s;z-index:1;}
.sub0103_wrap .point_box{position: relative; padding-bottom: 50px;}
.sub0103_wrap .point_box::before{content: '';display: block;width: 1px;height: 92%;background: #ddd;position: absolute;left: 50%;top: 10px;}
.sub0103_wrap .point {position: absolute;left: 50%;transform: translateX(-50%);width: 32px;height: 32px;border-radius: 50%;background: #F2F7FB;display: flex;align-items: center;justify-content: center;pointer-events: none;}
.sub0103_wrap .point .dot {width: 10px;height: 10px;border-radius: 50%;background: var(--co01);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;}
.sub0103_wrap .point .bar {position: absolute;left: 50%;bottom: 50%;transform: translateX(-50%);width: 2px;height: 0;background: var(--co01);transform-origin: bottom;}
.sub0103_wrap .history_item.left.on::after {background: var(--co01);transition: all 0.2s ease;}
.sub0103_wrap .history_item{position: relative; display: flex; flex-direction: column; box-sizing: border-box; width: 45%;}
.sub0103_wrap .history_item:not(:first-child){margin-top: 20px;}
.sub0103_wrap .history_item.right{margin-left:auto;}
.sub0103_wrap .history_item h5{font-size: 25px; color: var(--co01);}
.sub0103_wrap .history_item p{font-size: 16px; color: #444; margin-top: 14px;}
.sub0103_wrap .history_item.left h5{text-align: right;}
.sub0103_wrap .history_item.left p{text-align: right;}
.sub0103_wrap .history_item.left::after{content:''; position: absolute; right: -12.3%; top: 10px; width: 10px; height: 10px; background: #ddd; border-radius:50%;}

/* sub0104 */
.sub0104_wrap iframe{width: 100%; height: 490px;}
.sub0104_wrap .map_box{position: relative; margin-bottom: 10%;}
.sub0104_wrap .info_box{position: absolute; bottom: -20%; left: 50%; transform:translateX(-50%); display: flex; justify-content: space-between; width: 95%; padding: 60px; background: #fff; border-radius:20px; box-shadow: 7px 9px 25px 5px rgba(0, 0, 0, 0.10); align-items: center;}
.sub0104_wrap .map_info{position: relative; padding-right: 70px;}
.sub0104_wrap .map_info::after{content:''; position: absolute; right: 0; top: 0; width: 2px; height: 100%; background: rgba(0, 109, 181, 0.20);}
.sub0104_wrap .info_item:not(:first-child){margin-top: 10px;}
.sub0104_wrap .info_item dl{display: flex; align-items: center; gap:30px;}
.sub0104_wrap .info_item dl dt{font-size: 20px; color: #fff; border-radius:30px; background: var(--co01); width: 85px; flex-shrink:0; text-align: center; padding-block:5px;}
.sub0104_wrap .info_item dl dd{font-size: 18px; color: #444; line-height: 1.5;}
.sub0104_wrap .info_box .img_box{padding-left: 70px;}
.sub0104_wrap .info_box .img_box img{width: 100%; object-fit: cover;}

/* sub02 */
.sub02_wrap .pro_wrap{border:2px solid var(--co01); border-radius:30px; padding:20px; position: relative;}
.sub02_wrap .pro_wrap:not(:last-child){margin-bottom: 80px;}
.sub02_wrap .pro_wrap .major_box{background:var(--co01) ; color:#fff; font-size:18px; font-weight:500; padding:10px 20px; border-radius:5px; position:absolute; top:-20px; left:40px;} 
.sub02_wrap .pro_wrap .major_box::after{position:absolute; content:''; right:-10px; top:0; width:10px; height:100%; background:#fff;}
.sub02_wrap .pro_wrap .major_box::before{position:absolute; content:''; left:-10px; top:0; width:10px; height:100%; background:#fff;}
.sub02_wrap .item_wrap{display: grid; grid-template-columns: repeat(2, 1fr); gap:20px 20px;     margin-top: 20px;}
.sub02_wrap .item_wrap .item{display: flex; gap:20px; border-radius: 20px; border: 1px solid #D9D9D9; padding: 20px;}
.sub02_wrap .item_wrap .item strong{font-size: 20px; color: #000;}
.sub02_wrap .item_wrap .item p{font-size: 16px; color: #444; margin-top: 20px;}
.sub02_wrap .info_box{margin-top: 20px;}
.sub02_wrap .info_box .txt_con:not(:first-child){margin-top: 10px;}
.sub02_wrap .info_box .txt_con span{font-size: 16px; color: var(--co01); font-weight: 600;}
.sub02_wrap .info_box ul{padding-top: 10px;}
.sub02_wrap .info_box .txt_crl ul li{position: relative; padding-left: 10px;}
.sub02_wrap .info_box ul li:not(:first-child){margin-top: 5px;}
.sub02_wrap .info_box .txt_crl ul li::before{content:''; position: absolute; left: 0; top: 5px; width: 3px; height: 3px; background: #444; border-radius:50%;}
.sub02_wrap .item_wrap .item .img_box {width:30%;}
.sub02_wrap .item .img_box img{width: 100%; aspect-ratio:0.793 / 1; object-fit:cover; border-radius: 10px;}
.sub02_wrap .item_wrap .item .txt_box {width:70%;}

/* sub0301 */
.sub0301_wrap .con:not(:first-child){margin-top: 80px;}
.sub0301_wrap .checklist_con{display: flex; margin-top: 30px;}
.sub0301_wrap .checklist{flex:1;}
.sub0301_wrap .checklist li{position: relative; padding-left: 30px; font-size: 18px; color: #222;}
.sub0301_wrap .checklist li:not(:first-child){margin-top: 15px;}
.sub0301_wrap .checklist li::before{content:''; position: absolute; left: 0; top: 1px; background: url('/images/sub/sub_check01.png')center no-repeat; background-size:cover; width: 20px; height: 20px;}
.sub0301_wrap .checklist li .note{font-size: 14px; color: #444;}
.sub0301_wrap .bene_wrap{display: flex; gap:25px; margin-top: 40px;}
.sub0301_wrap .bene_wrap .item{display: flex; flex-direction: column; align-items: center; flex:1; background: rgba(0, 109, 180, 0.05); border-radius:20px; padding-block:50px; padding-inline:40px;}
.sub0301_wrap .bene_wrap .item .num{width: 60px; aspect-ratio:1; display: flex; align-items: center; justify-content: center; font-size: 36px; color: var(--co01); background: #fff; border-radius:50%; font-weight: 600;}
.sub0301_wrap .bene_wrap .item strong{font-size: 22px; color: #222; margin-top: 15px;}
.sub0301_wrap .bene_wrap .item p{font-size: 20px; color: #444; line-height: 1.4; margin-top: 20px; word-break: keep-all;}
.sub0301_wrap .con03 .txt_box{margin-top: 30px;}
.sub0301_wrap .con03 .txt_box p{font-size: 18px; color: #222; word-break: keep-all; line-height: 1.4;}
.sub0301_wrap .pro_wrap{display: flex; flex-wrap: wrap; gap:3.1250vw; margin-top: 40px;}
.sub0301_wrap .pro_item{flex:1 1 47%; display: flex; align-items: center; gap:40px;}
.sub0301_wrap .pro_item .icon{display: flex; align-items: center; justify-content: center; background: var(--co01); border-radius:50%; width: 80px; height: 80px; aspect-ratio:1;}
.sub0301_wrap .program_info strong{font-size: 22px; color: #222;}
.sub0301_wrap .program_info p{font-size: 18px; color: #444; margin-top: 15px;}

/* sub0302 */
.sub0302_wrap .con:not(:first-child){margin-top: 100px;}
.sub0302_wrap .major_wrap{display: grid; grid-template-columns: repeat(3, 1fr); gap:40px;}
.sub0302_wrap .major_wrap img{width: 100%; aspect-ratio:1.237 / 1; object-fit:cover;}
.sub0302_wrap .major_wrap h4{font-size: 20px; color: #222; width: 80%; margin: 20px auto 0; text-align: center;}
.sub0302_wrap .major_list{margin-top: 30px; padding-inline: 15px;}
.sub0302_wrap .major_list li{position: relative; display: flex; align-items: center; padding-left: 15px; font-size: 18px; color: #444;}
.sub0302_wrap .major_list li:not(:first-child){margin-top: 5px;}
.sub0302_wrap .major_list li::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: #444; border-radius:50%;}
.sub0302_wrap .major_list li span{margin-left: 5px;}
.sub0302_wrap .common_box{display: flex; justify-content: space-between; align-items: flex-end; margin-top: 50px; padding: 18px 25px; border:1px solid #006DB4; background: #F2F7FB; border-radius:20px;}
.sub0302_wrap .common_box .common_list{display: flex; flex-wrap: wrap; gap: 30px 0; width: 40%;}
.sub0302_wrap .common_box .common_list li{position: relative; width: 50%; font-size: 18px; color: #444; padding-left: 15px; line-height: 1.5;}
.sub0302_wrap .common_box .common_list li::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; border-radius:50%; background: #444;}
.sub0302_wrap .con02 p {font-size: 18px; color: #444; margin-top: 20px;}


/* sub0303 */
.sub0303_wrap .con{display: flex; gap:80px;}
.sub0303_wrap .con.reverse{flex-direction: row-reverse;}
.sub0303_wrap .con:not(:first-child){margin-top: 40px;}
.sub0303_wrap .slide_wrap{width: 30%; flex-shrink:0;}
.sub0303_wrap .thumb-swiper{margin-top: 10px;}
.sub0303_wrap .swiper-slide img{width: 100%; aspect-ratio:1.779 / 1; object-fit:cover;}
.sub0303_wrap .slide_info{padding-block:20px;}
.sub0303_wrap .slide_info .txt_box{margin-top: 30px;}
.sub0303_wrap .slide_info .txt_box p{font-size: 18px; color: #000; line-height: 1.4;}
.sub0303_wrap .swiper .swiper-button-prev{background: url('/images/sub/sub_slide_prev01.png')center no-repeat; background-size:cover; width: 15px; height: 25px; color: transparent; margin-top: 0;}
.sub0303_wrap .swiper .swiper-button-next{background: url('/images/sub/sub_slide_next01.png')center no-repeat; background-size:cover; width: 15px; height: 25px; color: transparent; margin-top: 0;}


/* sub0501 */
.sub0501_wrap .grid02{display: grid; grid-template-columns: 1fr 2fr; gap:20px;}
.sub0501_wrap .grid03{display: grid; grid-template-columns: repeat(3, 1fr); gap:20px;}
.sub0501_wrap .grid04{display: grid; grid-template-columns: repeat(4, 1fr); gap:15px;}
.sub0501_wrap .m-width{width: 78%;}
.sub0501_wrap .input_con:not(:first-child){margin-top: 50px;}
.sub0501_wrap .half_group{display: flex; gap:50px;}
.sub0501_wrap .half_group > div{flex:1;}
.sub0501_wrap .group_box{display: flex; gap:40px;}
.sub0501_wrap .group_box > div{flex:1;}
.sub0501_wrap .input_group{display: flex; flex-direction: column; align-items: flex-start; }
.sub0501_wrap .input_group.txt_area{width: 100%; background: #F9F9F9; border:none; border-radius:5px; padding: 10px 20px; font-size: 16px; line-height: 1.6;}
.sub0501_wrap .input_group p:not(:first-child){margin-top: 20px;}
.sub0501_wrap .input_con label{display: block; margin-bottom: 10px; font-size: 20px; color: #000; font-weight: 500;}
.sub0501_wrap .input_con input[type="text"], .sub0501_wrap .input_con input[type="date"], .sub0501_wrap .input_con select{width: 100%; background: #F9F9F9; border:none; border-radius:5px; height: 50px; padding: 10px 20px;}
.sub0501_wrap .input_con select{appearance: none; background: #F9F9F9 url('/images/sub/select_arw.svg') no-repeat right 20px center;}
.sub0501_wrap .input_con textarea{width: 100%; background: #F9F9F9; border:none; border-radius:5px; padding: 10px 20px; font-size: 16px;}
/* .sub0501_wrap .input_con .input_date input{background: #F9F9F9 url('/images/sub/calendar_icon.png') no-repeat right 20px center;} */
.sub0501_wrap .email_box{display: flex; align-items: center; gap:10px; width: 100%;}
.sub0501_wrap .plus_wrap{display: flex; align-items: flex-end; justify-content: space-between; gap:20px;}
.sub0501_wrap .plus_wrap:not(:first-child){margin-top: 30px;}
.sub0501_wrap .plus_con{display: flex; flex-wrap: wrap; flex-direction: column;}
.sub0501_wrap .input_plus_box > div:not(:first-child){margin-top: 12px;}
.sub0501_wrap .plus_con .second_input{display: none;}
.sub0501_wrap .add_btn{width: 20%;}
.sub0501_wrap .add_btn.btn02{display: flex; gap:20px;}
.sub0501_wrap .add_btn button{width: 100%; height: 50px; font-size: 16px; background: var(--co01); color: #fff; border-radius:30px;}
.sub0501_wrap .file_upload{display: flex; align-items: center; justify-content: space-between; gap:10px; height: 50px; background: #F9F9F9; border-radius:5px; padding: 10px 20px;}
.sub0501_wrap .file_upload .file_btn{font-size: 14px; margin-bottom: 0; height: 100%; cursor: pointer;}
.sub0501_wrap .file_upload .file_btn span{display: flex; align-items: center; gap:10px; height: 100%; padding-inline: 10px; background: #444; color: #fff; border-radius:30px;}
.sub0501_wrap .file_upload.upload02 {display: none;}
.sub0501_wrap .radio_wrap{display: flex; justify-content: center; align-items: center; gap:50px; background: #F9F9F9; height: 50px; border-radius:5px;         padding-inline: 20px;}
.sub0501_wrap .radio_wrap label{margin-bottom: 0; font-size: 16px; color: #444;display: flex; gap:10px;}
.sub0501_wrap .file_upload.upload03{margin-top: 15px;}
.sub0501_wrap .form_last{display: flex; justify-content: space-between; align-items: flex-end; margin-top: 30px;}
.sub0501_wrap .form_last .name_wrap{font-size: 16px; color: #222;}
.sub0501_wrap .form_last .name_wrap p:not(:first-child){margin-top: 10px;}
.sub0501_wrap .ckb_wrap{display: flex; align-items: center; gap:15px; font-size: 14px; color: #444;}

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

.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;}

.basic_board_wrap .sub03_tab {display:flex; justify-content: center; gap:15px; }
.basic_board_wrap .sub03_tab li {font-size: 16px; font-weight: 500; padding: 10px 20px; border-radius: 5px; border:1px solid #ddd;}
.basic_board_wrap .sub03_tab li.on {background: var(--co01); color: #fff; font-size: 16px; font-weight: 500; padding: 10px 20px; border-radius: 5px;}
.basic_board_wrap .sub03_tab li.on a {color: #fff;}

/* 일반게시판_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%);}