/* 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'); 
 }
/* 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:17px; 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:17px; 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:17px; 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:17px; 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:17px;}
.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%;  margin: 0 auto; overflow: hidden;min-width: 1400px;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

#header{position: absolute;line-height: 1;z-index: 5000;width: 100%;transition:.3s;}
#header .inner{display: flex;justify-content: space-between;align-items:center;height: 100px;width: 1600px;}
#header h1 a{display: block;width: 126px;height: 55px;background:url(/images/main/main_logo01_pc.png)center no-repeat;background-size:cover ;transition:.3s;}
#header .gnb{margin-left: 30px;display: flex;gap:65px;height: 100%;}
#header .gnb li a{display: block;font-size: 18px; width:150px; text-align:center; height: 100%;line-height: 100px;color: #fff;font-weight: 600;letter-spacing: 0.5px;transition:.3s;}
#header .lang_box{position: relative;display: flex;gap:30px;padding-right: 18px;transition:.3s;justify-content: end;gap:30px;width: 157px;height: 40px;border: 1px solid rgba(255,255,255,.5);border-radius:40px ;align-items:center;}
#header .lang_box:after{content:'';position: absolute;left: 20px;top: 11px;transition:.3s;width: 16px;height: 16px;background:url(/images/main/main_ico01_pc.png)center no-repeat;background-size:cover ;}
#header .lang_box a{position: relative;font-size: 14px;color: #fff;transition:.3s;}
#header .lang_box a:nth-child(1):after{content:'';position: absolute;right: -17px;top: 2px;width: 1px;height: 10px;background:rgba(255,255,255,.5) ;transition:.3s;}
#header .btn_box{display: none;}

#header.on{background: #fff;}
#header.on h1 a{background:url(/images/main/main_logo02_pc.png)center no-repeat;background-size:cover ;}
#header.on .gnb li a{color: #222;}
#header.on .lang_box{border: 1px solid #ddd;}
#header.on .lang_box:after{background:url(/images/main/main_ico02_pc.png)center no-repeat;background-size:cover ;}
#header.on .lang_box a{color: #555;}
#header.on .lang_box a:nth-child(1):after{background: #aaa;}

.gnb_wrap { display:none; position:absolute; left:0; right:0; top:100px; background:#edeef2; border-top:1px solid #ddd;z-index: 3000;}
.all_menu { display:flex; line-height:1; gap:65px;height:260px;width: 1225px;margin: 0 auto;padding-top: 35px;}
.all_menu > li{width: 150px;}
/* .all_menu > li:last-child{margin-left: 22px;} */
.all_menu ul li{margin-bottom: 17px;}
.all_menu ul li:last-child{margin-bottom: 0;}
.all_menu ul li a{display: block;font-size:15px;color: #222;text-align: center;}

.navigation{display: none;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .visual_items { display:flex; align-items:center; justify-content:center; position:absolute; left:50%;  top:65%; transform:translateX(-50%); z-index:100; line-height:1;}
#visual_wrap .text_box{position: absolute;width: 100%;top: 46%;transform:translateY(-50%);color: #fff;font-weight: 700;text-align: center;z-index: 2000;}
#visual_wrap .text_box p{font-size: 35px;margin-bottom: 15px;}
#visual_wrap .text_box strong{display: block;font-size: 80px;}
#visual_wrap .text_box ul{display: flex;gap:40px;justify-content: center;margin-top: 50px;}
#visual_wrap .text_box ul li{position: relative;font-size: 23px;font-weight: 400;}
#visual_wrap .text_box ul li:after{content:'';position: absolute;right: -21px;top: 6px;width: 1px;height: 15px;background:#fff ;}
#visual_wrap .text_box ul li:last-child:after{display: none;}


#visual_wrap .swiper-pagination { display:flex; position:static; text-align:left;}
#visual_wrap .swiper-pagination-bullet { overflow:hidden; position:relative; opacity:1; width:30px; height:15px; background:none; border-radius:0; font-size:14px; color:#fff; }
#visual_wrap .swiper-pagination-bullet ~ .swiper-pagination-bullet { margin-left:8px;}
#visual_wrap .swiper-pagination-bullet::before { content:''; display:block; position:absolute; left:30px; top:50%; transform:translateY(-50%); width:50px; height:2px; background:rgba(255,255,255,.3);}
#visual_wrap .swiper-pagination-bullet::after { content:''; display:block; position:absolute; left:30px; top:50%; transform:translateY(-50%); width:0; height:2px; background:#fff; transition:5s;}
#visual_wrap .swiper-pagination-bullet-active { width:92px; }
#visual_wrap .swiper-pagination-bullet-active::after { width:60px;}
#visual_wrap .visual_btn_play { margin:0 15px 0 10px;}
#visual_wrap .visual_btn_pause img{width: 10px;}
#visual_wrap .scroll{position: absolute;bottom: 70px;left: 50%;transform:translateX(-50%);z-index: 2000;}
#visual_wrap .scroll p{position: relative;font-size: 12px;color: #fff;}
#visual_wrap .scroll p:after{content:'';position: absolute;bottom: -60px;left: 50%;transform:translateX(-50%);width: 1px;height: 50px;background: rgba(255,255,255,.5);}
#visual_wrap .scroll p:before{content:'';position: absolute;animation: ani01 ease .8s alternate infinite;bottom: -60px;left: 50%;transform:translateX(-50%);width: 1px;height: 20px;background: #fff;}

@keyframes ani01 {
  0%{bottom: -30px;}
  100%{bottom: -60px;}
  }
#visual_wrap .quick_menu {position: absolute;  right: 50px; bottom:15%; z-index: 5000;}
#visual_wrap .quick_menu a{color: #222; font-size: 12px; font-weight: 600; line-height: 1; display: block;}
#visual_wrap .quick_menu a ~ a{margin-top:10px;}
#visual_wrap .quick_menu a > div{display: flex; flex-wrap:wrap; text-align: center; width: 70px; height: 70px; border-radius:5px ; align-items: center; justify-content: center;}
#visual_wrap .quick_menu a > div p{margin-top: 3px;}
#visual_wrap .quick_menu div.kakao{color: #222; background: #ffe600;}
#visual_wrap .quick_menu div.video_page{color: #fff; background: #1d4389; font-size:11px;}
#visual_wrap .quick_menu img{margin-bottom: 2px;}

#section01{line-height: 1;padding: 100px 0;background:url(/images/main/main_bg01_pc.jpg)center no-repeat;background-size:cover ;}
#section01 .title_box h2{/* font-size: 35px; */font-size: 60px;color: #222;font-weight: 700; margin-bottom: 70px;}
#section01 .icon_box_wrap{display:flex; justify-content:space-between; aling-items:center;}
#section01 .icon_box_wrap .icon_box{position:relative; width:33.33%; display:flex; flex-direction:column; align-items:center;}
#section01 .icon_box_wrap .icon_box::before{position:absolute; content:''; width:1px; height:40px; background:#ddd; top:50%; right:0; transform:translateY(-50%);}
#section01 .icon_box_wrap .icon_box:last-child::before{position:absolute; content:''; width:1px; height:0; background:#ddd; top:50%; right:0; transform:translateY(-50%);}
#section01 .icon_box_wrap .icon_box p{position:relative; color: #222;font-size: 28px; margin-top:25px; padding-top:25px;}
#section01 .icon_box_wrap .icon_box p::before{position:absolute; content:''; width:22px; height:3px; background:#548aff; top:0; left:50%; transform:translateX(-50%);}

#section02{line-height: 1;}
#section02 .box{position: relative;display: flex;align-items:center;justify-content: space-between;}
#section02 .box:nth-child(1){margin-bottom: 80px;}
#section02 .box:nth-child(2){margin-bottom: 84px;}
#section02 .box:nth-child(3){margin-bottom: 70px;}
#section02 .box .text_box h2{font-size: 70px;font-weight: 700;color: #222;margin-bottom: 80px;}
#section02 .box .text_box > p{color: #548aff;font-size: 24px;line-height: 38px;margin-bottom: 53px;}
#section02 .box .text_box a{display: flex;align-items:center;gap:15px;justify-content: center;transition:.3s;width:220px;height: 60px;border: 1px solid #ddd;background: #fff;}
#section02 .box .text_box a:hover{gap:25px}
#section02 .box .text_box a p{font-size:17px;color: #555;}
#section02 .box01 .text_box{position: absolute;left: 29%;top: 68px;z-index: 1000;}
#section02 .box02 .text_box{position: absolute;right: 30%;text-align: right;top: 65px;z-index: 1000;}
#section02 .box02 .text_box a{float:right;}
#section02 .box:nth-child(3) .text_box{position: absolute;left: 34%;top: 68px;}
#section02 .box:nth-child(4) .text_box{top: 96px;}
#section02 .box:nth-child(4) .img_box02{position: relative;top: 36px;}

#section03{position: relative;line-height: 1;background:url(/images/main/main_bg02_pc.jpg)left top no-repeat;background-size:1493px 550px;padding: 73px 0 0;margin: 100px 0;}
#section03:after{content:'';position: absolute;bottom: -100px;right: 0;width: 961px;height: 470px;background: #548aff;z-index: -1;}
#section03 .title_box{margin-bottom: 25px;}
#section03 .title_box span{font-size:17px;color: #fff;}
#section03 .title_box p{margin-top: 20px;font-size: 35px;color: #fff;font-weight: 700;}
#section03 .input_box{display: flex;width: 640px;gap:40px;margin-bottom: 40px;}
#section03 .input_box .box{width: calc((100% - 40px)/2);}
#section03 .input_box .box p{font-size:17px;color: #fff;margin-bottom: 8px;}
#section03 .input_box .box input{width: 100%;border: 0;border-bottom: 1px solid #fff;background: none;}
#section03 .input_box02{margin-bottom: 38px;}
#section03 .input_box02 p{font-size:17px;color: #fff;margin-bottom: 38px;}
#section03 .input_box02 textarea{width: 640px;height: 85px;background: none;border: 1px solid #fff;}
#section03 .btn_box{display: flex;justify-content: end;width: 640px;padding-bottom: 70px;}
#section03 .btn_box button{width: 220px;height: 40px;border: 1px solid #fff;font-size:17px;color: #fff;}

#footer{line-height: 1;padding: 60px 0;background: #222;}
#footer.pc_footer{display: block;}
#footer.tab_footer{display: none;}
#footer .inner{display: flex;align-items:center;justify-content: space-between;}
#footer .left{display: flex;gap:50px;}
#footer .left p{font-size:17px;color: #fff;font-weight: 700;margin-bottom: 10px;}
#footer .left span{font-size:17px;color: #aaa;}
#footer .left p:nth-child(3){font-size:17px;color: #aaa;margin-top: 20px;font-weight: 400;}


/* sub */

#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap h2{width: 100%;position: absolute;top: 52%;font-size: 55px;font-weight: 700;color: #fff;text-align: center;transform:translateY(-50%);}

/* tab_menu */
.tab_menu {position: absolute;bottom: 0;left: 0;display: block; width:100%; height:60px;background:rgba(29,67,137,.8);}
.tab_menu .inner{position:relative; display: flex; height:60px;}
.tab_menu .on .arrow02{background: url(/images/sub/sub_ico05_pc.png)center no-repeat;}
.tab_menu .home{display: block;width: 80px; height: 60px; background: url(/images/sub/sub_ico01_pc.png)center no-repeat;border-right:1px solid rgba(255,255,255,.5) ;}
.tab_menu .menu {display: flex;width: 100%; height:100%;}
.tab_menu .menu > li{position:relative; min-width:310px; height:100%; background:url("/images/sub/sub_ico03_pc.png") center right 30px no-repeat; background-size:16px auto;}
.tab_menu .menu > li.on {background:url("/images/sub/sub_ico02_pc.png") center right 30px no-repeat; background-size:18px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;padding: 0 40px 0 30px; width:100%; height:100%; font-size: 17px; color:#fff; font-weight: 500; text-indent:0;border-right:1px solid rgba(255,255,255,.5) ;}
.tab_menu .menu > li ul {display:none; position:absolute;width:100%; top:100%; left:0;z-index:100;border: 1px solid #ddd;box-shadow: 1px 1px 15px 0px rgba(0,0,0,.3);background: #fff;}
.tab_menu .menu > li ul li a {display:block;height: auto;font-size:17px; color:#555;height: 44px;line-height: 44px;font-weight: 400;padding:0 30px;}
.tab_menu .menu > li ul li.on a{color: #1d4389;}

#sub_contents{padding: 80px 0 130px;background: #f7f7f7; word-break:break-word;}
#sub_contents .contop h4{font-size: 45px;color: #222;text-align: center;font-weight: 700;margin-bottom: 60px;line-height: 1;}

#sub_contents.inner_none .inner {width: 100%;}

.con{margin-bottom:100px;}
.con:last-child{margin-bottom:0;}

h5.h5_tit{position: relative; padding-left: 45px; font-size: 24px; font-weight: 700; color: #222; margin-bottom:60px;}
h5.h5_tit:after{content:''; position:absolute; left:0; top:10px; width:23px; height:23px; background:url(/images/sub/sub_ico04_pc.png)center no-repeat; background-size:cover ;}

.tbl01{border-top:2px solid #1d4389; width:100%; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.tbl01 th{font-size:17px; color:#1d4389; padding:20px 0; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.tbl01 td{font-size:17px; padding:20px; border-bottom:1px solid #ddd;}

.tbl02{width:100%; text-align:center; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.tbl02 th{font-size:16px; color:#fff; background:#548aff; padding:10px 0; border-left:1px solid #548aff; border-right:1px solid #548aff;}
.tbl02 td{font-size:14px; padding:0 0 7px; color:#222; font-weight:500; border-bottom:1px solid #ddd;}
.tbl02 tr.td_tit td{color:#555; font-weight:normal; border-bottom:none; padding:7px 0 0;}

.tbl03{width:100%; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.tbl03 th{font-size:17px; color:#fff; padding:20px 0; background:#1d4389;  border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.tbl03 td{font-size:17px; padding:20px 0; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; }

/* sub0101_wrap */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap ul{display: flex;flex-wrap:wrap;gap:95px 100px;margin-bottom: 100px;}
.sub0101_wrap ul li {width: calc((100% - 100px)/2);}
.sub0101_wrap ul li .img_box{margin-bottom: 40px;}
.sub0101_wrap ul li .img_box img{border-radius:30px ;box-shadow: 5px 5px 20px 0px rgba(0,0,0,.3);}
.sub0101_wrap ul li .title_box{margin-bottom: 60px;}
.sub0101_wrap ul li .title_box p{position: relative;padding-left: 45px;font-size: 23px;font-weight: 700;color: #222; line-height:1.4;}
.sub0101_wrap ul li .title_box p:after{content:'';position: absolute;left: 0;top: 0px;width: 23px;height: 23px;background:url(/images/sub/sub_ico04_pc.png)center no-repeat;background-size:cover ;}
.sub0101_wrap ul li .title_box p:before{content:'';position: absolute;left: 0;bottom: -40px;width: 51px;height: 3px;background: #548aff;}
.sub0101_wrap ul li .txt{padding-left: 20px;}
.sub0101_wrap ul li .txt p{font-size:17px;color: #222;line-height: 32px;}
.sub0101_wrap ul li .txt p span{display: block;}
.sub0101_wrap ul li .txt p ~ p{margin-top: 15px;}
.sub0101_wrap .a_box{display: flex;gap:100px;}
.sub0101_wrap .a_box a{display: block;width: calc((100% - 100px)/2);height: 70px;text-align: center;color: #fff;line-height: 70px;font-size: 18px;background: #548aff;}
.sub0101_wrap .a_box a:nth-child(2){background: #1d4389;}

/* sub0101 list */
.sub0101_pd_list_wrap .con01{margin-bottom:80px; padding:30px 0; background:#fff; text-align:center; }
.sub0101_pd_list_wrap .con01 strong{display:block; margin-bottom:15px; font-size:25px; color:#222;}
.sub0101_pd_list_wrap .con01 p{font-size:17px; color:#666; }
.sub0101_pd_list_wrap .con02 ul{display:flex; flex-wrap: wrap; gap:0 18px;}
.sub0101_pd_list_wrap .con02 ul li{margin-bottom:18px; width:24%; background:#fff; border:1px solid #ddd; }
.sub0101_pd_list_wrap .con02 ul li:hover{box-shadow: 5px 5px 5px 5px #ddd;transition: all 0.3s;}
.sub0101_pd_list_wrap .con02 ul li .img_wrap{text-align:center;}
.sub0101_pd_list_wrap .con02 ul li .txt_wrap{/* display:flex; align-items: flex-end; justify-content: space-between;  */margin-top:40px; padding:0 20px; padding-bottom:40px; }
.sub0101_pd_list_wrap .con02 ul li .txt_wrap .left_wrap strong{display:block; margin-bottom:15px; font-size:18px; color:#222;}
.sub0101_pd_list_wrap .con02 ul li .txt_wrap .left_wrap p{font-size:17px; color:#666;}
/* .sub0101_pd_list_wrap .con02 ul li .txt_wrap{display:flex; align-items: flex-end;} */
.sub0101_pd_list_wrap .con02 ul li .txt_wrap .right_wrap{text-align:right;}
.sub0101_pd_list_wrap .con02 ul li .txt_wrap .right_wrap p{color:#1d4389; font-weight:700;}
.sub0101_pd_list_wrap .con02 ul li .txt_wrap .right_wrap p img{margin-bottom:4px; padding-left:10px; vertical-align: bottom;}

/* sub0101 view */
.sub0101_view_wrap .con01{margin-bottom:60px; }
.sub0101_view_wrap .con01:last-child{margin-bottom:0;}
.sub0101_view_wrap .con01 strong{margin-bottom:20px; display:block; font-size:30px; color:#1d4389;}
.sub0101_view_wrap .con01 p{font-size:16px; color:#666; line-height:2;}
.sub0101_view_wrap .con01 p a{text-decoration:underline; color:#1D4389;}

/* sub0102 */
.sub0102_wrap .a_box{display: flex; gap:0; justify-content:center;}
.sub0102_wrap .a_box a{display: block;width: calc((100% - 100px)/2);height: 70px;text-align: center;color: #fff;line-height: 70px; font-size: 18px;background: #548aff;}

/* sub0103 */
.top_box .txt_box{position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; height:120px; margin:60px 0 100px;}
.top_box .txt_box::before{position:absolute; content:''; width:30px; height:120px; background:url('/images/sub/txt_box_l.png')center no-repeat; left:120px; top:0;}
.top_box .txt_box::after{position:absolute; content:''; width:30px; height:120px; background:url('/images/sub/txt_box_r.png')center no-repeat; right:120px; top:0;}
.top_box .txt_box strong{display:block; color:#222; font-size:22px; margin-bottom:20px;}
.top_box .txt_box p{font-size:17px; line-height:2; text-align:center; color:#222;}
.top_box .txt_box p span{display:block; color:#548aff;}

.sub0103_wrap .con_bot .car_list_wrap{display:flex; flex-wrap:wrap; align-items:flex-start; gap:20px;}
.sub0103_wrap .con_bot .car_list_wrap .car_list{width:calc(25% - 15px);}
.sub0103_wrap .con_bot .car_list_wrap .car_list .img_wrap{position: relative; width: 100%; padding-bottom: 40.29%;  overflow: hidden; border:1px solid #548aff; box-sizing:border-box;}
.sub0103_wrap .con_bot .car_list_wrap .car_list .img_wrap img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%;}
.sub0103_wrap .con_bot .car_list_wrap .car_list .tbl02 td{height:30px;}

/* sub0104 */
.sub0104_wrap .top_box .txt_box::before{left:0; top:0;}
.sub0104_wrap .top_box .txt_box::after{right:0; top:0;}
.sub0104_wrap ul{background:url('/images/sub/sub0104_bg.jpg')center no-repeat; background-size:100% 100%; padding:100px 0; display:flex; flex-wrap:wrap; gap:100px 0;}
.sub0104_wrap ul li{width:33.33%; display:flex; align-items:center; flex-direction:column; text-align:center;}
.sub0104_wrap ul li em{font-size:20px; color:#548aff; font-weight:700;}
.sub0104_wrap ul li img{margin:30px 0 20px;}
.sub0104_wrap ul li strong{font-size:17px; color:#222;}
.sub0104_wrap ul li p{font-size:17px; margin:0 0 10px;}

/* sub0106_wrap */
.sub0106_wrap{width: 100%;}
.sub0106_wrap .video_wrap{position:relative; width:100%; padding-bottom:42.188%;}
.sub0106_wrap video{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}

/* sub0201 */
.sub0201_wrap .con p{font-size:17px; color:#222; word-break:break-word;}
.sub0201_wrap .con p span{color:#548aff;}
.sub0201_wrap .con h5{position:relative; display:block; font-size:24px; color:#222; font-weight:600; padding-bottom:23px; margin-bottom:30px;}
.sub0201_wrap .con h5:before{content:'';position: absolute;left: 0;bottom: 0;width: 50px;height: 3px;background: #548aff;}

.sub0201_wrap .con01{display:flex; flex-wrap:wrap; gap:0 100px; align-items:center;}
.sub0201_wrap .con01 .txt_wrap{position:relative; width:700px; padding:50px; height:400px; display:flex; flex-direction:column; justify-content:center;}
.sub0201_wrap .con01 .txt_wrap::before{position:absolute; content:''; width:8px; height:60px; right:0; bottom:0; background:#548aff;}
.sub0201_wrap .con01 .txt_wrap::after{position:absolute; content:''; width:52px; height:8px; right:8px; bottom:0; background:#548aff;}

.sub0201_wrap .con02 .txt_wrap::before{position:absolute; content:''; width:8px; height:60px; left:0; top:0; background:#548aff;}
.sub0201_wrap .con02 .txt_wrap::after{position:absolute; content:''; width:52px; height:8px; left:8px; top:0; background:#548aff;}

.sub0201_wrap .con03 p span{display:block;}

.sub0201_wrap .history_list{position:relative; margin-left:20px; margin-top:60px;}
.sub0201_wrap .history_list:before{position:absolute; width:1px; height:100%; top:0; left:0; content:""; background:#ddd;}
.sub0201_wrap .history_list strong{display: inline-block; font-size:24px; color:#1d4389; width:200px; padding-left:60px; position:relative; vertical-align:middle;}
.sub0201_wrap .history_list strong:before{position:absolute; width:23px; height:23px; top:10px; left:-11.5px; content:""; background:url(/images/sub/sub_ico04_pc.png)center no-repeat;}
.sub0201_wrap .history_list .txt_wrap{display: inline-block; width:calc(100% - 206px); padding:25px 0 20px; border-top:1px dashed #ccc; vertical-align:middle;}
.sub0201_wrap .history_list li:last-child .txt_wrap{border-bottom:1px dashed #ccc;}
.sub0201_wrap .history_list .txt_wrap b{display: inline-block; width:100px; vertical-align:top; font-size:17px;}
.sub0201_wrap .history_list .txt_wrap em{display: inline-block; width:calc(100% - 105px); color:#7d7d7d; vertical-align:top; font-size:17px;}
.sub0201_wrap .history_list p.sub_txt01{position: relative; color:#222; line-height:1.5; padding-left:16px; margin-bottom:5px;}
.sub0201_wrap .history_list p.sub_txt01:before{position:absolute; width:4px; height:4px; background:#548aff; display:block; content:""; left:0; top:11px;}

/* sub0201 view */
.sub0201_view_wrap .con01{margin-bottom:60px; padding-bottom:60px; display:flex; gap:40px; border-bottom:1px solid #ddd;}
.sub0201_view_wrap .con01 .img_wrap{width:60%; padding:20px; background:#fff; border:1px solid #ddd; text-align:center; }
.sub0201_view_wrap .con01 .txt_wrap strong{display:block; margin-bottom:15px; font-size:30px; color:#1d4389; }
.sub0201_view_wrap .con01 .txt_wrap p{font-size:17px; color:#666; }
.sub0201_view_wrap .con02{display:flex; gap:30px; flex-wrap: wrap;}
.sub0201_view_wrap .con02 div{padding:20px; width:31.9%; height:170px; background:#fff;}
.sub0201_view_wrap .con02 div strong{display:block; margin-bottom:10px; font-size:18px; color:#222;}
.sub0201_view_wrap .con02 div p{font-size:15px; color:#666; line-height:2; }

/* sub0202 */
.sub0202_wrap{display:flex; flex-wrap:wrap; gap:0 100px;}
.sub0202_wrap .map_wrap{width:650px;}
.sub0202_wrap .map_wrap h5{margin-bottom:30px;}
.sub0202_wrap .map_wrap .map{position: relative; width: 100%; padding-bottom: 51.78%; overflow: hidden; margin-bottom:30px;}
.sub0202_wrap .map_wrap .map iframe{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%;}


/* sub0302_wrap */
.sub0302_wrap{line-height: 1;}
.sub0302_wrap table{width: 100%;border: 1px solid #ddd;border-top: 2px solid #1d4389;}
.sub0302_wrap table tr:last-child{border-bottom: 0;}
.sub0302_wrap table tr th{border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #f5f5f5;font-size:15px;color: #222;font-weight: 500; text-align: center; padding: 8px 16px;}
.sub0302_wrap table tr th:first-child{border-left: 1px solid #ddd;}
.sub0302_wrap table tr td{border-right:1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;font-size:14px;color: #555;background: #fff; padding: 6px 16px;}
.sub0302_wrap table tr td.bg {background: #f5f5f5;}
.sub0302_wrap table tr td:first-child{border-left: 1px solid #ddd;}
.sub0302_wrap table.sub03_tb_pc {display: table;}
.sub0302_wrap table.sub03_tb_tab {display: none;}
.sub0302_wrap table.sub03_tb_mob {display: none;}

.sub0302_wrap .con01{display: flex;flex-direction: column; align-items: center;}
.sub0302_wrap .con01 .box_f{display: flex;align-items:center;justify-content: space-between;margin-bottom: 40px;}
.sub0302_wrap .con01 .box_f:last-child{margin-bottom: 0;}
.sub0302_wrap .con01 .box_f p{font-size:17px;font-weight: 500;color: #222;}
.sub0302_wrap .con01 .box_f .input_box{display: flex;gap:20px;align-items:center;}
.sub0302_wrap .con01 .box_f .input_box input{width: 350px;height: 40px;border-radius: 10px;border: 1px solid #ddd;background: #fff;text-align: right;padding: 0 20px;}
.sub0302_wrap .con01 .box_f .input_box input::placeholder{font-size:17px;color: #999;}
.sub0302_wrap .con01 .box_f .input_box1{display: flex;gap:20px;align-items:center;}
.sub0302_wrap .con01 .box_f .input_box1 input{width: 350px;height: 40px;border-radius: 10px;border: 1px solid #ddd;background: #fff;text-align: right;padding: 0 20px;}
.sub0302_wrap .con01 .box_f .input_box1 input::placeholder{font-size:17px;color: #999;}
.sub0302_wrap .con01 .box_wrap01{width: calc((100% - 40px)/2);}
.sub0302_wrap .con01 .box_wrap01 .box01{display: flex;align-items:center;justify-content: space-between;height: 80px;margin-bottom: 20px;border: 1px solid #ddd;border-radius:10px ;padding: 0 40px;}
.sub0302_wrap .con01 .box_wrap01 .box01 p{font-size:17px;color: #222;font-weight: 500;}
.sub0302_wrap .con01 .box_wrap01 .box01 .btn_box{display: flex;gap:10px;}
.sub0302_wrap .con01 .box_wrap01 .box01 .btn_box button{width: 125px;height: 40px;border-radius:10px;background: #ddd;font-size:17px;color: #555;font-weight: 700;}
.sub0302_wrap .con01 .box_wrap01 .box01 .btn_box button.on{background: #1d4389;color: #fff;}
.sub0302_wrap .con01 .box_wrap01 .box02{padding: 40px;border: 1px solid #ddd;border-radius:10px ;margin-bottom: 20px;}
.sub0302_wrap .con01 .box_wrap01 .box03{height: 80px;padding: 20px  40px 0;background: #ddd;border-radius:10px; margin-bottom: 20px;}

.sub0302_wrap .con01 .box_wrap02{width: calc((100% - 40px)/2);}
.sub0302_wrap .con01 .box_wrap02 .box01{padding: 40px;border-radius:10px;border:1px solid #1d4389 ;margin-bottom: 40px;}
.sub0302_wrap .con01 .box_wrap02 .box01 .box_f:nth-child(2) .input_box{padding-right: 10px;}
.sub0302_wrap .con01 .box_wrap02 .box02 strong{display: block;font-size: 18px;color: #222;margin-bottom: 30px;}
.sub0302_wrap .con01 .box_wrap02 .box02 table{margin-bottom: 20px;}
.sub0302_wrap .con01 .box_wrap02 .box02 p{color: #d12525;font-size:17px;}
.sub0302_wrap .con01 .box_wrap02 .box02 p:last-child{margin-top: 15px;}

.sub0302_wrap .tab_wrap {margin-top: 100px; }
.sub0302_wrap .tab_wrap .tab_btn{margin-bottom: 70px;}
.sub0302_wrap .tab_wrap .tab_btn ul{display: flex;}
.sub0302_wrap .tab_wrap .tab_btn ul li {width: 50%; border: 1px solid #ddd; cursor: pointer; background-color: #f5f5f5;
background: url(/images/sub/sub0302_n_img01.png); background-repeat: no-repeat; background-position: right;height: 180px; }
.sub0302_wrap .tab_wrap .tab_btn ul li:nth-child(2) {background: url(/images/sub/sub0302_n_img02.png) top right no-repeat;height: 180px;}
.sub0302_wrap .tab_wrap .tab_btn ul li strong {display: block; font-size: 18px; padding: 50px 0 0 50px;}
.sub0302_wrap .tab_wrap .tab_btn ul li.on {color: #548aff; border: 2px solid #548aff; background-color: #e9effb;
background-image: url(/images/sub/sub0302_n_img01.png); height: 180px;}
.sub0302_wrap .tab_wrap .tab_btn ul li.on:nth-child(2) {background-color: #e9effb; background-image: url(/images/sub/sub0302_n_img02.png); height: 180px;}


.sub0302_wrap .con02 strong.tit {font-size: 24px; display: block; text-align: center; color: #222; margin-bottom: 30px;}
.sub0302_wrap .con02 h5.h5_tit:after{top: 3px;}
.sub0302_wrap .con02 ul.container_wrap {border: 1px solid #ddd; padding: 20px; background: #fff;}
.sub0302_wrap .con02 ul.container_wrap > li {border-bottom:1px solid #ddd ; padding: 60px 0;}
.sub0302_wrap .con02 ul.container_wrap > li:last-child {border-bottom:none;}
.sub0302_wrap .con02 ul.container_wrap li .con_box {display: flex; gap:100px; justify-content: center; align-items: center;}
.sub0302_wrap .con02 ul.container_wrap li .txt {margin-bottom: 30px; text-align: center;}
.sub0302_wrap .con02 ul.container_wrap li .txt span{display: block;font-size: 18px;color: #548aff; font-weight: 500; margin-bottom: 5px;}
.sub0302_wrap .con02 ul.container_wrap li .txt p{font-size:16px;color: #444;line-height: 25px; word-break:keep-all;}

.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right {width: 60%;}
.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right .txt {text-align: left; margin-bottom: 40px;}
.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right .txt em.sub_info {text-align: left; margin-bottom: 10px;}
.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right ul.size_box {display: flex; gap:30px 60px;flex-wrap:wrap }
.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right ul.size_box li {width: calc((100% - 60px) / 2);}
.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right ul.size_box li strong.list_style {position: relative; font-size: 15px; display: block; padding-left: 12px; margin-bottom: 10px;}
.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right ul.size_box li strong.list_style::before {content:''; width:4px; height:4px; display:block; background:#548aff;
border-radius:50%; position:absolute; left:0; top:5px; }
.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right ul.size_box li p {font-size: 16px; color: #222; padding-left: 12px; line-height: 1.5;}

em.sub_info {font-size: 14px; color: #555; display: block; text-align: center; margin-bottom: 5px;}
span.red_info {color: #ff6867; font-size: 14px; display: block; text-align: center; margin-top: 15px; font-weight: 500;}


.sub0302_wrap .con03 table.sub03_tb_tab{display: none;}
.sub0302_wrap .con03 strong{display: block;font-size:17px;color: #d12525;margin-bottom: 30px;font-weight: 400;}
.sub0302_wrap .con03 table .box{display: flex;background: #f5f5f5;}
.sub0302_wrap .con03 table tr{height: 60px;}
.sub0302_wrap .con03 table .box p{width: 85px;text-align: center;padding-top: 64px;font-size:17px;font-weight: 500;color: #222;}
.sub0302_wrap .con03 table .box .txt{width: calc(100% - 85px);border: 1px solid #ddd;border-right: 0;border-bottom: 0;border-top: 0;}
.sub0302_wrap .con03 table .box .txt span{display: block;height: 60px;border-bottom: 1px solid #ddd;line-height: 60px;font-size:17px;font-weight: 500;color: #222;}
.sub0302_wrap .con03 table .box .txt span:last-child{border-bottom: 0;}
.sub0302_wrap .con03 table .box02 p{padding-top: 23px;}
.sub0302_wrap .con03 table tr td p.bg01{height: 60px;line-height: 60px;text-align: center;background: #f5f5f5;color: #222;font-weight: 500;font-size:17px;}
.sub0302_wrap .con03 table tr td p.bg02{height: 80px;line-height: 25px;padding-top: 2px;background: #f5f5f5;color: #222;font-weight: 500;font-size:17px;}

.sub0302_wrap .con04{display: none;}


/* sub0304_wrap */
.sub0304_wrap{line-height: 1;}
.sub0304_wrap .tab-menu-wrap{display: flex;margin-bottom: 60px;}
.sub0304_wrap .tab-menu-wrap a{display: block;flex:1;height: 60px;border: 1px solid #d2d9e7;background: #fff;font-size: 24px;font-weight: 700;color: #222;line-height: 58px;text-align: center;}
.sub0304_wrap .tab-menu-wrap a.on{background: #dde8ff;color: #1d4389;border: 0;border-top: 2px solid #1d4389;}
.sub0304_wrap .map_box{margin-bottom: 60px;}
.sub0304_wrap .map_box img{width: 100%;}
.sub0304_wrap ul{display: flex;flex-wrap:wrap;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;background: #fff;}
.sub0304_wrap ul li{width:25%;border-bottom: 1px solid #ddd;}
.sub0304_wrap ul li:last-child{border-bottom: 0;}
.sub0304_wrap ul li a{display: block;transition:.3s;height: 70px;line-height: 68px;border-top:  1px solid transparent;text-align: center;font-size: 24px;color: #222;font-weight: 700;background: #fff;}
.sub0304_wrap ul li a:hover{background: #dde8ff;border-top:  1px solid #1d4389;}

/* sub0305_wrap */
.sub0305_wrap{line-height: 1;}
.sub0305_wrap h5.h5_tit{margin-bottom: 40px;}
.sub0305_wrap h5.h5_tit:after{top: 3px;}
.sub0305_wrap h5.h5_tit span{font-size:17px;}
.sub0305_wrap .tab-menu-wrap{display: flex;margin-bottom: 60px;}
.sub0305_wrap .tab-menu-wrap a{display: block;flex:1;height: 60px;border: 1px solid #d2d9e7;background: #fff;font-size: 24px;font-weight: 700;color: #222;line-height: 58px;text-align: center;}
.sub0305_wrap .tab-menu-wrap a.on{background: #dde8ff;color: #1d4389;border: 0;border-top: 2px solid #1d4389;}
.sub0305_wrap .tab-con p{font-size:17px; color: #555; line-height: 30px;margin-left: 60px;margin-bottom: 20px;} 
.sub0305_wrap .tab-con b::before{content:''; display: inline-block;position: relative; left: -28px; top: -2px; width: 7px; height: 7px; background: #548aff;}
.sub0305_wrap .tab-con b{display: block;font-size:17px; color: #222; line-height: 37px; font-weight: 500;margin-left: -7px;word-break: keep-all;}
.sub0305_wrap .tab-con p em{display: block;}
.sub0305_wrap .tab-con .img_wrap{margin-top: 60px;}

/* sub0401_wrap */
.sub0401_wrap .a_box{display: flex;gap:70px;}
.sub0401_wrap .a_box a{display: block;width: calc((100% - 70px)/3);height: 70px;text-align: center;color: #fff;line-height: 70px;font-size: 18px;background: #548aff;}
.sub0401_wrap .a_box a:nth-child(2){background: #1d4389;}

/* sub0601_wrap */
.sub0601_wrap .inner02 {width: 1400px; margin: 0 auto;}
.sub0601_wrap .con01 {background: url(/images/sub/sub0601_bg_pc.jpg) center no-repeat; height: 400px; display: flex; justify-content: center; align-items: center; margin-bottom: 100px;}
.sub0601_wrap .con01 .txt_wrap {color: #fff; text-align: center;}
.sub0601_wrap .con01 .txt_wrap strong {font-size: 28px; display: block; position: relative;}
.sub0601_wrap .con01 .txt_wrap strong:before {content: ''; position: absolute; left: 190px; top: -10px; width: 24px; height: 20px;
 background: url(/images/sub/quo_mark01.png)center no-repeat; background-size: cover;}
.sub0601_wrap .con01 .txt_wrap strong:after {content: ''; position: absolute; right: 190px; top: -10px; width: 24px; height: 20px;
 background: url(/images/sub/quo_mark02.png)center no-repeat; background-size: cover;}
.sub0601_wrap .con01 .txt_wrap p {font-size: 17px; position: relative; padding-top: 50px; line-height: 32px; word-break:keep-all;}
.sub0601_wrap .con01 .txt_wrap p:after {position: absolute; content: ""; width: 1px; height: 40px; top: 5px; left: 50%; transform: translateX(-50%); background:#fff; }

.sub0601_wrap .con02 .line{position:relative; margin:60px 0;}
.sub0601_wrap .con02 .line::before{position:absolute; content:''; display:block; width:88%; height:1px; background:#ddd; left:0; top:50%; transform:translateY(-50%);}
.sub0601_wrap .con02 .line .img_wrap {display: flex; justify-content: flex-end;}

.sub0601_wrap .con02 .intro_box {display: flex; gap:65px; align-items: center; margin-bottom: 60px;}
.sub0601_wrap .con02 .intro_box .img_wrap img {border-radius: 30px;}
.sub0601_wrap .con02 .intro_box .txt_wrap strong {position:relative; display:block; font-size:24px; color:#222; font-weight:600; padding-bottom:23px; margin-bottom:30px;}
.sub0601_wrap .con02 .intro_box .txt_wrap strong:before{content:'';position: absolute;left: 0;bottom: 0;width: 50px;height: 3px;background: #548aff;} 
.sub0601_wrap .con02 .intro_box .txt_wrap p {font-size: 17px; color: #222; word-break:keep-all;}
.sub0601_wrap .con02 .intro_box .txt_wrap p:last-child {margin-top: 12px;}

.sub0601_wrap .con02 .icon_box ul {display: flex;}
.sub0601_wrap .con02 .icon_box ul li {border-right: 1px dashed #ddd; text-align: center; padding: 20px;}
.sub0601_wrap .con02 .icon_box ul li:last-child {border-right: none;}
.sub0601_wrap .con02 .icon_box ul li .tit_wrap {display: flex; gap:8px; align-items:center; justify-content: center;}
.sub0601_wrap .con02 .icon_box ul li .tit_wrap span {font-size: 16px; background: #548aff; color: #fff; width: 30px; height: 30px; display: block; text-align: center; line-height: 30px; border-radius:50px;}
.sub0601_wrap .con02 .icon_box ul li .tit_wrap em {font-size: 17px; color: #222; font-weight: 700;}
.sub0601_wrap .con02 .icon_box ul li .icon_box img {box-shadow: 2px 2px 20px rgb(0 0 0 / 10%); border-radius: 50%; margin: 20px 0;}
.sub0601_wrap .con02 .icon_box ul li p {font-size: 16px; color: #555; word-break:keep-all; }

.sub0601_wrap .con03 {position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; height:120px; margin-top:60px; margin-bottom: 100px;}
.sub0601_wrap .con03::before{position:absolute; content:''; width:30px; height:120px; background:url('/images/sub/txt_box_l.png')center no-repeat; left:0; top:0;}
.sub0601_wrap .con03::after{position:absolute; content:''; width:30px; height:120px; background:url('/images/sub/txt_box_r.png')center no-repeat; right:0; top:0;}
.sub0601_wrap .con03 p{font-size:17px; line-height:2; text-align:center; color:#222; word-break:keep-all;}
.sub0601_wrap .con03 p span{display:block; color:#548aff; }

.sub0601_wrap .con04 ul {display: flex; justify-content: space-between}
.sub0601_wrap .con04 ul li {display: flex; box-shadow: 2px 2px 20px rgb(0 0 0 / 10%); background: #fff;}
.sub0601_wrap .con04 ul li strong {font-size: 16px; color: #fff; background: #548aff; padding: 10px 40px; display: block; border-radius: 5px 0 0 5px;}
.sub0601_wrap .con04 ul li p {font-size: 15px; color: #555; background: #fff; padding: 10px 65px; display: block; }

