@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.png')center no-repeat; background-size:cover; width: 160px; height: 26px;}
.navigation .nav_top .close_btn{position: relative; width: 35px; border-radius:50%; background: var(--co01); 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; background: var(--co01); 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; background: #1087F5; 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;}



/* 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; }

/* click pop */
.modal-header {height: 60px; padding: 0 30px;}
.modal-header h2{font-size: 20px;}
.modal-header a{width: 20px; height: 20px;}
.modal-contents{padding: 20px 24px; font-size: 12px;}
.modal-contents .scrolled {max-height: 380px;}

.modal-contents .scrolled > p{margin-bottom:30px;}
.modal-contents .scrolled dt{margin-bottom:10px;}
.modal-contents .scrolled dd{margin-bottom:30px;}
.modal-contents .scrolled dd p{margin-bottom:10px;}

/* 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{font-size: 1.125rem;}	
.sub0101_wrap .con01 ul.v_box{margin-top: 30px; display: flex; flex-direction: column;	gap:20px; flex-wrap:nowrap;}
.sub0101_wrap .con01 ul.v_box li{width:100%;}
.sub0101_wrap .con01 ul.v_box li img{margin: 0 auto;display: block;transform: rotate(90deg);}
.sub0101_wrap .con01 ul.v_box li .top{height: 180px;}
.sub0101_wrap .con01 ul.v_box li .btm{width:100%; height:250px; overflow:hidden; }
.sub0101_wrap .con01 ul.v_box li .txt span{font-size:0.75rem;}
.sub0101_wrap .con01 ul.v_box li .txt p{font-size: 1.25rem;}
.sub0101_wrap .con01 ul.v_box li .ex_txt {font-size: 0.75rem;}
.sub0101_wrap .con01 ul.v_box li:nth-child(odd){gap: 40px;}
.sub0101_wrap .con01 ul.v_box li .ex_txt p {position: relative;padding-left: 10px;}
.sub0101_wrap .con01 ul.v_box li .ex_txt p:before {content: "";position: absolute;top: 7px;left: 0;width: 4px;height: 4px;background: #fff;border-radius: 50%;}
.sub0101_wrap .con01 ul.v_box li .txt {display: flex;flex-direction: column;align-items: flex-start;gap: 5px;}
.sub0101_wrap .con01 ul.v_box li .txt p br{display: none;}
.sub0101_wrap .con01 ul.v_box li:nth-child(4){display: block;}

.sub0101_wrap .con02 {margin-top: 60px;}
.sub0101_wrap .con02 .box_wrap {display: flex;gap: 10px;margin-top: 20px;flex-direction: column;}
.sub0101_wrap .con02 .box_wrap .tit p {font-size: 1rem; text-align: left;word-break: keep-all;line-height: 1.5;}
.sub0101_wrap .con02 .box_wrap .content{padding:20px;}
.sub0101_wrap .con02 .box_wrap .content b {font-size: 0.9375rem; text-align: center;line-height: 1.3;}
.sub0101_wrap .con02 .box_wrap .content span {font-size: 0.75rem; display: block; text-align: center;}
.sub0101_wrap .con02 ul.type01 li .top {padding: 15px 0;font-size:0.875rem;}
.sub0101_wrap .con02 ul.type01 li .btm {padding: 15px 25px;font-size:  0.75rem;         text-align: center;}
.sub0101_wrap .con02 ul.type02 li {font-size: 0.875rem;padding: 15px 20px;line-height: 1.5; width:100%;}
.sub0101_wrap .con02 ul.type03 li {font-size: 0.75rem;  width: calc((100% - 20px) / 2);       line-height: 1.3; text-align: center; padding: 15px; }
.sub0101_wrap .con03 ul.type03 li p:before {position: absolute;content: '';width: 4px;height: 4px;border-radius: 100%;background: #005739;top: 6px;left: 0px;}
.sub0101_wrap .con02 ul.type03_2 li p{text-align: left;}

.sub0101_wrap .con03 ul.type04 {display: flex;gap: 10px;width: 100%; flex-direction: column; align-items: center}
.sub0101_wrap .con03 ul.type04 li {width: 100%;}
.sub0101_wrap .con03 ul.type04 li .circle{width:180px;height:180px;     margin: 0 auto 20px;}
.sub0101_wrap .con03 ul.type04 li .circle strong {width: 160px;height: 160px;font-size: 1rem;     padding-top: 55px;}
.sub0101_wrap .con03 ul.type04 li .txt_box { text-align: center;min-height: 60px;}
.sub0101_wrap .con03 ul.type04 li .txt_box p {font-size: 0.75rem;}
.sub0101_wrap .con03 ul.type05 li {font-size: 0.875rem;padding: 15px 20px; word-break: keep-all;line-height: 1.5;display: flex;align-items: center;justify-content: center;}
.sub0101_wrap .con03 ul.type05.blue li {font-size: 0.875rem;padding: 15px 20px;}

.sub0101_wrap .con03 ul.type06{display: flex; gap:20px; width:100%;flex-wrap:wrap;	justify-content: center;align-items: center;align-content: center;}
.sub0101_wrap .con03 ul.type06 li {width:100%;display: flex;flex-direction: column;gap: 8px;}
.sub0101_wrap .con03 ul.type06 li .square {padding: 15px 25px;}
.sub0101_wrap .con03 ul.type06 li .square strong {font-size: 1rem;}
.sub0101_wrap .con03 ul.type06 li .txt_box {padding: 20px 15px;}
.sub0101_wrap .con03 ul.type06 li .txt_box p {font-size: 0.875rem;}
.sub0101_wrap .con03 ul.type06 li .txt_box span {font-size: 0.75rem;}
.sub0101_wrap .con03 ul.type06 li .square:before {content: '';width: 15px;height: 12px;background: url(/assets/images/sub/core-triangle02.png) no-repeat center;position: absolute;bottom: -11px;left: 50%;margin-left: -10px;background-size: cover;}


/* 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;}

/* sub0104 */
.sub0104_wrap h3 {font-size: 18px; margin-bottom: 25px;}
.sub0104_wrap table thead th {padding: 10px 20px; font-size: 16px;}
.sub0104_wrap table td {padding: 10px 15px; font-size: 14px; }
.sub0104_wrap .modal .modal-content {padding: 30px 20px; width: 95%; }
.sub0104_wrap .modal .modal-content h2 {font-size: 20px;margin-bottom:20px;}
.sub0104_wrap .modal .modal-content .box .captcha img {height:50px;}
.sub0104_wrap .modal .modal-content .box .input_box {flex: 1 0 0;}
.sub0104_wrap .modal .modal-content .box input[type="text"] {width:100%; height: 50px;padding: 16px 18px;}
.sub0104_wrap .modal .modal-content .box input[type="text"]::placeholder {font-size: 12px;}
.sub0104_wrap .modal .modal-content .box2 input[type="text"] {width:100%; height: 50px;padding: 16px 18px;font-size: 14px;}
.sub0104_wrap .modal .modal-content .box2 input[type="text"]::placeholder {font-size: 14px;}
.sub0104_wrap .modal .modal-content .box2 label {width:100px; font-size: 16px;}
.sub0104_wrap .modal .modal-content .btn_box {width: 200px;padding: 6px 30px;}
.sub0104_wrap .modal .modal-content .btn_box .btn {font-size: 14px; }

/* sub0105 */
.sub0105_wrap h3	{font-size: 1.125rem; margin-bottom: 25px; }
.sub0105_wrap table tr th{font-size: 0.875rem;height: 50px;line-height: 50px;}
.sub0105_wrap table tbody tr td{font-size: 0.75rem;padding: 10px 2px; }
.sub0105_wrap table tr.total{font-size: 0.75rem; }
.sub0105_wrap table tr.total2{font-size: 0.75rem; }
.sub0105_wrap .con02{margin-top: 80px;}

/* 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{border-radius:10px; 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: 7px 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:20px 30px; gap:10px;  flex-direction: row;}
.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 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 h3 {font-size: 18px;}
.sub0107_wrap .sub_tit p {font-size: 16px;}

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

.sub0107_wrap .con02 {margin-top: 20px;}
.sub0107_wrap .con02 .box {padding: 10px;}
.sub0107_wrap .con02 .box p {font-size: 20px;}

.sub0107_wrap .con03 {margin-top: 60px;}
.sub0107_wrap .con03 ul {gap:20px; margin-top: 20px;}
.sub0107_wrap .con03 ul li {width: 240px; height: 240px; padding: 25px 20px 20px 20px;}
.sub0107_wrap .con03 ul li span {font-size: 14px;}
.sub0107_wrap .con03 ul li strong {font-size: 22px;}

.sub0107_wrap .con04 {margin-top: 60px;}
.sub0107_wrap .con04 ul.type06{margin-top: 20px;}
.sub0107_wrap .con04 ul.type06 li{width:100%;}
.sub0107_wrap .con04 ul.type06 li .square{padding: 10px 20px;}
.sub0107_wrap .con04 ul.type06 li .square strong{font-size: 16px;}
.sub0107_wrap .con04 ul.type06 li .txt_box{min-height:100px; padding:15px 10px;}
.sub0107_wrap .con04 ul.type06 li .txt_box p{font-size: 16px;}

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

/* sub0201 */
.sub0201_wrap h3{font-size: 18px;}

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

.sub0201_wrap .con01 .tbl01 {margin-top: 20px;}
.sub0201_wrap .con01 .tbl01 thead th {padding: 10px 20px; font-size: 16px;}
.sub0201_wrap .con01 .tbl01 td {padding: 10px 15px; font-size: 14px;}
.sub0201_wrap .con01 .tbl01 td ul li {margin-bottom: 6px;}

.sub0201_wrap .con02 {margin-top: 60px;}
.sub0201_wrap .con02 .img_box {margin-top: 20px;}

.sub0201_wrap .con03 {margin-top: 60px;}
.sub0201_wrap .con03 ul.type05 {gap:10px; margin-top: 20px;}
.sub0201_wrap .con03 ul.type05 > li .tit_box {height: 50px; padding: 10px 0;}
.sub0201_wrap .con03 ul.type05 > li .tit_box p {font-size: 16px;}
.sub0201_wrap .con03 ul.type05 > li .txt_box {padding: 15px 20px;}
.sub0201_wrap .con03 ul.type05 > li .txt_box ul li {margin-bottom: 6px; font-size: 16px;}

/* 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 {flex-direction: column;}
.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 .left_box {height: 540px; padding-inline:30px;} */
.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;}

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

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

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

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

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

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

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

.sub0305_wrap .con05 {margin-top: 60px;}
.sub0305_wrap .con05 ul.ul_wrap {margin-top: 40px; row-gap: 40px;}
.sub0305_wrap .con05 ul.ul_wrap > li {width:100%;}
.sub0305_wrap .con05 ul.ul_wrap > li strong {width: 160px; height: 40px; font-size: 16px; top:-20px;}
.sub0305_wrap .con05 ul.ul_wrap > li .box {padding: 40px 15px 20px 15px;}
.sub0305_wrap .con05 ul.ul_wrap > li .box ul li {font-size: 16px; margin-bottom: 6px;}
.sub0305_wrap .con05 a.btn {width: 200px; padding: 6px 28px; font-size: 14px;}

.sub0305_wrap .con06 {margin-top: 60px;}
.sub0305_wrap .con06 .shortsSlide{margin-top: 20px;}
.sub0305_wrap .con06 .shortsSlide .info_wrap{margin-top: 10px;}
.sub0305_wrap .con06 .shortsSlide .info_wrap strong{font-size: 16px;}
.sub0305_wrap .con06 .shortsSlide .info_wrap p{font-size: 14px;}

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

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

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

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

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

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

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

.sub0305_wrap .con10 .box_wrap ul {padding: 20px 30px;}
.sub0305_wrap .con10 .box_wrap ul li {font-size: 16px;}

/* sub0305_view */
.sub0305_view_wrap .top_txt h3 {font-size: 18px;}
.sub0305_view_wrap .top_txt p {font-size: 14px;}

.sub0305_view_wrap .box_wrap {margin-top: 20px;}
.sub0305_view_wrap .box_wrap ul {gap:20px;}
.sub0305_view_wrap .box_wrap ul li {width:100%; gap: 10px;}
.sub0305_view_wrap .box_wrap ul li label {font-size: 16px;}
.sub0305_view_wrap .box_wrap ul li select {height: 50px; padding: 8px 10px 8px 20px; font-size: 14px;}
.sub0305_view_wrap .box_wrap ul li input[type="number"] {height: 50px; padding: 8px 10px; font-size: 14px; }
.sub0305_view_wrap .box_wrap ul li p {font-size: 14px;}
.sub0305_view_wrap .box_wrap ul li input[type="date"] {height: 50px; padding: 8px 10px; font-size: 14px;}
.sub0305_view_wrap .box_wrap ul li input[type="date"]:after {right: 10px; width:20px; height:20px;}
.sub0305_view_wrap .box_wrap ul li input[type="text"] {height: 50px; padding: 8px 10px; font-size: 14px;}
.sub0305_view_wrap .box_wrap ul li em {font-size: 14px;}
.sub0305_view_wrap .box_wrap ul li .add_box button {width: 120px; height: 50px; padding: 2px 10px; font-size: 14px;} 
.sub0305_view_wrap .box_wrap ul li input[type="tel"] {height: 50px; padding: 8px 10px; font-size: 14px;}
.sub0305_view_wrap .box_wrap ul li input[type="email"] {height: 50px; padding: 8px 10px; font-size: 14px;}

.sub0305_view_wrap .bot_txt {margin-top: 60px;}
.sub0305_view_wrap .bot_txt h3 {font-size: 18px; margin-bottom: 20px;}

.sub0305_view_wrap .scroll_box {height: 160px; padding: 10px 22px;}
.sub0305_view_wrap .scroll_box dt {font-size: 14px; line-height: 22px;}
.sub0305_view_wrap .scroll_box p {font-size: 14px; line-height: 22px;}
.sub0305_view_wrap .scroll_box ul li {font-size: 14px; line-height: 22px;}
.sub0305_view_wrap .scroll_box a.down_btn {font-size: 14px; line-height: 22px;}
.sub0305_view_wrap .agree_box {margin-top: 10px;}
.sub0305_view_wrap .agree_box label {font-size: 14px; line-height: 20px;}
.sub0305_view_wrap .agree_box label input[type="radio"] {width:12px; height:12px;}
.sub0305_view_wrap .btn_box {margin-top: 60px;}
.sub0305_view_wrap .btn_box a.btn {width: 160px; padding: 3px 30px; font-size: 14px;}

/* sub0305_view_submit_wrap */
.sub0305_view_submit_wrap .box {padding: 60px 0;}
.sub0305_view_submit_wrap .box > img {width:50%;}
.sub0305_view_submit_wrap .box strong {font-size: 30px; margin-top: 20px; margin-bottom: 10px;}
.sub0305_view_submit_wrap .box span {font-size: 14px;}
.sub0305_view_submit_wrap .box .btn_box {margin-top: 30px;}
.sub0305_view_submit_wrap .box .btn_box a.btn {width: 180px; padding: 6px 32px; font-size: 14px;}

/* 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;}

/* sub0307 */
.sub0307_wrap h3 {font-size: 18px;}

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

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

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

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

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

/* 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 {margin-top: 60px;}
.sub0401_wrap .con01 .box {padding: 20px; margin-top: 20px;}
.sub0401_wrap .con01 .box p {font-size: 15px;}

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

.sub0401_wrap .con03 {margin-top: 60px;}
.sub0401_wrap .con03 .box_wrap {gap:20px;}
.sub0401_wrap .con03 .box01 {padding: 20px; margin-top: 20px;}
.sub0401_wrap .con03 .box01 strong {font-size: 18px;}

.sub0401_wrap .con03 .box02 {padding: 20px;}
.sub0401_wrap .con03 .box02 strong {font-size: 18px;}
.sub0401_wrap .con03 .box02 ul {gap:10px; flex-direction: column;}
.sub0401_wrap .con03 .box02 ul li {font-size: 16px;}
.sub0401_wrap .con03 .box02 ul li span {width: 25px; height: 25px; font-size: 12px; margin-right: 5px;}

.sub0401_wrap .con03 .box03 ul.type04 {gap:10px; flex-direction: column;}
.sub0401_wrap .con03 .box03 ul.type04 > li:nth-child(even) {margin-top: 0;}
.sub0401_wrap .con03 .box03 ul.type04 > li .circle{width:250px; height:250px;}
.sub0401_wrap .con03 .box03 ul.type04 > li .circle strong{width: 220px; height: 220px; font-size: 18px;}

.sub0401_wrap .con03 .box04 {padding: 20px;}
.sub0401_wrap .con03 .box04 strong {font-size: 18px;}

/* 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_wrap {margin-top: 20px;}
.sub0406_wrap .con02 ul.type04 > li {width:100%;}
.sub0406_wrap .con02 ul.type04 > li .circle{width:180px; height:180px;}
.sub0406_wrap .con02 ul.type04 > li .circle strong{width: 150px; height: 150px; font-size:16px;}
.sub0406_wrap .con02 ul.type04 > li .txt_box{padding:15px 20px;}
.sub0406_wrap .con02 ul.type04 > li .txt_box ul li {font-size: 14px;}

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

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

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

.sub0406_wrap .con06 {margin-top: 60px;}
.sub0406_wrap .con06 .box_wrap {margin-top: 20px;}
.sub0406_wrap .con06 ul.type04 {gap:13px;}
.sub0406_wrap .con06 ul.type04 > li .circle{width:118px; height:118px;}
.sub0406_wrap .con06 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;}

/* sub0408 */
.sub0408_wrap h3 {font-size: 18px;}

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

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

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

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

/* sub0501 */
.sub0501_wrap h3 {font-size: 18px;}

.sub0501_wrap .con01 .box {padding: 20px; gap:10px; margin-top: 20px;}
.sub0501_wrap .con01 .box strong {font-size: 20px;}
.sub0501_wrap .con01 .box p {font-size: 15px;}
.sub0501_wrap .con01 .box p br {display:none;}
.sub0501_wrap .con01 .box span {font-size: 12px;}

.sub0501_wrap .con02 {margin-top: 60px;}
.sub0501_wrap .con02 .sub_tit {margin-top: 20px;}
.sub0501_wrap .con02 .sub_tit p {font-size: 14px;}
.sub0501_wrap .con02 .box {padding: 10px 0; margin-top: 10px;}
.sub0501_wrap .con02 .box p {font-size: 16px;}
.sub0501_wrap .con02 .box_wrap ul {gap:10px; margin-top: 10px; flex-direction: column;}
.sub0501_wrap .con02 .box_wrap ul li {height: 50px; padding: 10px 0; font-size: 16px;}

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








}