/* 서브페이지에서만 헤더 스타일 변경 시작 */
body.sub #header{position: relative; top: auto; left: auto;}
body.sub #header{background-color:white; border-bottom:1px #d9d9d9 solid; transform: none; transition: none;}
body.sub #header .gnb .nav > .nav_in > li > a{color:black;}
body.sub #header .gnb .etc_menu > .em_in .btn_research{background: url(../images/layout/icon_reserch_black.svg) center; background-size: 25px 24px;}
body.sub #header .gnb .etc_menu > .em_in .btn_sitemap span.icon_plus:after, body.sub #header .gnb .etc_menu > .em_in .btn_sitemap span.icon_plus:before {background: black;}
body.sub #header .gnb .etc_menu > .em_in .btn_sitemap span.icon_plus{background-color:black;}

    /* 미디어쿼리 시작 */
    @media (min-width: 1151px){
    	body.sub #header .gnb .h_logo{background: url(../images/layout/header_logo_black.svg) center no-repeat; background-size: contain;}
    }
    @media (max-width: 1150px){
	    body.sub #header .gnb {background: none; background-image: linear-gradient(180deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 80%));}
    }
     @media (min-width:401px) and (max-width:1150px){
     	body.sub #header .gnb .h_logo {background: url(../images/layout/header_logo.svg) center no-repeat; background-size: contain;}
     }
    /* 미디어쿼리 끝 */
/* 서브페이지에서만 헤더 스타일 변경 끝 */


/* 서브 헤더 시작 */
.sub_header .sub_header_in{position:relative; display: flex; align-items: center; justify-content: space-between; width:100%; height:60px; border:1px #d9d9d9 solid; border-top:none; background-color:white; padding: 0 24px;}
.sub_header .sub_header_in:before{
	content: '';
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    position: absolute;
	top: -1px;
    left: -1px;
	background-color:#d9d9d9;
}
.sub_header .sb_menu{display:inline-flex; align-items: center; width:calc(100% - 95px); height:100%;}
.sub_header .sb_menu > li{position:relative; display:inline-flex; align-items:center; height:100%; max-width: calc((100% - 71px) / 2); min-width:250px; font-size: 0; line-height: 0;}
.sub_header .sb_menu > li:before{
	content: '';
    display: block;
    width: 1px;
    height: 19px;
    position: absolute;
	top: 50%;
    right: -1px;
    transform: translate(0, -50%);
	background-color:#eeeeee;
}
.sub_header .sb_menu > li a.home{display:inline-block; width:71px; height:16px; background: url(../images/layout/home_icon_subheader.svg) center no-repeat; background-size: 19px 16px;}
.sub_header .sb_menu > li:nth-child(1){min-width:auto; padding:0;}
.sub_header .sb_menu > li:nth-child(1):after{display:none;}
.sub_header .sb_menu > li button{display:flex; align-items: center; position:relative; width:100%; height:100%; padding:0 50px 0 26px; color:#494949; font-size:1.6rem; font-weight:500; text-align:left;}
.sub_header .sb_menu > li button:after{
	content: '';
    display: block;
    width: 13px;
    height: 8px;
    position: absolute;
	top: calc(50% + 1px);
    right: 17px;
    transform: translate(0, -50%);
	background: url(../images/layout/arrow_subheader.svg) center no-repeat;
	background-size:23px;
}
.sub_header .sb_menu > li button > span {display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; width: 100%;}
.sub_header .util_menu {display:inline-flex;}
.sub_header .util_menu > li{display: inline-flex; align-items: center; margin-right:19px; font-size:0; line-height:0;}
.sub_header .util_menu > li:last-child{margin-right:0;}
.sub_header .util_menu .share_icon{display:inline-block; width:24px; height:21px; background: url(../images/layout/share_icon.svg) center no-repeat; background-size:24px 21px;}
.sub_header .util_menu .print_icon{display:inline-block; width:24px; height:23px; background: url(../images/layout/print_icon.svg) center no-repeat; background-size:24px 23px; margin-top:1px;}
.sub_header .sbm_list{position: absolute; top: 60px; left: -1px; width: calc(100% + 2px); background: #fff; padding: 15px 0; border: 1px solid #d9d9d9; border-top: none; box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.1); z-index:10;}
.sub_header .sbm_list li{padding:0 25px;}
.sub_header .sbm_list li a {position:relative; display: inline-block; width: 100%; padding: 10px 0 10px 13px; box-sizing: border-box; font-size: 1.6rem; line-height:1; font-weight: 500; color: #2d2d2d; word-wrap: break-word; line-height: 1.2;}
.sub_header .sbm_list li a:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 18px;
    left: 0;
    background-color: #acacac;
}
.sub_header .sbm_list li a:hover{color: #0061ae;}
.sub_header .sbm_list li a.active{color: #0061ae;}

    /* 미디어쿼리 시작 */
    @media (max-width: 1280px){
        .sub_header .inner{padding:0;}
        .sub_header .sub_header_in{height:53px; padding: 0 25px 0 0px; border-left:none; border-right:none;}
        .sub_header .sbm_list{top:53px;}
    }
    @media (max-width: 1150px){
    	body.sub #header{border-bottom:none;}
    }
    @media (max-width: 1024px){
    	.sub_header .sub_header_in{height:55px;}
    	.sub_header .sbm_list{top:55px;}
    }
    @media (max-width: 768px){
    	.sub_header .sub_header_in{height:50px; padding:0;}
    	.sub_header .sb_menu{width:100%;}
    	.sub_header .sb_menu > li{width:100%; max-width:calc((100% - 61px) / 2); min-width:auto;}
    	.sub_header .sb_menu > li:nth-child(1) {width: auto;}
    	.sub_header .sb_menu > li:before{height:100%;}
    	.sub_header .sb_menu > li:last-child:before{display:none;}
    	.sub_header .sb_menu > li a.home{width:61px;}
    	.sub_header .sb_menu > li button{font-size:1.5rem;}
    	.sub_header .util_menu{display:none;}
    	.sub_header .sbm_list{top:50px;}
    	.sub_header .sbm_list li a{padding: 8px 0 8px 10px; font-size:1.5rem;}
    	.sub_header .sbm_list li a:before{width:3px; height:3px; top:16px;}
    }
    @media (max-width: 500px){
    	.sub_header .sub_header_in{height: 43px; border-left:none; border-right:none;}
    	.sub_header .sb_menu > li{max-width: calc((100% - 51px) / 2);}
    	.sub_header .sb_menu > li button{display:flex; align-items:center; font-size:1.4rem; letter-spacing:-0.05rem; padding: 0 30px 0 13px;}
    	.sub_header .sb_menu > li button:after{width: 11px; height: 8px; right: 11px; background-size: 20px;}
    	.sub_header .sb_menu > li a.home{width:51px;}
    	.sub_header .sbm_list{top:43px; width:100%; left:0; padding:10px 0;}
    	.sub_header .sbm_list li {padding: 0 13px;}
    	.sub_header .sbm_list li a{font-size:1.4rem; padding: 7px 0;}
    	.sub_header .sbm_list li a:before{display:none;}
    }
    @media (max-width: 350px){
    	.sub_header .sub_header_in{height: 40px;}
    	.sub_header .sb_menu > li{max-width: calc((100% - 43px) / 2);}
    	.sub_header .sb_menu > li a.home{width:43px; background-size: 18px 14px;}
    	.sub_header .sbm_list{top: 40px;}
    }
    /* 미디어쿼리 끝 */
/* 서브 헤더 끝 */


/* 서브 타이틀 시작 */
.sub_top_title_zone {height:228px;}
.sub_top_title_zone .sub_top_title{display: flex; align-items: center; justify-content: center; width:100%; height:100%; text-align:center; position:relative; border-left: 1px #edeced solid; border-right: 1px #edeced solid; border-bottom:1px #d9d9d9 solid;}
.border_none .sub_top_title_zone .sub_top_title{border:none;}
.border_bottom_none .sub_top_title_zone .sub_top_title{border-bottom:none;}
.border_bottom_only .sub_top_title_zone .sub_top_title{border-left: none; border-right: none; border-bottom:1px #d9d9d9 solid;}
.sub_top_title_zone.line_top .sub_top_title:before{
	content: '';
    display: block;
    width: 273px;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
    background-image: repeating-linear-gradient(to right, white 0px, white 12px, #edeced 12px, #edeced 13px);
    z-index:-1;
}
.sub_top_title_zone.line_top .sub_top_title:after{
	content: '';
    display: block;
    width: 272px;
    height: 100%;
    position: absolute;
	top: 0;
    right: 0;
    background-image: repeating-linear-gradient(to right, white 0px, white 12px, #edeced 12px, #edeced 13px);
    z-index:-1;
}
.sub_top_title_zone .sub_top_title .title_in{padding-top: 30px; display:inline-flex; align-items: center; justify-content: center; flex-wrap:wrap; text-align: center;}
.sub_top_title_zone .sub_top_title .st_eng{width:100%; font-size:1.4rem; color:#bfbfbf; letter-spacing:1.18rem; font-family: "Tenor Sans"; font-weight:600; margin-right: -1.18rem; margin-bottom: 15px;}
.sub_top_title_zone .sub_top_title .st_kor{width:100%; font-size:5.5rem; letter-spacing:-0.2rem; color:black; font-weight:600;}

    /* 미디어쿼리 시작 */
    @media (max-width: 1480px){
    	.sub_top_title_zone .sub_top_title .title_in{padding-top:25px;}
    	.sub_top_title_zone .sub_top_title .st_kor{font-size:5.2rem;}
    }
    @media (max-width: 1280px){
    	.sub_top_title_zone{height:200px;}
    	.sub_top_title_zone .inner{padding:0;}
    	.sub_top_title_zone .sub_top_title .title_in{padding-top:20px;}
    	.sub_top_title_zone.line_top .sub_top_title:before{width:193px;}
    	.sub_top_title_zone.line_top .sub_top_title:after{width:192px;}
    	.sub_top_title_zone .sub_top_title .st_kor{font-size:5rem;}
    }
    @media (max-width: 1024px){
    	.sub_top_title_zone{height:180px;}
    	.sub_top_title_zone .sub_top_title .title_in{padding-top:15px;}
    	.sub_top_title_zone .sub_top_title .st_eng{font-size:1.3rem; margin-bottom: 13px;}
    	.sub_top_title_zone .sub_top_title .st_kor{font-size:4.5rem;}
    }
    @media (max-width: 768px){
    	.sub_top_title_zone{height:160px;}
    	.sub_top_title_zone.line_top .sub_top_title:before{width:120px; background-image: repeating-linear-gradient(to right, white 0px, white 10px, #edeced 10px, #edeced 11px);}
    	.sub_top_title_zone.line_top .sub_top_title:after{width:120px; background-image: repeating-linear-gradient(to right, white 0px, white 10px, #edeced 10px, #edeced 11px);}
    	.sub_top_title_zone .sub_top_title .title_in{padding-top:10px;}
    	.sub_top_title_zone .sub_top_title .st_eng{font-size:1.2rem; margin-bottom:10px; letter-spacing:1rem;}
    	.sub_top_title_zone .sub_top_title .st_kor{font-size:3.8rem;}
    }
    @media (max-width: 500px){
    	.sub_top_title_zone{height:120px;}
    	.sub_top_title_zone .sub_top_title .title_in{padding-top:6px;}
    	.sub_top_title_zone.line_top .sub_top_title:before{width: 60px; background-image: repeating-linear-gradient(to right, white 0px, white 7px, #edeced 7px, #edeced 8px);}
    	.sub_top_title_zone.line_top .sub_top_title:after{width: 60px; background-image: repeating-linear-gradient(to right, white 0px, white 7px, #edeced 7px, #edeced 8px);}
    	.sub_top_title_zone .sub_top_title .st_eng{font-size:1rem;}
    	.sub_top_title_zone .sub_top_title .st_kor{font-size:2.8rem;}
    }
    @media (max-width: 350px){
    	.sub_top_title_zone{height:100px;}
    	.sub_top_title_zone .sub_top_title .title_in{padding-top:0;}
    	.sub_top_title_zone .sub_top_title .st_kor{font-size:2.4rem;}
    }
    /* 미디어쿼리 끝 */
/* 서브 타이틀 끝 */


/* 서브 콘텐츠 시작 */
.sub_contents .sub_contents_in{border-right:1px #f0f0f0 solid; border-left:1px #f0f0f0 solid;}
.sub_contents .sub_contents_in .txtcon_wrap{max-width: 1540px; margin: 0 auto;}
.border_none .sub_contents .sub_contents_in{border-right:none; border-left:none;}
.contents_in.border_lr .sub_top_title_zone .sub_top_title{border-bottom:none; position:relative;}
.contents_in.border_lr .sub_top_title_zone .sub_top_title:before{
	content: '';
    display: block;
    width: calc(100% - 100px);
    height: 1px;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform:translate(-50%, 0);
    background-color:#edeced;
    max-width:1540px;
    z-index:-1;
}
.contents_in.border_lr.stt_border_none .sub_top_title_zone .sub_top_title:before{display:none;}
.contents_in.border_lr.with_tab .sub_top_title_zone .sub_top_title:before{display:none;}
.contents_in.border_lr .border_lr_inner{width: 100%; height: 100%; max-width: 1660px; margin: 0 auto; padding:0 60px;}
.border_none_inner{width: 100%; height: 100%; max-width: 1660px; margin: 0 auto; padding:0 60px;}

	/* 미디어쿼리 시작 */
	@media (max-width: 1782px){
		.contents_in.border_lr.with_tab .sub_contents .sub_contents_in{border-left:none; border-right:none;}
		.contents_in.border_lr.with_tab .sub_top_title_zone .sub_top_title{border-left:none; border-right:none; border-bottom: none;}
		.sub_contents .sub_contents_in .txtcon_wrap{margin: 0 60px;}
	}
	@media (max-width: 1600px){
		.contents_in.border_lr .border_lr_inner{padding: 0 50px;}
		.border_none_inner{padding: 0 50px;}
		.contents_in.border_lr .sub_top_title_zone .sub_top_title:before{width:calc(100% - 100px);}
		.sub_contents .sub_contents_in .txtcon_wrap{margin: 0 50px;}
	}
	@media (max-width: 1480px){
		.contents_in.border_lr .border_lr_inner{padding: 0 40px;}
		.border_none_inner{padding: 0 40px;}
		.contents_in.border_lr .sub_top_title_zone .sub_top_title:before{width:calc(100% - 80px);}
		.sub_contents .sub_contents_in .txtcon_wrap{margin: 0 40px;}
	}
    @media (max-width: 1280px){
        .sub_contents.login > .inner {padding:0;}
        .sub_contents.bggray{background: rgb(249 249 249 / 50%);}
    	.sub_contents .sub_contents_in{border-left:none; border-right:none;}
    	.sub_contents .sub_contents_in .txtcon_wrap{margin: 0 auto;}
    	.contents_in.border_lr .border_lr_inner{padding: 0;}
    	.border_none_inner{padding: 0;}
    	.contents_in.border_lr .sub_top_title_zone .sub_top_title{border-left:none; border-right:none; border-bottom: 1px #edeced solid;}
    	.contents_in.border_lr .sub_top_title_zone .sub_top_title:before{display:none;}
    }
    /* 미디어쿼리 끝 */
/* 서브 콘텐츠 끝 */

/* 프린트 영역 지정 시작 */
@media print {
		* {
			-webkit-print-color-adjust: exact;
			print-color-adjust:exact; 
		}
	}
/* 프린트 영역 지정 끝 */


/* 공공누리 안내 시작 */
.ccl{max-width: 1914px; padding: 0px 82px; margin: 0 auto;}
.ccl .nuri_wrap{position:relative; display: flex; align-items: center; border: 1px solid #e9e9e9; padding: 26px 40px; height: auto; color: #757b8e;}
.ccl .nuri_wrap:before{
	content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
	bottom: -4px;
    left: 0;
    background-color:#f4f4f9;
}
.ccl .nuri_wrap a.nuri{display: inline-flex; align-items: center; position: relative; font-size: 1.8rem; color: #5b6071; font-weight: 400; padding-left: 122px; line-height:1.3;}
.ccl .nuri_wrap a.nuri.type1{height:39px; padding-left:122px;}
.ccl .nuri_wrap a.nuri.type2{height:38px; padding-left:145px;}
.ccl .nuri_wrap a.nuri.type3{height:38px; padding-left:144px;}
.ccl .nuri_wrap a.nuri.type4{height:38px; padding-left:170px;}
.ccl .nuri_wrap a.nuri:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 104px;
    height: 40px;
    background: url(../images/contents/nuri_sprite.png) center no-repeat;
    background-size: 350px 176px;
    z-index: -1;
}
.ccl .nuri_wrap a.nuri.type1:before{width:102px; height:39px; background-position: -200px 0;}
.ccl .nuri_wrap a.nuri.type2:before{width:125px; height:38px; background-position: -200px -41px;}
.ccl .nuri_wrap a.nuri.type3:before{width:124px; height:38px; background-position: -200px -81px;}
.ccl .nuri_wrap a.nuri.type4:before{width:150px; height:38px; background-position: -200px -121px;}
.ccl .nuri_wrap a.nuri strong{color: #3f65d9;}
.page_research_box{max-width: 1914px; padding: 0px 82px; margin: 0 auto;}
.page_research_box_inner{padding-bottom: 80px;}
.page_research_box .form_wrap{display: flex; flex-wrap:wrap; align-items: center; border: 1px solid #e9e9e9; border-top:none; overflow: hidden; color: black; font-size:1.7rem; font-weight:400; box-shadow: 0 3px 0 #f4f4f9; background-color:#fafafa;}
.page_research_box .form_wrap .inform{width:100%; padding: 30px 40px;}
.page_research_box .form_wrap .inform .radio_list label{font-size:1.6rem;}
.page_research_box .form_wrap .inform .radio_list input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;  
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc; 
  border-radius: 50%;
  outline: none; 
  cursor: pointer;
}
.page_research_box .form_wrap .inform .radio_list input[type='radio']:checked {
  background-color: #7a6841; 
  border: 3px solid white; 
  box-shadow: 0 0 0 1.6px #7a6841; 
}
.page_research_box .form_wrap .inform > dl{display:flex; align-items: center;}
.page_research_box .form_wrap .inform > dl > dt{width:463px; padding-left:43px; position:relative;}
.page_research_box .form_wrap .inform > dl > dt:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    transform: translate(0, -50%);
    width: 29px;
    height: 29px;
    background: url(../images/contents/icon_smile_talk.svg) center no-repeat;
    background-size: 28px 28px;
}
.page_research_box .form_wrap .inform > dl > dt:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background-color: #ababab;
}
.page_research_box .form_wrap .inform > dl > dd{width:calc(100% - 463px); display:flex; align-items: center; justify-content: space-between; padding-left:10px;}
.page_research_box .form_wrap .inform .radio_list{display:inline-flex; align-items: center;}
.page_research_box .form_wrap .inform .radio_list li{display: inline-flex; align-items: center; margin-right:25px;}
.page_research_box .form_wrap .inform .radio_list li label{margin-left:7px; color:#2b2b2b;}
.page_research_box .form_wrap .inform .radio_list li:last-child{margin-right:0;}
.page_research_box .form_wrap .inform .inform_btn{display: inline-flex; align-items: center; justify-content: center; width: 200px; height: 45px; padding: 5px 15px; background-color: #444; color: #fff; border: 0; cursor: pointer; font-size: 1.6rem; font-weight: 500;}
.page_research_box .page_manager{width: 100%; display: flex; align-items: center; height: 60px; border-top: 1px #dddddd solid; background-color: white; padding: 1px 40px 0 40px; font-size: 1.6rem;}
.page_research_box .page_manager > p{color: black; font-weight: 500; margin-right:40px;}
.page_research_box .page_manager > p.update{display:inline-flex; margin-left: auto; margin-right: 0; color: #474747;}
.page_research_box .page_manager strong{color: #53462c; padding-right:11px; margin-right:15px; position:relative;}
.page_research_box .page_manager strong:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background-color: #a3a3a3;
}
.ccl_inner.has_border{margin: 0 auto; border-left: 1px #f0f0f0 solid; border-right: 1px #f0f0f0 solid;}
.ccl_inner.has_border .nuri_wrap{ max-width: 1540px; margin: 0 auto;}
.page_research_box_inner.has_border{margin: 0 auto; border-left: 1px #f0f0f0 solid; border-right: 1px #f0f0f0 solid;}
.page_research_box_inner.has_border .form_wrap{max-width: 1540px; margin: 0 auto;}

	/* 미디어쿼리 시작 */
	@media (max-width: 1919px){
		/*양옆 padding*/
		.ccl{padding: 0 60px;}
		.page_research_box{padding: 0 60px;}
		
		/*콘텐츠 영역 라인이 있을경우*/
		.ccl_inner.has_border{padding-left: 60px; padding-right: 60px;}
		.page_research_box_inner.has_border{padding-left: 60px; padding-right: 60px;}
	}
	@media (max-width: 1600px){
		/*양옆 padding*/
		.ccl{padding: 0 50px;}
		.page_research_box{padding: 0 50px;}
		
		/*콘텐츠 영역 라인이 있을경우*/
		.ccl_inner.has_border{padding-left: 50px; padding-right: 50px;}
		.page_research_box_inner.has_border{padding-left: 50px; padding-right: 50px;}
	}
    @media (max-width: 1480px){
		/*양옆 padding*/
		.ccl{padding: 0 40px;}
		.page_research_box{padding: 0 40px;}
		
		/*콘텐츠 영역 라인이 있을경우*/
		.ccl_inner.has_border{padding-left: 40px; padding-right: 40px;}
		.page_research_box_inner.has_border{padding-left: 40px; padding-right: 40px;}
		
    	.page_research_box .form_wrap .inform > dl{flex-wrap:wrap;}
    	.page_research_box .form_wrap .inform > dl > dt{width:100%;}
    	.page_research_box .form_wrap .inform > dl > dt:after{display:none;}
    	.page_research_box .form_wrap .inform > dl > dd{width:100%; padding-left:0; align-items: flex-end; padding-left: 42px;}
    	.page_research_box .form_wrap .inform .inform_btn{width:150px;}
    }
    @media (max-width: 1280px){
    	.ccl .nuri_wrap a.nuri{font-size:1.7rem; line-height:1.3; letter-spacing: -0.075rem;}
    	.page_research_box_inner{padding-bottom:70px;}
    	
    	/*콘텐츠 영역 라인이 있을경우*/
		.ccl_inner.has_border{border:none; padding-left:0; padding-right:0;}
		.page_research_box_inner.has_border{border:none; padding-left:0; padding-right:0;}
    }
    @media (max-width: 1150px){
    	.ccl .nuri_wrap a.nuri{font-size: 1.6rem;}
    	.ccl .nuri_wrap{padding: 0 35px;}
    	.page_research_box .form_wrap .inform{padding:30px 35px;}
    	.page_research_box .page_manager{padding: 1px 35px 0 35px;}
    }
    @media (min-width:701px) and (max-width:1150px){
    	.ccl .nuri_wrap{padding-top: 20px !important; padding-bottom: 18px !important;}
    	.ccl .nuri_wrap a.nuri{min-height:39px; height:auto !important;}
    }
    @media (max-width: 1024px){
		/*양옆 padding*/
		.ccl{padding: 0 30px;}
		.page_research_box{padding: 0 30px;}
		
		.page_research_box_inner{padding-bottom:60px;}
    }
   	@media (max-width: 850px){
   		.ccl .nuri_wrap{padding:0 30px;}
   		.page_research_box .form_wrap .inform > dl > dt:before{width: 23px; height: 23px; background-size: 23px 23px;}
   		.page_research_box .form_wrap .inform > dl > dt{padding-left:35px;}
   		.page_research_box .form_wrap .inform > dl > dd{padding-left:0;}
   		.page_research_box .form_wrap .inform{padding: 30px 30px;}
   		.page_research_box .page_manager{height: 55px; padding:2px 30px 0 30px; font-size:1.5rem; letter-spacing:-0.05rem;}
   		.page_research_box .page_manager > p{margin-right:30px;}
		.page_research_box .page_manager strong{padding-right:8px; margin-right:10px;}
   	}
	@media (max-width: 768px){
		/*양옆 padding*/
		.ccl{padding: 0 20px;}
		.page_research_box{padding: 0 20px;}
		.page_research_box_inner{padding-bottom:50px;}
		
		.ccl .nuri_wrap{padding:0 25px;}
		.page_research_box .form_wrap{font-size:1.6rem;}
		.page_research_box .form_wrap .inform{padding: 30px 25px 28px 25px;}
		.page_research_box .form_wrap .inform .radio_list label{font-size:1.5rem;}
		.page_research_box .form_wrap .inform .inform_btn{width:130px; height:38px; font-size:1.5rem; padding: 6px 15px 5px 15px;}
		.page_research_box .page_manager{padding:2px 25px 0 25px;}
	}
	@media (max-width: 700px){
		.ccl .nuri_wrap{padding:20px 25px 18px 25px;}
		.ccl .nuri_wrap a.nuri{height:auto !important; padding-left:0 !important; padding-top:46px !important;}
		.page_research_box .form_wrap .inform{padding: 27px 25px 24px 25px;}
		.page_research_box .form_wrap .inform > dl > dd{flex-wrap:wrap; margin-top: 15px;}
		.page_research_box .form_wrap .inform > dl > dd > div{width:100%;}
		.page_research_box .form_wrap .inform .radio_list{flex-wrap:wrap;}
		.page_research_box .form_wrap .inform .radio_list li{margin:8px 25px 8px 0;}
		.page_research_box .form_wrap .inform .inform_btn{margin-top:10px;}
		.page_research_box .page_manager{padding: 20px 25px 18px 25px; height: auto; flex-wrap: wrap;}
		.page_research_box .page_manager > p:nth-child(2){margin-right:0;}
		.page_research_box .page_manager > p.update{width: 100%; border-top: 1px #dedede dotted; padding-top: 13px; margin-top: 11px;}
	}
	@media (max-width: 520px){
		.page_research_box .form_wrap .inform > dl > dt{padding-left:0; line-height: 1.3;}
		.page_research_box .form_wrap .inform > dl > dt:before{display:none;}
		.page_research_box .form_wrap .inform > dl > dd{margin-top:7px;}
	}
	@media (max-width: 500px){
		.ccl .nuri_wrap{padding:20px 15px 15px 15px;}
		.ccl .nuri_wrap a.nuri{padding-top:44px !important;}
		.ccl .nuri_wrap a.nuri {font-size:1.5rem;}
		.page_research_box_inner{padding-bottom:50px;}
		.page_research_box .form_wrap{font-size:1.5rem; letter-spacing: -0.025rem;}
		.page_research_box .form_wrap .inform{padding: 20px 15px 20px 15px;}
		.page_research_box .form_wrap .inform .radio_list label{font-size:1.4rem;}
		.page_research_box .form_wrap .inform .radio_list li{margin: 6px 25px 6px 0;}
		.page_research_box .page_manager{padding: 15px 15px 13px 15px;}
		.page_research_box .page_manager > p{margin:6px 40px 6px 0;}
		.page_research_box .page_manager > p.update{padding-top: 11px; margin-top: 3px;}
	}
	@media (max-width: 425px){
		/*양옆 padding*/
		.ccl{padding: 0 15px;}
		.page_research_box{padding: 0 15px;}
	}
    /* 미디어쿼리 끝 */
/* 공공누리 안내 끝 */