/* 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('/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:#222;} 
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:500px;  background:#fff; /* box-shadow: 0px 0px 10px rgba(0,0,0,0.1); padding:50px;  */margin: 0 auto;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#222; line-height:1; font-weight:600; text-align:center;}
.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:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:50px; background:#fff; border:1px solid #ddd; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:16px; color:#666; line-height:50px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:50px; background:#fff; border:1px solid #ddd; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:16px; color:#666; line-height:50px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:50px; }
.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:#0a0f39; border:1px solid #0a0f39; 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:16px; line-height:16px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:16px; line-height:16px;}
.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;}

.agreement {font-size: 16px;}
.chk_bt {font-size: 16px; background: #0a0f39; height: 55px; line-height: 48px; width: 200px; border: 0;}

.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: 1700px; margin: 0 auto; overflow: hidden;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

/* header */
#header{position: relative; line-height: 1;}
#header .inner{display: flex; align-items: center; justify-content: space-between;width: 1700px; height: 100px;}
#header .gnb_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
#header .gnb_wrap ul{display: flex;align-items: center;}
#header .gnb_wrap ul li{transition:.4s;}
#header .gnb_wrap ul li a{position: relative;display: block;font-size: 18px; color: #222; font-weight: 500; padding: 41px 20px;transition:.4s;width: 180px;text-align: center;}
#header .gnb_wrap ul li.on{background: #0a0f39;}
#header .gnb_wrap ul li.on a{color: #fff;}

#header .h_right{display: flex; gap:40px; align-items: center;}
#header .h_right .log_wrap{display: flex;gap:10px;}
#header .h_right .log_wrap a{display: flex; align-items: center; justify-content: center; width: 90px; height: 35px; border-radius:10px; border:1px solid #0a0f39; color: #0a0f39;font-size: 15px; font-weight: 500;}
#header .h_right .log_wrap a:nth-child(1){background: #0a0f39;color: #fff;}

#header .h_right .menu_btn{display: block; position: relative; width: 40px; height: 16px;}
#header .h_right .menu_btn::before{content:'';position: absolute; top: 0; left: 0;height: 3px;width: 100%;background: #222;transition:.3s;}
#header .h_right .menu_btn::after{content:'';position: absolute;bottom: 0;left: 0;height: 3px;width: 100%;background: #222;transition:.3s;}
#header.on .h_right .menu_btn::before{width: 36px;transform: rotate(45deg);top: 4px;}
#header.on .h_right .menu_btn::after{width: 36px;transform: rotate(-45deg);bottom: 9px;}

#header .h_right .menu_btn.nav_btn{display: none;}
.navigation{display: none;}

/* search_wrap */
.search_wrap{display: none;position: absolute; top: 100px; width: 100%;background: #f7f7f7;z-index: 6000;padding: 65px 0px; border-top: 1px solid #ddd;}
.search_wrap .search_box{display: flex; align-items: center;justify-content: center;}
.search_wrap .search_box input[type="text"]{width: 580px; height: 70px; padding: 0px 30px; border:1px solid #ddd; border-radius: 20px 0 0 20px;font-size: 16px; color: #999;}
.search_wrap .search_box input[type="text"]::placeholder{font-size: 16px; color: #999;}
.search_wrap .search_box .search_btn{display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius:0 20px 20px 0; background: #0a0f39;}
.search_wrap .search_box .x_btn{display: block;padding-left: 20px;}

/* all_menu */
#header.on{border-bottom: 1px solid #ddd;}
#header.on .gnb_wrap ul li a{width: 200px;padding: 41px 35px;text-align: center;}
.all_menu_wrap{display: none;position: absolute;top: 100px;z-index: 5000;background: #fff;width: 100%;line-height: 1;}
.all_menu_wrap ul.all_menu{display: flex;justify-content: center;}
.all_menu_wrap ul.all_menu > li{width: 200px;padding: 40px 0;transition:.4s;}
.all_menu_wrap ul.all_menu > li.on{background: #0a0f39;}
.all_menu_wrap ul.all_menu > li.on ul.all_sub_menu li a{color: #fff;}
.all_menu_wrap ul.all_menu ul.all_sub_menu li:not(:last-child){margin-bottom: 30px;}
.all_menu_wrap ul.all_menu ul.all_sub_menu li a{display: block;text-align: center;font-size: 18px;color: #555; font-weight: 500;transition:.3s;} 

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; top: 43%; left: 50%; transform:translate(-50%,-50%); width: 100%;z-index: 1000;}
#visual_wrap .txt_wrap p{font-size: 60px; color: #fff; font-weight: 700;}
#visual_wrap .txt_wrap span{display: block;font-size: 24px; color: #fff; font-weight: 400;margin-top: 40px;}
#visual_wrap .visual_items{position: absolute; top: 67%; left: 50%; transform:translate(-50%,-50%); z-index: 1000; }
#visual_wrap .swiper-paging{display: flex;gap: 20px;}
#visual_wrap .swiper-paging .swiper-pagination-bullet{position: relative;width: 44px;height: 44px;display: inline-block;border-radius: 50%;background: transparent;opacity: 1;}
#visual_wrap .swiper-paging .swiper-pagination-bullet::after{content:'';position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);border: 4px solid rgba(255, 255, 255, .3);border-radius: 50%;width: 44px;height: 44px;opacity: 0;}
#visual_wrap .swiper-paging svg{width: 44px; height: 44px;}
#visual_wrap .swiper-paging span.dots{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);font-size: 14px; color: #fff;text-align: center; font-weight: 700;}
#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;}
#visual_wrap .swiper-paging .swiper-pagination-bullet.swiper-pagination-bullet-active::after{opacity: 1;}
@keyframes draw {
    to {stroke-dashoffset: 0;}
}

/* section */
.section{padding: 120px 0px;line-height: 1;}
.section .tit a{display: flex; align-items: center; gap:15px;font-size: 18px; color: #fff;transition:.4s;}
.section .tit a:hover{gap:20px;}

/* section01 */
#section01{background: url(/images/main/sec01_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section01 .con_wrap{display: flex;gap:40px;}
#section01 .con_wrap .con{position: relative;width: calc((100% - 80px) / 3);}
#section01 .con_wrap .con .img_wrap{position:relative; width:100%; padding-bottom:100%;overflow: hidden; border-radius:20px;}
#section01 .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;}
#section01 .con_wrap .con:hover .img_wrap img{transform:scale(1.05);}
#section01 .con_wrap .con .txt_wrap{position: absolute; top: 0; left: 0;width: 100%; height: 100%;padding: 50px;}
#section01 .con_wrap .con .txt_wrap p{font-size: 35px; color: #fff; font-weight: 700;}
#section01 .con_wrap .con .txt_wrap span{display: block;font-size: 20px; color: #fff; line-height: 30px; margin-top: 20px;}
#section01 .con_wrap .con .txt_wrap em{display: flex; align-items: center; gap:15px;position: absolute; bottom: 50px; right: 50px;font-size: 18px; color: #fff;transition:.4s;}
#section01 .con_wrap .con:hover .txt_wrap em{gap:20px;}
#section01 .con_wrap .con .sec01_slide .img_wrap{border:1px solid #ddd;}
#section01 .con_wrap .con .arr{display: flex; gap:10px;position: absolute;bottom: 20px; right: 20px;}

/* section02 */
#section02{background: url(/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section02 .inner{display: flex;align-items: flex-start; justify-content: space-between;}
#section02 .tit{width: 355px;}
#section02 .tit p{font-size: 50px; color: #fff; font-weight: 700;margin-bottom: 40px;}
#section02 .tit .arr{display: flex; gap:10px;margin-top: 100px;}
#section02 .slide_wrap{width: calc(100% - 355px);}
#section02 .sec02_slide .slick-list{width: calc(100% + 20px);}
#section02 .sec02_slide li{background: #fff;padding: 30px;margin-right: 20px;opacity: .7; transition:.4s;}
#section02 .sec02_slide li.slick-current{opacity: 1;}
#section02 .sec02_slide li:hover{opacity: 1;}
#section02 .sec02_slide li .img_wrap{position:relative; width:100%; padding-bottom:61.818%;margin-bottom: 20px;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 p{font-size: 18px; color: #0a0f39; font-weight: 600;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section02 .sec02_slide li .txt_wrap span{display: block;font-size: 16px; color: #222; line-height: 26px;margin: 10px 0 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word; height: 52px;}
#section02 .sec02_slide li .txt_wrap em{font-size: 16px; color: #999;}

/* section03 */
#section03{background: url(/images/main/sec03_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section03 .tit{display: flex; align-items: center; justify-content: space-between;margin-bottom: 40px;}
#section03 .tit a{color: #222;}
#section03 .tab-menu-wrap{display: flex; gap:60px;}
#section03 .tab-menu-wrap button{position: relative;font-size: 35px; color: #ddd; font-weight: 700;transition:.3s;}
#section03 .tab-menu-wrap button.on{color: #0a0f39;}
#section03 .tab-menu-wrap button:not(:last-child)::after{content:'';position: absolute;right: -30px; top: 50%; transform:translateY(-50%);background: #ddd; width: 2px; height: 24px;}
#section03 .tab-con{display: flex;gap:40px;}
#section03 .tab-con .con .box{padding: 30px; border:1px solid #ddd;background: #fff;transition:.4s;}
#section03 .tab-con .con .box:hover{border:1px solid #0a0f39; box-shadow: 1px 9px 27px rgba(0,0,0,.16);}
#section03 .tab-con .con .box p{font-size: 20px; color: #000; line-height: 30px; font-weight: 600;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;word-break: keep-all;}
#section03 .tab-con .con .box span{display: block;font-size: 16px; line-height: 26px; color: #555;margin: 15px 0px 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word; height: 52px;word-break: keep-all;}
#section03 .tab-con .con .box em{font-size: 16px; color: #999;}
#section03 .tab-con .con .box .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 .tab-con .con .box:hover .img_wrap img{transform:scale(1.05);}
#section03 .tab-con .con01{width: 440px;}
#section03 .tab-con .con01 .box{width: 100%;}
#section03 .tab-con .con01 .box .img_wrap{position:relative; width:100%; padding-bottom:65.263%;overflow: hidden;}
#section03 .tab-con .con01 .txt_wrap{margin-top: 30px;}
#section03 .tab-con .con02{display: flex; gap:40px; flex-wrap:wrap;width: calc(100% - 480px);}
#section03 .tab-con .con02 .box{display: flex; width: calc((100% - 40px) / 2);}
#section03 .tab-con .con02 .box a{display: flex; gap:20px; align-items: center;}
#section03 .tab-con .con02 .box .img_box{width: 170px;}
#section03 .tab-con .con02 .box .img_wrap{position:relative; width:100%; padding-bottom:100%;overflow: hidden;}
#section03 .tab-con .con02 .box .txt_wrap{width: calc(100% - 180px);}
#section03 .tab-con .con02 .box span{margin: 8px 0px 40px;}

/* banner_wrap */
#banner_wrap{line-height: 1;padding: 20px 0px;border-top: 1px solid #ddd;}
#banner_wrap .banner_slide .slick-list{width: calc(100% + 20px);}
#banner_wrap .banner_slide li{margin-right: 20px;}
#banner_wrap .banner_slide li .img_wrap{position:relative; width:100%; padding-bottom:26.047%; border:1px solid #ddd}
#banner_wrap .banner_slide 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%;}
#banner_wrap .slick-prev{position: absolute;left: -30px; top: 50%; transform:translateY(-50%); background: url(/images/main/banner_prev_pc.png)center no-repeat; width: 9px; height: 15px; background-size: cover; text-indent: -9999px;}
#banner_wrap .slick-next{position: absolute;right: -30px; top: 50%; transform:translateY(-50%); background: url(/images/main/banner_next_pc.png)center no-repeat; width: 9px; height: 15px; background-size: cover; text-indent: -9999px;}

.top_btn_fix{position: fixed;bottom: 50px; right: 100px;z-index: 9999;}
.top_btn_fix button{display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; background: #fff; border-radius:50%; box-shadow: 1px 0px 10px rgba(0,0,0,.1);}

/* footer */
#footer{background: #2f2f2f; padding: 60px 0px;line-height: 1;}
#footer .top{padding-bottom: 20px; margin-bottom: 30px;border-bottom: 1px solid rgba(120,120,120,.5);}
#footer .top address{margin-top: 30px;}
#footer .top address p{font-size: 16px; color: #fff; line-height: 32px;}
#footer .top address span{display: inline-block;font-weight: 600;color: #787878;margin-right: 12px;}
#footer .top address b{display: inline-block;width: 1px; height: 12px; background: #fff;margin: 0px 20px;}
#footer .top address b:nth-of-type(4){display: none;}
#footer .bot{display: flex; align-items: center; justify-content: space-between;}
#footer .bot .a_wrap{display: flex;gap:40px;}
#footer .bot .a_wrap a{position: relative;display: block;font-size: 16px; color: #fff;font-weight: 600;}
#footer .bot .a_wrap a:not(:last-child)::after{content:'';position: absolute; right: -20px; top: 50%; transform:translateY(-50%);width: 1px; height: 12px; background: #fff;}
#footer .bot p.copy{font-size: 16px; color: #787878; font-weight: 300;}

/* =======sub================================================= */
#sub_visual_wrap{position: relative; line-height: 1;z-index: -1;}
#sub_visual_wrap .sub_txt{position: absolute; top: 44%; left: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .sub_txt h2{font-size: 50px; color: #fff; font-weight: 600;text-align: center;}
#sub_visual_wrap .sub_txt ul{display: flex; align-items: center; justify-content: center;gap:45px; margin-top: 25px;}
#sub_visual_wrap .sub_txt ul li{position: relative;font-size: 16px; color: #fff;}
#sub_visual_wrap .sub_txt ul li:not(:last-child):after{content:'';position: absolute; top: 50%; right: -25px; transform:translateY(-50%); width: 4px; height: 4px; background: #fff; border-radius:50%;}

#sub_contents{padding: 120px 0px 140px;}
#sub_contents .contop{margin-bottom: 60px;line-height: 1;}
#sub_contents .contop h4{font-size: 45px; color: #222; font-weight: 700;text-align: center;}

/* tab_menu */
.tab_menu{position: absolute; transform: translateY(-80px); width:100%; height:80px;line-height: 1;z-index: 100;}
.tab_menu .inner{position:relative; display: flex; align-items: flex-end; width: calc(100% - 260px); height:100%;background:#fff;margin: 0;margin-left: auto;box-shadow: 6px 6px 15px rgba(0, 0, 0, .08);}
.tab_menu a.home{position: relative;display: block;width: 80px; height: 100%; background: url(/images/sub/home_pc.png)center no-repeat #0a0f39; }
.tab_menu .menu {display: flex; width:calc(100% - 80px); height:100%;border-bottom: 1px solid #eee;}
.tab_menu .menu > li{position:relative; min-width:360px; height:100%; }
.tab_menu .menu > li::before{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);background:url("/images/sub/tab_bt_pc.png")center no-repeat; width: 17px; height: 10px; background-size: cover;transition:.4s;}
.tab_menu .menu > li.on::before{transform:translateY(-50%) rotate(180deg);}
.tab_menu .menu > li::after{content:'';position: absolute; right: 0;top: 50%; transform:translateY(-50%); width: 1px; height: 24px; background: #ddd;}
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 30px; width:100%; height:100%; font-size: 17px; color:#222; font-weight: 500; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:100%; left:-1px; padding:30px 0; box-sizing:content-box; background-color:#f7f7f7; z-index:10;}
.tab_menu .menu > li ul li ~ li { margin-top:25px;}
.tab_menu .menu > li ul li a{display:flex; align-items:center; position:relative; width:100%; font-size:17px; color:#555; font-weight: 400;padding:0 30px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu .menu > li ul li a:hover{color: #0a0f39; }
.tab_menu .menu > li ul li.on a{color: #0a0f39; }

/* depth03 */
.dep03_pc{line-height: 1; margin-top: 50px;}
.dep03_pc ul{display: flex; justify-content: center; align-items: center;}
.dep03_pc ul li a{position: relative;display: flex; align-items: center; justify-content: center;font-size: 17px; color: #999;width: 280px; height: 60px;border-bottom: 2px solid #ddd;transition:.4s;}
.dep03_pc ul li.on a{color: #0a0f39;border-bottom: 2px solid #0a0f39;font-weight: 600;}
.dep03_pc ul li a::after{content:'';position: absolute; left: 50%; bottom: -2px; transform:translateX(-50%); width: 0%; height: 2px;transition:.4s;background: #0a0f39;}
.dep03_pc ul li:hover a::after{width: 100%;}
.dep03_pc ul li:hover a{color: #0a0f39;}

.dep03_tab{display: none;}





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

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

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

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}

/* 사이트맵 */
.sitemap_wrap {}
.sitemap_wrap .tbl_wrap {}
.sitemap_wrap .sm_mob {display: none;}
.sitemap_wrap .sm_pc {display: table;}
.sitemap_wrap .sm_tb {border-top: 2px solid #999; border-bottom: 1px solid #ddd; width: 100%;}
.sitemap_wrap .sm_tb th {font-size: 20px; padding: 20px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.sitemap_wrap .sm_tb th a {color: #222;}
.sitemap_wrap .sm_tb th:first-child {border-left: 0;}
.sitemap_wrap .sm_tb td {padding: 20px; font-size: 18px; border-left: 1px solid #ddd; vertical-align : top;}
.sitemap_wrap .sm_tb td:first-child {border-left: 0;}																																																	  
.sitemap_wrap .sm_tb td a {color:#222;}
.sitemap_wrap .sm_tb td .list_all:not(:last-child) {margin-bottom: 15px;}
.sitemap_wrap .sm_tb td ul.dot_li_s {}
.sitemap_wrap .sm_tb td ul.dot_li_s li:not(:last-child) {margin-bottom: 15px;}
.sitemap_wrap .sm_tb td ul.dot_li_s li {font-size: 18px; position: relative; padding-left: 14px; font-weight: 500;}
.sitemap_wrap .sm_tb td ul.dot_li_s li:before {position: absolute; content:''; width: 4px; height: 4px; border-radius: 50%; left: 0; top: 12px; background:#999;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 {margin-top: 5px;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 li:not(:first-child) {margin-top: 5px;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 li {font-size: 15px; padding-left: 14px;}
.sitemap_wrap .sm_tb td ul.dot_li_s2 li a {color:#555;}


.search_list_wrap .tab_wrap{font-size: 0; text-align: left; border-top:2px solid #17438c;}
.search_list_wrap .tab_wrap li{display: inline-block; font-size: 15px; font-weight: 400; line-height: 60px; color: #222222; width: 16.66%; height: 60px; border:1px solid #dddddd; border-width:0 0 1px 1px; cursor:pointer; vertical-align:top; text-align:center;}
.search_list_wrap .tab_wrap li:first-child{border-right: 1px solid #dddddd;}
.search_list_wrap .tab_wrap li:nth-child(6n){border-right: 1px solid #dddddd;}
.search_list_wrap .tab_wrap li:last-child{width:calc(16.6% + 1px); border-right: 1px solid #dddddd;}
.search_list_wrap .tab_wrap li:hover{display: inline-block; font-size: 15px; font-weight: 400; line-height: 60px; color: #fff; width: 16.66%; height: 60px; background: #17438c; border:1px solid #17438c; }
.search_list_wrap .tab_wrap li.on{display: inline-block; font-size: 15px; font-weight: 400; line-height: 60px; color: #fff; width: 16.66%; height: 60px; background: #17438c; border:1px solid #17438c; }
.search_list_wrap .tab_wrap .tab_con{min-height: 400px; padding-top: 40px;}


/* sub공통 */
h4.h4_tit {font-size: 30px; color: #222; font-weight: 700; margin-bottom: 0px; position: relative; padding-left: 30px;}
h4.h4_tit:before {position: absolute; content: ''; width: 23px; height: 23px; background: url(/images/sub/h4_tit.png); background-repeat: no-repeat; top: 50%;transform: translateY(-50%); left: 0;}


/* sub0101 */
.sub0101_wrap{padding:10px; line-height:30px;}
.sub0101_wrap img{border-radius:5px;}
.sub0101_wrap .con1{display:flex; flex-direction:row; gap:100px; align-items:center;}
.sub0101_wrap .con2{display:flex; flex-direction:row; gap:100px; align-items:center; margin-top:50px;}
.sub0101_wrap .con .txt_box .p_tit {font-size:30px;margin-bottom:50px;color:#0a0f39;font-weight:700;}
.sub0101_wrap .con .p_wrap {font-size:18px; word-break:keep-all;}
.sub0101_wrap .con .p_wrap p{margin-bottom:5px; line-height:30px;}
.sub0101_wrap .con .p_sign p{font-size:18px; margin:30px 0px;}
.sub0101_wrap .con .p_sign strong{font-size:20px;}


/* sub0102 */
.sub0102_wrap{word-break:keep-all;}
.sub0102_wrap .mob_tb01{display: none;}
.sub0102_wrap .txt01{margin-top:100px; margin-bottom:50px; font-size:36px; color:#222;}
.sub0102_wrap .con1 .long{border:1px solid red;}
.sub0102_wrap .con1 td{font-size:20px; padding:20px; border:1px solid #0a0f39;}
.sub0102_wrap .con1 .title{font-weight:light; background:#0a0f39; color:#fff; border-bottom:1px solid #fff; text-align:center; /* letter-spacing:5px; */}

.sub0102_wrap .con2{padding-top:100px;}
.sub0102_wrap .con2 h4{width:260px; font-size:27px; color:#222; margin: 50px 0px 0px; background:#0a0f39; color:#fff; padding:10px 30px; margin-left:20px;}
.sub0102_wrap .con2 tbody{text-align:center;}
.sub0102_wrap .con2 tr:first-child{background:#0a0f39; color:#fff;}
.sub0102_wrap .con2 tr:first-child td{color:#fff; border:1px solid #fff;}
.sub0102_wrap .con2 td{font-size:20px; border:1px solid #0a0f39; padding:20px;}
.sub0102_wrap .con2 > div{margin-top:100px;}

.sub0102_wrap .con0202 ul{border:2px solid #0a0f39; border-radius:20px; font-size:18px; color:#222; display:flex; flex-wrap:wrap;}
.sub0102_wrap .con0202 li{padding:50px;} 


/* .sub0103 */
.sub0103_wrap .his_wrap {position: relative;}
.sub0103_wrap .his_wrap::before {content: ''; width: 1px; height: 100%; background: #ddd; position: absolute; left: 50%; top: 0;}
.sub0103_wrap .his_wrap h3 {color: #003668; font-size: 32px; position: relative; line-height: 1; margin: 40px 0 30px;}
.sub0103_wrap .his_wrap li {margin-bottom: 40px; position: relative; word-break: keep-all; font-size: 18px;}
.sub0103_wrap .his_wrap li p.p_tit {font-size: 18px; margin-bottom: 5px; font-weight: 600;}
.sub0103_wrap .his_wrap li p.p_con {font-size: 17px;}
.sub0103_wrap .his_wrap li .txt_wrap {width: 100%; display: block; margin-top: 10px;}
.sub0103_wrap .his_wrap li:last-child {margin-bottom: 0;}
.sub0103_wrap .his_right {padding-left: 50%; }
.sub0103_wrap .his_right h3 {padding-left: 60px;}
.sub0103_wrap .his_right h3::before {width: 18px; height: 18px; background: #fff; border: 5px solid #003668; position: absolute; left: -8px; top: 9px; content: ''; border-radius: 50%;}
.sub0103_wrap .his_right ul {padding-left: 60px;}
/* .sub0103_wrap .his_right li {padding-left: 65px;} */
.sub0103_wrap .his_right li span::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #003668; position: absolute; left: 0; top: 12px;}
.sub0103_wrap .his_right span {display: block; font-size: 18px; color: #003668; position:relative; font-weight: 600; width: 100%; padding-left: 12px;}
.sub0103_wrap .his_left {padding-right: 50%; text-align: right;}
.sub0103_wrap .his_left h3 {padding-right: 60px;}
.sub0103_wrap .his_left h3::before {width: 18px; height: 18px; background: #fff; border: 5px solid #003668; position: absolute; right: -10px;  top: 9px; content: ''; border-radius: 50%;}
.sub0103_wrap .his_left ul {padding-right: 60px;}
/* .sub0103_wrap .his_left li {padding-right: 65px;} */
.sub0103_wrap .his_left li span::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #003668; position: absolute; right: 0; top: 12px;}
.sub0103_wrap .his_left span {display: block; font-size: 18px; color: #003668; position:relative; font-weight: 600; width: 100%; padding-right: 12px;}

/* sub0105 */
.sub0105_wrap .info_wrap {display: flex; gap:200px; margin-top: 30px;}
.sub0105_wrap .info_wrap .left_wrap {width: 40%;}
.sub0105_wrap .info_wrap .left_wrap strong {font-size: 28px; display: block; color: #0a0f39; margin-bottom: 20px;}
.sub0105_wrap .info_wrap .left_wrap strong span {color: #666;}
.sub0105_wrap .info_wrap .right_wrap {width: 60%;}
.sub0105_wrap .info_wrap ul.right_wrap {padding: 40px 20px; border-top: 1px solid #222; border-bottom: 1px solid #ddd;}
.sub0105_wrap .info_wrap ul.right_wrap li {margin-bottom: 20px;}
.sub0105_wrap .info_wrap ul.right_wrap li:last-child {margin-bottom: 0;}
.sub0105_wrap .info_wrap ul.right_wrap li p {font-size: 17px;}
.sub0105_wrap .info_wrap ul.right_wrap li p b {color: #222; font-size: 18px; display: inline-block; width: 60px;}



/* sub0201 */
.sub0201_wrap .sub_txt_wrap01 {border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 40px;}
.sub0201_wrap .sub_txt_wrap01 > p{font-size: 16px; color: #222; line-height: 1.8; word-break:keep-all;}
.sub0201_wrap .con2{margin-top:150px; display:flex; flex-direction:row;  align-items:center; gap:20px;}
.sub0201_wrap .con3 .txt_box{ width:100%; height:100px;  text-align:center; 
padding:15px;margin-top:50px; box-shadow: 2px 2px 20px rgb(9 38 70 / 12%); font-size:20px; color:#333; font-weight:700;}
.sub0201_wrap .con3{margin-top:100px;}
.sub0201_wrap .con3 tbody{border-top:1px solid #0a0f39; }
.sub0201_wrap .con3 tbody td{font-size:18px; padding:10px; font-weight:700; color:#333; }
.sub0201_wrap .con3 tbody td:first-of-type{text-align:center; background-color:#e6e7eb;}
.sub0201_wrap .con3 tbody .td_st1{padding-left:30px; font-weight:400; }
.sub0201_wrap .con3 tbody .td_st{text-align:center; background-color:#e6e7eb;}
.sub0201_wrap .con3 tbody tr{border-bottom:1px solid #ccc; }
.sub0201_wrap .con3 tbody td p{font-size:16px; color:#555;}


/* sub0201_2 */
.sub0201_2_wrap .sub_txt_wrap01 {border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 40px;}
.sub0201_2_wrap .sub_txt_wrap01 li{font-size: 18px; color: #222; line-height: 1.8; word-break:keep-all; list-style:square;}
.sub0201_2_wrap .con1 .box1{display:flex; gap:200px; align-items:center;}
.sub0201_2_wrap .sub_txt_wrap01 P{font-size: 22px; color: #111; line-height: 1.8; word-break:keep-all; font-weight:700;}
.sub0201_2_wrap .con2 {margin-top:100px;}
.sub0201_2_wrap .con3 {color:#444;box-shadow: 2px 2px 20px rgb(9 38 70 / 12%); margin-top:100px; padding:20px 40px;}
.sub0201_2_wrap .con3 h3{font-size:18px;}
.sub0201_2_wrap .con3 p b{font-size:16px; }
.sub0201_2_wrap .con3 ul li{font-size:16px;margin-bottom:10px; list-style:disc; margin-left:15px;}
.sub0201_2_wrap .con3 .txt_wrap p{font-size:16px;margin-bottom:10px;}

/* sub0201_3 */
.sub0201_3_wrap .sub_txt_wrap01 {border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 40px;}
.sub0201_3_wrap .sub_txt_wrap01 > p{font-size: 16px; color: #222; line-height: 1.8; word-break:keep-all;}
.sub0201_3_wrap .con2{display:flex; flex-direction:row; align-items:center; margin-top:100px;}

/* sub0301 */
.sub0301_wrap .sub_txt_wrap01 {border-top: 1px solid #0a0f39; background: rgba(75,160,255,0.1); padding: 30px 40px;}
.sub0301_wrap .sub_txt_wrap01 > p{font-size: 18px; color: #222; line-height: 1.8; word-break:keep-all;}
.sub0301_wrap .con1 span{font-size:22px; color:#555;}
.sub0301_wrap .con1 .img_wrap{margin-bottom:50px;}
.sub0301_wrap .con1 .sub_txt_wrap01 > p{font-size:16px;}
.sub0301_wrap .con1 .sub_txt_wrap02{display:flex; gap:20px; justify-content:flex-start;padding: 25px 20px; margin:50px 0; box-shadow: 2px 2px 20px rgb(9 38 70 / 12%);}        
.sub0301_wrap .con1 .sub_txt_wrap02 span {font-size:21px;font-weight:700; color:#222; padding-left:0px;}	
.sub0301_wrap .con1 .sub_txt_wrap02 .txt_wrap02  p {font-size:16px; line-height:1.7;}
.sub0301_wrap .con2{display:flex; gap:30px; flex-direction:column;}
.sub0301_wrap .con2 .sub_txt_wrap01 ul li{font-size:16px; list-style:disc; color:#222; margin-bottom:10px; padding-left:5px;}




