/* 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: 'SUIT';
  font-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 300;
  src: url(/font/SUIT-Light.otf) format('opentype');
  src: url(/font/SUIT-Light.otf) format('opentype'),
       url(/font/SUIT-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 400;
  src: url(/font/SUIT-Regular.otf) format('opentype');
  src: url(/font/SUIT-Regular.otf) format('opentype'),
       url(/font/SUIT-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 500;
  src: url(/font/SUIT-Medium.otf) format('opentype');
  src: url(/font/SUIT-Medium.otf) format('opentype'),
       url(/font/SUIT-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 600;
  src: url(/font/SUIT-SemiBold.otf) format('opentype');
  src: url(/font/SUIT-SemiBold.otf) format('opentype'),
       url(/font/SUIT-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 700;
  src: url(/font/SUIT-Bold.otf) format('opentype');
  src: url(/font/SUIT-Bold.otf) format('opentype'),
       url(/font/SUIT-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 900;
  src: url(/font/SUIT-ExtraBold.otf) format('opentype');
  src: url(/font/SUIT-ExtraBold.otf) format('opentype'),
       url(/font/SUIT-ExtraBold.ttf) format('truetype');
}
@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: 'SUIT'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

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

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

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


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

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

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


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


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

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1400px;  margin: 0 auto; overflow: hidden;}
.no_inner{width:100%;}
.inner{width: 1200px; margin: 0 auto; max-width:100%;}

/* header */
#header{width: 100%;height: 90px;border-bottom: 1px solid #ddd;}
#header .inner{position: relative;display: flex; justify-content:space-between;align-items:center;height: 100%;}
#header .inner .contact_btn{position: absolute; right: 0;}
#header h1	a{display: block;background: url(/images/main/main_logo_pc.png)center no-repeat; background-size: cover; width: 73px; height: 57px;} 
#header .lnb_wrap .gnb{display: flex;margin-right: 150px;}
#header .nav_btn{display: none;}
#header .lnb_wrap .gnb li span a{font-size: 16px; font-weight: 500; color: #222;padding: 36px 30px; transition:.3s}
#header .lnb_wrap .gnb li span a:hover{color: #001f5b;}
.gnb .lnb_menu {position: relative;}
.gnb .lnb_menu .lnb_sub{display: none;position: absolute; left: -17px; top:58px;z-index: 100;border-top:4px solid #001f5b;}
.gnb .lnb_menu .lnb_sub .sub_menu{padding: 5px 0; background: #fff;}
.gnb .lnb_menu .lnb_sub .sub_menu li{padding: 10px 0;width: 252px;text-align: center ;background: #fff;}
.gnb .lnb_menu .lnb_sub .sub_menu li a{color: #222; font-size: 16px;transition:.3s;font-weight: 500;}
.gnb .lnb_menu .lnb_sub .sub_menu li:hover a{color: #001f5b;}
#header .contact_btn{width: 120px; height: 40px; background: #001f5b;}
#header .contact_btn a{display: block; color: #fff; font-size: 16px; font-weight: 400; text-align: center; line-height: 40px;transition:.3s;}
#header .contact_btn a:hover{color: #001f5b; background: #fff; border:1px solid #001f5b}
.navigation { display:none;}

/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);text-align: center; width: 100%;}
#visual_wrap .txt_wrap::before{content:''; display: block;background: url(/images/main/visual_icon01_pc.png);width: 316px; height: 94px;background-size: cover; margin: 0 auto 50px;}
#visual_wrap .txt_wrap::after{content:''; display: block;background: url(/images/main/visual_icon02_pc.png);width: 316px; height: 94px;background-size: cover; margin: 55px auto 0;}
#visual_wrap .txt_wrap span{position: relative;display: block;font-size: 40px; color: #fff; font-weight: 700; letter-spacing:23px;margin-bottom: 50px;}
#visual_wrap .txt_wrap span::after{content:'';position: absolute; left: 50%;top: 86px;transform:translateX(-50%);display: block; width: 20px; height: 2px; background: rgba(255,255,255,.5); }
#visual_wrap .txt_wrap p{font-size: 25px; color: #fff; font-weight: 600;}
#visual_wrap .txt_wrap em{display: block;font-size: 17px; color: #fff; font-weight: 300; line-height: 32px; margin-top: 20px;}
#visual_wrap .txt_wrap em b{display: block;}
#visual_wrap .swiper-pagination-bullet{background: #fff;opacity: .5;}
#visual_wrap .swiper-pagination-bullet-active{background: #fff;opacity: 1;}
#visual_wrap .swiper-pagination{bottom: 30px;}

/* section01*/
#section01{padding: 90px 0;}
#section01 .top p{font-size: 25px; color: #001f5b; padding-bottom: 50px;}
#section01 .top p span{font-weight: 700;}
#section01 .select_box {; bottom: 0;display: block; width:100%; height:50px; background: rgba(255,255,255);}
#section01 .select_box .select {display: flex;gap:20px;width: 100%; height:100%;}
#section01 .select_box .select  li{width: 350px;height:100%; background:url("/images/main/sec01_bt_pc.png") center right 12px no-repeat; background-size: 11px 6px;border:1px solid #ddd;}
#section01 .select_box .select  li.on {background:url("/images/main/sec01_top_pc.png") center right 12px no-repeat;background-size: 11px 6px; }
#section01 .select_box .select  li  a {display:flex; align-items:center; position:relative;padding: 0 12px 0 12px; width: 100%; height:100%; font-size: 16px; color:#222; font-weight: 500; text-indent:0;}
#section01 .select_box .select  li  button {display:flex; align-items:center; position:relative;padding: 0 12px 0 12px; width: 100%; height:100%; font-size: 16px; color:#222; font-weight: 500; text-indent:0;}
#section01 .select_box .select  li  a::after{content:''; top: 50%; right: 0;transform:translateY(-50%);display: none; width: 1px; height: 26px;}
#section01 .select_box .select  li ul {display:none;position: relative; width:100%; background-color:#fff;z-index:100;padding: 20px 0;border:1px solid #ddd;}
#section01 .select_box .select  li ul li{margin-bottom: 18px;}
#section01 .select_box .select  li ul li:last-child{margin-bottom: 0px;}
#section01 .select_box .select  li ul li a {display:block;height: auto;font-size:16px; color:#555; line-height:17px; font-weight: 500;padding:0 12px;transition:.2s;}
#section01 .select_box .select  li ul li button{display:block;height: auto;font-size:16px; color:#555; line-height:17px; font-weight: 500;padding:0 12px;transition:.2s;}
#section01 .select_box .select  li ul li a:hover{color:#001f5b;}
#section01 .select_box .select  li ul li button:hover{color:#001f5b;}
#section01 .select_box .select  li ul li.on a{color:#001f5b;}
#section01 .select_box a.ex_btn{display: block;width: 200px;height: 50px; background: #001f5b;color: #fff; line-height: 50px;text-align: center; font-size: 16px; font-weight: 500;transition:.3s;}
#section01 .select_box a.ex_btn:hover{color: #001f5b; background: #fff; border:1px solid #001f5b}
#section01 .select_box button{display: block;width: 200px;height: 50px; background: #001f5b;color: #fff; line-height: 50px;text-align: center; font-size: 16px; font-weight: 500;transition:.3s;}

/* section02*/
#section02{background: url(/images/main/sec02_bg_pc.jpg)center no-repeat; height: 823px;padding-top: 90px;}
#section02 .tit h3{font-size: 40px; color: #001f5b; font-weight: 700;}
#section02 .tit p{font-size: 20px; color: #222; font-weight: 400; line-height: 38px;word-break:keep-all;margin-bottom: 80px;}
#section02 .sec02_slideWrap .con{background: #fff;padding: 40px 50px;height: 270px;}
#section02 .sec02_slide li{width: calc((100% - 3px) / 4);margin-left: 2px;}
#section02 .icon_box{width: 100px; height: 100px;margin: 0 auto;}
#section02 .icon_box .icon_wrap{position:relative; width:100%; padding-bottom:100%;border-radius:50%;overflow:hidden;}
#section02 .icon_box .icon_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#section02 p.tit_txt {font-size: 17px; color: #001233; display: block; margin-bottom:20px; text-align: center; font-weight: 600;}
#section02  a.more_btn{display: block;width: 200px; height: 50px; border:1px solid #ddd; color: #001f5b; line-height: 50px; text-align: center;transition:.3s;}
#section02  a.more_btn::after{content:'+';display: inline-block;margin-left: 5px;font-size: 15px;}
#section02  a.more_btn:hover{color: #fff; background: #001f5b;}
#section02  a.more_btn:hover::after{color: #fff;}
#section02 .progress { position:relative; width:calc(100%); height:3px; background:#ddd;top: 40px;}
#section02 .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:#001f5b; transition:0.5s;}
#section02 .slick-prev{position: absolute; bottom: -125px; right: 60px;background: url(/images/main/sec02_prev_pc.png)center no-repeat; background-size: cover; width: 50px; height: 50px;text-indent:-9999px;}
#section02 .slick-next{position: absolute; bottom: -125px; right: 0;background: url(/images/main/sec02_next_pc.png)center no-repeat; background-size: cover; width: 50px; height: 50px;text-indent:-9999px;}

/* section03 */
#section03{position: relative; left: 260px;width: 1900px;background: url(/images/main/sec03_bg_pc.jpg);padding: 90px 360px 90px 100px; height: 946px;}
#section03::after{content:'';display: block; position: absolute;left: -260px; bottom: 0;z-index: -1;background: #4e6da8;width: 100%;height: 653px;}
#section03 .inner{display: flex;gap:40px}
#section03 .logo{margin-bottom: 10px;}
#section03 .left{width: 560px;}
#section03 .con01{padding-bottom: 53px;border-bottom:1px dashed rgba(255,255,255,.5)}
#section03 .con02{padding-top: 53px;}
#section03 .con .sec03_tit{font-size: 30px; color: #fff; font-weight: 600;margin-bottom: 20px;}
#section03 .con p{color: #fff;font-size: 17px; font-weight: 200;line-height: 38px;}
#section03 .con p em{display: block;}
#section03 .right{width: 600px;}
#section03 .input_wrap{display: flex; flex-wrap:wrap;align-items: end;gap:35px 20px;}
#section03 .input_box{width: 285px;}
#section03 .right .sec03_tit{margin-bottom: 50px;}
#section03 .right label{display: block;font-size: 15px;font-weight: 200; color: #fff;word-break: keep-all;}
#section03 .right label em{display: block;}
#section03 .right input{width: 285px;height: 35px;background: transparent;border: none;border-bottom: 1px solid rgba(255,255,255);}
#section03 .select_box {; bottom: 0;display: block; width:285px; height:50px; background: rgba(255,255,255);}
#section03 .select_box .select {display: flex;gap:20px;width: 100%; height:100%;}
#section03 .select_box .select > li{width: 285px;height:100%; background:url("/images/main/sec01_bt_pc.png") center right 12px no-repeat; background-size: 11px 6px;border:1px solid #ddd;}
#section03 .select_box .select > li.on {background:url("/images/main/sec01_top_pc.png") center right 12px no-repeat;background-size: 11px 6px; }
#section03 .select_box .select > li > a {display:flex; align-items:center; position:relative;padding: 0 12px 0 12px; width: 100%; height:100%; font-size: 16px; color:#222; font-weight: 500; text-indent:0;}
#section03 .select_box .select > li > a::after{content:''; top: 50%; right: 0;transform:translateY(-50%);display: none; width: 1px; height: 26px;}
#section03 .select_box .select > li ul {display:none;position: relative; width:100%; background-color:#fff;z-index:100;padding: 20px 0;border:1px solid #ddd;}
#section03 .select_box .select > li ul li{margin-bottom: 18px;}
#section03 .select_box .select > li ul li:last-child{margin-bottom: 0px;}
#section03 .select_box .select > li ul li a {display:block;height: auto;font-size:16px; color:#555; line-height:20px; font-weight: 300;padding:0 12px;transition:.2s;}
#section03 .select_box .select > li ul li a:hover{color:#001f5b;}
#section03 .select_box .select > li ul li.on a{color:#001f5b;}
#section03 .help_box{width: 100%;}
#section03 .help_box label{margin-bottom: 36px;}
#section03 .help_box textarea{width: 100%; height: 200px; resize: none; margin:30px 0 20px;}
#section03 .help_box .agree_box{display: flex;gap:13px;}
#section03 .help_box input{width: initial;height: 23px;}
#section03 .help_box label{display: inline;}
#section03 .submit_btn{width: 200px; height: 50px; background: #fff;margin: 0 auto;transition:.3s}
#section03 .submit_btn a{display: block; color: #001f5b;text-align: center; line-height: 50px;font-size: 16px;font-weight: 500;}
#section03 .submit_btn:hover{background: none; border:1px solid #fff}
#section03 .submit_btn:hover a{color: #fff;}

/* footer */
#footer{background: #001233; padding: 35px 0 30px;border-top: 2px solid #fff;}
#footer .inner{display: flex; justify-content:space-between;align-items:center;}
#footer .inner .f_right{display:flex; gap:50px;}
#footer .f_right p{font-size: 17px; color: #fff;font-weight: 300;margin-bottom: 12px;}
#footer .f_right p a{font-size: 17px; color: #fff;font-weight: 300;}
#footer .f_right p b{display: inline-block;font-weight: 300;color: #999; margin: 0 15px;}
#footer .f_right p.f_plus{display:inline-block; }
#footer .f_right p.f_plus02{margin-left:40px; }
#footer .f_right p.f_plus strong{margin-right:20px; }
#footer .sns_wrap{display: flex;gap:15px;}

/* ====sub===================================================== */
#sub_contents{padding: 30px 0;} /* 100px */
#sub_contents.no_pb{padding: 30px 0 0;}
#sub_contents .contop{display: none;justify-content: space-between;align-items: baseline;padding-bottom: 30px;width: 1200px;margin: 0 auto; max-width: 100%;} /*padding 100px; display: flex;*/
#sub_contents .contop h3{font-size: 30px; font-weight: 700;color: #222;}

/* tab_menu */
.tab_menu {display: block; height:30px; background: rgba(255,255,255,.8);}
.tab_menu .inner{position:relative; display: flex; height:30px;}
.tab_menu .on .arrow02{background: url(/images/sub/tab_top_pc.png)center no-repeat;}
.tab_menu .menu {display: flex;width: 100%; height:100%;}
.tab_menu .menu > li{position:relative; width: 220px;height:100%; background:url("/images/sub/tab_bt_pc.png") center right 20px no-repeat; }
.tab_menu .menu > li.on {background:url("/images/sub/tab_top_pc.png") center right 20px no-repeat; }
.tab_menu .menu > li > a {display:flex; align-items:center;position:relative;padding: 0 50px 0 20px; width: 220px; height:100%; font-size: 15px; color:#555; font-weight: 400; text-indent:0;}
.tab_menu .menu > li > a::after{content:''; position: absolute; top: 50%; right: 0;transform:translateY(-50%);display: inline-block; width: 1px; height: 14px; background: #ddd}
.tab_menu .menu > li:last-child > a::after{display: none;}
.tab_menu .menu > li ul {display:none; position:absolute;width:100%; top:100%; left:0; background-color:#fff;z-index:100;padding: 20px 0;border:1px solid #ddd;}
.tab_menu .menu > li ul li{margin-bottom: 18px;}
.tab_menu .menu > li ul li:last-child{margin-bottom: 0px;}
.tab_menu .menu > li ul li a {display:block;height: auto;font-size:15px; color:#555; line-height:12px; font-weight: 500;padding:0 20px;transition:.2s;}
.tab_menu .menu > li ul li a:hover{color:#001f5b;}
.tab_menu .menu > li ul li.on a{color:#001f5b;}	  

/* sub01 */
.sub01_ver02_tab{display:none;}
.sub01_ver02_pc{/* margin-bottom:-100px; */}
/* .sub01_ver02_pc .con01{display:flex; justify-content: flex-end; align-items: center;} */
.sub01_ver02_pc .con01{display:flex; justify-content: flex-end; align-items: center; /*border: 1px solid #001f5b;*/}
.sub01_ver02_pc .con01 .txt_wrap{width:35%; padding-bottom: 20px;}
.sub01_ver02_pc .con01 .txt_wrap strong{display:block; margin-bottom:60px; position:relative; font-size:40px; color:#222; word-break: keep-all;}
/* .sub01_ver02_pc .con01 .txt_wrap strong::after{position:absolute; content:''; width:20px; height:4px; background:#001f5b; left:0; bottom:-45px;} */
.sub01_ver02_pc .con01 .txt_wrap em{display:block; margin-bottom:20px; font-size:20px; color:#333;}
.sub01_ver02_pc .con01 .txt_wrap p{font-size:17px; color:#666; line-height:2; word-break:keep-all; font-weight:300;}

.sub01_ver02_pc .con02{padding:100px 0; /* position:relative; */ background: #001233;}
/* .sub01_ver02_pc .con02::before{position: absolute; content: ""; display: block; width: 1920px; height: 100%;  background: #001233; top: 0;  left: 50%; transform: translateX(-50%); opacity: 0.05; z-index: -1;} */
/* .sub01_ver02_pc .con02::before{position: absolute; content: ""; display: block; width: 1920px; height: 100%;  top: 0;  left: 50%; transform: translateX(-50%); z-index: -1;} */
.sub01_ver02_pc .con02 .inner ul.pd_list02 li{display:flex; align-items: center; margin-bottom:20px; border:1px solid #ddd; background:#fff; padding: 0 20px;}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li:nth-child(even) {background: #80899b;}
/* check check */
.sub01_ver02_pc .con02 .inner ul.pd_list02 li .img_wrap{width:400px;}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li .img_wrap .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 92.5%; overflow:hidden;}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li .img_wrap .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li .txt_wrap{padding:60px 40px; width:calc(100% - 400px); /*border-left:1px solid #ddd;*/}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li:nth-child(2n) .txt_wrap{border-left:0; /*border-right:1px solid #ddd;*/}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li .txt_wrap strong{display:block; margin-bottom:30px; font-size:25px; color:#222;}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li .txt_wrap p{margin-bottom:30px; font-size:17px; color:#444; line-height:2; word-break:keep-all;}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li:nth-child(even) .txt_wrap strong{display:block; margin-bottom:30px; font-size:25px; color:#fff;}
.sub01_ver02_pc .con02 .inner ul.pd_list02 li:nth-child(even) .txt_wrap p{margin-bottom:30px; font-size:17px; color:#fff; line-height:2; word-break:keep-all;}

.sub01_ver02_pc .con02 .pd_list02 h1{color: #ddd;font-size: 18px; font-weight: 600;}

a.sub_more_btn{display: inline-block; width: 200px; height: 50px; border:1px solid #ddd; background:#fff;color: #001f5b; line-height: 50px; text-align: center; transition:.3s;}
a.sub_more_btn::after{content:'+'; display: inline-block; margin-left: 5px; font-size: 15px;}
a.sub_more_btn:hover{color: #fff; background: #001f5b;}
a.sub_more_btn:hover::after{color: #fff;}

/* sub0107 */
.sub0107 .sub01_ver02_pc .con01 .txt_wrap strong{display:block; margin-bottom:70px; position:relative; font-size:40px; color:#222; word-break: keep-all;}
.sub0107 .sub01_ver02_pc .con01 .txt_wrap strong::after{position:absolute; content:''; width:20px; height:4px; background:#001f5b; left:0; bottom:-35px;}

/* sub01_view */
.sub01_view_wrap{}
.sub01_view_wrap .con01{margin-bottom:50px; display:flex; align-items:center; justify-content: flex-end; position:relative; background:#001f5b;}
.sub01_view_wrap .con01 p{position:absolute; font-size:45px; color:#fff; font-weight:700; top:30%; left:20%; width: 30%; word-break: keep-all;}
.sub01_view_wrap .con01 .img_wrap{width:48%;}
.sub01_view_wrap .con01 .img_wrap .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 43.621%; overflow:hidden;}
.sub01_view_wrap .con01 .img_wrap .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); width: 100%; max-height: 100%;}

.sub01_view_wrap .con02{margin-bottom:50px;}
.sub01_view_wrap .con02 strong{display:block; margin-bottom:40px; font-size:30px; color:#f26d4e;word-break: keep-all;}
.sub01_view_wrap .con02 p{font-size:17px; color:#666; line-height:2;}
.sub01_view_wrap .con02 p:nth-child(even){margin:30px 0;}

.sub01_view_wrap .con03{padding:100px 0; position:relative;background: #f8f8f8; }
.sub01_view_wrap .con03 .inner{display:flex; gap:70px; align-items: center;}
.sub01_view_wrap .con03::before{position: absolute; /* content: ""; */ display: block; width: 1920px; height: 450px;  background: #f8f8f8; top: 0;  left: 50%; transform: translateX(-50%); z-index: -1;}
.sub01_view_wrap .con03 .left_wrap{width:590px;}
.sub01_view_wrap .con03 .left_wrap .img_wrap{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 76.271%; overflow:hidden;}
.sub01_view_wrap .con03 .left_wrap .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub01_view_wrap .con03 .right_wrap{/* margin-top:40px; */}
.sub01_view_wrap .con03 .right_wrap strong{display:block; margin-bottom:60px; font-size:45px; color:#001f5b;}
ul.view_txt_inn li{position:relative; padding-left:25px; font-size:25px; color:#001f5b; line-height:2;word-break: keep-all;}
ul.view_txt_inn li::before{position:absolute; content:''; width:7px; height:7px; background:#ef4b25; border-radius:50%; top:20px; left:0;}

.sub01_view_wrap .con04{padding:50px 0; position:relative;background:url(/images/sub/sub0103_view_bg01.jpg)left top no-repeat; background-size: cover;}
.sub01_view_wrap .con04 strong{display:block; margin-bottom:70px; font-size:40px; color:#fff; word-break: keep-all;}
.sub01_view_wrap .con04 .txt_wrap{display:flex; gap:10px; flex-wrap:wrap;}
.sub01_view_wrap .con04 .txt_wrap .txt_inn{width:590px; display:flex; gap:25px;}
.sub01_view_wrap .con04 .txt_wrap .txt_inn p{margin-bottom:10px; font-size:22px; color:#fff;}
.sub01_view_wrap .con04 .txt_wrap .txt_inn em{display:block; font-size:16px; color:#fff; line-height:2; word-break:keep-all;}

.sub01_view_wrap .con05{margin:100px 0; }
.sub01_view_wrap .con05 .inner{display:flex; gap:125px; justify-content: space-between;}
.sub01_view_wrap .con05 .left_wrap strong{display:block; margin-bottom:15px; font-size:45px; color:#001f5b; }
.sub01_view_wrap .con05 .left_wrap p{font-size:25px; color:#001f5b;}

.sub01_view_wrap .con06{padding:50px 0; position:relative;background: #001f5b; }
.sub01_view_wrap .con06 .inner{display:flex; gap:70px; }
.sub01_view_wrap .con06::before{position: absolute; /* content: ""; */ display: block; width: 1920px; height: /*360px*/ 100%;  background: #001f5b; top: 0;  left: 50%; transform: translateX(-50%); z-index: -1;}
.sub01_view_wrap .con06 strong{display: block;width: 315px;font-size:45px; color:#fff;}
.sub01_view_wrap .con06 ul.view_txt_inn{width: calc(100% - 385px);}
.sub01_view_wrap .con06 ul.view_txt_inn li{font-size:22px; color:#fff;}

.sub01_view_wrap .con07{margin:50px 0; }
.sub01_view_wrap .con07 .inner{display:flex;  justify-content: space-between; align-items: center;}
.sub01_view_wrap .con07 .left_wrap{display:flex; gap:30px;}
.sub01_view_wrap .con07 .left_wrap .txt_wrap span{display:block;font-size:25px; color:#001f5b;}
.sub01_view_wrap .con07 .left_wrap .txt_wrap p{font-size:35px; color:#001f5b; font-weight:700; }
.sub01_view_wrap .con07 .right_wrap{display:flex;}
.sub01_view_wrap .con07 .right_wrap a{display:inline-block; font-size:16px; color:#fff; text-align:center; width:260px; height:60px; background:#ef4b25; line-height:60px; }
.sub01_view_wrap .con07 .right_wrap a img{padding-left:10px; vertical-align:middle;}

/* sub0201 */
.sub0201_wrap .con01{margin-bottom:50px; text-align:right;}
.sub0201_wrap .con01 strong{display:block; margin-bottom:50px; font-size:50px; color:#222;}
.sub0201_wrap .con01 p{padding-bottom:50px; font-size:17px; color:#666; line-height:2; border-bottom:1px solid #ddd;}
.sub0201_wrap .con01 p i{display:block; }

.sub0201_wrap .con02{display:flex; gap:60px; align-items: center;}
.sub0201_wrap .con02 .txt_wrap p.p_big{margin-bottom:60px; font-size:30px; color:#222; font-weight:600;}
.sub0201_wrap .con02 .txt_wrap p.p_big span{font-size:17px; color:#222;}
.sub0201_wrap .con02 .txt_wrap p{font-size:17px; color:#222; line-height:2;}
.sub0201_wrap .con02 .txt_wrap p i{display:block; }