/* 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-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 300;
  src: url(/font/SUIT-Light.otf) format('opentype');
  src: url(/font/SUIT-Light.otf) format('opentype'),
       url(/font/SUIT-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 400;
  src: url(/font/SUIT-Regular.otf) format('opentype');
  src: url(/font/SUIT-Regular.otf) format('opentype'),
       url(/font/SUIT-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 500;
  src: url(/font/SUIT-Medium.otf) format('opentype');
  src: url(/font/SUIT-Medium.otf) format('opentype'),
       url(/font/SUIT-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 600;
  src: url(/font/SUIT-SemiBold.otf) format('opentype');
  src: url(/font/SUIT-SemiBold.otf) format('opentype'),
       url(/font/SUIT-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 700;
  src: url(/font/SUIT-Bold.otf) format('opentype');
  src: url(/font/SUIT-Bold.otf) format('opentype'),
       url(/font/SUIT-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 900;
  src: url(/font/SUIT-ExtraBold.otf) format('opentype');
  src: url(/font/SUIT-ExtraBold.otf) format('opentype'),
       url(/font/SUIT-ExtraBold.ttf) format('truetype');
}
/* 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%; min-width: 1600px;  margin: 0 auto; overflow: hidden;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1400px;}

:root{
	--co01: #0d4d9c;
}

/* header */
#header{position: absolute; left: 0;top: 0; width: 100%;z-index: 7000;transition:.4s;line-height: 1;}
#header > .inner{display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100px; padding: 0px 60px; max-width: 100%;}
#header h1 a{display: block; background: url(../../assets/images/main/main_logo01_pc.png)center no-repeat; width: 480px; height: 40px; background-size: contain;transition:.4s;}
#header button{position: relative;display: block; width: 40px; height: 26px;}
#header button::before{content:'';position: absolute; top: 0; right: 0; width: 50%; height: 4px; background: #fff;transition:.4s;}
#header button::after{content:'';position: absolute; bottom: 0; left: 0; width: 50%; height: 4px; background: #fff;transition:.4s;}
#header button span{display: block;position: absolute; top: 50%; left: 0; transform:translateY(-50%); width: 100%; height: 4px; background: #fff;transition:.4s;}
#header .nav_btn{display: none;}
.navigation{display: none;}

#header .gnb{display: flex;}
#header .gnb_bg{display: none;position: absolute; left: 0; top: 101px;width: 100%; height: 270px; background: #fff;}
#header .gnb > li{position: relative;padding: 41px 50px;}
#header .gnb > li::after{content:'';position: absolute; bottom: 0; left: 50%; transform:translateX(-50%); width: 0px; height: 2px; background: var(--co01);transition:.4s;}
#header .gnb > li.on::after{width: 67px;}
#header .gnb span a{display: block;font-size: 17px; color: #fff; white-space:nowrap;}
#header .gnb .lnb_sub{position: absolute; top: 101px; left: 50%; transform:translateX(-50%);z-index: 100; width: 100%; background: transparent;}
#header .gnb .lnb_sub ul{display: none;padding: 30px 0px;}
#header .gnb .lnb_sub ul li a{display: block;color: #444;font-size: 16px;text-align: center;transition:.3s;}
#header .gnb .lnb_sub ul li a:hover{color: var(--co01);font-weight: 700;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 25px;}
@media screen and (max-width:1550px) {
	#header .gnb > li{padding: 41px 40px;}
	#header .gnb span a{font-size: 15px;}
}

/* #header ul.login_box {background:#fff;} */
#header ul.login_box {display: flex; gap: 28px; align-items: center; justify-content: center; padding: 0 20px; height: 35px; border-radius: 35px; border:1px solid #fff;}
#header ul.login_box li {position: relative;}
#header ul.login_box li a {font-size: 18px; color: #fff; font-weight: 600; white-space: nowrap;}
/* #header ul.login_box li:nth-child(1):after {content: ''; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: #333;} */

#header.on{background: #fff;border-bottom: 1px solid #ddd;}
#header.on h1 a{background: url(../../assets/images/main/main_logo02_pc.png)center no-repeat;}
#header.on button::before{top: 9px;width: 46px;height: 2px; background: #222; transform:rotate(45deg);}
#header.on button::after{left: -5px;bottom: 14px;width: 46px;height: 2px; background: #222; transform:rotate(-45deg);}
#header.on button span{width: 0;}
#header.on .gnb span a{color: #222;}
#header.on ul.login_box {border:1px solid #222;}
#header.on ul.login_box li a {color:#222;}



/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{opacity: 0;position: absolute; top: 60%; left: 50%; transform:translate(-50%,-50%); width: 100%;transition:1s;}
#visual_wrap ul li.swiper-slide-active .txt_wrap{opacity: 1;top: 50%;}
#visual_wrap .txt_wrap p{font-size: 30px; color: #fff;text-align: center;font-family: 'SUIT';}
#visual_wrap .txt_wrap span{display: block;font-size: 25px; color: #fff; line-height: 37px;text-align: center;}
#visual_wrap .txt_wrap ul.txt_icon{display: flex; gap:20px; justify-content: center;align-items: center;padding: 50px 0px 40px;}
#visual_wrap .txt_wrap ul.txt_icon li{width: 10px; height: 10px; background: rgba(255,255,255,.5);}
#visual_wrap .swiper-paging{position: absolute; top: 73%; left: 50%; transform:translate(-50%,-50%); z-index: 1000; display: flex;gap: 30px;}
#visual_wrap .swiper-paging .swiper-pagination-bullet{position: relative;width: 40px;height: 40px;display: inline-block;border-radius: 50%;background: transparent;opacity: 1;}
#visual_wrap .swiper-paging .swiper-pagination-bullet.swiper-pagination-bullet-active::after{content:'';position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);border: 1px solid rgba(255, 255, 255, .3);border-radius: 50%;width: 40px;height: 40px;}
#visual_wrap .swiper-paging svg{width: 40px; height: 40px;}
#visual_wrap .swiper-paging span.dots{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);font-size: 14px; color: #fff;text-align: center;}
#visual_wrap .circle{opacity: 0;}
#visual_wrap .swiper-pagination-bullet-active .circle{animation: draw 4s linear forwards;stroke-dashoffset: 140px; stroke-dasharray: 140px;opacity: 1;}
#visual_wrap .swiper-pagination-bullet-active .circle.on{animation-delay:1s;}
@keyframes draw {
    to {stroke-dashoffset: 0;}
}

#visual_wrap .vis_arr .vis_prev{position: absolute; top: 50%; left: 60px; transform:translateY(-50%); z-index: 3000;}
#visual_wrap .vis_arr .vis_next{position: absolute; top: 50%; right: 60px; transform:translateY(-50%); z-index: 3000;}

#visual_wrap .scroll{position: absolute;bottom: 50px; left: 50%; transform:translateX(-50%);z-index: 1000;}
#visual_wrap .scroll .icon_wrap img{margin: 0 auto; animation: scrollAni 1.5s linear infinite alternate;}
#visual_wrap .scroll .icon_wrap img.icon01{margin-bottom: 3px;}
#visual_wrap .scroll .icon_wrap img.icon02{margin-bottom: 3px;animation-delay:.5s;}
#visual_wrap .scroll .icon_wrap img.icon03{animation-delay:1s;}
#visual_wrap .scroll p{font-size: 14px; color: #fff; font-weight: 300;margin-top: 15px; text-align: center;}
@keyframes scrollAni {
0%{opacity: .2;}
100%{opacity: 1;}
}

/* section */
.section{padding: 100px 0px;line-height: 1;}
.section .more_btn01{display: flex; align-items: center; justify-content: center;gap:10px;width: 180px; height: 50px; background: #fff; border:1px solid #ddd; transition:.4s;font-size: 15px; color: #444; border-radius:25px;}
.section .more_btn01 em{display: block; background: url(../../assets/images/main/more_arr01_pc.png)center no-repeat; width: 15px; height: 15px; background-size: cover;transition:.4s}
.section .more_btn01:hover{background: var(--co01);border:1px solid var(--co01);color: #fff;}
.section .more_btn01:hover em{background: url(../../assets/images/main/more_arr02_pc.png)center no-repeat; background-size: cover;}

.section .sec_tit{display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px;}
.section .sec_tit p{font-size: 50px; color: #222; font-weight: 600;}

/* section01 */
#section01{position: relative;padding-bottom: 0; height: 650px;}
#section01 .inner{width: 100%;}
#section01 .con01{position: relative;z-index: 10;padding-top: 50px; padding-inline: 70px; width: 50%; height: 500px;box-shadow:4px 4px 8px rgba(0,0,0,.16);background: url(../../assets/images/main/sec01_bg01_pc.png)left bottom no-repeat #fff;}
#section01 .con01 .tit{margin-bottom: 50px;}
#section01 .con01 .tit p{font-size: 50px;color: #888; font-weight: 300;}
#section01 .con01 .tit p b{color: var(--co01); font-weight: 600;}
#section01 .con01 .slide_wrap ul li a{display: flex;gap:40px; align-items: flex-end;}
#section01 .con01 .slide_wrap ul li .img_box{width: 200px;}
#section01 .con01 .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:125%;} 
#section01 .con01 .slide_wrap ul li .img_wrap 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 .con01 .slide_wrap ul li .txt_box{width: calc(100% - 280px);}
#section01 .con01 .slide_wrap ul li .txt_box em{display: block;font-size: 16px; color: var(--co01); line-height: 20px;}
#section01 .con01 .slide_wrap ul li .txt_box p{font-size: 24px; color: #666;margin: 25px 0px 15px;}
#section01 .con01 .slide_wrap ul li .txt_box p b{display: inline-block; margin-right: 10px;font-size: 35px; color: #000;font-weight: 600;}
#section01 .con01 .slide_wrap ul li .txt_box span{display: block;font-size: 15px; color: #999;}
#section01 .con01 .slide_wrap ul li .txt_box ul{margin-top: 23px;}
#section01 .con01 .slide_wrap ul li .txt_box ul li{position: relative;font-size: 17px;color: #555;padding-left: 14px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section01 .con01 .slide_wrap ul li .txt_box ul li:not(:last-child){margin-bottom: 12px;}		
#section01 .con01 .slide_wrap ul li .txt_box ul li::before{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 4px; height: 4px; background: var(--co01); border-radius:50%;}
#section01 .arr{display: flex;gap:10px;position: absolute; bottom: 0; right: 0;}

#section01 .con02{position: absolute; right: 0;bottom: 0;z-index: 5;background: url(../../assets/images/main/sec01_bg02_pc.jpg)center no-repeat;width: 52%; height: 500px;background-size: cover;}
#section01 .con02 .txt_wrap{padding: 70px 5.2083vw;}
#section01 .con02 .txt_wrap span{display: block;font-size: 17px; color: #fff; font-weight: 300;}
#section01 .con02 .txt_wrap strong{display: block;font-size: 50px; color: #fff; font-weight: 600;margin: 22px 0px 40px;}
#section01 .con02 .txt_wrap p{font-size: 18px; color: #fff; line-height: 24px;}
#section01 .con02 .more_btn01{margin-top: 40px;}

/* section02 */
#section02 .slide_wrap{position: relative;}
#section02 .sec02_slide .slick-list{width: calc(100% + 40px);}
#section02 .sec02_slide li.slick-slide{margin-right: 40px;}
#section02 .sec02_slide li .img_wrap{position:relative; width:100%; padding-bottom:66.815%;overflow: hidden;}
#section02 .sec02_slide li .img_wrap 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;transition:.5s;}
#section02 .sec02_slide li:hover .img_wrap img{transform:scale(1.05);}
#section02 .sec02_slide li .txt_wrap{margin-top: 20px;}
#section02 .sec02_slide li .txt_wrap em{display: flex; align-items: center; justify-content: center;width: 70px; height: 28px;padding: 0px 10px; background: var(--co01); color: #fff; border-radius: 14px;}
#section02 .sec02_slide li .txt_wrap p{font-size: 18px; color: #222; font-weight: 600;width: calc(100% - 70px);white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#section02 .sec02_slide li .txt_wrap span{display: block; font-size: 16px; font-weight: 300; padding-top: 10px; width: 100px;}
#section02 .sec02_slide .slick-dots{display: flex; gap:20px;justify-content: center;margin-top: 80px;padding-bottom: 20px;}
#section02 .sec02_slide .slick-dots li{width: 8px; height: 8px; background: #b9b9b9; border-radius:50px;text-indent: -9999px;transition:.4s;}
#section02 .sec02_slide .slick-dots li.slick-active{width: 40px; background: var(--co01);}
#section02 .slide_wrap .arr{display: flex; gap:10px;position: absolute; bottom: 0; right: 0;}

#section02 .sec02_wrap{display: flex; justify-content: space-between;}
#section02 .sec02_wrap > div{width: calc((100% - 80px) / 2);}

#section02 .news_wrap .news_list li{border-bottom: 1px solid #D9D9D9;}
#section02 .news_wrap .news_list li a{display: flex; padding-block:20px; justify-content: space-between;}
#section02 .news_wrap .news_list li a p{width: 70%; font-size: 18px; color: #222; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#section02 .news_wrap .news_list li a span{font-size: 16px; color: #222; font-weight: 300;}
#section02 .slide_wrap .slick-track{margin: 0;}



/* section03 */
#section03{background: #f5f5f5;}
#section03 .con_wrap{display: flex; flex-wrap:wrap;gap:30px;}
#section03 .con_wrap .con{width: calc((100% - 60px) / 3);}
#section03 .con_wrap .con .img_wrap{position:relative; width:100%; padding-bottom:78.475%;overflow: hidden;}
#section03 .con_wrap .con .img_wrap 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;transition:.5s;}
#section03 .con_wrap .con:hover .img_wrap img{transform:scale(1.05);}
#section03 .con_wrap .con .txt_wrap{padding: 20px;background: var(--co01);}
#section03 .con_wrap .con .txt_wrap p{font-size: 18px; line-height: 21px;text-align: center; color: #fff;}

/* section04 */
#section04 .con_wrap{display: flex; gap:60px;}
#section04 .con_wrap .tab-menu-wrap a{position: relative;display: flex; align-items: center; font-size: 16px; color: #888; width: 205px; height: 70px; border:1px solid #ddd;padding: 0px 30px;transition:.4s;}
#section04 .con_wrap .tab-menu-wrap a:not(:last-child){margin-bottom: 20px;}
#section04 .con_wrap .tab-menu-wrap a::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 40px; height: 2px; background: #ddd;}
#section04 .con_wrap .tab-menu-wrap a.on{background: var(--co01);color: #fff;font-weight: 600;}
#section04 .con_wrap .tab-menu-wrap a.on::after{background: #fff;}

#section04 .tab-container{width: calc(100% - 265px);}
#section04 .sec04_slide .slick-list{width: calc(100% + 30px);}
#section04 .sec04_slide li.slick-slide{position: relative; overflow: hidden; height: 340px; margin-inline:15px;}
#section04 .sec04_slide .img-wrap img {width: 100%;height: 100%;object-fit: cover;display: block;}
#section04 .sec04_slide .txt-box {position: absolute; top: 0;  left: 0; padding: 40px;  width: 100%; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;}
#section04 .sec04_slide li p{font-size: 24px; color: #fff; font-weight: 500; line-height: 32px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word; word-break:keep-all;}
#section04 .sec04_slide li .people{display: block;font-size: 15px; color: #fff; font-weight: 300; line-height: 18px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;word-break:keep-all;}
#section04 .sec04_slide li em{display: block; font-size: 15px; line-height: 15px; color: #fff;}
#section04 .sec04_slide li .link_box{display: flex; justify-content: flex-end; width: 100%;}
#section04 .sec04_slide li .link{border-radius: 25px; background: rgba(255, 255, 255, 0.40); font-size: 15px; color: #fff; padding-inline: 20px; padding-block: 8px;}
#section04 .arr{display: flex; gap:10px; justify-content: flex-end;margin-top: 20px; }

#section04 .sec04_slide02 .tab02_subtit{border-radius: 5px; background: #87CEEB; font-size: 15px; font-weight: 700; color: #fff; padding: 5px 10px;}
#section04 .sec04_slide02 li em{font-size: 18px; line-height: 18px;}

#section04 .sec04_slide03 li .people{padding-top: 20px;}
#section04 .sec04_slide03 li .link_box{display: block;}
#section04 .sec04_slide03 li .link{display: inline-block; margin-top: 15px;}
#section04 .sec04_slide03 li .link_con{display: flex; justify-content: flex-end;}

#section04 .sec04_slide04 .tab02_subtit{display: inline-block;border-radius: 5px;background: #008000; font-size: 15px; font-weight: 700; color: #fff; padding: 5px 10px;}
#section04 .sec04_slide04 li p{padding-top: 20px;}
#section04 .sec04_slide04 li .people{padding-top: 20px;}

/* footer */
#footer{line-height: 1;background: #20262c;padding: 60px 0px;}
#footer .inner{display: flex; align-items: center; justify-content: space-between;	width: 100%;padding: 0px 60px;}
#footer .a_wrap{display: flex;gap:40px; }
#footer .a_wrap a{font-size: 15px; color: rgba(255,255,255,.5);}
#footer address{margin: 40px 0px 30px;}
#footer address p{font-size: 15px; color: #fff; font-weight: 300;}
#footer address p:not(:last-child){margin-bottom: 20px;}
#footer address p span{display: inline-block;margin-right: 20px;}
#footer address p i{display: inline-block;width: 40px;}
#footer p.copy{font-size: 15px; color: #fff; font-weight: 300;}

/* ========sub=============================================== */
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h3{font-size: 40px; color: #fff; font-weight: 700;text-align: center; }
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:45px; margin-top: 30px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 17px; color: #fff;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; right: -24px; top: 50%; transform:translateY(-50%); background: url(../../assets/images/sub/sub_nav_arr_pc.png)center no-repeat; width: 6px; height: 11px; background-size: cover;}

#sub_contents{padding: 100px 0px;}
#sub_contents .contop{line-height: 1; margin-bottom: 80px;}
#sub_contents .contop h2{font-size: 35px; color: #222; font-weight: 700;text-align: center;}

/* tab_menu */
.tab_menu {display: block; width:100%; height:70px; background:#fff; border:1px solid #ddd;border-top: none; line-height: 1;}
.tab_menu .inner{position:relative; display: flex; width: 100%; height:100%;}
.tab_menu a.home{position: relative;display: flex ;align-items: center; justify-content: flex-end; padding: 20px;width: 330px; height: 100%; background: linear-gradient(90deg, rgba(13,77,156,1) 0%, rgba(1,49,108,1) 50%);}
.tab_menu .menu {display: flex; width:calc(100%); height:100%;}
.tab_menu .menu > li{position:relative; min-width:300px; height:100%; }
.tab_menu .menu > li::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%); background: url(../../assets/images/sub/tab_arr_pc.png)center no-repeat; width: 16px; height: 9px; background-size: cover; transition:.4s;}
.tab_menu .menu > li.on::after{transform:translateY(-50%) rotate(180deg); }
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 20px 0; width:100%; height:100%; font-size: 17px; color:#222; font-weight: 500; line-height:1.2; box-sizing:border-box; word-break:keep-all;border-right: 1px solid #ddd;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:102%; left:-1px; padding:20px 0; box-sizing:content-box; background-color:#f8f8f8; z-index:10;}
.tab_menu .menu > li ul li ~ li { margin-top:20px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:17px; color:#222;  font-weight: 400;padding:0 20px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu .menu > li ul li a:hover{font-weight: 700;}
.tab_menu .menu > li ul li.on a{font-weight: 700;}

/* 일반게시판_list */
.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(../../assets/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(../../assets/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(/assets/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(/assets/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%);}

/* sub0101 */
.sub0101_wrap {word-break:keep-all;}
.sub0101_wrap h3{font-size:22px; margin-bottom:24px; color:#222;}
.sub0101_wrap ul{font-size:18px; /* margin:30px;  */color:#222;}
.sub0101_wrap > div {margin:15px;}

.sub0101_wrap .img_wrap{width:440px; text-align:center; margin:0px auto;}

/* sub0102 */
.sub0102_wrap {word-break:keep-all;}

/* 공통 */
ul.tabs{display:flex; justify-content:center;}
ul.tabs li{width:300px; font-size:18px; border:1px solid #01316C; color:#555; text-align:center; padding:20px; margin-bottom:50px; cursor:pointer; display: flex; justify-content: center; align-items: center;}
ul.tabs li.current{background:#01316C; color:#fff; font-weight: 600;}
.tab_con{display: none;}
.tab_con.current{display: inherit;}

.search_wrap {text-align:center; padding:20px; background:#f7f7f7;}
.search_wrap select {width: 140px; height: 50px; line-height: 50px; padding: 0 10px; border: 1px solid #ddd; border-radius: 0; font-size: 16px; color:#222;}
.search_wrap input {width: 240px; height: 50px; line-height: 50px; padding: 0 10px;  border:1px solid #ddd; border-radius: 0; font-size: 16px; color:#222;}
.search_wrap button {width: 100px; height: 50px; line-height: 50px; text-align:center; font-size: 16px; border:1px solid #01316C; background:#01316C; color:#fff; }

.sub0102_wrap .pc_tab {display:block;}
.sub0102_wrap .mob_tab {display:none;}
.sub0102_wrap table {display: table; width: 100%; border-collapse: collapse; text-align:center; background:#fff; top:0px; left:0px; }
.sub0102_wrap table th{font-size:17px; color:#222; padding:20px; border-bottom:2px solid #01316C;}
.sub0102_wrap table td{font-size:16px; color:#555; padding:20px 10px; border-bottom: 1px solid #ddd;}
.sub0102_wrap table td b {color:#222;}




/* sub0103 */
.sub0103 {word-break:keep-all;}
.sub0103 ul {display:flex; flex-wrap:wrap; gap:40px 20px;}
.sub0103 ul li {width:calc((100% - 40px) / 3); }
.sub0103 ul li .img_wrap {position: relative; width:100%; height: 0; padding-bottom: 74.25%; overflow:hidden; margin-bottom:15px; border: 1px solid #ddd; border-radius:10px;}
.sub0103 ul li .img_wrap img {position: absolute; top:0; left:0; bottom:0; right:0; width: 100%; height:100%; max-width:100%; max-height:100%; object-fit:cover; margin:auto; transition: transform 0.3s ease;}
.sub0103 ul h4 {font-size:18px; color:#222;}
.sub0103 ul p {font-size:14px; color:#555;}

.sub0103 ul .img_wrap img:hover {transform: scale(1.2); cursor:pointer;}
.sub0103 ul h4:hover {color:#01316C; cursor:pointer;}

/* popup_page */
.popup_page {width:100%; height:100vh; background:rgba(0,0,0,0.4); position:fixed; top:0px; left:0px; z-index:9999; display:none;}
.popup_page .page_box {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.popup_page .box_wrap {width:100%; height:500px; background:#fff;}
.popup_page .top_title {font-size:18px; background:#01316C; color:#fff; display:flex; justify-content:space-between; padding:5px 15px;}
.popup_page .top_title button {font-size:18px; color:#fff;}

.popup_page .section {display:flex; padding:20px;}
.popup_page .section h4{font-size:16px; color:#222; margin-bottom:20px;}
.popup_page .section h4:before {content: "";width: 5px;height: 16px;background-color: #95a6b9;display: inline-block;margin: 0 10px 3px 0;vertical-align: middle;}
.popup_page .section table th {font-size:14px; text-align:left; color:#222; border-bottom:1px solid #ddd; padding:10px;}
.popup_page .section table td {font-size:14px; color:#222; border-bottom:1px solid #ddd; padding:10px; text-align:left;}
.popup_page .section .con2 {font-size:14px; color:#222; margin-left:30px;}
.popup_page .section .con2 img {width:100%; margin:20px auto;}

.act0103 {display:block;}

/* sub0201 */
.sub0201_wrap {display:flex;justify-content: center;}
.sub0201_wrap .img_wrap{width:40%;}
.sub0201_wrap .text-wrap{width:60%;}

.sub0201_wrap .img_wrap .align_box {width:210px; margin:0px auto;}
.sub0201_wrap .img_wrap img {width:100%;}
.sub0201_wrap .img_wrap h3 {font-size:16px; margin:10px 0px;}
.sub0201_wrap .img_wrap .a_wrap > a {color:rgb(0 49 108);}
.sub0201_wrap .img_wrap a {font-size:14px; display:block; /* border:1px solid rgb(1 29 108); */ border-radius:5px; padding:3px 0px; /* text-align:center; */ margin:5px 0px;}
.sub0201_wrap .img_wrap a img {width:20px;}

.sub0201_wrap .txt_wrap > div {margin-bottom:50px;}
.sub0201_wrap .txt_wrap h4 {font-size:26px; color:#01316C;}
.sub0201_wrap .txt_wrap h4 span{margin-left:20px; color:#555;}
.sub0201_wrap .txt_wrap h5 {font-size:18px; color:#01316C;}
.sub0201_wrap .txt_wrap li {font-size:16px;}
.sub0201_wrap .name_wrap p {font-size:16px; color:#01316C; margin:10px 0px;}
.sub0201_wrap .name_wrap ul {line-height:2;}
.sub0201_wrap .name_wrap ul li:before {content: "";width: 5px;height: 16px;background-color: #95a6b9;display: inline-block;margin: 0 10px 3px 0;vertical-align: middle;}

/* sub0202 */
.sub0202_wrap ul.member_li{display:flex; flex-wrap:wrap; gap:40px; word-break:keep-all;}
.sub0202_wrap ul.member_li > li{display:flex; gap:30px; width:calc((100% - 40px) / 2); border-top:1px solid #ddd; padding:30px; }
.sub0202_wrap ul.member_li > li .img_wrap {width: 170px;}
.sub0202_wrap ul.member_li > li .img_wrap .img {position: relative; width: 100%; height: 0; padding-bottom: 120%; overflow:hidden;}
.sub0202_wrap ul.member_li > li .img_wrap .img img {position: absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%; max-width:100%; max-height:100%; margin: auto; object-fit:cover;}
.sub0202_wrap ul.member_li > li .txt_wrap {width: calc(100% - 200px);}
.sub0202_wrap ul.member_li > li .txt_wrap h4{font-size:20px; color:#222; margin-bottom: 10px;}
.sub0202_wrap ul.member_li > li .txt_wrap h4 span{font-size:20px; color:#555; margin-left:15px;}
.sub0202_wrap ul.member_li > li .txt_wrap strong{font-size:18px; color:#01316C; display:block; margin-bottom:20px;}
.sub0202_wrap ul.member_li > li .txt_wrap p.p_con{font-size:16px; color:#222;}
.sub0202_wrap ul.member_li > li .txt_wrap p.p_con > b {font-size:18px;}
.sub0202_wrap ul.member_li > li .txt_wrap p.p_con:not(:last-child) {margin-bottom: 10px;}
.sub0202_wrap ul.member_li > li .txt_wrap em.tit02 {font-size: 18px; color:#222; font-weight: 700; display: block; margin-bottom: 5px;}
.sub0202_wrap ul.member_li > li .txt_wrap > ul.mem_dot {}
.sub0202_wrap ul.member_li > li .txt_wrap > ul.mem_dot:not(:last-child) {margin-bottom: 10px;}
.sub0202_wrap ul.member_li > li .txt_wrap > ul.mem_dot li {font-size: 16px; color:#555; position: relative; padding-left: 12px;}
.sub0202_wrap ul.member_li > li .txt_wrap > ul.mem_dot li:not(:last-child) {margin-bottom: 5px;}
.sub0202_wrap ul.member_li > li .txt_wrap > ul.mem_dot li:before {position: absolute; content:''; width: 4px; height: 4px; background: #888; border-radius: 50%; top:10px; left:0;}

/* sub0301 */
.sub0301_wrap {word-break:keep-all;}
.sub0301_wrap .txt_wrap {border-top:1px solid #555; margin-top:30px;}
.sub0301_wrap .txt_wrap .title_box {display:flex; align-items:center;}
.sub0301_wrap .txt_wrap .title_box .title {font-size:13px; padding:0px 6px; border-radius:5px; color:#fff; margin-left:5px;}
.sub0301_wrap .txt_wrap .title_box .sky {background:skyblue;}
.sub0301_wrap .txt_wrap .title_box .green {background:green;}
.sub0301_wrap .txt_wrap .invite {background:#f4f4f4; color:#01316C; text-align:center; padding: 4px 12px; border-radius: 20px; display: inline-block;}
.sub0301_wrap .txt_wrap .invite:not(:last-child){margin-right: 10px;}
.sub0301_wrap .txt_wrap li {border-bottom:1px dotted #555; padding:20px 0px;}
.sub0301_wrap .txt_wrap li h4 {font-size:17px; color:#222;}
.sub0301_wrap .txt_wrap li p {font-size:16px; display: block; margin-top: 5px;}
.sub0301_wrap .txt_wrap li p:not(:last-child) {margin-bottom: 5px;}
.sub0301_wrap .txt_wrap li a {display: inline-block; font-size: 15px; color:#fff; text-align:center; font-weight: 700; padding: 2px 25px; border-radius: 50px; background:#01316C; margin-left: 10px;}
.sub0301_wrap .year_wrap {border-top: none;}
.sub0301_wrap .txt_wrap .yyy:not(:last-child) {margin-bottom: 40px;}
.sub0301_wrap .txt_wrap .yyy > h4 {border-top:1px solid #555;font-size:18px; background:rgba(1,49,108,0.1); color:#222; padding:10px 20px;}
.sub0301_wrap .txt_wrap .yyy > ul > li {display: flex; flex-wrap:wrap; gap:20px;}
.sub0301_wrap .txt_wrap .yyy > ul > li .txt_con {width: calc(100% - 400px); padding: 20px 10px;}
.sub0301_wrap .txt_wrap .yyy > ul > li .img_wrap {width: 380px;}
.sub0301_wrap .txt_wrap .yyy > ul > li .img_wrap .img {position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow:hidden;}
.sub0301_wrap .txt_wrap .yyy > ul > li .img_wrap .img img {position: absolute; top:0; left:0; right:0; bottom:0; width: auto; height: auto; max-width:100%; max-height: 100%; margin: auto;}

/* sub0302 */
.sub0302_wrap .txt_wrap .yyy > ul > li {display: block; padding: 20px 10px;}

/* sub0303 */
.sub0303_wrap .txt_wrap {margin-top: 30px;}
.sub0303_wrap .txt_wrap li:first-child {border-top:1px solid #555;}
.sub0303_wrap .txt_wrap li {border-bottom:1px dotted #555; padding:20px 0px;}
.sub0303_wrap .txt_wrap li h4 {font-size:17px; color:#222; margin-bottom: 10px;}
.sub0303_wrap .txt_wrap li strong {font-size:16px; color:#555; display: block; margin-bottom: 5px;}
.sub0303_wrap .txt_wrap li p {font-size:16px;}
.sub0303_wrap .txt_wrap li a {display: inline-block; font-size: 15px; color:#fff; text-align:center; font-weight: 700; padding: 2px 25px; border-radius: 50px; background:#01316C; margin-left: 10px;}
.sub0303_wrap .txt_wrap .yyy > h4 {font-size:18px; background:#eee; color:#222; padding:10px 20px;}

/* sub0304 */
.sub0304_wrap table {width:100%; text-align:center;}
.sub0304_wrap table thead {border-top:2px solid #01316C; background:rgba(1,49,108,0.1);}
.sub0304_wrap table .two {text-align:left;}
.sub0304_wrap table th {font-size:18px; padding:20px; color:#222;}
/* .sub0304_wrap table th:not(:last-child) {border-right:1px solid #ddd;} */
.sub0304_wrap table td {font-size:16px; padding:20px 10px; color:#555; border-bottom:1px solid #ddd;}
.sub0304_wrap table td:not(:last-child) {border-right:1px solid #ddd;}

/* sub0501 */
.sub0501_wrap .top_box {background:#f8f9fa; border:1px solid #ddd; padding:25px 50px; margin:30px 0px;}
.sub0501_wrap .top_box h4{font-size:24px; color:#01316C;}
.sub0501_wrap .top_box p{font-size:18px; color:#222;}
.sub0501_wrap .top_box ul {margin-top:40px;}
.sub0501_wrap .top_box li {font-size:16px; color:#222;}

.sub0501_wrap .map_wrap {width:100%;}
.sub0501_wrap .map_wrap iframe{width:100%; height:400px;}

