﻿@charset "utf-8";
/* *******************************************************
 * filename : common.css
 * description : 공통디자인 CSS
 * date : 2020-00-00
******************************************************** */

/**********
    LAYOUT
***********/
.wrap{min-width:1280px;}
.content-inner{min-height:1000px;width:1200px;margin:0 auto;padding:0 0 80px;}
.content-inner.st2{min-height:0;padding:0}
.sec-inner{width:1200px;margin:0 auto;}

/**********
    HEADER
***********/
.header{border-bottom:1px solid #dadada;position:relative}
.header .inner{position:relative;height:80px;width:1200px;margin:0 auto}

.logo{width:133px;height:34px;text-indent:-9999px;position:absolute;top:50%;margin-top:-17px;left:0}
.logo img{display:block}

.top-btn{position:absolute;top:50%;right:0;margin-top:-20px}
.top-btn li{float:left;margin-left:20px}
.top-btn li:first-child{margin-left:0}
.top-btn li button{border:1px solid #31588d;border-radius:40px;padding:0 25px;transition:all .4s}
.top-btn li button em{display:block;line-height:38px;font-size:16px;color:#31588d}
.top-btn li button em.icon01{background:url(/images/mobilehunter/net/common/top_btn_icon01.png) no-repeat 0 50%;padding-left:20px}
.top-btn li button:hover em.icon01{background:url(/images/mobilehunter/net/common/top_btn_icon01_w.png) no-repeat 0 50%;padding-left:20px}
.top-btn li button em.icon02{background:url(/images/mobilehunter/net/common/top_btn_icon02.png) no-repeat 0 50%;padding-left:20px}
.top-btn li button:hover em.icon02{background:url(/images/mobilehunter/net/common/top_btn_icon02_w.png) no-repeat 0 50%;padding-left:20px}
.top-btn li button:hover{background:#31588d}
.top-btn li button:hover em{color:#fff}

.gnb-menu{position:absolute;left:290px;top:0}
.gnb-menu li{float:left;width:190px;text-align:center;position:relative}
.gnb-menu li:after{content:"";height:3px;background:#31588d;position:absolute;bottom:-1px;left:0;opacity:0;transition:all .4s}
.gnb-menu li.on:after,.gnb-menu li:hover:after{opacity:1;width:100%}
.gnb-menu li a{display:block;line-height:80px;font-size:18px;font-weight:900;color:#222}
.gnb-menu li a:hover,.gnb-menu li.on a{color:#31588d}

.mega-menu{display:none;position:absolute;top:81px;left:0;width:100%;background:#fff;z-index:9;box-shadow:0 5px 5px 0 rgba(0,0,0,.2)}
.mega-menu dl{width:1200px;margin:0 auto;display:table}
.mega-menu dl dt{display:table-cell;width:290px;vertical-align:top;padding-top:40px;background:url(/images/mobilehunter/net/common/gnbmenu_bg_img.png) no-repeat bottom 20px right 20px}
.mega-menu dl dt h2{font-size:20px;color:#222}
.mega-menu dl dt h2 strong{font-weight:900}
.mega-menu dl dd{display:table-cell;vertical-align:top;border-left:1px solid #dadada}
.menu-area:after{content:"";display:block;clear:both}
.menu-area>li{float:left;box-sizing:border-box;border-right:1px solid #dadada;width:190px;height:240px;position:relative;transition:all .3s}
.menu-area>li:hover{background:#f9f9f9}
.menu-area>li:hover:after{display:block}
.menu-list li{text-align:center;padding:10px 0}
.menu-list li a{display:inline-block;font-size:15px;color:#666;position:relative;padding-bottom:3px}
.menu-list li a:after{content:"";width:0;height:1px;background:#172447;position:absolute;bottom:0;left:0;opacity:0;transition:all .3s}
.menu-list li a:hover{color:#172447}
.menu-list li a:hover:after{width:100%;opacity:1}

/**********
    FOOTER
***********/
.footer{margin-top:150px;background:#2e2e33}
.footer .inner{padding:40px 0;width:1200px;margin:0 auto;display:table}
.footer .inner dt{display:table-cell;vertical-align:middle;width:200px}
.footer .inner dd{display:table-cell;vertical-align:middle}
.footer .inner dd ul{overflow:hidden}
.footer .inner dd ul li{float:left;margin-left:20px;padding-left:20px;position:relative}
.footer .inner dd ul li:first-child{margin-left:0;padding-left:0}
.footer .inner dd ul li:after{content:"";width:1px;height:12px;background:#666;position:absolute;top:50%;left:0;margin-top:-6px}
.footer .inner dd ul li:first-child:after{display:none}
.footer .inner dd ul li a{font-size:14px;color:#fff}
.footer .inner dd ul li a:hover{text-decoration:underline}
.footer .inner dd ul li a strong{color:#5ca3ff}
.footer .inner dd p{font-size:13px;color:#666;margin-top:10px}

/**********
    UI DESIGN
***********/
/* sub-visual */
.sub-visual{position:relative;height:260px;position:relative;overflow:hidden}
.sub-visual:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-repeat:no-repeat;background-position:50%;background-size:cover;animation:zoom-ani 1.8s linear forwards}
.sub-visual.support:after{background-image:url(/images/mobilehunter/net/common/subtit_bg_support.jpg)}
.sub-visual.introduce:after{background-image:url(/images/mobilehunter/net/common/subtit_bg_introduce.png)}
.sub-visual.company:after{background-image:url(/images/mobilehunter/net/common/subtit_bg_company.png)}
.sub-visual.contact:after{background-image:url(/images/mobilehunter/net/common/subtit_bg_contact.png)}
@keyframes zoom-ani {
    0% {
        -ms-transform: scale(1, 1) rotate(.001deg);
        transform: scale(1, 1) rotate(.001deg);
    }
    100% {
        -ms-transform: scale(1.1, 1.1) rotate(.001deg);
        transform: scale(1.1, 1.1) rotate(.001deg);
    }
}
.sub-visual-tit{padding-top:85px}
.sub-visual-tit h2{font-size:45px;color:#fff;font-weight:900;text-align:center}
.sub-visual-tit p{margin-top:10px;font-size:18px;color:#737b8a;text-align:center}

/* locationArea */
.locationArea{height:50px;background-color:#fff;-webkit-transition:.3s;transition:.3s;border-bottom:1px solid #dadada}
.locationArea .secInner{width:1200px;margin:0 auto;padding:0}
.locationArea .secInner:after{content:"";display:block;clear:both}
.locationArea .home{float:left;width:48px;height:50px;background:url(/images/mobilehunter/net/common/ico_sublink_home.png) no-repeat 50%;border-left:1px solid #dadada;text-indent:-9999px}
.locationArea .locationSel{float:left;position:relative;width:190px;border-left:1px solid #dadada}
.locationArea .locationSel:last-child,.locationArea .locationSel:last-child ul{border-right:1px solid #dadada}
.locationArea .locationSel>a{display:block;position:relative;overflow:hidden;height:50px;max-width:158px;white-space:nowrap;text-overflow:ellipsis;line-height:48px;padding:0 20px;font-size:14px;color:#666;text-align:left;transition:all .3s ease}
.locationArea .locationSel>a.on{background:#f9f9f9}
.locationArea .locationSel>a:after{content:'';position:absolute;right:15px;top:22px;display:block;width:7px;height:5px;background:url(/images/mobilehunter/net/common/ico_sublink_open.png) no-repeat 50%;transition:all .3s ease;-webkit-transition:all .3s ease}
.locationArea .locationSel>a.on:after{transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.locationArea .locationSel ul{display:none;position:absolute;top:100%;left:0;z-index:10;left:-1px;right:-1px;padding:8px 0 12px 0;border:1px solid #dadada;box-sizing:border-box;background:#f9f9f9}
.locationArea .locationSel ul li a{position:relative;display:block;height:30px;line-height:28px;padding:0 20px;font-size:14px;color:#666;font-weight:500;box-sizing:border-box}
.locationArea .locationSel ul li a:hover{color:#172447}
.locationArea.topBarFix{position:fixed;top:0;left:0;width:100%;z-index:111}
/* .locationArea.topBarFix {
    background-color: #343434;
} */

/* sub-tit-area */
.sub-tit-area{padding:60px 0;text-align:center;}
.sub-tit-area h3{color:#222;font-size:42px;font-weight:900;}
.sub-tit-area h4{margin-top:50px;color:#222;font-size:32px;font-weight:800;}
.sub-tit-area p{margin-top:20px;color:#666;font-size:18px;line-height:28px;}
.sub-tit2{color:#222;font-size:32px;font-weight:800;text-align:center;padding-bottom:40px}

/* paging */
.paging{text-align:center;overflow:hidden;position:relative;padding:20px 0}
.paging a{display:inline-block;width:26px;height:26px;line-height:26px;text-align:center;font-size:14px;color:#646464;vertical-align:middle;border:1px solid #fff;}
.paging a:hover{color:#fff;background:#31588d;border:1px solid #31588d;}
.paging a.selected{background:#31588d;border:1px solid #31588d;color:#fff;font-weight:700}
.paging a.first{background:#fff url(/images/mobilehunter/net/common/page_first.png) no-repeat 50%;border:1px solid #ddd}
.paging a.first:hover{background:#fff url(/images/mobilehunter/net/common/page_first.png) no-repeat 50%;border:1px solid #31588d}
.paging a.pre{background:#fff url(/images/mobilehunter/net/common/page_pre.png) no-repeat 50%;border:1px solid #ddd}
.paging a.pre:hover{background:#fff url(/images/mobilehunter/net/common/page_pre.png) no-repeat 50%;border:1px solid #31588d}
.paging a.next{background:#fff url(/images/mobilehunter/net/common/page_next.png) no-repeat 50%;border:1px solid #ddd}
.paging a.next:hover{background:#fff url(/images/mobilehunter/net/common/page_next.png) no-repeat 50%;border:1px solid #31588d}
.paging a.last{background:#fff url(/images/mobilehunter/net/common/page_last.png) no-repeat 50%;border:1px solid #ddd}
.paging a.last:hover{background:#fff url(/images/mobilehunter/net/common/page_last.png) no-repeat 50%;border:1px solid #31588d}

/* notice-search */
.notice-search{background:#f9f9f9;padding:25px 0 35px;text-align:center}
.notice-search select{height:60px;border:0;border-bottom:2px solid #1d2934;padding:0 15px;font-size:18px;color:#222;vertical-align:middle;background:#f9f9f9 url(/images/mobilehunter/net/common/ico_sublink_open.png) no-repeat right 15px top 50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:180px}
.notice-search select::-ms-expand{display:none}
.notice-search .search-input{display:inline-block;position:relative;height:60px;border-bottom:2px solid #1d2934;vertical-align:middle;box-sizing:border-box;padding-right:60px;margin-left:20px;width:500px}
.notice-search .search-input input[type=text]{height:56px;border:0;font-size:18px;color:#222;vertical-align:top;width:100%;padding:0 15px;box-sizing:border-box;background:#f9f9f9}
.notice-search .search-input button{width:60px;height:58px;background:url(/images/mobilehunter/net/common/inputsearch_icon.png) no-repeat 50%;position:absolute;top:0;right:0;text-indent:-9999px}

/* notice-total */
.notice-total{padding:30px 0 10px}
.notice-total span{font-size:18px;color:#333}
.notice-total span strong{font-weight:900;color:#31588d;padding-left:10px}

/* btn */
.btn{display:inline-block;padding:12px 38px;color:#fff;font-size:16px;transition:all .2s}
.btn.type1{background-color:#31588d;border:1px solid #31588d}
.btn.type1:hover{color:#31588d;background-color:#fff;border:1px solid #31588d}
.btn.type2{background-color:#737b8a;border:1px solid #737b8a}
.btn.type2:hover{color:#737b8a;background-color:#fff;border:1px solid #737b8a}
/* btn-area */
.btn-area{margin-top:30px;text-align:right;}

/**********
    MAIN
***********/
.main-visual{height:500px;background:url(/images/mobilehunter/net/common/main_visual_bg.jpg) no-repeat 50%;background-size:cover}
.main-visual .inner{width:1200px;margin:0 auto}
.main-visual .inner h3{font-size:50px;color:#fff;font-weight:400;line-height:60px;padding-top:140px}
.main-visual .inner h3 strong{font-weight:900}
.main-visual .inner p{font-size:18px;color:#fff;line-height:26px;margin-top:40px}

.services-solutions{background:#eef1f4}
.services-solutions .inner{width:1200px;margin:0 auto;padding:50px 0}
.services-solutions .inner h3{font-size:24px;color:#222;font-weight:900}

.banner-list{margin:20px -20px 0}
.banner-list:after{content:"";display:block;clear:both}
.banner-list li{float:left;width:33.33%;box-sizing:border-box;padding:0 20px}
.banner-crad{display:block;height:150px;border-radius:5px;padding:30px;box-sizing:border-box;transition:all .4s;position:relative;top:0}
.banner-crad:hover{top:-10px;box-shadow:0 0 20px 0 rgba(49,88,141,.3)}
.banner-crad strong{display:inline-block;font-size:15px;color:#1c5cb0;font-weight:900;margin-bottom:15px;position:relative;z-index:2}
.banner-crad strong:after{content:"";height:12px;position:absolute;left:-3px;right:-3px;bottom:0;background:#e5edf7;z-index:-1}
.banner-crad h4{font-size:20px;color:#222;font-weight:900;line-height:26px}
.banner-crad p{font-size:14px;color:#666;margin-top:10px}
.banner-crad.item01{background:#fff url(/images/mobilehunter/net/common/banner_bg_img01.png) no-repeat right 30px top 50%}
.banner-crad.item02{background:#fff url(/images/mobilehunter/net/common/banner_bg_img02.png) no-repeat right 30px top 50%}
.banner-crad.item03{background:#31588d url(/images/mobilehunter/net/common/banner_bg_img03.png) no-repeat right 30px top 50%}
.banner-crad.item03 h4,.banner-crad.item03 p{color:#fff}
.banner-crad.item03 p{margin-top:15px}

.notice-wrap .inner{width:1200px;margin:0 auto;padding:40px 0 80px}
.notice-layout{display:table;width:100%;table-layout:fixed}
.notice-layout .notice-area{display:table-cell;box-sizing:border-box;padding:0 0 0 20px}
.notice-layout .notice-area.faq{width:33%;padding:0 20px 0 0}
.notice-area dt{position:relative}
.notice-area dt h3{font-size:24px;color:#222;font-weight:900}
.notice-area dt a{font-size:14px;color:#666;position:absolute;top:50%;margin-top:-10px;right:0;padding-right:25px;line-height:20px}
.notice-area dt a:after{content:"";width:16px;height:16px;background:#737b8a url(/images/mobilehunter/net/common/more_plus_icon.png) no-repeat 50%;position:absolute;top:50%;margin-top:-8px;right:0}
.faq-list li{margin-top:15px}
.faq-list li a{display:block;line-height:54px;font-size:16px;color:#222;padding:0 20px 0 50px;background:#f6f7f8 url(/images/mobilehunter/net/common/q_txt_icon.png) no-repeat 22px 50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .4s}
.faq-list li a:hover{color:#fff;background:#31588d url(/images/mobilehunter/net/common/q_txt_icon_w.png) no-repeat 22px 50%}

.notice-list{overflow:hidden;margin:15px -20px 0}
.notice-list li{float:left;width:33.33%;box-sizing:border-box;padding:0 20px;border-left:1px solid #eee}
.notice-list li:first-child{border-left:0}
.notice-list li a{display:block}
.notice-list li a h4{font-size:16px;color:#222;font-weight:900;line-height:22px;height:44px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;transition:all .4s}
.notice-list li a p{font-size:14px;color:#999;line-height:22px;height:44px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;transition:all .4s}
.notice-list li a span{display:inline-block;font-size:14px;color:#999;padding-left:25px;background:url(/images/mobilehunter/net/common/calendar_icon.png) no-repeat 0 50%;margin-top:20px}
.notice-list li a:hover p{text-decoration:underline}

.btm-banner{overflow:hidden;margin-top:34px}
.btm-banner li{float:left;width:50%;padding:0 0 0 20px;box-sizing:border-box}
.btm-banner li:first-child{padding:0 20px 0 0}
.btm-banner li a{display:block;border-radius:5px;padding:30px;transition:all .4s}
.btm-banner li.bn1 a{background:#737b8a url(/images/mobilehunter/net/common/btm_banner_img01.png) no-repeat right 0 bottom -30px}
.btm-banner li.bn1 a:hover{background:#737b8a url(/images/mobilehunter/net/common/btm_banner_img01.png) no-repeat right 0 bottom -10px}
.btm-banner li.bn2 a{background:#172447 url(/images/mobilehunter/net/common/btm_banner_img02.png) no-repeat right -50px bottom -80px}
.btm-banner li.bn2 a:hover{background:#172447 url(/images/mobilehunter/net/common/btm_banner_img02.png) no-repeat right -50px bottom -60px}
.btm-banner li a p{font-size:20px;color:#fff;font-weight:900}
.btm-banner li a span{display:inline-block;font-size:15px;color:#fff;margin-top:20px;padding-right:46px;background:url(/images/mobilehunter/net/common/link_arrow.png) no-repeat right 8px top 50%;transition:all .4s}
.btm-banner li a:hover span{background:url(/images/mobilehunter/net/common/link_arrow.png) no-repeat right 0 top 50%}

/**********
    SUB
***********/

/* QnA */
.tbl-style01{width:100%;table-layout:fixed;border-top:2px solid #172447}
.tbl-style01 tbody td{padding:30px 0;border-bottom:1px solid #dadada;color:#666;font-size:16px}
.tbl-style01 tbody td.name{text-align:center}
.tbl-style01 tbody td.subject{padding:0 30px}
.tbl-style01 tbody td.subject a{display:inline-block;color:#222;font-size:18px;font-weight:700;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tbl-style01 tbody td.subject a.lock{padding-left:30px;background:url(/images/mobilehunter/net/common/ico_qna_lock.png) no-repeat left center}
.tbl-style01 tbody td.subject a:hover{text-decoration:underline}
.tbl-style01 tbody td .date{display:inline-block;position:relative;padding-left:25px}
.tbl-style01 tbody td .date:before{content:"";position:absolute;top:4px;left:0;width:1px;height:15px;background-color:#dadada}
.tbl-style01 tbody td .reply{padding-left:60px;background:url(/images/mobilehunter/net/common/ico_qna_reply.png) no-repeat left 30px center}
.tbl-style01 tbody td .reply a{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tbl-style01 tbody td .reply a:hover{text-decoration:underline}
.tbl-style01 tbody td .reply a span{display:inline-block;padding:5px 12px;margin-right:10px;border:1px solid #737b8a;border-radius:30px;color:#737b8a;font-size:14px;vertical-align:1px}
.tbl-style01 tbody td .reply a strong{color:#737b8a;font-size:18px;font-weight:400}
.tbl-style01 tbody tr.pw-tr td{padding:15px 0}
.tbl-style01 tbody td .pw-inpt{padding-left:55px}
.tbl-style01 tbody td .pw-inpt label span{display:inline-block;margin-right:20px;color:#222;font-size:14px;font-weight:700}
.tbl-style01 tbody td .pw-inpt input{width:285px;height:40px;padding:10px;box-sizing:border-box;border:1px solid #dadada}
.tbl-style01 tbody td .pw-inpt .btn{padding:9px 17px 10px 17px;font-size:14px;vertical-align:-1px}
.tbl-style01 tbody tr:hover td{background-color:#f6f7f8}

/* QnA 상세*/
.tbl-wrap{border-top:3px solid #444;}
.tbl-style02{width:100%;table-layout:fixed;border-top:3px solid #444;}
.tbl-style02.b-none{border-top:0;}
.tbl-style02 thead th{padding:32px 20px 32px 20px;border-bottom:1px solid #d9d9d9;font-size:20px;font-weight:700;text-align:left;}
.tbl-style02 thead th.title h4.lock{padding-left:30px;background:url('/images/mobilehunter/net/common/ico_qna_lock.png') no-repeat left top 5px;}
.tbl-style02 thead th.answer{position:relative;padding-left:80px;}
.tbl-style02 thead th.answer span{position:absolute;top:30px;left:20px;padding:5px 12px;margin-right:10px;border:1px solid #737b8a;border-radius:30px;color:#31588d;font-size:14px;vertical-align:1px;}
.tbl-style02 thead th.answer h4{display:inline-block;color:#31588d;}
.tbl-style02 thead td{padding:32px 0 32px 0;border-bottom:1px solid #d9d9d9;font-size:20px;font-weight:700;}
.tbl-style02 thead tr.bg th,
.tbl-style02 thead tr.bg td{background-color:#f7f8fa;}
.tbl-style02 tbody td{padding:46px 20px 46px 20px;border-bottom:1px solid #d9d9d9;font-size:15px;line-height:32px;color:#666;}
.tbl-style02 .name{color:#666;font-size:16px;font-weight:normal;text-align:center;}
.tbl-style02 .date{display:inline-block;position:relative;padding-left:25px;color:#666;font-size:16px;font-weight:normal;}
.tbl-style02 .date:before{content:"";position:absolute;top:3px;left:0;width:1px;height:15px;background-color:#dadada;}

/* QnA 쓰기 */
.tbl-style03{width:100%;table-layout:fixed;border-top:3px solid #444;}
.tbl-style03 thead th{padding:11px 30px;border-bottom:1px solid #d9d9d9;font-size:15px;background-color:#f7f8fa;}
.tbl-style03 tbody th{height:52px;padding:11px 30px;border-bottom:1px solid #d9d9d9;font-size:15px;background-color:#f7f8fa;text-align:left;}
.tbl-style03 tbody td{height:52px;padding:11px 18px;border-left:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-size:15px;}
.tbl-style03 tbody tr.t-center td{text-align:center;}
.tbl-style03 tbody td:first-child{border-left:0;}
.tbl-style03 input[type="text"],
.tbl-style03 input[type="password"]{height:40px;padding:10px;box-sizing:border-box;border:1px solid #dadada;}

.qna-agreement{margin-top:50px;padding-bottom:40px;border-bottom:1px solid #e1e1e1;}
.qna-agreement h4{font-size:19px;}
.qna-agreement p{margin:25px 0;color:#444;font-size:15px;}
.qna-agreement p strong{color:#31588d;}

.qna-chkbox{text-align:center;}
.chk{ display:inline-block; position:relative; padding-left:28px; cursor:pointer; font-size:17px; color:#444; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.chk input[type="checkbox"]{ position:absolute; opacity:0; cursor:pointer; }
.checkmark{ position:absolute; top:2px; left:0; height:22px; width:22px; background:url(/images/mobilehunter/net/common/ico_check.png) no-repeat 50%; }
.chk input[type="checkbox"]:checked + .checkmark{ background:url(/images/mobilehunter/net/common/ico_checked.png) no-repeat 50%; }

.pwInp{ position:relative; overflow:hidden; height:34px; }
.pwInp span{ position:relative; padding-left:8px; margin-right:10px; font-size:14px; color:#444; }
.pwInp span:before{ content:''; position:absolute; left:0; top:50%; margin-top:-1.5px; width:3px; height:3px; background-color:#696969; }
.pwInp label{ display:none; }
.pwInp input[type="password"]{height:34px;padding:0 10px;}
.pwInp input[type="checkbox"]{ position:absolute; top:50%; margin-top:-7.5px; left:0;}
.pwInp input[type="checkbox"] + label{ margin-left:35px; }
.pwInp input[type="checkbox"]:checked + label{ display:inline-block; }

/* LIMS-KOLIMS 업무관리 */
.tab-style01{margin-bottom:80px;border-top:1px solid #dadada;border-right:1px solid #dadada}
.tab-style01:after{content:"";display:block;clear:both}
.tab-style01 li{float:left;width:12.5%}
.tab-style01 li a{display:block;color:#999;font-size:16px;text-align:center;line-height:55px;border-left:1px solid #dadada;border-bottom:1px solid #dadada}
.tab-style01 li.on a{color:#fff;background-color:#152245;border-left:1px solid #152245;border-bottom:1px solid #152245}

.tab-business .img-box{text-align:center}
.tab-business .img-box img{max-width:100%}
.tab-business .sec-box{margin-top:80px;padding:70px 0;background-color:#f9f9f9}
.tab-business .msg{color:#e53636;font-size:14px;font-weight:700;text-align:right;margin-top:10px}

.business-info-list{overflow:hidden;margin:0 -12px}
.business-info-list li{float:left;width:20%;box-sizing:border-box;padding:0 12px}
.business-info-list li dl{height:260px;padding:125px 20px 20px;box-sizing:border-box;border:1px solid #ccc;text-align:center}
.business-info-list li dl.ico01{background:url(/images/mobilehunter/net/common/ico_solution_info01.png) no-repeat top 50px center}
.business-info-list li dl.ico02{background:url(/images/mobilehunter/net/common/ico_solution_info02.png) no-repeat top 50px center}
.business-info-list li dl.ico03{background:url(/images/mobilehunter/net/common/ico_solution_info03.png) no-repeat top 50px center}
.business-info-list li dl.ico04{background:url(/images/mobilehunter/net/common/ico_solution_info04.png) no-repeat top 50px center}
.business-info-list li dl.ico05{background:url(/images/mobilehunter/net/common/ico_solution_info05.png) no-repeat top 50px center}
.business-info-list li dl dt{color:#111;font-size:18px;font-weight:800}
.business-info-list li dl dd{margin-top:15px;color:#666;font-size:16px}

/*  FAQ */
.faq-area{margin-top:30px;border-top:2px solid #222}
.faq-area dt{position:relative;color:#222;font-size:18px;padding:30px 130px;cursor:pointer;border-bottom:1px solid #dadada;line-height:26px}
.faq-area dt:before{content:"";position:absolute;top:30px;left:50px;width:20px;height:22px;background:url(/images/mobilehunter/net/common/ico_faq_q.png) no-repeat 50%}
.faq-area dt:after{content:"";position:absolute;top:35px;right:50px;width:17px;height:11px;background:url(/images/mobilehunter/net/common/ico_faq_down.png) no-repeat 50%;transition:all .3s}
.faq-area dt:hover{background-color:#f9f9f9}
.faq-area dd{display:none;position:relative;color:#666;font-size:16px;padding:30px 30px 30px 130px;background-color:#eef1f4;line-height:26px}
.faq-area dd:before{content:"";position:absolute;top:30px;left:50px;width:20px;height:20px;background:url(/images/mobilehunter/net/common/ico_faq_a.png) no-repeat 50%}
.faq-area dt.on:after{transform:rotate(-180deg)}
.faq-area dd.on{border-bottom:1px solid #dadada}

/* 공지사항 */
.noticelist{border-top:2px solid #172447}
.noticelist li{border-bottom:1px solid #dadada}
.noticelist li a{display:block}
.noticelist li a:hover{background:#f6f7f8}
.noticelist li a dl{display:table;width:100%;table-layout:fixed}
.noticelist li a dl dd,.noticelist li a dl dt{display:table-cell;padding:30px 0;vertical-align:middle;box-sizing:border-box}
.noticelist li a dl dt{width:125px;text-align:center}
.noticelist li a dl dt strong{display:block;font-size:32px;font-weight:900;color:#222}
.noticelist li a dl dt span{display:block;font-size:15px;color:#666}
.noticelist li a dl dd{padding-right:20px}
.noticelist li a dl dd h4{display:inline-block;max-width:100%;line-height:20px;font-size:20px;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;position:relative}
.noticelist li a:hover dl dd h4{color:#31588d;text-decoration:underline}
.noticelist li a dl dd h4.new{padding-right:30px;background:url(/images/mobilehunter/net/common/notice_new_icon.png) no-repeat right 0 top 50%}
.noticelist li a dl dd h4.down{padding-right:30px}
.noticelist li a dl dd h4.down:after{content:"";width:20px;height:20px;background:url(/images/mobilehunter/net/common/notice_down_icon.png) no-repeat 50%;position:absolute;top:0;right:0}
.noticelist li a dl dd h4.new.down{padding-right:60px;background:url(/images/mobilehunter/net/common/notice_new_icon.png) no-repeat right 30px top 50%}
.noticelist li a dl dd p{font-size:16px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:10px}

/* 공지사항_view */
.notice-paging{margin-top:50px;border-top:1px solid #2f2f2f}
.notice-paging li{padding:25px 30px;border-bottom:1px solid #c9c9c9}
.notice-paging li span{display:inline-block;color:#666;font-size:14px}
.notice-paging li span.date{float:right}
.notice-paging li .nPaging{width:110px;padding-left:20px;box-sizing:border-box}
.notice-paging li .nPaging.prev{background:url(../../images/mobilehunter/net/common/ico_notice_prev.png) no-repeat left 50%}
.notice-paging li .nPaging.next{background:url(../../images/mobilehunter/net/common/ico_notice_next.png) no-repeat left 50%}
.notice-paging li strong{display:inline-block;width:80%;color:#292929;font-size:14px;font-weight:400}
.notice-paging li strong a{display:inline-block;max-width:95%;color:#292929;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:-4px}
.notice-paging li strong a:hover{color:#31588d;text-decoration:underline}

.download-list{padding:12px 30px;background-color:#f6f7f8;}
.download-list li a{display:inline-block;padding-left:35px;line-height:35px;color:#666;font-size:15px;background:url('/images/mobilehunter/net/common/ico_file.png') no-repeat left center;}
.download-list li a:hover{color:#31588d;text-decoration:underline;}

/* LAS-KOLIMS */
.solution-intro-list{overflow:hidden;margin-top:70px;}
.solution-intro-list li{float:left;width:33.333%;box-sizing:border-box;}
.solution-intro-list li+li{border-left:1px solid #e5e5e5;}
.solution-intro-list li dl{height:220px;padding-top:100px;text-align:center;box-sizing:border-box;}
.solution-intro-list li dl.ico01{background:url('/images/mobilehunter/net/common/ico_solution_introduce01.png') no-repeat top center;}
.solution-intro-list li dl.ico02{background:url('/images/mobilehunter/net/common/ico_solution_introduce02.png') no-repeat top center;}
.solution-intro-list li dl.ico03{background:url('/images/mobilehunter/net/common/ico_solution_introduce03.png') no-repeat top center;}
.solution-intro-list li dl.ico04{background:url('/images/mobilehunter/net/common/ico_solution_introduce04.png') no-repeat top center;}
.solution-intro-list li dl.ico05{background:url('/images/mobilehunter/net/common/ico_solution_introduce05.png') no-repeat top center;}
.solution-intro-list li dl.ico06{background:url('/images/mobilehunter/net/common/ico_solution_introduce06.png') no-repeat top center;}
.solution-intro-list li dl dt{color:#222;font-size:22px;font-weight:800;}
.solution-intro-list li dl dd{margin-top:10px;color:#666;font-size:15px;line-height:22px;}

/* KOLIMS 소개 */
.solution-link-area{margin-top:110px;}
.solution-link-area h4{color:#333;font-size:26px;font-weight:800;text-align:center;}
.solution-link-list{margin:40px -13px 0;}
.solution-link-list:after{content:"";display:inline;clear:both;}
.solution-link-list li{float:left;width:25%;padding:0 13px;box-sizing:border-box;}
.solution-link-list li:nth-child(n+5){padding-top:26px;}
.solution-link-list li a{display:block;padding:37px 0;background-color:#f6f7f8;border-radius:5px;text-align:center;transition:all .4s;}
.solution-link-list li a strong{display:inline-block;position:relative;color:#fff;font-size:18px;font-weight:800;transition:all .4s;padding-right:40px;}
.solution-link-list li a strong:before{content:"";position:absolute;top:5px;right:0;width:30px;height:11px;background:url('/images/mobilehunter/net/common/ico_solution_servie_arrow.png') no-repeat 50%;transition:all .4s;}
.solution-link-list li a:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.4);}
.solution-link-list li a:hover strong{color:#fff;padding-right:50px;}
.solution-link-list li a:hover strong:before{display:block;}
.solution-link-list li a.ico01{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service01.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico02{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service02.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico03{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service03.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico04{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service04.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico05{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service05.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico06{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service06.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico07{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service07.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico08{background:#808388 url('/images/mobilehunter/net/common/ico_solution_service08.png') no-repeat bottom -95px right 18px;}
.solution-link-list li a.ico01:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service01.png') no-repeat bottom right 18px;}
.solution-link-list li a.ico02:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service02.png') no-repeat bottom right 18px;}
.solution-link-list li a.ico03:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service03.png') no-repeat bottom right 18px;}
.solution-link-list li a.ico04:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service04.png') no-repeat bottom right 18px;}
.solution-link-list li a.ico05:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service05.png') no-repeat bottom right 18px;}
.solution-link-list li a.ico06:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service06.png') no-repeat bottom right 18px;}
.solution-link-list li a.ico07:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service07.png') no-repeat bottom right 18px;}
.solution-link-list li a.ico08:hover{background:#2e598f url('/images/mobilehunter/net/common/ico_solution_service08.png') no-repeat bottom right 18px;}

/* 기업정보 */
.company-sec-cont01{width:1200px;margin:0 auto;}
.company-sec-cont01:after{content:"";display:block;clear:both;}
.company-sec-cont01 .company-sec-inner01{float:left;}
.company-sec-cont01 .company-sec-inner01 .img-box img{width:100%;}
.company-sec-cont01 .company-sec-inner02{float:left;width:calc(100% - 580px);}
.company-sec-cont01 .company-sec-intro{padding:15px 40px;}
.company-sec-cont01 .company-sec-intro h4{color:#333;font-size:32px;font-weight:normal;}
.company-sec-cont01 .company-sec-intro h4 strong{font-weight:800;}
.company-sec-cont01 .company-sec-intro p{margin-top:15px;color:#666;font-size:18px;line-height:28px;}
.company-sec-cont01 .company-sec-intro ul{margin-top:50px;overflow:hidden;}
.company-sec-cont01 .company-sec-intro ul li{float:left;width:33.333%;box-sizing:border-box;}
.company-sec-cont01 .company-sec-intro ul li+li{border-left:1px solid #eef1f4;}
.company-sec-cont01 .company-sec-intro ul li dl{height:160px;padding-top:85px;box-sizing:border-box;text-align:center;}
.company-sec-cont01 .company-sec-intro ul li dl.ico01{background:url('/images/mobilehunter/net/common/img_company_intro01.png') no-repeat top center;}
.company-sec-cont01 .company-sec-intro ul li dl.ico02{background:url('/images/mobilehunter/net/common/img_company_intro02.png') no-repeat top center;}
.company-sec-cont01 .company-sec-intro ul li dl.ico03{background:url('/images/mobilehunter/net/common/img_company_intro03.png') no-repeat top center;}
.company-sec-cont01 .company-sec-intro ul li dl dt{color:#222;font-size:18px;font-weight:800;}
.company-sec-cont01 .company-sec-intro ul li dl dd{margin-top:10px;color:#666;font-size:15px;}

.company-sec-cont02{position:relative;margin-top:60px;}
.company-sec-cont02:before{content:"";position:absolute;top:0;left:0;right:0;z-index:-1;height:500px;background-color:#f6f7f8;}
.company-sec-cont02 .company-sec-feature{margin:50px -15px 0;}
.company-sec-cont02 .company-sec-feature:after{content:"";display:block;clear:both;}
.company-sec-cont02 .company-sec-feature li{float:left;width:33.333%;padding:0 15px; box-sizing:border-box;}
.company-sec-cont02 .company-sec-feature li dl{height:420px;padding:135px 40px 0 40px;box-sizing:border-box;border-radius:5px;box-shadow:13px 18px 42px 7px rgba(249, 249, 250, 1);}
.company-sec-cont02 .company-sec-feature li dl.ico01{background:#fff url('/images/mobilehunter/net/common/img_company_feature01.png') no-repeat top 55px left 40px;}
.company-sec-cont02 .company-sec-feature li dl.ico02{background:#fff url('/images/mobilehunter/net/common/img_company_feature02.png') no-repeat top 45px left 45px;}
.company-sec-cont02 .company-sec-feature li dl.ico03{background:#fff url('/images/mobilehunter/net/common/img_company_feature03.png') no-repeat top 40px left 45px;}
.company-sec-cont02 .company-sec-feature li dl dt{color:#222;font-size:24px;font-weight:800;}
.company-sec-cont02 .company-sec-feature li dl dd{margin-top:10px;color:#666;font-size:15px;line-height:26px;}
.company-sec-title{padding-top:55px;text-align:center;}
.company-sec-title strong{color:#666;font-size:16px;font-weight:normal;}
.company-sec-title h4{margin-top:20px;color:#222;font-size:28px;font-weight:800;}
.company-sec-title p{margin-top:15px;color:#666;font-size:18px;line-height:30px;}

.company-sec-cont03{margin-top:100px;}
.company-sec-cont03 .company-sec-title{padding-top:0;}
.company-sec-cont03 .company-sec-title h4{margin-top:0;font-size:32px;}
.company-sec-cont03 .company-sec-step{margin-top:40px;}
.company-sec-cont03 .company-sec-step:after{content:"";display:block;clear:both;}
.company-sec-cont03 .company-sec-step li{float:left;width:25%;}
.company-sec-cont03 .company-sec-step li strong{display:block;position:relative;padding-bottom:15px;color:#31588d;font-size:32px;font-weight:800;border-bottom:3px solid #eef1f4}
.company-sec-cont03 .company-sec-step li strong:before{content:"";position:absolute;left:0;bottom:-3px;width:40px;height:3px;background-color:#31588d;}
.company-sec-cont03 .company-sec-step li dl{margin-top:35px;}
.company-sec-cont03 .company-sec-step li dl dt{color:#333;font-size:24px;font-weight:800;}
.company-sec-cont03 .company-sec-step li dl dd{margin-top:10px;color:#666;font-size:15px;line-height:24px;}

/* 오시는길 */
.map-sec-address{position:relative;margin-top:35px;}
.map-sec-address h4{color:#222;font-size:24px;font-weight:800;}
.map-sec-address p{margin-top:10px;color:#222;font-size:18px;}
.map-sec-address ul{margin-top:15px;}
.map-sec-address ul li{display:inline-block;color:#666;font-size:16px;}
.map-sec-address ul li+li{margin-left:20px;}
.map-sec-address ul li strong{display:inline-block;margin-right:5px;color:#666;font-size:16px;font-weight:800;}
.map-sec-address a{position:absolute;top:30px;right:0;padding:13px 40px 13px 65px;color:#fff;font-size:15px;font-weight:800;background-color:#31588d;border-radius:30px;background:#31588d url('/images/mobilehunter/net/common/ico_map_marker.png') no-repeat top 15px left 40px; border:1px solid #31588d;transition:all .2s;}
.map-sec-address a:hover{background:#fff url('/images/mobilehunter/net/common/ico_map_marker_hover.png') no-repeat top 15px left 40px;color:#31588d;}

/* 연혁 */
.history-sec-cont:after{content:"";display:block;clear:both;}
.history-sec-cont .history-sec-inner01{float:left;}
.history-sec-inner01 .img-box{position:relative;}
.history-sec-inner01 .img-box img{width:100%;}
.history-sec-inner01 .img-box:before{content:"";position:absolute;bottom:-15px;left:-15px;z-index:-1;width:240px;height:240px;background-color:#31588d;}
.history-sec-cont .history-sec-inner02{float:left;padding-left:80px;width:calc(100% - 520px);box-sizing:border-box;}
.history-sec-inner02 .history-sec-desc{color:#333;font-size:24px;line-height:35px;}
.history-sec-inner02 .history-sec-list{position:relative;margin-top:50px;padding-top:50px;border-top:1px solid #dadada;}
.history-sec-inner02 .history-sec-list:before{content:"";position:absolute;top:-2px;left:0;width:100px;height:3px;background-color:#31588d;}
.history-sec-inner02 .history-sec-list:after{content:"";position:absolute;top:65px;left:126px;width:3px;height:485px;background-color:#31588d;z-index:-1;animation: animateHeight 3s;}
/* @keyframes animateHeight{
    from {
        height: 0;
    }
to {
        height: 485px;
    }
} */
.history-sec-inner02 .history-sec-list>li{position:relative;padding-left:120px;}
.history-sec-inner02 .history-sec-list>li+li{margin-top:35px;}
.history-sec-inner02 .history-sec-list>li>strong{position:absolute;top:0;left:0;color:#333;font-size:24px;font-weight:800;}
.history-sec-inner02 .history-sec-box{position:relative;padding-left:50px;}
.history-sec-inner02 .history-sec-box .dot{position:absolute;top:10px;left:0;width:9px;height:9px;border-radius:50%;background-color:#fff;border:3px solid #31588d;}
.history-sec-inner02 .history-sec-box ul li{position:relative;padding-left:10px;color:#666;font-size:16px;line-height:28px;}
.history-sec-inner02 .history-sec-box ul li:before{content:"-";position:absolute;top:0;left:0;color:#666;font-size:16px;}

/* 체험판 신청 */
.contact-sec-cont{text-align:center;}
.contact-sec-cont p{padding-bottom:150px;color:#222;font-size:22px;line-height:32px;background:url('/images/mobilehunter/net/common/ico_contact_request01.png') no-repeat bottom center;}
.contact-sec-cont p.ico01{background:url('/images/mobilehunter/net/common/ico_contact_request01.png') no-repeat bottom center;}
.contact-sec-cont p.ico02{background:url('/images/mobilehunter/net/common/ico_contact_ref01.png') no-repeat bottom center;}
.contact-sec-cont p strong{color:#31588d;font-size:22px;font-weight:800;}
.contact-sec-cont dl{margin-top:45px;}
.contact-sec-cont dl dt{color:#222;font-size:20px;font-weight:bold;}
.contact-sec-cont dl dd{margin-top:20px;color:#666;font-size:16px;line-height:26px;}
.contact-sec-cont a{display:inline-block;margin-top:50px;padding:22px 80px 22px 35px;color:#fff;font-size:15px;font-weight:bold;background-color:#31588d;border-radius:40px;background:#31588d url('/images/mobilehunter/net/common/ico_contact_request02.png') no-repeat right 32px center;border:1px solid #31588d;transition:all .2s;}
.contact-sec-cont a:hover{color:#31588d;background:#fff url('/images/mobilehunter/net/common/ico_contact_request02_hover.png') no-repeat right 32px center;}

/* error */
.error-body{background-color:#172443;}
.error-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-top:250px;text-align:center;background:url('/images/mobilehunter/net/common/img_error.png') no-repeat top center;}
.error-wrap h2{color:#fff;font-size:30px;font-weight:bold;line-height:36px;}
.error-wrap p{margin-top:15px;color:#a5adc2;font-size:15px;line-height:24px;}
.error-wrap a{margin-top:25px;display:inline-block;padding:13px 48px;border-radius:3px;color:#172447;font-size:14px;background-color:#fff;}
