
/*카페 써라운드*/
@font-face {
	font-family: 'Cafe24Ssurround';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*나눔스퀘어*/
@font-face {
	font-family: 'NanumSquare';
	font-weight:300;
	src: url('./fonts/NanumSquareL.woff') format('woff');
	src: url('./fonts/NanumSquareL.otf') format('opentype');
	src: url('./fonts/NanumSquareL.ttf') format('truetype');
}


@font-face {
	font-family: 'NanumSquare';
	font-weight:700;
	src: url('./fonts/NanumSquareB.woff') format('woff');
	src: url('./fonts/NanumSquareB.otf') format('opentype');
	src: url('./fonts/NanumSquareB.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumSquare';
	font-weight:700;
	src: url('./fonts/NanumSquareB.woff') format('woff');
	src: url('./fonts/NanumSquareB.otf') format('opentype');
	src: url('./fonts/NanumSquareB.ttf') format('truetype');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight:500;
	src: url('./fonts/S-CoreDream-5Medium.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight:600;
	src: url('./fonts/S-CoreDream-6Bold.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight:700;
	src: url('./fonts/S-CoreDream-7ExtraBold.woff') format('woff');
}


/*----------------------------------------------------*/
/* 공통css */
.flex_box{display:flex;}
.pt_38b4e5{color:#38b4e5;}
.pt_666{color:#666;}
.pt_01a2d0{color:#01a2d0}
.pt_1170c5{color:#1170c5}
.pt_white{color:#fff;}
.f13{font-size:13px !important}
.f14{font-size:14px !important}
.f17{font-size:17px !important}
.f18{font-size:18px !important;}
.f22{font-size:22px !important}
.f30{font-size:1.875rem !important;}
.font_bold{font-weight: 600 !important}
.bg_f7f7f7{background:#f7f7f7}
.bg_2daf92{background: #2daf92}
.bg_1170c5{background:#1170c5}
.bg_ccc{background:#ccc;}
.datepicker.date-type1{background:#fff url(../images/main_sec1_ico3.png)no-repeat center right 10px;cursor:pointer;}


/* 메인 */
#indexWrap{ position: relative; z-index: 1;}
#indexWrap .main-tit{ text-align: center; margin: 0 0 50px 0;}
#indexWrap .main-tit .tit{ color: #222; font-size: 42px;}
#indexWrap .main-tit .sub{ font-size: 18px; color: #222;}
#inner_wrap,.inner_wrap{position:relative;overflow:hidden;}
#footer .right > img{position: relative;right: 10px;width:203px;}

.main-visual{ position: relative;/* margin-top:90px;*/ overflow: hidden; background-color: #000;}
.main-visual .swiper-slide{padding:8.5% 0px 10.5%;}
.main-visual .swiper-slide .bg{ position: absolute; display: block; width: 100%; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat;}
.main-visual .swiper-slide .bg::after {
	content:"";
	display:block;
	padding-top:calc(9 / 16 * 100%); /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
}

.main-visual .copy{ position: relative; display: table; width: 100%; }
.main-visual .copy .tx01{ }
.main-visual .copy .tx01 span{ display: block; font-size:55px; opacity:0;font-weight: 600; font-family: 'S-CoreDream';line-height:1.3;}
.main-visual .copy .tx01 em{ display: block; margin-top:10px;font-size: 55px; opacity: 0;font-weight:600;font-family: 'S-CoreDream';line-height:1.3; }
.main-visual .prev{position: absolute;top: 50%;transform: translateY(-50%); left: 88px;width: 34px;height: 61px;background: url(../images/main_vis_arrow_prev.png) no-repeat left center; display: block;z-index: 3;}
.main-visual .next{ position: absolute;top: 50%;transform: translateY(-50%);width: 34px;left: calc(100% - 100px); height: 61px;background: url(../images/main_vis_arrow_next.png) no-repeat right center;display: block; z-index: 3;}
.main-visual .copy .goto_apply{display:block;opacity:0;width:160px; height:50px; margin-top:55px;line-height:50px;text-align:left;font-size:17px; font-weight:500; color:#fff; background: url("../images/main_vis_small_arrow_w.png") no-repeat right 10px center; border-bottom: 1px solid #fff; }
.main-visual .copy .goto_apply:hover{width:230px;}
.main-visual .visual_wrap{position:relative;width:100%;margin-left: 310px;}
.main-visual .cort-bx{ position: absolute;bottom:98px; left: 0; z-index: 3; text-align: center;}
.main-visual .cort-bx .pag{ display: inline-block;margin-left: 40px;text-align:left;}
.main-visual .cort-bx .pag > span.swiper-pagination-current{color:#fff;}
.main-visual .cort-bx .pag > span{font-size:20px;color:#999; font-weight:500;}
.main-visual .cort-bx .pag > span + span{margin-left:173px;}
.main-visual .swiper-progress-bar {width: 100%;display: block;z-index: 1;height: 2px;}
.main-visual .swiper-progress-bar .slide_progress-bar {position: absolute;height: 3px;background: rgba(255, 255, 255, 0.4);width: 136px; clear: both; opacity: 0; top: 14px; left: 80px; right: 0;border-radius:1.7px;}
.main-visual .swiper-progress-bar .slide_progress-bar:after {position: absolute;top: 0;left: 0;background: #fff;height: 100%; width: 0; content: "";transition: 0.1s width linear;border-radius:1.7px;}
.main-visual .swiper-progress-bar.active .slide_progress-bar {opacity: 1;}
.main-visual .swiper-progress-bar.animate .slide_progress-bar:after {transition: width linear;transition-delay: unset; width: 100%; transition-duration: 7s;}
.main-visual .cort-bx .pag .swiper-pagination-bullet{ opacity: 1; background-color: #e7e5e5; width: 10px; height: 10px; margin: 0 4px; border-radius: 5px; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.main-visual .cort-bx .pag .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 50px; background-color: #e9a420;}
.main-visual .cort-bx .stop{ display: none;position: absolute;bottom: 4px;right: -16px; width: 12px; height: 14px; background-position: center; background-repeat: no-repeat;background-image: url(../images/ic_stop.png);}
.main-visual .cort-bx .play{ display: none; position:absolute;bottom:4px;right:-16px; width: 12px; height:14px;background-repeat:no-repeat;background-size:contain;background-image: url("../images/ic_play.png");}
.main-visual .cort-bx .stop.on,
.main-visual .cort-bx .play.on{ display: inline-block;}
.main-visual .btNext{ position: absolute; bottom: 20px; left: 50%; width: 24px; display: block; left: 50%; margin-left: -12px;z-index: 9;
	-webkit-animation: move .5s ease-in-out .3s infinite alternate; /* Chrome, Safari, Opera */
	animation: move .6s ease-in-out .3s infinite alternate;}
.main-visual .btNext span{ position: absolute; top: -9999px; left: -9999px;}
/* .main-visual .swiper-slide .bg:before {display: inline-block; content : ""; width: 100%; height: 100%; background: rgba(0,0,0,0.12); } */
.main-visual .swiper-slide .bg{
	position:absolute; top:0; right:0; left:0; bottom:0;
	width: 100%;	height: 100%;margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
}
.main-visual .quick_btn{position: absolute; z-index: 10; left: calc(100% / 2); bottom: 0; transform: translate(-50%, 0); width: 100%; max-width: 1400px; display:flex;justify-content: space-between;}
.main-visual .quick_btn li{width: calc(100% / 4); padding: 0 40px; height:100px; line-height:100px; background-color: #fff;background-repeat:no-repeat;background-position:40px center;text-align: left;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out; transition:all 0.2s ease-in-out;background-size: auto 40px; position: relative;}
.main-visual .quick_btn li:after {display : inline-block; content: ''; width: 1px; height: 30px; background: #c9c9c9; position: absolute; right: 0px; bottom: 25%;}
.main-visual .quick_btn li:last-child:after {display: none;}
.main-visual .quick_btn li:nth-child(1):after {display : none;}
.main-visual .quick_btn li a{display:block;width:100%;height:100%;}
.main-visual .quick_btn li p{font-size: 17px; font-weight: 500;color:#8e8e8e;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin-left: 60px;}
.main-visual .quick_btn li:nth-child(1){/*background-image:url("../images/missingchild_main_vis_1.svg");*/ background: #2F75BB; border-radius: 10px 0 0 0; }
.main-visual .quick_btn li:nth-child(2){background-image:url("../images/missingchild_main_vis_1.svg");}
.main-visual .quick_btn li:nth-child(3){background-image:url("../images/missingchild_main_vis_2.svg");}
.main-visual .quick_btn li:nth-child(4){background-image:url("../images/missingchild_main_vis_3.svg"); border-radius: 0 10px 0 0;}
.main-visual .quick_btn li:nth-child(5){background-image:url("../images/missingchild_main_vis_5.svg");}
.main-visual .quick_btn li:nth-child(1) > p {color: #fff; margin: 0; font-size: 22px;}
.main-visual .quick_btn li:nth-child(1) > p::after {display : inline-block; content:''; background: /*url("../images/missingchild_plus_bt.svg") no-repeat; */url("../images/missingchild_plus_icon.png") no-repeat; width: 68px; height: 68px; margin-left : 4px; position: absolute; bottom: 25%;}
.main-visual .quick_btn li:nth-child(4) p {margin-left: 70px;}

/* .main-visual .quick_btn li:hover{background-color:#1272c6;} */
.main-visual .quick_btn li:hover p{color:#2F75BC;}
.main-visual .quick_btn li:hover:nth-child(1){/*background-image:url("../images/missingchild_main_vis_1_w.svg");*/}
.main-visual .quick_btn li:hover:nth-child(1) p {color: #fff;}
.main-visual .quick_btn li:hover:nth-child(2){background-image:url("../images/missingchild_main_vis_1_b.svg");}
.main-visual .quick_btn li:hover:nth-child(3){background-image:url("../images/missingchild_main_vis_2_b.svg");}
.main-visual .quick_btn li:hover:nth-child(4){background-image:url("../images/missingchild_main_vis_3_b.svg");}
.main-visual .quick_btn li:hover:nth-child(5){background-image:url("../images/missingchild_main_vis_5_b.svg");}

.main-mn{ overflow:hidden;}
.main-mn > li{float:left;}
.main-mn > li > a{display: inline-block;width: 14px;height: 14px;margin: 0 8px;border: 2px solid #fff;border-radius: 10px;}
.main-mn > li.active > a{width:135px; height:12px;border-radius:5px;background:#fff;}
.main-mn > li:first-child > a{margin-left:0;}

@-webkit-keyframes move {
	0%   {bottom:20px;}
	100% {bottom:35px;}
}
/* Standard syntax */
@keyframes move {
	0%   {bottom:20px;}
	100% {bottom:35px;}
}


.main_tab_con{display:none;transition:0s;}
.main_tab_con.show{display:block;}

.main_section1 { width: 100%;}
.main_section1 > .flex_box{justify-content: space-between;}
.main_section1 .title_wrap{position:relative;margin-bottom:34px;}
.main_section1 .title_wrap:before {display: inline-block; content: ""; background: rgba(114, 179, 232, 0.4); width: 18px; height: 18px; border-radius: 24px; position: absolute; top: 0;left: 0;}
.main_section1 .left{width:760px;overflow:hidden;}
.main_section1 .left .finding,
.main_section1 .left .protecting{padding: 20px 30px;width:100%; height:400px; border:1px solid #ddd; border-radius:12px;}
.main_section1 .left .finding{float:left;}
.main_section1 .left .protecting{float:right;}
.main_section1 .left .finding .stit{padding: 6px 0 15px; margin: 0 auto; max-width: 268px;font-size:20px;font-weight:500;text-align:center;/*background:url("../images/main_se1_left_ico1.svg")no-repeat left 30px top 4px;*/background-size: 15%;}
.main_section1 .left .protecting .stit{padding: 6px 0 15px; padding-left: 24px;margin: 0 auto; max-width: 268px;font-size:20px;font-weight:500;text-align:center;background:url("../images/main_se1_left_ico2.svg")no-repeat left 26px top 4px;background-size: 15%;}
.main_section1 .left .flex_box{justify-content: space-between;}
.main_section1 .left a{width:178px;}
.main_section1 .left a > img{width:100%;height:190px;margin-bottom:15px; object-fit: cover; object-position: top;}
.main_section1 .left a > p{font-size:13px;font-weight:400;text-align:left;}
.main_section1 .left a > ul{border-top:1px solid #dedede;padding-top: 16px;margin-top: 10px;}
.main_section1 .left a > ul li{margin: 3px 0;font-size:13px;color:#aaa8ab;font-weight:400;}
.main_section1 .left a > ul li > p{display:inline-block;margin-left:10px;font-weight:500;color:#5a5a5a;}
.main_section1 .left a > ul li:last-child > p{color:#6d9b73;}
.main_section1 .right{width:calc((100% - 760px) - 24px); display:flex; flex-direction: column;}
.main_section1 .right select{width:170px;}
.main_section1 .right #occrAdres{margin:0 10px;font-family:'Noto Sans KR', Sans-serif}
.main_section1 .right select, .main_section1 .right input{max-width:170px;font-weight: 500;}
.main_section1 .right input.long{max-width:360px;}
.main_section1 .tag{display:flex;}
.main_section1 .tag li{width:100px; height:35px;border-radius:17.5px;background:#f3f2f2;text-align: center;line-height: 35px;color: #666666;font-size: 13px;font-weight:400;font-family: 'NanumSquare';}
.main_section1 .tag li + li{margin-left:8px;}
.main_section1 .sch_box{margin-top: 45px;width:100%;}
.main_section1 .sch_box > div div{display:block; }
.main_section1 .sch_box > div .radio_wrap{margin-bottom: 25px;}
.main_section1 .sch_box > div div input::placeholder{color:#565a5c;font-weight:500;font-family: 'Noto Sans KR', Sans-serif;}
.main_section1 .sch_box > div div .apply{display:inline-block;width:180px;height:52px;line-height:52px;border-radius:10px;background:#333333; color:#fff;font-size:16px;color:#fff;text-align:center;line-height:52px;}
.main_section1 .sch_box > div div .reset{display:inline-block;width:37px;height:54px;margin-top:10px;text-indent:-999em;background:url("../images/main_sec1_ico2.svg")no-repeat;background-size:26px auto;}
.main_section1 .sch_box > div{width:100%;}
.main_section1 .sch_box > div input{font-weight:500;color:#565A5C;font-size:16px}
.main_section1 .sch_box > div .last{margin-top:10px;}

/* sec1_기관소식 */
.main_section1 .flex_box .white{position:relative;width:100%;height:100%;padding: 20px 30px;border:1px solid #ddd;border-radius:12px;background:#fff;}
/* .main_section1 .flex_box .white.long{width:843px;} */
.main_section1 .flex_box .white > p:first-child{ padding-bottom: 15px;border-bottom: 1px solid #000; font-size:25px; font-family: 'NanumSquare';font-weight:700;}
.main_section1 .flex_box .white .all{position:absolute;right:40px;top:46px;background: url(../images/main_sec4_ico.png)no-repeat top 3px right;padding-right: 11px;}
.main_section1 .flex_box .white .main_tab_con  ul  li{padding: 20px 0;}
.main_section1 .flex_box .white .main_tab_con  ul  li:first-child{padding-top:14px;}
.main_section1 .flex_box .white .main_tab_con  ul  li  p:first-child{float:left; width: 84%;color:#353434;font-size:16px;font-weight:400;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.main_section1 .flex_box .white .main_tab_con  ul  li  p:last-child{color: #353434;font-size: 15px;font-weight: 400;text-align: revert;text-align: right;}
.main_section1 .flex_box .white .main_tab_con  ul  li + li{border-top:1px solid #e9e8e8;}
.main_section1 .flex_box  .white.mySwiper {overflow:hidden;padding:0;}
.main_section1 .flex_box  .white.mySwiper .swiper-slide img{width:100%;height:100%;}




.main_section2 .mySwiper{margin-top:35px;}
.main_section2 .swiper-slide a > p {margin-top:15px;color:#000;font-weight:300;}
.main_section2 .swiper-slide a > p > b{display:inline-block;margin-left:5px;}
.main_section2 .swiper-slide a > ul{border-top:1px solid #dedede;padding-top: 16px;margin-top: 18px;}
.main_section2 .swiper-slide a > ul li{margin: 3px 0;font-size:15px;color:#aaa8ab;font-weight:400;}
.main_section2 .swiper-slide a > ul li > p{display:inline-block;margin-left:35px;font-weight:500;color:#5a5a5a;}
.main_section2 .swiper-slide a > ul li:last-child > p{color:#6d9b73;}
.main_section2 .pag{position:absolute;right:0;top:32px;}
.main_section2 .swiper-button-next{position:static;display:inline-block;margin-top:0;width:45px;height:45px;border-radius:45px;background:#d4d4d4 url("../images/main_sec2_next.png")no-repeat center;transition:0.3s;}
.main_section2 .swiper-button-prev{position:static;display:inline-block;margin-top:0;width:45px;height:45px;border-radius:45px;background:#d4d4d4 url("../images/main_sec2_prev.png")no-repeat center;transition:0.3s;}
.main_section2 .swiper-button-stop{position:static;display:none;margin-top:0;width:45px;height:45px;border-radius:45px;background:#d4d4d4 url("../images/main_sec2_stop.png")no-repeat center;transition:0.3s;cursor:pointer;}
.main_section2 .swiper-button-play{position:static;display:none;margin-top:0;width:45px;height:45px;border-radius:45px;background:#d4d4d4 url("../images/main_sec2_play.png")no-repeat center right 14px;transition:0.3s;cursor:pointer;}
.main_section2 .swiper-button-next:hover,
.main_section2 .swiper-button-prev:hover,
.main_section2 .swiper-button-stop:hover,
.main_section2 .swiper-button-play:hover{background-color:#323232;}
.main_section2 .swiper-button-stop.on,
.main_section2 .swiper-button-play.on{ display: inline-block;}




.main_section3 {position:relative;}
.main_section3 .swiper-slide a{display:block;height:auto;margin: 0 auto;}
.main_section3 .swiper-slide a p:first-child{width: fit-content;padding-right: 40px;padding-left:110px; font-family: 'Cafe24Ssurround';font-size:40px;color:#fff;background:url("../images/main_sec3_ico.svg")no-repeat center right;background-size:26px;}
.main_section3 .swiper-slide a p:last-child{padding-left:110px;font-size:18px;color:#fff;font-weight:400;}
.main_section3 .swiper-slide a.mb_banner { display: none}

/* main_section3 */
.main_section3 .left {background-color: #2F75BB; padding: 3.75rem 0 3.75rem 18.75rem; width: calc(100% / 2); background-image: url("../images/missingchild_sec3_bg01.png");}
.main_section3 .right {background-color: #0FB4E4; padding: 3.75rem; width: calc(100% / 2); background-image: url("../images/missingchild_sec3_bg02.png");}
.main_section3 .half {position: relative; background-size: cover; background-position: center; background-repeat: no-repeat;}
.main_section3 .half h3.bn_tit {color: #fff; font-size: 32px;}
.main_section3 .half p {color: #fff; font-size: 17px; margin-top: 16px;}
.main_section3 .half > a {color: #fff; border: 1px solid #fff; padding: 10px 16px; border-radius: 50px; width: 130px; display: block; position: absolute; font-size: 16px; right: 17.25rem; top: 50%; transform: translate(0px, -50%);}
.main_section3 .half:first-child > a {right: 60px;}
.main_section3 .half > a > span:after {display: inline-block; content: ''; width: .45rem; height: .45rem; border-top: 2px #fff solid; border-right: 2px #fff solid; transform: rotate(45deg) translate(0, -50%); vertical-align: middle; position: absolute; top: 50%;
	right: 24px;}

#header .inner h1.logo2 a {height: 90px !important; background: url(../images/missingchild.png) 50% 50% no-repeat;}



@media screen and (max-width: 767px){
	.main_section3 .swiper-slide a.pc_banner { display: none}
	.main_section3 .swiper-slide a.mb_banner { display: block}

}
/* .main_section3 .swiper-slide.first{width:100%;background:url("../images/main_sec3_img2.jpg")no-repeat;background-size: cover; background-position: center;} */
/* .main_section3 .swiper-slide.last{width:100%;background:url("../images/main_sec3_img1.jpg")no-repeat;background-size: cover;    background-position: center;} */
.main_section3 .swiper-button-prev{margin-top: 0;width:30px;height:30px;background:url("../images/main_sec3_prev.svg")no-repeat;left:302px;top:50%;transform:translateY(-50%);}
.main_section3 .swiper-button-next{margin-top: 0;width:30px;height:30px;background:url("../images/main_sec3_next.svg")no-repeat;right:302px; top:50%;transform:translateY(-50%);}

.main_section4{background:#fcfbfb;}
.main_section4 .flex_box{justify-content: space-between;margin-top:34px;}
.main_section4 .flex_box .white{position:relative;width:413px;height:413px;padding: 20px 40px;border:1px solid #afafaf;border-radius:8px;background:#fff;}
.main_section4 .flex_box .white.long{width:843px;}
.main_section4 .flex_box .white > p:first-child{ padding-bottom: 15px;border-bottom: 1px solid #000; font-size:25px; font-family: 'NanumSquare';font-weight:700;}
.main_section4 .flex_box .white .all{position:absolute;right:40px;top:46px;background: url(../images/main_sec4_ico.png)no-repeat top 3px right;padding-right: 11px;}
.main_section4 .flex_box .white .main_tab_con  ul  li{padding: 22px 0;}
.main_section4 .flex_box .white .main_tab_con  ul  li:first-child{padding-top:25px;}
.main_section4 .flex_box .white .main_tab_con  ul  li  p:first-child{float:left; width: 84%;color:#353434;font-size:17px;font-weight:400;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.main_section4 .flex_box .white .main_tab_con  ul  li  p:last-child{color: #353434;font-size: 15px;font-weight: 400;text-align: revert;text-align: right;}
.main_section4 .flex_box .white .main_tab_con  ul  li + li{border-top:1px solid #e9e8e8;}
.main_section4 .flex_box  .white.mySwiper {overflow:hidden;padding:0;}
.main_section4 .flex_box  .white.mySwiper .swiper-slide img{width:100%;height:100%;}
.main_section4 .flex_box  .slide_wrap{position:relative}
.main_section4 .flex_box  .slide_wrap .swiper-pagination{top:-32px;right:0;}
.main_section4 .flex_box  .slide_wrap .swiper-pagination-bullet-active {opacity: 1!important;background: #313131!important;}
.main_section4 .flex_box  .slide_wrap .swiper-pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 4px;display: inline-block;border-radius: 100%;background: transparent;border:1px solid #313131;opacity: 1;}

.main_tab{display: block;overflow: hidden; margin-bottom: 15px;}
.main_tab li{ display: inline-block;width: auto;height: 40px;line-height: 38px;float: left; font-size: 17px; font-weight: 400;text-align: center; transition: 0.2s; color: #090909;  background-size: 200% 100%;/*background-color:#f1f1f1; border-radius: 20px;*/ }
/* .main_tab li + li{margin-left:10px;} */
.main_tab li > a{display: block;padding: 0 0 0 20px;color:#090909; width: 100%;height: 100%;font-size: 15px;}
.main_tab li:last-child > a {padding: 0 20px;}
.main_tab li a:after {display: inline-block; content: ""; width: 1px; height: 10px; background: #ccc; vertical-align: middle; margin-left: 20px;}
.main_tab li:last-child a:after {display: none;}
.main_tab li.active{border-color:#434444;  background-position: -100% 0; background: #fff; border-bottom: 2px solid #2F75BC; -webkit-transition: background-position 0.6s;  -moz-transition: background-position 0.6s;  transition: background-position 0.6s; }
.main_tab li.active a{color:#2F75BC;font-weight:500;}

.bn_slide {position:relative;padding-bottom:45px;}
.bn_slide .mySwiper {max-width:1400px;margin: 0 auto;}
.bn_slide .mySwiper  > .swiper-wrapper{ transition-timing-function : linear;}
.bn_slide .swiper-slide{height:auto;background:#fff;border:1px solid #ddd;text-align:center;align-items:center; display: flex; justify-content:center; border-radius: 6px; overflow: hidden;}
.bn_slide .swiper-slide > a{width:100%;}

.bn_slide {padding: 40px 0 5px 1px;max-width: 1400px; margin: 0 auto;/*margin-top:35px;*/}
.bn_slide .mySwiper{max-width:1300px;margin: 0 auto;overflow:hidden;}
.bn_slide .img_wrap img{margin-top:0px;width:100%;height:100%;object-fit:cover;}

.bn_slide .cort-bx2 .prev{ position: absolute;left: 1px;top: 50%;width: 35px;height: 35px;background: #fff url("../images/bn_slide_prev.png") no-repeat center;background-size: 35px;display: block;z-index: 3; border-radius: 42px; border: 1px solid #ddd;}
.bn_slide .cort-bx2 .next{ position: absolute; left: calc(100% - 2.5%); top: 50%;width: 35px;height: 35px;background: #fff url("../images/bn_slide_next.png") no-repeat center;background-size: 35px;display: block;z-index: 3; border-radius: 42px; border: 1px solid #ddd;}
.bn_slide .cort-bx2 .stop{ display: none;position: absolute;top: 67%;right: 1px;width: 35px;height: 35px;background: url(../images/bn_slide_stop.png)no-repeat center; background-size: 35px;z-index: 100;}
.bn_slide .cort-bx2 .play{ display: none; position: absolute;top: 67%;right: 1px;width: 35px;height: 35px;background: url(../images/bn_slide_play.png)no-repeat center;background-size: 35px; z-index: 100;}
.bn_slide .cort-bx2 .stop.on,
.bn_slide .cort-bx2 .play.on{ display: inline-block;}

.dot_wrap{margin-bottom:60px;}
.dot_tit{margin-bottom: 35px;padding-left:30px;font-size:28px;font-weight:700;background:url("../images/dot_tit_ico.png") no-repeat left center;}

.ul_disc li{position:relative;padding-left:18px;font-weight:300;line-height: 1.75;}
.ul_disc li:after{content:'';display:block;position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:6px;background:#cccccc;}
.ul_disc li + li{margin: 10px 0;}
.ul_disc.mb{margin-bottom:30px;}
.ul_num li + li{margin: 15px 0;}

.dot_wrap .mid{margin-bottom:20px;}
.dot_wrap .mid.mt {margin-top: 35px;}
.dot_wrap .mid.mb{margin-bottom:35px;}

.square_btn {position:relative;display:inline-block;margin-bottom: 20px;padding-right:20px;width:200px;height:50px;line-height:52px;
	background:#005ea6 url("../images/curri_btn_ico1.png")no-repeat center right 22px;color:#fff;font-size:17px;font-weight:500;text-align:center;border-radius:5px;}
.square_btn + .square_btn {margin-left: 20px;}
.square_btn:after{display:block;content:'';position:absolute;left:0;bottom:-5px;width:100%;height:100%;background:#004189;border-radius:5px; z-index: -1;}

.flex_box{display:flex;}

/*main 모바일*/

@media screen and (max-width: 1800px){

	.main-visual .visual_wrap{margin-left:200px;}

	.main_section3 .swiper-button-prev{left:120px;}
	.main_section3 .swiper-button-next{right:120px;}


}

@media screen and (max-width: 1500px){

	.main-visual .quick_btn{right:40px;}
	.main-visual .prev{left:20px;}
	.main-visual .next{right:20px;}
	.main-visual .visual_wrap{margin-left:100px;}


	.main_section3 .left {padding: 3.75rem;}
	.main_section3 .half:first-child > a {right: 3.75rem;}
	.main_section3 .half > a {right: 3.75rem;}

}
@media screen and (max-width: 1400px){
	#inner_wrap,.inner_wrap{padding-left:16px;padding-right:16px;}


	.main_section3 .swiper-button-prev{left:20px;}
	.main_section3 .swiper-button-next{right:20px;}

	.bn_slide .mySwiper { max-width: 92%;}

}
@media screen and (max-width: 1350px){
	.main_section4 .flex_box .slide_wrap{margin-left:20px;}
}
@media screen and (max-width: 1300px){
	.main_section1 .right{padding: 0 1%;}
	.main_section1 .right select, .main_section1 .right input { max-width: 163px;}
	.main_section1 .right input.long { max-width: 343px;}

	.main_tab {flex-wrap: wrap;justify-content: flex-start;gap: 10px;}
	.main_tab li + li {margin: 0;}
	.main-visual .quick_btn li:hover:nth-child(4):after {display: none;}
	.main_section1 .left .finding, .main_section1 .left .protecting {height: 450px;}
	.finding .findingSwiper {margin-top: 3rem;}
}

@media screen and (max-width: 1280px){

	/*.main-visual .cort-bx{bottom:230px;}*/
	/*.main-visual .quick_btn {right: 0;left: 50%;transform: translateX(-50%);}*/

	.main-visual .cort-bx{bottom:40px;}

	.main_section1 .left .finding .stit{padding-left:6px;/*background: url(../images/main_se1_left_ico1.png)no-repeat left 26px center;*/}

	.main_section1 > .flex_box{flex-wrap:wrap;justify-content: center;}
	.main_section1 .left{width:100%;}
	.main_section1 .left .finding, .main_section1 .left .protecting{width:100%;}
	.main_section1 .right{margin-top:80px;width:100%;padding:0;}
	.main_section1 .left .flex_box {justify-content: space-evenly;}
	.main_section1 .sch_box > div div .apply,
	.main_section1 .sch_box > div div .reset{margin-top:0;top:12px;}

	.main_section1 .left .finding, .main_section1 .left .protecting {height: 400px;}
	.finding .findingSwiper {margin-top: 1.875rem;}

	.main_section1 .datepicker, .main_section1 input[type=text], .main_section1 select { width: 23.5%; max-width: 23.5%;}
	.main_section1 .right input.long{width:48.7%;max-width:48.7%!important;}
	.main_section1 .sch_box > div div .apply{width:18%;}

	.main_section1 .sch_box > div div{width:100%;}


	.main_section1 .right div.first select, .main_section1 .right div.first .datepicker_wrap, .main_section1 .right .datepicker,
	.main_section1 .right div.first input[type="text"]{width:calc((100% - 32px)/3);max-width:50%;}

	.main_section1 .right div.last input[type="text"]{width:calc((100% - 32px)/3);max-width:50%;}

	.main_section1 .sch_box .flex_box{display:flex;flex-wrap: wrap;}

	.main_section1 .left a > img {width: 100%; height: 190px; object-position: center;}
	.main_section3 .half h3.bn_tit {font-size: 24px;}
	.main_section3 .half p {font-size: 15px;}
	.main_section3 .half > a {width: 110px; padding: 6px 14px; font-size: 14px;}


}
@media screen and (max-width: 1150px){
	/* .main_tab li + li { margin-left: 6px;} */
}
@media screen and (max-width: 1100px){


	.main-visual .swiper-slide .bg{background-position: center right 30%;}


	.main_section4 .flex_box .white{padding:20px;}
	.main_tab li{font-size:15px;}

}
@media screen and (max-width: 1023px){



	.main-visual .swiper-slide { padding: 6.5% 0 26%;}

	.main-visual .cort-bx{left:44px;bottom:180px;}
	.main-visual .quick_btn {width: 100%; right: 0;left: 50%;transform: translateX(-50%);border-bottom: 1px solid #ddd; }
	.main-visual .copy .tx01 {word-break:keep-all;}
	.main-visual .copy .tx01 span{font-size:2.2rem;}
	.main-visual .copy .tx01 em{margin-top:15px;font-size:1.6rem;}
	.main-visual .visual_wrap {padding-left: 44px;margin-left:0;}
	.main-visual .copy .goto_apply{width:160px;height:45px;line-height:43px; margin-top:30px;font-size:14px;}

	.main-visual .prev,
	.main-visual .next{width:30px;height:30px; background-size:contain;}
	.main-visual .prev { left: 5px;}
	.main-visual .next { right: 5px;}

	.main-mn > li.active > a {width: 80px;height: 10px;}
	.main-mn > li > a{width:10px;height:10px;}
	.main-visual .cort-bx .stop{bottom:3px;}
	.main-visual .cort-bx .play{bottom:2px;}

	/*.main-visual .quick_btn{width:99%;bottom:20px;justify-content: space-evenly;}*/


	/*	.main_section1 .left,
        .main_section1 .right{width:100%;}
        .main_section1 .right select,
        .main_section1 .right input { max-width: 140px;}
        .datepicker, input[type=text], input[type="password"],
        input[type="search"], input[type="email"], 	input[type="url"],
        input[type="number"], input[type="tel"], select, textarea {margin-left:5px;}

        .main_section1 .right input.long { width: 48.8%; max-width: 48.8%!important;}

    */
	.main_section4 .flex_box{flex-wrap:wrap;}
	.main_section4 .flex_box .white.long{width:100%;}
	.main_section4 .flex_box .slide_wrap{margin: 60px auto 0;}


	.bn_slide .mySwiper { max-width: 89%;}


}
@media screen and (max-width: 800px){
	.main-visual .swiper-slide { padding: 6.5% 0 29%;}

	.main-visual .quick_btn li {padding: 0 24px; background-size: auto 24px; background-position: 50% 24%; text-align: center;}
	.main-visual .quick_btn li p {margin-top: 10px; line-height: 100px; margin-left: 0;}
	.main-visual .quick_btn li:nth-child(1) > p {font-size: 18px; line-height: 100px;}
	.main-visual .quick_btn li:nth-child(1) > p::after {margin-left: 10px;}
	.main-visual .quick_btn li:nth-child(4) p { margin-top: 10px; margin-left: 0;}
	.main_section3 {min-height: 160px;}
	.main_section3 .left,
	.main_section3 .right {padding: 1.25rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;}
	.main_section3 .half p {margin-top: 10px;}
	.main_section3 .half:first-child > a,
	.main_section3 .half > a {right: 1.25rem;}
}
@media screen and (max-width: 768px){

	.main-visual{margin-top:70px;}
	.main-visual .swiper-slide { padding: 6.5% 0 30%;}
	.main-visual .cort-bx{left:50%;transform:translateX(-50%);bottom:170px;}

	.main_section1 .sch_box > div div .apply{width:22%;font-size:1.4rem;}
	.main_section1 .right input.long {width: 49.5%;max-width: 49.5%!important;}
	.main_section1 .left .finding,
	.main_section1 .left .protecting{width:100%; padding:20px 0;}
	.main_section1 .left .protecting{margin-top:20px;}


	.main_section1 .sch_box{margin-top:2.5rem;}

	.main_section3 .swiper-slide a p:first-child,
	.main_section3 .swiper-slide a p:last-child{padding-left:60px;word-break:keep-all;}
	.main_section3 .swiper-slide a p:first-child{font-size:2.2rem;}
	.main_section3 .swiper-slide a p:last-child{font-size:1.5rem;}
	.main_section3 .swiper-button-prev{left:0px;}
	.main_section3 .swiper-button-next{right:0px;}
	.main_section4 .flex_box .white .main_tab_con ul li p:first-child{width:80%;}

	.main_section3 .swiper-slide a{padding:3rem 0;}

	.bn_slide .mySwiper { max-width: 85%;}
	.bn_slide .cort-bx2 .prev,	.bn_slide .cort-bx2 .next,
	.bn_slide .cort-bx2 .prev,	.bn_slide .cort-bx2 .stop,
	.bn_slide .cort-bx2 .play{width:28px;height:28px;background-size:28px;}
	.bn_slide .cort-bx2 .next{top:38%;}
	.bn_slide .cort-bx2 .stop,	.bn_slide .cort-bx2 .play{top:69%;}
	.bn_slide .cort-bx2 .prev{top:53%;}

	.main_section1 .left .finding { height: auto;}
	.main_section1 .left a { width: 50%; padding: 10px;}
	.main_section1 .left .flex_box { flex-wrap: wrap;}
	.main_section1 .left a > img { margin: 0 auto 15px; display: block;}
}

@media screen and (max-width: 640px){

	.main-visual .swiper-slide .bg{background-image:url(../images/main_vis1_m2.png);background-position: center right 0%;}

	.main-visual .visual_wrap { padding-left: 30px;}
	.main-visual .swiper-slide { padding: 8% 0 35%;}
	.main-visual .cort-bx{bottom:150px;}

	/* .main-visual .quick_btn li { width: 115px; height: 115px;} */
	.main-visual .quick_btn li p {font-size: 15px;}

	.main_section1 .sch_box > div div .reset{top:7px;}
	.main_section1 .datepicker_wrap{height:40px;line-height:40px;margin-bottom:10px;}
	.main_section1 .right .datepicker{width:100%!important;max-width:100%!important;margin-left:0!important;height:40px;line-height:40px;font-size:1.4rem;padding:0 10px;}
	.main_section1 .sch_box > div div{width:100%;}
	.main_section1 .right select, 	.main_section1 .datepicker_wrap,
	.main_section1 .right input[type="text"]{width:100% !important;max-width:none !important;}
	.main_section1 .right #occrAdres{margin:10px 0;}
	.main_section1 .sch_box .flex_box{display:flex;flex-wrap: wrap;}
	.main_section1 .right #detailDate1{width:100%; height:40px;max-width:none;padding:0 10px;}
	.main_section1 .last .find_btn{margin-top:10px;display:block;}

	.main_section1 .sch_box > div div .apply{height:42px;line-height:42px;}

	.main_section3 {min-height: 180px;}
	.main_section3 .half h3.bn_tit {font-size: 20px;}
	.main_section3 .half p {font-size: 13px;}
	.main_section3 .half:first-child > a,
	.main_section3 .half > a {right: 1.25rem; position: relative; top: unset; transform: unset; margin-top: 16px; margin-left: 16px;}




	/*	.main_section1 .left .protecting .stit,
        .main_section1 .left .finding .stit{background-position: left 30% center;}
        .main_section1 .datepicker{padding: 0 10px;height:40px;line-height:40px;font-size:1.3rem;}
        .main_section1 .datepicker,
        .main_section1 input[type=text], .main_section1 select { width: 31%; max-width: 32%!important;}
        .main_section1 .right input.long{width:32%;max-width:32%!important;}

        .main_section1 .sch_box > div div .apply{height:40px;line-height:40px;font-size:1.3rem;}
        .main_section1 .sch_box > div div .reset{height:40px;background-position: center;}
        .datepicker, input[type=text], input[type="password"], input[type="search"],
        input[type="email"], input[type="url"], input[type="number"], input[type="tel"], select, textarea { margin-left: 1.5%;}

    */


	/* .main_tab li + li { margin-left: 6px;} */
	.main_tab li > a { padding: 0 12px;}

	.bn_slide .mySwiper { max-width: 83%;}



}


@media screen and (max-width: 600px){
	.datepicker, input[type=text], input[type="password"], input[type="search"],
	input[type="email"], input[type="url"], input[type="number"], input[type="tel"], select, textarea { margin-left: 1.3%;}

	.main-visual .quick_btn li p {font-size: 14px;}
	.main-visual .quick_btn li:last-child:after {display: none;}
}
@media screen and (max-width: 500px){
	.main-visual .swiper-slide { padding: 8% 0 40%;}

	.main-visual .quick_btn li:nth-child(1) > p { font-size: 16px; line-height: 120%; text-align: left; margin-top: 25px;}
	.main-visual .quick_btn li p {font-size: 13px; line-height: 120%; margin-top: 50px;}
	.main-visual .quick_btn li:nth-child(4) p {margin-top: 50px;}

	.finding .swiper-slide a > p.name {font-size: 16px;}
	.finding .swiper-slide a > p {font-size: 12px;}
}
@media screen and (max-width: 480px){

	.main-visual .swiper-slide .bg{background-size:cover;}
	.main-visual .quick_btn{position:static;flex-wrap:wrap; justify-content: center;transform: none; /*padding: 50px 40px 40px;*/ width:100%;background: linear-gradient(#eee, #fff); border-top: 1px solid #ddd}
	.main-visual .quick_btn li{width:calc(100% / 2); height:130px;/*margin-bottom:20px;*/background-size: auto 28%; background-position: center top 30px;}
	.main-visual .quick_btn li:nth-child(3),
	.main-visual .quick_btn li:nth-child(4){margin-bottom:0;}
	/* .main-visual .quick_btn li:nth-child(even){margin: 0 0 0 20px;} */
	.main-visual .quick_btn li p { font-size: 14px; margin-top: 80px;}
	.main-visual .quick_btn li:nth-child(1) > p {line-height: 120px; margin-top: 0px;}
	.main-visual .quick_btn li:nth-child(4) p {margin-top: 80px;}
	.main-visual .quick_btn li:after {height: 100%; bottom: 0; }
	.main-visual .quick_btn li:nth-child(2):after { transform: rotate(90deg); right: 50%; bottom: -90%; height: 180%;}


	.main-visual{height:auto;background:#fff;}
	.main-visual .swiper-slide{height:340px;overflow:hidden;}
	.main-visual .prev,
	.main-visual .next{top:22%;}
	.main-visual .cort-bx {bottom: -26px; left:50%;transform:translateX(-50%);}
	.main-mn > li.active > a{background: #0a65c0;}
	.main-mn > li > a{border-color:#0a65c0;}

	.main-visual .cort-bx .stop{background-image: url(../images/ic_stop_blue.png);}
	.main-visual .cort-bx .play{background-image: url(../images/ic_play_blue.png);}

	/*	.main_section1 .left .protecting .stit,
        .main_section1 .left .finding .stit{background-position: left 20% center;}

        .main_section1 .datepicker{width: 100%; max-width: 100%!important; margin-left: 0;}
        .main_section1 select,
        .main_section1 input[type=text],
        .main_section1 .right input.long{ width: 47.99%; max-width: 47.99%!important;}
    */
	.main_section1 .tag li{font-size:11px;}
	.main_section1 .left a > img {height: 260px;}
	.finding .swiper-slide a > p {font-size: 14px;}
	.finding .swiper-slide a > p > span.gray {width: 80px;}
	.finding .swiper-slide a > p:last-child > span.gray {width: 80px !important; max-width: 80px !important;}


	.main_section4 .flex_box .white .main_tab_con ul li p:first-child { width: 64%;}

	.main_section3 .swiper-button-prev { left: 5px;background-size:12px auto;}
	.main_section3 .swiper-button-next { right: 5px;background-size:12px auto;}
	.main_section3 .swiper-slide{height:auto!important;}
	.main_section3 .swiper-slide a{height:auto;padding:20px 0 ;}
	.main_section3 .swiper-slide a p:first-child,
	.main_section3 .swiper-slide a p:last-child { padding-left:30px;}
	.main_section3 .swiper-slide a p:last-child{font-size:1.2rem;}

	.main_section4 .flex_box .slide_wrap,
	.main_section4 .flex_box .white{width:100%;}

	.main_section4 .white > div{overflow-x:auto;overflow-y:hidden;}

	.main_tab{display:flex;flex-wrap: wrap;width:100%;}
	.main_tab li > a{padding:0 10px;}
	/* .main_tab li + li {margin-left: 1%;} */



	.main_section4 .flex_box .white .main_tab_con ul li p:first-child { width: 70%;}
	.main_section4 .flex_box .white.long{height:auto;padding:20px 6px;}

	.main_section3 {flex-wrap: wrap;}
	.main_section3 .half {width: 100%;}
	.main_section3 .left,
	.main_section3 .right {padding: 2.25rem;}
	.main_section3 .half:first-child > a,
	.main_section3 .half > a { position: absolute;top: 50%; transform: translate(0px,-50%); margin: 0px;}

	.bn_slide .mySwiper { max-width: 80%;}


}


@media screen and (max-width: 375px){
	.main_section1 select, .main_section1 input[type=text],
	.main_section1 .right input.long { width: 47.88%; max-width: 47.88%!important;}

	.main_tab li { width: calc((100% / 2) - 10px);}
}

@media screen and (max-width: 320px){
	.main-visual .cort-bx { bottom: 20px;}

	.main-visual .quick_btn li p {font-size:13px;}

	/*.main_section1 select, .main_section1 input[type=text],
	.main_section1 .right input.long { width: 47.4%!important; max-width: 47.4%!important;}

	.main_section1 .sch_box > div div .apply { width: 63px;}
*/

	.main_section1 .right select, .main_section1 .datepicker_wrap,
	.main_section1 .right input[type="text"] {width: calc((100% - 18px)/2)!important;}
	.main_section1 .sch_box > div div .apply { width: 28%;}

	.main_section1 .tag li + li { margin-left: 1px;}
	.main_section1 .left .finding,
	.main_section1 .left .protecting{height:auto;}
	.main_section1 .left .protecting .stit,
	.main_section1 .left .finding .stit{background:none;}


	.main_section3 .swiper-slide a p:first-child { font-size: 2.2rem;}




	.bn_slide .mySwiper { max-width: 75%;}

}

@media screen and (max-width: 280px){
	/*
        .main_section1 select, .main_section1 input[type=text],
        .main_section1 .right input.long { width: 47.1%!important; max-width: 47.1%!important;}
    */
}

/*----------------------------------------------------*/
.pt_38b4e5{color:#38b4e5;}
.pt_666{color:#666;}
.pt_01a2d0{color:#01a2d0}
.pt_1170c5{color:#1170c5}
.pt_white{color:#fff;}
.f13{font-size:13px !important}
.f14{font-size:14px !important}
.f17{font-size:17px !important}
.f18{font-size:18px !important;}
.f22{font-size:22px !important}
.f30{font-size:1.875rem !important;}
.font_bold{font-weight: 600 !important}
.bg_f7f7f7{background:#f7f7f7}
.bg_2daf92{background: #2daf92}
.bg_1170c5{background:#1170c5}
.bg_ccc{background:#ccc;}
.datepicker.date-type1{background:#fff url(../images/main_sec1_ico3.png)no-repeat center right 10px;cursor:pointer;}

/*인사말*/
.about1.contents {padding-bottom:170px;}
.about1 .mid_tit{margin-bottom:150px;font-size:40px;font-weight:700;color:#00347c;text-align:center;}
.about1 .left{ float: left;width:356px;}
.about1 .left img{position:relative;right:30px;}
.about1 .right{padding-left:356px;}
.about1 .right .title{position:relative;width:fit-content;font-size:26px;font-weight:400;}
.about1 .right .title:before{position:absolute;display:block;content:'';left: -70px;top: -20px;width:55px;height:48px;background-image:url("../images/about01_ico1.png");z-index:-1;}
.about1 .right .title:after{position:absolute;display:block;content:'';bottom:-20px;right: -70px;width:55px;height:48px;background-image:url("../images/about01_ico2.png");z-index:-1;}
.about1 .right .title > b{color:#00347c;}
.about1 .right .index{margin-top:60px;font-size:17px;font-weight:300;}
.about1 .right .index p:last-child{margin-top:20px;}

.about1 .boxIn .box1,.about1 .boxIn .box2{height:190px;}
.about1 .boxIn .box3{height:240px;}
.about1 .boxIn .title{ width: 400px; float: left; display: flex; align-items: flex-start;}
.about1 .boxIn .title h2{display:inline; position:relative;}
.about1 .boxIn .title h2 .circle{ position: absolute;
	top: 4px;
	left: 0px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(114, 179, 232, 0.4);
	z-index: -1;}
.about1 .boxIn .detail{ width: 900px; padding: 40px 0 20px; border-top: solid 2px #000; float: right;}
.about1 .boxIn .box3 ul li{float:left; width:195px; height:200px; border-radius:10px; background: #f2f2f2; margin-right: 40px; display:flex; flex-flow:column nowrap; align-items:center; justify-content: center; text-align:center;}
.about1 .boxIn .box3 ul li img{width:30%;}
.about1 .boxIn .box3 ul li:last-child{margin-right:0px;}
.about1 .boxIn .box3 ul li p{font-weight: 500; margin-top:10px;}
.about1 .boxIn .box4 .detail_txt_box{padding:20px 0;width:100%;display:flex;flex-direction:column;align-items:flex-end;margin-bottom:20px;}
.about1 .boxIn .box4 .detail_txt_box>div{min-width:69%;}
.about1 .boxIn .box4 .detail_txt_box>div+div{margin-top:20px;}
.about1 .boxIn .box4 .detail_txt_box strong{font-size:18px;}

@media screen and (max-width:640px){
	.about1 .boxIn .box4 .detail_txt_box>div{min-width:100%;}
}

.gray_box{padding:50px 0;background:#f7f7f7;}
.gray_box div{margin-bottom:30px;}
.gray_box div b{display:block;margin-bottom:14px;font-size:19px;}
.about01_date{margin:60px auto 10px;text-align:right;font-weight:400;color:#666666; max-width: 1280px;}
.about01_signature{ max-width: 1280px;margin: 0 auto 180px;font-size:17px; font-weight:400;text-align:right;}
.about01_signature > span{display:inline-block;margin-left:10px;font-weight:700;font-size:24px;}

.about_tab{display: flex;}
.about_tab li{width: 20%;font-size: 21px;font-weight: 700;border-bottom: 3px solid #cccccc;text-align: center;transition: 0.2s;}
.about_tab li > a{padding-bottom: 15px;display:block;color:#999999;font-weight:500;}
.about_tab li.active{border-color:#00337b;}
.about_tab li.active a{color:#00337b;font-weight:700;}

.about_tab_con {padding-top:80px;}
.about2 .flex_box{position:relative;align-items: baseline;margin-bottom:60px;}
.about2 .flex_box:last-child{margin-bottom:0;}
.about2 .flex_box:after{content:'';display:block;position:absolute ;left: 216px;top: 29px;width: 1px;height: 108%;background:#cccccc;}
.about2 .big_num{position:relative; width: 226px;margin-right: 80px;font-size:50px;font-weight:700;color:#00a0e9;font-family:'Gmarket Sans'; }
.about2 .big_num:after{content:'';display:block;position:absolute;right:5px;top:25px;width:10px;height:10px;border-radius:10px;background:#cccccc;}
.about2 .small_num{color:#ff9600; font-size:22px;font-weight:700;font-family:'Gmarket Sans';}
.about2 .about_tab_con ul > li {margin: 10px 0 25px;}
.about2 .about_tab_con ul > li > p{position:relative; display:inline-block;color:#666666;font-weight:400;}
.about2 .about_tab_con ul > li > p:after { content: ''; display: block; width: 6px; height: 1px; background: #999; position: absolute; top: 13px; margin-left: -20px;}
.about2 .about_tab_con ul > li.last > p{display:block;padding-left: 92px;margin:12px 0;}
.about2 .about_tab_con ul > li.last > p.first{display:inline-block;padding-left:0;margin:0;}
.about2 .about_tab_con ul > li.last > p.second{margin-top: 6px;}
.about2 .about_tab_con ul > li > b{display:inline-block; width: 90px;font-family:'Gmarket Sans'; letter-spacing: 0px; font-size: 24px; font-weight: 100;}

.about2 .floor_plan .mob_img { display: none; }


.about3 .etc{margin-top:0;margin-bottom:60px;}

.about3 .li_btn{height:60px; margin-top:90px;}
.about3 .li_btn ul li{width:33%; height:60px; float:left; text-align:center; background:#f0f0f0;}
.about3 .li_btn ul li a{display:block; height:60px; display:flex; align-items:center;}
.about3 .li_btn ul li a p{width:100%; font-size:18px; color:#8e8e8e; font-weight:400;}
.about3 .li_btn ul li.active{background:#1170c5;}
.about3 .li_btn ul li.active a p{color:#fff;}

.about3 .tab_con{margin-top:75px; }
.about3 .bc{margin-top:75px;}
.about3 .con_box{width:100%; background:#f28800; padding:100px;}
.about3 .con_box .top_bar{width:390px; height:95px; background:#0093af; position:relative;}
.about3 .con_box .top_bar:after{content:""; position:absolute; top:0; right:-150px; width:0; height:0; border-bottom: 95px solid #0093af; border-right: 150px solid transparent; }
.about3 .con_box .top_bar h2{font-size:40px; color:#fff; padding-left:45px; height:calc(100% - 2px);line-height:102px; font-family: 'Recipekorea';}
.about3 .con_box .card_con{position:relative;width:100%; background:#fff; padding: 60px;}
.about3 .con_box .card_con .con1{width:100%; position:relative; margin-bottom:40px;border-bottom:1px solid #ccc;padding-bottom:30px;}
.about3 .con_box .card_con .con1 .big{padding:35px 0 35px 185px;font-size:36px;font-family: 'Recipekorea';background:url("../images/guide_ico1.svg")no-repeat;background-size:12%, auto;}
.about3 .con_box .card_con .con1 .big > b{position:relative;font-size:55px;}
.about3 .con_box .card_con .con1 span{display:block;margin-top:50px;width:508px;height:55px;line-height:55px;border-radius:27.5px;font-weight:700;font-size:21px;color:#fff;background:#0093af;text-align:center;}
.about3 .con_box .card_con .con1 .big > b:after{content:""; position:absolute; top:0; right:0; width:0; height:0; border-bottom: 95px solid #fce7cc; }
.about3 .con_box .card_con:after{width:396px; height:171px; content:""; position:absolute; top: -111px; right:0px; background-image:url("../images/guide_ico3.png"); background-position: right; background-repeat: no-repeat;}
.about3 .con_box .card_con .con1 .small{margin-left:22px;margin-top:40px;padding: 5px 0 5px 75px; background: url(../images/guide_ico4.svg)no-repeat left center;}
.about3 .con_box .card_con .con2 {position:relative;}
.about3 .con_box .card_con .con2:after{width:337px; height:294px; content:""; position:absolute; bottom:0px; right:0px; background-image:url("../images/guide_ico5.png"); background-position: right; background-repeat: no-repeat;}
.about3 .con_box .card_con .con2 div {margin: 10px 0;font-weight:500;}
.about3 .con_box .card_con .con2 div > p{display:inline-block;}
.about3 .con_box .card_con .con2 div > span{display:inline-block;margin-right:24px;width:50px;height:50px;background:#0093af;border-radius:50%;text-align:center;line-height:50px;color:#fff;font-weight:700;font-size:17px;}
.about3 .con_box .card_con .con2 div > b { font-size: 22px; }
.about3 .con_box .card_con .con2 div > p {display:block;font-weight:300;margin-top:6px;padding-left: 78px;line-height:1.6;}
.about3 .con_box .card_con .con2 div.height > span{  position: relative;top: -20px;}
.about3 .con_box .card_con .con2 div > p > b{color:#999999;font-weight:500;}
.about3 .con_box .card_con .con2 div > p > b.space{display:block;}

.about3 #bc2 .con_box{background:#5d55aa;}
.about3 #bc2 .con_box .top_bar{background:#00a877;}
.about3 #bc2 .con_box .top_bar:after{border-bottom:95px solid #00a877;}
.about3 #bc2 .con_box .card_con .con2 div{margin: 55px 0;}
.about3 #bc2 .con_box .card_con .con2 div:first-child{margin-top:0;}
.about3 #bc2 .con_box .card_con .con2 div:last-child{margin-bottom:0;}
.about3 #bc2 .con_box .card_con .con2 div > span{margin-right:24px;width:50px;height:50px;background:#00a877;font-size:17px;line-height:50px;}
.about3 #bc2 .con_box .card_con .con2 div > b{font-size:22px;}
.about3 #bc2 .con_box .card_con .con2 div > p{display:block;font-weight:300;margin-top:6px;padding-left: 78px;line-height:1.6;}
.about3 #bc2 .con_box .card_con .con2:after{display:none;}
.about3 #bc2 .con_box .card_con:after{width: 565px;right:-40px;height: 163px;background-image: url(../images/guide_bc2_ico.png);}

.about3 #bc3 .con_box{background:#5d55aa;}
.about3 #bc3 .con_box .top_bar{width:650px;background:#ffc500;}
.about3 #bc3 .con_box .top_bar h2{color:#000;}
.about3 #bc3 .con_box .top_bar:after{border-bottom:95px solid #ffc500;}
.about3 #bc3 .con_box .card_con .con2 div{margin: 55px 0;}
.about3 #bc3 .con_box .card_con .con2 div:first-child{margin-top:0;}
.about3 #bc3 .con_box .card_con .con2 div:last-child{margin-bottom:0;}
.about3 #bc3 .con_box .card_con .con2 div > span{margin-right:24px;width:50px;height:50px;background:#ffc500;font-size:17px;line-height:50px;color:#000;}
.about3 #bc3 .con_box .card_con .con2 div > b{font-size:22px;}
.about3 #bc3 .con_box .card_con .con2 div > p{display:block;font-weight:300;margin-top:6px;padding-left: 78px;line-height:1.6;}
.about3 #bc3 .con_box .card_con .con2:after{display:none;}
.about3 #bc3 .con_box .card_con:after{width: 344px;top:-132px;right:-52px;height: 408px;background-image: url(../images/guide_bc3_ico.png);z-index:-0;}


.about4 .flex_box{flex-wrap:wrap;justify-content: space-between;}
.about4 .flex_box div{width:47.9%;margin-bottom:40px;}
.about4 .flex_box div:nth-child(3),.about4 .flex_box div:nth-child(4){margin-bottom:24px;}
.about4 .flex_box div p{margin-top:22px;text-align:center;font-size:22px;font-weight:500;}

.about5 .info {position:relative;top: -136px;padding: 50px 66px;width: 692px;height: 256px;background:#00337b;z-index:2;}
.about5 .info li:nth-child(1){font-size:24px;color:#cccccc;font-weight:500;}
.about5 .info li:nth-child(2){color:#fff;font-size:30px;font-weight:700;}
.about5 .info li:nth-child(3){margin-top:25px;padding:10px 0;color:#cccccc;padding-left:40px;background:url("../images/about5_ico1.png")no-repeat left center;}
.about5 .info > a{	position:absolute;bottom:56px;display:block;width:240px;height:46px;line-height:46px;border-bottom:2px solid #fff;color:#fff;
	font-size:17px; font-weight:400;transition:.2s;}
.about5 table.list2{margin-top:-32px;}
.about5 table.list2 td{padding-left:30px;text-align:left;}
.about5 table.list2 td.center{text-align:center;}
.about5 table.list2 td b{display:block;padding:5px 0;background:url("../images/about5_ico2.png")no-repeat left 30% center;}
.about5 table.list2 td b.second{background:url("../images/about5_ico3.png")no-repeat left 33% center;}

/* sub02 */
.sub02 h4.h4-tit.blt4 { padding: 0 0 0 4px;}
.sub02 h4.h4-tit.blt4::after {display: inline-block; content: ""; width:18px; height: 18px; border-radius: 50%; background: rgba(114, 179, 232, 0.4); position: absolute; left: 0; top: 0; z-index: -1;}

/* find1 우리아이찾기 가이드 */
.find1 .guide_step ul{border-top:solid 2px #000;}
.find1 .guide_step ul li{height:120px; border-bottom:solid 1px #ddd; display:flex; align-items:center;}
.find1 .guide_step ul li .step{width:150px; display:flex; align-items:center; justify-content:space-around; margin: 0 50px;}
.find1 .guide_step ul li .step p{color:#999; font-weight:400;}
.find1 .guide_step ul li .step img{width:30%;}
.find1 .guide_step ul li .detail{padding: 0 50px; display:flex; flex-flow: column nowrap; justify-content: center; width: calc(100% - 153px);}
.find1 .guide_step ul li .detail p{font-size:20px; font-weight:500;}
.find1 .guide_step ul li .detail span{color:#666; margin-top:3px;}
.find1 .guide_step ul li .detail span i{color:#2e75ba;}

/* card1 제출안내 */
.card1 .con_box{width:100%;  background:#ffe687; padding:95px 100px;}
.card1 .con_box .top_bar{width:480px; height:95px; background:#c32121; position:relative;}
.card1 .con_box .top_bar:after{content:""; position:absolute; top:0; right:-150px; width:0; height:0; border-bottom: 95px solid #c32121; border-right: 150px solid transparent; }
.card1 .con_box .top_bar h2{font-size:40px; color:#fff; text-align:center; line-height:100px; font-family: 'Recipekorea';}
.card1 .con_box .card_con{width:100%; background:#fff; padding: 70px 80px 80px 80px;}

.card1 .con_box .card_con .con1{width:100%; position:relative; margin-bottom:40px;border-bottom:1px solid #ccc;padding-bottom:50px;}
.card1 .con_box .card_con .con1:after{width:251px; height:100%; content:""; position:absolute; top: -20px; right:50px; background-image:url("../images/child.png"); background-position: right; background-repeat: no-repeat;}
.card1 .con_box .card_con .con1 p{font-size:20px; font-family:'NanumSquare';font-weight:400;line-height: 1.6;}
.card1 .con_box .card_con .con1 p i{ color:#dd0000; font-weight:700; text-decoration-line: underline; text-decoration-color: #dd0000; text-decoration-thickness: 2px; text-underline-position: under;}
.card1 .con_box .card_con .con1 a{display:block;margin-top:35px;width:300px; height:60px;line-height:60px; border-radius:10px; background:#333 url(../images/card1_arrow_ico.png)no-repeat right 30px center; color:#fff;padding:0 30px;}

.card1 .con_box .card_con .con2{width:100%; }
.card1 .con_box .card_con .con2 > p{font-size:20px; font-weight:600;font-family: 'NanumSquare'; }
.card1 .con_box .card_con .con2 > span{font-size:17px; line-height:60px; display:block;}
.card1 .con_box .card_con .con2 .dti{margin-top:20px;}
.card1 .con_box .card_con .con2 .dti > p{font-size:20px; font-weight:700; font-family: 'NanumSquare';}

.card1 .con_box .card_con .con2 .dti{margin-top:20px;}
.card1 .con_box .card_con .con2 .dti table{border-top:2px solid #000; margin-top:30px; font-family: 'NanumSquare';}
.card1 .con_box .card_con .con2 .dti table thead{background:#f7f7f7; height:50px;}
.card1 .con_box .card_con .con2 .dti table thead tr th{border:1px solid #ccc; border-top:none;font-size:17px;}
.card1 .con_box .card_con .con2 .dti table thead tr th:first-child{border-left:none;}
.card1 .con_box .card_con .con2 .dti table thead tr th:last-child{border-right:none;}
.card1 .con_box .card_con .con2 .dti table tbody tr td{border:1px solid #ccc; border-top:none;padding:20px;font-weight:400;}
.card1 .con_box .card_con .con2 .dti table tbody tr td:first-child{padding:0;border-left:none; text-align:center; font-size:17px;font-weight:700;}
.card1 .con_box .card_con .con2 .dti table tbody tr td:last-child{border-right:none;}

.card1 .con_box .card_con .con2 .dti table tbody tr td > div > p {font-weight:700; text-indent: -13px; margin-left:13px; line-height: 1.5;}
.card1 .con_box .card_con .con2 .dti table tbody tr td > div > span {padding-left: 12px; color:#333;}
.card1 .con_box .card_con .con2 .dti table tbody tr td > div > i { display: block;margin-top: 5px;padding-left: 12px; color:#333;}
.card1 .con_box .card_con .con2 .dti table tbody tr td > .way2{margin-top:10px;line-height:1.8;}

/* app2 상담기관 안내/관리 */
.app2 .li_btn{height:60px;}
.app2 .li_btn ul li{width:50%; height:60px; float:left; text-align:center; background:#f0f0f0;}
.app2 .li_btn ul li p{width:100%; font-size:18px; color:#8e8e8e; font-weight:400; line-height:60px;}
.app2 .li_btn ul li.active{background:#1170c5;}
.app2 .li_btn ul li.active p{color:#fff;}
.app2 .box_in{margin-top:100px;}

.app2 .box_in .box1{height:180px;}
.app2 .box_in .box2{height:700px;}
.app2 .box_in .title{width:400px; float:left; display: flex; align-items:left;}
.app2 .box_in .title h2{display:inline; position:relative;}
.app2 .box_in .title h2 .circle{position:absolute; bottom:5px; right:-18px; width:10px; height:10px; border-radius:50%; background:#38b4e5;}
.app2 .box_in .detail{width:900px; padding:40px 0 0; border-top:solid 2px #000; float:right; }
.app2 .box_in .detail p span{font-weight:600;}
.app2 .box_in .box2 .process_box{margin-top:25px;}
.app2 .box_in .box2 .process_box ul li{float:left; height:130px; margin-bottom:30px;}
.app2 .box_in .box2 .process_box ul li:nth-last-child(2),.app2 .box_in .box2 .process_box ul li:last-child{margin-bottom:0;}
.app2 .box_in .box2 .process_box ul li.step_next{width:70px; display:flex; justify-content:center; align-items:center;}
.app2 .box_in .box2 .process_box ul li.step_box{width:380px;border:solid 1px #ccc; border-radius:10px; display:flex; justify-content:left; align-items:center; padding:35px;}
.app2 .box_in .box2 .process_box ul li.step_box .dti{padding-left:50px;}
.app2 .box_in .box2 .process_box ul li.step_box .dti p{color:#1170c5; font-weight:600;}
.app2 .box_in .box2 .process_box ul li.step_box .dti hr{display:block; width:30px; text-align:left; margin-left:0;  background-color: #1170c5; height: 3px;}
.app2 .box_in .box2 .process_box ul li.step_detail{margin-left:70px; display:flex; align-items:center; padding-left:35px;}
.app2 .box_in .box2 .process_box ul li.step_detail p span{font-weight:600; position:relative;}
.app2 .box_in .box2 .process_box ul li.step_detail p span:before{position:absolute; content:''; width:100%; height:10px; background-color:#b4e9ff; bottom:0; z-index:-1;}
.app2 .box_in .box2 .process_box ul li.step_box .icon{position:relative;width: 20%;}
/*.app2 .box_in .box2 .process_box ul li.step_box .icon:before{position:absolute; content:''; width:50px; height:50px; border-radius:50%; background-color:#b4e9ff; z-index:-1;}*/
.app2 .box_in .box2 .process_box ul li.step_box .icon img{width:100%;}
.app2 .box_in .box2 .process_box ul li.step_box.stp1 .icon:before{top:-10px; right:-10px;}
.app2 .box_in .box2 .process_box ul li.step_box.stp2 .icon:before{top:-10px; right:-10px;}
.app2 .box_in .box2 .process_box ul li.step_box.stp3 .icon:before{top:-10px; left:-10px;}
.app2 .box_in .box2 .process_box ul li.step_box.stp4 .icon:before{bottom:-10px; left:-10px;}
.app2 .box_in .box2 .process_box ul li.step_box.stp5 .icon:before{bottom:-10px; left:-10px;}
.app2 .box_in .box2 .process_box ul li.step_box.stp6 .icon:before{top:-10px; right:-10px;}
.app2 .box_in .box2 .process_box ul li.step_box.stp7 .icon:before{top:-10px; right:-10px;}


/* edu1 찾아가는 실종예방교육 */
.edu1 .li_btn{height:60px;}
.edu1 .li_btn ul li{width:33.33%; height:60px; float:left; text-align:center; background:#f0f0f0;}
.edu1 .li_btn ul li p{width:100%; font-size:18px; color:#8e8e8e; font-weight:400; line-height:60px;}
.edu1 .li_btn ul li.active{background:#1170c5;}
.edu1 .li_btn ul li.active p{color:#fff;}
.edu1 .box_in{margin-top:80px;}

.edu1 .box_in .box1{height:270px;}
.edu1 .box_in .box2{height:1145px;}
.edu1 .box_in .box3{height:935px;}
.edu1 .box_in .box4{height:60px;}
.edu1 .box_in .title{width:400px; float:left; display: flex; align-items:left;}
.edu1 .box_in .title h2{display:inline; position:relative;}
.edu1 .box_in .title h2 .circle{position:absolute; bottom:5px; right:-18px; width:10px; height:10px; border-radius:50%; background:#38b4e5;}
.edu1 .box_in .detail{width:900px; padding:40px 0 0; border-top:solid 2px #000; float:right; line-height:1.6;}
.edu1 .box_in .detail p span{font-weight:500;}
.edu1 .box_in .box2 .detail .target{margin-top:25px;}
.edu1 .box_in .box2 .detail .target > span{padding-left:10px;}

.edu1 .box_in .box2 .detail .edu_con{margin-top:25px;}
.edu1 .box_in .box2 .detail .edu_con table{border-top:1px solid #ccc; margin-top:20px;}
.edu1 .box_in .box2 .detail .edu_con table thead{background:#f7f7f7; height:50px;}
.edu1 .box_in .box2 .detail .edu_con table thead tr th{border:1px solid #ccc; border-top:none;}
.edu1 .box_in .box2 .detail .edu_con table thead tr th:first-child{border-left:none;border-right:none;}
.edu1 .box_in .box2 .detail .edu_con table thead tr th:last-child{border-right:none;border-left:none;}
.edu1 .box_in .box2 .detail .edu_con table tbody tr td{border:1px solid #ccc; border-top:none;padding:20px 30px;}
.edu1 .box_in .box2 .detail .edu_con table tbody tr td:first-child{border-left:none;border-right:none; text-align:center;}
.edu1 .box_in .box2 .detail .edu_con table tbody tr td:last-child{border-right:none;border-left:none; text-align:center;}

.edu1 .box_in .box2 .detail .edu_con table tbody tr td > div > p {font-weight:500;}
.edu1 .box_in .box2 .detail .edu_con table tbody tr td > div > span {padding-left: 12px;}
.edu1 .box_in .box2 .detail .edu_con table tbody tr td > .way2{margin-top:20px;}

.edu1 .box_in .box3 .detail > div > p{font-weight:600;}
.edu1 .box_in .box3 .detail .prcd2{margin-top:40px;}
.edu1 .box_in .box3 .detail .prcd2 table{border-top:1px solid #ccc; margin-top:30px;}
.edu1 .box_in .box3 .detail .prcd2 table thead{background:#f7f7f7; height:50px;}
.edu1 .box_in .box3 .detail .prcd2 table thead tr th{border:1px solid #ccc; border-top:none;}
.edu1 .box_in .box3 .detail .prcd2 table thead tr th:first-child{border-left:none;}
.edu1 .box_in .box3 .detail .prcd2 table thead tr th:last-child{border-right:none;}
.edu1 .box_in .box3 .detail .prcd2 table tbody tr td{border:1px solid #ccc; border-top:none;padding:20px 30px;}
.edu1 .box_in .box3 .detail .prcd2 table tbody tr td:first-child{border-left:none; text-align:center;}
.edu1 .box_in .box3 .detail .prcd2 table tbody tr td:last-child{border-right:none; font-size:15px;}
.edu1 .box_in .box3 .detail .prcd2 table tbody tr td > .way2{margin-top:10px;}

.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul{display:flex; align-items:center; justify-content:space-between; margin-top:20px;}
.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li{width:130px; height:120px; border-radius:5px; position:relative; text-align:center; padding:30px 0 0;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con1{width:150px; background:#ace0e8;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con1:after{content:""; position:absolute; top:0; right:-48px; border:10px; width: 0; height: 0; border-bottom: 60px solid transparent; border-top: 60px solid transparent; border-left: 25px solid #ace0e8; border-right: 25px solid transparent;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con2{background:#85c4df;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con2:after{content:""; position:absolute; top:0; right:-48px; border:10px; width: 0; height: 0; border-bottom: 60px solid transparent; border-top: 60px solid transparent; border-left: 25px solid #85c4df; border-right: 25px solid transparent;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con2:before{content:""; position:absolute; top:0; left:-25px; border:10px; width: 0; height: 0; border-bottom: 60px solid #85c4df; border-top: 60px solid #85c4df; border-left: 25px solid transparent; border-right: 25px solid transparent; z-index:-1;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con3{background:#5fa8d7;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con3:after{content:""; position:absolute; top:0; right:-48px; border:10px; width: 0; height: 0; border-bottom: 60px solid transparent; border-top: 60px solid transparent; border-left: 25px solid #5fa8d7; border-right: 25px solid transparent;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con3:before{content:""; position:absolute; top:0; left:-25px; border:10px; width: 0; height: 0; border-bottom: 60px solid #5fa8d7; border-top: 60px solid #5fa8d7; border-left: 25px solid transparent; border-right: 25px solid transparent; z-index:-1;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con4{background:#388cce;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con4:after{content:""; position:absolute; top:0; right:-48px; border:10px; width: 0; height: 0; border-bottom: 60px solid transparent; border-top: 60px solid transparent; border-left: 25px solid #388cce; border-right: 25px solid transparent;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con4:before{content:""; position:absolute; top:0; left:-25px; border:10px; width: 0; height: 0; border-bottom: 60px solid #388cce; border-top: 60px solid #388cce; border-left: 25px solid transparent; border-right: 25px solid transparent; z-index:-1;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con5{width:150px; background:#1170c5;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con5:before{content:""; position:absolute; top:0; left:-25px; border:10px; width: 0; height: 0; border-bottom: 60px solid #1170c5; border-top: 60px solid #1170c5; border-left: 25px solid transparent; border-right: 25px solid transparent; z-index:-1;}

.edu1 .box3 .detail .prcd1 .prcd_con ul li p{font-size:17px; font-weight:500;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li hr{display:block; width:30px; background:#000; border:1px solid #000; margin:6px auto;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li p.dti{font-size:14px; line-height:16px; font-weight:300;}

.edu1 .box3 .detail .prcd1 .prcd_con ul li.con3{color:#fff;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con3 hr{background:#fff; border:1px solid #fff;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con4{color:#fff;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con4 hr{background:#fff; border:1px solid #fff;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con5{color:#fff;}
.edu1 .box3 .detail .prcd1 .prcd_con ul li.con5 hr{background:#fff; border:1px solid #fff;}


/* app1 사진홍보 */
.app1 .tab_btn{height:60px; margin-bottom: 100px;}
.app1 .tab_btn ul li{width:20%; height:60px; float:left; text-align:center; background:#f0f0f0;}
.app1 .tab_btn ul li p{width:100%; font-size:18px; color:#8e8e8e; font-weight:400; line-height:60px;}
.app1 .tab_btn ul li.active{background:#1170c5;}
.app1 .tab_btn ul li.active p{color:#fff;}
.app1 .box_in{margin-top:100px;}


.app1 .box_in .box1{height:550px;}
.app1 .box_in .title{width:400px; float:left; display: flex; align-items:left;}
.app1 .box_in .title h2{display:inline; position:relative;}
.app1 .box_in .title h2 .circle{position:absolute; bottom:5px; right:-18px; width:10px; height:10px; border-radius:50%; background:#38b4e5;}
.app1 .box_in .detail{width:900px; padding:40px 0 0; border-top:solid 2px #000; float:right; }
.app1 .detail .prcd ul{display:flex; justify-content:space-between; align-items:center;}
.app1 .detail .prcd ul li img{width:28%;}
.app1 .detail .prcd ul li:nth-child(odd){width:145px; height:190px; border:1px solid #ccc; border-radius:10px; display:flex; flex-flow:column nowrap; justify-content:space-between;}
.app1 .detail .prcd .prcd_box1{width:100%; height:133px; border-bottom:1px solid #ccc;  display:flex; flex-flow:column nowrap; align-items:center; justify-content:center; font-weight:400;}
.app1 .detail .prcd .prcd_box1 p{margin-top:10px; text-align:center;}
.app1 .detail .prcd .prcd_box2{width:100%; height:56px; background:#f5f5f5; border-radius:0 0 10px 10px; display:flex; align-items:center; justify-content:center; font-size:15px; color:#666;}
.app1 .detail > p{font-size:17px; margin:40px 0;}
.app1 .detail > p > span{font-weight:700;}


.app1 .box_in .box1 .detail  table{border-top:1px solid #ccc; margin-top:30px;}
.app1 .box_in .box1 .detail  table thead{background:#f7f7f7; height:50px;}
.app1 .box_in .box1 .detail  table thead tr th{border:1px solid #ccc; border-top:none;}
.app1 .box_in .box1 .detail  table thead tr th:first-child{border-left:none;}
.app1 .box_in .box1 .detail  table thead tr th:last-child{border-right:none;}
.app1 .box_in .box1 .detail  table tbody tr td{border:1px solid #ccc; border-top:none;padding:20px 30px;}
.app1 .box_in .box1 .detail  table tbody tr td:first-child{border-left:none; text-align:center;}
.app1 .box_in .box1 .detail  table tbody tr td:last-child{border-right:none; font-size:16px;}
.app1 .box_in .box1 .detail  table tbody tr td > .way2{margin-top:10px;}

.app1 .box_in .box1 .detail  table tbody tr td > div > p {font-weight:600; text-indent: -13px; margin-left:13px;}
.app1 .box_in .box1 .detail  table tbody tr td > div > span {padding-left: 12px; text-indent: -9px; margin-left:9px; display:block; line-heigth:16px;}
.app1 .box_in .box1 .detail  table tbody tr td > div > span > i {font-size:14px; color:#666;}

.app1 .box1 .detail .check{padding:40px 0;}
.app1 .box1 .detail .check p{margin-bottom:12px;line-height: 1.6;}
.app1 .box1 .detail .check p > b{font-weight:500;}
.app1 .box1 .detail .add{height:60px; text-align:center; background:#f2f2f2; line-height:60px; font-size:17px; font-weight:500; margin-top:-15px;}

/* edu3 강사양성교육 */
.edu3 .tab_btn{height:60px;}
.edu3 .tab_btn ul li{width:33.33%; height:60px; float:left; text-align:center; background:#f0f0f0;}
.edu3 .tab_btn ul li p{width:100%; font-size:18px; color:#8e8e8e; font-weight:400; line-height:60px;}
.edu3 .tab_btn ul li.active{background:#1170c5;}
.edu3 .tab_btn ul li.active p{color:#fff;}
.edu3 .box_in{margin-top:100px;}

.edu3 .box_in .box1{height:240px;}
.edu3 .box_in .box2{height:480px;}
.edu3 .box_in .box3{height:500px;}
.edu3 .box_in .box4{height:250px;}
.edu3 .box_in .box5{height:95px;}
.edu3 .box_in .title{width:400px; float:left; display: flex; align-items:left;}
.edu3 .box_in .title h2{display:inline; position:relative;}
.edu3 .box_in .title h2 .circle{position:absolute; bottom:5px; right:-18px; width:10px; height:10px; border-radius:50%; background:#38b4e5;}
.edu3 .box_in .detail{width:900px; padding:40px 0 0; border-top:solid 2px #000; float:right; }

.edu3 .box1 .detail p{ line-height:1.6;}
.edu3 .box1 .detail p span{font-weight:500;}
.edu3 .box2 .detail p{  line-height:35px;}
.edu3 .box2 .detail p i{font-weight:500;}
.edu3 .box2 .detail .dti{margin-left:10px; color:#666; margin-bottom:25px;}
.edu3 .box2 .detail > span{color:#666;}
.edu3 .box3 .detail > span {color: #666;}
.edu3 .box4 .detail p {line-height:30px;}
.edu3 .box5 .detail p { line-height:30px;}
.edu3 .box5 .detail p span{font-weight:500;}

.edu3 .box_in .box3 .detail  table{border-top:1px solid #ccc; margin-top:30px; margin-bottom:40px;}
.edu3 .box_in .box3 .detail  table thead{background:#f7f7f7; height:50px;}
.edu3 .box_in .box3 .detail  table thead tr th{border:1px solid #ccc; border-top:none;}
.edu3 .box_in .box3 .detail  table thead tr th:first-child{border-left:none;}
.edu3 .box_in .box3 .detail  table thead tr th:last-child{border-right:none;}
.edu3 .box_in .box3 .detail  table tbody tr td{border:1px solid #ccc; border-top:none;padding:20px 30px;}
.edu3 .box_in .box3 .detail  table tbody tr td:first-child{border-left:none; text-align:center;}
.edu3 .box_in .box3 .detail  table tbody tr td:last-child{border-right:none; font-size:16px;}

/* news2 */
.news2 .tab_btn{height:60px;}
.news2 .tab_btn ul li{width:33%; height:60px; float:left; text-align:center; background:#f0f0f0;}
.news2 .tab_btn ul li p{width:100%; font-size:18px; color:#8e8e8e; font-weight:400; line-height:60px;}
.news2 .tab_btn ul li.active{background:#1170c5;}
.news2 .tab_btn ul li.active p{color:#fff;}


/*공지*/
.table_box{padding: 30px; border: 1px #ddd solid; border-radius: 8px;}
.table_box .board-write tr:first-child th:first-child {border-radius: 50px 0 0 50px;}
.table_box .board-write tr:first-child th:last-child{border-radius: 0 50px 50px 0;}
.table_box .board-write {border-bottom: 1px solid #fff;}


/*로그인*/

.n_login .login_wrap {max-width:600px;margin:0 auto; border-radius:10px;background: #fff; box-shadow: 5px 10px 24px 0 rgba(0,0,0,.15); padding:60px 100px; box-sizing: border-box;}
.n_login .login_wrap h6.sec_tit:after{display:block;content:'';position:absolute;width:100%;height:3px; bottom: -28px; background:#000;}
.n_login .login_wrap .login_bt .btn {background-color: #00337b;border: 1px solid #00337b;border-radius: 30px;color: #fff; line-height: 60px;height: 60px;
	display: block;font-size: 20px;text-align: center;font-weight: 500; width: 100%;cursor: pointer;font-family: 'Noto Sans KR'; box-sizing: border-box;}
.n_login .login_wrap .join_go a {margin-top:10px;background-color: #fff;border: 1px solid #00337b;border-radius: 30px;color: #00337b; line-height: 60px;height: 60px;
	display: block;font-size: 20px;text-align: center;font-weight: 500; width: 100%;cursor: pointer;font-family: 'Noto Sans KR'; box-sizing: border-box;}
.n_login .login_wrap .id_save {font-size:15px; color:#000; margin:0px 0px 20px 0px; float: left;}
.n_login .signup {padding:20px 0px 30px 0px;}
.n_login .signup_or {position:relative; margin-bottom:5px; text-align:center; background:url(../img/common/line.gif) repeat-x left center;}
.n_login .signup_or_text {background-color:#fff; display:inline-block; padding:8px; font-size:14px; font-weight: 500; color:#82888a;}
.n_login .signup li { margin-bottom:10px;}
.n_login .signup li input {width:100%; height:60px; padding:20px; padding-left:50px;display:block; border-radius:5px; background-color:#f5f5f5;border:none; color:#565a5c; box-sizing:border-box; -moz-box-size:border-box; font-size:17px;}
.n_login .signup li.pw input{background-image:url("../images/login_pw_ico.png");background-position:left 20px center; background-repeat:no-repeat; font-family:'Noto Sans KR';}

.n_login .find_idpw { width: fit-content; margin: 0 auto;text-align: right; padding: 40px 0px 20px 0px; font-size: 0px;}
.n_login .find_idpw > li {display: inline-block; vertical-align: top; font-size: 15px; line-height: 20px;width: 90px; text-align: center;}
.n_login .find_idpw > li:first-child {position:relative; margin-right: 44px;}
.n_login .find_idpw > li:first-child:after{position:absolute;top: 5px; right: -22px;display:block;content:'';width:1px; height:12px;background:#a4a4a4;}
.n_login .find_idpw > li:last-child{width:90px; text-align:right;}
.n_login .find_idpw > li a {font-size:14px; color:#666666; font-weight: 300;}
.n_login .find_ok {text-align: center; padding:170px 0px 20px 0px; font-size:18px; line-height: 150%; background: url(../img/member/ico_mail.gif) no-repeat center top; }



.n_login.find .find_idpw li:first-child{margin-right:0;}
.n_login.find .find_idpw li:first-child:after{display:none;}
.n_login.find .find_idpw li:nth-child(2){position:relative;margin:0;}
.n_login.find .find_idpw li:nth-child(2):before{position:absolute;top: 5px; left: 0;display:block;content:'';width:1px; height:12px;background:#a4a4a4;}
.n_login.find .find_idpw li:nth-child(2):after{position:absolute;top: 5px; right: 0;display:block;content:'';width:1px; height:12px;background:#a4a4a4;}


.join_step {margin: 10px auto 60px;max-width: 900px;}
.join_step > ol {display:flex;justify-content: space-between;}
.join_step > ol > li {position:relative;display: block; font-size: 18px;color: #999;}
.join_step > ol > li .num {display: inline-block;margin-right:20px;color: #999999;font-size: 18px;width: 40px; height: 40px;border-radius: 40px;background: #ccc;color: #fff;text-align: center; line-height: 40px;font-weight: 700;
	font-family: 'nanumsquare';}
.join_step > ol > li .txt {color: #999999; }
.join_step > ol > li:before{display:block;content:'';position:absolute;top:50%;right:-90px;transform:translateY(-50%);width:63px;height:5px;background:url("../images/n_join_dot.png");}
.join_step > ol > li:last-child:before{display:none;}
.join_step > ol > li.on .num {color: #fff;background: #00337b ;}
.join_step > ol > li.on .txt {color: #00337b ; font-weight:500;}
.join_step > ol > li.turn:before,
.join_step > ol > li.on:before{background:url("../images/n_join_dot_on.png");}

@media screen and (max-width:640px){
	.join_step > ol > li.turn:before, .join_step > ol > li.on:before{display:none;}
	.join_step > ol > li:before{display:none;}
}
.btn-tc a.btnStrong.m_blue{background: #00337b;}
.btn-tc a.btnStrong.m_white{background: #fff; border: 1px solid #333333;}
.btn-tc a.btnStrong.m_white span{color: #000;}

.n_join .member_ok {margin-bottom:30px; text-align: center; font-weight:500;color:#000;padding: 130px 0px 20px 0px; background: url(../images/n_join_complete.png) no-repeat center top; }
.n_join .member_wrap {max-width:590px; margin:0 auto;}
.n_join .check_boxW {background:#fff; padding:20px 5px;text-align:right;}
.n_join .add_bt {position: absolute; right: 0px; top: 0px;}
.scrollbox{ height: 340px; padding: 34px 30px; overflow: auto; color:#000; font-weight:300; background: #fff; border: 1px solid #e0e0e0; overflow-x: hidden;  font-weight: 300;}

.n_join label{color:#000;font-weight:400;}
.n_join span.ps{position: relative;top: -62px; right: -286px;color:#999;font-weight:300;}
.n_join .board-write tr:first-child td { border-top:none;}
.n_join .board-write td { text-align:left;}


.n_join .chk_id, .n_join .chk_mail , .n_join a.chk_add{display:inline-block;width:110px;height:30px;margin-left:30px;line-height:30px;background-color:#333;color:#fff;font-size:14px;font-weight:300;text-align:center;border-radius:15px;cursor:pointer;}
.n_join div.send_chk {display:inline-block;}
.n_join div.send_chk input{margin:0 10px 0 30px !important;vertical-align:sub!important;position: relative; top: 2px;}
.n_join div.send_chk label{font-size:14px;font-weight:300;color:#ff5d8d;}
.n_join span.big_ness{float: left;font-weight:300;color:#ff5d8d;position: relative; top: -62px; right: -220px;}
.n_join span.pa_minus{position: relative;top: -4px;display: inline-block;width:10px;height:1px; margin: 0 13px;background:#000000;}
.n_join .member_type {display:inline-block;margin-left:90px;}
.table_line {border-top: 1px solid #000;}
.n_join .member_ok span{font-size:24px;font-weight:500;}
.n_join .member_ok span > b{color:#113a58}

.chk_company{ display: inline-block;width: 26%;height: 30px;margin-left: 2%;line-height: 30px;background-color: #333;color: #fff;font-size: 14px;font-weight: 300;text-align: center;border-radius: 15px;cursor: pointer;}
h6.sec_tit.border-bottom{padding-bottom: 20px;border-bottom:1px solid #000;}
.n_join h6.sec_tit.small{font-size:24px;}
.n_join .flex_box{margin-top:5px; display: flex;}
.n_join ul.info{margin: -20px 0 20px 0;}
.n_join ul.info li > b{font-weight:500;}

.n_join .place_type{display:inline-block;}
.n_join .place_type + .place_type {margin-left:30px;}
.n_join .caution{font-size:15px;}
.n_join .question{ margin: 0 0 20px;font-weight: 500;font-size: 18px;background: #f5f5f5;padding: 20px 10px;border-top: 1px solid #000;}
.n_join .check_wrap.mt{margin-top:30px; border-bottom: 1px #ddd solid;}
.n_join .check_wrap .checkIn{padding: 0 10px;margin: 12px 0;}
.n_join .check_wrap .checkIn:last-child{margin-bottom: 25px;}
.n_join h6.sec_tit.center{text-align:center;}
.n_join .save_btn_wrap{overflow:hidden;margin-bottom: 30px;}
.n_join .save_btn{display: block;float:right;width: 60px;height: 30px;line-height: 30px;background: #000;text-align:center; color: #fff;}
.n_join .add_data{display: block;float:right;width: 80px;height: 40px;line-height: 40px;background: #000;text-align:center; color: #fff;}
.n_join .red{margin: 0 20px;}
.n_join .add_data_wrap{max-width:445px;margin: 10px 0;}
.n_join .add_data_wrap.last{margin-bottom:90px;}

.input_p{margin:20px 0 10px;font-size:18px;font-weight:500;}
.input_p.newdeal{margin: 50px 0 20px;}
.input_p.newdeal.first{margin-top:20px;}

.mypage2 .sec1  table.list tbody td:last-child{border-right:0;}
table.list.info tbody td:last-child { border-right: 0;}
.mypage2 table.list tbody td {padding: 20px 10px;}

.mypage2 .done{display:block;margin: 0 auto;width:70px;height:30px;line-height:30px;background: #ebebeb; font-size: 13px; color: #8e8e8e; border-radius: 3px;}
.mypage2 .yet{display:block;margin: 0 auto;width:70px;height:30px;line-height:30px;background:#00337b; font-size: 13px; color:#fff;border-radius: 3px;}
.mypage2 .l-btn{display:block;margin: 0 auto;width:70px;height:30px;line-height:30px;background:#333;font-size: 13px;color:#fff;border-radius: 3px;}
.mypage2 .l-btn.cancle{background:#cb0000;color:#fff;}
.mypage2 .l-btn.white{background:#fff;color:#333;}

.mypage2 .ing_sky {color: #00a0e9;}
.mypage2 .big{font-size: 22px; font-weight: 500;}
.mypage2 .s_grey{color: #999;}
.mypage2 .fail{margin: 0 auto;width:70px;height:30px;line-height:30px;background:#cb0000;color:#fff; border-radius: 3px;}
.mypage2 .pass{margin: 0 auto;width:70px;height:30px;line-height:30px;background:#00a0e9;color:#fff; border-radius: 3px;}
.mypage2 .sec2 .input_p{margin:20px 0 10px;font-size:18px;font-weight:500;}

.bd_right{border-right:1px solid #ccc;}

textarea.reason{width:100%;height: 340px;padding: 34px 30px;overflow: auto;color: #000;font-weight: 300;background: #fff;border: 1px solid #e0e0e0;overflow-x: hidden;font-weight: 300;}

.form_wrap{margin-bottom:60px;}
.accumulate{margin: 30px 0;}
.accumulate span{margin: 0 10px;}
.board-write.input_100 td > input[type="text"]{width:100%;}

/*회원가입 구분*/

.member_box { display: inline-block; width: calc((100% - 120px)/2); text-align: center; margin-top: 100px; float: left;}
.member_box img {margin-bottom: 40px;width: 44%;}
.member_box .tit {font-size: 30px; font-weight: 600;}
.member_box .eng_txt{color: #666666; font-weight: 100;}
.member_box .btn_wrap { margin-top: 60px; }
.member_box .btn_wrap .m_btn{display: inline-block; width: calc((100% - 20px)/2); height: 70px; background: #fff; padding: 10px 0px; border:1px #12cda3 solid; border-radius: 10px;
	color:#12cda3; float: left;line-height:45px;}
.member_box .btn_wrap .m_btn.green{background:#12cda3;color:#fff;}
.member_box .btn_wrap .m_btn.long{display: block; width: 100%; background: #12cda3; line-height: 70px; border-radius: 10px; color:#ffffff; margin-bottom: 20px; padding: 0px;border:1px #12cda3 solid;}

.member_box.left .m_btn:last-child{margin-left:20px; float: none;}

.member_box.right {float: none; margin-left:120px;}
.member_box.right .btn_wrap .m_btn {background: #fff; border:1px #0b589e solid; color:#0b589e;}
.member_box.right .btn_wrap .m_btn.blue {background: #0b589e; border:1px #0b589e solid; color:#fff;}
/* .member_box.right .btn_wrap .m_btn:nth-child(2n){margin-left:20px;} */
.member_box.right .btn_wrap .m_btn:nth-child(3) {margin-left: 20px;}
/* .member_box.right .btn_wrap .m_btn:nth-child(4){margin-top:20px;} */


/*개인-회원인증*/

.grey_box{border: 1px #a0a0a0 solid; border-radius: 8px; padding: 30px 40px 50px;}
.grey_box .grey_tit {height: 80px; line-height: 80px; font-size: 22px; font-weight: 500; text-align: center; background: #f7f7f7; border-radius: 50px; margin-bottom: 40px;}
.grey_box .txt_wrap b{display: block; font-size: 18px; margin-bottom: 10px; }
.grey_box .btn_wrap{text-align: center;}
.grey_box .btn_wrap a{display: inline-block; width: 240px; height: 60px; line-height:58px; text-align: center; background: #0a65c0; border-radius: 50px; color:#fff;}
.grey_box .btn_wrap a.l_btn{ background: #fff; border:1px #0a65c0 solid; color:#0a65c0;}
.grey_box .btn_wrap a + a {margin-left:20px;}

.apply_tit{font-size:26px;font-weight:500;}
.apply_tit > .apply_name{margin-left:10px;}
.apply_tit > .apply_level{color:#00a0e9;margin-left: 10px;}

.accordion { width: 100%; border-top: 1px solid #000; }
.accordion dt { width: 100%; height: 90px; line-height: 90px; font-weight: normal; border-bottom: 1px solid #d7d7d7; background: url('../images/down_arrow.png') no-repeat 98% 50%; display: flex; flex-wrap: wrap; align-items: center; padding-left: 30px; }
.accordion dt .q { margin-right: 20px; text-align: center; font-weight: 700; }
.accordion dt.on{background: url('../images/down_arrow_on.png') no-repeat 98% 50%;}
.accordion dt.on .q{color: #00a0e9;}
.accordion dd .a {font-size: 20px;font-weight: 700;color: #999;margin-right: 20px;}
.accordion dd { display: flex; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #ddd; padding: 30px; background: #f7f7f7; }

.bbs_search.one .bbs_search_in{padding-left:0;}
.down_apply_form{ display:block;width: 90px;height: 30px; line-height: 30px;text-align:center;background: #00a0e9; color: #fff; border-radius: 3px;font-size:15px;}
.down_apply_form.big{margin-top:20px;width:140px;height: 35px;line-height: 35px; font-size:17px;}

.search_company_wrap{width:100%;}
.search_company_wrap > input{float:left;width:80%!important;margin:0!important;height:46px!important;line-height:46px!important;}
.search_company_wrap > a {width:18%!important;margin-left:2%!important;margin:0 0 0 2%!important;background:#000!important;color:#fff!important}
.search_company_wrap > a:hover{background:#000!important;color:#fff!important;}

.btn_wrap{margin-top:30px;}

.add_data_wrap .red{margin-left:0;}

.search_company_wrap > a{display:inline-block;height:46px;line-height:46px;}
.popup.table_line .board-write tbody td { padding: 10px 4px!important;overflow:hidden;line-height:30px!important;}
.popup.table_line .board-write tbody td > .put_in{float:right;width: 60px;height: 30px;line-height: 30px;background: #00a0e9;color: #fff;text-align: center; display: block; }

.tab li > a{display:block;width:100%;height:100%;}

.reserve-view .bd .dv-r > ul > li .s-tx{padding-right:10px;}

.add_button{display: block; float: right; padding: 15px 50px; background: #1170c5; color: #fff; margin: 30px 0;}

.sec{padding:80px 0;}

/*========================================ë°˜ì‘í˜•================================*/

@media screen and (min-width: 1400px) {

	#inner_wrap,.inner_wrap {position:relative;max-width:1400px; margin: 0 auto;}
	#inner_wrap.w1000,	.inner_wrap.w1000{max-width:1000px; margin: 0 auto;}


}


@media screen and (max-width: 1400px) {

	.card1 .con_box .card_con .con2 > p > br{display:none;}
}

@media screen and (max-width: 1280px) {
	.about3 .con_box .card_con .con1 .big{background-image: none;}
}

@media screen and (max-width: 1200px) {

	.about3 .con_box .card_con .con2:after{width: 237px;height: 194px; background-size: contain;}
	.about3 .con_box .card_con .con1 .big{padding:0;text-align:center;background-image:none;}
	.about3 #bc2 .con_box .card_con:after{top:-90px;width:435px;height:133px;background-size:contain;}
	.about3 #bc3 .con_box .card_con:after{right:-90px;width:304px;height:368px;background-size:contain;}
	.about3 #bc3 .con_box .card_con .con2 div > p > br{display:none;}
	.about3 #bc3 .con_box .top_bar {width: 70%;}
	.about3 #bc3 .con_box .top_bar h2{font-size:34px;}

	.card1 .con_box{padding:60px;}
	.card1 .con_box .card_con{padding:40px;}





}


@media screen and (max-width: 1024px) {

	.app2  .detail {padding: 20px 0!important;margin-bottom: 20px!important;padding-top: 20px!important;}

	.about1 .boxIn .detail{margin-top:20px;width:100%;}

	.about3 .con_box .top_bar {width: 70%;}
	.about3 .con_box .card_con .con2:after{display:none;}


	.card1 .con_box .card_con .con1:after {display:none;}
	.card1 .con_box .top_bar{width:70%;}

	.box_in .detail{margin-top:20px;width:100%!important;}
	.app2 .box_in .box2 .process_box ul li.step_box { width: 42%;}
	.app2 .box_in .box2 .process_box ul li.step_next { width: 8%;}

	.edu1 .box_in .title,
	.edu1 .box_in .detail{float:none;}
	.edu1 .box_in .detail
	.edu1 .box_in .detail > p{word-break:keep-all;}
	.edu1 .box_in .detail > p > br{display:none;}
	.edu1 .box_in .box3{height:auto;}
	.box_in > div{ height:auto!important;padding: 20px 0;margin-bottom: 20px;}

	.edu3 .box_in .detail br{display:none;}
	.edu3 .box_in .detail,
	.edu3 .box_in .title{float:none;}
	.edu3 .box_in > div{height:auto!important;}

	.about3 .con_box .card_con:after{background:none;}
	.about3 .con_box .card_con .con2 p > b{display:block;}

	.about3 #bc2 .con_box .card_con:after{display:none;}

	.about3 #bc3 .con_box .top_bar h2{font-size:24px;}
	.about3 #bc3 .con_box .card_con:after{display:none;}

}

@media screen and (max-width:800px){
	.about3 .con_box .card_con .con2 div > span{margin-right:15px;}
}

@media screen and (max-width:768px){
	.sec{padding: 40px 0; }

	.main_section1 .left .protecting .stit{font-size:1.8rem;}

	.form_wrap .table_line table { width: 100%; min-width: 0; }
	.form_wrap table colgroup { display: none; }
	.form_wrap .tit { margin-top: 80px; }
	.form_wrap table.list tbody tr { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.form_wrap table.list tbody tr td { width: 100%; order: 1; }
	.form_wrap input[type=text], select { width: 100%; }


	.member_box { width: 100%; }
	.member_box.right { margin-left: 0; }

	.about3 .con_box .card_con{padding:20px;}
	.about3 .con_box{padding:40px;}
	.about3 .con_box .top_bar:after { right: -95px;border-right: 95px solid transparent;border-bottom: 70px solid #c32121;}


	.about1 .boxIn .box3 ul li{margin-right: 20px;}

	.about3 .li_btn ul li a p{font-size:1.5rem;}
	.about3 .con_box .top_bar {height: 70px;}
	.about3 .con_box .top_bar h2 {line-height: 74px;font-size: 3rem;}
	.about3 .con_box .card_con .con1 .big{font-size:2.6rem;}
	.about3 .con_box .card_con .con1 .big > b{font-size:4rem;}
	.about3 .con_box .card_con .con1 span{width:100%;font-size:1.7rem;}
	.about3 .con_box .top_bar:after {border-bottom:70px solid #0093af;}

	.about3 #bc2 .con_box .card_con .con2 div > p{padding-left:0;}
	.about3 #bc2 .con_box .top_bar:after{ border-bottom: 70px solid #00a877;}
	.about3 #bc3 .con_box .card_con .con2 div > b{font-size:1.8rem;}

	.find1 .guide_step ul li{display:block;height:auto;}
	.find1 .guide_step ul li .detail{height:auto;padding:20px 0;width:100%;}
	.find1 .guide_step ul li .step{justify-content: flex-start;margin:20px 0 0 0;}
	.find1 .guide_step ul li .step img{width:20%;}
	.find1 .guide_step ul li .step p{margin-left:15px;}
	.find1 .guide_step ul li .detail p{font-size:1.8rem;}
	.about3 #bc2 .con_box .card_con .con2 div > b{font-size:1.8rem;}

	.card1 .con_box{padding:40px;}
	.card1 .con_box .card_con{padding:20px;}
	.card1 .con_box .card_con .con1{padding-bottom:35px;margin-bottom:20px;}
	.card1 .con_box .top_bar{height:70px;}
	.card1 .con_box .top_bar h2{line-height:74px;font-size:3rem;}
	.card1 .con_box .top_bar:after { right: -95px;  border-right: 95px solid transparent;border-bottom: 70px solid #c32121;}
	.card1 .con_box .card_con .con1 p,
	.card1 .con_box .card_con .con2 > p,
	.card1 .con_box .card_con .con2 .dti > p{font-size:1.7rem;}
	.card1 .con_box .card_con .con1 a {width: 200px; height: 50px; line-height: 50px;}
	.card1 .con_box .card_con .con2 > span{line-height:1.5;margin:20px 0;}
	.card1 .con_box .card_con .con2 .dti table{margin-top:15px;}
	.card1 .con_box .card_con .con2 .dti table tbody tr td:first-child,
	.card1 .con_box .card_con .con2 .dti table thead tr th{font-size:1.5rem;}


	.card1 #info_table1{ min-width: 0;}
	.card1 #info_table1,.card1 #info_table1 tbody {display: block}
	.card1 #info_table1 thead,.card1 #info_table1 colgroup { display: none;}
	.card1 #info_table1 tr {display: flex;justify-content: space-between;flex-wrap: wrap;border-bottom: 1px solid #ccc;}
	.card1 #info_table1 tr td { order: 2;  padding:12px 0;width: 100%;border:0;}
	.card1 #info_table1 tr td:nth-child(1) { order: 0; border-bottom: 1px solid #ccc;padding: 12px 0;box-sizing: border-box; width:100%;border-right:0;}
	.card1 #info_table1 tr td:nth-child(3) { order: 1; flex: 1; box-sizing: border-box; min-width: 100px; }
	.card1 .con_box .card_con .con2 > span{font-size:1.5rem;}

	.tab_btn, .li_btn{height:auto!important;overflow:hidden!important;}
	.tab_btn ul li p{font-size:1.5rem!important;}


	.app1 .box1 .detail .add{font-size:1.5rem;}

	.app2 .li_btn ul li p,
	.edu1 .li_btn ul li p{font-size:1.5rem;}
	.edu1 .li_btn ul li { width: 33.3%;}

	.app2 .box_in .box2 .process_box ul li.step_box{padding:20px;}
	.app2 .box_in .box2 .process_box ul li.step_detail{margin-left:2%;}
	.app2 .box_in .box2 .process_box ul li.step_box .icon img{width:60%;}
	.app2 .box_in .box2 .process_box ul li.step_box .icon:before{top:0!important;right:0!important;left:auto!important;bottom:auto !important;}
	.app2 .box_in .box2 .process_box ul li.step_box .dti { padding-left: 20px;}
	.app2 .box_in .box2 .process_box ul li.step_box .icon {width: 30%;}

	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul{flex-wrap:wrap;justify-content: space-evenly;}
	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li{width:25%;}
	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li:nth-child(4),
	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li:nth-child(5){width:40%;margin-top:2%;}

	.edu1 .box_in .box2 .detail .edu_con table tbody tr td,
	.edu1 .box_in .box3 .detail .prcd2 table tbody tr td{padding:12px;}
	.edu1 .box3 .detail .prcd1 .prcd_con ul li p {font-size: 1.5rem;}

	.edu3 .box_in .box3 .detail table tbody tr td:first-child,
	.edu3 .box_in .box3 .detail table tbody tr td:last-child{padding:12px;}

	.box_in{margin-top:50px!important;}
	.box_in.faq{margin-top:75px!important;}



	.table_box{padding:12px;}

	.add_button{padding: 15px;}


	/*	.locationBar.long .location{white-space:nowrap; overflow-x: auto;overflow-y:hidden;}
        .locationBar.long .location li{display:inline-block;}
    */

}



@media screen and (max-width: 640px) {


	.app2 .box_in .box2 .process_box ul li.step_box .icon{display:none;}
	.app2 .box_in .box2 .process_box ul li.step_box .dti {padding-left: 10px;}
	.app2 .box_in .box2 .process_box ul li.step_detail{padding-left: 0;margin-left: 0;width: 100%;text-align: center;display: block;margin-top: 40px; height: auto;}

	.about2 .floor_plan .pc_img { display: none; }
	.about2 .floor_plan .mob_img { display: block; }

	.about3 .con_box .card_con .con1 .small{background:none;padding-left:0;margin-left:0;}
	.about3 .con_box .card_con .con1 .big{word-break:keep-all;}
	.about3 .con_box .card_con .con1 span{height:auto;line-height:1.6;padding: 0 10px;word-break:keep-all;}
	.about3 .con_box .card_con .con2 div > span{display:block;margin-bottom:10px;}
	.about3 .con_box .card_con .con2 div.height > span{position:static;}
	.about3 .con_box .top_bar {width: 50%;}

	.about3 #bc3 .con_box .card_con .con2 div > p{padding-left:0;}
	.about3 .con_box .top_bar {width: 100%!important;height:auto;}
	.about3 .con_box .top_bar:after{display:none!important;}
	.about3 .con_box .top_bar h2{padding-left:0;text-align:center;line-height:1.6;padding: 1rem;}

	.card1 .con_box .top_bar {width: 100%!important;height:auto;}
	.card1 .con_box .top_bar:after{display:none!important;}
	.card1 .con_box .top_bar h2{padding-left:0;text-align:center;line-height:1.6;padding: 1rem;}


}



@media screen and (max-width: 480px) {

	.grey_box .grey_tit { height: 60px; line-height: 60px; font-size: 18px; }
	.grey_box .txt_wrap b { font-size: 16px; }
	.grey_box .btn_wrap a + a { margin-left: 0; margin-top: 20px; }
	.member_box .tit { font-size: 24px; }
	.n_login .find_idpw > li { width: 75px; }
	.n_login .login_wrap .login_bt .btn, .n_login .login_wrap .join_go a { height: 50px; line-height: 50px; }
	.n_login .signup li input { height: 50px; line-height: 50px; padding-left: 20px; }
	.n_login .signup li.pw input { background-image: none; }

	.about3 .con_box .top_bar h2 {font-size: 2rem!important;}
	.about1 .boxIn .box3 ul.flex_box{flex-wrap:wrap;}
	.about1 .boxIn .box3 ul li{width:calc((100% - 20px)/2);}
	.about1 .boxIn .box3 ul li:nth-child(even){margin-right:0;}
	.about1 .boxIn .box3 ul li:nth-child(3n),
	.about1 .boxIn .box3 ul li:nth-child(4n){margin-top:20px;}
	.about1 .boxIn .box1,
	.about1 .boxIn .box2,
	.about1 .boxIn .box3{height:auto;}
	.detail{padding:20px 0!important;margin-bottom:20px!important;padding-top:20px!important;}


	.card1 .con_box { padding: 20px;}
	.card1 .con_box .top_bar h2{font-size:2rem;}
	.card1 .con_box .card_con .con1 p > br{display:none;}
	.card1 .con_box .card_con .con1 a{margin-top:10px;}

	.app1 .tab_btn ul li { width: 33.3%;}
	.app1 .detail .prcd .prcd_box1 p{font-size:1.4rem;word-break:keep-all;}
	.app1 .box1 .detail .add {height: auto;line-height: 1.7; padding: 1.4rem;}

	.app2 .box_in .box2 .process_box ul li.step_box .icon{display:none;}
	.app2 .box_in .box2 .process_box ul li.step_box .dti{padding-left:0;}

	.app2 .box_in .box2 .process_box ul li.step_next { width: 6%;}
	.app2 .box_in .box2 .process_box ul li.step_next img{width:30%;}

	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li { width: 26%;}
	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li.con2{margin: 0 4%;}
	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li:nth-child(4),
	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li:nth-child(5) {width: 38%;}

}

@media screen and (max-width: 360px){
	/*	.main_section1 select, .main_section1 input[type=text],
        .main_section1 .right input.long {width: 47.8%!important;}
    */
}
@media screen and (max-width: 320px){

	.app1 .detail .prcd ul{flex-wrap:wrap;}
	.app1 .detail .prcd ul li{margin-bottom:2rem;}
	.app1 .detail .prcd ul li:nth-child(odd) { width: 100px;}

	.app2 .box_in .box2 .process_box ul li.step_detail br{display:none;}

	.about3 .con_box {padding: 20px;}

	.edu1 .box_in .box3 .detail .prcd1 .prcd_con ul li{padding: 20px 0 0 0;}

	/* .main-visual .quick_btn{padding:2.6rem;} */


}

@media screen and (max-width: 280px){
	.main-visual .quick_btn{padding: 10px;}
}
.form_sec { position: relative; width: 100%;  }
.form_sec > ul { position: relative; width: 100%; border-top: 2px solid #000; display: flex; flex-wrap: wrap; margin-top: 30px;}
.form_sec ul li { display: flex; min-height: 65px;  border-bottom: 1px solid #c1c1c1; width:100%;}
.form_sec ul li.wid50 { width: 50%;}
.form_sec ul li > div { position: relative; padding: 13px 38px; min-height: 65px; display: flex; align-items: center; flex-wrap: wrap;}
.form_sec ul li > div.pd0 { padding: 0; display: block; width: 100%; }
.form_sec ul li > div:nth-child(1) { min-width: 238px; background: #f7f7f7; }
.form_sec ul li > div:nth-child(2) { flex: 1;}
.form_sec ul li label { position: relative; font-weight: 600;}
.form_sec ul li label.chk_label { font-weight: 400;}
.form_sec ul li label.req::before { content:"*"; color: #d60404; position: absolute; left: -12px; display: block; }
.form_sec ul ul { border-left: 1px solid #c1c1c1}
.form_sec ul ul li:last-child { border-bottom: 0; }
.form_sec input[class^="form_"],.form_sec select[class^="form_"] { max-width: 300px; height: 38px; border: 1px solid #c1c1c1; border-radius: 8px; margin-bottom: 0; line-height: 38px; margin-left: 20px;padding: 0 22px;}
.form_sec textarea[class^="form_"] { border: 1px solid #c1c1c1; border-radius: 8px; width: 100%; height: 100px;}
.form_sec input[class^="form_email"],.form_sec input[class^="form_"].nn3 { max-width: 130px;}
.form_sec input[class^="form_tel"],.form_sec input[class^="form_email"],.form_sec input[type="number"],.form_sec input[class^="form_date"] { margin: 0;}
.form_sec select[class^="form_"]:nth-child(1) { margin-left: 0;}
.form_sec .btn_black { color: #FFF; background: #333; width: 100px; border-radius: 8px; margin-left: 20px; height: 38px; line-height: 38px; text-align: center; font-weight: 600; font-size: 14px;}
.form_sec .btn_black.file { margin: 0;}
.form_sec input[class^="form_"].full { display: block; margin-left: 0; margin-top: 15px; max-width: 830px; width: 100%; }
.form_sec .inp_s { width: 65px !important;}
.form_sec .chk_label+.chk_label { margin-left: 20px;}
.form_sec .point {margin-left: 20px; color: #d60404}
.form_sec .radio_box+.radio_box {margin-left: 20px;}
.captcha { width: 250px; height: 60px; background: #eee; text-align: center; line-height:60px; margin-right: 20px;}
b.bar { margin: 0 10px; width: 10px; height: 1px; background: #666; }
b.at { margin: 0 10px; font-weight: 400; }
.req_txt { width: 100%; }
.req_txt::before {content:"·"; margin: 16px 6px 0 0; display: inline-block;}
.form_sec input[type=file]::file-selector-button {
	display: none;
}

.institution { border: 1px solid #ddd; border-radius: 20px; padding: 30px; max-width: 1000px; margin: auto;}
.institution .bg_gray { background: #f0f0f0; height: 80px; display: flex; align-items: center; justify-content: center; margin: 0 0 50px; border-radius: 80px; }
.institution label { background: none}
.institution ul { border: none; }
.institution ul li {display: flex; border: none;}
.institution ul li > div:nth-child(1) { background: none; width: 180px;}
.institution input[class^="form_"].nn3 { width: calc(33% - 20px); max-width: 100%; margin-left: 0;}

@media screen and (max-width: 1024px){
	.form_sec > ul { max-width: 640px; margin: 30px auto 0;}
	.form_sec ul ul { border-left: 0;}
	.form_sec > ul li { flex-direction: column;}
	.form_sec ul li.wid50 { width: 100%;}
	.form_sec .h4-tit+span { display: block;}
	.form_sec .mb_tit { text-align: center; width: 100%; background: #eee !important; margin-top: 20px; border-top: 2px solid #000;border-bottom: 1px solid #c1c1c1}
	.form_sec .mb_tit label { text-align: center; width: 100%;}


}
@media screen and (max-width: 640px){
	.captcha { margin: auto;}
	.captcha+div { margin-top: 10px; width: 100%; }
	.form_sec input[class^="form_"], .form_sec select[class^="form_"],.form_sec input[class^="form_email"]{ max-width: 100%; width: 100%; margin-left: 0;}
	.form_sec ul li > div { padding: 15px; }
	.form_sec input[class^="form_"].nn3 { max-width: 100%; flex: 1; min-width: 80px; order: 0; margin-bottom: 6px;}
	.form_sec input[class^="form_email"] { max-width: calc(50% - 13px); margin-bottom: 6px;}
	.form_sec .point { margin: 10px 0 0 0}
	.form_sec .form_input { order: 1;}
	.form_sec .btn_black { order: 0; margin: 0 0 6px 6px}
	.form_sec .form_file { flex: 1; margin-left: 6px !important}
	b.bar { margin: 0 5px; }
	b.at { margin: 0 5px; }
	.form_sec .chk_label .form_input { order: 0;}
	.form_sec .chk_label+.chk_label { margin: 6px 0 0 0;}
}

/* 실종아동,장애인 찾기 */
.pt_38b4e5{color:#38b4e5;}
.pt_666{color:#666;}
.pt_01a2d0{color:#01a2d0}
.pt_1170c5{color:#1170c5}
.pt_white{color:#fff;}
.f13{font-size:13px !important}
.f14{font-size:14px !important}
.f15{font-size:15px !important}
.f17{font-size:17px !important}
.f18{font-size:18px !important;}
.f22{font-size:22px !important}
.f30{font-size:1.875rem !important;}
.font_bold{font-weight: 600 !important}
.bg_f7f7f7{background:#f7f7f7}
.bg_2daf92{background: #2daf92}
.bg_1170c5{background:#1170c5}
.bg_ccc{background:#ccc;}
.bg_black{background-color: #000;}
.datepicker.date-type1{background:#fff url(../images/main_sec1_ico3.png)no-repeat center right 10px;cursor:pointer;}
.mis_find .li_btn{height:60px; margin-top:85px;}
.mis_find .li_btn ul li{width:50%; height:60px; float:left; text-align:center; background:#f0f0f0;}
.mis_find .li_btn ul li a{display:block; height:60px; display:flex; align-items:center;}
.mis_find .li_btn ul li a p{width:100%; font-size:18px; color:#8e8e8e; font-weight:400;}
.mis_find .li_btn ul li.active{background:#1170c5;}
.mis_find .li_btn ul li.active a p{color:#fff;}
.mis_find .h4-tit > span{font-size:40px;}
.mis_find .main_txt{margin-bottom:25px;}
.mis_find .sch_box{padding:52px 0;margin-bottom:60px;}
.mis_find .sch_wrap{max-width:1300px;margin:0 auto;padding:0 20px;}
.mis_find .radio_wrap{margin-bottom:24px;}
.mis_find .sch_wrap ul{align-items: center;width:100%;}
.mis_find .sch_wrap ul .date_wrap{display: inline-block;}
.mis_find .sch_wrap div+div label{width:120px;}
.mis_find .sch_wrap input{margin:0;}
.mis_find .sch_wrap select{margin-bottom:0;}
.mis_find .sch_wrap input[type=text]{margin-right:20px}
.mis_find .sch_wrap .sch1 select{margin-right:20px;margin-left:0;}
.mis_find .sch_wrap ul>li>span:nth-of-type(2){margin:0 10px;font-size:20px;}
.mis_find .sch_wrap .sch1 + div{margin:18px 0;}
.mis_find .sch_wrap .sch2 li>select{margin-left:0;margin-right:20px;}
.mis_find .sch_wrap .sch2 li .apply{float:right;display:inline-block;width:180px;height:52px;line-height:52px;border-radius:10px;background:#333333; color:#fff;font-size:16px;color:#fff;text-align:center;line-height:52px;}
.mis_find .sch_wrap .sch2 li .reset{position: relative; float: right;display:inline-block;margin-right:10px;width:37px;height:54px;vertical-align: middle;text-indent:-999em;background:url("../images/reset.png") no-repeat center;}
.main_search .total_txt>p{margin-bottom:26px;}
.mis_find .sch_wrap input, .mis_find .sch_wrap select{border:2px solid #535353}
.main_search_con{flex-wrap:wrap;}
.main_search_con>div{width:calc(33% - 10px);margin-right:20px;margin-bottom:70px;}
.main_search_con div:nth-child(3n){margin-right:0;}
.main_search .sct_img{margin-right:20px;min-width:140px;}
.main_search{margin-top:70px !important;}
.main_search .info{flex:1;}
.main_search .info>span{display: inline-block;padding:7px 10px;border-radius: 5px;margin-bottom:24px;}
.main_search .info>strong{display: block;}

.main_search .info .line{width:60px;height:2px;margin:14px 0;padding:0;}
.main_search .info div>p{display: inline-block;}
.main_search .info>ul>li{display: flex;}
.main_search .info>ul>li>b{margin-right:10px;}
.main_search .info>ul>li>p{width:60%;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.main_search .info>ul>li+li{margin-top:5px;}
.pg_wrap{margin:10px 0 80px;}
.pg{display: flex;justify-content: center}
.pg_wrap .pg_page{display:inline-block;width:50px;height:50px;border-radius: 50%;margin:0 10px;}
.pg_wrap .pg_page.pg_num{background:#01347b;text-align: center;line-height: 50px;}
.pg_wrap .pg_page.pg_start{background:url("../images/btn_first.png")no-repeat center}
.pg_wrap .pg_page.pg_prev{background:url("../images/btn_prev.png")no-repeat center}
.pg_wrap .pg_page.pg_next{background:url("../images/btn_next.png")no-repeat center}
.pg_wrap .pg_page.pg_end{background:url("../images/btn_last.png")no-repeat center}
.precau_container{padding:43px 63px;border-radius:20px;}
.precau_container .precau_img{margin-right:87px;}
.precau_container .precau_txt .line{display: block;width:50px;height:2px;background:#1170c5;margin:15px 0 28px;}
.precau_container .precau_txt p {line-height:30px;}
.mis_find .sch_wrap .date_wrap span:nth-of-type(2){font-size:20px;margin:0 10px;}

@media screen and (max-width:1200px){
	.mis_find .sch_wrap{width:auto;padding:0 100px;}
	.mis_find .sch_wrap ul{flex-wrap:wrap;}
	.mis_find .sch_wrap div+div label{width:auto;margin-right:0;margin-bottom:10px;}

	.mis_find .sch_wrap .sch2 li .apply{float:none;}
	.mis_find .sch_wrap .sch2 li .reset{float:none;width:40px;background:url("../images/reset.png") no-repeat center/contain;margin-left:10px;}
	.mis_find .sch_wrap ul li{display: flex;flex-direction: column;}
}
@media screen and (max-width:1100px){
	.main_search_con>div{width:calc(50% - 20px)}
	.main_search_con div:nth-child(3n){margin-right:20px;}
	.precau_container .precau_img{min-width:20%;margin-right:40px;}
	.mis_find .sch_wrap input[type=text]{margin-right:14px;}

}
@media screen and (max-width:1023px){
	.mis_find .sch_wrap label{margin-right:10px;}
	.mis_find .sch_wrap input[type=text]{width:180px;margin-right:10px;}
	.datepicker.date-type1{width:180px;}
	.mis_find .sch_wrap .sch1 select{width:180px;margin-right:10px;}
	.mis_find .sch_wrap{padding:0 30px;}
	.mis_find .sch_wrap .sch2>ul>li{width:48.5%;}
	.mis_find .sch_wrap ul{justify-content: space-between;}
	.mis_find .sch_wrap label.fir_label{width:120px;}
	.mis_find .sch_wrap .sch1>ul>li:last-child>label{width:120px;}
	.mis_find .sch_wrap .sch2>ul>li .mis_long{width:100%;margin-right: 0}
	.main_search_con>div:nth-child(2n){margin-right:0;}
	.mis_find .sch_wrap .sch2 li>select{margin-right:0;width:100%;}
	.mis_find .sch_wrap .sch2>ul{justify-content: flex-start}
	.mis_find .sch_wrap .sch2>ul>li:nth-child(2){margin-left:3%}
}

@media screen and (max-width:853px){
	.mis_find .sch_wrap ul{justify-content: flex-start}
	.mis_find .sch_wrap ul li{width:48%;}
	.mis_find .sch_wrap .sch1>ul>li:last-child{width:100%;margin-top:20px;}
	.mis_find .sch_wrap input[type=text]{width:100%;}
	.mis_find .sch_wrap .sch1>ul>li:nth-child(2){margin-left:4%;}
	.mis_find .sch_wrap .sch1 select{width:100%;margin-right:0;}
	.datepicker.date-type1{width:calc(50% - 19px);}
	.mis_find .sch_wrap .sch2>ul>li{width:48%;}
	.mis_find .sch_wrap .sch2>ul>li:nth-child(2){margin-top:0;margin-left:4%;}
	.mis_find .sch_wrap .sch2>ul>li .mis_long{width:100%;}
	.mis_find .sch_wrap .date_wrap span:nth-of-type(2){margin:0 8px;}
}

@media screen and (max-width:768px){
	.mb_br{display: none}
	.mis_find .sch_wrap .sch1 + div{margin:20px 0;}
	.mis_find .sch_wrap ul{justify-content: flex-start;}
	.main_search_con>div{flex-direction: column;}
	.main_search .sct_img{margin-right:0;margin-bottom:20px;text-align: center;}
	.main_search .info{text-align: center;}
	.main_search .info>ul>li{justify-content: center}
	.precau_container{padding:30px 16px;}
	.precau_container .precau{flex-direction: column;}
	.precau_container .precau_img{text-align: center;margin-bottom:30px;}
}
@media screen and (max-width:640px){
	.mis_find .sch_wrap .sch1>ul>li{width:100%;display: flex;flex-direction: column;}
	.mis_find .sch_wrap .sch1>ul>li+li{margin-top:25px;}
	.mis_find .sch_wrap label{margin-right:0;margin-bottom:10px;}
	.mis_find .sch_wrap input[type=text]{width:100%;margin-right:0;}
	.mis_find .sch_wrap .sch1 select{width:100%;}
	.datepicker.date-type1{height:40px;}
	.mis_find .sch_wrap .sch2>ul>li:first-child, .mis_find .sch_wrap .sch2>ul>li:nth-child(2){display: flex;flex-direction: column;}
	.mis_find .sch_wrap .sch2>ul>li:nth-child(2){margin-left:0;margin-top:20px;}
	.mis_find .sch_wrap .sch2>ul>li .mis_long{width:100%;}
	.mis_find .sch_wrap .radio_wrap label{margin-bottom:0;margin:0 5px;}
	.mis_find .sch_wrap .sch1>ul>li:nth-child(2){margin-left:0;}
	.mis_find .sch_wrap .sch2>ul>li{width:100%;}
	.mis_find .sch_wrap .sch2>ul>li+li{margin-left:0;margin-top:20px;}
}

@media screen and (max-width:480px){
	.mis_find .li_btn ul li{width:100%;}
	.main_search_con>div{width:100%;flex-direction: column;}
	.main_search .sct_img{text-align: center;width:100%;margin-bottom:20px;}
	.main_search .info{text-align: center;}
	.main_search .info>ul>li{justify-content: center;}
	.pg_wrap .pg_page{width:40px;height:40px;}
	.pg_wrap .pg_page.pg_num{line-height: 40px;}
	.main_search .info>ul>li>p{width:40%;}
	.main_search .info .line{margin:10px 0;}
	.datepicker.date-type1{padding:0 10px;}
}

/* 실종아동/장애인 찾기 상세 */
.view_mis_wrap{padding:50px;border-radius: 8px;border:1px solid #a0a0a0;}
.view_mis_wrap .view_mis_img{min-width:265px;margin-right:76px;}
.view_mis_wrap .view_mis_img img{width:100%;object-fit: cover}
.view_info_txt .view_sub_tit{padding:7px 16px;border-radius: 5px}
.view_info_txt>strong{display: block;margin:20px 0 0;}
.view_info_txt .line{display: inline-block;width:60px;height:2px;margin:20px 0;}
.view_info_txt>ul>li+li{margin-top:20px !important;}
.view_info_txt>ul>li>b{margin-right:32px;min-width:60px;}
.btn-tc{margin:90px 0 80px;}

@media screen and (max-width:1023px){
	.view_info_txt>strong{margin:10px 0 0;}
	.view_info_txt .line{margin:10px 0;}
	.view_mis_wrap{padding:20px;}
	.view_mis_wrap .view_mis_img{margin-right:45px;}
	.view_info_txt>ul>li{flex-direction: column;}
	.view_info_txt>ul>li+li{margin-top:10px !important;}
	.view_info_txt>ul>li>b{margin-left:0;}
}

@media screen and (max-width:640px){
	.view_mis_wrap{padding:20px 10px ;flex-direction: column;}
	.view_mis_wrap .view_mis_img{max-width:265px;margin-right:0;margin-bottom:25px;}
	.view_info_txt>ul>li>b{margin-right:0;margin-bottom:3px;}
	.view_info_txt>ul>li+li{margin-top:20px !important}
}

/* 신상카드 열람신청 */
.card_main_txt{text-align: center;line-height: 35px;}
.radio{margin-right:20px !important;}
.card_txt{margin-top:90px;text-align: center;}
.card_txt>p{margin-bottom:50px;line-height: 35px;}
.agree_radio{justify-content: center;align-items:center}
.agree_radio>div+div{margin-left:100px;}
.agree_radio .text{font-weight:bold}
.card_sub_tit{font-size:16px;margin:50px 0 30px;}
.card_agree{margin:30px 0 15px;text-align:center;}
.card_agree>p{font-size:18px;}
.card_agree>p + p{margin-top:30px;padding:10px 25px;border-radius:30px;border:1px solid #dd0000;display:inline-block;}
.radio_mar + span{margin-left:20px;}
@media screen and (max-width:1030px){
	.form_sec .gender{margin-left:20px;margin-right:10px!important}
}

@media screen and (max-width:767px){
	.card_main_txt{margin-bottom:30px;}
}

/* 메인 실종아동찾기 섹션 수정_2025.10.16 */
.finding {
	padding: 20px 40px;
	border: 1px solid #afafaf;
	border-radius: 8px;
	width : 100%;
}

.finding_carousel {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.finding .carousel_container {
	position: relative;
	width: 100%; /* 부모 기준 꽉 차게 */
	padding: 0 20px; /* 버튼 공간만 확보 */
	margin: 0 auto;
	max-width: 100%; /* 강제 폭 제한 */
}

.finding .carousel_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 10;
}

.finding .carousel_btn::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
}

.finding .carousel_btn.prev {
	left: 0;
}

.finding .carousel_btn.prev::after {
	transform: rotate(-135deg);
	margin-left: 4px;
}

.finding .carousel_btn.next {
	right: -15px;
}

.finding .carousel_btn.next::after {
	transform: rotate(45deg);
	margin-right: 4px;
}

.finding .swiper {
	width: 100%;
	overflow: hidden;
	min-width: 0;
}

.finding .swiper-wrapper {
	/* display: initial !important; */
}

.finding .swiper-slide {
	width: auto; /* Swiper가 자동 계산하게 */
	flex-shrink: 0;
	box-sizing: border-box;
}

.finding .swiper-slide > a {
	display: block;
	width: 100%;
	height: 100%;
}

.finding .swiper-slide img {
	width: 100%;
	/*height: 17rem;*/
	height: 13.6rem;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.finding .swiper-slide a > p.name {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin: 8px 0;
}

.finding .swiper-slide a > p {
	font-size: 13px;
}

.finding .swiper-slide a > p > span.gray {
	color: #0a65c0;
	width: 70px;
	/* width: 100%; */
	display: inline-block;
}


.finding .swiper-slide a > p:last-child {
	display: flex;
}

.finding .swiper-slide a > p:last-child > span.gray {
	display: block;
	width: 100%;
	max-width: 70px;
	margin-right: 4px;
}

.finding .swiper-slide a > p:last-child > span.missingRegion {
	position: relative;
	padding-left: 6px;
	display: block;
	width: auto;
}

.finding .swiper-slide a > p > span.gray:before {
	display : none;
	content: "";
	/* display: inline-block; */
	width: 4px;
	height: 4px;
	background: #0a65c0;
	border-radius: 6px;
	vertical-align: middle;
	margin-right: 4px;
}
.finding .carousel_track {
	width: 100%;
}

.finding .findingSwiper {
	width: 100%;
	max-width: 100%;
	margin-top: 1.45rem;
}

/* 반응형 */
@media (max-width: 1279px) {
	.finding .swiper-slide img {
		height: 250px;
	}
}

@media (max-width: 1023px) {
	.finding .swiper-slide img {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.finding .swiper-slide img {
		height: 200px;
	}
	.finding .swiper-slide a > p {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.finding .swiper-slide a > p > span.gray {width: 80px;}
}