@media screen and (max-width:1200px) {
/*로그인스킨*/
#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:1200px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }



/* intro */
.intro_wrap{position: relative; width: 100%; height: 100vh; overflow: hidden;}
.intro_wrap .inner{display: flex; gap:30px; max-width:1260px;}
.intro_wrap .bg_wrap{position: relative; padding-top: 80%;}
.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 {position: absolute;top: 0; left: 0;width: 100%;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;opacity: 0;transition: opacity 0.5s ease;z-index: 2;}
.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:60px; height: 100%; color: #fff;}
.intro_wrap .intro_con .intro_desc{font-size: 1rem;}
.intro_wrap .box_wrap{width: 100%;}
.intro_wrap .box_item{flex:1; height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; border-radius: 24px; 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: 300px;}
.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.875rem; 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: 1rem; 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;height: 45px;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.875rem;pointer-events: none; word-break:keep-all; }
.rolling_txt li.active {opacity: 1; z-index: 1;}


/* quick_menu */
.quick_wrap{position: fixed; top: 50%; transform:translateY(-50%); right: 15px; width: 55px; z-index: 9999;}
.quick_wrap ul{display: flex; flex-direction: column; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);}
.quick_wrap ul li a{display: flex; flex-direction: column; align-items: center; gap:5px; padding-block:10px; font-size: 10px; color: var(--co01); background: #fff;}
.quick_wrap ul li a span{display: none;}
.quick_wrap ul li:first-child a{border-radius:5px 5px 0 0; color: #fff;}
.quick_wrap .top_btn{display: flex; flex-direction: column; align-items: center; gap:5px; margin-top: 10px; padding-block:10px; border-radius:5px; color: #fff; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);}
.quick_wrap .top_btn img{display: none;}



/* header */
#header{height: 80px;}
#header .inner{width: 100%; height: 100%;}
#header .h_right .seoul_btn{padding: 8px 15px;}

#header .h_right .all_btn{display: none;}
#header .h_right .nav_btn{display: block; width: 50px; border-radius:50%; background: #005739; aspect-ratio:1;}
#header .h_right .nav_btn .btn_inner{width:40%; margin: 0 auto; display: flex; flex-direction: column; justify-content: space-between; height: 10px;}
#header .h_right .nav_btn .btn_inner span{background: #fff; width: 100%; height: 2px;}


/* gnb */
.gnb{display: none;}

/* 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:40%;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: 195px; height: 31px;}
.navigation .nav_top .close_btn{position: relative; width: 40px; border-radius:50%; background: #005739; aspect-ratio:1;}
.navigation .nav_top .close_btn span{position: absolute; top: 50%;	 left: 50%; display: block; width: 22px; 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; background: #005739; border-radius: 0 30px 0 0;}
.navigation .sub_panel{width: 60%; padding-inline: 15px; 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.875rem; font-weight: 600; line-height: 22px; padding: 12px 16px;}
{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: 12px; padding-block:10px; color:#222;font-size:14px;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: -5px; 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: 20px;}
.navigation .depth2 > li.more_depth.active > a{padding-inline: 12px; background: #65B12F; border-radius:30px; color: #fff;}
.navigation .depth3{display: none; padding: 12px 20px;}
.navigation .depth3 li a{font-size: 14px; 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;} 


/* main 공통 */
.main_tit{display: flex; flex-direction: column; gap:20px;}
.main_tit .sub_txt{font-size: 1rem; color: #222;}
.main_tit .tit_box{display: flex; align-items: flex-end; gap:20px;}
.main_tit h3{font-size: 2.5rem; color: #222; font-weight: 700;}
.main_tit h3 span{color: #005739;}
.main_tit .tit_box p{font-size: 1rem; color: #222;}



/* visual */
.visual_container{width: 100%; padding: 0 2.6%;}
#visual_wrap .swiper-slide .txt_wrap{position: absolute; left: 40px; top: auto; bottom:60px; transform:none; color: #fff; display: flex; flex-direction: column; gap:25px; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#visual_wrap .swiper-slide img.tab_img{min-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:3.75rem; 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: 10px;}
#visual_wrap .swiper-slide .txt_wrap a{width:110px; display:flex; padding:15px 25px; margin-top: 50px; font-size:1rem;}
#visual_wrap .swiper-slide .txt_wrap a .ri-arrow-right-line{height:20px;}
#visual_wrap .swiper-slide .txt_wrap a .ri-arrow-right-line:before{font-size:20px;}
#visual_wrap .swiper-slide .txt_wrap a:hover{width:120px; padding:15px 20px;}



/* section01 */
#section01{padding-block:30px;}
#section01 .link_list{gap:10px;}
#section01 .link_list li a{gap:10px; border-radius:25px;}
#section01 .link_list li a svg{width:90px; height:90px;}
#section01 .link_list li a h3{font-size: 1.125rem; white-space:nowrap; margin-top:5px;}
#section01 .link_list li a p{font-size: 0.875rem; word-break:keep-all; text-align:center; letter-spacing:-0.04em;}



/* section02 */
#section02 .biz_wrap {display: flex;gap:15px;height: 450px;overflow: hidden; margin-top: 30px;}
#section02 .biz_wrap .list_box {flex-grow: 1;width: 0%;min-width: 130px;position: relative;color: white;padding: 40px;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: 40px;}
#section02 .biz_wrap .list_box.active .tit_top h4{font-size: 1.875rem;}
#section02 .biz_wrap .togg_btn{width:50px; height:50px;}
#section02 .biz_wrap .list_box p{font-size: 1rem; margin-top: 60px;}
#section02 .biz_wrap .tags{flex-wrap: wrap;}
#section02 .biz_wrap .tags span{padding: 10px 20px; font-size: 0.875rem; white-space:nowrap;}



/* section03 */
#section03 h4{margin: 40px 0 30px; font-size:1.875rem;}
#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:80px;}
#section04 .sec04_con{width: calc(100% - 5.2%); padding-block:80px;}
#section04 .sec04_con .inner{padding:0 40px; gap:40px;}
#section04 .sec04_top{align-items: flex-start; flex-direction: column; gap:40px;}
#section04 .sec04_top p{font-size:1.25rem; word-break:keep-all;}
#section04 .sec04_top p span{display: inline;}
#section04 .com_num{font-size:1.875rem;}
#section04 .sec04_btm{gap:15px;}
#section04 .sec04_btm > div{margin-inline:5px;}
#section04 .sec04_btm a{padding: 25px 30px;}
#section04 .sec04_btm .tit_top h4{font-size: 1.25rem;}
#section04 .sec04_btm .part_info{font-size: 0.875rem;}
#section04 .sec04_btm .part_info span{display: inline;}
#section04 .sec04_btm .tit_top .ri-arrow-right-line:before{font-size:32px;}



/* sectino05 */
#section05{padding-bottom: 80px;}
/* #section05 .youtube_wrap{margin-top:40px; gap:40px;}
#section05 .youtube_wrap h4{font-size:1.875rem;}
#section05 .youtube_wrap > div{width: 48%;}
#section05 .you_top{margin-top: 30px;}
#section05 .you_info .you_title{font-size: 1.375rem;}
#section05 .you_info .you_desc{font-size:1rem;}
#section05 .you_thumb{margin-top: 30px;}
#section05 .swiper-pagination{margin-top: 30px;}
#section05 .you_btn{padding:0 25px; width: 250px; height:50px; font-size: 1rem; margin:30px auto 0;}
#section05 .you_btn .ri-arrow-right-line:before{font-size:20px;}
#section05 .you_btn:hover{color:#fff; background-color:#005739; space-between; padding:0 20px;}
#section05 .insta_btn{padding:0 25px; width: 250px; height:50px; font-size: 1rem; margin:30px auto 0;}
#section05 .insta_btn .ri-arrow-right-line:before{font-size:20px;}
#section05 .insta_btn:hover{color:#fff; background-color:#005739; space-between; padding:0 20px;} */
#section05 .sns_wrap {margin-top: 40px;}
#section05 .sns_wrap ul {gap:30px;}
#section05 .sns_wrap ul li {height: 320px;padding: 30px 40px; }
#section05 .sns_wrap ul li .sns_tit strong {font-size: 1.875rem;}
#section05 .sns_wrap ul li .sns_tit img {width:50px; height:50px;}
#section05 .sns_wrap .tags span{padding: 10px 20px; font-size: 0.875rem; white-space:nowrap;}

/* 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:34px; font-size:35px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_list { display:flex;align-items:center;gap:43px;justify-content: center;}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:15px; color:#fff; font-weight:400;}
#sub_visual_wrap .txt_wrap .sub_list li::before { content:''; position:absolute; right:-23px; top:5px;width: 4px;height: 4px;border-radius: 50%;background: #fff;}
#sub_visual_wrap .txt_wrap .sub_list li:last-child::before{display: none;}


#sub_contents{padding: 60px 0;}
#sub_contents .contop {margin-bottom: 80px; display:block;}
#sub_contents .contop h3{font-weight: 500;font-size: 35px;line-height: 1;margin-bottom: 25px;text-align: left;color: #222;}
#sub_contents .contop ul {justify-content: flex-end;}
#sub_contents .contop ul li{position: relative; font-size: 14px; color: #ccc;}
#sub_contents .contop ul li img {width:18px; height:18px;}

/* sub  곻통 */
.cate_box ul {margin-bottom: 80px;}
.cate_box ul li {height:35px; line-height: 35px;}
.cate_box ul li:after {height: 35px;}
.cate_box ul li.on a {font-size: 18px;}
.cate_box ul li a {font-size: 18px;}

ul.type05 {display: flex;gap: 20px;flex-wrap: wrap;}
ul.type05 li {width: calc((100% - 20px) / 2);border-radius: 999px;}


/* sub0101 */
.sub0101_wrap h3{color: #222;font-family: "Kakao Big Sans";font-size: 25px;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: 30px;font-weight: 700;line-height: 150%; word-break:keep-all;}
.sub0101_wrap .txt_wrap span{display: block;margin-top: 15px; color: #222;text-align: center;font-family: "Kakao Big Sans";font-size: 18px;font-weight: 700;line-height: 150%; }

.sub0101_wrap .con02{margin-top: 80px;}
.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: 26px;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:220px;height:220px;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: 200px;height: 200px;border-radius:50%;background: #072A60;color:#fff;font-size:18px;padding-top: 45px;line-height: 1.5;}
.sub0101_wrap .con03 ul.type04 li .circle strong span{font-size: 26px;}
.sub0101_wrap .con03 ul.type04 li:nth-child(even) .circle strong{background: #0053A0;}
.sub0101_wrap .con03 ul.type04 li .txt_box{padding:20px 30px;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: 18px;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: 200px;height: 200px;border-radius:50%;background: #005739;color:#fff;font-size:20px;padding-top: 45px;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: calc((100% - 20px) / 2);}
.sub0101_wrap .con04 ul.type06 li .top{border-radius: 999px;background: #072A60;display: flex;height: 70px;padding: 20px 0;justify-content: center;align-items: center;gap: 10px;
align-self: stretch;color: #FFF;font-family: "Kakao Small Sans";font-size: 18px;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:170px;}
.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: 15px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 18px;font-weight: 400;line-height: 150%; /* 30px */}
.sub0101_wrap .con04 ul.type06 li .box ul.dot li::before{position: absolute; content:''; width:6px; height:6px; background:#005739; border-radius:100%; top:12px; left:0; }

/* sub0102 */
.sub0102_wrap{display: flex; justify-content: space-between; flex-direction: column-reverse;align-items: center;gap:50px;}
.sub0102_wrap .left{width:100%; display: flex; flex-direction: column; gap:20px; word-break:keep-all;}
.sub0102_wrap .left strong{color: #222;font-family: "Kakao Big Sans";font-size: 25px;font-style: normal;font-weight: 700;line-height: 150%; }
.sub0102_wrap .left b{color: #222;font-family: "Kakao Small Sans";font-size: 20px;font-style: normal;font-weight: 700;line-height: 150%; /* 36px */}
.sub0102_wrap .left p{color: #666;font-family: "Kakao Small Sans";font-size: 16px;font-weight: 400;line-height: 150%; /* 27px */}
.sub0102_wrap .left span{color: #222;font-family: "Kakao Small Sans";font-size: 16px;font-style: normal;font-weight: 700;line-height: 150%; /* 30px */}
.sub0102_wrap .right{border-radius:30px; overflow:hidden; width:520px;}
.sub0102_wrap .right > img{width:100%;}

/* sub0105 */
.sub0105_wrap h3{color: #222;font-family: "Kakao Big Sans";font-size: 25px;font-weight: 700;}	
.sub0105_wrap .txt_wrap{margin-top: 40px; background:url(/assets/images/sub/s_sub0101_img01.png); background-size:cover; padding:30px; border-radius: 20px;}
.sub0105_wrap .txt_wrap p{color: #222;text-align: center;font-family: "Kakao Big Sans";font-size: 20px;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: 32px;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: 70px;}

.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: calc((100% - 20px) / 2);}
.sub0105_wrap .con01 ul.type06 li .top{border-radius: 999px;background: #072A60;display: flex;height: 70px;padding: 20px 0;justify-content: center;align-items: center;gap: 10px;
align-self: stretch;color: #FFF;font-family: "Kakao Small Sans";font-size: 20px;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:142px;}
.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: 16px;font-style: normal;font-weight: 400;line-height: 150%; /* 30px */}


/* sub0106 */
.root_daum_roughmap{width:100% !important; height: 400px !important;}
.root_daum_roughmap .wrap_map {position: relative;width: 100% !important;height: 400px !important;}
.sub0106_wrap .map_wrap{height:400px; border-radius:30px;     overflow: hidden; border: 2px solid #E2E2E2;} 
.sub0106_wrap .box_wrap, .sub0106_wrap .info_wrap ul {margin-top: 80px;display: flex;gap: 30px;}
.sub0106_wrap .map_info p {color: #222;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 700;line-height: 24px;}
.sub0106_wrap .box_wrap .box h2 {color: #222;font-family: "Kakao Small Sans";font-size: 24px;font-weight: 700;line-height: 30px;}
.sub0106_wrap .box_wrap .box ul li p {color: #222;font-family: "Kakao Small Sans";font-size: 16px;font-weight: 400;line-height: 150%;word-break: keep-all;}
.sub0106_wrap .info_wrap ul li{width:calc((100% - 30px) / 2); background:url('/assets/images/sub/sub0106_img02.png') no-repeat center; background-size:cover; border-radius:30px; 
display: flex; justify-content: space-between;align-items: center; padding:25px; gap:20px; flex-direction: column;}
.sub0106_wrap .info_wrap ul li p {color: #FFF;font-family: "Kakao Small Sans";font-size: 25px;font-style: normal;font-weight: 700;line-height: 30px;}
.sub0106_wrap .info_wrap ul li .txt span {color: #FFF;font-family: "Kakao Small Sans";font-size: 18px;font-style: normal;font-weight: 700;line-height: 1.5;}
.sub0106_wrap .info_wrap ul li .txt img {width:60px;}

/* sub0107 */
.sub0107_wrap .con_tit{color: #222; display: flex; align-items: center ;gap:15px; font-family: "Kakao Big Sans";font-size: 26px;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: 24px;font-style: normal;font-weight: 700;line-height: 24px; width: 48px;height: 48px; line-height: 48px; 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: 20px;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: 28px;font-style: normal;font-weight: 700;line-height: 150%; /* 48px */}

.sub0107_wrap ul.type06 {display: flex; gap:20px; width:100%;}
.sub0107_wrap ul.type06 li{width:calc(100% / 3);}
.sub0107_wrap ul.type06 li .top{border-radius: 10px;background: #072A60;display: flex;height: 70px;padding: 20px 10px;justify-content: center;align-items: center;gap: 10px;
align-self: stretch;color: #FFF;font-family: "Kakao Small Sans";font-size: 18px;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:215px;}
.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: 15px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 16px;font-weight: 400;line-height: 150%; /* 30px */}
.sub0107_wrap ul.type06 li .box ul.dot li::before{position: absolute; content:''; width:6px; height:6px; background:#005739; border-radius:100%; top:12px; 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%;}
.sub0107_wrap .con01 ul.type04 > li {width: calc(100% / 3);display: flex;flex-direction: column;align-items: center;}
.sub0107_wrap .con01 ul.type04 li .circle {display: flex;width: 220px;height: 220px;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: 35px 30px 30px 30px;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: 22px;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: calc((100% - 40px) / 3);display: flex;flex-direction: column;gap: 8px;}
.sub0107_wrap .con01 ul.type07 li .square {padding: 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: 18px;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:240px;}
.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: 16px;font-weight: 400;line-height: 150%; /* 30px */}
.sub0107_wrap .con01 ul.type07 li .txt_box  ul.dot li::before{position: absolute; content:''; width:6px; height:6px; background:#005739; border-radius:100%; top:12px; left:0; }

.sub0107_wrap .con02{margin-top:	80px;}
.sub0107_wrap .con02 ul.type04 {display: flex;gap: 20px;width: 100%;}
.sub0107_wrap .con02 ul.type04 li {        width: calc((100% - 40px) / 3);}
.sub0107_wrap .con02 ul.type04 li .circle {width: 235px;height: 235px;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: 215px;height: 215px;border-radius: 50%;background: #072A60;color: #fff;font-size: 18px;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: 25px;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: 20px;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: 16px;font-style: normal;font-weight: 400;line-height: 150%; /* 27px */ }
.sub0107_wrap .con02 .gr_box{ height: 90px; line-height: 90px; border-radius: 999px;color: #FFF;font-weight: 700;text-align: center;font-family: "Kakao Small Sans";font-size: 22px;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: 80px;}
.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: 20px;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:5px; text-align: center; font-size: 16px; 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: 100px;}
.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: 20px;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: 18px;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: 30px;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: 16px;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: 20px;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;}
.sub0107_wrap .con01 ul.type08 li .txt_box {width:calc((100% - 20px) / 2); 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: 15px; width:100%;color: #222;font-family: "Kakao Small Sans";font-size: 16px;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: 18px;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: 205px;}

.sub0107_wrap .img_wrap img{width:100%;}
.sub0107_wrap .img_box img{width:100%;}

/* sub0301 */
.sub0301_wrap h3{font-size: 24px; line-height: 24px;}
.sub0301_wrap .con01 .box{margin-top: 30px;}
.sub0301_wrap .con01 .box p{font-size: 19.5px; }

.sub0301_wrap .con02{margin-top: 80px;}
.sub0301_wrap .con02 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0301_wrap .con02 .box_wrap .tit p{font-size: 24px;}

.sub0301_wrap .con02 ul.type04{width:100%;}
.sub0301_wrap .con02 ul.type04 li .circle{width: 200px;height: 200px;padding: 35px 15px;}
.sub0301_wrap .con02 ul.type04 li .circle p{font-size: 18px;}
.sub0301_wrap .con02 ul.type04 li .box{padding: 30px 25px 25px 25px;}
.sub0301_wrap ul.dot li {font-size: 16px;}

.sub0301_wrap .con03 {margin-top: 80px;}
.sub0301_wrap .con03 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0301_wrap .con03 .box_wrap .tit p{font-size: 24px;}

.sub0301_wrap .con03 ul.type07{width:100%; flex-direction: column;}
.sub0301_wrap .con03 ul.type07 li{width:100%;}
.sub0301_wrap .con03 ul.type07 li .square{padding: 15px 25px;}
.sub0301_wrap .con03 ul.type07 li .square strong{font-size: 18px;}
.sub0301_wrap .con03 ul.type07 li table tr td {padding: 15px 20px; font-size: 16px; }
.sub0301_wrap .con03 ul.type07 li:first-child table tr td {padding:15px 20px;}

.sub0301_wrap .con04 {margin-top: 80px;}
.sub0301_wrap .con04 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0301_wrap .con04 .tit p{font-size: 24px;}
.sub0301_wrap .con04 .sub_tit p {font-size: 18px;}

.sub0301_wrap .con04 .process_wrap {flex-direction: column; align-items: center;}
.sub0301_wrap .con04 .process_wrap .p_box {flex-direction: row; gap:40px;}
.sub0301_wrap .con04 .process_wrap .p_box:first-child {margin-left: 0;}
.sub0301_wrap .con04 .process_wrap .p_box:nth-child(6) {margin-right: 0;}
.sub0301_wrap .con04 .process_wrap .p_box .top_box p {font-size: 18px;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box p {font-size: 18px;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box:nth-child(even) {padding: 91.5px 0; align-items: flex-start;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box:nth-child(odd) {padding: 91.5px 0; align-items: flex-end;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box:nth-child(even)::before {top:47%; left:-26px;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box:nth-child(even)::after {top:49%; left:-22px;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box:nth-child(odd)::before {bottom:47%; right:-28px;}
.sub0301_wrap .con04 .process_wrap .p_box .bot_box:nth-child(odd)::after {bottom:48.5%; right:-24px;}
.sub0301_wrap .con04 .process_wrap p.line {top:0; left:50%; width:1px; height:100%;}

.setting_progress_box .box{width:100%; height:auto; padding-bottom:var(--gap); gap:0; align-items: flex-start; padding-bottom: 0; flex-direction: row; justify-content: center;}
.setting_progress_box .box .top_box{width: 40%;}
.setting_progress_box .box .btm_box{min-width:180px;}
.setting_progress_box .box:not(:last-child) .progress_box .bar{width: 1px;}
.setting_progress_box .box .progress_box{left: 50%;}
.setting_progress_box{--gap: 10px; gap: var(--gap);}
.setting_progress_box .box .progress_box{top:0; right:auto; transform:none; width:1px;bottom: calc(var(--gap) * -0.5);height: calc(100% + var(--gap));}
.setting_progress_box .box .progress_box .dot{left:50%; top:0; transform:translate(-50%, -50%);}
.setting_progress_box .box .progress_box .bar{left:50%; bottom:0; top:auto; transform:none;width:1px; height:100%;}
.setting_progress_box .box.active .progress_box .bar .fill{
    width: 1px; height: 0;
    animation: fillY 3s linear forwards;
  }
  @keyframes fillY {
    from { height: 0; }
    to   { height: 100%; }
  }

.setting_progress_box .box .step_box{flex-direction: column-reverse;}
.setting_progress_box .box.rever_box .step_box{flex-direction: column;}
.setting_progress_box .box:not(:last-child) .progress_box .bar{ width: 1px; }
.setting_progress_box .box .alt_box .tit{font-size: 1.125rem;}
.setting_progress_box .box .img{height: 180px;}
.setting_progress_box .box .img p{font-size: 1.125rem;}

.sub0301_wrap .con04 .tbl_box {overflow-X:scroll;}
.sub0301_wrap .con04 .tbl01 {margin-top: 30px; white-space:nowrap;}
.sub0301_wrap .con04 .tbl01 thead th {padding: 15px 25px; font-size: 18px;}
.sub0301_wrap .con04 .tbl01 td {padding: 15px 20px; font-size: 16px;}

.sub0301_wrap .con05 {margin-top: 80px;}
.sub0301_wrap .con05 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0301_wrap .con05 .tit p{font-size: 24px;}

.sub0301_wrap .con05 .info_wrap {width:100%;}
.sub0301_wrap .con05 .info_wrap ul {flex-direction: column;}
.sub0301_wrap .con05 .info_wrap ul li{border-radius:20px; padding:25px 35px;}
.sub0301_wrap .con05 .info_wrap ul li span{font-size: 16px;} 
.sub0301_wrap .con05 .info_wrap ul li p{font-size: 23px;}

/* sub0302 */
.sub0302_wrap .box_wrap .right_box {width:100%;}
.sub0302_wrap .box_wrap .right_box .bg_box {height: auto; padding: 40px 50px;}
.sub0302_wrap .box_wrap .right_box .bg_box strong {font-size: 26px; margin-bottom: 30px;}
.sub0302_wrap .box_wrap .right_box .bg_box p {font-size: 18px; margin-bottom: 60px;}
.sub0302_wrap .box_wrap .right_box .bg_box a {width: 220px; font-size: 16px;}

/* sub0303 */
.sub0303_wrap h3{font-size: 24px;}
.sub0303_wrap .con01 .box{margin-top: 30px;}
.sub0303_wrap .con01 .box p{font-size: 19.5px;}

.sub0303_wrap .con02 {margin-top: 80px;}
.sub0303_wrap .con02 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0303_wrap .con02 .box_wrap .tit p{font-size: 24px;}

.sub0303_wrap .con02 .pc_ul {display:none;}
.sub0303_wrap .con02 .tab_ul {display:block;}
.sub0303_wrap .con02 .mob_ul {display:none;}
.sub0303_wrap .con02 ul.type05 {flex-wrap: nowrap;}
.sub0303_wrap .con02 ul.type05 li{font-size: 16px;}
.sub0303_wrap .con02 ul.type05.blue li{font-size: 16px;}
.sub0303_wrap .con02 ul.type03 li{width:48.5%; font-size: 16px;}

/* sub0304 */
.sub0304_wrap h3{font-size: 24px;}
.sub0304_wrap .con01 .box{margin-top: 30px;}
.sub0304_wrap .con01 .box p{font-size: 19.5px;}

.sub0304_wrap .con02 {margin-top: 80px;}
.sub0304_wrap .con02 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0304_wrap .con02 .tit p{font-size: 24px;}
.sub0304_wrap .con02 .sub_tit p {font-size: 18px;}

.sub0304_wrap .con02 ul.type04{width:100%;}
.sub0304_wrap .con02 ul.type04 li{width:48%;}
.sub0304_wrap .con02 ul.type04 li .circle{width:200px;height:200px;margin:0 auto 30px;}
.sub0304_wrap .con02 ul.type04 li .circle strong{width: 180px;height: 180px; padding-top: 60px; font-size:18px;}
.sub0304_wrap .con02 ul.type04 li .txt_box{padding:15px 25px;min-height: 90px;}
.sub0304_wrap .con02 ul.type04 li .txt_box p{font-size: 16px;}

.sub0304_wrap .con03 {margin-top: 80px;}
.sub0304_wrap .con03 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0304_wrap .con03 .tit p{font-size: 24px;}
.sub0304_wrap .con03 .sub_tit p {font-size: 18px;}

.sub0304_wrap .con03 ul.type06 li{width:48%;}
.sub0304_wrap .con03 ul.type06 li .square{padding: 15px 25px;}
.sub0304_wrap .con03 ul.type06 li .square strong{font-size: 18px;}
.sub0304_wrap .con03 ul.type06 li .txt_box{padding:20px 15px;}
.sub0304_wrap .con03 ul.type06 li .txt_box p{font-size: 18px;margin-bottom: 8px;}
.sub0304_wrap .con03 .box {border-radius: 30px;}
.sub0304_wrap .con03 .box strong {font-size: 18px;}
.sub0304_wrap .con03 .box em {font-size: 16px;}

.sub0304_wrap .con04 {margin-top: 80px;}
.sub0304_wrap .con04 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0304_wrap .con04 .tit p{font-size: 24px;}
.sub0304_wrap .con04 .sub_tit p {font-size: 18px;}

.sub0304_wrap .con04 ul.type04{margin-top: 30px;}
.sub0304_wrap .con04 ul.type04 li .circle{width:215px;height:215px;}
.sub0304_wrap .con04 ul.type04 li .circle strong{width: 185px; height: 185px; font-size:18px;}
.sub0304_wrap .con04 ul.type04 li:nth-child(7) .circle{width:335px; height:215px;}
.sub0304_wrap .con04 ul.type04 li:nth-child(7) .circle strong{width:305px; height: 185px; font-size:18px;}

.sub0304_wrap .con04 .tbl_box {overflow-X:scroll;}
.sub0304_wrap .con04 .tbl01 {margin-top: 30px; white-space:nowrap;}
.sub0304_wrap .con04 .tbl01 thead th {padding: 15px 25px; font-size: 18px;}
.sub0304_wrap .con04 .tbl01 td {padding: 15px 20px; font-size: 16px;}

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

.sub0306_wrap .con01 .box {padding: 25px; margin-top: 30px;}
.sub0306_wrap .con01 .box p {font-size: 19.5px;}

.sub0306_wrap .con02 {margin-top: 80px;}
.sub0306_wrap .con02 .box {padding: 25px 35px; margin-top: 30px;}
.sub0306_wrap .con02 .box ul {gap:8px;}
.sub0306_wrap .con02 .box ul li {font-size: 18px;}

.sub0306_wrap .con03 {margin-top: 80px;}
.sub0306_wrap .con03 .box_wrap {margin-top: 30px;}
.sub0306_wrap .con03 ul.type04 {flex-wrap: wrap;}
.sub0306_wrap .con03 ul.type04 > li {width:48%;}
.sub0306_wrap .con03 ul.type04 > li .circle{width:210px; height:210px;}
.sub0306_wrap .con03 ul.type04 > li .circle:after {top: 47%; right: -43%;}
.sub0306_wrap .con03 ul.type04 > li .circle strong{width: 180px; height: 180px; font-size:18px;}
.sub0306_wrap .con03 ul.type04 > li .circle strong em {font-size: 28px;}
.sub0306_wrap .con03 ul.type04 > li .txt_box{padding:15px 25px; min-height:90px;}
.sub0306_wrap .con03 ul.type04 > li .txt_box ul li {font-size: 16px;}
.sub0306_wrap .con03 ul.type04 > li .txt_box ul li:before {top:10px;}

.sub0306_wrap .con04 {margin-top: 80px;}
.sub0306_wrap .con04 .tbl_box {margin-top: 30px;}
.sub0306_wrap .con04 .tbl01 thead th {padding: 15px 25px; font-size: 18px; line-height: 22px;}
.sub0306_wrap .con04 .tbl01 td {padding: 15px 20px; font-size: 16px;}

.sub0306_wrap .con05 {margin-top: 80px;}
.sub0306_wrap .con05 .box {padding: 25px 35px; margin-top: 30px;}
.sub0306_wrap .con05 .box ul {gap:8px;}
.sub0306_wrap .con05 .box ul li {font-size: 18px;}

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

.sub0308_wrap .con01 {margin-top: 80px;}
.sub0308_wrap .con01 .box {padding: 25px; margin-top: 30px;}
.sub0308_wrap .con01 .box p {font-size: 19.5px;}

.sub0308_wrap .con02 {margin-top: 80px;}
.sub0308_wrap .con02 .box {padding: 25px; margin-top: 30px;}
.sub0308_wrap .con02 .box p {font-size: 19.5px;}

.sub0308_wrap .con03 {margin-top: 80px;}
.sub0308_wrap .con03 .tbl_box {margin-top: 30px;}
.sub0308_wrap .con03 .tbl01 thead th {padding: 15px 25px; font-size: 18px; line-height: 22px;}
.sub0308_wrap .con03 .tbl01 td {padding: 15px 20px; font-size: 16px;}

.sub0308_wrap .con04 {margin-top: 80px;}
.sub0308_wrap .con04 ul.type04{flex-wrap: wrap; justify-content: center;}
.sub0308_wrap .con04 ul.type04 > li .circle{width:224px; height:224px;}
.sub0308_wrap .con04 ul.type04 > li .circle strong{width: 194px; height: 194px; font-size:18px; padding-top: 0px;}

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

.sub0401_wrap .con01 .box {padding: 25px 35px; margin-top: 30px;}
.sub0401_wrap .con01 .box ul li {font-size: 18px;}

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

.sub0402_wrap .con01 {margin-top: 80px;}
.sub0402_wrap .con01 .box {padding: 25px; gap: 10px; margin-top: 30px;}
.sub0402_wrap .con01 .box strong {font-size: 25px;}
.sub0402_wrap .con01 .box p {font-size: 19.5px;}
.sub0402_wrap .con01 .box p br {display:none;}

.sub0402_wrap .con02 {margin-top: 80px;}
.sub0402_wrap .con02 .box_wrap {margin-top: 30px;}
.sub0402_wrap .con02 .box_wrap ul {gap:15px;}
.sub0402_wrap .con02 .box_wrap ul li .top_box {padding: 15px 0;}
.sub0402_wrap .con02 .box_wrap ul li .top_box p {font-size: 18px;}
.sub0402_wrap .con02 .box_wrap ul li .bot_box {padding: 15px 25px;}
.sub0402_wrap .con02 .box_wrap ul li .bot_box p {font-size: 16px;}

.sub0402_wrap .con03 {margin-top: 80px;}
.sub0402_wrap .con03 .box_wrap {margin-top: 30px; margin-bottom: 15px;}
.sub0402_wrap .con03 ul.type04{flex-wrap: wrap; justify-content: center;}
.sub0402_wrap .con03 ul.type04 > li .circle{width:224px; height:224px;}
.sub0402_wrap .con03 ul.type04 > li .circle strong{width: 194px; height: 194px; font-size: 16px;}
.sub0402_wrap .con03 span {font-size: 14px;}

.sub0402_wrap .con04 {margin-top: 80px;}
.sub0402_wrap .con04 .tbl_box {margin-top: 30px;}
.sub0402_wrap .con04 .tbl01 thead th {padding: 15px 25px; font-size: 18px;}
.sub0402_wrap .con04 .tbl01 td {padding: 15px 20px; font-size: 16px;}

/* sub0403 */
.sub0403_wrap h2 {font-size: 24px; margin-top: 80px;}
.sub0403_wrap h3 {font-size: 20px;}

.sub0403_wrap .con01 {margin-top: 30px;}
.sub0403_wrap .con01 .box {padding: 25px; margin-top: 30px;}
.sub0403_wrap .con01 .box p {font-size: 18px;}

.sub0403_wrap .con02 {margin-top: 30px;}
.sub0403_wrap .con02 .box {padding: 15px 35px; margin-top: 15px;}
.sub0403_wrap .con02 .box ul {gap:8px;}
.sub0403_wrap .con02 .box ul li {font-size: 18px;}

.sub0403_wrap .con03 {margin-top: 30px;}
.sub0403_wrap .con03 .box {padding: 25px; margin-top: 15px;}
.sub0403_wrap .con03 .box p {font-size: 18px;}

.sub0403_wrap .con04 {margin-top: 30px;}
.sub0403_wrap .con04 .box_wrap {margin-top: 30px;}
.sub0403_wrap .con04 ul.type04 {gap:11px; flex-wrap: wrap; justify-content: center;}
.sub0403_wrap .con04 ul.type04 > li .circle{width:179px; height:179px;}
.sub0403_wrap .con04 ul.type04 > li .circle strong{width: 149px; height: 149px; font-size: 18px;}

/* sub0404 */
.sub0404_wrap .process_box ul {gap:40px;}
.sub0404_wrap .process_box ul li:nth-child(even) {margin-top: -25px;}
.sub0404_wrap .process_box ul li:nth-child(odd) img {width:75px; height:75px;}
.sub0404_wrap .process_box ul li span {font-size: 14px;}
.sub0404_wrap .box_wrap {margin-top: 80px;}
.sub0404_wrap .box_wrap h3 {font-size: 24px; margin-bottom: 30px;}
.sub0404_wrap .box_wrap p {font-size: 19.5px;}
.sub0404_wrap .box_wrap .txt_box ul {padding: 15px 35px; gap: 8px; margin-top: 30px;}
.sub0404_wrap .box_wrap .txt_box ul li {font-size: 18px;}

.sub0404_wrap .box_wrap .scroll_box {height: 180px; padding: 15px 27px;}
.sub0404_wrap .box_wrap .scroll_box dt {font-size: 16px;}
.sub0404_wrap .box_wrap .scroll_box p {font-size: 16px;}
.sub0404_wrap .box_wrap .scroll_box ul li {font-size: 16px;}
.sub0404_wrap .box_wrap .scroll_box a.down_btn {font-size: 16px;}

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

.sub0404_wrap .btn_box {margin-top: 80px;}
.sub0404_wrap .btn_box a.btn {width: 200px; padding: 8px 30px; font-size: 16px;}

/* sub0404view */
.sub0404_view_wrap .process_box ul {gap:40px;}
.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:75px; height:75px;}
.sub0404_view_wrap .process_box ul li span {font-size: 14px;}
.form_wrap {margin-top: 80px;}
.form_wrap h4{font-size: 24px;}
.form_wrap p {font-size: 16px;}
.form_wrap .form_box:not(:first-child){margin-top: 80px;}
.form_wrap .field_wrap{gap:40px 20px; margin-top: 30px;}
.form_wrap .field_wrap .btn_group button{width: 130px; font-size: 16px;}
.form_wrap .field_wrap .help{font-size: 16px;}
.form_wrap .vfield label{font-size: 18px;}
.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: 16px; height: 50px; padding: 8px 18px;}
.form_wrap input[type="date"]::after {width:25px; height:25px;}
.form_wrap .vfield textarea{height:200px; font-size: 16px; padding: 8px 18px;}
.form_wrap .radio_group{gap:25px; height: 50px; padding:8px 18px;}
.form_wrap .radio_group input[type="radio"]{width:14px; height:14px;}

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

.form_wrap .check_group_wrap{height: 50px; padding:8px 18px;}
.form_wrap .check_group{gap:25px;}
.form_wrap .check_group input[type="checkbox"]{width:14px; height:14px;}
.form_wrap .check_group input.check-sm{width:14px; height:14px;}
.form_wrap .chk_wrap{gap:25px; padding:16px 18px;}
.form_wrap .chk_wrap .chk_box p{font-size: 16px;}
.form_wrap .vfield.chk_vfield .check_group_wrap{padding: 18px 20px;}
.form_wrap .radio_box{gap: 25px;}
.form_wrap .radio_box label input[type="radio"]{width: 14px; height: 14px;}
.form_wrap .btn_box {margin-top: 80px;}
.form_wrap .btn_box a.btn {width: 200px; padding: 8px 30px; font-size: 16px;}

/* sub0404_view02 */
.sub0404_view02_wrap .process_box ul {gap:40px;}
.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:75px; height:75px;}
.sub0404_view02_wrap .process_box ul li span {font-size: 14px;}
.sub0404_view02_wrap .box_wrap {margin-top: 80px;}
.sub0404_view02_wrap .box_wrap h3 {font-size: 24px; margin-bottom: 30px;}
.sub0404_view02_wrap .box_wrap p {font-size: 19.5px;}
.sub0404_view02_wrap .box_wrap .txt_box ul {padding: 15px 35px; gap: 8px; margin-top: 30px;}
.sub0404_view02_wrap .box_wrap .txt_box ul li {font-size: 18px;}

.sub0404_view02_wrap .box_wrap .scroll_box {height: 180px; padding: 15px 27px;}
.sub0404_view02_wrap .box_wrap .scroll_box dt {font-size: 16px;}
.sub0404_view02_wrap .box_wrap .scroll_box p {font-size: 16px;}
.sub0404_view02_wrap .box_wrap .scroll_box ul li {font-size: 16px;}

.sub0404_view02_wrap .box_wrap .agree_box {margin-top: 15px;}
.sub0404_view02_wrap .box_wrap .agree_box label {font-size: 16px;}

.sub0404_view02_wrap .box_wrap .stamp {margin-top: 48px;}
.sub0404_view02_wrap .box_wrap .stamp strong {font-size: 20px;padding-right: 28px;}
.sub0404_view02_wrap .box_wrap .stamp strong span:after {top:-15px; right:-28px; width: 60px; height: 60px;}

.sub0404_view02_wrap .box_wrap {margin-top: 30px;}
.sub0404_view02_wrap .box_wrap ul.ul_input {gap:40px 20px;}
.sub0404_view02_wrap .box_wrap ul.ul_input li {width:48%;}
.sub0404_view02_wrap .box_wrap ul.ul_input li label {font-size: 18px;}
.sub0404_view02_wrap .box_wrap ul.ul_input li input[type="text"] {height: 55px; padding: 13px 15px; font-size: 16px;}
.sub0404_view02_wrap .box_wrap ul.ul_input li button {width: 140px; height: 55px; padding: 7px 15px; font-size: 16px;} 

.sub0404_view02_wrap .btn_box {margin-top: 80px;}
.sub0404_view02_wrap .btn_box a.btn {width: 200px; padding: 8px 30px; font-size: 16px;}

/* sub0404_view03 */
.sub0404_view03_wrap .process_box ul {gap:40px;}
.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:75px; height:75px;}
.sub0404_view03_wrap .process_box ul li span {font-size: 14px;}
.sub0404_view03_wrap .box_wrap {padding: 80px 50px; gap: 30px; margin-top: 80px;}
.sub0404_view03_wrap .box_wrap > img {width:70%;}
.sub0404_view03_wrap .box_wrap strong {font-size: 40px;}
.sub0404_view03_wrap .box_wrap p {font-size: 20px;}
.sub0404_view03_wrap .box_wrap ul {padding: 50px 30px;}
.sub0404_view03_wrap .box_wrap ul li {font-size: 16px;}
.sub0404_view03_wrap .box_wrap ul li:before {content:""; position: absolute; top:12px; left:0; width: 6px;height: 6px; border-radius:50%; background: #005739;}
.sub0404_view03_wrap .btn_box a.btn {width: 200px; padding: 8px 30px; font-size: 16px;}


/* sub0405 */
.sub0405_wrap h2 {font-size: 35px; line-height: 50px;}
.sub0405_wrap strong {font-size: 55px; line-height: 70px;}
.sub0405_wrap .box_wrap {margin-top: 80px;}
.sub0405_wrap .box_wrap ul {flex-wrap: nowrap; align-items: center; width:100%; height:100%;}
.sub0405_wrap .box_wrap ul li label {font-size: 18px;}
.sub0405_wrap .box_wrap ul li input[type="text"] {height: 50px; padding: 10px 18px; font-size: 16px;}
.sub0405_wrap .box_wrap ul li select {height: 50px; padding: 10px 18px 10px 28px; font-size: 16px;}
.sub0405_wrap .btn_box {margin-top: 30px;}
.sub0405_wrap .btn_box a {width: 200px; padding: 8px 34px; font-size: 16px;}

.sub0405_wrap .tbl_box {margin-top: 40px; margin-bottom: 40px;}
.sub0405_wrap table.tbl01 thead th {height: 60px; padding: 15px 20px; font-size: 18px;}
.sub0405_wrap table.tbl01 tr td {padding: 15px 20px; font-size: 16px;}

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


/* sub0405_view */
.sub0405_view_wrap h4{margin-bottom: 40px; font-size: 1.75rem; color: #222; text-align: center;}
.sub0405_view_wrap .info_wrap{display: flex; gap:30px; padding: 30px; border-radius:20px; background: #F6F6F6;}
.sub0405_view_wrap .info_wrap .img_box{width: 30%;}
.sub0405_view_wrap .info_wrap .img_box img{width: 100%; aspect-ratio:1; object-fit:cover; border-radius:20px;}
.sub0405_view_wrap .info_wrap ul{display: flex; flex-wrap:wrap; justify-content: space-between; width: 100%;}
.sub0405_view_wrap .info_wrap ul li{width: 48%;}
.sub0405_view_wrap .info_wrap ul li dl{display: flex; font-size: 1rem; word-break:keep-all; line-height: 1.4;}
.sub0405_view_wrap .info_wrap ul li dl dt{position: relative; padding-left: 20px; width: 120px; flex-shrink:0; color: #222;}
.sub0405_view_wrap .info_wrap ul li dl dt::before{content:''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: #005739; border-radius:50%;}


.sub0405_view_wrap .box{margin-top: 80px; color: #222;}
.sub0405_view_wrap .box h5{margin-bottom: 20px; font-size: 1.5rem;}
.sub0405_view_wrap .box .txt_box p{font-size: 1rem; line-height: 1.4; word-break:keep-all; font-family: "Kakao Small Sans";}
.sub0405_view_wrap .box .txt_box p:not(:first-child){margin-top: 25px;}
.sub0405_view_wrap .box .txt_box p span{display: block;}
.sub0405_view_wrap .box02 .info_wrap ul li dl{flex-direction: column; gap:20px;}
.sub0405_view_wrap .box02 .info_wrap ul li dl dd{color: #666;}
.sub0405_view_wrap .btn_box {display: flex;justify-content: center; gap:20px;margin-top: 40px;}
.sub0405_view_wrap .btn_box .btn {width: 200px; padding: 8px 34px; font-size: 16px;}


.sub0405_view_wrap .id_wrap{padding-block:80px; background: #F8F8F8; border-radius:20px;}
.sub0405_view_wrap .input_wrap{max-width:600px; margin: 0 auto; display: flex; flex-direction: column; gap:30px;}
.sub0405_view_wrap .input_wrap .vfield{display: flex; flex-direction: column; gap:10px;}
.sub0405_view_wrap .input_wrap .vfield label{font-size: 1.125rem; color: #222;}
.sub0405_view_wrap .input_wrap .vfield label .req{color: #005739;}
.sub0405_view_wrap .input_wrap .vfield input{width: 100%; height: 55px; padding-inline:20px; border-radius:10px; border: 1px solid rgba(34, 34, 34, 0.20); font-size: 1rem;}
.sub0405_view_wrap .pw_wrap{position: relative;}
.sub0405_view_wrap .pw_toggle{position:absolute; right:20px; top:50%; transform:translateY(-50%);width:32px; height:32px; display:flex; align-items:center; justify-content:center;border:0; background:transparent; color:#9aa0a6; cursor:pointer; border-radius:6px;}
.sub0405_view_wrap .pw_toggle:hover{ color:#6b7280; }
.sub0405_view_wrap .pw_toggle:focus-visible{ outline:2px solid var(--co01); outline-offset:2px; }

/* sub0406 */
.sub0406_wrap h3 {font-size: 24px;}
.sub0406_wrap .con01 .box{margin-top: 30px}
.sub0406_wrap .con01 .box ul li {font-size: 19.5px;}
.sub0406_wrap .con01 .box ul li:before {top:13px;}

.sub0406_wrap .con02 {margin-top: 80px;}
.sub0406_wrap .con02 .box {padding: 25px; margin-top: 30px;}
.sub0406_wrap .con02 .box p {font-size: 19.5px;}

.sub0406_wrap .con03 {margin-top: 80px;}
.sub0406_wrap .con03 table.tbl01 {width:100%; white-space: wrap; word-break:keep-all;}
.sub0406_wrap .con03 table.tbl01 thead th {height: 60px; padding: 15px 20px; font-size: 18px;}
.sub0406_wrap .con03 table.tbl01 tr td {padding: 15px 20px; font-size: 16px;}
.sub0406_wrap .con03 table.tbl01 tr td ul li {font-size: 16px; }
.sub0406_wrap .con03 table.tbl01 tr td ul li:before {top:8px;}

.sub0406_wrap .con05 {margin-top: 80px;}
.sub0406_wrap .con05 .sub_tit {margin-top: 30px;}
.sub0406_wrap .con05 .sub_tit p {font-size: 19.5px;}
.sub0406_wrap .con05 .box {padding: 15px 35px; margin-top: 15px;}
.sub0406_wrap .con05 .box ul {gap:8px;}
.sub0406_wrap .con05 .box ul li {font-size: 18px;}
.sub0406_wrap .con05 .box ul li span {font-size: 16px; margin-top: 8px;}

.sub0406_wrap .con06 .sub_tit {margin-top: 30px;}
.sub0406_wrap .con06 .sub_tit p {font-size: 19.5px;}
.sub0406_wrap .con06 .box {padding: 15px 35px; margin-top: 15px;}
.sub0406_wrap .con06 .box ul {gap:8px;}
.sub0406_wrap .con06 .box ul li {font-size: 18px;}
.sub0406_wrap .con06 .box ul li span {font-size: 16px; margin-top: 8px;}

.sub0406_wrap .con07 {margin-top: 80px;}
.sub0406_wrap .con07 .box_wrap {margin-top: 30px;}
.sub0406_wrap .con07 ul.type04 {gap:15px; flex-wrap: wrap; justify-content: center;}
.sub0406_wrap .con07 ul.type04 > li .circle{width:138px; height:138px;}
.sub0406_wrap .con07 ul.type04 > li .circle strong{width: 108px; height: 108px; font-size: 16px;}

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

.sub0407_wrap .con01 {margin-top: 30px;}
.sub0407_wrap .con01 .box {padding: 25px; margin-top: 30px;}
.sub0407_wrap .con01 .box p {font-size: 19.5px;}

.sub0407_wrap .con02 {margin-top: 80px;}
.sub0407_wrap .con02 .box_wrap ul {gap:30px;}
.sub0407_wrap .con02 .box_wrap ul li .img_box {width: 200px; height: 200px; padding: 30px 10px; gap:10px;}
.sub0407_wrap .con02 .box_wrap ul li .img_box strong {font-size: 24px;}
.sub0407_wrap .con02 .box_wrap ul li .txt_box {padding: 30px 25px 25px 25px;}
.sub0407_wrap .con02 .box_wrap ul li .txt_box ul li {font-size: 18px;}

.sub0407_wrap .con03 {margin-top: 80px;}
.sub0407_wrap .con03 .box_wrap {margin-top: 30px;}
.sub0407_wrap .con03 ul.type04{flex-wrap: wrap; justify-content: center;} 
.sub0407_wrap .con03 ul.type04 > li .circle{width:224px; height:224px;}
.sub0407_wrap .con03 ul.type04 > li .circle strong{width: 194px; height: 194px; font-size: 18px;}
.sub0407_wrap .con03 ul.type04 > li .circle span {font-size: 16px;}


/* sub0502 */
.sub0502_wrap h3{font-size: 24px;}
.sub0502_wrap .con01 .box{margin-top: 30px}
.sub0502_wrap .con01 .box ul li p {font-size: 19.5px;}
.sub0502_wrap .con01 .box ul li p:before {top:14px;}

.sub0502_wrap .con02 {margin-top: 80px;}
.sub0502_wrap .con02 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0502_wrap .con02 .box_wrap .tit p{font-size: 24px;}

.sub0502_wrap .con02 .box_wrap ul {gap:30px;}
.sub0502_wrap .con02 .box_wrap ul li .img_box img {width:200px; height:200px;}
.sub0502_wrap .con02 .box_wrap ul li .txt_box p {font-size: 18px;}
.sub0502_wrap .con02 .box_wrap span {font-size: 14px;}

.sub0502_wrap .con03 {margin-top: 80px;}
.sub0502_wrap .con03 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0502_wrap .con03 .box_wrap .tit p{font-size: 24px;}

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

.sub0502_wrap .con04 {margin-top: 80px;}
.sub0502_wrap .con04 .box_wrap{margin-top: 30px; flex-direction: column;}
.sub0502_wrap .con04 .box_wrap .tit p{font-size: 24px;}

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

.sub0502_wrap .con07 {margin-top: 80px;}
.sub0502_wrap .con07 .box_wrap {margin-top: 30px; flex-direction: column;}
.sub0502_wrap .con07 .box_wrap .sub_tit p {font-size: 18px;}

.sub0502_wrap .con07 .box_wrap ul {flex-wrap: wrap; justify-content: center;}
.sub0502_wrap .con07 .box_wrap ul li .circle{width:195px;height:195px;}
.sub0502_wrap .con07 .box_wrap ul li .circle strong{width: 165px; height: 165px;font-size:18px;}

.sub0502_wrap .con08 {margin-top: 80px;}
.sub0502_wrap .con08 .box_wrap {margin-top: 30px; flex-direction: column;}
.sub0502_wrap .con08 .box_wrap .sub_tit p {font-size: 18px;}

.sub0502_wrap .con08 .box_wrap ul {flex-wrap: wrap; justify-content: center;}
.sub0502_wrap .con08 .box_wrap ul li .circle{width:160px;height:160px;}
.sub0502_wrap .con08 .box_wrap ul li .circle strong{width: 140px; height: 140px;font-size:18px;}

.sub0502_wrap .con09 {margin-top: 80px;}
.sub0502_wrap .con09 .box_wrap {margin-top: 30px; flex-direction: column;}
.sub0502_wrap .con09 .box_wrap .sub_tit p {font-size: 18px;}

.sub0502_wrap .con09 .box_wrap ul {flex-wrap: wrap; justify-content: center;}
.sub0502_wrap .con09 .box_wrap ul li .circle{width:195px;height:195px;}
.sub0502_wrap .con09 .box_wrap ul li .circle strong{width: 165px; height: 165px;font-size:18px;}

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

.sub0503_wrap .con01 .box {padding: 25px; margin-top: 30px;}
.sub0503_wrap .con01 .box ul li {font-size: 19.5px;}
.sub0503_wrap .con01 .box ul li:before {top:12px;}

.sub0503_wrap .con02 .box {padding: 25px; margin-top: 30px;}
.sub0503_wrap .con02 .box ul li {font-size: 19.5px;}
.sub0503_wrap .con02 .box ul li:before {top:12px;}

.sub0503_wrap .con03 .box {padding: 25px; margin-top: 30px;}
.sub0503_wrap .con03 .box ul li {font-size: 19.5px;}
.sub0503_wrap .con03 .box ul li:before {top:12px;}

.sub0503_wrap .btn_box {margin: 35px auto 0;}
.sub0503_wrap .btn_box a.btn {width: 200px; padding: 8px 34px; font-size: 16px; line-height: 35px;}


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












}