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

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

/* 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: 'Noto Sans KR'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

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

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

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


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

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

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


/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}


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

.center{text-align:center;}
.tab_img{display: none;}
.mob_img{display: none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1600px;}

.nav_btn{display: none;}
.navigation{display: none;}

/* main 공통 */
h3.h3_tit{font-size: 35px; color: #000; text-align: center; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
h3.h3_tit span{position: relative;}
h3.h3_tit span::after{content:''; position: absolute; top: 0; right: -16px; width: 12px; height: 12px; background: var(--co01); border-radius:50%;}


/* quick */
.quick_wrap{position: fixed; right: 50px; bottom: 80px; z-index: 9999;}
.quick_wrap ul{display: flex;flex-direction: column; align-items: flex-end; gap: 15px;}
.quick_wrap ul li a{display: flex; align-items: center; overflow: hidden; transition: all 0.4s ease; gap: 5px;}
.quick_wrap ul li a.on{background: var(--co01); padding-left:15px;}
.quick_wrap .icon_wrap{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: var(--co01); border-radius:50%; }
.quick_wrap ul li a p{display: none; white-space: nowrap; opacity: 0; transition: all 0.4s ease; font-size: 14px;color: #fff;}
.quick_wrap ul li a:hover {border-radius: 30px; justify-content: flex-start;}
.quick_wrap ul li a:hover p{opacity: 1;transform: translateX(0);display: block;}


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


/* gnb */
.gnb{display: flex; justify-content: space-between; width: 100%;}
.gnb .gnb_menu{display: flex;}
.gnb .gnb_menu li:nth-child(1) a{padding-left: 0;}
.gnb .menu_item > a{display: block; padding: 35px 2.0833vw;font-size: 18px; color: #fff; white-space:nowrap; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.gnb .all_menu {display: none; position: absolute; top: 100%;left: 0;background-color: #fff;color: #333;padding-block: 30px;width: 100vw;box-shadow: 0 4px 12px rgba(0,0,0,0.1);}
#header .gnb .all_menu .inner{max-width:840px; width: calc(100% - 100px); justify-content: flex-start; align-items: flex-start;}
#header .gnb .gnb_left .menu_item:nth-child(2) .all_menu .inner{max-width:570px;}
.gnb .menu_group {min-width: 165px;}
.gnb .menu_group em{font-size: 18px;font-weight: bold;margin-bottom: 12px;display: block;color: #222;}
.gnb .menu_group ul li {margin: 5px 0;}
.gnb .menu_group ul li a {color: #444;font-size: 16px;transition: all 0.2s; line-height: 1.6;}
.gnb .menu_group ul li a:hover {color: #0056b3;}
/* .gnb .menu_item:hover .all_menu{display: flex; gap:80px;} */
#header .gnb .gnb_right .all_menu .inner{max-width:950px; width: calc(100% - 100px); justify-content: flex-end; align-items: flex-start;}

@media screen and (max-width:1200px) {
	.gnb .menu_item > a{font-size: 1rem;}
	.gnb .menu_group em{font-size: 1rem;}
	.gnb .menu_group ul li a{font-size: 0.875rem;}
}

/* visual */
#visual_wrap{overflow: hidden;}
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); z-index: 50; width: calc(100% - 100px); max-width:1600px;}
#visual_wrap .txt_wrap h2{opacity: 0;transform: translateY(50px);transition: all 0.6s ease; font-size: 60px; color: #fff; line-height: 1.4; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#visual_wrap .txt_wrap h2 span{display: block;}
#visual_wrap .swiper-slide-active .txt_wrap h2 {opacity: 1;transform: translateY(0);transition-delay: 0.2s;}
#visual_wrap .slide-vid{position: relative;width: 100%;height: 100vh;overflow: hidden;}
#visual_wrap .video-iframe{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100vw;height: 56.25vw;min-width: 177.78vh;min-height: 100vh;pointer-events: none;}
#visual_wrap .video-iframe iframe{width: 100%;height: 100%;}

/* sec01 */
#sec01{position: relative; height: 750px; background: url('/images/main/main_sec01_bg.png')center no-repeat; background-size:cover;}
#sec01 .inner{height: 100%;}
#sec01 .main_tit{display: flex; justify-content: center; align-items: center; flex-direction: column; gap:10px; height: 100%; line-height: 1.4;}
#sec01 .main_tit h3{font-size: 45px; color: #000; text-align: center; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;} 
#sec01 .main_tit h3 span{display: block; font-size: 30px; font-weight: 500;}
#sec01 .main_tit p{font-size: 20px; color: #595959; font-weight: 500;}
#sec01 .logo_wrap{position: absolute; top: 0; right: 20%; width: 300px; height: 300px; background: url('/images/main/main_sec01_logo.png')center no-repeat; background-size:cover; animation: spinRight 10s linear infinite;}
@keyframes spinRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* sec02 */
#sec02{padding-top:110px; background: url('/images/main/main_sec02_bg.png')center no-repeat; background-size:cover;}
#sec02 h3{font-size: 50px; color: #fff; text-align: center; line-height: 1.4; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#sec02 h3 span{display: block; font-size: 30px; font-weight: 400;}
#sec02 h3 span em{font-size: 80px; font-weight: 600;}
#sec02 .pro_list{display: flex; margin-top: 110px;}
#sec02 .pro_list li{flex:1; display: flex; flex-direction: column; align-items: center; gap:30px; padding-block:45px 60px; color: #fff; border-right: 1px solid #fff;}
#sec02 .pro_list li:nth-child(1){border-left: 1px solid #fff;}
#sec02 .pro_list li img{width: 85px;}
#sec02 .pro_list li p{font-size: 30px;}
#sec02 .pro_list li strong{font-size: 70px;}


/* sec03 */
#sec03{padding-block:100px;}
#sec03 .item_list{margin-top: 60px; display: flex; flex-wrap: wrap; gap:30px;}
#sec03 .item_list li{flex:1 1 23%;}
#sec03 .item_list li a{position: relative; display: block; overflow: hidden; border-radius:20px;}
#sec03 .item_list li a:hover img{transform:scale(1.05); transition:.3s;}
#sec03 .item_list li a img{width: 100%; aspect-ratio:0.876 / 1; object-fit:cover; transition:.3s;}
#sec03 .item_list li a .overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 0%, #25499E 100%); border-radius:20px;}
#sec03 .item_list li a p{position: absolute; bottom: 25px; left: 25px; font-size: 26px; color: #fff; font-weight: 600;}


/* sec04 */
#sec04{padding-bottom: 190px;}
#sec04 .inner{display: flex; gap:40px;}
#sec04 .inner > div{flex:1;}
#sec04 h3{margin-bottom: 30px;}
#sec04 .more_btn{display: flex; justify-content: center; margin: 50px auto 0; width: 140px; font-size: 18px; color: var(--co01); border:1px solid var(--co01); border-radius:30px; padding-block:8px; transition: all 0.3s ease;}
#sec04 .more_btn:hover {background-color: var(--co01);color: #fff;transform: translateY(-3px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);}
#sec04 .news_wrap .news_top a{display: flex; align-items: center; gap:20px; padding:25px 30px; background: #F8F9FA; border-radius:20px;}
#sec04 .news_wrap .news_top .date_wrap{flex-shrink:0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:5px; width: 90px; aspect-ratio:1; background: var(--co01); border-radius:50%; color: #fff;}
#sec04 .news_wrap .news_top .date_wrap strong{font-size: 30px;}
#sec04 .news_wrap .news_top .date_wrap p{font-size: 14px;}
#sec04 .news_wrap .news_top .tit_wrap .tit{font-size: 16px; color: #111; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
#sec04 .news_wrap .news_top .tit_wrap .desc{margin-top: 10px; font-size: 16px; color: #444; line-height: 1.2; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
#sec04 .news_wrap .news_list{margin-top: 30px;}
#sec04 .news_wrap .news_list li a{display: flex; justify-content: space-between; align-items: center; padding-inline:30px;}
#sec04 .news_wrap .news_list li p{width: 70%; font-size: 16px; color: #000; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
#sec04 .news_wrap .news_list li span{font-size: 14px; color: #666;}
#sec04 .news_wrap .news_list li:not(:first-child){margin-top: 20px;}
#sec04 .qna_list{overflow: hidden;}
#sec04 .qna_list li{position: relative; display: flex; align-items: flex-start; gap:10px; border: 1px solid #ddd; border-radius: 20px; padding: 16px; background: #fff; cursor: pointer; transition: all 0.3s ease;}
#sec04 .qna_list li.active{border:1px solid var(--co01);}
#sec04 .qna_list li::after{content:''; position: absolute; right: 20px; top: 30px; width: 17px; height: 9px; background: url('/images/main/main_sec03_arw.png')center no-repeat; background-size:cover;}
#sec04 .qna_list li.active::after{transform:rotate(-180deg);}
#sec04 .qna_list li:not(:first-child){margin-top: 10px;}
#sec04 .qna_list .ques{display: flex; align-items: center; justify-content: center; width: 40px; flex-shrink: 0; font-size: 25px; font-weight: bold; color: white; background: var(--co01); border-radius: 50%; aspect-ratio: 1;}
#sec04 .qna_list .ans_wrap {display: flex; align-it0ems: flex-start; flex-direction: column;}
#sec04 .qna_list .ans_tit {margin-top: 10px; font-size: 18px; color: #222;font-weight: 600; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
#sec04 .qna_list .ans_txt {max-height: 0; opacity: 0;visibility: hidden; overflow: hidden; transition: all 0.3s ease; line-height: 1.4; font-size: 16px; color: #444;}
#sec04 .qna_list li.active .ans_txt {max-height: 300px; opacity: 1; visibility: visible; margin-top: 25px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}


/* footer */
#footer{padding-block:90px; background: #F5F5F5;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .info_wrap ul li{font-size: 16px; color: #333; line-height: 1.6;}
#footer .info_wrap .copy{margin-top: 15px; font-size: 14px; color: #666;}




#header.sub_header{position: relative; background: var(--co01);}


#sub_visual_wrap{padding-block:100px;}
#sub_visual_wrap .sub_nav{display: flex; justify-content: flex-end; gap:20px; margin-bottom:80px;}
#sub_visual_wrap .sub_nav li{position: relative; font-size: 14px; color: #222;}
#sub_visual_wrap .sub_nav li:not(:last-child)::after{content:''; position: absolute; right: -14px; top: 50%; transform:translateY(-50%); background: url('/images/sub/sub_nav_arw.png')center no-repeat; background-size:cover; width: 7px; height: 9px;}
#sub_visual_wrap h2{font-size: 62px; color: #222; text-align: center;}
#sub_visual_wrap h2 span{position: relative;}
#sub_visual_wrap h2 span::after{content:''; position: absolute; right: -25px; top: -10px; background: var(--co01); border-radius:50%; width: 20px; height: 20px;}


#sub_contents{padding-block:0 180px;}
#sub_contents.inner_none {padding-block:0;}
#sub_contents.inner_none > .inner{width: 100%; max-width:100%;}


/* sub0101 */
.sub0101_wrap h5 {color: #222;font-size: 35px;font-weight: 600; line-height:1.5; word-break:keep-all;}
.sub0101_wrap .box_wrap {display: flex; align-items: center; gap:110px;}
.sub0101_wrap .box_wrap .left_box p {color: #444;font-size: 18px;line-height: 31px; margin-top: 30px; word-break:keep-all;}
.sub0101_wrap .box {width:100%; border-radius: 10px;background: #F9F9F9; padding:30px; position: relative; margin-top: 50px; overflow:hidden;}
.sub0101_wrap .box:after {content:""; position: absolute; bottom:-60px; right:0; width:190px; height:190px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0101_wrap .box ul li {color: #444;font-size: 18px; line-height: 31px; position: relative; padding-left: 15px; margin-bottom: 15px;}
.sub0101_wrap .box ul li:last-child {margin-bottom: 0;}
.sub0101_wrap .box ul li:before {content:""; position: absolute; top:12px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}
.sub0101_wrap .box_wrap02 {margin-top: 100px;}
.sub0101_wrap strong {display: block;color: #222;font-size: 20px;font-weight: 500; margin-top: 30px;}
.sub0101_wrap .box_wrap02 .box {margin-top: 30px;}
.sub0101_wrap .box_wrap02 .box:after {width:170px; height:170px;}
.sub0101_wrap .box_wrap02 .box p {color: #444;font-size: 18px;font-weight: 500;line-height: 31px; word-break:keep-all;}

/* sub0102 */
.sub0102_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}

.sub0102_wrap .con01 ul {display: flex; justify-content: center; gap:50px;}
.sub0102_wrap .con01 ul li {display: flex; flex-direction: column; align-items: center; gap:20px; padding:28px 108px; border-radius: 20px;background: #F9F9F9; line-height:1.5;}
.sub0102_wrap .con01 ul li em {color: #222;text-align: center;font-size: 25px;font-weight: 600;line-height: 31px; word-break:keep-all;}
.sub0102_wrap .con01 ul li p {color: #444;text-align: center;font-size: 18px;font-weight: 500;line-height: 31px; word-break:keep-all;}

.sub0102_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0102_wrap .con02 img {width:100%;}
.sub0102_wrap .con02 span {display: block; color: #444;font-size: 18px; line-height: 24px; margin-bottom: 50px; word-break:keep-all;}

.sub0102_wrap .con03 {display: flex;margin-top: 150px;}
.sub0102_wrap .con03 table.tbl01 {width:100%;}
.sub0102_wrap .con03 table.tbl01 tr {border-bottom: 1px solid #CCC;}
.sub0102_wrap .con03 table.tbl01 tr:first-child {border-top: 2px solid #25499E;}
.sub0102_wrap .con03 table.tbl01 tr th, .sub0102_wrap .con03 table.tbl01 tr td {height:80px; }
.sub0102_wrap .con03 table.tbl01 tr th {border-right: 1px solid #CCC; background: #F8F9FA; color: #25499E;text-align: center;font-size: 20px;font-weight: 700;}
.sub0102_wrap .con03 table.tbl01 tr td  {color: #444; font-size: 18px; padding-left: 20px; word-break:keep-all;}

.sub0102_wrap .con04 {display: flex;margin-top: 150px;}
.sub0102_wrap .con04 .box_wrap ul {display: flex; flex-wrap: wrap; gap:15px;}
.sub0102_wrap .con04 .box_wrap ul li.arrow {display: flex; align-items: center; margin-top: -100px;}
.sub0102_wrap .con04 .box_wrap ul li .box {display: flex; flex-direction: column; align-items: center; gap:20px; width: 245px; padding:40px 0; border-radius: 15px;background: #F9F9F9; line-height:1.5;}
.sub0102_wrap .con04 .box_wrap ul li .box em {color: #25499E;text-align: center;font-size: 24px;font-weight: 600;}
.sub0102_wrap .con04 .box_wrap ul li .box strong {color: #222;font-size: 24px;font-weight: 600;}
.sub0102_wrap .con04 .box_wrap ul li .box p {color: #444;font-size: 18px;}
.sub0102_wrap .con04 .box_wrap ul li span {display: block;color: #444;font-size: 16px; line-height: 1.2; word-break:keep-all; text-align: center; margin-top: 15px;}

/* sub0103 */
.sub0103_wrap .con01 {display: flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height:450px; background: url('/images/sub/sub0103_img01.png'); background-size:cover; border-radius: 20px; padding:20px 15px; word-break:keep-all; line-height:1.5;}
.sub0103_wrap .con01 strong {color: #FFF;font-size: 40px; line-height: 50px; font-weight: 700; margin-bottom: 50px; text-align: center; word-break:keep-all;}
.sub0103_wrap .con01 em {color: #FFF;font-size: 24px;font-weight: 600;}
.sub0103_wrap .con01 p {color: #FFF;text-align: center;font-size: 20px;font-weight: 500;line-height: 34px; margin-top: 15px; word-break:keep-all;}

.sub0103_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}
.sub0103_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0103_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0103_wrap .con02 em {color: #25499E;font-size: 18px;font-weight: 500;}
.sub0103_wrap .con02 p {color: #444;font-size: 18px;line-height: 31px; margin-top: 20px; word-break:keep-all;}

.sub0103_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0103_wrap .con03 .box_wrap ul {display: flex; flex-wrap: wrap; gap:15px;}
.sub0103_wrap .con03 .box_wrap ul li.arrow {display: flex; align-items: center;}
.sub0103_wrap .con03 .box_wrap ul li .box {display: flex; flex-direction: column; align-items: center; gap:20px; width: 245px; padding:40px 0; border-radius: 15px;background: #F9F9F9; line-height:1.5;}
.sub0103_wrap .con03 .box_wrap ul li .box em {color: #25499E;text-align: center;font-size: 24px;font-weight: 600;}
.sub0103_wrap .con03 .box_wrap ul li .box strong {color: #222;font-size: 24px;font-weight: 600; text-align: center;}

.sub0103_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0103_wrap .con04 .box {display: flex; width:100%; padding:30px; border-radius: 10px;background: #F9F9F9; position: relative; overflow:hidden;}
.sub0103_wrap .con04 .box:after {content:""; position: absolute; bottom:-60px; right:-10px; width:200px; height:200px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0103_wrap .con04 .box ul:first-child {margin-right: 100px;}
.sub0103_wrap .con04 .box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px; word-break:keep-all;}
.sub0103_wrap .con04 .box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0104 */
.sub0104_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}

.sub0104_wrap .con01 {display: flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height:450px; background: url('/images/sub/sub0104_img01.png'); background-size:cover; border-radius: 20px; padding:20px 15px; word-break:keep-all; line-height:1.5;}
.sub0104_wrap .con01 strong {color: #FFF;font-size: 40px; line-height: 45px; font-weight: 700; text-align: center; margin-bottom: 50px;}
.sub0104_wrap .con01 em {color: #FFF;font-size: 24px;font-weight: 600;}
.sub0104_wrap .con01 p {color: #FFF;text-align: center;font-size: 20px;font-weight: 500;line-height: 34px; margin-top: 15px; word-break:keep-all;}

.sub0104_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0104_wrap .con02 .box_wrap ul {display: flex; flex-wrap: wrap; gap:15px;}
.sub0104_wrap .con02 .box_wrap ul li.arrow {display: flex; align-items: center;}
.sub0104_wrap .con02 .box_wrap ul li .box {display: flex; flex-direction: column; align-items: center; gap:20px; width: 245px; padding:40px 0; border-radius: 15px;background: #F9F9F9; line-height:1.5;}
.sub0104_wrap .con02 .box_wrap ul li .box em {color: #25499E;text-align: center;font-size: 24px;font-weight: 600;}
.sub0104_wrap .con02 .box_wrap ul li .box strong {color: #222;font-size: 24px;font-weight: 600; text-align: center;}

.sub0104_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0104_wrap .con03 .box {display: flex; width:100%; padding:30px; border-radius: 10px;background: #F9F9F9; position: relative; overflow:hidden;}
.sub0104_wrap .con03 .box:after {content:""; position: absolute; bottom:-60px; right:-10px; width:200px; height:200px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0104_wrap .con03 .box ul:first-child {margin-right: 100px;}
.sub0104_wrap .con03 .box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0104_wrap .con03 .box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0105 */
.sub0105_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600; line-height:1.5;}
.sub0105_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0105_wrap .con01 {display: flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height:450px; background: url('/images/sub/sub0105_img01.png'); background-size:cover; border-radius: 20px; padding:20px 15px; word-break:keep-all; line-height:1.5;} 
.sub0105_wrap .con01 strong {color: #FFF;font-size: 40px; line-height: 45px; font-weight: 700; text-align: center; margin-bottom: 50px;}
.sub0105_wrap .con01 em {color: #FFF;font-size: 24px;font-weight: 600;}
.sub0105_wrap .con01 p {color: #FFF;text-align: center;font-size: 20px;font-weight: 500;line-height: 34px; margin-top: 15px;}

.sub0105_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0105_wrap .con02 ul {display: flex; gap:50px;}
.sub0105_wrap .con02 ul li {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 550px; padding:30px; border-radius: 20px; background: #F8F9FA;}
.sub0105_wrap .con02 ul li em {color: #25499E;font-size: 22px;font-weight: 600;line-height: 31px;}
.sub0105_wrap .con02 ul li p {color: #444;text-align: center;font-size: 18px;line-height: 31px; margin-top: 30px;}

.sub0105_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0105_wrap .con03 img {width:100%;}

.sub0105_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0105_wrap .con04 .box_wrap ul {display: flex; flex-wrap: wrap; gap:15px;}
.sub0105_wrap .con04 .box_wrap ul li.arrow {display: flex; align-items: center;}
.sub0105_wrap .con04 .box_wrap ul li .box {display: flex; flex-direction: column; align-items: center; gap:20px; width: 245px; padding:40px 0; border-radius: 15px;background: #F9F9F9; line-height:1.5;}
.sub0105_wrap .con04 .box_wrap ul li .box em {color: #25499E;text-align: center;font-size: 24px;font-weight: 600;}
.sub0105_wrap .con04 .box_wrap ul li .box strong {color: #222;font-size: 24px;font-weight: 600; text-align: center;}

.sub0105_wrap .con05 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0105_wrap .con05 .box {display: flex; width:100%; padding:30px; border-radius: 10px;background: #F9F9F9; position: relative; overflow:hidden;}
.sub0105_wrap .con05 .box:after {content:""; position: absolute; bottom:-60px; right:-10px; width:200px; height:200px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0105_wrap .con05 .box ul:first-child {margin-right: 100px;}
.sub0105_wrap .con05 .box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0105_wrap .con05 .box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0106 */
.sub0106_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600; line-height:1.5;}
.sub0106_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0106_wrap .con01 {display: flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height:450px; background: url('/images/sub/sub0106_img01.png'); background-size:cover; border-radius: 20px; padding:20px 15px; word-break:keep-all; line-height:1.5;}
.sub0106_wrap .con01 strong {color: #FFF;font-size: 40px;font-weight: 700; text-align: center; margin-bottom: 50px;}
.sub0106_wrap .con01 em {color: #FFF;font-size: 24px;font-weight: 600;}
.sub0106_wrap .con01 p {color: #FFF;text-align: center;font-size: 20px;font-weight: 500;line-height: 34px; margin-top: 15px;}

.sub0106_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0106_wrap .con02 img {width:100%;}

.sub0106_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0106_wrap .con03 .box_wrap ul {display: flex; flex-wrap: wrap; gap:15px;}
.sub0106_wrap .con03 .box_wrap ul li.arrow {display: flex; align-items: center;}
.sub0106_wrap .con03 .box_wrap ul li .box {display: flex; flex-direction: column; align-items: center; gap:20px; width: 245px; padding:40px 0; border-radius: 15px;background: #F9F9F9; line-height:1.5;}
.sub0106_wrap .con03 .box_wrap ul li .box em {color: #25499E;text-align: center;font-size: 24px;font-weight: 600;}
.sub0106_wrap .con03 .box_wrap ul li .box strong {color: #222;font-size: 24px;font-weight: 600; text-align: center;}

.sub0106_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0106_wrap .con04 .box {display: flex; width:100%; padding:30px; border-radius: 10px;background: #F9F9F9; position: relative; overflow:hidden;}
.sub0106_wrap .con04 .box:after {content:""; position: absolute; bottom:-60px; right:-10px; width:200px; height:200px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0106_wrap .con04 .box ul {margin-right: 30px;}
.sub0106_wrap .con04 .box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px; word-break:keep-all;}
.sub0106_wrap .con04 .box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0107 */
.sub0107_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}
.sub0107_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0107_wrap .con01 {display: flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height:450px; background: url('/images/sub/sub0107_img01.png'); background-size:cover; border-radius: 20px; padding:20px 15px; word-break:keep-all; line-height:1.5;}
.sub0107_wrap .con01 strong {color: #FFF;font-size: 40px;font-weight: 700; text-align: center; margin-bottom: 50px; word-break:keep-all;}
.sub0107_wrap .con01 em {color: #FFF;font-size: 24px;font-weight: 600;}
.sub0107_wrap .con01 p {color: #FFF;text-align: center;font-size: 20px;font-weight: 500;line-height: 34px; margin-top: 15px;}

.sub0107_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0107_wrap .con02 .box:nth-child(2) {margin-top: 30px;}
.sub0107_wrap .con02 em {color: #25499E;font-size: 20px;font-weight: 600;}
.sub0107_wrap .con02 p {color: #444;font-size: 18px;line-height: 31px; margin-top: 15px;}
.sub0107_wrap .con02 ul {margin-top: 15px;}
.sub0107_wrap .con02 ul li {color: #444;font-size: 18px;line-height: 31px; position: relative; padding-left: 15px;}
.sub0107_wrap .con02 ul li:before {content:""; position: absolute; top:13px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

.sub0107_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0107_wrap .con03 table.tbl01 {width:100%;}
.sub0107_wrap .con03 table.tbl01:nth-child(2) {margin-top: 50px;}
.sub0107_wrap .con03 table.tbl01 tr {border-bottom: 1px solid #CCC;}
.sub0107_wrap .con03 table.tbl01 tr:first-child {border-top: 2px solid #25499E;}
.sub0107_wrap .con03 table.tbl01 tr th, .sub0102_wrap .con03 table.tbl01 tr td {height:80px; }
.sub0107_wrap .con03 table.tbl01 tr th {border-right: 1px solid #CCC; background: #F8F9FA; color: #25499E;text-align: center;font-size: 20px;font-weight: 700;}
.sub0107_wrap .con03 table.tbl01 tr td  {color: #444; font-size: 18px; padding-left: 20px; word-break:keep-all;}

.sub0107_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0107_wrap .con04 .box_wrap ul {display: flex; flex-wrap: wrap; gap:20px;}
.sub0107_wrap .con04 .box_wrap ul li.arrow {display: flex; align-items: center;}
.sub0107_wrap .con04 .box_wrap ul li .box {display: flex; flex-direction: column; align-items: center; gap:20px; width: 245px; padding:40px 0; border-radius: 15px;background: #F9F9F9; line-height:1.5;}
.sub0107_wrap .con04 .box_wrap ul li .box em {color: #25499E;text-align: center;font-size: 24px;font-weight: 600;}
.sub0107_wrap .con04 .box_wrap ul li .box strong {color: #222;font-size: 24px;font-weight: 600; text-align: center;}

.sub0107_wrap .con05 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0107_wrap .con05 .box {display: flex; width:100%; padding:30px; border-radius: 10px;background: #F9F9F9; position: relative; overflow:hidden;}
.sub0107_wrap .con05 .box:after {content:""; position: absolute; bottom:-60px; right:-10px; width:200px; height:200px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0107_wrap .con05 .box ul {margin-right: 90px;}
.sub0107_wrap .con05 .box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0107_wrap .con05 .box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0108 */
.sub0108_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}
.sub0108_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0108_wrap .con01 {display: flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height:450px; background: url('/images/sub/sub0107_img01.png');  background-size:cover; border-radius: 20px; padding:20px 15px; word-break:keep-all; line-height:1.5;}
.sub0108_wrap .con01 strong {color: #FFF;font-size: 40px;font-weight: 700; margin-bottom: 50px;}
.sub0108_wrap .con01 em {color: #FFF;font-size: 24px;font-weight: 600;}
.sub0108_wrap .con01 p {color: #FFF;text-align: center;font-size: 20px;font-weight: 500;line-height: 34px; margin-top: 15px;}

.sub0108_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0108_wrap .con02 img{width:100%;}
.sub0108_wrap .con02 img:nth-child(2) {margin-top: 50px;}

.sub0108_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0108_wrap .con03 .box_wrap ul {display: flex; flex-wrap: wrap; gap:20px;}
.sub0108_wrap .con03 .box_wrap ul li.arrow {display: flex; align-items: center;}
.sub0108_wrap .con03 .box_wrap ul li .box {display: flex; flex-direction: column; align-items: center; gap:20px; width: 245px; padding:40px 0; border-radius: 15px;background: #F9F9F9; line-height:1.5;}
.sub0108_wrap .con03 .box_wrap ul li .box em {color: #25499E;text-align: center;font-size: 24px;font-weight: 600;}
.sub0108_wrap .con03 .box_wrap ul li .box strong {color: #222;font-size: 24px;font-weight: 600; text-align: center;}

.sub0108_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0108_wrap .con04 .box {display: flex; width:100%; padding:30px; border-radius: 10px;background: #F9F9F9; position: relative; overflow:hidden;}
.sub0108_wrap .con04 .box:after {content:""; position: absolute; bottom:-60px; right:-10px; width:200px; height:200px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0108_wrap .con04 .box ul {margin-right: 90px;}
.sub0108_wrap .con04 .box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0108_wrap .con04 .box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0201 */
.sub0201_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}
.sub0201_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0201_wrap .con01 {display: flex; align-items: center; gap:280px; width:100%; padding:30px 40px; border-radius: 20px;background: #F8F9FA;}
.sub0201_wrap .con01 strong {color: #25499E;text-align: center;font-size: 45px;font-weight: 600;line-height: 31px;}

.sub0201_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0201_wrap .con02 p {color: #444;font-size: 18px;line-height: 31px; word-break:keep-all;}

.sub0201_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0201_wrap .con03 p {color: #444;font-size: 18px;line-height: 31px;}
.sub0201_wrap .con03 .box {margin-top: 20px;}
.sub0201_wrap .con03 ul {margin-right: 80px; display: grid; grid-template-columns: repeat(4, 1fr);     gap: 0 20px; }
.sub0201_wrap .con03 ul:last-child {margin-right: 0;}
.sub0201_wrap .con03 ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0201_wrap .con03 ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}
.sub0201_wrap .con03 ul li:last-child {grid-column: -1 / 3;}

.sub0201_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0201_wrap .con04 .box {display: flex; width:100%; padding:30px; border-radius: 10px;background: #F9F9F9; position: relative; overflow:hidden;}
.sub0201_wrap .con04 .box:after {content:""; position: absolute; bottom:-60px; right:-10px; width:200px; height:200px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0201_wrap .con04 .box ul {margin-right: 90px;}
.sub0201_wrap .con04 .box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0201_wrap .con04 .box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0202 */
.sub0202_wrap .con01{display: flex; flex-direction: column; justify-content: center; align-items: center; gap:20px; width: 100%;padding: 30px 40px;border-radius: 20px;background: #F8F9FA;}
.sub0202_wrap .con01 strong {color: #25499E;text-align: center;font-size: 35px;font-weight: 800;line-height: 1.3;}
.sub0202_wrap .con01 span {color: #444;text-align: center;font-size: 25px;font-weight: 600;line-height: 1.3;}
.sub0202_wrap .con02{margin-top: 100px; display: flex; flex-direction: column; gap:30px;}
.sub0202_wrap .con02 p{color: #444;font-size: 18px;line-height: 1.5;word-break: keep-all; font-weight: 400;}
.sub0202_wrap .con02 ul {margin-top: 20px;background:#eef2fb; padding:20px 30px; border-radius:20px; }
.sub0202_wrap .con02 ul li{padding-left: 15px; color: #444;font-size: 18px;line-height:2;word-break: keep-all; position: relative; font-weight: 600;}
.sub0202_wrap .con02 ul li:before {content: "";position: absolute;top: 12px;left: 0;width: 6px;height: 6px;border-radius: 50%;background: #25499e;}
.sub0202_wrap .con03{margin-top: 100px;}

/* sub0301 */
.sub0301_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}
.sub0301_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0301_wrap .con01 {display: flex; align-items: center; gap:240px; width:100%; padding:30px 40px; border-radius: 20px;background: #F8F9FA;}
.sub0301_wrap .con01 strong {color: #25499E;text-align: center;font-size: 45px;font-weight: 600;line-height:1.5; word-break:keep-all;}

.sub0301_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0301_wrap .con02 p {color: #444;font-size: 18px;line-height: 31px; word-break:keep-all;}

.sub0301_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0301_wrap .con03 .box_wrap ul {display: flex; flex-wrap: wrap; justify-content: center; gap:30px;}
.sub0301_wrap .con03 .box_wrap ul li {display: flex;flex-direction: column; justify-content: center; align-items: center;width: 265px;height: 265px; border-radius: 50%;border: 2px solid #DDD;}
.sub0301_wrap .con03 .box_wrap ul li img {margin-bottom: 30px;}
.sub0301_wrap .con03 .box_wrap ul li p {color: #444;text-align: center;font-size: 22px;font-weight: 500;line-height: 31px;}
.sub0301_wrap .con03 .box_wrap ul li span {color: rgba(0, 109, 180, 0.50);text-align: center;font-size: 16px;font-weight: 500;line-height: 16px;}

.sub0301_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0301_wrap .con04 .txt_box {display: flex;}
.sub0301_wrap .con04 .txt_box ul {margin-right: 140px;}
.sub0301_wrap .con04 .txt_box ul:last-child {margin-right: 0;}
.sub0301_wrap .con04 .txt_box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0301_wrap .con04 .txt_box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0302 */
.sub0302_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}
.sub0302_wrap h5 span {display:block; color: #222;font-size: 25px;font-weight: 600;}

.sub0302_wrap .con01 {display: flex; align-items: center; gap:225px; width:100%; padding:30px 40px; border-radius: 20px;background: #F8F9FA;}
.sub0302_wrap .con01 strong {color: #25499E;text-align: center;font-size: 45px;font-weight: 600;line-height: 1.5; word-break:keep-all;}

.sub0302_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0302_wrap .con02 p {color: #444;font-size: 18px;line-height: 31px; word-break:keep-all;}

.sub0302_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0302_wrap .con03 p {color: #444;font-size: 18px;line-height: 31px; word-break:keep-all;}

.sub0302_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0302_wrap .con04 .txt_box {display: flex;}
.sub0302_wrap .con04 .txt_box ul {flex: 1 0 0; margin-right: 110px;}
.sub0302_wrap .con04 .txt_box ul:last-child {margin-right: 0;}
.sub0302_wrap .con04 .txt_box ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0302_wrap .con04 .txt_box ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0303 */
.sub0303_wrap h5 {width:450px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 600;}

.sub0303_wrap .con01 {display: flex; align-items: center; gap:210px; width:100%; padding:30px 40px; border-radius: 20px;background: #F8F9FA;}
.sub0303_wrap .con01 strong {word-break:keep-all; color: #25499E;text-align: center;font-size: 45px;font-weight: 600;line-height:1.5;}
.sub0303_wrap .con01 strong span { display: block;color: #25499E;font-size: 30px;font-weight: 600;}

.sub0303_wrap .con02 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0303_wrap .con02 p {color: #444;font-size: 18px;line-height: 1.5; word-break:keep-all;}

.sub0303_wrap .con03 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0303_wrap .con03 .box_wrap ul {display: grid; grid-template-columns: repeat(4, 1fr);  gap:30px; }
.sub0303_wrap .con03 .box_wrap ul li {display: flex; flex-direction: column; align-items: center; gap:10px; } 
.sub0303_wrap .con03 .box_wrap ul li .top_box {display: flex;align-items: center; justify-content: center;width: 100%; padding:15px 10px; border-radius: 10px; background: linear-gradient(270deg, rgba(0, 109, 180, 0.50) 0%, #25499E 100%);}
.sub0303_wrap .con03 .box_wrap ul li .top_box strong {color: #FFF;font-size: 20px;font-weight:500; text-align: center; line-height:1.5; word-break:keep-all; letter-spacing:-0.04rem;}
.sub0303_wrap .con03 .box_wrap ul li .top_box strong span {font-size:24px; font-weight: 500; margin-right: 10px;}
.sub0303_wrap .con03 .box_wrap ul li .bot_box {flex: 1 0 0; width: 100%; padding:20px; border-radius: 10px;border: 2px solid #DDD; }
.sub0303_wrap .con03 .box_wrap ul li .bot_box p {display:flex; gap:10px; color: #444;font-size: 18px;font-weight: 500;line-height: 30px; word-break:keep-all;}
.sub0303_wrap .con03 .box_wrap ul li .bot_box p span{display:block; flex-basis:40px; flex-shrink:0;}

.sub0303_wrap .con04 {display: flex; margin-top: 150px; line-height:1.5;}
.sub0303_wrap .con04 ul li {color: #444;font-size: 18px;line-height: 41px; position: relative; padding-left: 15px;}
.sub0303_wrap .con04 ul li:before {content:""; position: absolute; top:18px; left:0; width: 6px;height: 6px; border-radius:50%; background: #25499e;}

/* sub0501 */
.sub0501_wrap .con01 {width: 100%; height: 640px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: url('/images/sub/sub0501_img01.png') no-repeat center; margin-bottom: 100px; padding:20px; word-break:keep-all;}
.sub0501_wrap .con01 strong {display:block; color: #FFF;font-size: 35px;font-weight: 700;line-height: 80px; text-align: center; margin-bottom: 30px;}
.sub0501_wrap .con01 p {color: #FFF;text-align: center;font-size: 20px;line-height: 30px; margin-bottom: 20px;}
.sub0501_wrap .con01 p:last-child {margin-bottom: 0;}

.sub0501_wrap .box_wrap {background: #F9F9F9; padding:100px 0;}
.sub0501_wrap .con02 h5 {color: #222;font-size: 40px;font-weight: 700;line-height: 40px; margin-bottom: 30px;}
.sub0501_wrap .con02 .grid_wrap {display:flex; flex-direction: row; flex-wrap: wrap; gap:50px;}
.sub0501_wrap .con02 .grid_wrap .grid_box {display:flex; flex-direction:column; align-items: center; justify-content: center; padding:20px; width:calc((100% - 150px) / 4); min-height: 360px; display:flex; flex-direction: column; align-items: center; gap:50px; border-radius: 20px;background: #FFF;box-shadow: 2px 4px 5.8px 3px rgba(0, 0, 0, 0.05);}
.sub0501_wrap .con02 .grid_wrap .grid_box p {color: #222;text-align: center;font-size: 20px;font-weight: 500;line-height: 30px;}

.sub0501_wrap .con03 {margin-top: 100px;}
.sub0501_wrap .con03 h5 {color: #222;font-size: 40px;font-weight: 700;line-height: 40px; text-align: right; margin-bottom: 30px;}
.sub0501_wrap .con03 .grid_wrap {display:flex; flex-direction: row; flex-wrap: wrap; gap:50px;}
.sub0501_wrap .con03 .grid_wrap .grid_box {display:flex; flex-direction:column; align-items: center; justify-content: center; padding:20px; width:calc((100% - 150px) / 4); min-height: 360px; display:flex; flex-direction: column; align-items: center; gap:50px; border-radius: 20px;background: #FFF;box-shadow: 2px 4px 5.8px 3px rgba(0, 0, 0, 0.05);}
.sub0501_wrap .con03 .grid_wrap .grid_box p {color: #222;text-align: center;font-size: 20px;font-weight: 500;line-height: 30px;}

.sub0501_wrap .con04 {display: flex; align-items: center; width:100%; height:400px; background: #25499E; position: relative;}
.sub0501_wrap .con04:after {content:""; position: absolute; bottom:0; right:0; width: 345px; height: 272px; background: url('/images/sub/sub0501_img02.png') no-repeat;}
.sub0501_wrap .con04 strong {display:block; color: #FFF;font-size: 45px;font-weight: 600;line-height: 70px; margin-top: 20px;}

/* sub0502 */
.sub0502_wrap .con01 {margin-bottom: 140px;}
.sub0502_wrap h5 {color: #CCC;font-size: 64px;font-weight: 700;line-height: 80px; margin-bottom: 30px;}
.sub0502_wrap .box_wrap {display: flex; gap:110px;}
.sub0502_wrap .box_wrap .left_box span {display:block; color: #444;font-size: 16px;line-height: 30px; margin-top: 10px;}
.sub0502_wrap .box_wrap ul.history_wrap {display:flex; flex-direction: column; position: relative; max-height: 750px; overflow-y: auto; scroll-behavior: smooth; }
.sub0502_wrap .box_wrap ul.history_wrap li {display: flex; gap:180px; margin-bottom: 40px; position: relative;} 
.sub0502_wrap .box_wrap ul.history_wrap li strong {font-size: 35px; font-weight: 700; color:#000; flex-shrink:0; position: relative;}
.sub0502_wrap .box_wrap ul.history_wrap li strong.color_b {color: #25499E; position: relative;}
.sub0502_wrap .box_wrap ul.history_wrap li:nth-of-type(1) strong::before {content:""; position: absolute; top:11px; left:176px; width: 10px;height: 10px; background: #25499e; border-radius:50%; z-index: 1;}
.sub0502_wrap .box_wrap ul.history_wrap li:nth-of-type(1) strong::after {content:""; position: absolute; left:165px; width: 32px;height: 32px; background: #fff; border-radius:50%; border:5px solid #25499e; }
.sub0502_wrap .box_wrap ul.history_wrap li strong:before {content:""; position: absolute; top:11px; left:176px; width: 10px;height: 10px; background: #000; border-radius:50%; z-index: 1;}
.sub0502_wrap .box_wrap ul.history_wrap li strong.color_b:before {content:""; position: absolute; top:11px; left:176px; width: 10px;height: 10px; background: #25499e; border-radius:50%; z-index: 1;}
.sub0502_wrap .box_wrap ul.history_wrap li p {color: #444; font-size: 23px; line-height: 1.5;}
.sub0502_wrap .box_wrap ul.history_wrap span.line {position: absolute; left: 180px; width: 2px;height: 800px; background: #ddd;}
.history_wrap {
  -ms-overflow-style: none;  /* IE, Edge */
  scrollbar-width: none;     /* Firefox */
}
.history_wrap::-webkit-scrollbar {
  display: none;             /* Chrome, Safari */
}
.sub0502_wrap .con02 {display: flex; width:100%; height:850px; background: url('/images/sub/sub0502_img02.png');}
.sub0502_wrap .con02 .inner {display:flex; flex-direction: column; align-items: center; justify-content: center;}
.sub0502_wrap .con02 strong {color: #FFF;font-size: 55px;font-weight: 700;line-height: 80px;}
.sub0502_wrap .con02 p {color: #FFF;text-align: center;font-size: 25px;line-height: 40px; margin-bottom: 15px; margin-top: 30px;}
.sub0502_wrap .con02 p:last-child {margin-bottom: 0;}
.sub0502_wrap .con02 ul {display:flex; flex-wrap: wrap; align-items: center; justify-content: center; gap:30px 80px; margin-top: 50px;}
.sub0502_wrap .con02 ul li {display:flex; align-items: flex-start; gap:15px; padding: 30px 50px; border-radius: 15px;background: rgba(255, 255, 255, 0.30);}
.sub0502_wrap .con02 ul li:hover {background: #25499E; transition: all 0.2s ease-in;}
.sub0502_wrap .con02 ul li em {display:block; color: #FFF;font-size: 26px;font-weight: 600;line-height: 36px;}
.sub0502_wrap .con02 ul li span {display:block; color: #FFF;font-size: 26px;line-height: 36px;}

/* sub0503 */
.sub0503_wrap .con {display:flex; margin-bottom: 100px;}
.sub0503_wrap .con:last-child {margin-bottom: 0;}
.sub0503_wrap h5 {width:400px; flex-shrink:0; color: #222;font-size: 35px;font-weight: 700;}
.sub0503_wrap .box_wrap ul {display: flex; flex-wrap: wrap; gap:30px;}
.sub0503_wrap .box_wrap ul li {display:flex; align-items: center; justify-content: center; width:270px; height: 60px; border-radius: 5px;background: #FFF;box-shadow: 4px 4px 6.3px 3px rgba(0, 0, 0, 0.10); color: #444;font-size: 22px;font-weight: 600;line-height: 40px;}

/* sub0504 */
.sub0504_wrap .root_daum_roughmap {width:100%; border-radius: 20px;}
.sub0504_wrap .root_daum_roughmap .wrap_map {height:450px;}
.sub0504_wrap .root_daum_roughmap .cont {display:none;}
.sub0504_wrap .info_box {margin-top: 40px;}
.sub0504_wrap .info_box ul {display: flex; justify-content: center; gap:120px;}
.sub0504_wrap .info_box ul li {display: flex; align-items: center; gap:30px;}
.sub0504_wrap .info_box ul li span {color: #222;font-size: 20px;font-weight: 500;line-height: 14px; line-height:1.5;}




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

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