@charset "UTF-8";
/* CSS Document */


/**/
.tbl-data1 > dl > dd span{line-height:42px;}

.tbl-data1 > dl > dd span:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 0;
    background-color: #348ca9;
    position: absolute;
    top: 18px;
    left: 0;
    margin-left: 0;
    margin-top: 0px;
}




/*사업분야 일괄*/
.tit-sub1 h2{font-size: 28px !important;
    font-family: 'GmarketSansMedium' !important;
    color: #777;
}

.right_text{width: 85% !important;}

/*정보통신탭*/
#henal_tab {
    width: 100% !important;
}

#henal_tab ul.tabs_list {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: auto;
    border-bottom: 0px solid #eee;
    border-left: 1px solid #eee;
    width: 200px;
    overflow: hidden;
}

#henal_tab ul.tabs_list li {
    float: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    border-left: none;
    background: #fafafa;
    overflow: hidden;
    position: relative;
    font-size: 110%;
    font-weight: 500;
    letter-spacing: -1px;
}

#henal_tab ul.tabs_list li {
    border-top: 0;
}

#henal_tab ul.tabs_list li:first-child {
    border-top: 1px solid #eee;
}

#henal_tab ul.tabs_list li.end {
    width: 34%;
}

#henal_tab ul.tabs_list li.active {
    background: #FFFFFF;
    border-bottom: 1px solid #eee;
}

#henal_tab .tab_box {
    border: 0px solid #eee;
    border-top: 0px;
    float: right;
    width: calc(100% - 240px);
    background: #FFFFFF;
}

#henal_tab .tab_text {
    padding: 0px;
    display: none;
}

#henal_tab .tab_box .tab_text ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#henal_tab .tab_box .tab_text ul li {
    padding: 5px;
    list-style: none;
}

#henal_tab {
    width: 385px;
    margin: 0 auto;
}

@media(max-width:768px) {
    #henal_tab ul.tabs_list {

        width: 140%;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    #henal_tab .tab_box {
        clear: both;
        float: none;
        width: 100%;
    }


    #henal_tab ul.tabs_list {
        width: 100%;
    }



}




.site_info {
    background: #333;
}


/*제품소개페이지일괄적용*/
#henal_tab {
    letter-spacing: 0px;
}

.text ul.list li {
    padding-bottom: 5px;
}

.text ul.list li b{color:#2f809d;}

.text h3.title {
    padding-bottom: 15px;
}

/*마이페이지*/
#mypage-container {
    padding: 15px;
}

ul#mypage-menu {
    display: table;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#mypage-menu li {
    display: inline-block;
    margin: 2px;
    background: #f9f9f9;
    padding: 5px 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 105%;
    font-weight: bold;
}

ul#mypage-menu li.on {
    background: #2170be;
    border: 2px solid #2170be;
}

ul#mypage-menu li.on a {
    color: #fff;
}

ul#mypage-menu li.on:hover a {
    color: #fff;
}

ul#mypage-menu li.left {
    margin: 0;
}

ul#mypage-menu li a {
    line-height: 27px;
    text-decoration: none;
    height: 27px;
}

ul#mypage-menu li a.right {
    padding-right: 19px;
}

ul#mypage-menu li:hover {
    border: 2px solid #2170be;
}

ul#mypage-menu li:hover a {
    color: #333;
}

ul#mypage-menu li a.current {
    color: #ffffff;
    background: #000000;
}

ul#mypage-menu li a.current:hover {
    color: #ffffff;
    background: #000000;
}


/*사이트맵*/
#allmenu {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /*높이일괄*/
    border-top: 0px solid #efefef;
    border-bottom: 3px solid #222;
    z-index: 999999999999999;
    padding: 0 0 0px 0;
    background: #555;
}

.allmenubg {
    width: 100%;
    height: 200px;
    /*높이일괄*/
    background: #222;
    opacity: 0.7;
}

.allmenu {
    width: 100%;
    height: auto;
    padding: 35px;
    display: table;
    text-align: center;
}

.allmenu h3 {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    font-size: 250%;
    color: #777;
    margin-top: 18px;
}

.allmenu ul.depth1 {
    float: none;
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    margin-right: 48px;
}

.allmenu ul.depth1 li.depth1 {
    float: none;
    display: table-cell;
    width: 5%;
    height: auto;
    margin: 0;
    position: relative;
    border: 0;
    padding: 0 20px;
    padding-bottom: 30px;
}

.allmenu ul.depth1 li.depth1 a.depth1 {
    display: block;
    /*1차막기*/
    text-align: left;
    color: #333;
    font-size: 150%;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

.allmenu ul.depth1 li.depth1.on a.depth1 {
    color: #f30;
}

.allmenu ul.depth1 li.depth1 a.mobilemenu {
    display: none;
}

@media(max-width:1200px) {
    .allmenu ul.depth1 li.depth1 {
        width: 48%;
        padding: 0;
    }

    .allmenu ul.depth1 li.depth1 a.depth1 {
        margin-top: 20px;
    }

}

.allmenu ul.depth2 {
    display: block;
    width: 100%;
    height: auto;
    z-index: 999999;
    color: #333;
}

.allmenu ul.depth2 li.depth2 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 25px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 105%;
}

.allmenu ul.depth2 li.depth2 a.hdbtn {
    display: block;
}

.allmenu ul.depth2 li.depth2 a.depth2 {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: 0px;
    color: #333;
}

.allmenu ul.depth2 li.depth2.on a.depth2 {
    color: #f30;
    font-weight: 900;
}

.allmenu ul.depth2 li.depth2 a.depth2 span.totalpost {
    display: none;
    border-radius: 3px;
    background: #313131;
    color: #777;
    padding: 0 3px;
    text-align: center;
}


.allmenu ul.depth2 li.depth2:hover a.depth2 {
    color: #f30;
}

.allmenu ul.depth2 li.depth2 b {
    color: #01a8ba;
    margin-right: 3px;
}

.allmenu ul.depth3 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 21px;
    margin: 0 auto;
}

.allmenu ul.depth3 li.depth3 {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
}

.allmenu ul.depth3 li.depth3 a.depth3 {
    display: block;
    width: 100%;
    height: 100%;
    color: #777;
    font-size: 13px;
    text-indent: 13px;
    font-weight: normal;
    position: relative;
}

.allmenu ul.depth3 li.depth3.on a.depth3 {
    color: #f30;
}

.allmenu ul.depth3 li.depth3 a.depth3:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    top: 8px;
    left: 0;
}

.allmenu ul.depth3 li.depth3.on a.depth3:before {
    background-color: #f30;
}

.allmenu ul.depth2 li.depth3:hover a.depth3 {
    color: #f30;
}

.allmenu ul.depth1 li.mmenu00 {
    display: none;
}

.allmenu ul.depth1 li.mmenu08 {
    border: 0;
}

.allmenu ul.depth1 li.mmenu09 {
    display: none;
}

.sitemap_button {
    position: absolute;
    top: 55px;
    right: 50%;
    margin-right: -597px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0%;
    color: #fff;
    z-index: 999999;
    text-align: center;
    padding: 0;
    
}

.sitemap_button i {
    margin-top: 0 !important;
}


@media(max-width:1200px) {


    .sitemap_button {
        display: none
    }
}


/**/
.all_com {
    display: block;
    width: 22%;
    height: auto;
    padding: 30px;
    background: #f30;
    overflow: hidden;
    line-height: 100%;
    float: left;
    border-radius: 20px;
    margin: 0 20px;
}

.all_com h4 {
    font-family: 'NEXON Lv2 Gothic' !important;
    color: #fff;
    padding: 20px 0;
    line-height: 100%;
    font-size: 130%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}

ul.all_com_menu {
    display: block;
    padding: 20px 0;
}

ul.all_com_menu li {
    display: block;
    margin-right: 0px;
    padding: 5px 0;
}

ul.all_com_menu li a {
    color: #f7d7d3;
}

ul.all_com_menu li a:hover {
    color: #fff;
}

.allmenu_box {
    float: none;
    width: 100%;
}

/*사이트맵*/




/*올메뉴*/
#allmenu {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /*높이일괄*/
    border-top: 0px solid #efefef;
    border-bottom: 3px solid #222;
    z-index: 999999999999999;
    padding: 0 0 0px 0;
    background: #555;
}

.allmenubg {
    width: 100%;
    height: 200px;
    /*높이일괄*/
    background: #222;
    opacity: 0.7;
}



.logobar .sitemapbtn {
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 135%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0px;
    border: 0;
}

.logobar .sitemapbtn i:before {
    color: #333
}

@media(max-width:1200px) {
    .logobar .sitemapbtn {
        display: none;
    }
}

.allmenu_wrap {
    display: none;
    position: absolute;
    top: 138px;
    left: 50%;
    margin-left: -600px;
    border: 1px solid #222;
    width: 1200px;
    height: 700px;
    z-index: 99999999999;
    background: #fff url(/theme/henalhome/design/img/sitemap_bg.jpg) center bottom no-repeat;

}

.allmenu {
    position: relative;
}

.logobar .sitemapbtn:hover {}

.logobar .sitemapbtn:hover i:before {}

.btn_all_menu_close {
    position: absolute;
    top: 0px;
    left: auto;
    right: -49px;
    font-size: 0;
    width: 48px;
    height: 48px;
    background: #66c1f9 url(/theme/henalhome/design/img/btn_allmenu_close.png) center center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}




#topmenubar {
    clear: both;
    width: 100%;
    height: auto;
    background: #110a02;
    overflow: hidden;
}

@media(max-width:1200px) {
    .topmenubar {
        width: 100%;
    }
}

.topmenubar {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.topmenubar ul.language {
    display: block;
    float: left;
    padding: 2px 0;
}

@media(max-width:1200px) {
    .topmenubar ul.language {
        float: none;
    }
}

.topmenubar ul.language li {
    float: left;
    margin-right: 15px;
    font-size: 85%;
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 15px;
}

.topmenubar ul.language li b {
    color: #313131;
}

.topmenubar ul.language li:hover {
    border-bottom: 3px solid #efefef;
}

.topmenubar ul.language li a {
    color: #444;
}

.topmenubar ul.quickmenu {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    float: right;
    margin-right: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
}
}

@media(max-width:1200px) {
    .topmenubar ul.quickmenu {
        float: none;
        margin-right: 0;
    }
}

.topmenubar ul.quickmenu li {
    display: inline-block !important;
    padding: 5px;
    text-align: center;
    line-height: 25px;
    font-size: 95%;
    color: #ccc;
}

.topmenubar ul.quickmenu li a {
    color: #eee;
}

.topmenubar ul.quickmenu li a:hover {
    color: #fff;
}

.topmenubar ul.quickmenu li.snslogin {
    border: 0;
}

.topmenubar ul.quickmenu li.pushmsg {}

.topmenubar ul.quickmenu li .sharebtn {
    display: block;
    z-index: 999;
}



/*스크롤 따라다니는 배너*/
.scrollbanner {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}

@media(max-width:1200px) {
    .scrollbanner {
        display: none;
    }
}

/*쇼핑몰 메인화면에서 담기*/
/*#mask {position:absolute; background-color:#000; display:none; left:0; top:0; z-index:9000;} */
#mask {
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #000;
    opacity: 0.8;
    z-index: 9000;
}

.details {
    padding: 0 !important;
}

/* 팝업으로 뜨는 윈도우 css  */
/* .window{ display: none; position:absolute; left:50%; top:134px; margin-left: -500px; background-color:#FFF; z-index:10000; overflow:hidden} */
.window {
    top: 0px;
    left: 0px;
    position: absolute;
    /* width: 585px; */
    /* height: 565px; */
    margin-left: -250px;
    margin-top: -256px;
    background: #fff;
    display: none;
    z-index: 10000;
    padding: 0 30px;
    border-radius: 20px;
}

.window_close_btn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url('../img/btn_pop_close.png') !important;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10000;
}


/* 유기가공식품 마크 */
/*
.img_organic{position:absolute; left:35px;top:20px;
    width:40px; height:38px; background-image:url('../img/img_organic.png') !important;
    background-repeat:no-repeat; background-position:left top; z-index:5;}
*/

@media(max-width:420px) {
    .window {
        /* width: 585px; */
        /* height: 565px; */
        margin-left: 0px !important;
        margin-top: -256px;
        background: #fff;
        display: none;
        z-index: 10000;
        /* padding: 0 30px; */
        border-radius: 0px;
        width: 100%;
    }
}



/*main*/
#main {
    margin-left: 375px;
    overflow: hidden;
}

#main > section {
    margin: 0;
    overflow: hidden;
    padding: 4em 0;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
    text-align: center;
    background-image: url("images/overlay.png");
}

#main > section.dark {
    color: #ddd;
    color: rgba(255, 255, 255, 0.75);
}

#main > section.dark h2,
#main > section.dark h3,
#main > section.dark h4,
#main > section.dark h5,
#main > section.dark h6 {
    color: inherit;
}

#main > section.dark strong {
    color: #fff;
    border-color: inherit;
}

#main > section.dark a {
    color: #fff;
    border-color: inherit;
}

#main > section.dark a:hover {
    border-bottom-color: rgba(255, 255, 255, 0);
}

#main > section.cover {
    padding: 6em 0;
    background-size: cover;
    background-position: center center;
}

#main > section.one {
    background-color: #81918E;
    background-image: url("../../images/banner.jpg");
}

#main > section.two {
    background-color: #f5fafa;
}

#main > section.three {
    background-color: #ecf1f1;
}

#main > section.four {
    background-color: #e8edec;
}

/*main*/


/*mainimg*/
.mainimg {
    width: 1200px;
    margin: 0 auto;
}

.mainimg li {
    position: relative;
}

.mainimg li.one {
    float: left;
    width: 600px;
    height: 400px;
    background: #fff;
    position: relative;
    padding-left: 60px;
    padding-top: 70px;
}

.mainimg li.two {
    float: right;
    width: 600px;
    height: 400px;
    background: #f3f3f3;
}

.mainimg li.three {
    clear: both;
    width: 100%;
    height: 270px;
    background: #ccc;
}

/*메인슬라이더*/
.pc_view {
    width: 100% !important;
    height: 531px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.pc_mobile {
    display: none;
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


@media(max-width:1440px) {
    /*Laptop-L*/

}

@media(max-width:1024px) {

    /*Laptop*/
    .point_notice {
        padding: 0;
    }

    .pc_mobile {
        display: block;
    }
}

/*메인슬라이더*/






/*서브이미지*/
.subimage_box {
    padding: 0 !important;
    width: 100%;
    background: #f8f8f8;
}

ul.subimage {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


@media(max-width:1200px) {
    ul.subimage {
        margin-top: 0px;
    }
}

/*
ul.subimage li.default{display:none; width:100%; height:auto; transition: width 0.1s linear 0.1s;}
ul.subimage li.one{display:none; width:100%; height:auto; }
ul.subimage li.two{display:none; width:100%; height:auto; }
ul.subimage li.three{display:none; width:100%; height:auto; }
ul.subimage li.four{display:none; width:100%; height:auto; }
ul.subimage li.five{display:none; width:100%; height:auto; }
ul.subimage li.six{display:none; width:100%; height:auto; }
ul.subimage li.seven{display:none; width:100%; height:auto; }
ul.subimage li.eight{display:none; width:100%; height:auto; }
ul.subimage li.nine{display:none; width:100%; height:auto; }
ul.subimage li.ten{display:none; width:100%; height:auto; }
*/

ul.subimage li {
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: width 0.1s linear 0.1s;
}

ul.subimage li .subpic {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    /*서브이미지 높이*/
    position: relative;
}

ul.subimage li h5 {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: auto;
}

ul.subimage li h5 span.title {
    display: block;
    color: #fff;
    font-size: 230%;
    text-align: center;
    letter-spacing: 0px;
    /* text-shadow: 2px 2px 4px #000000; */
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-family: 'NEXON Lv2 Gothic';
    position: relative;
}

ul.subimage li h5 span.title:after {
    /*
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-color: #66c1f9;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    margin-left: 0;
*/
}

ul.subimage li h5 span.subtit {
    display: block;
    color: #fff;
    font-size: 100%;
    font-weight: 100 !important;
    padding-bottom: 0px;
    text-align: center;
}

ul.subimage li h5 span.text span {
    font-size: 140%;
}

ul.subimage li h5 span.text {
    float: none;
    display: block;
    height: auto;
    margin: 0 auto;
    line-height: 20px;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 105%;
    font-weight: normal;
    text-align: center;
    border: 5px solid #66c1f9;
    color: #66c1f9;
    background: #fff;
}

ul.subimage li h5 span.domain {
    clear: both;
    float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: right;
    margin-top: 15px;
    color: #fff;
    overflow: hidden;
}

ul.subimage li h5 span.domain em {
    display: block;
    width: 100%;
}

ul.subimage li h5 em p {
    font-style: italic;
    color: #83b5c3;
}

@media(max-width:1200px) {}

/*서브이미지*/


/*섹터기본*/
.sec_wrap {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 80px 0;

}

.sector {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

@media(max-width:1200px) {
    .sector {
        width: 100%;
    }

}

@media(max-width:768px) {
    .sec_wrap {
        padding: 40px 0;
    }
}

@media(max-width:425px) {
    .sector {
        width: 100%;
    }

    .sec_wrap {
        padding: 20px 0;
    }

    .sector.full {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        clear: both;
    }
}

/*섹터기본*/












/*local*/
#local {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 !important;
    overflow: hidden;
}

#local.overflow_hidden {
    overflow: hidden;
}

.local {

    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
}

@media(max-width:1200px) {
    #local {
        padding-top: 30px !important;
    }

    .local {
        width: 100%;
    }
}

#subpage {
    clear: both;
    margin-top: 0px;
    background: #fff;
    padding: 0px;
    z-index: 99999999;
    /* box-shadow: 2px 2px 30px -11px #000; */
}

@media(max-width:425px) {
    #local {
        padding-top: 0px !important;
    }
}

@media(max-width:1200px) {
    #subpage {
        padding: 0px;
    }
}

#subpage .localmenu {
    display: none;
    /* 
    float: left;
    width: 234px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    */
}

/*sidemenu*/
#sidemenu {
    position: fixed;
    left: -174px;
    top: 0;
    /*
    float: left;
    display: block;
    background: #fff;
    z-index: 999999999999;
    */
}

.sidemenu {
    display: block;
    height: 100%;
    position: relative;
}

/*localmenu*/
.localmenu {
    display: block;
    width: 100%;
    height: auto;
}

.localmenu .menu h3 {
    display: block;
    font-size: 120%;
    color: #666;
    padding: 5px 0;
    border-bottom: 0px solid #dae8f1;
}

.localmenu .menu {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
}

/*상담으로 올리기*/
.localmenu .menu ul.depth1 li.depth1 {
    display: none;
    width: 100% !important;
    height: auto;
    line-height: 50px;
}

/*로컬타이틀대체*/
.localmenu .menu ul.depth1 li.depth1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.localmenu .menu ul.depth1 li.depth1 a.depth1 {
    background: #66c1f9;
    color: #fff;
    text-align: center;
    height: auto;
    padding: 40px 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    /*
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	*/
}

.localmenu .menu ul.depth1 li.depth1 a.depth1 span {
    font-size: 160%;
    display: block;
    text-align: center;
    padding: 0;
}

.localmenu .menu ul.depth1 li.depth1 a.mobilemenu {
    display: none;
}

.localmenu .menu ul.depth1 li.depth1 a b {
    display: none;
}

.localmenu .menu ul.depth1 li.depth1 a.depth1 span b.ionic_hidden {
    display: none;
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.4;
    font-size: 500%;
}

.localmenu .menu ul.depth2 {
    clear: both;
    margin-top: 10px;
}

.localmenu .menu ul.depth2 li.depth2 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 26px;
    margin: 5px 0;
}

.localmenu .menu ul.depth2 li.depth2:last-child {}

.localmenu .menu ul.depth2 li.depth2 a.depth2 {
    display: block;
    width: 100%;
    height: auto;
    min-height: 2.8rem;
    color: #777;
    text-indent: 15px;
    padding: .8rem 1rem;
    border: 1px solid #eee;
    background: #fefefe url("/theme/henalhome/design/img/arrow_menu.png") 190px center no-repeat;
    position: relative;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
}

.localmenu .menu ul.depth2 li.depth2.on a.depth2 {
    border: 1px solid #ccc;
}



.localmenu .menu ul.depth2 li.depth2 a.depth2:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #dddd;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -4px;
}

.localmenu .menu ul.depth2 li.depth2.on a.depth2:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #66c1f9;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -4px;
}


.localmenu .menu ul.depth2 li.depth2 a.littetext {
    font-size: 95%;
}

.localmenu .menu ul.depth2 li.depth2 a.depth2:hover {
    display: block;
    width: 100%;
    height: auto;
    color: #010101;
    background: #fff url("/theme/henalhome/design/img/arrow_menu_on.png") 200px center no-repeat !important;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
}


.localmenu .menu ul.depth2 li.depth2.on a.depth2 {
    color: #66c1f9;
    font-size: 110%;
    font-weight: bold;
    text-indent: 15px;
    background: #fff url("/theme/henalhome/design/img/arrow_menu_on.png") 200px center no-repeat;

}


.localmenu .menu ul.depth2 li.depth2 a.admin {
    background: #333;
    color: #fff;
}

.localmenu .menu ul.depth2 li.depth2 a.admin:hover {
    background: #ff0;
    color: #333;
}

.localmenu .menu ul.depth3 {
    display: block;
    clear: both;
    padding: 0;
}

.localmenu .menu ul.depth3.on {
    display: block;
}

.localmenu .menu ul.depth3 li.depth3 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    text-indent: 30px;
    padding: 3px 0;
    border-top: 1px solid #dbdbdb;
    background: #fff;
    position: relative;
}

.localmenu .menu ul.depth3 li.depth3.end {
    border-bottom: none;
}

.localmenu .menu ul.depth3 li.depth3 a.depth3 {
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 90%;
    font-weight: normal;
    text-indent: 35px;
}

.localmenu .menu ul.depth3 li.depth3 a.depth3:before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    top: 50%;
    left: 27px;
    margin-top: -2px;

}

.localmenu .menu ul.depth3 li.depth3:hover {
    background: #f9f9f9;
}

.localmenu .menu ul.depth3 li.depth3 a.depth3:hover {
    color: #777;
}

.localmenu .menu ul.depth3 li.depth3.on a.depth3 {
    color: #777;
}

.localmenu .menu ul.depth3 li.depth3.on a.depth3:hover {
    color: #777;
}

.localmenu .cscenter {
    width: 100%;
    height: auto;
    border: 1px solid #e8eef3;
    overflow: hidden;
    margin: 50px 0;
    background: #fefefe;
    padding: 20px;
}

.localmenu .cscenter .subtitle {
    padding: 0;
}

.localmenu .cscenter .subtitle h6 {
    font-weight: 900;
    font-size: 120%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 5px 0;
}

.localmenu .cscenter .subtitle strong {
    display: block;
    color: #999;
    font-size: 120%;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

.localmenu .cscenter .subtitle span.csnumber {
    display: block;
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 20px 0;
    font-weight: bold;
    font-size: 155%;
    color: #333;
    text-align: center;
    font-family: 'NEXON Lv2 Gothic' !important;
}

.localmenu .cscenter .subtitle span.time {
    clear: both;
    display: block;
    width: 100%;
    font-size: 95%;
    padding: 5px 0 0 0;
    text-align: left;
    color: #000;
    position: relative;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    padding: 10px;
    background: #f9f9f9;
}

.localmenu .cscenter .subtitle span.time em {
    display: block;
    width: 100%;
    float: none;
    font-weight: bold;
}

.localmenu .cscenter .subtitle span.time em.two {
    letter-spacing: 0px;
}

.localmenu .cscenter .subtitle span.time b {
    display: block;
    color: #777;
    border-radius: 0px;
    text-align: left;
    font-size: 80%;
}

.localmenu .cscenter .subtitle span.direct {
    display: block;
    width: 100%;
    font-size: 95%;
    padding: 0px 0 0 0;
    text-align: left;
    color: #222;
    position: relative;
}

.localmenu .cscenter .subtitle span.direct b.tit {
    display: block;
    color: #777;
    padding-top: 20px;
}

.localmenu .cscenter .subtitle span.direct b.num {
    display: block;
    margin-bottom: 5px;
    text-indent: 0px;
    letter-spacing: 0px;
    font-size: 95%;
    color: #222;
}


.localmenu ul.subworktime {
    clear: both;
    margin: 10px 0;
    display: block;
    width: 100%;
    height: auto;
}

.localmenu ul.subworktime li p.text {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 80%;
    text-align: left;
    margin-bottom: 5px;
}

.localmenu ul.subworktime li p.text b {
    font-size: 120%;
    color: #222;
}

.localmenu ul.subworktime li p.text {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 80%;
    text-indent: 30px;
    text-align: left;
}

.localmenu ul.subworktime li p.text.call {
    text-indent: 0px;
}

.localmenu ul.subworktime li p.text.kakao {}

.localmenu ul.subworktime li p.text.nate {}

.localmenu ul.subworktime li p.text b {
    font-size: 120%;
    color: #222;
}

#subpage .search_stamp_biz {
    display: none;
}

@media(max-width:1200px) {
    #subpage .localmenu {
        display: none;
    }
}

#subpage .localmenu .left_slogan {
    width: 100%;
    height: 190px;
    line-height: 60px;
    background: url("/theme/henalhome/mobile/design/img/bg_leftmenutit.png") left top no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 120%;
}

#subpage .localmenu .menu {
    padding: 0 10px 0 0;
}

#subpage .localcontent {

    float: none;
    width: 1200px;
    height: auto;
    min-height: 600px;
    margin: 0 auto;
    font-size: 95%;
    border-left: 0px solid #dbdbdb;
    padding: 0px 0;
    position: relative;
    background: #fff;

    /*
    float: right;
    width: 930px;
    height: auto;
    min-height: 700px;
    margin-bottom: 50px;
    padding-right: 0px;
    position: relative;
    margin-top: 0px;
    font-size: 105%;

*/

}

@media(max-width:1440px) {
    /*Laptop-L*/

}

@media(max-width:1200px) {

    /*Laptop*/
    #subpage .localcontent {
        float: none;
        width: 100%;
        padding: 50px !important;
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {

    /*Tablet*/
    #subpage .localcontent {
        padding: 50px !important;
    }
}

@media(max-width:600px) {

    /*Tablet*/
    #subpage .localcontent {
        padding: 40px !important;
    }
}

@media(max-width:425px) {
    #subpage .localcontent {
        padding: 30px;
    }

    /*Mobile-L*/
    #subpage .localcontent {
        padding: 20px !important;
    }
}

@media(max-width:375px) {

    /*Mobile-M*/
    #subpage .localcontent {
        padding: 20px !important;
    }
}

@media(max-width:320px) {

    /*Mobile-S*/
    #subpage .localcontent {
        padding: 10px !important;
    }
}

/*local*/







/*하단전체메뉴*/
.link_page {
    float: left;
    width: 57% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.link_page h3 {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    font-size: 250%;
    color: #777;
    margin-top: 18px;
}

.link_page ul.depth1 {
    float: none;
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: 0px;
}

.link_page ul.depth1 li.depth1 {
    float: left;
    display: block;
    position: relative;
    font-size: 82%;
    padding: 5px;
    width: 16%;

}

.link_page ul.depth1 li.depth1 a.depth1 {
    display: block;
    text-align: left;
    color: #333;
    /* background: #222; */
    /* padding: 5px 0; */
    margin-bottom: 5px;
    /* border-bottom: 1px solid #777; */
    font-weight: 900;
    font-size: 130%;
}

.link_page ul.depth1 li.depth1 a.mobilemenu {
    display: none;
}

.link_page ul.depth1 li.depth1:hover a.depth1 {
    color: #1b72bb;
}


.link_page ul.depth2 {
    display: block;
    width: 100%;
    height: auto;
    z-index: 999999;
    color: #333;
}

.link_page ul.depth2 li.depth2 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 25px;
}

.link_page ul.depth2 li.depth2 a.hdbtn {
    display: block;
}

.link_page ul.depth2 li.depth2 a.depth2 {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: 0px;
    color: #777;
}

.link_page ul.depth2 li.depth2.on a.depth2 {
    color: #333;
    font-weight: 900;
}

.link_page ul.depth2 li.depth2 a.depth2 span.totalpost {
    display: none;
    border-radius: 3px;
    background: #313131;
    color: #777;
    padding: 0 3px;
    text-align: center;
}

.link_page ul.depth2 li.depth2:hover a.depth2 {
    color: #222;
}

.link_page ul.depth2 li.depth2 b {
    color: #01a8ba;
    margin-right: 3px;
}

.link_page ul.depth3 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 21px;
    margin: 0 auto;
}

.link_page ul.depth3 li.depth3 {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
}

.link_page ul.depth3 li.depth3 a.depth3 {
    display: block;
    width: 100%;
    height: 100%;
    color: #777;
    font-size: 11px;
    text-indent: 13px;
    font-weight: normal;
    position: relative;
}

.link_page ul.depth3 li.depth3 a.depth3:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    top: 10px;
    left: 0;
}

.link_page ul.depth2 li.depth3:hover a.depth3 {
    color: #68dffd;
}

.link_page ul.depth1 li.mmenu00 {}

.link_page ul.depth1 li.mmenu08 {
    border: 0;
}

.link_page ul.depth1 li.mmenu09 {
    display: none;
}

/*하단전체메뉴*/






/*footer*/

.numbers {
    clear: both;
    background: #f8f9fa !important;
    overflow: hidden;
    padding: 50px 0;
}

.contact {
    float: left;
    text-align: left;
    width: 250px;
    margin-right: 90px;
}

.contact .text {
    padding: 15px 25px;
    background: #f0f2f4;
    border-radius: 25px;
}

.contact h2 {
    display: block;
    color: #333;
    font-size: 2.5rem;
    font-weight: 900;
}

.contact p {
    color: #000;
    font-size: 2.4rem;
    margin: 5px 0 0;
}

.contact p em {
    font-family: 'NEXON Lv2 Gothic' !important;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 2.5rem;
}

.contact span {
    color: #777;
    display: block;
    font-size: 95%
}

.contact span b {
    display: inline-block;
    width: 40%;
    float: left;
    color: #222;
}

.contact span em {
    display: inline-block;
    width: 60%;
    float: right;
    text-align: right;
}

.account {
    float: left;
    text-align: left;
    width: 200px;
}

.account h2 {
    display: block;
    color: #eee;
    font-size: 2.5rem;
    font-weight: 900;
}

.account p {
    color: #eee;
    font-size: 2.4rem;
    margin: 5px 0 0;
}

.account p em {
    font-family: 'NEXON Lv2 Gothic';
    font-weight: 600;
    letter-spacing: 0;
    font-size: 2.5rem;
}

.account span {
    color: #ccc;
    font-size: 1.95rem;
}

.account {
    float: right;

}

@media(max-width:1200px) {
    .biz_info {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .link_page {
        float: none;
        width: 100% !important;
        padding: 30px 0;
    }

    .account {
        float: none;
        width: 100% !important;
    }

    .link_page ul.depth1 li.depth1 {
        width: 20%;
    }
}

@media(max-width:560px) {
    .link_page ul.depth1 li.depth1 {
        width: 49% !important;
    }
}

@media(max-width:375px) {
    .link_page ul.depth1 li.depth1 {
        width: 100% !important;
    }
}

/*.companyinfo*/
.companyinfo {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    padding: 50px 0;
}

.companyinfo h1 {
    float: left;
    position: relative;
    width: 220px;
    margin: 0 0 15px 0 !important;
    border-right: 0px solid #555;
    padding-right: 25px !important;

}

.companyinfo h1 img {
    max-width: 100%;
}

.companyinfo ul.address {
    float: left;
    width: 65%;
    height: auto;
    margin: 0px 0 0 50px;
    position: relative;
}

.companyinfo ul.address li {
    display: inline-block;
    letter-spacing: 0;
    font-size: 80%;
    font-weight: bold;
    color: #999;
    padding-right: 10px;
}

.companyinfo ul.address li a {
    color: #333;
}

.companyinfo .kisa {
    float: right;
    display: block;
    width: 13%;
    height: auto;
    margin: 10px 0 0 0;
}

.companyinfo .kisa img {
    width: 50px;
    height: 50px;
}

@media (max-width: 1200px) {
    .companyinfo {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .companyinfo ul.address {
        width: 100%;
        margin: 0;
    }
}

/*footer*/





/*하단우측빠로가기버튼*/
ul.short_cut {
    display: block;
    width: auto;
    height: auto;
    float: right;
}

ul.short_cut li {
    display: block;
    padding: 10px;
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

ul.short_cut li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

ul.short_cut li:nth-child(1) {
    background: #1153c8;
}

ul.short_cut li:nth-child(2) {
    background: #11a3c8;
}

/*하단우측빠로가기버튼*/












/*하단사이트정보*/
#copyrightbar {
    clear: both;
    width: 100%;
    height: auto;
    line-height: 30px;
    background: #222;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #555;
    margin-top: 0px;
}

.copyrightbar {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    color: #eee;
    text-align: center;
}

.backtohenal {
    float: right;
    padding-top: 10px;
}

.copyrightbar ul li.copyright {
    clear: both;
    display: inline-block;
    margin-top: 0px;
    color: #eee;
    font-size: 90%;
}

@media(max-width:1200px) {
    .copyrightbar ul li.copyright {
        font-size: 80%;
        line-height: 20px;
        padding-bottom: 10px;
    }
}

.copyrightbar ul {
    display: block;
    width: 100%;
}

.copyrightbar ul li {
    display: inline-block;
}

.copyrightbar ul li.total {
    float: left;
}

.copyrightbar ul li.now {
    float: right;
}

.copyrightbar ul li a {
    color: #cda6b2;
}

@media (max-width: 1200px) {
    .copyrightbar {
        width: 100%;

    }
}

.biz_info {
    float: left;
    display: block;
    width: 79%;
    margin-right: 50px;
}

/*하단사이트정보*/




/*통계*/
section#admbar {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
    margin-top: 0px;
}

article#admbar {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

@media(max-width:1200px) {
    article#admbar {
        width: 90%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
}

@media(max-width:992px) {
    article#admbar {
        width: 90%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    article#admbar {
        width: 90%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
}

article#admbar ul {
    display: block;
    width: 100%;
}

article#admbar ul li {
    display: inline-block;
}

article#admbar ul li.total {
    float: left;
}

article#admbar ul li.now {
    float: right;
}

article#admbar ul li a {
    color: #222;
}

/*통계*/





/*오른쪽패널*/
.side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    padding: 20px;
}

.side-panel-wrap .widget {
    color: #777;
}

.side-panel-wrap .widget > h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ddd;
}

/*오른쪽패널*/









/*왼쪽패널*/
.pushbar ul {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pushbar li {
    overflow: hidden;
    font-size: 85%;
}


.pushbar ul.depth1 {}

.pushbar li.depth1 {
    border-top: 0px solid #ddd;
    padding: 10px;
    display: inline-block;
    width: 30%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
}

.pushbar li.depth1 a {
    color: #fff;
}

.pushbar li.depth1:nth-child(1) {
    border-top: 0;
}

.pushbar li.depth1:nth-child(2) {}

.pushbar li.depth1:nth-child(3) {}

.pushbar li.depth1:nth-child(4) {}

.pushbar li.depth1:nth-child(5) {}

.pushbar li.depth1:nth-child(6) {}

.pushbar li.depth1:nth-child(7) {}

.pushbar li.depth1:first-child {
    border-top: 0;
}

.pushbar li.depth1:last-child {}

.pushbar ul.depth2 {
    display: block;
}

.pushbar li.depth2 {
    display: block;
    border-bottom: 1px solid #666;
    margin-bottom: 1px;
}

.pushbar li.depth2:hover a {
    color: #fff;
    font-weight: bold;
}

.pushbar li.depth2 a {
    display: block;
    border: 0px solid #555;
    padding: 5px 10px;

    color: #eee;
}


.pushbar ul.depth3 {}

.pushbar li.depth3 {
    display: block;
    padding: 5px 10px;
    font-size: 80%;
}

.pushbar li.depth3:hover a {
    color: #ff0;
}

.pushbar li.depth3 a {
    display: block;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 0;
}


.pushbar li a {
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pushbar li:last-child a {
    margin-bottom: 0;
}

.pushbar li a span {
    display: block;
    overflow: hidden;
    font-size: 110%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-bottom: 5px;
    font-family: 'NEXON Lv2 Gothic' !important;
}

.pushbar li a span:before {
    background-color: #ff8800;
    content: "";
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    margin: 0 auto;
    height: 2px;
    width: 1px;
}

.pushbar li a span b {
    display: none;
}

.pushbar a:hover span {
    color: #ff0;
    font-weight: 400;
}

.pushbar a:hover span:before {
    opacity: 1;
    width: 100%;
}


@media(max-width:1200px) {
    .pushbar li.depth1 {
        width: 100%;
    }
}

/*왼쪽패널*/




/*헤더틀*/
#header {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;

    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    width: 275px;
    background: #171717 url("images/overlay.png");
    box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.125);
}

#header2 {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;

    height: 100%;
    right: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    width: 275px;
    background: #171717 url("images/overlay.png");
    box-shadow: inset 0 -0.25em 0 0.25em rgba(0, 0, 0, 0.125);
}

#header .top {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

#header2 .top {
    position: relative;
}

#header .bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    padding-top: 2em;
    margin-top: 1em;
    position: relative;
}

#header2 .bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    padding-top: 2em;
    margin-top: 1em;
    position: relative;
}

#logo {
    margin: 1.5em 1.25em 1.25em 1.25em;
}



#headerToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: none;
    height: 2.25em;
    left: 0;
    position: fixed;
    top: 17px;
    width: 3.25em;
    z-index: 10001;
}

#headerToggle2 {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: none;
    height: 2.25em;
    right: 0;
    position: fixed;
    top: 17px;
    width: 3.25em;
    z-index: 10001;
}

#headerToggle .toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    text-align: center;
}

#headerToggle .toggle i {
    font-size: 150%;
}

#headerToggle2 .toggle2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    text-align: center;
}

#headerToggle2 .toggle2 i {
    font-size: 150%;
}

/*
					#headerToggle .toggle:before {
						font-family: FontAwesome;
						text-decoration: none;
						font-style: normal;
						font-weight: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
						content: '\f0c9';
						color: #333;
						font-size: 18px;
						line-height: 2.25em;
						background: rgba(255, 255, 255, 1);

						border-radius: 0.35em;

						text-align: center;
						position: absolute;
						left: 0em;
						top: 0.5em;
						display: block;
						width: 3.25em;
						height: 2.25em;
						line-height: 2.25em;
					}
          #headerToggle2 .toggle2:before {
						font-family: FontAwesome;
						text-decoration: none;
						font-style: normal;
						font-weight: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
						content: '\f0c9';
						color: #333;
						font-size: 18px;
						line-height: 2.25em;
						background: rgba(255, 255, 255, 1);

						border-radius: 0.35em;

						text-align: center;
						position: absolute;
						right: 0em;
						top: 0.5em;
						display: block;
						width: 3.25em;
						height: 2.25em;
						line-height: 2.25em;
					}
		*/






#nav ul li a {
    padding: 0.5em 1.25em 0.5em 1.25em;
}


.m_search {
    float: none;
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
}

.m_search #hd_sch #sch_stx {
    float: left;
    width: 70%;
    height: 45px;
    background: #2c2c2c;
    padding: 0;
    color: #fff;
    text-indent: 15px;
    border: 0px solid #fff;
    border-right: 0;
}

body.header-visible #main {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
}

body.header-visible #headerToggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
}

body.header-visible #header {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}



body.header-visible2 #main {
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
}

body.header-visible2 #headerToggle2 {
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
}

body.header-visible2 #header2 {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*헤더틀*/





/*왼쪽 오른쪽 숨김메뉴보기 아이콘애니메이션*/
button.mainbtn {
    border: 0px solid #333;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 83px;
    left: 50%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    height: 50px;
    width: 50px;
    z-index: 999;
    background: url("/theme/henalhome/design/img/opacity20.png") repeat;
}

@media(max-width:1200px) {
    button.mainbtn {
        top: 7px !important;
        left: 25px !important;
        right: 10px !important;
        border: 0px solid #fff;
        border-radius: 50%;
        overflow: hidden;
    }

}

button.hambtn.small {
    /*small*/
    position: absolute;
    top: 37px !important;
    left: unset;
    right: 20px !important;
    height: 50px;
    width: 50px;
    background: url("/theme/henalhome/design/img/opacity20.png") repeat;
    border: 0;
}



button.hambtn.left {
    left: 2em;
    top: 10px;
}

button.hambtn.right {
    margin-left: 490px;
}

.bt_animation_right {
    position: relative;
    margin: 0;
    height: 23px;
    width: 26px;
}

.bt_animation_right > div {
    background-color: #fff;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
}

@media(max-width:1200px) {
    .bt_animation_right > div {
        background-color: #fff;
    }

    button.hambtn.right {
        margin-left: 0px;
    }
}

.bt_animation_right.small > div {
    /*small*/
    background-color: #171717;
}

button.hambtn.right.small {
    top: 10px !important;
    margin-left: 0 !important;
    right: 6px !important;
    left: unset !important;
    border-radius: 50%;
    overflow: hidden;
}

@media(max-width:1200px) {
    button.hambtn.right.small {
        top: 8px !important;
        right: 25px !important;
    }
}

.bt_animation_right.small {
    margin: 0 auto;
}

.bt_animation_right .line1 {
    top: 0;
}

.bt_animation_right .line2 {
    top: 10px;
}

.bt_animation_right .line3 {
    top: 20px;
}

button.hambtn.right:hover .bt_animation_right .line1 {
    animation: line1 0.8s ease-in-out forwards;
    -webkit-animation: line1 0.8s ease-in-out forwards;
}

button.hambtn.right:hover .bt_animation_right .line2 {
    animation: line2 0.8s 0.2s ease-in-out forwards;
    -webkit-animation: line2 0.8s 0.2s ease-in-out forwards;
}

button.hambtn.right:hover .bt_animation_right .line3 {
    animation: line3 0.8s 0.4s ease-in-out forwards;
    -webkit-animation: line3 0.8s 0.4s ease-in-out forwards;
}

@keyframes line1 {
    from {
        width: 100%;
    }

    50% {
        width: 1px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@keyframes line2 {
    from {
        width: 100%;
    }

    50% {
        width: 1px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@keyframes line3 {
    from {
        width: 100%;
    }

    50% {
        width: 1px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@-webkit-keyframes line1 {
    from {
        width: 100%;
    }

    50% {
        width: 1px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@-webkit-keyframes line2 {
    from {
        width: 100%;
    }

    50% {
        width: 1px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@-webkit-keyframes line3 {
    from {
        width: 100%;
    }

    50% {
        width: 1px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}


.bt_animation_left {
    position: relative;
    margin: 0px;
    height: 23px;
    width: 23px;
    margin: 0 auto;
}

.bt_animation_left > div {
    background-color: #171717;
    position: absolute;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    height: 3px;
    width: 3px;
}

.bt_animation_left.small > div {
    /*small*/
    background-color: #fff;
}

button.hambtn.left.small {
    top: -0.7em !important;
}

.bt_animation_left.small {
    margin: 13px 13px 13px 13px;
}

.bt_animation_left .dot1 {
    left: 0;
    top: 0;
}

.bt_animation_left .dot2 {
    left: 10px;
    top: 0;
}

.bt_animation_left .dot3 {
    left: 20px;
    top: 0;
}

.bt_animation_left .dot4 {
    left: 0;
    top: 10px;
}

.bt_animation_left .dot5 {
    left: 10px;
    top: 10px;
}

.bt_animation_left .dot6 {
    left: 20px;
    top: 10px;
}

.bt_animation_left .dot7 {
    left: 0;
    top: 20px;
}

.bt_animation_left .dot8 {
    left: 10px;
    top: 20px;
}

.bt_animation_left .dot9 {
    left: 20px;
    top: 20px;
}

button.hambtn.left:hover .bt_animation_left > div {
    animation: dot 0.6s forwards;
    -webkit-animation: dot 0.6s forwards;
}

@keyframes dot {
    50% {
        left: 10px;
        top: 10px;
    }
}

@-webkit-keyframes dot {
    50% {
        left: 10px;
        top: 10px;
    }
}

aside.pushbar ul {
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow-y: auto;
}

aside.pushbar li {
    overflow: hidden;
    font-size: 110%;
}



aside.pushbar li.depth1 {
    border-top: 0px solid #ddd;
    padding-top: 30px;
    width: 20%;
    display: inline-block;
}

aside.pushbar li.depth1:nth-child(1) {
    border-top: 0;
}

aside.pushbar li.depth1:nth-child(2) {}

aside.pushbar li.depth1:nth-child(3) {}

aside.pushbar li.depth1:nth-child(4) {}

aside.pushbar li.depth1:nth-child(5) {}

aside.pushbar li.depth1:nth-child(6) {}

aside.pushbar li.depth1:nth-child(7) {}

aside.pushbar li.depth2 {
    display: block;
    border: 1px solid #eeced8;
    border-radius: 10px;
    padding: 5px 10px;
}

aside.pushbar li.depth2:hover a {
    color: #f60;
}

aside.pushbar li.depth2 a {
    display: block;
    border: 1px solid #eeced8;
    padding: 5px 10px;
    border-radius: 10px;
}

aside.pushbar li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

aside.pushbar li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
}

aside.pushbar li a span {
    display: block;
    overflow: hidden;
    font-size: 170%;
}

aside.pushbar li a span:before {
    background-color: #fff;
    content: "";
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    margin: 0 auto;
    height: 2px;
    width: 1px;
}

aside.pushbar a:hover span {
    color: #fff;
    font-weight: 400;
}

aside.pushbar a:hover span:before {
    opacity: 1;
    width: 100%;
}


@media(max-width:1200px) {
    aside.pushbar li.depth1 {
        width: 100%;
    }
}

/*
.close{
    width: 50px;
    height: 51px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    cursor:pointer;
}
.close:before, .close:after {
    position: absolute;
    left: 25px;
    content: ' ';
    height: 51px;
    width: 3px;
    background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
*/


/*
.card{
	margin:20px;
    border-radius: 5px;
    background:#fff;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1)
}


.card_title,.title,.pushbar{
    background: #fff;
    color: #333;
}


.card_title,.title{
	padding: 15px 20px;
    font-weight: bold;
    text-align:center;
}
*/
.card_title {
    border-radius: 4px 4px 0px 0px;
}

.card_content {
    padding: 15px;
}

a.button.getBtn {
    margin-top: 16px;
    background-color: #fff;
    color: #fff;
    border-color: #fff;
}

.pushbar {
    padding: 50px;
    font-size: 130%;
}

.small {
    font-size: 14px;
    font-weight: 400;
}

@media(max-width:1200px) {
    .pushbar {
        padding: 15px;
    }
}

/*
.menu li{
    list-style: none;
    padding: 15px 20px;
    border-top: 0px solid rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0px;
    color: rgba(0, 0, 0, 0.65);
}
*/
/*

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #fff;
    border: 0.1rem solid #fff;
}
*/
/*왼쪽 오른쪽 숨김메뉴보기 아이콘애니메이션*/






/*메인*/
#main {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 0px;
    margin-left: 0;
    clear: both;
}

#main > section {
    padding: 3em 0;
}

#main section.cover {
    padding: 4em 0;
}

@media screen and (max-width: 1200px) {

    /* Basic */
    html,
    body {
        overflow-x: hidden;
    }

    /*
			body, input, textarea, select {
				font-size: 16pt;
			}
      */
    header br {
        display: none;
    }

    .container {
        padding: 0;
    }

    /* Item */
    .item {
        margin-bottom: 15px;
    }

    /* List */
    ul.icons a {
        width: 1.75em;
        font-size: 1.25em;
    }

    #headerToggle {
        display: block;
    }

    #headerToggle2 {
        display: block;
    }
}

/* Mobile */
@media screen and (max-width: 736px) {

    /* Basic
			body, input, textarea, select {
				font-size: 14pt;
			}
			h2 {
				font-size: 1.5em;
				letter-spacing: 0;
				font-weight: 300;
			}
			.container {
				padding: 0 15px 0 15px;
			}
    */
    /* List */
    ul.icons a {
        width: 1.75em;
        font-size: 1.5em;
    }

    /* Main */
    #main > section {
        padding: 2em 0;
    }

    #main section.cover {
        padding: 4em 0em;
    }

    #main section.cover header {
        padding: 0 1em;
    }

    /* Footer */
    #footer .copyright li {
        display: block;
        line-height: 1.25em;
        border: 0;
        padding: 0;
        margin: 1em 0 0 0;
    }

    #footer .copyright li:first-child {
        margin-top: 0;
    }
}

/*메인*/



/**/
.bottom_oneline {
    padding: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: #f8f8f8;
}

.bottom_oneline .oneline {
    width: 100%;
    position: relative;
}

.bottom_oneline .oneline .one {
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -600px;
}

.bottom_oneline .oneline .two {
    position: absolute;
    right: 0;
    margin-right: 0px;
    background: #dfe1e3;
    width: 50%;
    line-height: 80px;
    padding-left: 30px;
}

.bottom_oneline .oneline .two b {
    display: inline-block;
    line-height: 100%;
    color: #fff;
    padding: 7px 15px 5px 15px;
    background: #479bd0;
    border-radius: 20px;
    margin-left: 30px;
    font-size: 174%;
}


@media(max-width: 1200px) {
    .bottom_oneline {
        height: auto;
    }

    .bottom_oneline .oneline {
        overflow: hidden;
        border-top: 1px solid #eee;
        padding: 0;
    }

    .main_latest_div .li02 {
        height: auto;
    }

    .bottom_oneline .oneline .one {
        position: static;
        width: 100%;
        margin-left: 0px;
        overflow: hidden;
    }

    .bottom_oneline .oneline .two {
        position: static;
        margin-right: 0px;
        background: #dfe3df;
        width: 100%;
        line-height: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .bottom_oneline .oneline .two b {
        margin-left: 0;
        margin-top: 10px;
    }
}

/**/
.policy {
    background: #f3f3f3;
}

/**/
.link_icon {
    overflow: hidden;
}

.link_icon li {
    float: left;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 15px;
    background: #eee;
    margin-right: 5px;
}

.link_icon li a {
    display: block;
    width: 100%;
    height: 100%;
}

.link_icon li:hover {
    background: #fff;
}

/**/
.link_policy {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    line-height: 100%;
    text-align: center;
}

.link_policy li {
    display: inline-block;
    font-size: 85%;
    line-height: 100%;
    padding-bottom: 5px;
    position: relative;
    padding: 0px 15px;
}

.link_policy li:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    border-radius: 0;
    background-color: #ccc;
    position: absolute;
    bottom: 2px;
    left: 0;
    margin-left: 0;
    margin-top: 0px;

}

.link_policy li:nth-child(1):before {
    display: none;
}


/**/
.Privacy,
.Agreement {
    height: 500px;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #ced4da;
    overflow-y: auto;
    overflow-x: hidden;
}

.Privacy dt,
.Agreement dt {
    color: #333;
    font-weight: 400;
}

.Agreement dd {
    color: #777;
}

.PB20 {
    padding-bottom: 20px;
}

.emailWrap {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.emailWrap h4 {
    font-size: 20px;
    font-weight: 400;
    color: #111;
    margin-bottom: 20px;
}

.emailWrap p {
    font-weight: 400;
    margin-bottom: 40px;
}

.emailWrap ul li {
    background: url(../images/main/siteinfo_dott.gif) left 12px no-repeat;
    padding-left: 12px;
    line-height: 1.7;
    color: #777;
}




h3.pagetitle {
    clear: both;
    display: inline-block;
    font-size: 200%;
    color: #333;
    text-align: left;
    padding: 0px 0 10px 0;
    margin: 60px 0;
    position: relative;
    line-height: 100%;
    font-family: 'NEXON Lv2 Gothic' !important;
}

h3.pagetitle:before {
    content: '';
    display: block;
    width: 20%;
    height: 5px;
    border-radius: 0;
    background-color: #348ca9;
    position: absolute;
    top: -30px;
    left: 0;
    margin-left: 0;
    margin-top: 0px;
}



.subpagetit {
    display: inline-block;
    line-height: 40px;
    font-size: 170%;
    text-indent: 0px;

}





@media(max-width:1200px) {
    h3.pagetitle {
        padding: 0px 0 10px 0;
        margin-bottom: 20px;
    }

}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}
