@charset "utf-8";
@import url('common.css');
@import url('layout.css');
@import url('animate.css');

#main #container {position:relative; padding:40px 0; width:100%; overflow:hidden;}
#main #container .wrap {overflow:hidden;}

/*메인 비주얼*/
.slider_mvisual {position:relative; float:left; width:825px; height:350px; border:1px solid #dbdbdb; box-sizing:border-box;}
.slider_mvisual .slider_list {position:relative; display:block; width:100%; height:100%; z-index:1;}
.slider_mvisual .slider_list .owl-stage-outer {position:relative; overflow:hidden;}
.slider_mvisual .slider_list .owl-stage {position:relative; touch-action:manipulation;}
.slider_mvisual .slider_list .owl-item {float:left;}
.slider_mvisual .slider_list .owl-dots {display:none;}
.slider_mvisual .slider_list .owl-nav {position:absolute; top:0; right:-1px;}
.slider_mvisual .slider_list .owl-nav button {position:relative; width:29px; height:30px; background-color:#263551; text-indent:-9999px; background-repeat:no-repeat; background-position:center;}
.slider_mvisual .slider_list .owl-nav button.owl-prev { left:-30px; background-image:url("/images/hmp/main/slider_mvisual_prev_btn.png");}
.slider_mvisual .slider_list .owl-nav button.owl-next {background-image:url("/images/hmp/main/slider_mvisual_next_btn.png");}
.slider_mvisual .secondary {position:absolute; display:block; top:0; right:28px; width:30px; height:30px; background-color:#263551; border-left:1px solid #687286; border-right:1px solid #687286; box-sizing:border-box; text-indent:-9999px; background-repeat:no-repeat; background-position:center; cursor:pointer; z-index:2;}
.slider_mvisual .secondary.active {display:none;}
.slider_mvisual .play {background-image:url("/images/hmp/main/slider_mvisual_play_btn.png");}
.slider_mvisual .stop {background-image:url("/images/hmp/main/slider_mvisual_stop_btn.png");}

/*고용현황*/
.slider_current {position:relative; float:right; width:275px; height:350px; border:1px solid #dbdbdb; border-left:0; box-sizing:border-box; background:#3164a9 url("/images/hmp/main/slider_current_bg.jpg") no-repeat top center;}
.slider_current h2 {padding:18px 0 12px; width:100%; line-height:30px; color:#fff; text-align:center; font-size:22px; font-weight:500;}
.slider_current h2 .date {display:block; line-height:20px; opacity:0.5; font-size:16px; font-weight:100;}
.slider_current .slider_list {position:relative; display:block; width:100%; /*z-index:1;*/}
.slider_current .slider_list .owl-stage-outer {position:relative; overflow:hidden; margin-top:-33px;}
.slider_current .slider_list .owl-stage {position:relative; touch-action:manipulation;}
.slider_current .slider_list .owl-dots {display:none; color:#fff;}
.slider_current .slider_list .owl-nav {position:relative; margin:0 20px; height:40px; border-radius:3px; background:#fff; overflow:hidden;}
.slider_current .slider_list .owl-nav button {position:relative; margin-top:6px; width:28px; height:28px; text-indent:-9999px; background-repeat:no-repeat; background-position:center; z-index:10; color:#fff;}
.slider_current .slider_list .owl-nav button.owl-prev {float:left; margin-left:10px; background-image:url("/images/hmp/main/slider_current_prev_btn.png");}
.slider_current .slider_list .owl-nav button.owl-next {float:right; margin-right:10px; background-image:url("/images/hmp/main/slider_current_next_btn.png");}
.slider_current .slider_list .owl-item {position:relative; float:left;}
.slider_current .slider_list .item {position:relative;}
.slider_current .slider_list .item_title {margin-bottom:10px; text-align:center; font-size:18px; font-weight:500; color:#333;}
.slider_current .slider_list .item article {margin:14px; padding-bottom:10px}
.slider_current .slider_list .item article.first {margin-top:30px; border-bottom:1px dashed #98b2d4;}
.slider_current .slider_list .item article .figure_title {position:relative; padding-left:10px; color:#fff; font-size:16px; font-weight:300;}
.slider_current .slider_list .item article .figure_title:before {content:''; position:absolute; top:11px; left:0px; width:3px; height:3px; background:#01baff;}
.slider_current .slider_list .item article .figure_num {margin-top:4px; line-height:30px; text-align:right; color:#fff; }
.slider_current .slider_list .item article .figure_num strong {line-height:27px; font-size:24px;}
.slider_current .slider_list .item article.last .figure_num img {margin-top:6px; margin-right:5px;}
.slider_current .secondary {position:absolute; display:block; left:131px; bottom:20px; width:28px; height:28px; text-indent:-9999px; cursor:pointer; background-repeat:no-repeat; background-position:center; color:#fff;}
.slider_current .secondary.active {display:none;}
.slider_current .play {background-image:url("/images/hmp/main/slider_current_play_btn.png");}
.slider_current .stop {background-image:url("/images/hmp/main/slider_current_stop_btn.png");}

/* 퀵메뉴 */
.quick_menu {position:relative; padding:20px 0; width:100%; height:150px; background:#eaf2ff; border:1px solid #dbdbdb; border-top:0px; box-sizing:border-box;}
.quick_menu ul li {float:left; width:10%;}
.quick_menu ul li a {display:block;}
.quick_menu ul li a span {display:block; margin:0 auto; width:76px; height:76px; text-align:center; overflow:hidden; background:#fff; border-radius:500px; box-shadow:0 0 5px #d3e0ef}
.quick_menu ul li a span img {display:block; transition-property:transform; transition-duration:0s; transition-timing-function:ease-in-out;}
.quick_menu ul li a:hover span img {transform:rotateY(360deg); transition-duration:0.6s;}
.quick_menu ul li a strong {display:block; margin-top:14px; text-align:center; font-size:14px;}
.quick_menu ul li a:hover strong {text-decoration:underline;}

/*보도자료*/
.press_release {float:left; position:relative; padding:0 30px; width:50%; height:219px; border:1px solid #dbdbdb; border-top:0px; box-sizing:border-box;}
.press_release h2 {margin:30px 0 20px; line-height:24px; font-size:20px; font-weight:600; color:#333;}
.press_release h2 a {float:right; display:inline-block; width:14px; height:14px; background:url("/images/hmp/common/btn_more.png") no-repeat center; text-indent:-9999px;}
/*2020.12.08 jekwon [웹접근성] 1p 19. 콘텐츠의 선형 구조*/
.press_release a.more {position:absolute; top: 35px; left: 504px; display:inline-block; width:14px; height:14px; background:url("/images/hmp/common/btn_more.png") no-repeat center; text-indent:-9999px;}
.press_release ul li {position:relative; margin-bottom:10px; padding:0px 90px 0 10px;line-height:20px; font-size:14px; color:#333; font-weight:400;}
.press_release ul li:before {content:''; position:absolute; top:10px; left:0; width:3px; height:3px; background:#adadad;}
.press_release ul li a {display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#333;}
.press_release ul li a:hover {text-decoration:underline;}
.press_release ul li > span {position:absolute; top:0; right:0;}

/*조사공표일정*/
.schedule {float:left; position:relative; padding:30px; width:25%; height:219px; box-sizing:border-box; background:#4068a5;}
.schedule h2 {line-height:24px; font-size:20px; font-weight:600; color:#fff;}
.schedule .text_box {margin-top:12px; line-height:20px; font-size:16px; font-weight:300; color:#e4e9f2;}
.schedule .link {display:block; margin-top:14px; width:146px; height:37px; line-height:37px; font-size:16px; font-weight:300; color:#fff; text-align:center; background:url("/images/hmp/main/link_bg.png") no-repeat center; box-sizing:border-box;}
.schedule .link:hover {text-decoration:underline;}

/*인터넷조사 */
.casi_survey {position:relative; float:left; width:25%; height:219px; background:#4068a5 url("/images/hmp/main/schedule_bg.jpg") no-repeat center;}
.casi_survey a {display:block; padding:30px; width:100%; height:100%; box-sizing:border-box; color:#fff;}
.casi_survey a:hover {text-decoration:underline;}
.casi_survey h2 {line-height:24px; font-size:20px; font-weight:600; color:#fff;}
.casi_survey .text_box {margin-top:12px; line-height:20px; font-size:16px; font-weight:300; color:#fff;}

/*고객게시판*/
.customer_board {float:left; position:relative; padding:0 30px; width:50%; height:219px; border:1px solid #dbdbdb; border-top:0px; box-sizing:border-box;}
.customer_board h2 {margin:30px 0 20px; line-height:24px; font-size:20px; font-weight:600; color:#333;}
.customer_board h2 a {float:right; display:inline-block; width:14px; height:14px; background:url("/images/hmp/common/btn_more.png") no-repeat center; text-indent:-9999px;}
/*2020.12.08 jekwon [웹접근성] 1p 19. 콘텐츠의 선형 구조*/
.customer_board a.more {position:absolute; top: 35px; left: 504px; display:inline-block; width:14px; height:14px; background:url("/images/hmp/common/btn_more.png") no-repeat center; text-indent:-9999px;}
.customer_board ul li {position:relative; margin-bottom:10px; padding:0px 90px 0 10px;line-height:20px; font-size:14px; color:#333; font-weight:400;}
.customer_board ul li:before {content:''; position:absolute; top:10px; left:0; width:3px; height:3px; background:#adadad;}
.customer_board ul li a {display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#333;}
.customer_board ul li a:hover {text-decoration:underline;}
/* 2020.11.30 jekwon [웹표준 문법] 1p HTML 3. 하위 선택자에서 자식 선택자로 변경*/
.customer_board ul li > span {position:absolute; top:0; right:0;}

/*인터넷조사, 통계설명*/
.internet_research, .statistical_description {position:relative; float:left; width:25%; height:219px;}
.internet_research a, .statistical_description a {display:block; padding:30px; width:100%; height:100%; box-sizing:border-box;}
.internet_research a:hover , .statistical_description a:hover {text-decoration:underline;}
.internet_research h2, .statistical_description h2 {line-height:24px; font-size:20px; font-weight:600; color:#333;}
.internet_research .text_box, .statistical_description .text_box {margin-top:12px; line-height:20px; font-size:16px; font-weight:300; color:#333;}
.internet_research {background:#d7dbf3 url("/images/hmp/main/internet_research_bg.png") no-repeat center;}
.statistical_description {background:#a9d4ff url("/images/hmp/main/statistical_description_bg.png") no-repeat center;}

/*바로가기 메뉴*/
.shortcut_menu {position:relative; padding:40px 40px 0; width:100%; height:150px; box-sizing:border-box;}
.shortcut_menu ul li {float:left; width:16.666666666667%;}
.shortcut_menu ul li a {display:block;}
.shortcut_menu ul li a span {display:block; margin:0 auto; width:79px; height:79px; text-align:center; overflow:hidden; border-radius:500px; background:#f3f5fa; transition:all 0.4s;}
.shortcut_menu ul li a strong {display:block; margin-top:14px; text-align:center; font-size:16px; font-weight:500;}
.shortcut_menu ul li a:hover span {background:#a9d4ff;}
.shortcut_menu ul li a:hover strong {text-decoration:underline;}