@charset "utf-8";
@import url("font.css");

/* Default Layout */
#wrap {width:100%; height: 100%;}

/*메뉴*/
.toparea {z-index: 300; position: absolute; top: 0; left: 0; width: 100%;}
.toparea::before {content: ''; z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.toparea .top_nav {position: relative; z-index: 2; height: 40px; text-align: right;}
.toparea .top_nav > ul {overflow: hidden; display: inline-block; padding-right: 15px;}
.toparea .top_nav > ul li {position: relative; float: left;}
.toparea .top_nav > ul li::after {content: ''; position: absolute; right: 0; top: 14px; width: 1px; height: 13px; background-color: rgba(255, 255, 255, 0.3);}
.toparea .top_nav > ul li:last-child::after {display: none;}
.toparea .top_nav > ul li a {padding: 0 15px; color: #fff; font-size: 14px; line-height: 40px;}
.toparea .topmenu {z-index: 3; position: relative; height: 80px; border: 1px solid; border-color: rgba(255, 255, 255, 0.25); border-left: 0; border-right: 0; text-align: center;}
.toparea .topmenu h1 {position: absolute; left: 30px; top: 19px; }
.toparea .topmenu h1 a {display: block; width: 120px; height: 41px; background-repeat: no-repeat; background-position: 0 0; background-image: url('/images/web/logo.png'); background-size: contain;}
.toparea .topmenu .gnb {margin: 0 auto; display: flex; justify-content: center; width: 1270px;}
.toparea .topmenu .gnb > li {position: relative; display: flex; align-items: center; height: 80px;}
.toparea .topmenu .gnb > li > a {display: block; padding: 0 25px; width: 100%; color: #fff; font-size: 18px; line-height: 24px; font-family: 'ns', sans-serif; font-weight: 600; vertical-align: middle; word-break: keep-all;}
.toparea .topmenu .gnb > li:nth-child(n+6) a {padding: 0; width: 140px;}
.toparea .topmenu .gnb > li:hover > a {color: #0b318f;}
.toparea .topmenu .gnb > li:hover > a::before {z-index: 80; content: ''; position: absolute; left: 18px; bottom: 1px; width: calc(100% - 36px); height: 2px; background-color: #0b318f;}
.toparea .topmenu .gnb > li .menu_list {z-index: 30; display: none; position: absolute; left: 20px; top: 80px; margin: 25px 0; width: 100%; border-left: 1px solid #e6e6e6;}
.toparea .topmenu .gnb > li .menu_list li {margin-bottom: 10px;}
.toparea .topmenu .gnb > li .menu_list li:last-child {margin-bottom: 0;}
.toparea .topmenu .gnb > li .menu_list li a {display: block; padding-left: 10px; color: #666; font-size: 15px; line-height: 20px; letter-spacing: -1.4px; text-align: left;}
.toparea .topmenu .gnb > li .menu_list li:hover a {color: #0b318f;}
.toparea .topmenu .bg-topmenu-on {z-index: 20; display: none; position: absolute; left: 0; top: 79px; background-color: #fff; width: 100%; height: 340px;}
.toparea .topmenu .total_search {position: absolute; right: 80px; top: 28px; width: 20px; height: 20px;}
.toparea .topmenu .total_search::after, .toparea .topmenu .total_search::before {content: ''; position: absolute;}
.toparea .topmenu .total_search::after {left: 0; top: 0; width: 13px; height: 13px; border-radius: 17px; border: 2px solid #fff;}
.toparea .topmenu .total_search::before {right: 0; bottom: 3px; width: 7px; height: 2px; transform: rotate(45deg); background-color: #fff;}
.toparea .topmenu .all_menu {overflow: hidden; z-index: 125; position: absolute; right: 30px; top: 29px; width: 21px; height: 18px; -webkit-transition: 0s; -moz-transition: 0s; -ms-transition: 0s; -o-transition: 0s; transition: 0s;}
.toparea .topmenu .all_menu .line {display: block; margin-bottom: 6px; width: 21px; height: 2px; background-color: rgba(255, 255, 255, 1);}
.toparea .topmenu .all_menu.on {position: fixed; top: 74px; height: 21px;}
.toparea .topmenu .all_menu.on .line {position: absolute; left: -4px; top: 10px; width: 28px; height: 1px;}
.toparea .topmenu.fix .all_menu.on .line {background-color: rgba(255, 255, 255, 1);}
.toparea .topmenu .all_menu.on .line.line1 {transform: rotate(45deg);}
.toparea .topmenu .all_menu.on .line.line2 {background-color: rgba(255, 255, 255, 0);}
.toparea .topmenu .all_menu.on .line.line3 {transform: rotate(-45deg);}
.toparea .topmenu .all_menu_area {z-index: 120; display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(27, 46, 95, 0.95);}
.toparea .topmenu .all_menu_area .menu_list {overflow-y: auto; position: fixed; left: 0; top: 0; padding: 120px; width: 100%; height: 100%; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap; -ms-overflow-style: none;}
.toparea .topmenu .all_menu_area .menu_list::-webkit-scrollbar {display:none;}
.toparea .topmenu .all_menu_area .menu_list > li {padding: 0 0 60px 30px; float: left; width: 25%; border-left: 1px solid #617194;}
.toparea .topmenu .all_menu_area .menu_list > li:nth-child(n+4) {padding: 0 0 0 30px;}
.toparea .topmenu .all_menu_area .menu_list > li a {display: block; color: #fff; text-align: left; letter-spacing: -1px; line-height: 28px;}
.toparea .topmenu .all_menu_area .menu_list > li > a {margin-bottom: 30px; font-size: 28px; font-weight: 600;}
.toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li {margin-bottom: 15px; width: 100%;}
.toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li:last-child {margin-bottom: 0;}
.toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li > a {margin-bottom: 10px; font-size: 18px;}
.toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li:hover > a {text-decoration: underline; text-underline-position: under;}
.toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li .ssmenu_list li > a {position: relative; padding-left: 8px; font-size: 15px; font-weight: 300; line-height: 28px;}
.toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li .ssmenu_list li > a::after {content: ''; position: absolute; left: 0; top: 13px; width: 4px; height: 1px; background-color: #fff;}
.toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li .ssmenu_list li:hover > a {text-decoration: underline; text-underline-position: under;}

/*메뉴 OPEN*/
.toparea.menuOpen::before {background-color: rgba(255, 255, 255, 1);}
.toparea.menuOpen .top_nav {text-align: right;}
.toparea.menuOpen .top_nav > ul li::after {background-color: #e6e6e6;}
.toparea.menuOpen .top_nav > ul li a {color: #666;}
.toparea.menuOpen .topmenu, .toparea .topmenu.fix {width: 100%; border-color: #e6e6e6; background-color: #fff;}
.toparea.menuOpen .topmenu h1 a, .toparea .topmenu.fix h1 a {background-image: url('/images/web/logo_b.png');}
.toparea.menuOpen .topmenu .gnb > li > a, .toparea .topmenu.fix .gnb > li > a {color: #000;}
.toparea.menuOpen .topmenu .total_search::after, .toparea .topmenu.fix .total_search::after {border: 2px solid #333;}
.toparea.menuOpen .topmenu .total_search::before, .toparea .topmenu.fix .total_search::before {background-color: #333;}
.toparea.menuOpen .topmenu .all_menu .line, .toparea .topmenu.fix .all_menu .line {background-color: #333;}

/*메뉴 상단고정*/
.toparea .topmenu.fix {position: fixed; left: 0; top: 0;}

.mobile-category {display:none}

.midarea .main_img {position: relative; width: 100%; text-align: center;}
.midarea .main_img .slick-slide {overflow: hidden; position: relative;}
.midarea .main_img .slick-slide a {display: block; width: 100%; height: 800px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.midarea .main_img .slick-arrow {z-index: 10; position: absolute; top: 50%; transform: translateY(-50%); width: 55px; height: 109px; font-size: 0; background-repeat: no-repeat; background-position: 0 0; background-size: 100%; opacity: 0.5;}
.midarea .main_img .slick-arrow:hover {opacity: 1;}
.midarea .main_img .slick-arrow::after, .midarea .main_img .slick-arrow::before {content: ''; position: absolute; left: -11px; top: 27px; width: 77px; height: 2px; background-color: #ebedf0;}
.midarea .main_img .slick-arrow::after {top: 80px; transform: rotate(45deg);}
.midarea .main_img .slick-arrow::before {transform: rotate(-45deg);}
.midarea .main_img .slick-prev {left: 6%;}
.midarea .main_img .slick-next {right: 6%; }
.midarea .main_img .slick-next::after {top: 80px; transform: rotate(-45deg);}
.midarea .main_img .slick-next::before {transform: rotate(45deg);}
.midarea .main_img .slick-dots {position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%);}
.midarea .main_img .slick-dots li {float: left; margin: 0 5px;}
.midarea .main_img .slick-dots li button {position: relative; display: block; font-size: 0; width: 40px; height: 3px; background-color: #aaa;}
.midarea .main_img .slick-dots li.slick-active button {background-color: #fff;}

.maincontents {position: relative;}
.maincontents .area {margin: 0 auto; width: 1250px;}

.maincontents .section1 {padding: 60px 0 50px; background-color: #ecedef;}
.maincontents .section1 .area {display: flex; justify-content: space-between; flex-flow: wrap;}
.maincontents .section1 .area * {-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.maincontents .section1 .area a {width: 150px; text-align: center;}
.maincontents .section1 .area a .box {position: relative; margin: 0 auto 20px; width: 150px; height: 173px;}
.maincontents .section1 .area a .box .icon {position: absolute; z-index: 22; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center 40px;}
.maincontents .section1 .area a.content1 .box .icon {background-image: url('/images/web/main_content1.png');}
.maincontents .section1 .area a.content2 .box .icon {background-image: url('/images/web/main_content2new.png');}
.maincontents .section1 .area a.content3 .box .icon {background-image: url('/images/web/main_content2.png');}
.maincontents .section1 .area a.content4 .box .icon {background-image: url('/images/web/main_content4new.png');}
.maincontents .section1 .area a.content5 .box .icon {background-image: url('/images/web/main_content5.png');}
.maincontents .section1 .area a.content6 .box .icon {background-image: url('/images/web/main_content6.png');}
.maincontents .section1 .area a.content7 .box .icon {background-image: url('/images/web/main_content7new.png');}
.maincontents .section1 .area a .box .bg {position: absolute; z-index: 21; left: 0; top: 43px; width: 100%; height: 88px; background-color: #fff;-webkit-transition: 0s; -moz-transition: 0s; -ms-transition: 0s; -o-transition: 0s; transition: 0s;}
.maincontents .section1 .area a .box .bg::after, .maincontents .section1 .area a .box .bg::before {content: ''; position: absolute;left: 0; width: 0; height: 0; border-left: 75px solid transparent; border-right: 75px solid transparent; }
.maincontents .section1 .area a .box .bg::after {bottom: -43px; border-top: 43px solid #fff;}
.maincontents .section1 .area a .box .bg::before {top: -43px; border-bottom: 43px solid #fff;}
.maincontents .section1 .area a h3 {color: #555; font-size: 18px; line-height: 24px; font-family: 'ns', sans-serif; font-weight: 600;}
.maincontents .section1 .area a:hover .box .icon {background-position: center 20px;}
.maincontents .section1 .area a:hover .box .icon::before {content: 'GO'; position: absolute; left: calc(50% - 15px); bottom: 23px; width: 30px; color: #0b318f; font-size: 15px; font-weight: 500; line-height: 30px; border-radius: 30px; background-color: #fff;}
.maincontents .section1 .area a.content1:hover .box .icon {background-image: url('/images/web/main_content1_on.png');}
.maincontents .section1 .area a.content2:hover .box .icon {background-image: url('/images/web/main_content2new_on.png');}
.maincontents .section1 .area a.content3:hover .box .icon {background-image: url('/images/web/main_content2_on.png');}
.maincontents .section1 .area a.content4:hover .box .icon {background-image: url('/images/web/main_content4new_on.png');}
.maincontents .section1 .area a.content5:hover .box .icon {background-image: url('/images/web/main_content5_on.png');}
.maincontents .section1 .area a.content6:hover .box .icon {background-image: url('/images/web/main_content6_on.png');}
.maincontents .section1 .area a.content7:hover .box .icon {background-image: url('/images/web/main_content7new_on.png');}
.maincontents .section1 .area a:hover .box .bg {background-color: #0b318f;}
.maincontents .section1 .area a:hover .box .bg::after {border-top: 43px solid #0b318f;}
.maincontents .section1 .area a:hover .box .bg::before {border-bottom: 43px solid #0b318f;}
.maincontents .section1 .area a:hover h3 {color: #0b318f;}
.maincontents .section2 {padding: 80px 0 75px;}
.maincontents .section2 .area {overflow: hidden;}
.maincontents .section2 .area .news_slide {position: relative; float: left; width: 450px;}
.maincontents .section2 .area .news_slide li a {overflow: hidden; display: block; height: 490px;}
.maincontents .section2 .area .news_slide li a img {width: 100%;}
.maincontents .section2 .area .news_slide .slick-dots {position: absolute; bottom: -10px; display: inline-block !important;}
.maincontents .section2 .area .news_slide .slick-dots li {float: left; margin-right: 10px;}
.maincontents .section2 .area .news_slide .slick-dots li button {position: relative; display: block; font-size: 0; width: 9px; height: 10px; background-color: #ccc; border-radius: 10px;}
.maincontents .section2 .area .news_slide .slick-dots li.slick-active button {background-color: #009fe8;}
.maincontents .section2 .area .notice_box {position: relative; float: left; padding-left: 50px; width: calc(100% - 450px);}
.maincontents .section2 .area .notice_box > li > a {position: absolute; top: 0; left: 50px; color: #999; font-size: 22px; font-weight: 600; font-family: 'ns';}
.maincontents .section2 .area .notice_box > li:nth-child(2) > a {left: 172px;}
.maincontents .section2 .area .notice_box > li:nth-child(3) > a {left: 292px;}
.maincontents .section2 .area .notice_box > li:nth-child(4) > a {left: 414px;}
.maincontents .section2 .area .notice_box > li .tab-pane {display: none; margin-top: 50px;}
.maincontents .section2 .area .notice_box > li .tab-pane .more {position: absolute; right: 0; top: 1px; width: 26px; height: 26px; border: 1px solid #e0e0e0;}
.maincontents .section2 .area .notice_box > li .tab-pane .more .txt {display: none;}
.maincontents .section2 .area .notice_box > li .tab-pane .more .arrow {position: relative; width: 26px; height: 26px;}
.maincontents .section2 .area .notice_box > li .tab-pane .more .arrow::after, .maincontents .section2 .area .notice_box > li .tab-pane .more .arrow::before {content: ''; position: absolute; left: calc(50% - 7px); top: calc(50% - 1px); width: 14px; height: 2px; background-color: #999;}
.maincontents .section2 .area .notice_box > li .tab-pane .more .arrow::before {transform: rotate(90deg);}
.maincontents .section2 .area .notice_box > li .tab-pane .list {display: flex; justify-content: space-between; flex-flow: wrap;}
.maincontents .section2 .area .notice_box > li .tab-pane .list li {overflow: hidden; margin-bottom: 20px; width: calc(50% - 10px); height: 210px; border: 1px solid #ebebeb; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.maincontents .section2 .area .notice_box > li .tab-pane .list li a {display: block; padding: 20px 25px;}
.maincontents .section2 .area .notice_box > li .tab-pane .list li a h4 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; margin-bottom: 20px; height: 60px; -webkit-line-clamp: 2; color: #333; font-size: 20px; line-height: 30px; font-weight: 600;}
.maincontents .section2 .area .notice_box > li .tab-pane .list li a .detail {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; margin-bottom: 20px; height: 52px; -webkit-line-clamp: 2; color: #777; font-size: 16px; line-height: 26px;}
.maincontents .section2 .area .notice_box > li .tab-pane .list li a .date {color: #999; font-size: 14px; text-align: right;}
.maincontents .section2 .area .notice_box > li.active > a {color: #0b318f;}
.maincontents .section2 .area .notice_box > li.active > a::after {content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background-color: #0b318f;}
.maincontents .section2 .area .notice_box > li.active .tab-pane {display: block;}
.maincontents .section2 .area .notice_box > li .tab-pane .list li:hover {border: 1px solid #0b318f;}

.midarea .banner_area {border-top: 1px solid #ededed;}
.midarea .banner_area .list {position: relative; margin: 0 auto; padding: 25px 50px; width: 1250px;}
.midarea .banner_area .list li a {width: 100%;}
.midarea .banner_area .list li a span {display: table-cell; padding: 0 10px; width: 100%; height: 50px; text-align: center; vertical-align: middle;}
.midarea .banner_area .list li a img {display: inline-block; max-width: 100%; max-height: 100%;}
.midarea .banner_area .list .slick-arrow {position: absolute; top: calc(50% - 18px); width: 36px; height: 36px; border: 1px solid #cecece; border-radius: 36px; font-size: 0; text-indent: -999px;}
.midarea .banner_area .list .slick-arrow::before {content: ''; position: absolute; top: calc(50% - 7px); left: 8px; transform: rotate(45deg); width: 11px; height: 11px; border-right: 1px solid #707070; border-top: 1px solid #707070;}
.midarea .banner_area .list .slick-prev {left: 0; transform: rotate(180deg);}
.midarea .banner_area .list .slick-next {right: 0;}

.bottomarea {padding: 35px 0 65px; background: #303942;}
.bottomarea .address_box {position: relative; padding-left: 225px; margin: 0 auto; width: 1250px;}
.bottomarea .address_box img.logo {position: absolute; left: 0; top: 0;}
.bottomarea .address_box .footer_info {position: absolute; right: 0; top: 0;}
.bottomarea .address_box .footer_info .sns_box {overflow: hidden; float: left; padding-top: 2px;}
.bottomarea .address_box .footer_info .sns_box li {float: left; margin-left: 10px;}
.bottomarea .address_box .footer_info .sns_box li a {display: block;}
.bottomarea .address_box .footer_info .use_box {overflow: hidden; float: left; padding-top: 2px;margin-right:30px}
.bottomarea .address_box .footer_info .use_box li {float: left; margin-left: 10px;}
.bottomarea .address_box .footer_info .use_box li a {display: block;color:#999}
.bottomarea .address_box .footer_info .dropdown {position: relative; margin-left: 30px; float: left; width: 190px; height: 37px; border: 1px solid #868b8f;}
.bottomarea .address_box .footer_info .dropdown button {position: relative; display: block; padding-left: 15px; width: 100%; height: 100%; color: #a9a9a9; font-size: 15px; text-align: left;}
.bottomarea .address_box .footer_info .dropdown button::after, .bottomarea .address_box .footer_info .dropdown button::before {content: ''; position: absolute; top: 17px; right: 9px; width: 9px; height: 1px; background-color: #868b8f;}
.bottomarea .address_box .footer_info .dropdown button::before {transform: rotate(90deg);}
.bottomarea .address_box .footer_info .dropdown button .dropdown-label {line-height: 35px;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu {display: none; overflow-y: auto; position: absolute; left: -1px; bottom: 35px; top: inherit; padding: 10px 15px; width: 190px; height: 270px; line-height: 20px; background-color: #303942; border: 1px solid #868b8f; -ms-overflow-style: none;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu::-webkit-scrollbar {display:none;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu > li {margin-bottom: 10px; text-align: left; border: 0;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu > li:last-child {margin-bottom: 0;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu li h4 {color: #a9a9a9; font-size: 15px; font-weight: 500;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu li ul li {position: relative; padding-left: 10px;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu li ul li::after {content: ''; position: absolute; left: 0; top: 12px; width: 4px; height: 1px; background-color: #a9a9a9;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu li ul li a {color: #a9a9a9; font-size: 13px;}
.bottomarea .address_box .footer_info .dropdown .dropdown-menu li ul li a:hover {color: #efefef;}
.bottomarea .address_box .footer_info .dropdown.open .dropdown-menu {display: block;}
.bottomarea .address_box address p {color: #999; font-size: 14px; line-height: 22px;}
.bottomarea .address_box address p.copy {margin-top: 5px; color: #888; font-size: 13px;}
/*메인페이지 공지팝업 */
.main-popup-wrap{z-index: 1100;justify-content:center;align-items:center;position:fixed;top:0;left:0;display:none;padding:15px;}
.main-popup-wrap .main-popup{width:100%;max-width:400px;border-radius:10px;overflow:hidden;background-color:#264db5;box-shadow:5px 10px 10px 1px rgba(0,0,0,.0);}
.main-popup-wrap .popup-head{width:100%;height:50px;display:flex;align-items:center;justify-content:center;}
.main-popup-wrap .head-title{font-size:20px;font-weight:700;text-align:center;color:#fff;} 
.main-popup-wrap .popup-body{width:100%;background-color:#fff;}
.main-popup-wrap .body-content{width:100%;padding:0px;}
.main-popup-wrap .body-titlebox{text-align:center;width:100%;height:40px;margin-bottom:10px;}
.main-popup-wrap .body-contentbox{word-break:break-word;overflow-y:auto;min-height:100px;max-height:200px;}
.main-popup-wrap .popup-foot{width:100%;height:50px;}
.main-popup-wrap .pop-btn{display:inline-flex;width:50%;height:100%;float:left;justify-content:center;align-items:center;color:#fff;cursor:pointer;}
.main-popup-wrap .pop-btn.confirm{border-right:1px solid #3b5fbf;}

/*팝업*/
.modal {display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1100; -webkit-overflow-scrolling: touch; outline: 0; background: rgba(0, 0, 0, 0.8);}
.modal.on {display: block;}
.popup {z-index: 1100; position: absolute; padding: 30px; top: 50%; width: 700px; left: 50%; transform: translate(-50%, -50%); background: #fff;}
.popup .modal_close {position: absolute; right: 30px; top: 40px; width: 25px; height: 25px;}
.popup .modal_close::after, .popup .modal_close::before {content: ''; position: absolute; left: -3px; top: 11px; width: 33px; height: 1px; background-color: #333;}
.popup .modal_close::after {transform: rotate(45deg);}
.popup .modal_close::before {transform: rotate(-45deg);}
.popup .popup_title {margin-bottom: 30px; padding: 10px 0;}
.popup .popup_title h3 {color: #333; font-size: 28px; font-weight: 600;}
.popup .popup_inner {}
.popup .popup_inner .boardwrite tbody tr td, .boardwrite .table_type dl dd {line-height: 22px;}
.popup.privacy .popup_inner {overflow-y: auto; padding-right: 10px; max-height: 545px;}
/*멘토조회 상세*/
.popup.detail .popup_inner .tablebasic .tabledateil {border-left: 1px solid #e4e4e4;}
.popup.detail .popup_inner .tablebasic .tabledateil dl dt {width: 170px;}
.popup.detail .popup_inner .tablebasic .tabledateil dl dd {border-right: 1px solid #e4e4e4;}
.popup.detail .popup_inner .tablebasic.photo ul.tabledateil dl dt {width: 100px;}
/**/
.popup.applicant {overflow-y: auto; width: 1000px; height: calc(100% - 40px);}
.popup.applicant .popup_inner .tablebasic.photo ul.tabledateil dl dt {width: 200px;}
/*구직정보 상세*/
.popup.business {width: 400px;}
.popup.business .popup_inner {text-align: center;}
.popup.business .popup_inner .business_info {padding: 20px; margin-bottom: 30px; border: 1px solid #e4e4e4;}
.popup.business .popup_inner .business_info .img_box {display: table; width: 100%; margin-bottom: 15px;}
.popup.business .popup_inner .business_info .img_box .d_cell {width: 100%; height: 80px;}
.popup.business .popup_inner .business_info .img_box .d_cell img {width: auto; height: auto; max-width: 100%; max-height: 100%;}
.popup.business .popup_inner .business_info h4 {color: #444; font-weight: 400; word-break: keep-all;}
.popup.business .popup_inner p {font-size: 14px;}
.popup.business .popup_inner .button_box button {margin: 0 2px;}

/*에러페이지*/
.error {overflow: hidden; width: 100%; height: auto; position: fixed; top: 50%; transform: translateY(-50%); background: #f8f8f9; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;}
.error .error_box {width: 640px; margin: 0 auto; padding: 50px;}
.error .error_box h3 {color: #333; padding-bottom: 20px; font-size: 18px;}
.error .error_box .text {color: #515151; font-size: 15px; line-height: 25px;}
.error .error_box button {padding: 5px 15px; color: #fff; font-size: 13px;}

@media screen and (min-width:320px) and (max-width:1560px){
    .toparea .topmenu h1 {left: 10px;}
    .toparea .topmenu .gnb {width: 1110px;}
    .toparea .topmenu .gnb > li > a {padding: 0 20px; font-size: 17px;}
    .toparea .topmenu .gnb > li:nth-child(n+6) a {width: 120px;}
    .toparea .topmenu .gnb > li .menu_list {padding: 15px 0;}
    .toparea .topmenu .gnb > li .menu_list li a {font-size: 13px; line-height: 20px;}
    .toparea .topmenu .bg-topmenu-on {height: 340px;}
    .toparea .topmenu .total_search {right: 50px;}
    .toparea .topmenu .all_menu {right: 10px;}
}
@media screen and (min-width:320px) and (max-width:1400px){
    /*메뉴*/
    .toparea .top_nav > ul {padding-right: 80px;}
    .toparea .topmenu {height: 60px;}
    .toparea .topmenu h1 {top: -36px; }
    .toparea .topmenu h1 a {width: 85px; height: 29px;}
    .toparea .topmenu .gnb {padding: 0 20px; width: 100%; justify-content: space-between;}
    .toparea .topmenu .gnb > li {height: 58px;}
    .toparea .topmenu .gnb > li > a {padding: 0 10px; font-size: 16px; font-family: 'Noto Sans KR', sans-serif; line-height: 20px;}
    .toparea .topmenu .gnb > li:hover > a::before {left: 5px; bottom: -1px; width: calc(100% - 10px);}
    .toparea .topmenu .gnb > li .menu_list {padding: 15px 0;}
    .toparea .topmenu .gnb > li .menu_list li a {padding: 5px 0; line-height: 16px; word-break: keep-all;}
    .toparea .topmenu .bg-topmenu-on {top: 59px; height: 340px;}
    .toparea .topmenu .total_search {top: -30px;}
    .toparea .topmenu .all_menu {top: -29px;}
    .toparea .topmenu .all_menu.on {top: 10px;}
    .toparea .topmenu .all_menu_area .menu_list {padding: 20px;}
    .toparea .topmenu .all_menu_area .menu_list > li {padding: 0 0 60px 20px;}
    .toparea .topmenu .all_menu_area .menu_list > li:nth-child(n+4) {padding: 0 0 0 20px;}
    .toparea .topmenu .all_menu_area .menu_list > li > a {margin-bottom: 20px; font-size: 22px;}
    .toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li {margin-bottom: 10px;}
    .toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li > a {margin-bottom: 5px; font-size: 16px;}
    .toparea .topmenu .all_menu_area .menu_list > li .smenu_list > li .ssmenu_list li > a {font-size: 13px;}

    .midarea .main_img .slick-slide a {height: 600px;}
}
@media screen and (min-width:320px) and (max-width:1250px){
    .maincontents .area {width: 100%;}

    .maincontents .section1 {padding: 60px 20px 50px;}
    .maincontents .section1 .area a {width: 25%;}
    .maincontents .section1 .area a:nth-child(-n+4) {margin-bottom: 20px;}
    .maincontents .section2 {padding: 80px 20px 75px;}
    .maincontents .section2 .area .notice_box {padding-left: 20px;}
    .maincontents .section2 .area .notice_box > li > a {left: 20px;}
    .maincontents .section2 .area .notice_box > li:nth-child(2) > a {left: 142px;}
    .maincontents .section2 .area .notice_box > li:nth-child(3) > a {left: 262px;}
    .maincontents .section2 .area .notice_box > li:nth-child(4) > a {left: 384px;}

    .midarea .banner_area .list {width: 100%;}
    .bottomarea {padding: 35px 20px;}
    .bottomarea .address_box .footer_info .sns_box {float: none; padding-top: 0; margin-bottom: 20px;}
    .bottomarea .address_box .footer_info .dropdown {margin-left: 0;}
    .bottomarea .address_box {width: 100%;}
}
@media screen and (min-width:320px) and (max-width:1024px){

    /*메뉴*/
	#wrap {width:100%; min-width:100%;}

	.toparea {top: 20px;}
	.toparea .top_nav {display: none;}
    .toparea .topmenu {height: 30px; border: 0;}
    .toparea .topmenu h1 {position: absolute; left: 15px; top: 0; }
    .toparea .topmenu .gnb {display: none;}
    .toparea .topmenu .total_search {display: none;}
    .toparea .topmenu .all_menu {display: none;}
    .toparea .topmenu.fix {height: 40px; border-bottom: 1px solid #e6e6e6;}
    .toparea .topmenu.fix h1 {top: 5px}

	/*메뉴*/
	.toparea .mobile-category {z-index: 1099; top: 0; width: 0 !important; left: 0;}
	.toparea.mobileOpen .mobile-category {position:fixed; top: 0; width: 100% !important; display: block; height: 100%; background: rgba(0, 0, 0, 0.5);}
	.toparea .btn-category-holder {overflow: hidden; position:absolute; top:7px; right: 15px; z-index:101; width:20px; height:15px;}
    .toparea .btn-category-holder .line {display: block; margin-bottom: 4px; width: 20px; height: 2px; background-color: rgba(255, 255, 255, 1);}
    .toparea .btn-category-holder.fix {position:fixed; top: 12px;}
    .toparea .btn-category-holder.fix .line {background-color: #333;}
	.toparea .mobile-category > div.mobild_menu {overflow-y: auto; position: fixed; display: none; top:0; width:80%; height: 100%; right: -80%; background:#fff; -ms-overflow-style: none;}
	.toparea.mobileOpen .mobile-category > div.mobild_menu {display: block;}
	.toparea .mobile-category > div.mobild_menu::-webkit-scrollbar {display:none;}
	.toparea .mobile-category > div.mobild_menu:-moz-scrollbar {display:none;}
	.toparea .mobile-category > div.mobild_menu::-moz-scrollbar {display:none;}
	.mobild_menu .close {position: absolute; z-index: 120; top: 22px; right: 15px; width: 18px; height: 18px;}
	.mobild_menu .close::after, .mobild_menu .close::before {content: ''; position: absolute; left: -2px; top: 8px; width: 22px; height: 2px; background-color: #4e5c69;}
	.mobild_menu .close::after {transform: rotate(45deg);}
	.mobild_menu .close::before {transform: rotate(-45deg);}
    .mobild_menu .top_nav {display: block; margin-bottom: 30px; height: auto; text-align: left;}
    .mobild_menu .top_nav > ul {padding: 10px 0 0 15px;}
    .mobild_menu .top_nav > ul li::after {top: 10px; height: 11px; background-color: #999;}
    .mobild_menu .top_nav > ul li a {padding: 0 10px; color: #555; font-size: 12px; line-height: 22px;}
    .mobild_menu .search_box {position: relative; background-color: #0b318f;}
    .mobild_menu .search_box input {padding: 10px 40px 10px 25px; width: 100%; height: 50px; color: #fff; font-size: 12px; background-color: transparent;}
    .mobild_menu .search_box input::-webkit-input-placeholder {color:#fff !important; font-size: 12px;}
    .mobild_menu .search_box input:-moz-placeholder {color:#fff !important; font-size: 12px;}
    .mobild_menu .search_box input::-moz-placeholder {color:#fff !important; font-size: 12px;}
    .mobild_menu .search_box input:-ms-input-placeholder {color:#fff !important; font-size: 12px;}
    .mobild_menu .search_box button {position: absolute; right: 15px; top: calc(50% - 10px); width: 20px; height: 20px;}
    .mobild_menu .search_box button::after, .mobild_menu .search_box button::before {content: ''; position: absolute;}
    .mobild_menu .search_box button::after {left: 0; top: 0; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 13px;}
    .mobild_menu .search_box button::before {right: 0; bottom: 3px; transform: rotate(45deg); width: 7px; height: 2px; background-color: #fff;}
	.mobild_menu .mobile_gnb {position: relative;}
	.mobild_menu .mobile_gnb > li {overflow: hidden; border-bottom: 1px solid #b2bac1;}
	.mobild_menu .mobile_gnb > li a {display: block; color: #333;}
	.mobild_menu .mobile_gnb > li > a {padding-left: 25px; font-size: 18px; line-height: 50px;}
	.mobild_menu .mobile_gnb > li.active > a {}
	.mobild_menu .mobile_gnb > li a span {position: relative; display: inline-block; left: 10px; top: 2px; width: 10px; height: 10px;}
	.mobild_menu .mobile_gnb > li a span::after, .mobild_menu .mobile_gnb > li a span::before {content: ''; position: absolute; left: 0; top: 0; width: 10px; height: 1px; background-color: #333;}
	.mobild_menu .mobile_gnb > li a span::before {transform: rotate(90deg);}
	.mobild_menu .mobile_gnb > li.active > a > span::before, .mobild_menu .mobile_gnb > li .smenu_list > li.active > a span::before {display: none;}
	.mobild_menu .mobile_gnb > li > .smenu_list {display: none; padding: 10px 0; background-color: #f0f4f8; border-top: 1px solid #a8b3bc;}
	.mobild_menu .mobile_gnb > li > .smenu_list > li > a {padding-left: 25px; font-size: 15px; line-height: 40px;}
    .mobild_menu .mobile_gnb > li > .smenu_list > li > a span {top: 3px;}
	.mobild_menu .mobile_gnb > li > .smenu_list > li > .ssmenu_list {display: none; padding: 10px 0; background-color: #7a8296;}
	.mobild_menu .mobile_gnb > li > .smenu_list > li > .ssmenu_list > li > a {padding-left: 25px; color: #fff; font-size: 13px; line-height: 30px;}
	.mobild_menu .mobile_gnb > li > .smenu_list > li > .ssmenu_list > li > a > span {display: none;}
	.mobild_menu .mobile_gnb > li > .smenu_list > li > .ssmenu_list > li > .sssmenu_list {display: block;}
	.mobild_menu .mobile_gnb > li > .smenu_list > li > .ssmenu_list > li > .sssmenu_list li a {position: relative; padding-left: 40px; color: #fff; font-size: 11px; line-height: 25px;}
	.mobild_menu .mobile_gnb > li > .smenu_list > li > .ssmenu_list > li > .sssmenu_list li a::after {content: ''; position: absolute; left: 33px; top: 13px; width: 3px; height: 1px; background-color: #fff;}


    .midarea .main_img .slick-slide a {height: 500px;}

    .maincontents .section2 {padding: 40px 0;}
    .maincontents .section2 .area .news_slide {float: inherit; margin: 0 auto 60px;}
    .maincontents .section2 .area .notice_box {float: inherit; padding: 0 20px; width: 100%;}
    .maincontents .section2 .area .notice_box::before {content: ''; overflow: hidden; display: block; clear: both;}
    .maincontents .section2 .area .notice_box > li .tab-pane .more {right: 20px;}

    .midarea .banner_area {padding: 0 20px;}

    .bottomarea .address_box {padding-left: 0; text-align: center;}
    .bottomarea .address_box img.logo {position: relative; margin-bottom: 20px;}
    .bottomarea .address_box .footer_info {position: relative;}
    .bottomarea .address_box .footer_info .sns_box {float: none; width: 172px; margin: 0 auto;}
    .bottomarea .address_box .footer_info .sns_box li {margin: 0 5px;}
    .bottomarea .address_box .footer_info .use_box {float: none; width: 172px; margin: 0 auto;}
    .bottomarea .address_box .footer_info .use_box li {margin: 0 5px;}
    .bottomarea .address_box .footer_info .dropdown {margin: 20px auto; float: none;}

}
@media screen and (min-width:320px) and (max-width:784px){
    .midarea .main_img .slick-slide a {height: 400px;}
    .midarea .main_img .slick-arrow {transform: translateY(-50%) scale(0.34);}
    .midarea .main_img .slick-prev {left: -8px;}
    .midarea .main_img .slick-next {right: -8px;}
    .midarea .main_img .slick-next::after {top: 80px; transform: rotate(-45deg);}
    .midarea .main_img .slick-next::before {transform: rotate(45deg);}
    .midarea .main_img .slick-dots li {margin: 0 2px;}
    .midarea .main_img .slick-dots li button {width: 20px; height: 2px;}

    .maincontents .section1 {padding: 20px;}
    .maincontents .section1 .area a .box {margin: 0 auto 10px; width: 108px; height: 125px;}
    .maincontents .section1 .area a .box .icon {background-position: center 29px; background-size: auto 68px;}
    .maincontents .section1 .area a .box .bg {top: 31px; height: 62px;}
    .maincontents .section1 .area a .box .bg::after, .maincontents .section1 .area a .box .bg::before {border-left: 54px solid transparent; border-right: 54px solid transparent;}
    .maincontents .section1 .area a .box .bg::after {bottom: -31px; border-top: 31px solid #fff;}
    .maincontents .section1 .area a .box .bg::before {top: -31px; border-bottom: 31px solid #fff;}
    .maincontents .section1 .area a h3 {font-size: 13px; line-height: 17px;}
    .maincontents .section1 .area a:hover .box .icon {background-position: center 20px;}
    .maincontents .section1 .area a:hover .box .icon::before {display: none;}
    .maincontents .section1 .area a:hover .box .bg::after {border-top: 31px solid #0b318f;}
    .maincontents .section1 .area a:hover .box .bg::before {border-bottom: 31px solid #0b318f;}

    .maincontents .section2 .area .news_slide {margin: 0 auto 40px;}
    .maincontents .section2 .area .notice_box {padding: 0 10px;}
    .maincontents .section2 .area .notice_box > li > a {left: 10px; font-size: 16px; font-family:'Noto Sans KR';}
    .maincontents .section2 .area .notice_box > li:nth-child(2) > a {left: 85px;}
    .maincontents .section2 .area .notice_box > li:nth-child(3) > a {left: 157px;}
    .maincontents .section2 .area .notice_box > li:nth-child(4) > a {left: 231px;}
    .maincontents .section2 .area .notice_box > li .tab-pane {margin-top: 40px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .more {right: 10px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .list li {margin-bottom: 10px; width: calc(50% - 5px); height: 150px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .list li a {padding: 10px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .list li a h4 {margin-bottom: 10px; height: 50px; font-size: 16px; line-height: 25px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .list li a .detail {margin-bottom: 5px; height: 40px; font-size: 13px; line-height: 20px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .list li a .date {font-size: 9px;}

    .midarea .banner_area {padding: 0 5px;}
    .midarea .banner_area .list {padding: 22px 35px;}
    .midarea .banner_area .list li a span {height: 34px;}
    .midarea .banner_area .list .slick-arrow {top: calc(50% - 17px); transform: scale(0.78);}
    .midarea .banner_area .list .slick-prev {left: 0; transform: rotate(180deg) scale(0.78);}
    .midarea .banner_area .list .slick-next {right: 0;}

    .bottomarea {padding: 30px 0;}
    .bottomarea .address_box img.logo {width: 127px;}
    .bottomarea .address_box .footer_info .sns_box li {margin: 0 5px;}
    .bottomarea .address_box .footer_info .sns_box li a img {width: 30px;}
    .bottomarea .address_box .footer_info .use_box {width:170px}
    .bottomarea .address_box .footer_info .use_box li {margin: 0px 5px 20px 5px;text-align:center;}
    .bottomarea .address_box .footer_info .use_box li a {font-size:12px;}
    .bottomarea .address_box .footer_info .dropdown {width: 135px; height: 28px;}
    .bottomarea .address_box .footer_info .dropdown button {padding-left: 10px; font-size: 10px; line-height: 28px;}
    .bottomarea .address_box .footer_info .dropdown button::after, .bottomarea .address_box .footer_info .dropdown button::before {top: 12px;}
    .bottomarea .address_box .footer_info .dropdown button .dropdown-label {position: relative; top: -2px; line-height: 28px;}
    .bottomarea .address_box .footer_info .dropdown .dropdown-menu {bottom: 26px; padding: 10px; width: 135px; line-height: 16px;}
    .bottomarea .address_box .footer_info .dropdown .dropdown-menu > li {margin-bottom: 5px;}
    .bottomarea .address_box .footer_info .dropdown .dropdown-menu li h4 {font-size: 11px;}
    .bottomarea .address_box .footer_info .dropdown .dropdown-menu li ul li {padding-left: 8px;}
    .bottomarea .address_box .footer_info .dropdown .dropdown-menu li ul li::after {top: 10px; width: 3px;}
    .bottomarea .address_box .footer_info .dropdown .dropdown-menu li ul li a {font-size: 9px;}
    .bottomarea .address_box address p {font-size: 9px; line-height: 13px;}
    .bottomarea .address_box address p.copy {font-size: 9px;}

    .popup {overflow-y: auto; padding: 15px; width: calc(100% - 40px); max-height: calc(100% - 40px);}
    .popup .modal_close {right: 15px; top: 25px;}
    .popup .popup_title {margin-bottom: 15px;}

	/*에러페이지*/
	.error {overflow: hidden; width: 100%; height: auto; margin-top: -65px; position: absolute; top: 50%; background: #f8f8f9; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;}
	.error .error_box {width: 100%; margin: 0 auto; padding: 30px 20px;}
	.error .error_box h3 {color: #333; padding-bottom: 20px; font-size: 18px;}
	.error .error_box .text {color: #515151; font-size: 15px; line-height: 25px;}
	.error .error_box button {padding: 5px 15px; color: #fff; font-size: 13px;}
}
@media screen and (min-width:320px) and (max-width:640px){
    .mobild_menu .top_nav > ul li::after {top: 6px;}
	.midarea .main_img .slick-slide a {height: 320px;}

    .popup .modal_close {right: 10px; top: 13px; transform: scale(0.6);}
    .popup .popup_title {margin-bottom: 10px; padding: 0;}
    .popup .popup_title h3 {font-size: 18px;}

    /*구직정보 상세*/
    .popup.business {width: 300px;}
    .popup.business .popup_inner .business_info {padding: 10px; margin-bottom: 15px;}
    .popup.business .popup_inner .business_info .img_box {margin-bottom: 10px;}
    .popup.business .popup_inner .business_info .img_box .d_cell {height: 40px;}
    .popup.business .popup_inner p {font-size: 11px;}
}
@media screen and (min-width:320px) and (max-width:480px){
	.maincontents .section1 {padding: 10px 10px 0;}
    .maincontents .section1 .area a {margin-bottom: 10px; width: 33.33%;}
    .maincontents .section1 .area a:nth-child(-n+4) {margin-bottom: 10px;}

    .maincontents .section2 .area .news_slide {width: 340px;}
    .maincontents .section2 .area .news_slide li a {height: 370px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .more {position: relative; right: inherit; top: 0; width: 100%; height: 40px; text-align: center;}
    .maincontents .section2 .area .notice_box > li .tab-pane .more .txt {position: relative; display: inline-block; top: -2px; color: #777; font-size: 13px; line-height: 40px;}
    .maincontents .section2 .area .notice_box > li .tab-pane .more .arrow {display: inline-block; top: 5px; transform: scale(0.75);}
    .maincontents .section2 .area .notice_box > li .tab-pane .list li {width: 100%;}
}
@media screen and (min-width:320px) and (max-width:420px){
    .popup.detail .popup_inner .btn {width: 100%; margin-bottom: 5px;}
    .popup.detail .popup_inner .btn:last-child {margin-bottom: 0;}
}
@media screen and (min-width:320px) and (max-width:360px){
    .maincontents .section1 .area a {width: 50%;}

    .maincontents .section2 .area .news_slide {width: 300px;}
    .maincontents .section2 .area .news_slide li a {height: 327px;}
}
