@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:30px;}
.login_top {width:100%; height:auto; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom: 20px;}
.login_top h2 {font-size:20px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {display: block; font-size:12px; font-weight:400; margin-top: 5px; line-height: 18px}
.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:35px; 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:35px; 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:0; width: 14px;}
.login_mid .login_con input::placeholder {font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:45px; 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:15px; line-height:43px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:8px; padding-left:10px; position:relative; line-height:1;}
.login_mid .login_bottom li::before {width:1px; height:10px; background:#ddd; content:''; position:absolute; left:0; top:2px;}
.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:12px; 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:12px; 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: 20px;}
.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:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

.pc_block{display:none !important;}
.mobile_block{display:flex !important;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}


/* intro */
.intro_wrap{position: relative; width: 100%; height: 100vh; overflow: hidden;}
.intro_wrap .inner{display: flex; gap:20px; max-width:1260px; flex-direction: column;}
.intro_wrap .bg_wrap{position: relative; padding-top: 230%;}
.intro_wrap .video_wrap{position: absolute;top: 0; left: 0;width: 300%;height: 100%;left: -100%;pointer-events: none; z-index: -1;}
.intro_wrap .video_wrap iframe{width: 100%;height: 100%;border: 0;object-fit: cover;}
.intro_wrap .video_overlay {display: none;}
.intro_wrap .intro_con{position: absolute; top: 0; width: 100%; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:30px; height: 100%; color: #fff;}
.intro_wrap .intro_con .intro_desc{font-size: 0.875rem; padding-inline:5%;}
.intro_wrap .box_wrap{width: 100%;}
.intro_wrap .box_item{flex:1; height: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding-block: 30px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.50); background: rgba(0, 0, 0, 0.50); backdrop-filter: blur(5px); transition: background 0.3s ease;}
.intro_wrap .box_item h1 img{width: 250px;}
.intro_wrap .box_item h2{font-size: 1.125rem; text-align: center;}
.intro_wrap .box_item h2 strong{display: block;}
.intro_wrap .home_link{display: flex; align-items: center; gap:10px; font-size: 0.75rem; color: #fff; border:1px solid #fff; border-radius:30px; padding: 8px 25px; transition: background-color 0.4s ease, color 0.4s ease;}
.intro_wrap .home_link img{width: 16px;}
.intro_wrap .home_link:hover{background-color: #fff; color: #000;}
.intro_wrap .home_link:hover img {transform: translateX(4px); filter: brightness(0);}
.intro_wrap .univer_link{display: flex; align-items: center; gap:10px; font-size: 0.875rem; color: #fff;}
.intro_wrap .univer_link img{width: 16px;}
.intro_wrap .box_item.item01:hover{background: linear-gradient(90deg, #005739 0%, #0E341B 100%); transition: background 0.3s ease;}
.intro_wrap .box_item.item02:hover{background: linear-gradient(270deg, #072A60 0%, #003B71 100%); transition: background 0.3s ease;}
.intro_wrap .box_item.hovered {background: rgba(255, 255, 255, 0.1); transition: background 0.3s ease;}
.rolling_txt {position: relative; padding-inline: 5%; height: 55px;overflow: hidden; width: 100%; text-align: center;}
.rolling_txt ul {position: relative;}
.rolling_txt li {position: absolute;top: 0;left: 0;opacity: 0;transition: opacity 1.5s ease;width: 100%;font-size: 1.125rem;pointer-events: none; word-break:keep-all; line-height: 1.4;}
.rolling_txt li.active {opacity: 1; z-index: 1;}


/* quick_menu */
.quick_wrap{position: fixed; top: 50%; transform:translateY(-50%); right: 10px; width: 55px; z-index: 9999;}


/* navigation */
.navigation{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb_wrap{position:absolute; top: 0; z-index:5000; width:80%;background-color:#fff;height:100%; right: 0px;}
.navigation .nav_top{width: calc(100% - 32px); height: 60px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.navigation .nav_top .nav_logo{display: block; background: url('/assets/images/main/main_logo_s.png')center no-repeat; background-size:cover; width: 160px; height: 26px;}
.navigation .nav_top .close_btn{position: relative; width: 35px; border-radius:50%; aspect-ratio:1;}
.navigation .nav_top .close_btn span{position: absolute; top: 50%;	 left: 50%; display: block; width: 18px; height: 2px; background: #fff; transition: 0.3s;}
.navigation .nav_top .close_btn span:first-child {transform: translate(-50%, -50%) rotate(45deg);}
.navigation .nav_top .close_btn span:last-child {transform: translate(-50%, -50%) rotate(-45deg);}
.navigation.on{display:block;}

.navigation .nav_btm{display: flex; height: 100%;}
.navigation .lnb{width: 40%; padding: 8px; border-radius: 0 30px 0 0;}
.navigation .sub_panel{width: 60%; padding-inline: 10px; background: url('/assets/images/main/main_nav_bg.png')bottom right no-repeat;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url(/images/main/main_nav_arw_tab.png)center no-repeat; background-size:cover; width: 13px; height: 7px;}
.navigation h3 a{position: relative; display: block; color:#fff;font-size:0.75rem; font-weight: 600; line-height: 22px; padding: 10px 12px;}
{border-radius: 24px;background: rgba(255, 255, 255, 0.10);}
.navigation h3.on a{border-radius: 24px; background: rgba(255, 255, 255, 0.10);}
.navigation .depth2{display: block; padding:15px 0;}
.navigation .depth2 > li > a{display: block; padding-inline: 10px; padding-block:8px; color:#222;font-size:0.75rem;font-weight: 400; line-height: 1.6; transition:.3s;}
.navigation .depth2 > li:hover > a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation .depth2 > li > a.on{color: #222;}
.navigation .depth2 > li > a:after{display: none;}
.navigation .depth2 > li.more_depth > a{position: relative;}
.navigation .depth2 > li.more_depth > a::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); display: block; background: url('/assets/images/main/nav_arw.png')center no-repeat; background-size:cover;width: 16px; height: 17px;}
.navigation .depth2 > li.more_depth.active > a::after{background: url('/assets/images/main/nav_arw_on.png')center no-repeat; background-size:cover;width: 16px; height: 17px; right: 10px;}
.navigation .depth2 > li.more_depth.active > a{padding-inline: 12px; border-radius:30px; color: #fff;}
.navigation .depth3{display: none; padding: 10px 20px;}
.navigation .depth3 li a{font-size: 0.75rem; color: #222; line-height: 1.4;}
.navigation .depth3 li:not(:first-child){margin-top: 15px;}
.navi_bg{display: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 



/* header */
#header{height: 60px;}
#header h1 a{width: 185px; height: 30px;}
#header h1.s_logo a{width: 185px; height: 30px;}
#header .inner{width: 100%; height: 100%;}
#header .h_right{gap:5px;}
#header .h_right .seoul_btn{display: flex; flex-direction: column; align-items: center; gap:4px; width: 40px; padding: 5px; aspect-ratio: 1; border-radius: 50%; font-size: 0.625rem;}
#header .h_right .seoul_btn .pc_txt{display: none;}
#header .h_right .seoul_btn .mob_txt{display: block;}
#header .h_right .seoul_btn img{width: 15px;}
#header .h_right .nav_btn{width: 40px;}


/* main 공통 */
.main_tit{display: flex; flex-direction: column; gap:15px;}
.main_tit .tit_box{display: flex; align-items: flex-start; flex-direction: column; gap:10px;}


/* visual */
.visual_container{width: 100%; padding: 0 2.6%;}
#visual_wrap .swiper-slide .txt_wrap{position: absolute; left: 20px; top: auto; bottom:60px; transform:none; color: #fff; display: flex; flex-direction: column; gap:15px; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#visual_wrap .swiper-slide img.mob_img{max-height:600px; object-fit:cover; border-radius: 30px;}
#visual_wrap .swiper-slide .txt_wrap > span{font-size: 1rem;}
#visual_wrap .swiper-slide .txt_wrap h2{font-size:2.5rem; font-weight: 500; line-height: 1.2;}
#visual_wrap .swiper-slide .txt_wrap h2 span{display: block;}
#visual_wrap .swiper-slide .txt_wrap p{font-size: 1.125rem; margin-top:5px;}


/* section01 */
#section01 .link_list{overflow-x: scroll; gap:0px; padding-bottom:20px;}
#section01 .link_list::-webkit-scrollbar {height:4px;}
#section01 .link_list::-webkit-scrollbar-track {background: #f8f8f8; border-radius:4px;}
#section01 .link_list::-webkit-scrollbar-thumb {background-color:#222; border-radius:4px;}
#section01 .link_list li{display:flex; justify-content: center; align-items: center; width:150px; height:200px; border-radius:15px; margin:10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); flex-basis: 150px; flex-shrink: 0; padding: 10px;}
#section01 .link_list li a{gap:5px;}
#section01 .link_list li a svg{width:80px; height:80px;}
#section01 .link_list li a h3{font-size: 1.125rem; white-space:wrap;}
#section01 .link_list li a p{font-size: 0.875rem;}
#section01 .link_list li:hover{border-radius:15px;}



/* section02 */
#section02 .biz_wrap {display: flex;gap: 20px; flex-direction: column; height: auto;overflow: hidden; margin-top: 30px;}
#section02 .biz_wrap .list_box {flex-grow: 1;width:100%;min-width: 130px;position: relative;color: white;padding: 10px;border-radius: 10px;overflow: hidden;transition: width 0.7s ease;cursor: pointer; display: flex; flex-direction: column; justify-content: space-between;}
#section02 .biz_wrap .list_box.active{padding:30px 20px;}
#section02 .biz_wrap .tit_top{width: 100%; flex-direction: row; padding-inline: 20px;}
#section02 .biz_wrap .tit_top h4{writing-mode: inherit; transform:none; font-size: 1.875rem;}
#section02 .biz_wrap .list_box.active .tit_top{padding-inline: 0;}
#section02 .biz_wrap .list_box.active .tit_top h4{font-size: 1.875rem;}
#section02 .biz_wrap .togg_btn{width:40px; height:40px;}
#section02 .biz_wrap .list_box p{margin-top:40px;}
#section02 .biz_wrap .tags{margin-top:40px;}



/* section03 */
#section03{padding-block:60px;}
#section03 .sec03_con{gap:0px; flex-direction: column;}
#section03 .sec03_con > div{width: 100%;}
#section03 h4{margin: 30px 0 20px;}
#section03 .notice_list li:not(:first-child){margin-top: 10px;}
#section03 .notice_list li a{display: flex; align-items: center; gap:10px;}
#section03 .notice_list li .date_wrap{display: flex; flex-direction: column; justify-content: center; align-items: center; gap:5px; aspect-ratio:1; flex-shrink:0; background: #fff; border-radius: 15px; color: rgba(34, 34, 34, 0.25); padding: 8px; transition:.3s;}
#section03 .notice_list li:hover .date_wrap{color: var(--co01); transition:.3s;}
#section03 .notice_list li .date_wrap strong{font-size: 1.5rem;}
#section03 .notice_list li .date_wrap span{font-size: 0.75rem;}
#section03 .notice_list li .tit_wrap strong{font-size: 1rem; color: #222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#section03 .notice_list li .tit_wrap p{margin-top: 15px; font-size: 0.875rem; color: #666; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#section03 .gallSlide .gallery_info{margin-top: 15px;}
#section03 .gallSlide .gallery_info strong{font-size: 1rem; color: #222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#section03 .gallSlide .gallery_info p{margin-top: 10px; font-size: 0.875rem; color: #666; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#section03 .gallSlide .slick-slide img{aspect-ratio:1.592 / 1;}
#section03 .gallSlide .slick-dots li.slick-active button{width: 30px;}
#section03 .gallSlide .slick-dots li button{width: 15px; height: 15px;}



/* sectino04 */
#section04{padding-block:60px;}
#section04 .sec04_con{width: calc(100% - 5.2%); padding-block:60px;}
#section04 .sec04_con .inner{padding:0 20px; gap:40px;}
#section04 .sec04_top{align-items: flex-start; flex-direction: column; gap:40px;}
#section04 .sec04_top p{width: 100%; word-break:keep-all;}
#section04 .sec04_top p span{display: inline;}
#section04 .com_num{line-height:1.35;}
#section04 .sec04_btm{gap:15px; flex-direction: column;}
#section04 .sec04_btm > div{margin-inline:5px;}
#section04 .sec04_btm a{padding: 20px 10px;}
#section04 .sec04_btm .part_info{margin-top: 10px;}
#section04 .sec04_btm .part_info span{display: inline;}
#section04 .sec04_con .inner::before{content: ""; position: absolute; top:auto; bottom:-70px; right:-120px; width:480px; height:480px;}



/* sectino05 */
#section05{padding-bottom: 80px;}
/* #section05 .youtube_wrap{flex-direction: column; margin-top: 30px; gap:30px;}
#section05 .youtube_wrap h4{font-size:1.875rem;}
#section05 .youtube_wrap > div{width: 100%;}
#section05 .you_info .you_title{font-size: 1.25rem;}
#section05 .you_top{margin-top: 20px;}
#section05 .you_thumb{margin-top:20px;}
#section05 .swiper-pagination{margin-top:20px;}
#section05 .you_btn{margin: 20px auto 0;}
#section05 .insta_btn{margin: 20px auto 0;} */
#section05 .sns_wrap {margin-top: 30px;}
#section05 .sns_wrap ul {gap:20px; flex-direction: column;}
#section05 .sns_wrap ul li {width:100%; padding: 30px 40px;}
#section05 .sns_wrap ul li .sns_tit strong {font-size: 1.25rem;}
#section05 .sns_wrap ul li .sns_tit img {width:40px; height:40px;}
#section05 .sns_wrap .tags{margin-top:40px;}

/* footer */
#footer .inner{background:#222; max-width:100%; width: calc(100% - 40px); display: flex; flex-direction:column; align-items:center; padding:40px 20px; border-radius:20px; gap:30px; margin-bottom: 20px;}
#footer .footer_top{width:100%; align-items: flex-start; flex-direction: column; gap:30px;}
#footer .footer_top .footer_link{width:100%; gap:10px; flex-direction: column;}
#footer .footer_top .footer_link a{font-size: 1rem;}
#footer .site_wrap{width:100%; flex-direction: column; gap:5px;}

#footer .site_wrap a.youtube_link{width:100%; height:40px; justify-content: space-between !important; font-size: 1rem; color: #FFF; padding: 10px 20px 10px 24px; font-family: "KakaoSmallSans-Bold"; font-weight: 700;}
#footer .site_wrap a.youtube_link img{width: 20px;}

#footer .site_wrap .selbox{width:100%; height:40px;}
#footer .site_wrap .selbox a span{font-size: 1rem; white-space: nowrap; padding-right: 30px;}
#footer .footer_btm .info p{font-size: 0.875rem; text-align: center;}
#footer .footer_btm .info p:last-child{margin-top: 10px;}
#footer .footer_btm .img-wrap{width:236.5px; height:60px; margin: 0 auto;}
#footer .footer_btm .img-wrap a{display:block; width:100%;}
#footer .footer_btm .img-wrap a > img{width:100%;}
#footer .link-site{display: none; position: absolute; bottom:45px; left: -1px; z-index: 10; width: 100%; background: #333; padding: 25px 24px; border-radius: 10px; max-height:250px; overflow:auto;}
#footer .link-site li a{color: #fff; font-size: 1rem; font-family: "Kakao Small Sans"; font-weight: 400;}
#footer .link-site li:not(:last-child){margin-bottom: 20px;}
#footer .link-site::-webkit-scrollbar {width: 12px; }
#footer .link-site::-webkit-scrollbar-track {background: rgba(248, 249, 250, 0.25);border-radius: 10px; border-right: 5px solid #333; }
#footer .link-site::-webkit-scrollbar-thumb {background-color: #fff;border-radius: 10px; border-right: 5px solid #333; }

/* sub */

#sub_visual_wrap { position:relative;}
#sub_visual_wrap .txt_wrap { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); text-align:center; line-height:1;}
#sub_visual_wrap .txt_wrap h2 { margin-bottom:22px; font-size:22px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_list { display:flex;align-items:center;gap:27px;justify-content: center;}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:12px; color:#fff; font-weight:400;}
#sub_visual_wrap .txt_wrap .sub_list li::before { content:''; position:absolute; right:-15px; top:4px;width: 3px;height: 3px;border-radius: 50%;background: #fff;}
#sub_visual_wrap .txt_wrap .sub_list li:last-child::before{display: none;}

/* tab_menu */
.tab_menu {position: relative;display: block; width:100%; height:46px;background: #fff;border-bottom: 1px solid #ddd;line-height: 1;}
.tab_menu .inner{position:relative; display: flex; height:45px;background:#fff;padding: 0;}
.tab_menu .on .arrow02{background: url(/images/sub/sub_ico05_pc.png)center no-repeat;}
.tab_menu .home{display: none;width: 60px; height: 60px; background: url(/images/sub/sub_ico02_pc.png)center no-repeat #0c134f;}
.tab_menu .menu {display: flex;width: 100%; height:100%;}
.tab_menu .menu > li{position:relative; min-width:auto;flex:1; height:100%; background:url("/images/sub/sub_ico03_pc.png") center right 10px no-repeat; background-size:13px auto;}
.tab_menu .menu > li.on {background:url("/images/sub/sub_ico02_pc.png") center right 20px no-repeat; background-size:13px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;padding: 0 40px 0 10px; width:100%; height:100%; font-size: 12px; color:#222; font-weight: 500; text-indent:0;border-right:1px solid #ddd ;}
.tab_menu .menu > li ul {display:none; position:absolute;width:100%; top:100%; left:0; background-color:#fff;z-index:100;border: 1px solid #ddd;padding: 15px 0;}
.tab_menu .menu > li ul li{margin-bottom: 13px;}
.tab_menu .menu > li ul li:last-child{margin-bottom: 0;}
.tab_menu .menu > li ul li a {display:block;transition:.3s;font-size:12px;line-height: 1; color:#555;font-weight: 500;padding:0 10px;border: 1px solid transparent;}
.tab_menu .menu > li ul li.on a{color: #1d267d;}
.tab_menu .menu > li ul li:hover a{color: #1d267d;}

#sub_contents{padding: 50px 0;}
#sub_contents .contop {margin-bottom: 40px; display:block;}
#sub_contents .contop h3{font-weight: 500;font-size: 22px;line-height: 1;margin-bottom: 15px;text-align: left;color: #222;}
#sub_contents .contop ul {justify-content: flex-end; flex-wrap: wrap; column-gap: 30px; row-gap:10px;}
#sub_contents .contop ul li{position: relative; font-size: 12px; color: #ccc;}
#sub_contents .contop ul li img {width:16px; height:16px;}

/* sub  곻통 */
ul.type01{display: flex; gap:10px; width:100%; flex-direction: column; }
ul.type01 li{width:100%; border-radius:20px;display: flex; flex-direction: column; border: 1px solid #E5E5E5;}

ul.type02{display: flex; gap:10px; width:100%; flex-direction: column;}
ul.type02 li{width:100%;  border-radius:999px; }

ul.type03{display: flex; gap:10px; width:100%; flex-wrap:wrap;}
ul.type03 li{width:calc((100% - 10px) / 2); border:1px solid #E8E8E8; border-radius: 10px;}

ul.type05{display: flex; gap:10px; width:100%; flex-direction: column;}
ul.type05 li{width:100%;border-radius:999px;}

.cate_box ul {margin-bottom: 60px; flex-wrap: wrap; gap:20px;}
.cate_box ul li {height:25px; line-height: 25px;}
.cate_box ul li:after {right:-10px; height: 25px;}
.cate_box ul li.on a {font-size: 14px;}
.cate_box ul li a {font-size: 14px;}

/* sub0101 */
.sub0101_wrap h3{color: #222;font-family: "Kakao Big Sans";font-size: 1.25rem;;font-weight: 700;}	
.sub0101_wrap .txt_wrap{margin-top: 30px; background:url(/assets/images/sub/s_sub0101_img01.png); background-size:cover; padding:20px; border-radius: 20px;}
.sub0101_wrap .txt_wrap p{color: #0064FF;text-align: center;font-family: "Kakao Big Sans";font-size: 1.3125rem;font-weight: 700;line-height: 150%; word-break:keep-all;}
.sub0101_wrap .txt_wrap span{display: block;margin-top: 8px; color: #222;text-align: center;font-family: "Kakao Big Sans";font-size: 0.875rem;font-weight: 700;line-height: 150%; }
.sub0101_wrap .txt_wrap img {display: block;margin: 0 auto;width: 100%;}

.sub0101_wrap .con02{margin-top: 50px;}
.sub0101_wrap .con02 .box_wrap{display: flex; flex-direction: column; gap	:30px;	margin-top: 40px;}
.sub0101_wrap .con02 .box_wrap .tit p{color: #222;font-family: "Kakao Small Sans";font-size: 1.25rem;font-weight: 700;}

.sub0101_wrap .con03 ul.type04{display: flex; gap:20px; width:100%;         flex-wrap: wrap;}
.sub0101_wrap .con03 ul.type04 li{ width: calc((100% - 20px) / 2);}
.sub0101_wrap .con03 ul.type04 li .circle{width:170px;height:170px;margin:0 auto 35px;border:1px solid #dedede;border-radius:50%;text-align:center;padding:10px;}
.sub0101_wrap .con03 ul.type04 li .circle strong{display:block;width: 150px;height: 150px;border-radius:50%;background: #072A60;color:#fff;font-size:0.9375rem;padding-top: 30px;line-height: 1.5;}
.sub0101_wrap .con03 ul.type04 li .circle strong span{font-size: 1.25rem;}
.sub0101_wrap .con03 ul.type04 li:nth-child(even) .circle strong{background: #0053A0;}
.sub0101_wrap .con03 ul.type04 li .txt_box{padding:20px;background:#EDEDED;text-align: left;min-height: 70px;border-top: 5px solid #072A60;position:relative;}
.sub0101_wrap .con03 ul.type04 li .txt_box:before{content:'';width:20px;height:17px;background:url('/assets/images/sub/core-triangle01.png') no-repeat center;position:absolute;top:-18px;left:50%;margin-left:-10px;}
.sub0101_wrap .con03 ul.type04 li .txt_box p{color: #222;font-family: "Kakao Small Sans";font-size: 0.875rem;font-weight: 400;line-height: 150%; word-break:keep-all; text-align: center;}
.sub0101_wrap .con03 ul.type04.gr li .circle strong{display:block;width: 150px;height: 150px;border-radius:50%;background: #005739;color:#fff;font-size:20px;padding-top: 30px;line-height: 1.5;}
.sub0101_wrap .con03 ul.type04.gr li:nth-child(even) .circle strong{background: #65B12F;}

.sub0101_wrap .con04 ul.type06 {display: flex; gap:20px; width:100%;         flex-wrap: wrap;}
.sub0101_wrap .con04 ul.type06 li{ width: 100%;}
.sub0101_wrap .con04 ul.type06 li .top{border-radius: 999px;background: #072A60;display: flex;height: 55px;padding: 15px 0;justify-content: center;align-items: center;gap: 10px;
align-self: stretch;color: #FFF;font-family: "Kakao Small Sans";font-size: 0.9375rem;font-style: normal;font-weight: 700;line-height: 150%; /* 30px */}
.sub0101_wrap .con04 ul.type06 li .box {margin-top:10px ; border-radius: 10px;border: 1px solid #E8E8E8;background: #FFF; padding: 20px; min-height:120px;}
.sub0101_wrap .con04 ul.type06 li .box ul.dot{display: flex; flex-direction: column; gap:10px; 	}
.sub0101_wrap .con04 ul.type06 li .box ul.dot li{position: relative; word-break:keep-all; padding-left: 10px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 0.75rem;font-weight: 400;line-height: 150%; /* 30px */}
.sub0101_wrap .con04 ul.type06 li .box ul.dot li::before{position: absolute; content:''; width:4px; height:4px; background:#005739; border-radius:100%; top:8px; left:0; }

/* sub0102 */
.sub0102_wrap{display: flex; justify-content: space-between;flex-direction: column-reverse;align-items: center;gap: 30px;}
.sub0102_wrap .right{width:100%;}
.sub0102_wrap .right img{width:100%;}
.sub0102_wrap .left{width:100%; display: flex; flex-direction: column; gap:10px; word-break:keep-all;}
.sub0102_wrap .left strong{font-size: 1.125rem; }
.sub0102_wrap .left b{font-size: 1rem; }
.sub0102_wrap .left p{font-size:0.75rem;}
.sub0102_wrap .left span{font-size:0.875rem;}

/* sub0103 */
.sub0103_wrap h3	{font-size: 1.125rem;  text-align: center;}


/* sub0105 */
.sub0105_wrap h3{color: #222;font-family: "Kakao Big Sans";font-size: 1.25rem;font-weight: 700;}	
.sub0105_wrap .txt_wrap{margin-top: 20px; background:url(/assets/images/sub/s_sub0101_img01.png); background-size:cover; padding:20px; border-radius: 20px;}
.sub0105_wrap .txt_wrap p{color: #222;text-align: center;font-family: "Kakao Big Sans";font-size: 0.9375rem;font-style: normal;font-weight: 700;line-height: 150%; /* 36px */}
.sub0105_wrap .txt_wrap span{display: block; text-align: center;font-family: "Kakao Big Sans";font-size: 1.5625rem;font-weight: 700;line-height: 150%; background: linear-gradient(278deg, #C7DA58 0.1%, #1087F5 99.9%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sub0105_wrap .txt_wrap img{display: block; margin:0 auto;}
.sub0105_wrap .con{margin-bottom: 40px;}

.sub0105_wrap .con01 .box_wrap{display: flex; flex-direction: column; gap	:40px;	margin-top: 40px;}
.sub0105_wrap .con01 .box_wrap .tit p{color: #222;font-family: "Kakao Small Sans";font-size: 30px;font-weight: 700;}

.sub0105_wrap .con01 ul.type06 {display: flex; gap:20px; width:100%; flex-wrap: wrap;}
.sub0105_wrap .con01 ul.type06 li{width: 100%;}
.sub0105_wrap .con01 ul.type06 li .top{border-radius: 999px;background: #072A60;display: flex;height: 55px;padding: 20px 0;justify-content: center;align-items: center;gap: 10px;
align-self: stretch;color: #FFF;font-family: "Kakao Small Sans";font-size: 1rem;font-style: normal;font-weight: 700;line-height: 150%; /* 30px */}
.sub0105_wrap .con01 ul.type06 li .box {margin-top:10px ; border-radius: 10px;border: 1px solid #E8E8E8;background: #FFF; padding: 20px; min-height:112px;}
.sub0105_wrap .con01 ul.type06 li .box ul.num{display: flex; flex-direction: column; gap:10px; 	width:100%;}
.sub0105_wrap .con01 ul.type06 li .box ul.num li{display: flex; word-break:keep-all;gap:10px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 0.75rem;font-style: normal;font-weight: 400;line-height: 150%; /* 30px */}

/* sub0106 */
.root_daum_roughmap{width:100% !important; height: 300px !important;}
.root_daum_roughmap .wrap_map {position: relative;width: 100% !important;height: 300px !important;}
.sub0106_wrap .map_wrap{height:300px; border-radius:10px; } 
.sub0106_wrap .map_info{margin-top: 25px; width:100%; background:url('/assets/images/sub/sub0106_img01.png') no-repeat center; background-size:cover; border-radius:10px; display: flex;
align-items: center; padding:20px 30px; gap:20px;}
.sub0106_wrap .map_info img{width:40px;}
.sub0106_wrap .map_info p{font-size: 1rem;}
.sub0106_wrap .box_wrap, .sub0106_wrap .info_wrap ul{margin-top: 40px; display: flex; gap:20px;         flex-direction: column;}
.sub0106_wrap .box_wrap .box {width: 100%;}
.sub0106_wrap .box_wrap .box h2{font-size: 1.125rem;}
.sub0106_wrap .box_wrap .box  .txt_wrap{margin-top: 15px; }
.sub0106_wrap .box_wrap .box  .txt_wrap p{font-size: 0.875rem;}
.sub0106_wrap .box_wrap .box .txt_wrap span{font-size: 0.75rem;}
.sub0106_wrap .box_wrap .box ul{margin-top: 15px;}
.sub0106_wrap .box_wrap .box ul li{display: flex; gap:10px; align-items: center;}	
.sub0106_wrap .box_wrap .box ul li span{font-size: 0.75rem;     padding: 5px 10px;}
.sub0106_wrap .box_wrap .box ul li p{font-size: 0.75rem;} 

.sub0106_wrap .info_wrap ul li{width:100%; background:url('/assets/images/sub/sub0106_img02.png') no-repeat center; background-size:cover; border-radius:10px;
display: flex; justify-content: space-between;align-items: center; padding:15px 20px; gap:10px; }
.sub0106_wrap .info_wrap ul li:last-child{background:url('/assets/images/sub/sub0106_img03.png') no-repeat center; background-size:cover; }
.sub0106_wrap .info_wrap ul li .txt{display: flex; justify-content: center; align-items: center; gap:10px;}
.sub0106_wrap .info_wrap ul li .txt img{width:40px;}
.sub0106_wrap .info_wrap ul li .txt span{color: #FFF;font-family: "Kakao Small Sans";font-size: 0.75rem;font-style: normal;font-weight: 700;line-height: 20px; /* 100% */} 
.sub0106_wrap .info_wrap ul li .txt span br{display: none;}
.sub0106_wrap .info_wrap ul li p{color: #FFF;font-family: "Kakao Small Sans";font-size: 1rem;font-style: normal;font-weight: 700;line-height: 30px; /* 100% */}
.sub0106_wrap .box_wrap .box ul li:last-child{margin-top: 10px;}

/* sub0107 */
.sub0107_wrap .con_tit{color: #222; display: flex; align-items: center ;gap:15px; font-family: "Kakao Big Sans";font-size: 1.25rem;font-style: normal;font-weight: 700;line-height: 30px; /* 100% */}
.sub0107_wrap .con_tit span{display: block;color: #FFF;font-family: "Kakao Big Sans";font-size: 1.25rem;font-style: normal;font-weight: 700;line-height: 38px; width: 38px;height: 38px; text-align: center;border-radius: 999px;background: var(--Linear, linear-gradient(278deg, #0053A0 0.1%, #005739 99.9%));}
.sub0107_wrap .box_wrap{display: flex; flex-direction: column; gap:20px; margin-top: 30px;	}
.sub0107_wrap .box_wrap .tit p{color: #222;font-family: "Kakao Small Sans";font-size: 1rem;font-style: normal;font-weight: 700;line-height: 150%; /* 36px */}
.sub0107_wrap .box_wrap .txt_wrap p{color: #222;text-align: center;font-family: "Kakao Big Sans";font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: 150%; /* 48px */}

.sub0107_wrap ul.type06 {display: flex; gap:20px; width:100%; flex-wrap: wrap;}
.sub0107_wrap ul.type06 li{width:100%;}
.sub0107_wrap ul.type06 li .top{border-radius: 10px;background: #072A60;display: flex;height: 55px;padding: 20px 10px;justify-content: center;align-items: center;gap: 10px;
align-self: stretch;color: #FFF;font-family: "Kakao Small Sans";font-size: 0.9375rem;font-style: normal;font-weight: 700;line-height: 150%; /* 30px */ text-align: center;}
.sub0107_wrap ul.type06 li .box {margin-top:10px ; border-radius: 10px;border: 1px solid #E8E8E8;background: #FFF; padding: 10px; min-height:125px;}
.sub0107_wrap ul.type06 li .box ul.dot{display: flex; flex-direction: column; gap:10px; 	}
.sub0107_wrap ul.type06 li .box ul.dot li{position: relative; word-break:keep-all; padding-left: 10px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 0.75rem;font-weight: 400;line-height: 150%; /* 30px */}
.sub0107_wrap ul.type06 li .box ul.dot li::before{position: absolute; content:''; width:4px; height:4px; background:#005739; border-radius:100%; top:8px; left:0; }
.sub0107_wrap .arrow{display: flex; padding-block:20px; justify-content: center; align-items: center;}

.sub0107_wrap .con01 ul.type04 {display: flex;gap: 20px;width: 100%;         flex-wrap: wrap;}
.sub0107_wrap .con01 ul.type04 > li {width: 100%;display: flex;flex-direction: column;align-items: center;}
.sub0107_wrap .con01 ul.type04 li .circle {display: flex;width: 190px;height: 190px;padding: 40px 15px;flex-direction: column;justify-content: center;align-items: center;gap: 10px;aspect-ratio: 1/1;border-radius: 999px;border: 1px solid #DEDEDE;z-index: 0;position: relative;z-index: 0;background: #fff;}
.sub0107_wrap .con01 ul.type04 li .box {margin-top: -20px;/* z-index:2; */border-radius: 20px;background: #072A60;display: flex;padding: 25px 15px 15px 15px ;flex-direction: column;justify-content: center;align-items: center;gap: 10px;align-self: stretch;color: #FFF;text-align: center;font-family: "Kakao Small Sans";font-size: 1rem;font-style: normal;font-weight: 700;line-height: 150%; /* 45px */}
.sub0107_wrap .con01 ul.type04 li:nth-child(2) .box {background: #0053A0;}
.sub0107_wrap .con01 ul.type04 li:nth-child(3) .box {background: #005739;}

.sub0107_wrap .con01 ul.type07 {display: flex;gap: 20px;width: 100%;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center;}
.sub0107_wrap .con01 ul.type07 li {width: 100%;display: flex;flex-direction: column;gap: 8px;}
.sub0107_wrap .con01 ul.type07 li .square {padding: 10px  20px;border-radius: 10px;background: #072A60;position: relative;text-align: center; }
.sub0107_wrap .con01 ul.type07 li .square strong {color: #FFF;text-align: center;font-family: "Kakao Small Sans";font-size: 1rem;font-weight: 700;line-height: 150%;/* 30px */text-align: center;}
.sub0107_wrap .con01 ul.type07 li .square:before {content: '';width: 20px;height: 17px;background: url('/assets/images/sub/core-triangle02.png') no-repeat center;position: absolute;bottom: -17px;left: 50%;margin-left: -10px;}
.sub0107_wrap .con01 ul.type07 li:nth-child(even) .square:before {content: '';width: 20px;height: 17px;background: url('/assets/images/sub/core-triangle03.png') no-repeat center;position: absolute;bottom: -17px;left: 50%;margin-left: -10px;}
.sub0107_wrap .con01 ul.type07 li .txt_box {border-radius: 10px;border: 1px solid #E8E8E8;padding: 25px 20px; min-height:140px;}
.sub0107_wrap .con01 ul.type07 li .txt_box  ul.dot{display: flex; flex-direction: column; gap:10px; 	}
.sub0107_wrap .con01 ul.type07 li .txt_box  ul.dot li{position: relative; word-break:keep-all; padding-left: 15px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 0.75rem;font-weight: 400;line-height: 150%; /* 30px */}
.sub0107_wrap .con01 ul.type07 li .txt_box  ul.dot li::before{position: absolute; content:''; width:4px; height:4px; background:#005739; border-radius:100%; top:8px; left:0; }

.sub0107_wrap .con02{margin-top:	40px;}
.sub0107_wrap .con02 ul.type04 {display: flex;gap: 20px;width: 100%;         flex-wrap: wrap;}
.sub0107_wrap .con02 ul.type04 li {  width: 100%;}
.sub0107_wrap .con02 ul.type04 li .circle {width: 205px;height: 205px;margin: 0 auto 35px;border: 1px solid #dedede;border-radius: 50%;text-align: center;padding: 10px;}
.sub0107_wrap .con02 ul.type04 li .circle strong {display: block;width: 185px;height: 185px;border-radius: 50%;background: #072A60;color: #fff;font-size: 0.875rem;padding-top: 45px;line-height: 1.5;}
.sub0107_wrap .con02 ul.type04 li .circle strong span{display: block; margin-bottom: 10px ;color: #FFF;text-align: center;font-family: "Kakao Small Sans";font-size: 1.25rem;font-style: normal;font-weight: 700;line-height: 150%; /* 45px */}
.sub0107_wrap .con02 ul.type04 li:nth-child(even) .circle strong {background: #0053A0;}
.sub0107_wrap .con02 ul.type04 li .txt_wrap01{width:100%}
.sub0107_wrap .con02 ul.type04 li .txt_box {padding: 10px 20px;background: #072A60;text-align: left;position: relative; color:#fff;color: #FFF;text-align: center;font-family: "Kakao Small Sans";font-size:1rem;font-style: normal;font-weight: 700;line-height: 150%; /* 36px */}
.sub0107_wrap .con02 ul.type04 li:nth-child(even) .txt_box {background: #0053A0;}
.sub0107_wrap .con02  ul.type04 li .txt_box:before {content: '';width: 20px;height: 17px;background: url('/assets/images/sub/core-triangle01.png') no-repeat center;position: absolute;top: -17px;left: 50%;margin-left: -10px;}
.sub0107_wrap .con02  ul.type04 li:nth-child(even) .txt_box:before {content: '';width: 20px;height: 17px;background: url('/assets/images/sub/core-triangle08.png') no-repeat center;position: absolute;top: -17px;left: 50%;margin-left: -10px;}
.sub0107_wrap .con02 ul.type04 li .txt_box p {color: #222;font-family: "Kakao Small Sans";font-size: 18px;font-weight: 400;line-height: 150%;word-break: keep-all;}
.sub0107_wrap .con02 ul.type04 li .p_box{ background: #EDEDED;padding: 20px 30px;color: #222;text-align: center;font-family: "Kakao Small Sans";font-size: 0.75rem;font-style: normal;font-weight: 400;line-height: 150%; /* 27px */ }
.sub0107_wrap .con02 .gr_box{ height: 70px; line-height: 70px; border-radius: 999px;color: #FFF;font-weight: 700;text-align: center;font-family: "Kakao Small Sans";font-size: 0.875rem;border-top: 1px solid #E8E8E8;border-right: 1px solid #E8E8E8;border-left: 1px solid #E8E8E8;background: linear-gradient(90deg, #005739 0%, #072A60 100%);}

.sub0107_wrap .con03{margin-top: 40px;}
.sub0107_wrap .con03 ul.type04 li .box{background:none !important; padding:0;    padding-top: 10px; z-index:-1;}
.sub0107_wrap .con03 ul.type04 li .circle span{color: #222;text-align: center;font-family: "Kakao Small Sans";font-size: 1rem;font-weight: 700;line-height: 150%; }
.sub0107_wrap .con03 ul.type04 ul.box_list {display: flex; flex-direction: column; gap:5px;     width: 100%;}
.sub0107_wrap .con03 ul.type04 ul.box_list li{border-radius:999px; background: #072A60; text-align: center; position: relative; padding:15px;}
.sub0107_wrap .con03 ul.type04 ul.box_list li span{position: absolute;width: 35px;height: 35px; background:#fff; border-radius:100%; color:#072A60; left: 12px;
        top: 9px;text-align: center; font-size: 1rem; font-weight: 700; line-height: 35px;}
.sub0107_wrap .con03 ul.type04 ul.box_list li p{font-size: 14px;}
.sub0107_wrap .con03 ul.type04 ul.box_list.sky li{background: #0053A0;}
.sub0107_wrap .con03 ul.type04 ul.box_list.green li{background: #005739;}

.sub0107_wrap .con04{margin-top: 40px;}
.sub0107_wrap .con04 .square_box{border-radius: 99px;padding-block:20px;background: #F6F6F6;color: #222; text-align: center;font-family: "Kakao Small Sans";font-size: 16px;font-style: normal;font-weight: 700;}
.sub0107_wrap .con04 .square_box span{color: #666;text-align: center; display: block; margin-top: 10px;font-family: "Kakao Small Sans";font-size: 0.75rem;font-style: normal;font-weight: 400;}

.sub0107_wrap .con05 .txt_wrap.pd30{padding:30px;}
.sub0107_wrap .con05 .txt_wrap strong{    display: block; text-align: center; font-size: 1.25rem;font-style: normal;font-weight: 700; background: linear-gradient(278deg, #C7DA58 0.1%, #1087F5 99.9%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sub0107_wrap .con05 .txt_wrap b{display: block; text-align: center; color: #222;font-family: "Kakao Small Sans";font-size: 0.75rem; line-height: 1.5;font-style: normal;font-weight: 700; margin-top: 10px;}
.sub0107_wrap .con05 ul.type07 li{     width: calc((100% - 20px) / 2);}
.sub0107_wrap .con05 ul.type07 li .txt_box {min-height:auto;}
.sub0107_wrap .con05 ul.type07 li .txt_box ul.dot{display: flex; flex-wrap:wrap; flex-direction: row;}
.sub0107_wrap .con05 ul.type07 li .txt_box ul.dot li{ width:100%;}

.sub0107_wrap .con01 ul.type08 {display: flex;gap: 20px;width: 100%;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center;}
.sub0107_wrap .con01 ul.type08 li {width:100%;display: flex;flex-direction: column;gap: 8px;}
.sub0107_wrap .con01 ul.type08 li .square {padding: 20px 30px;border-radius: 10px;background: #072A60;position: relative;text-align: center;}
.sub0107_wrap .con01 ul.type08 li .square strong {color: #FFF;text-align: center;font-family: "Kakao Small Sans";font-size: 1rem;font-weight: 700;line-height: 150%;/* 30px */text-align: center;}
.sub0107_wrap .con01 ul.type08 li .square:before {content: '';width: 20px;height: 17px;background: url('/assets/images/sub/core-triangle02.png') no-repeat center;position: absolute;bottom: -17px;left: 50%;margin-left: -10px;}
.sub0107_wrap .con01 ul.type08 .txt_wrap02{display: flex; gap:20px;         flex-direction: column;}
.sub0107_wrap .con01 ul.type08 li .txt_box {width:100%; border-radius: 10px;border: 1px solid #E8E8E8;padding: 25px 20px; min-height:auto;}
.sub0107_wrap .con01 ul.type08 li .txt_box  ul.dot{display: flex; flex-direction: column; gap:10px; 	}
.sub0107_wrap .con01 ul.type08 li .txt_box  ul.dot li{position: relative; word-break:keep-all; padding-left: 10px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 0.75rem;font-weight: 400;line-height: 150%; /* 30px */}
.sub0107_wrap .con01 ul.type08 li .txt_box  ul.dot li::before{position: absolute; content:''; width:4px; height:4px; background:#005739; border-radius:100%; top:8px; left:0; }
.sub0107_wrap .con01 ul.type08 li .txt_box p{color: #222;text-align: left;font-family: "Kakao Small Sans";font-size: 0.9375rem;font-style: normal;font-weight: 700; margin-bottom: 20px;line-height: 150%; /* 30px */}
.sub0107_wrap .con01 ul.type08 li .img_box{display: block; margin:0 auto;}
.sub0107_wrap .con06 ul.type07 li{     width: calc((100% - 20px) / 2);}
.sub0107_wrap .con06 ul.type07 li .txt_box {min-height: 175px;}


/* sub0301 */
.sub0301_wrap h3{font-size: 18px; line-height: 18px;}
.sub0301_wrap .con01 .box{margin-top: 20px;}
.sub0301_wrap .con01 .box p{font-size: 15px; }

.sub0301_wrap .con02{margin-top: 60px;}
.sub0301_wrap .con02 .box_wrap{margin-top: 20px;}
.sub0301_wrap .con02 .box_wrap .tit p{font-size: 18px;}

.sub0301_wrap .con02 ul.type04 {flex-direction: column;}
.sub0301_wrap .con02 ul.type04 > li {width:100%;}
.sub0301_wrap .con02 ul.type04 li .circle{width: 180px;height: 180px;padding: 30px 10px;}
.sub0301_wrap .con02 ul.type04 li .circle p{font-size: 14px;}
.sub0301_wrap .con02 ul.type04 li .box{padding: 25px 20px 20px 20px;}
.sub0301_wrap ul.dot li {font-size: 14px;}

.sub0301_wrap .con03 {margin-top: 60px;}
.sub0301_wrap .con03 .box_wrap{margin-top: 20px;}
.sub0301_wrap .con03 .box_wrap .tit p{font-size: 18px;}

.sub0301_wrap .con03 ul.type07 li .square{padding: 10px 20px;}
.sub0301_wrap .con03 ul.type07 li .square strong{font-size: 16px;}
.sub0301_wrap .con03 ul.type07 li table tr td {padding: 10px 15px; font-size: 14px; }
.sub0301_wrap .con03 ul.type07 li:first-child table tr td {padding:10px 15px;}

.sub0301_wrap .con04 {margin-top: 60px;}
.sub0301_wrap .con04 .box_wrap{margin-top: 20px;}
.sub0301_wrap .con04 .tit p{font-size: 18px;}
.sub0301_wrap .con04 .sub_tit p {font-size: 14px;}

.sub0301_wrap .con04 .process_wrap .p_box {width:100%;}
.sub0301_wrap .con04 .process_wrap .p_box .top_box p {font-size: 16px;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box p {font-size: 16px;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box:nth-child(odd)::after {bottom:49%; right:-24px;}

.setting_progress_box .box .progress_box .dot{width: 10px; height: 10px;}
.setting_progress_box .box .alt_box .tit{font-size: 0.875rem;}
.setting_progress_box .box{gap:40px;}
.setting_progress_box .box .btm_box{min-width:150px;}
.setting_progress_box .box .img{height: 150px;}
.setting_progress_box .box .img p{font-size: 0.875rem;}
.setting_progress_box .box .img img{width: 80px;}


.sub0301_wrap .con04 .tbl01 {margin-top: 20px;}
.sub0301_wrap .con04 .tbl01 thead th {padding: 10px 20px; font-size: 16px;}
.sub0301_wrap .con04 .tbl01 td {padding: 10px 15px; font-size: 14px;}

.sub0301_wrap .con05 {margin-top: 60px;}
.sub0301_wrap .con05 .box_wrap{margin-top: 20px;}
.sub0301_wrap .con05 .tit p{font-size: 18px;}

.sub0301_wrap .con05 .info_wrap ul li{border-radius:20px; padding:20px 30px;}
.sub0301_wrap .con05 .info_wrap ul li span{font-size: 12px;} 
.sub0301_wrap .con05 .info_wrap ul li p{font-size: 16px;}

/* sub0302 */
.sub0302_wrap .box_wrap .right_box .bg_box {padding: 30px 40px;}
.sub0302_wrap .box_wrap .right_box .bg_box strong {font-size: 22px; margin-bottom: 20px;}
.sub0302_wrap .box_wrap .right_box .bg_box p {font-size: 16px; margin-bottom: 30px;}
.sub0302_wrap .box_wrap .right_box .bg_box a {width: 200px; padding: 6px 30px; font-size: 14px;}

/* sub0303 */
.sub0303_wrap h3{font-size: 18px;}
.sub0303_wrap .con01 .box{margin-top: 20px;}
.sub0303_wrap .con01 .box p{font-size: 15px;}

.sub0303_wrap .con02 {margin-top: 60px;}
.sub0303_wrap .con02 .box_wrap{margin-top: 20px;}
.sub0303_wrap .con02 .box_wrap .tit p{font-size: 18px;}

.sub0303_wrap .con02 .pc_ul {display:none;}
.sub0303_wrap .con02 .tab_ul {display:none;}
.sub0303_wrap .con02 .mob_ul {display:block;}
.sub0303_wrap .con02 ul.type05 li{font-size: 14px;}
.sub0303_wrap .con02 ul.type05.blue li{font-size: 14px;}
.sub0303_wrap .con02 ul.type03 li{width:100%; font-size: 14px;}

/* sub0304 */
.sub0304_wrap h3{font-size: 18px;}
.sub0304_wrap .con01 .box{margin-top: 20px;}
.sub0304_wrap .con01 .box p{font-size: 15px;}

.sub0304_wrap .con02 {margin-top: 60px;}
.sub0304_wrap .con02 .box_wrap{margin-top: 20px;}
.sub0304_wrap .con02 .tit p{font-size: 18px;}
.sub0304_wrap .con02 .sub_tit p {font-size: 14px;}

.sub0304_wrap .con02 ul.type04 li{width:47%;}
.sub0304_wrap .con02 ul.type04 li .circle{width:180px;height:180px;margin:0 auto 30px;}
.sub0304_wrap .con02 ul.type04 li .circle strong{width: 160px;height: 160px;font-size:16px;}
.sub0304_wrap .con02 ul.type04 li .txt_box{min-height: 80px;}
.sub0304_wrap .con02 ul.type04 li .txt_box p{font-size: 14px;}

.sub0304_wrap .con03 {margin-top: 60px;}
.sub0304_wrap .con03 .box_wrap{margin-top: 20px; flex-direction: column;}
.sub0304_wrap .con03 .tit p{font-size: 18px;}
.sub0304_wrap .con03 .sub_tit p {font-size: 14px;}

.sub0304_wrap .con03 ul.type06 li{width:100%;}
.sub0304_wrap .con03 ul.type06 li .square{padding: 10px 20px;}
.sub0304_wrap .con03 ul.type06 li .square strong{font-size: 16px;}
.sub0304_wrap .con03 ul.type06 li .txt_box p{font-size: 16px;margin-bottom: 6px;}
.sub0304_wrap .con03 .box {border-radius: 20px;}
.sub0304_wrap .con03 .box strong {font-size: 16px;}
.sub0304_wrap .con03 .box em {font-size: 14px;}

.sub0304_wrap .con04 {margin-top: 60px;}
.sub0304_wrap .con04 .box_wrap{margin-top: 20px; flex-direction: column;}
.sub0304_wrap .con04 .tit p{font-size: 18px;}
.sub0304_wrap .con04 .sub_tit p {font-size: 14px;}

.sub0304_wrap .con04 ul.type04{margin-top: 20px; flex-direction: column;}
.sub0304_wrap .con04 ul.type04 li .circle{width:195px;height:195px;}
.sub0304_wrap .con04 ul.type04 li .circle strong{width: 165px; height: 165px; font-size:16px;}
.sub0304_wrap .con04 ul.type04 li:nth-child(7) .circle{width:315px; height:195px;}
.sub0304_wrap .con04 ul.type04 li:nth-child(7) .circle strong{width:285px; height: 165px; font-size:16px;}

.sub0304_wrap .con04 .tbl01 {margin-top: 20px;}
.sub0304_wrap .con04 .tbl01 thead th {padding: 10px 20px; font-size: 16px;}
.sub0304_wrap .con04 .tbl01 td {padding: 10px 15px; font-size: 16px;}

/* sub0306 */
.sub0306_wrap h3 {font-size: 18px;}

.sub0306_wrap .con01 .box {padding: 20px; margin-top: 20px;}
.sub0306_wrap .con01 .box p {font-size: 15px;}

.sub0306_wrap .con02 {margin-top: 60px;}
.sub0306_wrap .con02 .box {padding: 20px 30px; margin-top: 20px;}
.sub0306_wrap .con02 .box ul {gap:6px;}
.sub0306_wrap .con02 .box ul li {font-size: 16px;}

.sub0306_wrap .con03 {margin-top: 60px;}
.sub0306_wrap .con03 .box_wrap {margin-top: 20px;}
.sub0306_wrap .con03 ul.type04 {gap:60px;}
.sub0306_wrap .con03 ul.type04 > li {width:100%; position: relative;}
.sub0306_wrap .con03 ul.type04 > li:after {content:""; position: absolute; bottom: -43px; left: 48%; width: 16px; height:22px; background: url('/assets/images/sub/sub0306_icon01.png'); transform: rotate(90deg);}
.sub0306_wrap .con03 ul.type04 > li:last-child::after {display:none;}
.sub0306_wrap .con03 ul.type04 > li .circle{width:190px; height:190px;}
.sub0306_wrap .con03 ul.type04 > li .circle:after {display:none;}
.sub0306_wrap .con03 ul.type04 > li .circle strong{width: 160px; height: 160px; font-size:16px; padding: 30px 0 15px 0;}
.sub0306_wrap .con03 ul.type04 > li .circle strong em {font-size: 26px;}
.sub0306_wrap .con03 ul.type04 > li .txt_box{padding:15px 20px 10px; min-height:80px;}
.sub0306_wrap .con03 ul.type04 > li .txt_box ul li {font-size: 14px;}

.sub0306_wrap .con04 {margin-top: 60px;}
.sub0306_wrap .con04 .tbl_box {margin-top: 20px; overflow-X:scroll;}
.sub0306_wrap .con04 .tbl01 thead th {padding: 10px 20px; font-size: 16px; line-height: 20px;}
.sub0306_wrap .con04 .tbl01 td {padding: 10px 15px; font-size: 14px;}

.sub0306_wrap .con05 {margin-top: 60px;}
.sub0306_wrap .con05 .box {padding: 20px 30px; margin-top: 20px;}
.sub0306_wrap .con05 .box ul {gap:6px;}
.sub0306_wrap .con05 .box ul li {font-size: 16px;}

/* sub0308 */
.sub0308_wrap h3 {font-size: 18px;}

.sub0308_wrap .con01 {margin-top: 60px;}
.sub0308_wrap .con01 .box {padding: 20px; margin-top: 20px;}
.sub0308_wrap .con01 .box p {font-size: 15px;}

.sub0308_wrap .con02 {margin-top: 60px;}
.sub0308_wrap .con02 .box {padding: 20px; margin-top: 20px;}
.sub0308_wrap .con02 .box p {font-size: 15px;}

.sub0308_wrap .con03 {margin-top: 60px;}
.sub0308_wrap .con03 .tbl_box {margin-top: 20px; overflow-X:scroll;}
.sub0308_wrap .con03 .tbl01 thead th {padding: 10px 20px; font-size: 16px; line-height: 20px;}
.sub0308_wrap .con03 .tbl01 td {padding: 10px 15px; font-size: 14px;}

.sub0308_wrap .con04 {margin-top: 60px;}
.sub0308_wrap .con04 ul.type04 {flex-direction: column;}
.sub0308_wrap .con04 ul.type04 > li:nth-child(even) {margin-top: 0; transform:rotate(90deg);}
.sub0308_wrap .con04 ul.type04 > li .circle{width:204px; height:204px; margin: 0 auto;}
.sub0308_wrap .con04 ul.type04 > li .circle strong{width: 174px; height: 174px; font-size:16px;}

/* sub0401 */
.sub0401_wrap h3 {font-size: 18px;}
.sub0401_wrap .con01 .img_box {margin-top: 20px;}

.sub0401_wrap .con01 .box {padding: 20px 30px; margin-top: 20px;}
.sub0401_wrap .con01 .box ul li {font-size: 16px;}
.sub0401_wrap .con01 .box ul li:before {top:10px;}

/* sub0402 */
.sub0402_wrap h3 {font-size: 18px;}

.sub0402_wrap .con01 {margin-top: 60px;}
.sub0402_wrap .con01 .box {padding: 20px; margin-top: 20px;}
.sub0402_wrap .con01 .box strong {font-size: 20px;}
.sub0402_wrap .con01 .box p {font-size: 15px;}

.sub0402_wrap .con02 {margin-top: 60px;}
.sub0402_wrap .con02 .box_wrap {margin-top: 20px;}
.sub0402_wrap .con02 .box_wrap ul {flex-direction: column;}
.sub0402_wrap .con02 .box_wrap ul li .top_box {padding: 10px 0;}
.sub0402_wrap .con02 .box_wrap ul li .top_box p {font-size: 16px;}
.sub0402_wrap .con02 .box_wrap ul li .bot_box {padding: 10px 20px;}
.sub0402_wrap .con02 .box_wrap ul li .bot_box p {font-size: 14px;}

.sub0402_wrap .con03 {margin-top: 60px;}
.sub0402_wrap .con03 .box_wrap {margin-top: 20px;}
.sub0402_wrap .con03 ul.type04{flex-direction: column;}
.sub0402_wrap .con03 ul.type04 > li:nth-child(even) {margin-top: 0; transform: rotate(90deg);}
.sub0402_wrap .con03 ul.type04 > li .circle{width:204px; height:204px;}
.sub0402_wrap .con03 ul.type04 > li .circle strong{width: 174px; height: 174px; font-size: 14px;}
.sub0402_wrap .con03 span {font-size: 12px;}

.sub0402_wrap .con04 {margin-top: 60px;}
.sub0402_wrap .con04 .tbl_box {margin-top: 20px; overflow-X:scroll;}
.sub0402_wrap .con04 .tbl01 thead th {padding: 10px 20px; font-size: 16px;}
.sub0402_wrap .con04 .tbl01 td {padding: 10px 15px; font-size: 14px;}

/* sub0403 */
.sub0403_wrap h2 {font-size: 18px; margin-top: 60px;}
.sub0403_wrap h3 {font-size: 14px;}

.sub0403_wrap .con01 {margin-top: 20px;}
.sub0403_wrap .con01 .box {padding: 20px; margin-top: 20px;}
.sub0403_wrap .con01 .box p {font-size: 14px;}

.sub0403_wrap .con02 {margin-top: 20px;}
.sub0403_wrap .con02 .box {padding: 10px 30px; margin-top: 10px;}
.sub0403_wrap .con02 .box ul {gap:6px;}
.sub0403_wrap .con02 .box ul li {font-size: 16px;}

.sub0403_wrap .con03 {margin-top: 20px;}
.sub0403_wrap .con03 .box {padding: 20px; margin-top: 10px;}
.sub0403_wrap .con03 .box p {font-size: 14px;}

.sub0403_wrap .con04 {margin-top: 20px;}
.sub0403_wrap .con04 .box_wrap {margin-top: 20px;}
.sub0403_wrap .con04 ul.type04 {flex-direction: column;}
.sub0403_wrap .con04 ul.type04 li:nth-child(even) {transform: rotate(90deg);}
.sub0403_wrap .con04 ul.type04 > li .circle{width:159px; height:159px;}
.sub0403_wrap .con04 ul.type04 > li .circle strong{width: 129px; height: 129px; font-size: 16px;}

/* sub0404 */
.sub0404_wrap .process_box ul {gap:10px;}
.sub0404_wrap .process_box ul li:nth-child(even) {margin-top: -25px;}
.sub0404_wrap .process_box ul li:nth-child(odd) img {width:55px; height:55px;}
.sub0404_wrap .process_box ul li span {font-size: 12px;}
.sub0404_wrap .box_wrap {margin-top: 60px;}
.sub0404_wrap .box_wrap h3 {font-size: 18px; margin-bottom: 20px;}
.sub0404_wrap .box_wrap p {font-size: 15px;}
.sub0404_wrap .box_wrap .txt_box ul {padding: 10px 30px; gap: 6px; margin-top: 20px;}
.sub0404_wrap .box_wrap .txt_box ul li {font-size: 16px;}
.sub0404_wrap .box_wrap .txt_box ul li:before {top:9px;}

.sub0404_wrap .box_wrap .scroll_box {height: 160px; padding: 10px 22px;}
.sub0404_wrap .box_wrap .scroll_box dt {font-size: 14px;}
.sub0404_wrap .box_wrap .scroll_box p {font-size: 14px;}
.sub0404_wrap .box_wrap .scroll_box ul li {font-size: 14px;}
.sub0404_wrap .box_wrap .scroll_box ul li:before {top:10px;}
.sub0404_wrap .box_wrap .scroll_box a.down_btn {font-size: 14px;}

.sub0404_wrap .box_wrap .agree_box {margin-top: 10px;}
.sub0404_wrap .box_wrap .agree_box label {font-size: 14px;}
.sub0404_wrap .box_wrap .agree_box label input[type="radio"] {width:12px; height:12px; margin-right: 6px;}

.sub0404_wrap .btn_box {margin-top: 60px;}
.sub0404_wrap .btn_box a.btn {width: 180px; padding: 6px 26px; font-size: 14px;}

/* sub0404view */
.sub0404_view_wrap .process_box ul {gap:10px;}
.sub0404_view_wrap .process_box ul li:nth-child(even) {margin-top: -25px;}
.sub0404_view_wrap .process_box ul li:nth-child(odd) img {width:55px; height:55px;}
.sub0404_view_wrap .process_box ul li span {font-size: 12px;}
.form_wrap {margin-top: 60px;}
.form_wrap h4{font-size: 18px;}
.form_wrap p {font-size: 14px;}
.form_wrap .form_box:not(:first-child){margin-top: 60px;}
.form_wrap .field_wrap{gap:25px 10px;}
.form_wrap .field_wrap .vfield {flex: 1 1 100%;}
.form_wrap .vfield {gap: 10px;}
.form_wrap .field_wrap .btn_group button{width: 120px; font-size: 14px;}
.form_wrap .field_wrap .help{font-size: 14px;}
.form_wrap .vfield label{font-size: 16px; line-height: 24px;}
.form_wrap .vfield input[type="text"], .form_wrap .vfield input[type="tel"], .form_wrap .vfield input[type="password"], .form_wrap .vfield input[type="date"], .form_wrap .vfield input[type="url"], .form_wrap .vfield input[type="email"], .form_wrap .vfield select{font-size: 14px; height: 40px; padding: 6px 16px;}
.form_wrap input[type="date"]::after {width:20px; height:20px;}
.form_wrap .vfield textarea{height:100px; font-size: 14px; padding: 6px 16px;}
.form_wrap .radio_group{gap:20px; height: 40px; padding:6px 16px;}
.form_wrap .radio_group input[type="radio"]{width:12px; height:12px;}

.form_wrap .inline_group span{font-size: 14px;}

.form_wrap .check_group_wrap{height: 40px; padding:6px 16px;}
.form_wrap .check_group{gap:20px;}
.form_wrap .check_group input[type="checkbox"]{width:12px; height:12px;}
.form_wrap .check_group input.check-sm{width:12px; height:12px;}
.form_wrap .chk_wrap{gap:20px; padding:14px 16px; flex-direction: column;}
.form_wrap .chk_wrap .chk_box p{font-size: 14px;}
.form_wrap .vfield.chk_vfield .check_group_wrap{height: auto; padding: 16px 18px;}
.form_wrap .radio_box{gap: 20px;}
.form_wrap .radio_box label input[type="radio"]{width: 12px; height: 12px;}
.form_wrap .btn_box {margin-top: 60px;}
.form_wrap .btn_box a.btn {width: 180px; padding: 6px 26px; font-size: 14px;}

/* sub0404_view02 */
.sub0404_view02_wrap .process_box ul {gap:10px;}
.sub0404_view02_wrap .process_box ul li:nth-child(even) {margin-top: -25px;}
.sub0404_view02_wrap .process_box ul li:nth-child(odd) img {width:55px; height:55px;}
.sub0404_view02_wrap .process_box ul li span {font-size: 12px;}
.sub0404_view02_wrap .box_wrap {margin-top: 20px;}
.sub0404_view02_wrap .box_wrap p {font-size: 15px;}

.sub0404_view02_wrap .scroll_box {height: 160px; padding: 10px 22px;}
.sub0404_view02_wrap .scroll_box dt {font-size: 14px; line-height: 22px;}
.sub0404_view02_wrap .scroll_box p {font-size: 14px; line-height: 22px;}
.sub0404_view02_wrap .scroll_box ul li {font-size: 14px; line-height: 22px;}

.sub0404_view02_wrap .agree_box {margin-top: 10px;}
.sub0404_view02_wrap .agree_box label {font-size: 14px; line-height: 20px;}
.sub0404_view02_wrap .agree_box label input[type="radio"] {width:12px; height:12px;}

.sub0404_view02_wrap .box_wrap .stamp {margin-top: 28px;}
.sub0404_view02_wrap .box_wrap .stamp strong {font-size: 16px;padding-right: 18px;}
.sub0404_view02_wrap .box_wrap .stamp strong span:after {top:-8px; right:-18px; width: 40px; height: 40px;}

.sub0404_view02_wrap .box_wrap ul.ul_input {gap:20px;}
.sub0404_view02_wrap .box_wrap ul.ul_input li {width:100%; gap: 10px;}
.sub0404_view02_wrap .box_wrap ul.ul_input li label {font-size: 16px;}
.sub0404_view02_wrap .box_wrap ul.ul_input li input[type="text"] {height: 50px; padding: 8px 10px; font-size: 14px;}
.sub0404_view02_wrap .box_wrap button {width: 120px; height: 50px; padding: 2px 10px; font-size: 14px;} 

.sub0404_view02_wrap .btn_box {margin-top: 60px;}
.sub0404_view02_wrap .btn_box a.btn {width: 160px; padding: 3px 30px; font-size: 14px;}

/* sub0404_view03 */
.sub0404_view03_wrap .process_box ul {gap:10px;}
.sub0404_view03_wrap .process_box ul li:nth-child(even) {margin-top: -25px;}
.sub0404_view03_wrap .process_box ul li:nth-child(odd) img {width:55px; height:55px;}
.sub0404_view03_wrap .process_box ul li span {font-size: 12px;}
.sub0404_view03_wrap .box_wrap {padding: 60px 20px; gap: 20px; margin-top: 60px;}
.sub0404_view03_wrap .box_wrap > img {width:80%;}
.sub0404_view03_wrap .box_wrap strong {font-size: 30px;}
.sub0404_view03_wrap .box_wrap p {font-size: 16px;}
.sub0404_view03_wrap .box_wrap ul {padding: 30px 20px;}
.sub0404_view03_wrap .box_wrap ul li {font-size: 14px;}
.sub0404_view03_wrap .box_wrap ul li:before {top:10px; left:0;}
.sub0404_view03_wrap .btn_box a.btn {width: 160px; padding: 3px 30px; font-size: 14px;}

/* sub0405 */
.sub0405_wrap h2 {font-size: 20px; line-height: 30px;}
.sub0405_wrap strong {font-size: 30px; line-height: 35px;}
.sub0405_wrap .box_wrap {margin-top: 60px;}
.sub0405_wrap .box_wrap ul li {width:100%;}
.sub0405_wrap .box_wrap ul li label {font-size: 16px; width: 90px;}
.sub0405_wrap .box_wrap ul li input[type="text"] {flex:1 0 0; width:100%; height: 40px; padding: 8px 16px; font-size: 14px;}
.sub0405_wrap .box_wrap ul li select {flex:1 0 0; width:100%; height: 40px; padding: 8px 16px 8px 26px; font-size: 14px;}
.sub0405_wrap .btn_box {margin-top: 20px;}
.sub0405_wrap .btn_box a {width: 180px; padding: 6px 32px; font-size: 14px;}

.sub0405_wrap .tbl_box {margin-top: 30px; margin-bottom: 30px;}
.sub0405_wrap table.tbl01 thead th {height: 50px; padding: 10px 15px; font-size: 16px;}
.sub0405_wrap table.tbl01 tr td {padding: 10px 15px; font-size: 14px;}

ul.paging01 li {width: 20px; height: 20px;}
ul.paging01 li:first-child, ul.paging01 li:nth-child(2) {margin-right: 15px;}
ul.paging01 li:last-child, ul.paging01 li:nth-last-child(2) {margin-left: 15px;}
ul.paging01 li a {font-size: 14px;}



/* sub0405_view */
.sub0405_view_wrap h4{font-size: 1.25rem; margin-bottom: 20px;}
.sub0405_view_wrap .info_wrap{padding: 15px; flex-direction: column;}
.sub0405_view_wrap .info_wrap .img_box{width: 100%;}
.sub0405_view_wrap .info_wrap ul{gap:10px;}
.sub0405_view_wrap .info_wrap ul li{width: 100%;}
.sub0405_view_wrap .info_wrap ul li dl{font-size: 0.875rem;}
.sub0405_view_wrap .box{margin-top: 50px;}
.sub0405_view_wrap .box h5{font-size: 1.125rem;}
.sub0405_view_wrap .box .txt_box p{font-size: 0.75rem;}
.sub0405_view_wrap .btn_box .btn{width: 180px; padding: 6px 26px; font-size: 14px;}

.sub0405_view_wrap .id_wrap{padding-block:50px; padding-inline:2.66%;}
.sub0405_view_wrap .input_wrap{gap:20px;}
.sub0405_view_wrap .input_wrap .vfield label{font-size: 0.875rem;}
.sub0405_view_wrap .input_wrap .vfield input{height: 50px; padding-inline:10px; font-size: 0.875rem;}
.sub0405_view_wrap .btn_box{margin-top: 20px;}


/* sub0406 */
.sub0406_wrap h3 {font-size: 18px;}
.sub0406_wrap .con01 .box{margin-top: 20px}
.sub0406_wrap .con01 .box ul li {font-size: 15px;}
.sub0406_wrap .con01 .box ul li:before {top:8px;}

.sub0406_wrap .con02 {margin-top: 60px;}
.sub0406_wrap .con02 .box {padding: 20px; margin-top: 20px;}
.sub0406_wrap .con02 .box p {font-size: 19.5px;}

.sub0406_wrap .con03 {margin-top: 60px;}
.sub0406_wrap .con03 table.tbl01 thead th {height: 50px; padding: 10px 15px; font-size: 16px;}
.sub0406_wrap .con03 table.tbl01 tr td {padding: 10px 15px; font-size: 14px;}
.sub0406_wrap .con03 table.tbl01 tr td ul li {font-size: 14px; }

.sub0406_wrap .con05 {margin-top: 60px;}
.sub0406_wrap .con05 .sub_tit {margin-top: 20px;}
.sub0406_wrap .con05 .sub_tit p {font-size: 15px;}
.sub0406_wrap .con05 .box {padding: 10px 30px; margin-top: 10px;}
.sub0406_wrap .con05 .box ul {gap:6px;}
.sub0406_wrap .con05 .box ul li {font-size: 16px;}
.sub0406_wrap .con05 .box ul li span {font-size: 14px; margin-top: 6px;}

.sub0406_wrap .con06 .sub_tit {margin-top: 20px;}
.sub0406_wrap .con06 .sub_tit p {font-size: 15px;}
.sub0406_wrap .con06 .box {padding: 10px 30px; margin-top: 10px;}
.sub0406_wrap .con06 .box ul {gap:6px;}
.sub0406_wrap .con06 .box ul li {font-size: 16px;}
.sub0406_wrap .con06 .box ul li span {font-size: 14px; margin-top: 6px;}

.sub0406_wrap .con07 {margin-top: 60px;}
.sub0406_wrap .con07 .box_wrap {margin-top: 20px;}
.sub0406_wrap .con07 ul.type04 {gap:13px;}
.sub0406_wrap .con07 ul.type04 > li .circle{width:118px; height:118px;}
.sub0406_wrap .con07 ul.type04 > li .circle strong{width: 88px; height: 88px; font-size: 14px;}

/* sub0407 */
.sub0407_wrap h3 {font-size: 18px;}

.sub0407_wrap .con01 {margin-top: 20px;}
.sub0407_wrap .con01 .box {padding: 20px; margin-top: 20px;}
.sub0407_wrap .con01 .box p {font-size: 15px;}

.sub0407_wrap .con02 {margin-top: 60px;}
.sub0407_wrap .con02 .box_wrap ul {gap:20px; flex-direction: column;}
.sub0407_wrap .con02 .box_wrap ul li .img_box {gap:10px;}
.sub0407_wrap .con02 .box_wrap ul li .img_box strong {font-size: 18px;}
.sub0407_wrap .con02 .box_wrap ul li .txt_box {padding: 25px 20px 20px 20px;}
.sub0407_wrap .con02 .box_wrap ul li .txt_box ul li {font-size: 16px;}
.sub0407_wrap .con02 .box_wrap ul li .txt_box ul li:before {top:8px;}

.sub0407_wrap .con03 {margin-top: 60px;}
.sub0407_wrap .con03 .box_wrap {margin-top: 20px;}
.sub0407_wrap .con03 ul.type04{flex-direction: column;} 
.sub0407_wrap .con03 ul.type04 > li:nth-child(even) {margin-top: 0; transform:rotate(90deg);}
.sub0407_wrap .con03 ul.type04 > li .circle{width:204px; height:204px;}
.sub0407_wrap .con03 ul.type04 > li .circle strong{width: 174px; height: 174px; font-size: 16px;}
.sub0407_wrap .con03 ul.type04 > li .circle span {font-size: 14px;}

/* sub0502 */
.sub0502_wrap h3{font-size: 18px;}
.sub0502_wrap .con01 .box{margin-top: 20px}
.sub0502_wrap .con01 .box ul li p {font-size: 15px;}
.sub0502_wrap .con01 .box ul li p:before {top:10px;}

.sub0502_wrap .con02 {margin-top: 60px;}
.sub0502_wrap .con02 .box_wrap{margin-top: 20px;}
.sub0502_wrap .con02 .box_wrap .tit p{font-size: 18px;}

.sub0502_wrap .con02 .box_wrap ul {gap:20px; flex-direction: column;}
.sub0502_wrap .con02 .box_wrap ul li .img_box img {width:180px; height:180px;}
.sub0502_wrap .con02 .box_wrap ul li .txt_box p {font-size: 16px;}
.sub0502_wrap .con02 .box_wrap span {font-size: 12px;}

.sub0502_wrap .con03 {margin-top: 60px;}
.sub0502_wrap .con03 .box_wrap{margin-top: 20px;}
.sub0502_wrap .con03 .box_wrap .tit p{font-size: 18px;}

.sub0502_wrap .con03 table thead th {padding: 10px 20px; font-size: 16px;}
.sub0502_wrap .con03 table tr td {padding: 10px 15px; font-size: 14px;}

.sub0502_wrap .con04 {margin-top: 60px;}
.sub0502_wrap .con04 .box_wrap{margin-top: 20px;}
.sub0502_wrap .con04 .box_wrap .tit p{font-size: 18px;}

.sub0502_wrap .con04 table thead th {padding: 10px 20px; font-size: 16px;}
.sub0502_wrap .con04 table tr td {padding: 10px 15px; font-size: 14px;}

.sub0502_wrap .con07 {margin-top: 60px;}
.sub0502_wrap .con07 .box_wrap {margin-top: 20px;}
.sub0502_wrap .con07 .box_wrap .sub_tit p {font-size: 16px;}

.sub0502_wrap .con07 .box_wrap ul {flex-direction: column;}
.sub0502_wrap .con07 .box_wrap ul li:nth-child(even) {transform: rotate(90deg);}

.sub0502_wrap .con08 {margin-top: 60px;}
.sub0502_wrap .con08 .box_wrap {margin-top: 20px;}
.sub0502_wrap .con08 .box_wrap .sub_tit p {font-size: 16px;}

.sub0502_wrap .con08 .box_wrap ul {flex-direction: column;}
.sub0502_wrap .con08 .box_wrap ul li:nth-child(even) {transform: rotate(90deg);}

.sub0502_wrap .con09 {margin-top: 60px;}
.sub0502_wrap .con09 .box_wrap {margin-top: 20px;}
.sub0502_wrap .con09 .box_wrap .sub_tit p {font-size: 16px;}

.sub0502_wrap .con09 .box_wrap ul {flex-direction: column;}
.sub0502_wrap .con09 .box_wrap ul li:nth-child(even) {transform: rotate(90deg);}

/* sub0503 */
.sub0503_wrap h3 {font-size: 18px;}

.sub0503_wrap .con01 .box {padding: 20px; margin-top: 20px;}
.sub0503_wrap .con01 .box ul li {font-size: 15px;}
.sub0503_wrap .con01 .box ul li:before {top:8px;}

.sub0503_wrap .con02 .box {padding: 20px; margin-top: 20px;}
.sub0503_wrap .con02 .box ul li {font-size: 15px;}
.sub0503_wrap .con02 .box ul li:before {top:8px;}

.sub0503_wrap .con03 .box {padding: 20px; margin-top: 20px;}
.sub0503_wrap .con03 .box ul li {font-size: 15px;}
.sub0503_wrap .con03 .box ul li:before {top:8px;}

.sub0503_wrap .btn_box {margin: 30px auto 0;}
.sub0503_wrap .btn_box a.btn {width: 180px; padding: 6px 32px; font-size: 14px;}


/* sub0604_view */
#captcha img {height:40px;}
#captcha input[type="text"] {width:100%; height:40px;}
#captcha button {width: 100px; height:40px; font-size: 14px;}





}