@charset "utf-8";



/* 내용관리 */

.subtitle_ment.ci {
    height: auto !important;
    padding: 30px 0;
    margin-bottom: 50px;
}

.subtitle_ment.ci:first-child {
    background: #fff;
    width: 48%;
    float: left;
}

.subtitle_ment.ci:last-child {
    background: #333;
    width: 48%;
    float: right;
}

.subtitle_ment.ci img {
    width: 60%;
    margin: 0 auto;
    display: block;
}

table.henal {
    border-top: 3px solid #222 !important;
}

table.henal th {
    padding: 15px 0px !important;
}

#ctt {
    /*margin:10px 0;padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9*/
}

.ctt_admin {
    margin: 0 5px;
    text-align: right;
    display: none;
}

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ctt_con {
    padding: 0px 0;
    width: 100%;
    min-width: 830px;
}

#ctt_con h1 {
    margin: 20px 0 20px 0;
    font-size: 140%;
    font-weight: 900;
}

.ctt_img {
    text-align: center
}

.iconlist.iconlist-large {
    width: 300px;
    margin: 0 auto;
}


.wrap_biz1 .subtitle-ment {
    padding: 10px 0 30px 0;
    color: #777;
}

.wrap_biz1 .title_group h3.page_title {
    font-size: 200%;
    border-bottom: 1px solid #ddd;
    padding-top: 0;
    padding-bottom: 10px;

    font-weight: 900;
    text-align: left;
}

.wrap_biz1 .title_group .title_ment {
    display: block;
    color: #777;
    padding: 15px 0 30px 0;
}








.info_box {
    width: 100%;
    height: auto;
    margin: 30px auto;
    clear: both;
}

@media(max-width:1200px) {
    .info_box {
        display: block;
        padding: 0;
    }

    .info_box {
        width: 100%;
    }
}

.info_box h3 {
    width: 100%;
    font-size: 500%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0px;
    color: #fff;
}

@media(max-width:768px) {
    .info_box h3 {
        font-size: 250%;
    }
}

@media(max-width:420px) {
    .info_box h3 {
        font-size: 200%;
    }
}

.info_box h3 b {
    color: #fae132;
}

.info_box ul.check {
    clear: both;
    display: block;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
    width: 426px;
    margin: 0 auto;
}

.info_box ul.check li {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    background: #eff0f1;
    margin: 2px;
    display: inline-block;
    padding: 20px !important;
}

.info_box ul.check li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.info_box ul.check li.nopadding {
    padding: 0;
}








.info_box ul.check li {
    /*배경색*/
    overflow: hidden;
    position: relative;

}

.info_box ul.check li:before {
    /*필터배경 및 마우스오버전*/
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    /*zooinout*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: 100%;
    transition: 0.5s ease all;
}

.info_box ul.check li:hover:before {
    /*마우스오버*/
    /*zooinout*/
    background-size: 125%;
}

/*01*/
.info_box ul.check li.one {
    /*배경색*/
    background: #dadbf1;
}

.info_box ul.check li.one:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_01.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.one:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*02*/
.info_box ul.check li.two {
    /*배경색*/
    background: #daf0f1;
}

.info_box ul.check li.two:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_02.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.two:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*03*/
.info_box ul.check li.three {
    /*배경색*/
    background: #daf1e1;
}

.info_box ul.check li.three:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_03.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.three:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*04*/
.info_box ul.check li.four {
    /*배경색*/
    background: #daebf1;
}

.info_box ul.check li.four:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_04.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.four:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*05*/
.info_box ul.check li.five {
    /*배경색*/
    background: #daf1e1;
}

.info_box ul.check li.five:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_05.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.five:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*06*/
.info_box ul.check li.six {
    /*배경색*/
    background: #f0f1da;
}

.info_box ul.check li.six:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_06.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.six:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*07*/
.info_box ul.check li.seven {
    /*배경색*/
    background: #daf1e1;
}

.info_box ul.check li.seven:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_07.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.seven:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*08*/
.info_box ul.check li.eight {
    /*배경색*/
    background: #f0f1da;
}

.info_box ul.check li.eight:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_08.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.eight:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*09*/
.info_box ul.check li.nine {
    /*배경색*/
    background: #dadbf1;
}

.info_box ul.check li.nine:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_09.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.nine:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*10*/
.info_box ul.check li.ten {
    /*배경색*/
    background: #f0f1da;
}

.info_box ul.check li.ten:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_10.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.ten:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*11*/
.info_box ul.check li.eleven {
    /*배경색*/
    background: #dadbf1;
}

.info_box ul.check li.eleven:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_11.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.eleven:hover:before {
    /*마우스오버*/
    background-size: 125%;
}

/*10*/
.info_box ul.check li.twelve {
    /*배경색*/
    background: #daebf1;
}

.info_box ul.check li.twelve:before {
    /*필터배경 및 마우스오버전*/
    background: url("<?=$content_skin_url?>/img/bg_12.png") center center no-repeat;
    background-size: 100%;
}

.info_box ul.check li.twelve:hover:before {
    /*마우스오버*/
    background-size: 125%;
}













.info_box ul.check span.title {
    display: block;
    width: 100%;
    border: 0px solid #dbdbdb;
    color: #333;
    font-size: 140%;
    border-radius: 10px;
    background: none;
    font-weight: 900;
    text-align: left;
}

.info_box ul.check span.text {
    display: block;
    color: #b9b9b9;
    margin: 0 auto;
    padding: 10px 0 5px 0;
    font-size: 120%;
    height: 60px;
    text-align: left;
}

.info_box ul.check span.btn {
    float: left;
}

.info_box ul.check b {
    color: #38c5cb;
    font-family: 'GangwonEduPowerExtraBoldA';
    font-size: 139%;
    padding-left: 5px;
    line-height: 107%;
}

.info_box ul.check li.nopadding span.title {
    color: #156366;
    font-size: 170%;
    text-align: left;
    font-weight: 600;
    text-indent: 0px;
    padding-top: 0px;
    font-family: "S-CoreDream-8Heavy";
    letter-spacing: -1px;
}

.info_box ul.check li.one span.title {
    color: #585ba5;
}

.info_box ul.check li.two span.title {
    color: #1d959b;
}

.info_box ul.check li.three span.title {
    color: #047627;
}

.info_box ul.check li.four span.title {
    color: #4b7fbf;
}

.info_box ul.check li.five span.title {
    color: #047627;
}

.info_box ul.check li.six span.title {
    color: #828728;
}

.info_box ul.check li.seven span.title {
    color: #047627;
}

.info_box ul.check li.eight span.title {
    color: #828728;
}

.info_box ul.check li.nine span.title {
    color: #595c99;
}

.info_box ul.check li.ten span.title {
    color: #828728;
}

.info_box ul.check li.eleven span.title {
    color: #474a95;
}

.info_box ul.check li.twelve span.title {
    color: #4b7fbf;
}

.info_box ul.check li.nopadding span.text {
    display: block;
    color: #666;
    text-indent: 0px;
    font-size: 110%;
    line-height: 105%;
    padding-top: 5px;
    font-weight: bold;
}

.info_box ul.check li.nopadding span.btn {
    float: left;
    margin-left: 0px;
}

.info_box ul.check li.nopadding span.btn-go {
    border: 1px solid #56c1c5;
    color: #56c1c5;
    border-radius: 10px;
    background: #fff;
    padding: 5px 10px;
    height: auto;
    font-size: 106%;
    line-height: 73%;
    position: absolute;
    right: 20px;
    bottom: 20px;
}


.info_box ul.check span.go {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #333 url("/theme/henalhome/mobile/shop/theme/henalhome/design/img/img_arrow.png") center center no-repeat;
    margin: 0 auto;
    text-indent: -9999px;
}

@media(max-width:1200px) {
    .info_box ul.check li {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 0 0px;
    }

    .info_box ul.check li.four {
        padding: 15px;
    }

    .info_box ul.check li.five {
        padding: 15px;
    }

    .info_box ul.check li.six {
        padding: 15px;
    }
}

</style > < !--인사말/-- > <style > .service {
    padding: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

@media(max-width:1024px) {
    .service {
        padding: 30px 10px;
    }

    .service .text .slogan {
        font-size: 130% !important;
    }
}

.service .text {
    float: left;
    width: 50%;
}

.service .text ul {
    padding-top: 15px;
}

.service .text ul li {
    display: inline-block;
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.service .img {
    float: right;
    width: 482px;
    height: 225px;
    line-height: 225px;
    text-align: center;
    background: #333;
}

.service .img img {
    margin: 0 auto;
}

.service .img span {
    color: #fff;
    font-size: 85%;
    display: inline-block;
    padding-left: 20px;
}

.service .text p {
    font-size: 105%;
}

.service .text .eng_slogan {
    font-family: 'GangwonEduPowerExtraBoldA';
    font-size: 400%;
    letter-spacing: 0;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
    line-height: 100%;

}

.service .text .slogan {
    font-family: 'ONE-Mobile-Title';
    font-size: 180%;
    line-height: 120%;
    padding-bottom: 10px;
    display: block;
    color: #f30;
}

.service .text .slogan b {
    color: #f30;
}

@media(max-width:1100px) {
    .service .text .eng_slogan {
        font-size: 340%;
    }

    .service .text {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .service .img {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media(max-width:768px) {
    .service .text .eng_slogan {
        font-size: 240%;
    }
}

/**/
.explain {
    padding: 50px 0;
}

.explain img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.explain .item {
    width: 100%;
    background: #fefefe;
    margin-bottom: 80px;
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}




.explain .item .group {
    padding-bottom: 50px;
    text-align: center;
    overflow:hidden;
    position:relative;
}

.explain .item .group .item_box {
    float:left;
    display: inline-block;
    width: 48%;
    height:230px;
    border: 1px solid #ddd;
    margin:5px;
    padding:30px;
    text-align: left;
}

@media(max-width:1200px){
    
    .explain .item .group .item_box {
    width: 100%;
        height:auto;
    margin:10px 0;
        padding:20px;
}
    
}



.explain .item .group .item_box ul{display:block; padding-top:20px;}
.explain .item .group .item_box ul li{position:relative; padding-left:20px; padding-bottom:5px;}
.explain .item .group .item_box ul li:before{
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 9px;
    
}
.explain .item .group .item_box span.num{display:inline-block; width:25px; height:25px; line-height:25px; background:#f8f8f8; color:#333; text-align:center; margin-right:10px;}
.explain .item .group .item_box span.tit{font-family: 'NEXON Lv2 Gothic Medium' !important; font-size:130%; line-height:100%;}


.explain .item .group h4 {
    text-align:left;
    font-size: 140%;
    font-family: 'NEXON Lv2 Gothic Bold' !important;
    padding-bottom: 10px;
}

.explain .item .group p.text {
    position: relative;
    padding-left: 15px;
    text-align:left;
}

.explain .item .group p.text:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f30;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0px;
    margin-top: 9px;
}

.explain .item .group p.text b {
    font-weight: bold;
    font-family: 'NEXON Lv2 Gothic Medium';
}

.explain .item .skill {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.explain .item .skill p {
    width: 206px;
    margin: 0 auto;
    padding-top: 20px;
}

.title_box {
    padding-top: 0px;
    text-align: center;
}

.title_box span {
    display: inline-block;
    border-radius: 40px;
    background: #f30;
    color: #fff;
    font-family: 'ONE-Mobile-Title' !important;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 150%;
}

.title_box h3 {
    font-family: 'designhouseOTFLight00' !important;
    color: #fe3018;
}

.title_box_sub {
    text-align: center;
    padding: 40px 0 20px 0;
}

.title_box_sub h4 {
    font-family: 'KOHIBaeumOTF' !important;
    font-size: 250%;
    position: relative;
    line-height: 200%;
}

.title_box_sub h4:before {
    content: '';
    display: block;
    width: 150px;
    height: 5px;
    background-color: #333;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -75px;
}

.title_box_sub p {
    padding-top: 10px;
    font-size: 110%;
}

@media(max-width:768px) {
    .explain .item {
        border-radius: 30px;
    }
}

a.download {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    background: #333;
    border: 1px solid #ddd;
    text-align: center;
}

a.download:hover {
    background: #fff;
    color: #333;
}

@media(max-width:1200px){
    a.download {
    position: static;
        display:block;
        margin-top:10px !important;
}
    
}



p.caution {
    position: relative;
    text-align: center;
    color: #f60;
    font-size: 85%;
    text-align: left;
}

.group ul.box {
    text-align: center;
}

.group ul.box li {
    border: 0px solid #ddd;
    padding: 30px;
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 0 10px;
    border-radius:40px; 
    background:#f9f9f9;
}


@media(max-width:1200px){
    .group ul.box li {
    margin:2px;
        width:100%;
}
    
}


.group ul.box li h5 {
    font-size: 120%;
    padding: 20px 0;
    font-family: 'NEXON Lv2 Gothic Medium' !important;
}

@media(max-width:1200px) {}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}
