@media screen and (max-width:1024px) {
/*로그인스킨*/
#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: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height: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:100%; margin-top: 40px;}
.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%;}

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

#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: 80px;width: 100%;}
#header h1 a{display: block;width: 93px;height: 41px;background:url(/images/main/main_logo01_pc.png)center no-repeat;background-size:cover ;transition:.3s;}
#header .gnb{margin-left: 20px;display: none;gap:120px;height: 100%;}
#header .gnb li a{display: block;font-size: 17px;height: 100%;line-height: 100px;color: #fff;font-weight: 500;letter-spacing: 0.5px;transition:.3s;}
#header .lang_box{position: relative;display: flex;gap:30px;padding-right: 15px;transition:.3s;justify-content: end;gap:27px;width: 140px;height: 35px;border: 1px solid rgba(255,255,255,.5);border-radius:40px ;align-items:center;}
#header .lang_box:after{content:'';position: absolute;left: 16px;top: 10px;transition:.3s;width: 14px;height: 14px;background:url(/images/main/main_ico01_pc.png)center no-repeat;background-size:cover ;}
#header .lang_box a{position: relative;font-size: 13px;color: #fff;transition:.3s;}
#header .lang_box a:nth-child(1):after{content:'';position: absolute;right: -14px;top: 2px;width: 1px;height: 10px;background:rgba(255,255,255,.5) ;transition:.3s;}
#header .box{display: flex;align-items:center;gap:30px;}
#header .btn_box{display: block;}
#header .btn_box button{width: 30px;height: 27px;background:url(/images/main/tab_ico01_tab.png)center no-repeat;background-size:cover ;}
#header.on .btn_box button{width: 23px;height: 23px;background:url(/images/main/tab_ico02_tab.png)center no-repeat;background-size:cover ;}

#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;}

/* all_menu */
.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:101px;height:220px;width: 1000px;margin: 0 auto;padding-top: 35px;}
.all_menu > li{width: 120px;}
.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;}

/* nav */
.navigation{position:absolute;top: 80px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;height:100vh;}
.navigation .lnb{border-bottom: 1px solid #ddd;}
.navigation.on{display:block;}
.navigation h3{height:60px;width:100%;}
.navigation h3 a{border-top: 1px solid #ddd;}
.navigation h3.active a:after{background:url(/images/main/tab_ico03_tab.png)center no-repeat;background-size:cover ;}
.navigation h3.on a:after{background:url(/images/main/tab_ico03_tab.png)center no-repeat;background-size:cover ;}
.navigation h3:nth-child(12) a{border-bottom: 1px solid #ddd;}
.navigation a{position: relative;height:60px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 20px;color:#222;font-size:16px;font-weight:500;}
.navigation a:after{content:"";position: absolute;top: 26px;right: 20px;width: 13.5px;height: 8px;background:url(/images/main/tab_ico04_tab.png)center no-repeat;background-size:cover ;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation ul{display: block; padding:12px 0;background:#f6f6f6;border-top:2px solid #1d4389;}
.navigation ul li a{display:flex;height:35px;width:100%;color:#555;font-size:15px;border:none;background:#f6f6f6;font-weight: 400;}
.navigation ul li a:after{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: 22px;margin-bottom: 10px;}
#visual_wrap .text_box strong{display: block;font-size: 60px;}
#visual_wrap .text_box ul{display: flex;gap:33px;justify-content: center;margin-top: 40px;}
#visual_wrap .text_box ul li{position: relative;font-size: 18px;font-weight: 400;}
#visual_wrap .text_box ul li:after{content:'';position: absolute;right: -17px;top: 4px;width: 1px;height: 11.5px;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;opacity: .5;}
#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;opacity: 1;}
#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: 50px;left: 50%;transform:translateX(-50%);z-index: 2000;}
#visual_wrap .scroll p{position: relative;font-size: 10px;color: #fff;}
#visual_wrap .scroll p:after{content:'';position: absolute;bottom: -48px;left: 50%;transform:translateX(-50%);width: 1px;height: 35px;background: rgba(255,255,255,.5);}
#visual_wrap .scroll p:before{content:'';position: absolute;animation: ani01 ease .8s alternate infinite;bottom: -48px;left: 50%;transform:translateX(-50%);width: 1px;height: 15px;background: #fff;}

@keyframes ani01 {
  0%{bottom: -30px;}
  100%{bottom: -48px;}
  }
#visual_wrap .quick_menu {position: absolute;  right: 2.66%; bottom:5%; 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: 80px 0;background:url(/images/main/main_bg01_tab.jpg)center no-repeat;background-size:cover ;}
#section01 .title_box h2{font-size: 35px;color: #222;font-weight: 700;margin-bottom: 50px;}
#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:30px; 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 img{width:60px;}
#section01 .icon_box_wrap .icon_box p{position:relative; color: #222;font-size: 16px; margin-top:20px; padding-top:15px;}
#section01 .icon_box_wrap .icon_box p::before{position:absolute; content:''; width:20px; height:2px; 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) .img_box01 img{width: 204px;}
#section02 .box:nth-child(1) .img_box02 img{width: 325px;}
#section02 .box:nth-child(2) .img_box01 img{width: 330px;}
#section02 .box:nth-child(2) .img_box02 img{width: 175px;}
#section02 .box:nth-child(3) .img_box01 img{width: 200px;}
#section02 .box:nth-child(3) .img_box02 img{width: 291px;}
#section02 .box:nth-child(4) .img_box01 img{width: 337px;}
#section02 .box:nth-child(4) .img_box02 img{width: 190px;}
#section02 .box:nth-child(1){margin-bottom: 53px;}
#section02 .box:nth-child(2){margin-bottom: 53px;}
#section02 .box:nth-child(3){margin-bottom: 36px;}
#section02 .box .text_box h2{font-size: 50px;font-weight: 700;color: #222;margin-bottom: 50px;}
#section02 .box .text_box > p{color: #548aff;font-size: 16px;line-height: 25px;margin-bottom: 35px;}
#section02 .box .text_box a{display: flex;align-items:center;gap:20px;justify-content: center;width:173px;height: 48px;border: 1px solid #ddd;background: #fff;}
#section02 .box .text_box a p{font-size: 14px;color: #555;}
#section02 .box .text_box a img{width: 19px;}
#section02 .box01 .text_box{position: absolute;left: 24%;top: 75px;z-index: 1000;}
#section02 .box02 .text_box{position: absolute;right: 24%;text-align: right;top: 78px;z-index: 1000;}
#section02 .box02 .text_box a{float:right;}
#section02 .box:nth-child(3) .text_box{position: absolute;left: 26%;top: 92px;}
#section02 .box:nth-child(4) .text_box{top: 98px;}
#section02 .box:nth-child(4) .img_box02{position: relative;top: 25px;}

#section03{position: relative;line-height: 1;background:url(/images/main/main_bg02_tab.jpg)left top no-repeat;background-size:720px 420px;padding: 50px 0 0;margin: 80px 0;}
#section03:after{content:'';position: absolute;bottom: -80px;right: 0;width: 600px;height: 370px;background: #548aff;z-index: -1;}
#section03 .title_box{margin-bottom: 25px;}
#section03 .title_box span{font-size: 14px;color: #fff;}
#section03 .title_box p{margin-top: 17px;font-size: 22px;color: #fff;font-weight: 700;}
#section03 .input_box{display: flex;width: 530px;gap:30px;margin-bottom: 28px;}
#section03 .input_box .box{width: calc((100% - 40px)/2);}
#section03 .input_box .box p{font-size: 14px;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: 28px;}
#section03 .input_box02 p{font-size: 15px;color: #fff;margin-bottom: 30px;}
#section03 .input_box02 textarea{width: 530px;height: 60px;background: none;border: 1px solid #fff;}
#section03 .btn_box{display: flex;justify-content: end;width: 530px;padding-bottom: 50px;}
#section03 .btn_box button{width: 175px;height: 35px;border: 1px solid #fff;font-size: 14px;color: #fff;}

#footer.pc_footer{display: none;}
#footer.tab_footer{display: block;}
#footer{line-height: 1;padding: 40px 0;background: #222;}
#footer .inner{display: flex;align-items:center;justify-content: space-between;}
#footer .left{display: flex;gap:50px;}
#footer .left p{font-size: 16px;color: #fff;font-weight: 700;margin-bottom: 10px;}
#footer .left span{font-size: 15px;color: #aaa;}
#footer .left p:nth-child(3){font-size: 15px;color: #aaa;margin-top: 20px;font-weight: 400;}
#footer .logo_box{margin-bottom: 31px;}
#footer .logo_box a{display: flex;justify-content: center;}
#footer .logo_box a img{width: 93px;}
#footer  p{color: #aaa;font-size: 14px;margin-bottom: 15px;text-align: center;}
#footer  p:last-child{margin-bottom: 0;}
#footer  strong{display: block;margin-bottom: 15px;color: #fff;font-weight: 700;text-align: center;}
#footer  span{display: inline-block;margin-right: 20px;color: #fff;font-weight: 700;}
#footer  span:nth-child(2){margin-left: 35px;}



/* sub */

#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap h2{width: 100%;position: absolute;top: 58%;font-size: 44px;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:55px;background:rgba(29,67,137,.8);}
.tab_menu .inner{position:relative; display: flex; height:55px;padding: 0;}
.tab_menu .on .arrow02{background: url(/images/sub/sub_ico05_pc.png)center no-repeat;}
.tab_menu .home{display: none;width: 80px; height:55px; 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:50%; height:100%; background:url("/images/sub/sub_ico03_pc.png") center right 20px no-repeat; background-size:16px auto;}
.tab_menu .menu > li.on {background:url("/images/sub/sub_ico02_pc.png") center right 20px no-repeat; background-size:18px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;justify-content: center;padding: 0 0px 0 0px; width:100%; height:100%; font-size: 15px; 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:15px; color:#555;height: 50px;line-height: 50px;font-weight: 400;padding:0 0px;text-align: center;}
.tab_menu .menu > li ul li.on a{color: #1d4389;}

#sub_contents{padding: 65px 0 110px;background: #f7f7f7;}
#sub_contents .contop h4{font-size: 35px;color: #222;text-align: center;font-weight: 700;margin-bottom: 45px;line-height: 1;}

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

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

h5.h5_tit{position: relative;padding-left: 38px;font-size: 22px;font-weight: 700;color: #222;line-height: 35px; margin-bottom:50px;}
h5.h5_tit:after{content:'';position: absolute;left: 0;top: 7px;width: 21px;height: 21px;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:15px; color:#1d4389; padding:15px 0; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.tbl01 td{font-size:14px; padding:15px; 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:15px; color:#fff; background:#548aff; padding:10px 0; border-left:1px solid #548aff; border-right:1px solid #548aff;}
.tbl02 td{font-size:13px; 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:14px; color:#fff; padding:20px 0; background:#1d4389;  border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.tbl03 td{font-size:13px; 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:60px 60px;margin-bottom: 60px;}
.sub0101_wrap ul li {width: calc((100% - 60px)/2);}
.sub0101_wrap ul li .img_box{margin-bottom: 25px;}
.sub0101_wrap ul li .img_box img{border-radius:15px ;box-shadow: 5px 5px 20px 0px rgba(0,0,0,.3);width: 333px;}
.sub0101_wrap ul li .title_box{margin-bottom: 45px;}
.sub0101_wrap ul li .title_box p{position: relative;padding-left: 38px;font-size: 22px;font-weight: 700;color: #222; line-height:1.3;}
.sub0101_wrap ul li .title_box p:after{content:'';position: absolute;left: 0;top: 7px;width: 21px;height: 21px;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: -27px;width: 40px;height: 3px;background: #548aff;}
.sub0101_wrap ul li .title_box p br{display:none;}
.sub0101_wrap ul li .txt{padding-left: 10px;}
.sub0101_wrap ul li .txt p{font-size: 14px;color: #222;line-height: 25px;}
.sub0101_wrap ul li .txt p span{display: none;}
.sub0101_wrap ul li .txt p em{display: block;}
.sub0101_wrap ul li .txt p ~ p{margin-top: 10px;}
.sub0101_wrap .a_box{display: flex;gap:60px;}
.sub0101_wrap .a_box a{display: block;width: calc((100% - 60px)/2);height: 55px;text-align: center;color: #fff;line-height: 55px;font-size: 16px;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:16px; color:#222;}
.sub0101_pd_list_wrap .con01 p{padding:0 30px; font-size:14px; color:#666; word-break:keep-all;}
.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:48%; 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:15px; color:#222;}
.sub0101_pd_list_wrap .con02 ul li .txt_wrap .left_wrap p{font-size:14px; 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:20px; color:#1d4389;}
.sub0101_view_wrap .con01 p{font-size:14px; color:#666; line-height:2;}
.sub0101_view_wrap .con01 p a{text-decoration:underline; color:#1D4389;}

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

/* sub0103 */
.top_box .txt_box{position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; height:120px; margin:50px 0 80px;}
.top_box .txt_box::before{position:absolute; content:''; width:30px; height:120px; background:url('/images/sub/txt_box_l.png')center no-repeat; left:50px; 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:50px; top:0;}
.top_box .txt_box strong{display:block; color:#222; font-size:18px; margin-bottom:20px;}
.top_box .txt_box p{font-size:15px; 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(50% - 10px);}
.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{height:180px;}
.sub0104_wrap .top_box .txt_box::before{top:30px;}
.sub0104_wrap .top_box .txt_box::after{top:30px;}
.sub0104_wrap .top_box .txt_box p {padding:0 100px; text-align:center;}
.sub0104_wrap .top_box .txt_box p br{display:none;}
.sub0104_wrap ul{background:url('/images/sub/sub0104_bg_tab.jpg')center no-repeat; background-size: cover; background-repeat: no-repeat; background-position: center; padding:80px 0; display:flex; flex-wrap:wrap; gap:80px 0;}
.sub0104_wrap ul li{width:50%; display:flex; align-items:center; flex-direction:column; text-align:center;}
.sub0104_wrap ul li em{font-size:18px; color:#548aff; font-weight:700;}
.sub0104_wrap ul li img{width:75px; margin:20px 0 15px;}
.sub0104_wrap ul li strong{font-size:15px; color:#222;}
.sub0104_wrap ul li p{font-size:14px; margin:0 0 10px;}

/* sub0201 */
.sub0201_wrap .con p{font-size:15px; color:#222;}
.sub0201_wrap .con p span{color:#548aff;}
.sub0201_wrap .con h5{position:relative; display:block; font-size:22px; color:#222; font-weight:600; padding-bottom:20px; margin-bottom:20px;}
.sub0201_wrap .con h5:before{content:'';position: absolute;left: 0;bottom: 0;width: 40px;height: 3px;background: #548aff;}
.sub0201_wrap .con p br{display:none;}
.sub0201_wrap .con p b{display:block;}
.sub0201_wrap .con .img_box{width:50%;}

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

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

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

.sub0201_wrap .history_list{position:relative; margin-left:20px; margin-top:50px;}
.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:22px; color:#1d4389; width:160px; padding-left:50px; position:relative; vertical-align:middle;}
.sub0201_wrap .history_list strong:before{position:absolute; width:21px; height:21px; top:10px; left:-10.5px; content:""; background:url(/images/sub/sub_ico04_pc.png)center no-repeat; background-size:100%;}
.sub0201_wrap .history_list .txt_wrap{display: inline-block; width:calc(100% - 166px); padding:20px 0 15px; 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:80px; vertical-align:top; font-size:15px;}
.sub0201_wrap .history_list .txt_wrap em{display: inline-block; width:calc(100% - 85px); color:#7d7d7d; vertical-align:top; font-size:14px;}
.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:9px;}

/* sub0201 view */
.sub0201_view_wrap .con01{margin-bottom:60px; padding-bottom:60px; display:flex; gap:20px; border-bottom:1px solid #ddd;}
.sub0201_view_wrap .con01 .img_wrap{width:50%; 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:20px; color:#1d4389; }
.sub0201_view_wrap .con01 .txt_wrap p{font-size:15px; color:#666; }
.sub0201_view_wrap .con02{display:flex; gap:20px; flex-wrap: wrap;}
.sub0201_view_wrap .con02 div{padding:20px; width:48%; height:170px; background:#fff;}
.sub0201_view_wrap .con02 div strong{display:block; margin-bottom:10px; font-size:16px; color:#222;}
.sub0201_view_wrap .con02 div p{font-size:14px; color:#666; line-height:2; }

/* sub0202 */
.sub0202_wrap{display:flex; flex-wrap:wrap; gap:80px 0;}
.sub0202_wrap .map_wrap{width:100%;}
.sub0202_wrap .map_wrap h5{margin-bottom:30px;}
.sub0202_wrap .map_wrap .map{position: relative; width: 100%; padding-bottom: 45%; 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:13px;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:13px;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: none;}
.sub0302_wrap table.sub03_tb_tab {display: table;}
.sub0302_wrap table.sub03_tb_mob {display: none;}

.sub0302_wrap .con01{display: block;gap:40px;margin-bottom: 80px;}
.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: 15px;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: 15px;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: 15px;color: #999;}
.sub0302_wrap .con01 .box_wrap01{width: 100%;margin-bottom: 20px;}
.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: 15px;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: 15px;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;}

.sub0302_wrap .con01 .box_wrap02{width: 100%;}
.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: 15px;}
.sub0302_wrap .con01 .box_wrap02 .box02 p:last-child{margin-top: 15px;}

.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: 80px; }
.sub0302_wrap .tab_wrap .tab_btn{margin-bottom: 60px;}
.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 bottom;height: 180px; background-size: 40%;}
.sub0302_wrap .tab_wrap .tab_btn ul li:nth-child(2) {background: url(/images/sub/sub0302_n_img02.png) right bottom no-repeat;height: 180px; background-size: 40%;}
.sub0302_wrap .tab_wrap .tab_btn ul li strong {display: block; font-size: 16px; padding: 40px 0 0 40px;}
.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; background-size: 40%;}
.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;
background-size: 40%;}

.sub0302_wrap .con02 strong.tit {font-size: 20px; display: block; text-align: center; color: #222; margin-bottom: 25px;}
.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: 50px 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:40px; justify-content: center; align-items: center; flex-direction: column}
.sub0302_wrap .con02 ul.container_wrap li .txt {margin-bottom: 20px; text-align: center;}
.sub0302_wrap .con02 ul.container_wrap li .txt span{display: block;font-size: 16px;color: #548aff; font-weight: 500; margin-bottom: 5px;}
.sub0302_wrap .con02 ul.container_wrap li .txt p{font-size:14px;color: #444;line-height: 25px;}

.sub0302_wrap .con02 ul.container_wrap li .con_box02 .right {width: 100%;}
.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;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: 13px; 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: 14px; color: #222; padding-left: 12px; line-height: 1.4;}

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

.sub0302_wrap .con03 table.sub03_tb_pc{display: none;}
.sub0302_wrap .con03 table.sub03_tb_tab{display: table;}
.sub0302_wrap .con03 strong{display: block;font-size: 15px;color: #d12525;margin-bottom: 30px;font-weight: 400;line-height: 25px;}
.sub0302_wrap .con03 strong span{display: block;margin-left: 81px;}
.sub0302_wrap .con03 table .box{display: flex;background: #f5f5f5;}
.sub0302_wrap .con03 table tr{height: 60px;}
.sub0302_wrap .con03 table tr td:nth-child(1){}
.sub0302_wrap .con03 table .box p{width: 85px;text-align: center;padding-top: 64px;font-size: 15px;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: 15px;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: 15px;}
.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: 15px;}
.sub0302_wrap .con03 table.sub03_tb_tab th{height: 140px;}
.sub0302_wrap .con03 table.sub03_tb_tab .box03{height: 140px;}
.sub0302_wrap .con03 table.sub03_tb_tab .box03 p{height: 80px;padding-top: 10px;font-size: 15px;color: #222;font-weight: 500;line-height: 25px;}
.sub0302_wrap .con03 table.sub03_tb_tab .box03 .txt{display: flex;height: calc(100% - 80px);border-top: 1px solid #ddd;}
.sub0302_wrap .con03 table.sub03_tb_tab .box03 .txt span{display: block;flex:1;text-align: center;border-right: 1px solid #ddd;height: 100%;line-height: 59px;}
.sub0302_wrap .con03 table.sub03_tb_tab .box03 .txt span:last-child{border-right: 0;}
.sub0302_wrap .con03 table.sub03_tb_tab .fz01{font-size: 11px;}
.sub0302_wrap .con03 table tr td:nth-child(1){background: #f5f5f5;font-size: 15px;font-weight: 500;color: #222;}
.sub0302_wrap .con03 table tr td{font-size: 15px;color: #444;}

/* sub0304_wrap */
.sub0304_wrap{line-height: 1;}
.sub0304_wrap .tab-menu-wrap{display: flex;margin-bottom: 40px;}
.sub0304_wrap .tab-menu-wrap a{display: block;flex:1;height: 55px;border: 1px solid #d2d9e7;background: #fff;font-size: 19px;font-weight: 700;color: #222;line-height: 53px;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: 40px;}
.sub0304_wrap .map_box img{width: 100%;}
.sub0304_wrap ul{display: flex;flex-wrap:wrap;border-top: 1px solid #ddd;}
.sub0304_wrap ul li{width:50%;border-bottom: 1px solid #ddd;}
.sub0304_wrap ul li a{display: block;height: 56px;line-height: 54px;text-align: center;font-size: 18px;color: #222;font-weight: 700;}
.sub0304_wrap ul li a.on{background: #dde8ff;border-top:  1px solid #1d4389;}

/* sub0305_wrap */
.sub0305_wrap{line-height: 1;}
.sub0305_wrap h5.h5_tit{margin-bottom: 15px; font-size: 19px;}
.sub0305_wrap h5.h5_tit:after{top: 3px;}
.sub0305_wrap h5.h5_tit span{font-size: 15px;}
.sub0305_wrap .tab-menu-wrap{display: grid;margin-bottom: 40px;grid-template-columns: 1fr 1fr 1fr;}
.sub0305_wrap .tab-menu-wrap a{display: block;flex:1;height: 40px;border: 1px solid #d2d9e7;background: #fff;font-size: 19px;font-weight: 700;color: #222;line-height: 37px;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: 15px; color: #555; line-height: 22px;margin-left: 40px;margin-bottom: 20px;} 
.sub0305_wrap .tab-con b::before{content:''; display: inline-block;position: relative; left: -11px; top: -2px; width: 4px; height: 4px; background: #548aff;}
.sub0305_wrap .tab-con b{display: block;font-size: 15px; color: #222; line-height: 32px; 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: 35px;}
.sub0305_wrap .tab-con .img_wrap img{width: 100%;}

/* sub0601_wrap */
.sub0601_wrap .inner02 {width: 100%; margin: 0 auto; padding: 0 2.6%;}
.sub0601_wrap .con01 {background: url(/images/sub/sub0601_bg_tab.jpg) center no-repeat; height: 300px; display: flex; justify-content: center; align-items: center; margin-bottom: 80px;}
.sub0601_wrap .con01 .txt_wrap {color: #fff; text-align: center; padding: 0 16px;}
.sub0601_wrap .con01 .txt_wrap strong {font-size: 22px; display: block; position: relative;}
.sub0601_wrap .con01 .txt_wrap strong:before {content: ''; position: absolute; left: 180px; 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: 180px; 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: 15px; position: relative; padding-top: 50px; line-height: 26px; 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:40px 0;}
.sub0601_wrap .con02 .line::before{position:absolute; content:''; display:block; width:84%; 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 .line .img_wrap img {width: 100px;}

.sub0601_wrap .con02 .intro_box {display: flex; gap:30px; align-items: center; margin-bottom: 40px; flex-direction: column}
.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:20px; color:#222; font-weight:600; padding-bottom:20px; margin-bottom:30px;}
.sub0601_wrap .con02 .intro_box .txt_wrap strong:before{content:'';position: absolute;left: 0;bottom: 0;width: 40px;height: 3px;background: #548aff;} 
.sub0601_wrap .con02 .intro_box .txt_wrap p {font-size: 15px; color: #222; word-break:keep-all;}
.sub0601_wrap .con02 .intro_box .txt_wrap p:last-child {margin-top: 8px;}

.sub0601_wrap .con02 .icon_box ul {display: flex;}
.sub0601_wrap .con02 .icon_box ul li {border-right: 1px dashed #ddd; text-align: center; padding: 15px;}
.sub0601_wrap .con02 .icon_box ul li:last-child {border-right: none;}
.sub0601_wrap .con02 .icon_box ul li .tit_wrap {display: flex; gap:5px; align-items:center; justify-content: center;}
.sub0601_wrap .con02 .icon_box ul li .tit_wrap span {font-size: 14px; background: #548aff; color: #fff; width: 25px; height: 25px; display: block; text-align: center; line-height: 25px; border-radius:50px;}
.sub0601_wrap .con02 .icon_box ul li .tit_wrap em {font-size: 15px; 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; width: 100px;}
.sub0601_wrap .con02 .icon_box ul li p {font-size: 14px; 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:40px; margin-bottom: 80px;}
.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:15px; line-height:2; text-align:center; color:#222; padding: 0 30px;}
.sub0601_wrap .con03 p span{display:block; color:#548aff;}

.sub0601_wrap .con04 ul {display: flex; flex-wrap:wrap;gap:15px 30px}
.sub0601_wrap .con04 ul li {display: flex; width: calc((100% - 30px) / 2); background: #fff;}
.sub0601_wrap .con04 ul li:first-child {width: 100%;}
.sub0601_wrap .con04 ul li strong {font-size: 14px; color: #fff; background: #548aff; padding: 10px 20px; display: block; width: 110px; text-align: center; border-radius: 5px 0 0 5px;}
.sub0601_wrap .con04 ul li p {font-size: 14px; color: #555; background: #fff; padding: 10px 20px; display: block; }
}