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

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1;}
.inner{margin: 0 auto; max-width:1400px;}
h3{font-size: 35px; color: #222222; font-weight: 700;}

/* header */
#header .inner{display: flex; justify-content: space-between; align-items: center;}
#header .gnb{display: flex; gap:40px;}
#header .gnb li a{display: block; padding: 38px 0; font-size: 18px; color: #222222; font-weight: 500;}
#header .gnb li:hover a{color: #004483;}
#visual .swiper-container01{position: relative;}
#visual .swiper-container01 .swiper-slide{position: relative;}
#visual .swiper-container01 .swiper-slide .txt_wrap{position: absolute; z-index: 10; left: 260px; top: 40%; transform:translateY(-50%); width: 36%; line-height: 55px;}
#visual .swiper-container01 .swiper-slide .txt_wrap h2{font-size:40px ; color: #fff; font-weight:600;}
#visual .swiper-container01 .pager{display: flex; align-items:center; gap:10px; z-index: 1;}
#visual .swiper-container01 .pager span{font-size:15px; color: rgb(255,255,255,.4); font-weight: 600; white-space: nowrap;}
#visual .swiper-container01 .pager span.slide_dot{width:4px ;height:4px ; background:#fff; border-radius:50%;}
#visual .swiper-container01 .pager .swiper-pagination-current{color: #fff;}
#visual .swiper-container01 .swiper_btn{position: relative;top: auto;left: auto;right: auto;display: inline-flex;font-size: 0;width: 30px; height: 30px; box-sizing: border-box; margin: 0 2.5px; cursor: pointer; transition: all 0.4s;}
#visual .swiper-container01 .swiper-button-prev {background: url("/images/main/main_visual_prev_pc.png") center no-repeat; background-size: cover; width: 10px; height: 15px; left: -20px; margin-top: 0px;}
#visual .swiper-container01 .swiper-button-next {background: url("/images/main/main_visual_next_pc.png") center no-repeat; background-size: cover; width: 10px; height: 15px; right: -20px; margin-top: 0px;}
#visual .swiper-container01 .swiper-navigation{position: absolute; display: flex; left: 280px; top: 65%;}

/* section01 */
#section01{background: url(/images/main/main_sec01_bg_pc.jpg) center no-repeat; -webkit-background-size: cover; background-size:cover; padding: 95px 0;}
#section01 .sec01_con{display: flex; margin-top: 40px; gap:25px; justify-content: space-between;}
#section01 .sec01_con li{display: flex; flex-direction: column; align-items: center;}
#section01 .sec01_con li .img_box{width: 300px; overflow:hidden;}
#section01 .sec01_con li .img_wrap{position:relative; width:100%; }
#section01 .sec01_con li .img_wrap img{width:100%; height: 185px;}
#section01 .sec01_con li a{display: block;}
#section01 .sec01_con li a .sec01_more_box{position: absolute; top: 0;	left: 0; opacity: 0; background: rgb(0,68,131,.9); width: 100%; height:100%; border-radius:10px; transition: all 0.3s ease;}
#section01 .sec01_con li a:hover .sec01_more_box{ z-index: 1; opacity: 1;}
#section01 .sec01_con li a .sec01_more_con{position: absolute; top: 40%; left: 50%; transform:translateX(-50%); display: flex; align-items: center; flex-direction: column; gap:20px; }
#section01 .sec01_con li a .sec01_more_con span{font-size:16px ; color: #fff; font-weight:500;}
#section01 .sec01_con p{width: 92%; font-size: 16px; color: #222222; line-height: 1.44; margin-top: 15px; text-align:center; }

/* section02 */
#section02{padding:100px 0;}
#section02 .sec02_top{display: flex; justify-content: space-between; margin-bottom: 40px;}
#section02 .sec02_box{display: flex; justify-content: space-between; gap:80px;}
#section02 .sec02_box > div{flex:1;}
#section02 .sec02_box .sec02_news{width: 50%;}
#section02 .sec02_box .sec02_public{width: 50%;}

#section02 .sec02_news .sec02_list li{background: #f4faff; padding: 0 30px; border-radius:10px;}
#section02 .sec02_news .sec02_list li.notice a span{font-size: 12px; color: #fff; background:#004483; border-radius:5px; padding: 6px 10px; font-weight:600; margin-right: 10px; white-space: nowrap;}
#section02 .sec02_news .sec02_list li:not(:last-child){margin-bottom: 10px;}
#section02 .sec02_news .sec02_list li a{display: flex; padding:22px 0; justify-content: space-between; align-items: center;}
#section02 .sec02_news .sec02_list li a p{font-size: 18px; color: #222222; font-weight:500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 70%;}
#section02 .sec02_news .sec02_list li a span,
#section02 .sec02_news .sec02_list li a p {display: inline-block; margin: 0;}
#section02 .sec02_news .sec02_list li a span {margin-right: 5px;}
#section02 .sec02_news .sec02_list li a em {margin-left: auto;white-space: nowrap;}
#section02 .sec02_news .sec02_list li a em{font-size: 16px; color: #888888; font-weight:400;}

#section02 .sec02_public .slick_box .sec02_slick {margin: 0 -20px;}
#section02 .sec02_public .slick_box .sec02_slick .slick-slide{margin: 0 20px;}
#section02 .sec02_public .slick_box .sec02_slick .slick-slide strong{width: 90%; font-size: 18px; color: #222; font-weight:600; margin-top: 18px; line-height: 24px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#section02 .sec02_public .slick_box .sec02_slick .slick-slide p{width: 90%; font-size: 16px; color: #555555; font-weight:500; margin-top: 10px; line-height: 22px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#section02 .sec02_public .slick_box .sec01_btn{text-align: center; margin-top: 30px; display: flex; align-items: center; justify-content: center;gap: 20px;}
#section02 .sec02_public .slick_box .sec01_btn .pagination span{font-size: 16px; color: #999999;} 
#section02 .sec02_public .slick_box .sec01_btn .pagination .current-page{color: #222222;}

/* section3 */
#section03{padding-bottom: 40px;}
#section03 .partnerSwiper{overflow: hidden;}
#section03 .partnerSwiper .swiper-slide{display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dddddd; height: 70px;border-radius: 5px; padding: 10px;  box-sizing: border-box;}
#section03 .controller .swiper-button-prev{background: url(/images/main/main_sec03_prev_pc.png) center no-repeat; background-size:cover;}
#section03 .controller .swiper-button-next{background: url(/images/main/main_sec03_next_pc.png) center no-repeat; background-size:cover;}
#section03 .swiper_btn{position: relative;top: auto;left: auto;right: auto;display: inline-flex;font-size: 0;width: 30px; height: 30px; box-sizing: border-box; margin: 0 2.5px; cursor: pointer; transition: all 0.4s;}
#section03 .controller{display: flex; justify-content: flex-end; gap: 5px; margin-bottom:20px;}
#section03 .controller .play_btn{background: url(/images/main/main_sec03_palse_pc.png) center no-repeat; background-size:cover;}

/* footer */
#footer{background: #313131; padding: 55px 0;}
#footer .footer_info{margin-top: 30px;}
#footer .footer_info dl dt{font-size: 16px; color: #dddddd; font-weight: 500;}
#footer .footer_info dl dt span{font-weight: 600;}
#footer .footer_info dl dt:first-child{margin-bottom: 18px;}

/* sub_contents */
#sub_contents{padding: 100px 0;}
#sub_contents h3{font-size: 45px; color: #222222; text-align: center;}
#sub_contents .contop{margin-bottom: 60px;}
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 50px; color: #fff; font-weight: 700;text-align: center;}

/* sub_공통 */
.paging_btn{text-align:center; box-sizing:border-box; margin-top: 60px;}
.paging_btn:before, .images_bd01 .paging_btn:after{box-sizing:inherit;}
.paging_btn ul{display:inline-block; font-size:0; }
.paging_btn ul li{display:inline-block; margin:0 5px; vertical-align:middle; }
.paging_btn ul li img{vertical-align: -webkit-baseline-middle;}
.paging_btn ul li a{display:flex; align-items:center; justify-content: center; width:40px; height: 40px; border:1px solid #ddd;  font-size:14px; color:#888;  font-weight:500; border-radius: 50%;}
.paging_btn ul li.page_arrow a{line-height:29px; }
.paging_btn ul li.on{background:#004483; border-radius: 50%;}
.paging_btn ul li.on a{color:#ffffff; border:1px solid #004483; border-radius: 50%;}

/* sub0201 */
.sub0201_wrap {display:flex; line-height: 1;}
.sub0201_wrap .img_wrap {border: 1px solid #ddd; width: 50%;}
.sub0201_wrap .txt_wrap {width: 50%; background: #f8f8f8; padding: 50px 40px; border-left: 1px solid #ddd;}
.sub0201_wrap .txt_wrap p.p_tit {font-size: 40px; font-weight: 550; color: #222; margin-bottom: 50px;}
.sub0201_wrap .txt_wrap p.p_tit span {font-size: 20px; color: #666; margin-left: 20px; display:inline-block;}
.sub0201_wrap .txt_wrap .box01 {margin-bottom: 30px;}
.sub0201_wrap .txt_wrap .box01:last-child {margin-bottom: 0;}
.sub0201_wrap .txt_wrap .box01 strong {font-size: 22px; color: #222; }
.sub0201_wrap .txt_wrap .box01 ul li {font-size: 16px; color: #666; margin-top: 17px; position:relative; padding-left: 14px;}
.sub0201_wrap .txt_wrap .box01 ul li::before {position:absolute; content:""; width: 4px; height:4px; border-radius: 50%; background: #666; transform:translateY(-50%); left: 0; top: 50%;}
.sub0201_wrap .txt_wrap .box01 ul li:first-child {margin-top: 20px;}

/* .sub0201_2 */
.sub0201_2_wrap {line-height: 1;}
.sub0201_2_wrap > ul > li {background: #f7f9fb; border-radius: 20px; padding: 40px 50px; display: flex; gap: 50px; margin-bottom: 20px;}
.sub0201_2_wrap > ul li .img_box {width: 200px;}
.sub0201_2_wrap > ul li .img_box .img01 {position: relative; width: 100%; padding-bottom: 100%;}
.sub0201_2_wrap > ul li .img_box .img01 img {position: absolute; left: 0; top: 0; right:0; bottom:0; margin:auto; width: 100%; height: 100%;}
.sub0201_2_wrap > ul li .txt_box {width: calc(100% - 20px);}
.sub0201_2_wrap > ul li .txt_box .tit { margin: 30px 0 25px; }
.sub0201_2_wrap > ul li .txt_box .tit strong {font-size: 24px; color: #222;}
.sub0201_2_wrap > ul li .txt_box .tit span {font-size: 16px; color: var(--bg01); display:inline-block; margin-left: 20px;}
.sub0201_2_wrap > ul li .txt_box ul.s_con li {display:flex; align-items:flex-start;}
.sub0201_2_wrap > ul li .txt_box ul.s_con li .txt_con {display:flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; color: var(--bg01); width: 150px;}
.sub0201_2_wrap > ul li .txt_box ul.s_con li .txt_con01 {color: #666; font-size: 16px; margin-top: 2px; width: calc(100% - 155px);} 
.sub0201_2_wrap > ul li .txt_box ul.s_con li .txt_con01 em {display:block; margin-bottom: 11px; line-height: 1.3;}

/* sub0301 */
.sub0301_wrap{ line-height: 1; border-top: 2px solid #004483;}
.sub0301_wrap ul.list_wrap li{display: flex;align-items: center;gap: 0 40px;padding: 40px;border-bottom: 1px dashed #ddd;}
.sub0301_wrap ul li em{display: block;font-size: 14px; background:#f4faff; text-align: center; width: 36px; height: 36px; border-radius: 5px; color: var(--bg01); display:flex; align-items:center; justify-content:center; }
.sub0301_wrap ul li .img_box{width: 230px;}
.sub0301_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:60%;}
.sub0301_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0301_wrap ul li .txt_box{width: calc(100% - 505px);}
.sub0301_wrap ul li .txt_box .tit{margin-bottom: 20px; width: 100%; /*overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;*/}
.sub0301_wrap ul li .txt_box .tit p {font-size: 18px;font-weight: 550;color: #222; line-height: 1.4; }
.sub0301_wrap ul li .txt_box .tit span{display: block;font-size: 15px;color: #555;}
.sub0301_wrap ul li .txt_box .bot{/*display: flex;gap:30px;*/margin-bottom: 15px;}
.sub0301_wrap ul li .txt_box .st_italic {font-style: italic;}
.sub0301_wrap ul li .txt_box .bot p{position: relative;font-size: 16px;color: #555;}
.sub0301_wrap ul li .txt_box .bot p strong{font-weight: 500;color: #222;}
.sub0301_wrap ul li .txt_box .bot p:not(:last-child)::after{/*content:'';position: absolute; top: 50%; right: -15px;transform:translateY(-50%); width: 1px; height: 15px; background: #ddd;*/}
.sub0301_wrap ul li .btn_box a{display: flex;justify-content: center;align-items: center;gap: 5px;width: 120px;height: 40px;border-radius: 5px;font-size: 15px;color: #555;background: #f5f5f5;line-height: 40px;text-align: center;transition:.3s;border:1px solid #f5f5f5;}
.sub0301_wrap ul li .btn_box a:hover{background: var(--bg01); color: #fff;}
.sub0301_wrap ul.ul_none li p{font-size: 16px; color: #555; text-align: center; width: 100%;}

/* sub0401 */
.sub0401_wrap ul.list_wrap {display:flex; gap: 40px; flex-wrap:wrap;}
.sub0401_wrap ul.list_wrap li {width: 440px;}
.sub0401_wrap ul.list_wrap li .img_box {width: 440px;}
.sub0401_wrap ul.list_wrap li .img_box .img01 {position: relative; width: 100%; padding-bottom: 63.636%;}
.sub0401_wrap ul.list_wrap li .img_box .img01 img {position: absolute; left: 0; top: 0; right:0; bottom:0; margin:auto; max-width: 100%; max-height: 100%; height: 270px;}
.sub0401_wrap ul.list_wrap li .txt_box {margin-top: 25px; }
.sub0401_wrap ul.list_wrap li .txt_box p { font-size: 20px; color: #222; font-weight: 550; margin-bottom: 15px;}
.sub0401_wrap ul.list_wrap li .txt_box  em {font-size: 16px; color: #555; line-height: 24px; }

/* sub0501 */
.sub0501_wrap {line-height: 1.6;}
.sub0501_wrap .txt_wrap {margin-top: 50px; display:flex;}
.sub0501_wrap .txt_wrap .left_box {width: 50%; }
.sub0501_wrap .txt_wrap .left_box p{font-size: 20px ;color: #222; font-weight: 600; line-height: 1.4;}
.sub0501_wrap .txt_wrap .right_box {width: 50%;}
.sub0501_wrap .txt_wrap .right_box  {border-top: 2px solid #222;}
.sub0501_wrap .txt_wrap .right_box li {border-bottom: 1px dashed #ddd; padding: 20px 0; font-size: 16px; display:flex; color: #555;}
.sub0501_wrap .txt_wrap .right_box li strong {width: 160px; text-align:center; display:inline-block; color: #222;}

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

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

/* news 게시판 */
.images_bd01{line-height: 1;}
.images_bd01 .inner{width: 1400px;}
.images_bd01 .con01{display: flex;align-items:center;justify-content: space-between;padding-bottom: 60px;}
.images_bd01 .con01 p{font-size: 16px;color: #666;font-weight: 500;} 
.images_bd01 .con01 p span{color: #005eb8;}
.images_bd01 .con01 form{display: flex;gap:20px; margin: 0 auto;}
.images_bd01 .con01 select{width: 150px;height: 60px;padding: 0 20px;appearance: none;background:url(/images/sub/images_bd01_ico02.png)center right 20px no-repeat #f7f7f7;background-size:13px auto;font-size: 16px;color: #666;border: 0;}
.images_bd01 .con01 select:focus{outline: none;}
.images_bd01 .con01 .i_box{position: relative;}
.images_bd01 .con01 .i_box input{width: 410px;height: 60px;background: #f7f7f7;padding: 0 54px 0 15px;border: 0;font-size: 16px;color: #222;appearance: none;}
.images_bd01 .con01 .i_box input::placeholder{font-size: 16px;color: #666;}
.images_bd01 .con01 .i_box input:focus{outline: none;}
.images_bd01 .con01 .i_box input::-webkit-search-cancel-button{display: none;}
.images_bd01 .con01 .i_box button{position: absolute;right: 15px;top: 50%;transform:translateY(-50%);}

.images_bd01 ul.tab_wrap {display:flex; gap: 10px; flex-wrap:wrap; margin-bottom: 40px;}
.images_bd01 ul.tab_wrap li a {background: #f3f3f3; border-radius: 5px; padding: 10px 12px; color: #888; font-size: 17px; display:block; }
.images_bd01 ul.tab_wrap li.on a {background: #004483; border-radius: 5px; padding: 10px 12px; color: #fff; font-size: 17px; ; }
.images_bd01 ul.tab_wrap li a:hover {background: #004483; border-radius: 5px; padding: 10px 12px; color: #fff; font-size: 17px; }

.images_bd01 .con02 {border-top: 2px solid #222; }
.images_bd01 .con02 ul li a{display: flex;padding: 40px;border-bottom: 1px solid #ddd;align-items:center;}
.images_bd01 .con02 ul li a .img_wrap{width: 300px;}
.images_bd01 .con02 ul li a .img_wrap .img_box{position:relative; width:100%; padding-bottom:61.667%; }
.images_bd01 .con02 ul li a .img_wrap .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; width:100%; height:100%}

.images_bd01 .con02 ul li a .txt_wrap{display: flex;width: calc(100% - 300px);align-items:center;}
.images_bd01 .con02 ul li a .txt_wrap .txt{width: 100%;padding-left: 60px; }
.images_bd01 .con02 ul li a .txt_wrap .txt strong{display: block;font-size: 20px;height: 31px;transition:.4s;color: #222;font-weight: 500; white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }
.images_bd01 .con02 ul li a .txt_wrap .txt strong span{position: relative;}
.images_bd01 .con02 ul li a .txt_wrap .txt strong span:after{content:'';position: absolute;left: 0;transition:.4s;bottom: 0px;width: 0%;height: 2px;background: var(--bg01);}

.images_bd01 .con02 ul li a .txt_wrap .txt p{font-size: 16px;color: #666;line-height: 25px;margin-top: 10px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 50px;}
.images_bd01 .con02 ul li a .txt_wrap .txt em{font-size: 16px;color: #888;}
.images_bd01 .con02 ul li a .txt_wrap .btn{width: 43px;height: 43px;border-radius:50%;border:1px solid #b5b5b5 ;background:url(/assets/images/sub/images_bd01_ico03.png)center no-repeat;background-size:8px auto; transition:.4s;}

.images_bd01 .con02 ul li a:hover .txt_wrap .txt strong{color: var(--bg01);}
.images_bd01 .con02 ul li a:hover .txt_wrap .txt strong span:after{width: 100%;}
.images_bd01 .con02 ul li a:hover .btn{border: 1px solid var(--bg01);background:url(/images/sub/images_bd01_ico04.png)center no-repeat;background-size:8px auto;}


/* news게시판_상세 */
.basic_bd02_view {line-height: 1.6}
.basic_bd02_view .tit_box{padding: 25px 20px;border-top: 1px solid #222; border-bottom: 1px solid #eee;}
.basic_bd02_view .tit_box p{font-size: 28px; color: #222; font-weight: 500;} 
.basic_bd02_view .tit_box ul{display: flex; gap:20px; }
.basic_bd02_view .tit_box ul li{font-size: 14px; color: #777; font-weight: 600;} 
.basic_bd02_view .tit_box ul li span{display: inline-block;margin-left: 5px; color: #888; font-weight: 400;} 
.basic_bd02_view .view_box{padding: 30px 20px;border-bottom: 1px solid #eee;}
.basic_bd02_view .view_box p{font-size: 16px; color: #333;}
.basic_bd02_view .view_btn_box .list_btn{display: flex; align-items:center; justify-content:center;width: 170px; height: 50px; color: #fff; background: #333; margin-top: 50px;margin-left: auto;font-size: 17px;transition:.4s;border:1px solid #333;}
.basic_bd02_view .view_btn_box .list_btn:hover{background: #fff;color: #333;}
.basic_bd02_view .view_btn_box .arr_btn{margin-top: 50px;}
.basic_bd02_view .view_btn_box .arr_btn ul li{display: flex;align-items:center;height: 60px;border-bottom: 1px solid #eee; }
.basic_bd02_view .view_btn_box .arr_btn ul li:first-child{border-top: 1px solid #eee;}
.basic_bd02_view .view_btn_box .arr_btn ul li p{position: relative;width: 140px;font-size: 16px; color: #333;padding-left: 25px;}
.basic_bd02_view .view_btn_box .arr_btn ul li p::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);background: #eee; width: 1px; height: 20px;}
.basic_bd02_view .view_btn_box .arr_btn ul li.prev p{background: url(/images/sub/basic_bd02_icon04.png)center right 20px no-repeat; background-size: 11px auto;}
.basic_bd02_view .view_btn_box .arr_btn ul li.next p{background: url(/images/sub/basic_bd02_icon05.png)center right 20px no-repeat; background-size: 11px auto;}
.basic_bd02_view .view_btn_box .arr_btn ul li a{display: block;width: calc(100% - 140px);font-size: 16px; color: #333;padding-left: 20px;}

/* PEOPLE 게시판 */
.gallery_bd01{line-height: 1;}
.gallery_bd01 ul.tab_wrap01 {display:flex; align-items:center; justify-content:center; margin-bottom: 80px; gap: 40px;}
.gallery_bd01 ul.tab_wrap01 li a {font-size: 19px; background: #f3f3f3; color: #888; border-radius: 5px; display:block; width: 260px; height: 60px; border-radius: 60px; text-align:center; line-height: 60px;}
.gallery_bd01 ul.tab_wrap01 li.on a, .gallery_bd01 ul.tab_wrap01 li a:hover {font-weight: 600; background: var(--bg01); color: #fff; }
.gallery_bd01 ul.ceo_ul{display: flex;gap:70px 60px;flex-wrap:wrap;}
.gallery_bd01 ul.ceo_ul li{width: calc((100% - 120px)/3);}
.gallery_bd01 ul.ceo_ul li a{position: relative;display: block;border: 1px solid #d5d5d5;padding: 30px; }
.gallery_bd01 ul.ceo_ul li a:hover{border: 1px solid transparent;}
.gallery_bd01 ul.ceo_ul li a .txt01{margin-bottom: 20px;width: fit-content;height: 30px;border-radius: 30px;padding: 0 15px;background:var(--bg01);text-align: center;line-height: 30px;color: #fff;font-size: 14px;font-weight: 600;}

.gallery_bd01 ul.ceo_ul li a .img_box{position:relative; width:100%; padding-bottom:78.836%;margin-bottom: 28px;}
.gallery_bd01 ul.ceo_ul li a .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}

.gallery_bd01 ul.ceo_ul li a .txt02 {position: relative;height: 120px;}
.gallery_bd01 ul.ceo_ul li a .txt02 strong{display: block;font-size: 20px;color: #000;font-weight: 600;white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }
.gallery_bd01 ul.ceo_ul li a .txt02 p{margin-top: 12px;font-size: 16px;color: #555;line-height: 1.4;overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.gallery_bd01 ul.ceo_ul li a .txt02 span{position: absolute;left: 0;bottom: 0;font-size: 16px;color: #000;}

.gallery_bd01 ul.ceo_ul li a .line div{position: absolute;background:var(--bg01);transition:.4s;}
.gallery_bd01 ul.ceo_ul li a .line .line_top{left: 0;top: 0;width: 0%;height: 2px;}
.gallery_bd01 ul.ceo_ul li a .line .line_right{right: 0;bottom: 0;width: 2px;height: 0%;}
.gallery_bd01 ul.ceo_ul li a .line .line_bottom{right: 0;bottom: 0;width: 0%;height: 2px;}
.gallery_bd01 ul.ceo_ul li a .line .line_left{left: 0;top: 0;width: 2px;height: 0%;}

.gallery_bd01 ul.ceo_ul li a:hover .line .line_top{width: 100%;}
.gallery_bd01 ul.ceo_ul li a:hover .line .line_right{height: 100%;}
.gallery_bd01 ul.ceo_ul li a:hover .line .line_bottom{width: 100%;}
.gallery_bd01 ul.ceo_ul li a:hover .line .line_left{height: 100%;}