@charset "UTF-8";

/* NotoSansKR-Light */
@font-face {
  font-family:'NotoSansCJKkr';
  font-style:normal;
  font-weight:300;
  src:url('../../font/NotoSansCJKkr-Light.eot');
  src: url('../../font/NotoSansCJKkr-Light.eot?#iefix') format('embedded-opentype'),
       url('../../font/NotoSansCJKkr-Light.woff') format('woff');
}
/* NotoSansKR-Regular */
@font-face {
  font-family:'NotoSansCJKkr';
  font-style:normal;
  font-weight:400;
  src:url('../../font/NotoSansCJKkr-Regular.eot');
  src: url('../../font/NotoSansCJKkr-Regular.eot?#iefix') format('embedded-opentype'),
       url('../../font/NotoSansCJKkr-Regular.woff') format('woff');
}
/* NotoSansKR-Medium */
@font-face {
  font-family:'NotoSansCJKkr';
  font-style:normal;
  font-weight:500;
  src:url('../../font/NotoSansCJKkr-Medium.eot');
  src: url('../../font/NotoSansCJKkr-Medium.eot?#iefix') format('embedded-opentype'),
       url('../../font/NotoSansCJKkr-Medium.woff') format('woff');
}

.clearfix:after{display:block;content:'';clear:both;}
.hidden{font-size:0;}
.visible_pc{display:block;}
.visible_mo{display:none;}
.ellip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:normal;} /* 한줄 말줄임 */
.ellipsis{overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;	height:40px;} /* 두줄 말줄임 */
.txt-blind {position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); margin: -1px;}

.skipNav{position:relative;width:100%;height:0px;z-index:9999;}
.skipNav a{position:absolute;left:0px;top:-1000px;display:block;width:100%;padding:10px 0px;text-align:center;font-size:14px;color:#ffffff;background:#e95504;}
.skipNav a:active, .skipNav a:focus{top:0px;text-decoration:none;color:#ffffff;}

/* HEADER */
#headerWrap{position:fixed;width:100%;left:0;top:0;height:110px;background:transparent;z-index:500;}
#headerWrap *{box-sizing:border-box;line-height:1;}
#headerWrap select{-webkit-appearance: none;appearance: none; border:0;}
#headerWrap:before{position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#e95504;opacity:0;visibility:hidden;z-index:-1;content:""} /* 2022-10-06 */

#headerWrap.on{background:#fff;}
#headerWrap.on:before{width:100%;opacity:1;visibility:visible;transition:all 1.5s ease;}
#headerWrap.on .gnb_wrap .gnb_area > ul:before{border-top:1px solid #e5e5e5;height:calc(100% - 80px);}
#headerWrap.on .gnb_wrap .gnb_area > ul > li:after{background:#333;}
#headerWrap.on .gnb_wrap .gnb_area > ul > li > a{color:#333;}
#headerWrap.on .gnb_wrap .logo a{background:url(../../images/renewal/logo_on.png) 0 50% no-repeat;}
#headerWrap.on .login_menu li a{color:rgba(51,51,51,0.7);}
#headerWrap.on .login_menu li:after{background:rgba(51,51,51,0.5);}
#headerWrap.on .btn_searchBox{background:url(../../images/renewal/btn_search_on.png) 50% 50% no-repeat;background-size:22px;}
#headerWrap.on .btn_fullMenu{background:url(../../images/renewal/btn_fullMenu_on.png) 50% 50% no-repeat;background-size:contain;}

#headerWrap .gnb_wrap{position:relative;font-size:0; padding:0 20px;} /*2022-11-07*/
#headerWrap .gnb_wrap:after{display:block;content:'';clear:both;}
.gnb_wrap .logo{position:absolute;left:30px;top:35px;vertical-align:top;}
.gnb_wrap .logo a{display:block;width:207px;height:44px;background:url(../../images/renewal/logo.png) 0 50% no-repeat;background-size:contain;font-size:0;}

.gnb_wrap .gnb_area{max-width:1000px;margin:0 auto;padding-right:35px;}
.gnb_wrap .gnb_area > ul{display:flex;font-size:0;text-align:center;justify-content: space-between;}
.gnb_wrap .gnb_area > ul > li{display:inline-block;vertical-align:top;}
.gnb_wrap .gnb_area > ul > li > a{display:inline-block;position:relative;padding:41.5px 30px;color:#fff;font-size:27px;letter-spacing:-0.2px;font-weight:bold;}
.gnb_wrap .gnb_area > ul > li > a:before{display:block;position:absolute;left:50%;bottom:0;width:0;background:#e95504;height:6px;content:'';opacity:0;transition:width 0.3s;transition:opacity 0.3s;}
.gnb_wrap .gnb_area > ul > li:last-child:after{display:none;}

.gnb_wrap .gnb_area .depth_02_area{opacity:0;visibility:hidden;position:absolute;left:0;top:110px;width:100%;height:0;background:#fff;border-top:1px solid #e5e5e5;box-shadow:5px 5px 5px rgba(0,0,0,0.3);z-index:100;}
.gnb_wrap .gnb_area .depth_02{display:none;max-width:1240px;padding:30px 0;margin:0 auto;}
.gnb_wrap .gnb_area .depth_02:after{display:block;content:'';clear:both;}
.gnb_wrap .gnb_area .depth_02 > li{float:left;position:relative;width:25%;padding:0 15px;text-align:left;}
.gnb_wrap .gnb_area .depth_02 > li:after{position:absolute;left:0;top:10px;display:block;width:1px;height:100%;background:#e8e8e8;content:'';}
/* .gnb_wrap .gnb_area .depth_02 > li:nth-child(5n + 1):after{display:none;} */
.gnb_wrap .gnb_area .depth_02 > li > a{display:block;position:relative;padding:8px 0;color:#4d4d4d;font-size:18px;font-weight: 600;}
.gnb_wrap .gnb_area .depth_03 > li > a{display:block;padding:4px 0;font-size:16px;color:#808080;}

/* Login Menu */
.login_menu{position:absolute;right:110px;top:48px;font-size:0;}
.login_menu li{display:inline-block;position:relative;vertical-align:top;}
.login_menu li:after{display:block;position:absolute;right:0;top:3px;width:1px;height:8px;background:rgba(255,255,255,0.5);content:'';}
.login_menu li a{display:block;padding:0 10px;font-size:15px;color:#fefefe;}
.login_menu li:first-child a{padding-left:0;font-weight:bold;}
.login_menu li:last-child:after{display:none;}
.login_menu li:last-child a{padding-right:0;}

/* 검색박스 */
/*.searchBox_wrap{}*/
.btn_searchBox{display:block;position:absolute;right:70px;top:40px;width:24px;height:30px;background:url(../../images/renewal/btn_search.png) 50% 50% no-repeat;font-size:0;background-size:22px;}
.btn_searchBox.on{background:url(../../images/renewal/btn_searchBox_close.png) 50% 50% no-repeat;}
.searchBox_area{display:none;position:absolute; top: 110px; left: 0px; width: 100%;padding-right:35px;}
.sub_container .searchBox_area {height:62px; border:1px solid #e0e0e0; background:#fff;}
.searchBox_area .searchBox{background:#fff;border:1px solid #e0e0e0;font-size:0; max-width: 900px; margin: 7px auto;  }
.searchBox_area .searchBox select{display:inline-block;width:120px;height:45px;padding:0 5px;background:url(../../images/renewal/ico_searchBox.png) no-repeat calc(100% - 10px) center;color:#333;vertical-align:top;}
.searchBox_area .searchBox input{display:inline-block;width:calc(100% - 165px);height:45px;vertical-align:top; border:0;}
.searchBox_area .searchBox a{display:inline-block;width:45px;height:45px;background:url(../../images/renewal/btn_searchBox.png) no-repeat center center;font-size:0;}
.searchBox_area .keyword_list{display: none; margin-top:1px;border:1px solid #e1e1e1;background:rgba(255,255,255,0.17);font-size:0;}
.searchBox_area .keyword_list dt{display:inline-block;position:relative;width:105px;padding:5px 15px;color:#fff;vertical-align:middle;}
.searchBox_area .keyword_list dt:after{position:absolute;right:0;top:calc(50% - 4.5px);width:1px;height:9px;background:#aeadad;content:'';}
.searchBox_area .keyword_list dd{display:inline-block;width:calc(100% - 105px);padding:0 10px;vertical-align:middle;color:#fff;font-size:14px;line-height:1.4;}
.searchBox_area .keyword_list dd a{display:inline-block;vertical-align:bottom;color:#fff;}

.btn_fullMenu{display:block;position:absolute;right:30px;top:40px;width:20px;height:30px;background:url(../../images/renewal/btn_fullMenu.png) 50% 50% no-repeat;font-size:0;background-size:contain;}
.fullMenu_wrap{overflow-y:auto;display:none;position:relative;width:100%;height:calc(100vh - 110px);background:#fff;z-index:100;}
.fullMenu_area .login_menu{display:none;}
.fullMenu_area > ul.menu_list{max-width: 1100px; margin: 0 auto; padding: 40px 0; }
.fullMenu_area > ul.menu_list:after{display:block;content:'';clear:both;}
.fullMenu_area > ul.menu_list > li {float: left; width: calc(100% / 6 - 10px); margin-left: 10px; box-sizing: border-box;}
.fullMenu_area > ul.menu_list > li:first-child {margin-left: 0;}
.fullMenu_area > ul.menu_list > li:last-child {margin-top: 100px;}
.fullMenu_area > ul.menu_list > li > a {display: inline-block; font-size: 26px; font-weight: bold; color: #232323; padding-bottom: 5px;}

.margin_bottom_500{margin-bottom:500px;}

.fullMenu_area .depth_02 {border-top: 4px solid #ddd;}
.fullMenu_area .depth_02 > li + li {margin-top: 2px;}
.fullMenu_area .depth_02 > li > a {display: block; font-weight: 500; font-size: 15px; color: #111; line-height: 22px; padding: 8px; background: #ededed;} 
.fullMenu_area .depth_03 {padding: 4px 8px;}
.fullMenu_area .depth_03 > li > a {display: inline-block; padding-left: 10px; position: relative; font-size: 15px; color: #666; line-height: 22px;}
.fullMenu_area .depth_03 > li > a::before {content: ''; position: absolute; left: 1px; top: 8px; width: 5px; height: 5px; background:#ff601f;}
.fullMenu_area .depth_04 {display:none;padding: 4px 8px;}
.fullMenu_area .depth_04 > li > a {display: inline-block; padding-left: 10px; position: relative; font-size: 15px; color: #666; line-height: 22px;}
.fullMenu_area .depth_04 > li > a::before {content: ''; position: absolute; left: 1px; top: 6px; width: 6px; height: 2px; background: #0075FF;}
.fullMenu_area .btn_fullMenu_close{display:none;}

body.on #headerWrap{background:#fff;}
body.on #headerWrap .gnb_wrap .gnb_area > ul:before{border-top:1px solid #e5e5e5;height:calc(100% - 80px);}
body.on #headerWrap .gnb_wrap .gnb_area > ul > li:after{background:#333;}
body.on #headerWrap .gnb_wrap .gnb_area > ul > li > a{color:#333;}
body.on #headerWrap .gnb_wrap .logo a{background:url(../../images/renewal/logo_on.png) 0 50% no-repeat;}
body.on #headerWrap .login_menu li a{color:rgba(51,51,51,0.7);}
body.on #headerWrap .login_menu li:after{background:rgba(51,51,51,0.5);}
body.on #headerWrap .btn_searchBox{background:url(../../images/renewal/btn_search_on.png) 50% 50% no-repeat;background-size:contain;}
body.on #headerWrap .btn_searchBox.on {background:url(../../images/renewal/btn_close.png) 50% 50% no-repeat;}
body.on #headerWrap .btn_fullMenu{background:url(../../images/renewal/btn_fullMenu_on.png) 50% 50% no-repeat;background-size:contain;}

body.on .searchBox_area .keyword_list dt,
body.on .searchBox_area .keyword_list dd,
body.on .searchBox_area .keyword_list dd a{color:#333;}

#headerWrap .gnb_area > ul > li.on .depth_02_area{opacity:1;visibility:visible;height:auto;min-height:280px;transition:height .4s ease-in-out, opacity .2s .2s ease-in-out;}
#headerWrap .gnb_area > ul > li.on .depth_02{display:block}

#headerWrap.on .searchBox_area .keyword_list dt,
#headerWrap.on .searchBox_area .keyword_list dd,
#headerWrap.on .searchBox_area .keyword_list dd a{color:#333;}


/* FOOTER */
.footer_section{position:relative;background-image:url(../../images/renewal/bg_footer.png);background-repeat:no-repeat;background-size:100% 100%;}
.footer_section *{box-sizing:border-box;font-size: 16px;}
.footer_section img{max-width:100%;} /* 2022-10-06 */
.footer_section .inner{max-width:1240px;margin:0 auto;}
.footer_section select{-webkit-appearance: none;appearance: none;}
.footer_section .btn_top{position:absolute;width:75px;height:75px;right:-80px;top:-63px;z-index:50;}

.homepage_slide_area{padding:20px 0;border-bottom:1px solid #eaeaea;}
.homepage_slide_area .inner{position:relative;padding-left:258px;}
.homepage_slide_area .homepageSlide_title{display:flex;position:absolute;left:0;top:0;width:258px;height:49px;justify-content:space-between;align-items:center;}
.homepage_slide_area .homepageSlide_title .title{font-size:23px;font-weight:bold;color:#222;}
.homepage_slide_area .homepageSlide_title .homepageSlide_control{display:flex;padding:0 30px;}
.homepage_slide_area .homepageSlide_title .homepageSlide_control > a{display:inline-block;width:21px;height:21px;background-repeat:no-repeat;background-position:center center;font-size:0;}
.homepage_slide_area .homepageSlide_title .homepageSlide_control .homepageSlide-next{background-image:url(../../images/renewal/btn_next.png)}
.homepage_slide_area .homepageSlide_title .homepageSlide_control .homepageSlide-prev{background-image:url(../../images/renewal/btn_prev.png)}
.homepage_slide_area .homepageSlide_title .homepageSlide_control .btn_homepageSlidePlay{background-image:url(../../images/renewal/btn_stop.png)}
.homepage_slide_area .homepageSlide_title .homepageSlide_control .btn_homepageSlidePlay.active{background-image:url(../../images/renewal/btn_start.png)}
.homepage_slide_area .swiper-slide{display:table;border:1px solid #ddd;background:#fff;text-align:center;}
.homepage_slide_area .swiper-slide a{display:table-cell;height:50px;vertical-align:middle;}

.footer_infor{padding:25px 0 40px;}
.footer_infor > .inner{position:relative;display:flex;justify-content:space-between;}
.footer_infor > .inner:after{display:block;content:'';clear:both;}
.footer_infor .copyright_infor{float:left;}
.footer_infor .copyright_infor .copyright_list{margin-bottom:20px;font-size:0;}
.footer_infor .copyright_infor .copyright_list li{display:inline-block;padding:0 50px;position:relative;vertical-align:middle;line-height:1.4;}
.footer_infor .copyright_infor .copyright_list li:first-child{padding-left:0;}
.footer_infor .copyright_infor .copyright_list li:last-child{padding-right:0;}
.footer_infor .copyright_infor .copyright_list li:after{position:absolute;right:0;top:calc(50% - 5px);width:1px;height:10px;background:#b6b6b6;content:'';}
.footer_infor .copyright_infor .copyright_list li:last-child:after{display:none;}
.footer_infor .copyright_infor .copyright_list li a{display:block;font-size:17px;}
.footer_infor .copyright_infor .copyright_list li.copyright a{color:#e95504;font-weight:500;font-size:25px;}
.footer_infor .copyright_infor .location_infor{display:flex;justify-content: space-between;;align-items:center;}
.footer_infor .copyright_infor .location_infor .footer_logo{display:inline-block;padding-right:20px;vertical-align:middle;}
.footer_infor .copyright_infor .location_infor .location_list li{line-height:1.4}
.footer_infor .copyright_infor .location_infor .location_list li:first-child{margin-bottom:5px;letter-spacing:0.3px;}
.footer_infor .copyright_infor .location_infor .location_list li em{font-weight:bold;color:#231f20;font-style: normal;}

.footer_infor .center_infor{float:left;}

.footer_infor .site_infor{float:left;}
.footer_infor .site_infor .related_site select{display:inline-block;width:180px;height:38px;border:1px solid #b3b3b3;padding-left:10px;background:url(../../images/renewal/ico_select.png) no-repeat;background-color:#fff;background-position:95%;vertical-align:top;}
.footer_infor .site_infor .related_site a{display:inline-block;background:#636363;padding:11px 12px;color:#fff;vertical-align:top;font-size:16px;line-height:1;}
.footer_infor .site_infor .site_mark{display:flex;justify-content: space-evenly;margin-top:15px;}

/* 서브페이지 공통 */
.sub_container #headerWrap{position:relative;}
.sub_container #headerWrap{background:#fff; border-bottom:1px solid #e5e5e5;}
.sub_container #headerWrap .gnb_wrap .gnb_area > ul:before{border-top:1px solid #e5e5e5;height:calc(100% - 80px);}
.sub_container #headerWrap .gnb_wrap .gnb_area > ul > li:after{background:#333;}
.sub_container #headerWrap .gnb_wrap .gnb_area > ul > li > a{color:#333;}
.sub_container #headerWrap .gnb_wrap .logo a{background:url(../../images/renewal/logo_on.png) 0 50% no-repeat;}
.sub_container #headerWrap .login_menu li a{color:rgba(51,51,51,0.7);}
.sub_container #headerWrap .login_menu li:after{background:rgba(51,51,51,0.5);}
.sub_container #headerWrap .btn_searchBox{background:url(../../images/renewal/btn_search_on.png) 50% 50% no-repeat;background-size:22px;}
.sub_container #headerWrap .btn_searchBox.on{background:url(../../images/renewal/btn_close.png) 50% 50% no-repeat;}
.sub_container #headerWrap .btn_fullMenu{background:url(../../images/renewal/btn_fullMenu_on.png) 50% 50% no-repeat;background-size:contain;}

.sub_container .searchBox_area .keyword_list dt,
.sub_container .searchBox_area .keyword_list dd,
.sub_container .searchBox_area .keyword_list dd a{color:#333;}

.sub_navigation{background: url(../../images/renewal/bg_sub_navigation.png) repeat-x 0 0;border-bottom:1px solid #eaeaea;box-sizing: border-box;}
.sub_navigation *{box-sizing:border-box;}
.sub_navigation .inner{position:relative;max-width:1240px;margin:0 auto;font-size:0;}
.sub_navigation .inner > a{display:inline-block;width:60px;height:60px;background-repeat:no-repeat;background-position:50% 50%;vertical-align:top;font-size:0;}
.sub_navigation .inner > a.home{background-image:url(../../images/renewal/ico_home.png);border-left:1px solid #eaeaea;}
.sub_navigation .inner > a.print{background-image:url(../../images/renewal/ico_print.png);border-right:1px solid #eaeaea;}

.sub_navigation .inner > ul{display:inline-block;width:calc(100% - 120px);font-size:0;vertical-align:top;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;}
.sub_navigation .inner > ul > li{display:inline-block;position:relative;width:25%;height:60px;border-right:1px solid #e5e5e5;vertical-align:top;}
.sub_navigation .inner > ul > li:after{display:block;position:absolute;width:15px;height:9px;right:20px;top:calc(50% - 4.5px);background:url(../../images/renewal/arr_subNav.png) no-repeat;content:'';transition:0.3s; pointer-events: none;}
.sub_navigation .inner > ul > li.off:after{background: none;}
.sub_navigation .inner > ul > li.no_depth:after{display:none;}
.sub_navigation .inner > ul > li > button{display:block;width:100%;padding:20px;padding-right:40px;font-weight:400;color:#444;font-size:16px;line-height:1.35;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:normal;}
.sub_navigation .inner > ul > li:nth-child(4){border-right:0;}
/* .sub_navigation .inner > ul > li:last-of-type:after{display:none;} */
.sub_navigation .inner > ul > li.on:after{transform:rotate(180deg)}

.sub_navigation .sub_dep02{display:none;position:absolute;left:0;top:60px;width:100%;background:#fff;border:1px solid #ccc;z-index:50;}
/*.sub_navigation .sub_dep02 ul{}*/
.sub_navigation .sub_dep02 ul > li:last-child{margin-bottom:0;}
.sub_navigation .sub_dep02 ul > li > a{display:block;padding:10px 15px;color:#555;font-size:16px;font-weight:400;}
.sub_navigation .sub_dep02 ul > li.active > a {background:#ff592a;color:#fff;}


.sub_content{width:100%;max-width:1200px;margin:0 auto;padding:65px 10px 100px;box-sizing: border-box;}
.sub_content img{max-width:100%; /* display: block; margin: 0 auto; */} 
.sub_container .footer_section{background:#fafafa;}
/* .sub_container .footer_section *{font-family:'NotoSansCJKkr', sans-serif;} */
.subContent_title{position:relative;padding-top:15px;margin-bottom:35px;font-size:40px;color:#333;text-align:center;font-weight:bold;}
.subContent_title:before{position:absolute;left:calc(50% - 9px);top:0;width:18px;height:1px;background:#333;content:'';}

.content_info_box{position:relative;padding:30px 30px 70px 160px;border:1px solid #eaeaea;background-image:url(../../images/renewal/bg_counseling.png);background-repeat:no-repeat;background-position:50px center;background-color:#fafafa;}
.content_info_box .title{margin-bottom:10px;font-size:20px;}
.content_info_box .sub_title{padding-bottom:15px;border-bottom:1px dashed #d6d6d6;font-size:20px;font-weight:600;}
.content_info_box .sub_title span{font-size:17px;font-weight:500;}
.content_info_box .text{margin-bottom:20px;font-size:17px;color:#7c7b7b;line-height:1.2;}
.content_info_box .manager_info{font-size:0;}
.content_info_box .manager_info:after {content:'';display:block;clear:both;}
.content_info_box .manager_info > dl{margin-top:20px;}
.content_info_box .manager_info dl{display:inline-block;margin-right:25px;vertical-align:middle;font-size:0;}
.content_info_box .manager_info dl:before{display:inline-block;width:3px;height:3px;margin-right:5px;background:#e95504;vertical-align:middle;content:'';}
.content_info_box .manager_info dl dt,
.content_info_box .manager_info dl dd{display:inline-block;font-size:16px;vertical-align:middle;}
.content_info_box .manager_info dl dt{color:#444;padding-right:10px;}
.content_info_box .manager_info dl dd{padding-left:10px;border-left:1px solid #c7c7c7;color:#7c7b7b;}
.content_info_box .btn_shortcut{position:absolute;display:inline-block;padding:10px;padding-right:30px;right:30px;bottom:30px;border:1px solid #bec1c9;background-image:url(../../images/renewal/btn_shortcut.png);background-repeat:no-repeat;background-position:calc(100% - 10px) center;background-color:#fff;}

/*.content_info_box.adjustment{background-image:url(../../images/renewal/bg_adjustment.png);}
.content_info_box.counseling{background-image:url(../../images/renewal/bg_counseling.png);}*/
.content_info_box.bg1{background-image:url('../../images/renewal/bg_adjustment.png');}
.content_info_box.bg2{background-image:url('../../images/renewal/bg_deliberation.png');}
.content_info_box.bg3{background-image:url('../../images/renewal/bg_bird.png');}
.content_info_box.bg4{background-image:url('../../images/renewal/bg_registation.png');}
.content_info_box.bg5{background-image:url('../../images/renewal/bg_authentication.png');}
.content_info_box.bg6{background-image:url('../../images/renewal/bg_appraisal.png');}
.content_info_box.bg7{background-image:url('../../images/renewal/bg_sw_deposit.png');}
.content_info_box.bg8{background-image:url('../images/sub/sub01_bg8.gif') no-repeat 50px 42px;}
.content_info_box.bg9{background-image:url('../../images/renewal/bg_performance.png');}
.content_info_box.bg10{background-image:url('../../images/renewal/bg_gongu.png');}
.content_info_box.bg11{background-image:url('../../images/renewal/bg_donation.png');}
.content_info_box.bg12{background-image:url('../../images/renewal/bg_opensource.png');}
.content_info_box.bg13{background-image:url('../../images/renewal/bg_consulting.png');}
.content_info_box.bg14{background-image:url('../images/sub/sub01_bg14.gif') no-repeat 63px 35px;}
.content_info_box.bg23{background-image:url('../../images/renewal/bg_adjustment.png');}

.sub07_title{position:relative;background:none;padding-left:35px;}
.sub07_title:before{position:absolute;left:0;top:10px;width:23px;height:23px;background:url(../../images/renewal/icon_subTitle.png) no-repeat;content:'';} /* 2022-10-06 */
.sub07_text{padding-left: 35px;font-size: 15px; color: #656565; line-height: 23px;}
.sub07_width50{float:left;width:calc(50% - 23px);margin-left:23px;}
.sub07_width50 > ul{border:1px solid #d2d2d2;padding:20px;min-height:140px;box-sizing:border-box;}
.sub-con h4{padding:0;background: none;}
.ft15_cr65{padding-left:30px;}
.ft15_cr65 > li{position:relative;padding-left:12px;}
.ft15_cr65 > li:not(.gbg_bk):before{position:absolute;left:0;top:7px;width:8px;height:8px;background:#fff;border:2px solid #f68947;border-radius:4px;box-sizing:border-box;content:'';}
.ft15_cr65.first-list > li:first-child::before {display: none;}
.ft15_cr65 > li.bg::before {display: none;}
.ft15_cr65 > li.bg2::before {display: none;}
.ft15_cr65 > li.posi:before{display:none;}
.ft15_cr65.list_type02 > li {word-break:keep-all;}
.ft15_cr65.list_type02 > li:before{display:none;}
.txt-style > li > strong{background:none}

.sub08_title{position:relative;background:none;}
.sub08_title:before{position:absolute;left:0;top:7px;width:23px;height:23px;content:'';} /* 2022-10-06 */
.sub08_text{padding-left: 35px;font-size: 15px; color: #656565; line-height: 23px;}
.sub08_width50{float:left;width:calc(50% - 23px);margin-left:23px;}
.sub08_width50 > ul{border:1px solid #d2d2d2;padding:20px;min-height:140px;box-sizing:border-box;}

/*웹접근성 css 수정*/
/*.gnb_wrap .gnb_area .depth_02 {position: absolute; left: 0; background: #fff; width: 100%; padding: 30px 320px; max-width: 100%;}*/


/*:*:*:*:*:*:*:* 테블릿 *:*:*:*:*:*:*:*/
@media all and (max-width:1700px){
	.gnb_wrap .gnb_area {max-width: 800px;}
}
@media all and (max-width:1500px){
	.gnb_wrap .gnb_area {max-width: 635px; }
	.gnb_wrap .gnb_area > ul > li > a {padding:41.5px 0px;}
}
@media all and (max-width:1400px){
#container{position:relative;}
#headerWrap{position:absolute;height:auto;padding:20px;background:transparent!important;}
.gnb_wrap .logo{float:left;position:static;}
.gnb_wrap .logo a{width:158px;height:34px;background:url(../../images/renewal/m_logo.png) 0 50% no-repeat}
.gnb_wrap .gnb_area{display:none;}
.login_menu{display:none;}
.fullpageSwiper .fullpageSwiper-pagination {display:none;}

/* 검색박스 */
.btn_searchBox{right:60px;top:2px;}
.searchBox_area{top:50px;right:0;max-width:inherit;width:100%;z-index:100;padding-right:0;}
.sub_container .searchBox_area { height:67px;}

.btn_fullMenu{right:20px;top:2px;}
.fullMenu_wrap{display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.fullMenu_wrap .login_menu{display:block;position:static;background: #ff601f; padding: 15px 20px; padding-right: 45px; font-size: 18px; line-height: 24px;font-size:0;}
.fullMenu_wrap .login_menu li:after{background:#fff;height:20px;}
.fullMenu_wrap .login_menu li a{color:#fff;font-size:16px;}
.sub_container #headerWrap .login_menu li a{color:#fff;}
.sub_container #headerWrap .login_menu li:after{background:#fff;}
.fullMenu_wrap .fullMenu_area{position:relative;float:right;width:40%;min-width:280px;height:100vh;background:#fff; overflow-y: auto;}

.fullMenu_area > ul.menu_list{overflow-y:auto;padding:0;background:#fff;}
.fullMenu_area > ul.menu_list > li  {float: none; width: auto; margin: 0;}
.fullMenu_area > ul.menu_list > li > a {display: block; font-size: 21px; line-height: 28px; padding: 10px 20px; padding-right: 45px; position: relative; border-bottom: 1px solid #dcdcdc;}
.fullMenu_area > ul.menu_list > li > a::after {content: ''; position: absolute; width: 23px; height: 23px; right: 17px; top: 50%; margin-top: -11px; background: url(../../images/renewal/mobileMenu_depth.jpg) center center no-repeat; }
.fullMenu_area > ul.menu_list > li:last-child {margin-top:0px;}
.fullMenu_area .depth_02 {border-top: none; padding: 10px 0; padding-left: 36px; background: #f5f5f5; border-bottom: 1px solid #dcdcdc; display: none;}
.fullMenu_area .depth_02 > li > a {background: none; padding: 2px 0;}
.fullMenu_wrap .btn_fullMenu_close {display: block;position: absolute;right:10px;top:10px;width:25px;height:25px;background:url(../../images/renewal/btn_searchBox_close.png) 50% 50% no-repeat;font-size: 0;}


.footer_section{background:#fafafa;}
.footer_section > article{padding:15px 20px;}
.footer_section .btn_top{right:15px;top:auto;bottom:10px;left:auto;}

.footer_infor > .inner{display:block;}
.footer_infor .copyright_infor{float:none;margin-bottom:5px;}
.footer_infor .copyright_infor .location_infor{display:block;font-size:0;}
.footer_infor .copyright_infor .location_list{display:inline-block;vertical-align:middle;}

.footer_infor .center_infor{width:263px;height:22px;margin-top:10px;margin-right:20px;background:url(../../images/renewal/m_center_text.png) no-repeat;}
.footer_infor .center_infor img{display:none;}

.footer_infor .site_infor .site_mark{display:none;}

/* 서브페이지 공통 */
.sub_container #headerWrap{padding:10px 0px;box-sizing:border-box;} /* 2022-11-07 */
.sub_container #headerWrap .gnb_wrap .logo a{width:206px;height:45px;}
.sub_container .searchBox_area{background:#fff;}
.searchBox_area .searchBox {margin:9px auto;}
}

@media all and (max-width:1100px){
.search-scroll-wrap {width:100%; overflow:auto; white-space: nowrap; margin: 0 auto;} /* 2022-11-07 */
}

/*:*:*:*:*:*:*:* 모바일 *:*:*:*:*:*:*:*/
@media all and (max-width:840px){


/* 푸터 */
.homepage_slide_area .inner{padding-left:180px;}
.homepage_slide_area .homepageSlide_title{width:180px;top:calc(50% - 24.5px);}
.homepage_slide_area .homepageSlide_title .title{font-size:18px;}
.homepage_slide_area .homepageSlide_title .homepageSlide_control{padding:0;padding-right:7px;}
.homepage_slide_area .swiper-slide a{height:40px;}

.footer_infor > .inner{position:relative;}
.footer_infor .copyright_infor .copyright_list{margin-bottom:75px;}
.footer_infor .copyright_infor .copyright_list li{padding:0 15px;}
.footer_infor .copyright_infor .copyright_list li a{font-size:15px;}
.footer_infor .copyright_infor .copyright_list li.copyright a{font-size:inherit;}

.footer_infor .center_infor{position:absolute;right:0;top:103px;margin:0;}

.footer_infor .site_infor{float:none;position:absolute;left:0;top:40px;width:100%;}
.footer_infor .site_infor .related_site{font-size:0;}
.footer_infor .site_infor .related_site select{width:calc(100% - 50px);margin-right:3px;}
.footer_infor .site_infor .related_site a{width:47px;height:38px;}

.footer_infor .copyright_infor .location_list{display:block;}
.footer_infor .copyright_infor .location_infor .location_list li{position:relative;padding-left:35px;}
.footer_infor .copyright_infor .location_infor .location_list li em{position:absolute;left:0;top:0;}
.footer_infor .copyright_infor .location_infor .location_list li span{display:block;}

/* 서브페이지 공통 */
.sub_navigation .inner > a{width:40px;height:40px;}

.sub_navigation .inner > ul{width:calc(100% - 80px);}
.sub_navigation .inner > ul > li{height:40px;}
.sub_navigation .inner > ul > li:after{right:10px;}
.sub_navigation .inner > ul > li > button{padding:12px 10px;padding-right:30px;font-size:14px}

.sub_navigation .sub_dep02{top:40px;}
.sub_navigation .sub_dep02 ul > li > a{font-size:14px;}

.sub_content{padding:40px 10px 70px;}
.subContent_title{margin-bottom:25px;font-size:26px;}

.content_info_box{padding:20px;background-image:none!important;}
.content_info_box .title{font-size:18px;}
.content_info_box .text{font-size:15px;}
.content_info_box .text br{display:none;}
.content_info_box .manager_info dl{display:block;margin-bottom:7px;margin-right:0;}
.content_info_box .manager_info dl dt,
.content_info_box .manager_info dl dd{font-size:15px;}
.content_info_box .manager_info dl dt{padding:0;}
.content_info_box .btn_shortcut{position:static;padding:7px;padding-right:20px;font-size:15px;}

.sub07_width50{float:none;width:100%;margin-left:0;}
.sub_container .searchBox_area {background:none; border:none; top:46px}
}

@media all and (max-width:768px){
.sub_navigation .inner > ul {display:none;}
.sub_navigation .inner > a.home {border-right:1px solid #eaeaea;}
.sub_navigation .inner > a.print {border-left:1px solid #eaeaea; float:right;}
}

/*:*:*:*:*:*:*:* 미니 모바일 *:*:*:*:*:*:*:*/
@media all and (max-width:500px){

/* 푸터 */
.homepage_slide_area .inner{padding-left:165px;}
.homepage_slide_area .homepageSlide_title{width:165px;height:30px;top:calc(50% - 15px);}
.homepage_slide_area .homepageSlide_title .title{font-size:16px;}

.footer_infor .copyright_infor .copyright_list{margin-bottom:50px;}
.footer_infor .copyright_infor .copyright_list li{width:50%;padding:0;text-align:center;}
.footer_infor .copyright_infor .copyright_list li:nth-child(2):after{display:none;}
/* .footer_infor .copyright_infor .copyright_list li a{} */
.footer_infor .copyright_infor .location_list{margin-top:50px;padding-right:50px;}
.footer_infor .copyright_infor .location_infor .footer_logo{display:block;padding:0;text-align:center;}
.footer_infor .copyright_infor .location_infor .location_list li{font-size:15px;}

.footer_infor .site_infor{top:50px;}

.footer_infor .center_infor{top:155px;right:calc(50% - 131.5px);}

.footer_section .btn_top{width:50px;height:50px;right:0;bottom:0;}
}


/*:*:*:*:*:*:*:* 피씨 & 테블릿 *:*:*:*:*:*:*:*/
@media all and (min-width:839px){

#headerWrap:not(.mobileMenu_open) .gnb_wrap .gnb_area .depth_02 > li:hover > a{color:#000;}
#headerWrap:not(.mobileMenu_open) .gnb_wrap .gnb_area > ul > li:hover > a:before{left:0;width:100%;opacity:1;transition:all 0.9s;}
#headerWrap:not(.mobileMenu_open) .gnb_wrap .gnb_area .depth_02 > li:hover > a{color:#e95504}
#headerWrap:not(.mobileMenu_open) .gnb_wrap .gnb_area .depth_03 > li > a:hover{font-weight:bold;}
.sub_navigation .sub_dep02 ul > li:not(.active) > a:hover{color:#ff592aa3;}


}







