* {
    font-weight: normal;
    line-height: 1.5;
}

body {
    background: #2d2d2d;
}

.wrap_header {
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 10000;
}

/* 메인메뉴 */
.header.main {
    background: url("https://rustfs-api.huclo.co.kr/common/image/bg_header_line.png") repeat-x 0px 74px;
    width: 100%;
    position: relative;
}

.header.main {
    background-color: rgba(8, 21, 28, 0.48);
}

.header.main .inner_wrap {
    margin: 0px auto;
    width: 1366px;
    position: relative;
    z-index: 1;
}

.header.main .inner_wrap::after {
    clear: both;
    display: block;
    content: "";
}

.header.main .inner_wrap .gnb {
    margin-left: 150px;
    float: left;
}

.header.main .inner_wrap .gnb > ul {
    overflow: hidden;
    width: 900px;
    float: left;
}

.header.main .inner_wrap .gnb > ul > li {
    width: 20%;
    text-align: center;
    line-height: 75px;
    float: left;
}

.header.main .inner_wrap .gnb > ul > li > a {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 17px;
    display: block;
    letter-spacing: -2px;
}

.header.main .inner_wrap .gnb > ul > li > a:focus {
    color: rgb(255, 255, 255);
}

.header.main .inner_wrap .gnb > ul > li > a:hover {
    color: rgb(255, 255, 255);
}

.header.main .inner_wrap .gnb > ul > li > a.active {
    color: rgb(255, 255, 255);
}

.header.main .inner_wrap .gnb > ul > li > ul {
    margin: 20px 0px;
    height: 280px;
    display: none;
}

.header.main .inner_wrap .gnb > ul > li > ul > li > a {
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 2;
    font-size: 13px;
    display: block;
}

.header.main .inner_wrap .gnb > ul > li > ul > li > a:focus {
    color: rgb(255, 255, 255);
}

.header.main .inner_wrap .gnb > ul > li > ul > li > a:hover {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.header.main .inner_wrap .gnb > ul > li > ul > li > a.active {
    color: rgb(255, 255, 255);
}

.huclo_main {
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

.vision1_txt {
    background: #ddd;
    width: 90%;
    float: left;
    margin: 0 5%;
    padding: 1% 5%;
    border-radius: 1.0em;
}

.vision1_txt li {
    margin: 1% 0;
}

.vision1_txt li em {
    font-weight: bold;
    font-style: normal;
}


.basic_wrap {
    position: relative;
    width: 1366px;
    margin: 0 auto;
    overflow: hidden;
}

@media all and (max-width: 1000px) {
    .header.main .inner_wrap {
        width: 100%;
    }

    .basic_wrap {
        width: 100%;
    }

    .basic_wrap img {
        width: 100%;
    }
}


/* 메인 데이터바우처 */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%; /* height: 80vh; *//*height: 100vh;*/
}

#hero .container {
    padding-top: 72px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #273352;
    background: #47b2e4;
}

#hero .btn-get-started:hover {
    background: #273352;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #fff5b1;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        /* height: 100vh; */
        text-align: center;
        padding-bottom: 15%;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

/* 서브 메뉴 */


.header.main .inner_wrap .logo {
    margin: 0;
}

.header.main .inner_wrap .logo a {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header.main .inner_wrap .logo a img {
    height: 33px;
    width: 220px
}

.header.sub {
    background-color: rgb(255, 255, 255);
}

.header.sub {
    background: #fff url("https://rustfs-api.huclo.co.kr/common/image/bg_header_line.png") repeat-x 0px 74px;
}

.header.sub::after {
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
}

.header.sub .inner_wrap {
    margin: 0px auto;
    width: 1366px;
    position: relative;
    z-index: 1;
}

.header.sub .inner_wrap::after {
    clear: both;
    display: block;
    content: "";
}

.header.sub .inner_wrap .logo {
    margin: 0;
    padding-top: 10px;
}

.header.sub .inner_wrap .logo a {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header.sub .inner_wrap .logo a img {
    height: 33px;
    width: 220px
}

.header.sub .inner_wrap .gnb {
    margin-left: 150px;
    float: left;
}

.header.sub .inner_wrap .gnb > ul {
    overflow: hidden;
    width: 900px;
    float: left;
}

.header.sub .inner_wrap .gnb > ul > li {
    width: 20%;
    text-align: center;
    line-height: 75px;
    float: left;
}

.header.sub .inner_wrap .gnb > ul > li > a {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 16px;
    display: block;
    font-weight: 800;
    letter-spacing: -2px;
}

.header.sub .inner_wrap .gnb > ul > li > a:focus {
    color: #273352;
}

.header.sub .inner_wrap .gnb > ul > li > a:hover {
    color: #273352;
    font-weight: bold;
}

.header.sub .inner_wrap .gnb > ul > li > a.active {
    color: #273352;
}

.header.sub .inner_wrap .gnb > ul > li > ul {
    margin: 40px 0px;
    height: 240px;
    border-right-color: rgb(240, 240, 240);
    border-right-width: 1px;
    border-right-style: solid;
    display: none;
}

.header.sub .inner_wrap .gnb > ul > li:first-child > ul {
    border-left-color: rgb(240, 240, 240);
    border-left-width: 1px;
    border-left-style: solid;
}

.header.sub .inner_wrap .gnb > ul > li > ul > li {
}

.header.sub .inner_wrap .gnb > ul > li > ul > li > a {
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 2;
    font-size: 13px;
    display: block;
}

.header.sub .inner_wrap .gnb > ul > li > ul > li > a:focus {
    color: rgb(44, 83, 175);
}

.header.sub .inner_wrap .gnb > ul > li > ul > li > a:hover {
    color: rgb(44, 83, 175);
    font-weight: bold;
}

.header.sub .inner_wrap .gnb > ul > li > ul > li > a.active {
    color: rgb(44, 83, 175);
}


@media (max-width: 936px) {
    /* 메인 */
    .header.sub::after {
        border: 0px;
    }

    .header.main .inner_wrap {
        width: 100%;
        background: #fff;
        float: left;
        position: fixed;
        box-shadow: 0px 0px 5px;
        text-align: center;
    }

    .header.main .inner_wrap .logo {
        height: 58px;
    }

    .header.main .inner_wrap .logo a {
        height: 58px;
    }

    .header.main .inner_wrap .logo a img {
        text-align: center;
        height: 22px;
        width: 150px;
    }

    .header.sub .inner_wrap .logo {
        height: 58px;
    }

    .header.sub .inner_wrap .logo a {
        height: 58px;
    }

    .header.sub .inner_wrap .logo a img {
        text-align: center;
        height: 22px;
        width: 150px;
    }

    .header.main .inner_wrap .gnb {
        display: none;
    }

    /* 서브 */
    .header.sub .inner_wrap {
        background: #fff;
        width: 100%;
        float: left;
        position: fixed;
        box-shadow: 0px 0px 5px;
    }

    .header.sub .inner_wrap .logo {
        text-align: center;
        clear: left;
    }

    .header.sub .inner_wrap .logo a {
        text-align: center;
    }

    .header.sub .inner_wrap .gnb {
        display: none;
    }
}


/* 비지니스 영역 */
.business {
    padding: 3% 0;
    width: 100%;
    float: left;
}

.business h3 {
    padding: 0px 0;
    text-align: center;
    font-weight: 300;
    font-size: 46px;
    color: #000;
    letter-spacing: -0.08em;
    line-height: 1.5;
}

.business .sub {
    line-height: 1.5;
    font-size: 15px;
    font-weight: normal;
}

.business .menu {
    padding-bottom: 350px;
    position: relative;
}

.business .menu ul {
    text-align: center;
    font-size: 0px;
}

.business .menu {
    position: relative;
}

.business .menu ul {
    text-align: center;
    font-size: 0px;
}

.business .menu ul li {
    margin-left: 10px;
    display: inline-block;
}

.business .menu ul li:first-child {
    margin-left: 0px;
}

.business .menu ul li a {
    border: 1px solid rgb(181, 181, 181);
    border-image: none;
    width: 300px;
    color: rgb(34, 34, 34);
    line-height: 52px;
    font-size: 18px;
    display: block;
}

.business .menu ul li.on a {
    background: #273352;
    border: 1px solid #273352;
    border-image: none;
    color: rgb(255, 255, 255);
}

.business .menu ul li .cont {
    margin: 52px auto 0px;
    left: 0px;
    width: 50%;
    text-align: center;
    right: 0px;
    display: none;
    position: absolute;
    word-break: break-all;
}

.business .menu ul li .cont p {
    color: rgb(102, 102, 102);
    line-height: 1.6;
    font-size: 18px;
}

.business .menu ul li .cont .btn_view {
    background: rgb(255, 255, 255);
    padding: 10px 50px;
    border: 2px solid rgb(0, 0, 0);
    border-image: none;
    width: auto;
    color: rgb(0, 0, 0);
    line-height: normal;
    font-size: 16px;
    margin-top: 50px;
    display: inline-block;
}

.business .menu ul li.on .cont {
    display: block;
}

.business .menu ul li.on .cont p b {
    font-weight: bold;
}

.business .menu ul li .cont .btn_view:hover {
    background: #273352;
    border: 2px solid #005382;
    border-image: none;
    color: rgb(255, 255, 255);
}

@media (max-width: 1366px) {
    .business .menu ul li .cont p {
        font-size: 14px;
    }
}

@media (max-width: 963px) {
    .business h3 {
        font-size: 30px;
    }

    .business .menu {
        margin-bottom: 10%;
        width: 100%;
    }

    .business .menu ul {
        width: 100%;
    }

    .business .menu ul li {
        width: 30%;
        margin: 0.5%;
    }

    .business .menu ul li:first-child {
        width: 45%;
        margin-left: 0;
    }

    .business .menu ul li:last-child {
        width: 45%;
        margin-right: 0;
    }

    .business .menu ul li a {
        width: 100%;
        font-size: 16px;
    }

    .business .menu ul li .cont {
        width: 60%;
        margin: 3% 0;
        float: left;
    }

    .business .menu ul li .cont p {
        font-size: 12px;
        margin: 0 0%;
    }

    .business .menu ul li .cont {
        width: 100%;
    }
}


/* Main slider */
.main .visual {
    width: 100%;
    position: relative;
    background: #000;
}

.main .visual .slick-track {
    width: 100% !important;
    height: 830px !important;
}

.main .visual .slide {
    left: 50% !important;
    width: 100%;
    height: 830px;
    overflow: hidden;
    margin-left: -1000px !important;
    position: absolute !important;
}

.main .visual .slide img {
    left: -100px;
    top: 0px;
    position: absolute;
}

.main .visual .slick-dots {
    width: 100%;
    height: 5px;
    text-align: center;
    bottom: 64px;
    line-height: 5px;
    position: absolute;
}

.main .visual .slick-dots li {
    height: 5px;
    margin-left: 3px;
    vertical-align: top;
    display: inline-block;
}

.main .visual .slick-dots li:first-child {
    margin-left: 0px;
}

.main .visual .slick-dots li button {
    width: 65px;
    height: 5px;
    text-indent: -9999em;
    vertical-align: top;
    opacity: 0.3;
    background-color: rgb(255, 255, 255);
}

.main .visual .slick-dots li.slick-active button {
    opacity: 1;
}

.visual_copy {
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 50;
}

.visual_copy .slogan {
    padding-top: 280px;
    display: inline-block;
}

.visual_copy .btn_view {
    margin: 96px auto 0px;
    border: 2px solid rgb(255, 255, 255);
    border-image: none;
    width: 152px;
    height: 45px;
    color: rgb(255, 255, 255);
    line-height: 41px;
    font-size: 18px;
    display: block;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.visual_copy .btn_view:hover {
    background: rgb(27, 46, 89);
    border: 2px solid rgb(27, 46, 89);
    border-image: none;
}

.visual .btn_visual_play {
    width: 12px;
    height: 12px;
    right: 50%;
    bottom: 61px;
    margin-right: -200px;
    position: absolute;
}

.visual .btn_visual_play .pause {
    background: url("https://rustfs-api.huclo.co.kr/common/image/visual_pause.png") no-repeat 0px 0px;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    display: block;
    position: absolute;
}

.visual .btn_visual_play .play {
    background: url("https://rustfs-api.huclo.co.kr/common/image/visual_play.png") no-repeat 0px 0px;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    display: block;
    position: absolute;
}

.visual_mask .visual_mask_bg .slide img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden;
}

@media (max-width: 768px) {
    .visual .slide {
        height: 500px !important;
    }

    .visual .slick-track {
        height: 500px !important;
    }

    .visual_copy .slogan > img {
        width: 80%;
    }

    .visual_copy .slogan {
        padding-top: 200px;
    }

    .visual .slide { /* width:100% */;
        height: 500px;
        left: -300px !important;
    }

    .visual .slide img {
        height: 100%;
        margin: 0 0;
    }

    .visual_copy .btn_view {
        margin: 50px auto 0px;
        border: 2px solid rgb(255, 255, 255);
        border-image: none;
        width: 152px;
        height: 45px;
        color: rgb(255, 255, 255);
        line-height: 41px;
        font-size: 18px;
        display: block;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    }
}


/* 중간 비주얼 */
.visual_mask {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    position: relative;
}

.visual_mask .mask_area {
    top: 0px;
    position: relative;
    z-index: 50;
}

.visual_mask .visual_mask_bg {
    padding: 25px 0px 70px;
    text-align: center;
}

.visual_mask .visual_mask_bg .slide img {
    margin: 0 auto;
}

.visual_mask .visual_mask_img {
    top: -50px;
    right: 30%;
    position: relative;
    z-index: 60;
}

.visual_mask .visual_mask_img .slide {
    position: relative;
}

.visual_mask .visual_mask_img .slide img {
    opacity: 0;
    margin: 0 auto;
}

@media (max-width: 768px) {

}

/* 하단 회사소개 레프트 */
.our_company {
    overflow: hidden;
    width: 100%;
    float: left;
    background: #273352;
}

.our_company .main_bottom_left {
    width: 35%;
    float: left;
    border-right: 1px solid #777;
}

.our_company .main_bottom_left ul {
    overflow: hidden;
}

.our_company .main_bottom_left ul li {
    line-height: 1.5;
}

.our_company .main_bottom_left ul li:nth-child(1) {
}

.our_company .main_bottom_left ul li:nth-child(2) {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

.our_company .main_bottom_left ul li a {
    padding: 20px 50px 50px 50px;
    text-align: right;
    color: rgb(255, 255, 255);
    display: block;
}

.our_company .main_bottom_left ul li .years {
    font-size: 70px;
    display: block;
    line-height: 1.5;
}

.our_company .main_bottom_left ul li .m_title {
    padding-bottom: 20px;
    font-size: 22px;
    font-style: normal;
    display: block;
}

.our_company .main_bottom_left ul li .txt {
    line-height: 22px;
    font-size: 16px;
    display: block;
}

@media (max-width: 963px) {
    .our_company .main_bottom_left {
        width: 100%;
    }

    .our_company .main_bottom_left ul li {
        height: auto;
    }

    .our_company .main_bottom_left ul li a {
        padding: 35px 50px;
        text-align: right;
        color: rgb(255, 255, 255);
        display: block;
    }

    .our_company .main_bottom_left ul li .years {
        font-size: 40px;
        display: block;
    }

    .our_company .main_bottom_left ul li .m_title {
        padding-bottom: 10px;
        font-size: 18px;
        font-style: normal;
        display: block;
    }

    .our_company .main_bottom_left ul li .txt {
        line-height: 22px;
        font-size: 15px;
        display: block;
    }
}

.our_company .main_bottom_right {
    padding: 75px 60px;
    width: 65%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.our_company .main_bottom_right .news {
    width: 865px;
}

.our_company .main_bottom_right .news .n_title1 {
    color: rgb(102, 102, 102);
    padding-bottom: 30px;
    font-size: 22px;
}

.our_company .main_bottom_right .news .n_title1 span {
    color: rgb(51, 51, 51);
    padding-right: 10px;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
}

.our_company .main_bottom_right .news .n_title1 span::after {
    background: rgb(102, 102, 102);
    top: 50%;
    width: 1px;
    height: 10px;
    right: 0px;
    margin-top: -5px;
    display: inline-block;
    position: absolute;
    content: "";
}

.our_company .main_bottom_right .news ul {
    overflow: hidden;
    padding: 1%;
}

.our_company .main_bottom_right .news ul li {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 45%;
    height: 240px;
    overflow: hidden;
    float: left;
    position: relative;
}

.our_company .main_bottom_right .news ul li:first-child {
    margin-right: 30px;
}

.our_company .main_bottom_right .news ul li a {
    color: rgb(102, 102, 102);
    display: block;
}

.our_company .main_bottom_right .news ul li .n_title2 {
    padding: 30px 10px 30px 10px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    font-size: 18px;
    font-style: normal;
    display: block;
    white-space: nowrap;
    -ms-word-break: break-all;
    -ms-text-overflow: ellipsis;
}

.our_company .main_bottom_right .news ul li p {
    margin: 0px 25px;
    height: 65px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    -ms-text-overflow: ellipsis;
}

.our_company .main_bottom_right .news ul li p::after {
    background: rgb(255, 255, 255);
    width: 300px;
    height: 20px;
    display: inline-block;
    position: absolute;
    content: "";
}

.our_company .main_bottom_right .news ul li .date {
    background: url("https://rustfs-api.huclo.co.kr/common/image/plusplus.png") no-repeat right 20px top 10px;
    padding: 10px 10px;
    width: 100%;
    bottom: 0px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    border-top: 1px dotted rgb(221, 221, 221);
    display: block;
    position: absolute;
}

@media (max-width: 936px) {
    .our_company .main_bottom_right {
        width: 100%;
        padding: 3%;
        height: auto;
    }

    .our_company .main_bottom_right .news {
        width: 100%;
    }

    .our_company .main_bottom_right .news ul li .n_title1 {
        font-size: 13px;
    }

    .our_company .main_bottom_right .news ul li .n_title2 {
        padding: 2% 1%;
        font-size: 13px;
    }

    .our_company .main_bottom_right .news ul li p {
        font-size: 13px;
    }

    .our_company .main_bottom_right .news ul li {
        width: 48%;
        height: 150px;
        float: left;
    }

    .our_company .main_bottom_right .news ul li:first-child {
        margin-right: 1%;
    }

    .our_company .main_bottom_right .news ul li .date {
        background: url("https://rustfs-api.huclo.co.kr/common/image/plusplus.png") no-repeat right 20px top 10px;
        padding: 1.5% 0;
        width: 100%;
        color: rgb(102, 102, 102);
        font-size: 16px;
        border-top: 1px dotted rgb(221, 221, 221);
    }
}

.con_btn {
    background: #000;
    color: #fff;
    padding: 2% 3%;
    display: inline-block;
}

@media (max-width: 1412px) {
    .our_company .main_bottom_right .icon_menu {
        width: 100%;
        padding: 0;
        margin: 0;
        visibility: hidden;
    }
}


/* 메인 추가 about us */
.pricing {
    width: 70%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.pricing .row {
    padding-top: 40px;
}

.pricing .box1 {
    width: 26.6%;
    float: left;
    border-radius: 1.5em;
}

.pricing .plus {
    width: 10%;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #47b2e4;
    height: 100%;
    font-size: 80px;
}

.pricing .plus:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 250px;
    margin-right: 0;
    vertical-align: middle;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: auto;
    border-radius: 5em;
}

.pricing .box h3 {
    color: #37517e;
    font-size: 2.0em;
    font-weight: bold;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0 10px 80px;
    position: relative;
}

.pricing ul i {
    color: #47b2e4;
    font-size: 24px;
    position: absolute;
    left: 30px;
    top: 6px;
}

/*
.pricing ul .na {color: #ccc;}
.pricing ul .na i {color: #ccc;}
.pricing ul .na span {text-decoration: line-through;}
.pricing .buy-btn {display: inline-block;padding: 12px 35px;border-radius: 50px;color: #47b2e4;transition: none;font-size: 16px; font-weight: 500; transition: 0.3s; border: 1px solid #47b2e4;}
.pricing .buy-btn:hover {background: #47b2e4;color: #fff;}
.pricing .featured {border-top-color: #47b2e4;}
.pricing .featured .buy-btn {background: #47b2e4;color: #fff;}
.pricing .featured .buy-btn:hover {background: #23a3df;}
*/
@media (max-width: 1880px) {
    .pricing .plus {
        font-size: 50px;
    }
}

@media (max-width: 1410px) {
    .pricing {
        width: 90%;
        margin: 0 5%;
    }

    .pricing .box {
        padding: 50px 20px;
    }

    .pricing h3 {
        font-size: 35px;
        word-break: keep-all;
    }

}

@media (max-width: 936px) {
    .main .business .sub {
        font-size: 15px;
        padding: 0 10px;
        word-break: keep-all;
    }

    .pricing {
        width: 95%;
        margin: 0 2.5%;
        float: left;
    }

    .pricing .box1 {
        width: 100%;
        float: left;
    }

    .pricing .plus {
        width: 100%;
        float: left;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        color: #47b2e4;
        height: auto;
        font-size: 40px;
    }

    .pricing .plus:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 100px;
        margin-right: 0;
        vertical-align: middle;
    }

    .pricing .equal {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }

    .pricing .box {
        padding: 10px 10px;
    }

    .main .business h3 {
        padding: 10px 0;
    }
}


/* overview */
.overview_text {
    transition: 1500ms cubic-bezier(0.02, 0.51, 0.29, 0.99) 1100ms;
    opacity: 0;
    transform: translateY(100px);
}

.overview_text:nth-child(1) {
    transition-delay: 700ms;
}

.overview:nth-child(2) {
    transition-delay: 500ms;
}

.overview::nth-child(3) {
    transition-delay: 1200ms;
}

.overview_text.active {
    opacity: 1;
    transform: translateY(0px);
}

/* 오시는 길 */

.map_wrap {
    width: 50%;
    float: left;
}

.location_bg {
    width: 50%;
    height: 800px;
    float: left;
    background: #eee url("https://rustfs-api.huclo.co.kr/common/image/bonsa1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.location_bg2 {
    width: 50%;
    height: 800px;
    float: left;
    background: #ddd url("https://rustfs-api.huclo.co.kr/common/image/saock.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.location_bg3 {
    width: 50%;
    height: 800px;
    float: left;
    background: #ddd url("https://rustfs-api.huclo.co.kr/common/image/bonsa2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact .info {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #47b2e4;
    color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #47b2e4;
    color: #fff;
}

@media (max-width: 936px) {
    .contact {
        width: 100%;
    }

    .map_wrap {
        width: 100%;
        float: left;
    }

    .location_bg {
        width: 100%;
        height: 500px;
    }

    .location_bg2 {
        width: 100%;
        height: 500px;
    }

    .location_bg3 {
        width: 100%;
        height: 500px;
    }
}


/* 회사소개 하단 */


.section-bg {
    position: relative;
    width: 100%;
    background-color: #f3f5fa;
    float: left;
    margin-top: 2%;
}

.w1366 {
    position: relative;
    width: 1366px;
    margin: 0 auto;
}

@media (max-width: 936px) {
    .w1366 {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# 기업소개 하단
--------------------------------------------------------------*/
.why-us .content {
    padding: 60px 100px 0 0px;

}

.why-us .content h3 {
    font-weight: 400;
    font-size: 28px;
    color: #37517e;
    line-height: 1.3;
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.why-us .content p {
    font-size: 18px;
    color: #848484;
    font-weight: normal;
    margin: 2% 0;
    line-height: 1.3;
}

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list {
    padding: 0 100px 60px 0px;
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}

.why-us .accordion-list li + li {
    margin-top: 15px;
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-size: 1.2em;
    line-height: 24px;
    font-weight: normal;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.why-us .accordion-list span {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    line-height: 1.5;
}

.why-us .accordion-list .icon-show {
    display: none;
}

.why-us .accordion-list a.collapsed {
    color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
    color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {
    .why-us .content, .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}

.video_wrap {
    margin: 170px 50px 50px 0;
    width: 100%;
    height: 500px;
}

.videos {
    margin-top: 22%;
}

@media (max-width: 992px) {
    .video_wrap {
        margin: 20px 0px 20px 0;
        height: 300px;
    }

    .videos {
        width: 100%;
        margin-top: 0px;
    }
}


/* 연혁 */
.comp_history .container {
    padding: 0px 0px 40px;
    float: left;
    overflow: hidden;
}

.history_area {
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.history_area dl {
    background: url("https://rustfs-api.huclo.co.kr/common/image/img_history_line.png") repeat-y 50% 0px / 320px 1px;
    margin: 0px auto;
    width: 650px;
    text-align: center;
    position: relative;
}

.history_area dl.history_24 {
    height: 450px;
}

.history_area dl.history_23 {
    height: 350px;
}

.history_area dl.history_22 {
    height: 650px;
}

.history_area dl.history_21 {
    height: 600px;
}

.history_area dl.history_20 {
    height: 520px;
}

.history_area dl.history_19 {
    height: 500px;
}

.history_area dl.history_18 {
    height: 350px;
}

.history_area dl.history_17 {
    height: 305px;
    margin-bottom: 100px;
}

.h_202412{
    top: 150px;
}

.h_202411{
    top: 200px;
}

.h_202409{
    top: 280px;
}

.h_202405{
    top: 330px;
}

.h_202402{
    top: 380px;
}

.h_202312 {
    top: 150px;
}

.h_202310 {
    top: 200px;
}

.h_202307 {
    top: 250px;
}

.h_202306 {
    top: 300px;
}

.h_202212 {
    top: 120px;
}

.h_202211 {
    top: 170px;
}

.h_202210 {
    top: 230px;
}

.h_202209 {
    top: 300px;
}

.h_202207 {
    top: 350px;
}

.h_202204 {
    top: 450px;
}

.h_202203 {
    top: 500px;
}

.h_202202 {
    top: 550px;
}

.h_202112 {
}

.h_202111 {
    top: 200px;
}

.h_202110 {
    top: 250px;
}

.h_202109 {
    top: 290px;
}

.h_202106 {
    top: 320px
}

.h_202105 {
    top: 370px;
}

.h_202104 {
    top: 420px;
}

.h_202103 {
    top: 470px;
}

.h_202101 {
    top: 520px;
}

.h_202012 {
    top: 130px;
}

.h_202011 {
    top: 180px;
}

.h_202008 {
    top: 300px;
}

.h_202006 {
    top: 350px;
}

.h_202002 {
    top: 450px;
}

.h_201911 {
    top: 150px;
}

.h_201910 {
    top: 200px;
}


.h_201909 {
    top: 250px;
}

.h_201905 {
    top: 300px;
}

.h_201903 {
    top: 370px;
}

.h_201809 {
    top: 180px;
}

.h_201803 {
    top: 230px;
    background: url("https://rustfs-api.huclo.co.kr/common/image/img_history_right.png") no-repeat 0px 3px / 36px 21px;
}

.h_201701 {
    top: 200px;
    margin-bottom: 100px;
}

.history_area dl dt {
    background: rgb(27, 46, 90);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    display: inline-block;
}

.history_area dl dt span {
    color: rgb(255, 255, 255);
    line-height: 130px;
    font-size: 2.0em;
    display: inline-block;
}

.history_area dl dd {
    width: 100%;
    position: absolute;
}

.history_area dl dd:nth-child(2n+1) {
    background: url("https://rustfs-api.huclo.co.kr/common/image/history_right_line.png") no-repeat 0px 15px;
    text-align: left;
    right: -320px;
    padding-left: 70px;
}

.history_area dl dd:nth-child(2n) {
    background: url("https://rustfs-api.huclo.co.kr/common/image/history_left_line.png") no-repeat 100% 15px;
    left: -320px;
    text-align: right;
    padding-right: 70px;
}

.history_area dl dd .his_tit {
    color: rgb(27, 46, 90);
    letter-spacing: -0.5px;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: bold;
}

.history_area dl dd .his_sub {
    color: rgb(51, 51, 51);
    line-height: 16px;
    letter-spacing: -1px;
    font-size: 1.0em;
    line-height: 1.5;
}

.history_area dl dd .his_txt {
    color: rgb(85, 85, 85);
    line-height: 16px;
    letter-spacing: -1px;
    font-size: 1.0em;
    -ms-word-break: keep-all;
    line-height: 1.5;
}

.history_area dl dd img {
    width: 107px;
    margin-top: 8px;
}

.history_area dl dd .his_txt + .his_sub {
    margin-top: 4px;
}

@media (max-width: 1398px) {
    .history_area dl {
        width: 540px;
    }

    .history_area dl dd {
        width: 60%;
    }

    .history_area dl dd:nth-child(2n+1) {
        right: -50px;
    }

    .history_area dl dd:nth-child(2n) {
        left: -50px;
    }

    .history_area dl dt {
        width: 100px;
        height: 100px;
    }

    .history_area dl dt span {
        line-height: 100px;
    }

    .history_area dl dd .his_tit {
        font-size: 1.2em;
    }

    .history_area dl dd .his_sub {
        font-size: 0.9em;
    }

    .history_area dl dd .his_txt {
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .comp_history .container {
        padding: 0px 0px 0px;

    }

    .history_area {
        padding: 0px 5px;
    }

    .history_area dl {
        background: url("https://rustfs-api.huclo.co.kr/common/image/img_history_line.png") repeat-y 50% 0px / 320px 1px;
        margin: 0px auto;
        width: 320px;
        text-align: center;
        position: relative;
    }


    .history_area dl dd:nth-child(2n+1) {
        right: -50px;
    }

    .history_area dl dd:nth-child(2n) {
        left: -50px;
    }


    .history_area dl.history_22 {
        height: 450px;
    }

    .history_area dl.history_21 {
        height: 400px;
    }

    .history_area dl.history_20 {
        height: 450px;
    }

    .history_area dl.history_19 {
        height: 400px;
    }

    .history_area dl.history_18 {
        height: 250px;
    }

    .history_area dl.history_17 {
        height: 250px;
        margin-bottom: 50px;
    }

    .h_202212 {
        top: 90px;
    }

    .h_202211 {
        top: 110px;
    }

    .h_202210 {
        top: 170px;
    }

    .h_202209 {
        top: 220px;
    }

    .h_202207 {
        top: 260px;
    }

    .h_202204 {
        top: 3230px;
    }

    .h_202203 {
        top: 350px;
    }

    .h_202202 {
        top: 390px;
    }

    .h_202112 {
    }

    .h_202111 {
        top: 100px;
    }

    .h_202110 {
        top: 160px;
    }

    .h_202109 {
        top: 185px;
    }

    .h_202106 {
        top: 220px;
    }

    .h_202105 {
        top: 260px;
    }

    .h_202104 {
        top: 290px;
    }

    .h_202103 {
        top: 320px;
    }

    .h_202101 {
        top: 350px;
    }

    .h_202012 {
        top: 100px;
    }

    .h_202011 {
        top: 130px;
    }

    .h_202008 {
        top: 230px;
    }

    .h_202006 {
        top: 300px;
    }

    .h_202002 {
        top: 350px;
    }

    .h_201911 {
        top: 80px;
    }

    .h_201910 {
        top: 120px;
    }

    .h_201909 {
        top: 180px;
    }

    .h_201905 {
        top: 220px;
    }

    .h_201903 {
        top: 290px;
    }

    .h_201809 {
        top: 100px;
    }

    .h_201803 {
        background: url("https://rustfs-api.huclo.co.kr/common/image/img_history_right.png") no-repeat 0px 3px / 36px 21px;
        top: 150px;
    }

    .h_201701 {
        top: 100px;
        margin-bottom: 0px;
    }

    .history_area dl.history_02 {
        height: 455px;
    }

    .history_area dl.history_03 {
        height: 384px;
    }

    .history_area dl.history_04 {
        height: 454px;
        margin-bottom: 100px;
    }

    .history_area dl dt {
        background: rgb(27, 46, 90);
        border-radius: 50%;
        width: 80px;
        height: 80px;
        text-align: center;
        display: inline-block;
    }

    .history_area dl dt span {
        color: rgb(255, 255, 255);
        line-height: 80px;
        font-size: 15px;
        display: inline-block;
        font-weight: bold;
    }

    .history_area dl dd {
        width: 100%;
        position: absolute;
    }

    .history_area dl dd:nth-child(2n+1) {
        background: url("https://rustfs-api.huclo.co.kr/common/image/img_history_left_1.png") no-repeat 0px 3px / 36px 21px;
        left: 150px;
        text-align: left;
        padding-left: 41px;
        padding-right: 20px;
    }

    .history_area dl dd:nth-child(2n) {
        background: url("https://rustfs-api.huclo.co.kr/common/image/img_history_right_1.png") no-repeat right 0px top 3px / 36px 21px;
        left: -150px;
        text-align: right;
        padding-right: 41px;
    }

    .history_area dl dd .his_tit {
        color: rgb(27, 46, 90);
        letter-spacing: -0.5px;
        font-size: 15px;
    }

    .history_area dl dd .his_sub {
        color: rgb(51, 51, 51);
        line-height: 16px;
        letter-spacing: -1px;
        font-size: 9px;
    }

    .history_area dl dd .his_txt {
        color: rgb(85, 85, 85);
        line-height: 16px;
        letter-spacing: -1px;
        font-size: 9px;
        -ms-word-break: keep-all;
    }

    .history_area dl dd img {
        width: 107px;
        margin-top: 8px;
    }

    .history_area dl dd .his_txt + .his_sub {
        margin-top: 4px;
    }

    .container mobile_history {
        max-width: 100%;
    }
}

/* 엠콜 상세페이지 */

.stit2 {
    margin: 0 auto 0px;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Europa', 'NotoKR', sans-serif;
    color: #000;
    text-align: center;
}

.max_stt2 {
    margin: 0 auto 40px;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Europa', 'NotoKR', sans-serif;
    color: #000;
    text-align: center;
}

.stit2 span {
    font-weight: 300;
    font-size: inherit;
    font-family: inherit;
    color: #999;
    padding-right: 30px;
    margin-right: 10px;
    background: url("https://rustfs-api.huclo.co.kr/common/image/common/ico_arrow.png") 100% 50% no-repeat;
}

.stit2 b {
    font-size: 55px;
}

.stit2_p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 17px;
    color: #757575;
    text-align: center;
}

.sub_stit {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 5%;
}

.mcall_1 {
    width: 100%;
    height: 400px;
}

.tit_line {
    background: #007dbf;
    padding: 1% 0;
    background: linear-gradient(90deg, rgba(23, 96, 181, 0.9094012605042017) 30%, rgba(115, 48, 176, 0.8085609243697479) 100%);
}

.tit_line > p {
    text-align: center;
    color: #fff;
    word-break: keep-all;
}

.tit_line > p:nth-child(1) {
    font-size: 2.0em
}

.tit_line > p:nth-child(2) {
    font-size: 1.0em
}

.graybg {
    background: #efefef;
    padding: 4% 0;
    text-align: center;
}

.graybg > div > i {
    font-size: 3.0em;
    color: #007dbf;
    display: block;
    margin: 2% 0;
}

.ban_tit {
    display: inline-block;
    padding: 2% 3%;
    background: #007dbf;
    border-radius: 3.0em;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    margin: 2% 0;
}

.sub_txt {
    font-weight: bold;
    width: 60%;
    word-break: keep-all;
    margin: 2% auto;
    font-size: 1.2em;
}

.ban_tit2 {
    display: inline-block;
    padding: 1% 10%;
    background: #555;
    border-radius: 3.0em;
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
    margin: 2% 0;
}

.graybg ul {
    margin: 2% 0;
}

.graybg ul i {
    color: #007dbf;
}

.graybg li {
    text-align: center;
    font-size: 0.9em;
    word-break: keep-all;
    line-height: 2.0;
    font-weight: bold;
}

.mcall_img_right {
    float: left;
    padding: 2%;
    border: 1px solid #ddd;
}

.mcall_img {
    position: relative;
    width: 45%;
    float: left;
}

.mcall_img_right {
    position: relative;
    width: 55%;
    float: left;
}

.iam_wrap > .mcall_img {
    height: 100%;
    height: 545px;
}

.mcall_txt {
    position: relative;
    width: 100%;
    float: left;
    margin: 2%;
}

.mcall_txt > .tit {
    display: inline-block;
    border: 5px solid #ddd;
    padding: 1% 5%;
    border-radius: 5.0em;
}

.mcall_txt > .pen > li {
    margin: 2.0%;
}

.mcall_txt > .pen > li > i {
    color: #007dbf;
}

.mcall_txt > .bull {
    margin-left: 3%;
}

.mcall_txt > .bull > li {
    list-style: square;
    list-style-position: outside;
    font-size: 1.2em;
    letter-spacing: -1px;
    font-weight: bold;
    word-break: keep-all;
}

.mcall_pic {
    width: 100%;
    float: left;
    margin: 2% 0;
}

.mcall_pic > .pic4 {
    width: 23%;
    float: left;
    margin-left: 2%;
    text-align: center;
}

.mcall_pic > .pic4 > div:nth-child(1) {
    border: 0px solid #ddd;
    margin-bottom: 3%;
}

.mcall_pic > .pic4 > div:nth-child(2) {
    border: 1px solid #ddd;
    padding: 2% 0;
    font-size: 0.9em;
    word-break: keep-all;
}

.mcall_pic > .pic4 > div > img {
    width: 100%;
    height: 100%;
}

.mcall_pic > .pic5 {
    width: 18.4%;
    float: left;
    margin-right: 2%;
}

.mcall_pic > .pic5:last-child {
    margin-right: 0;
}

.mcall_pic > .pic5 > div:nth-child(1) {
}

.mcall_pic > .pic5 > div:nth-child(2) {
    border: 1px solid #ddd;
    text-align: center;
    padding: 2% 0;
    word-break: keep-all;
}

.mcall_pic > .pic2 {
    width: 49.5%;
    float: left;
    margin-right: 1%;
}

.mcall_pic > .pic2:nth-child(2n) {
    margin-right: 0;
}

.mcall_pic > .pic2 > div {
    margin: 0% 0;
}

.mcall_pic > .pic2 > div > img {
    width: 100%;
    height: 380px;
}

.mcall_pic > .pic2 > div:nth-child(1) {
    border: 5px solid #007dbf;
    text-align: center;
    padding: 2% 0;
    background: #007dbf;
    color: #fff;
    font-size: 1.5em;
    word-break: keep-all;
}

.mcall_pic > .pic2 > div:nth-child(2) {
    border: 5px solid #007dbf;
    margin-bottom: 5%;
}

.product_logo {
    width: 100%;
    text-align: center;
    float: left;
    margin: 5% 0;
}

.product_logo img {
    width: 20%;
}

.detail_page img {
    width: 100%;
}

.detail_page > div {
    margin: 2% 0;
    float: left;
}

@media (max-width: 1250px) {
    .mcall_pic > .pic4 > div:nth-child(2) {
        font-size: 0.8em;
    }

    .mcall_pic > .pic2 > div > img {
        height: auto;
    }
}

@media (max-width: 1250px) {
    .iam_wrap > .mcall_img {
        height: 100%;
        height: auto;
    }

    .mcall_img {
        width: 100%;
    }

    .mcall_img_right {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .tit_line > p:nth-child(1) {
        font-size: 1.5em;
    }

    .tit_line > p:nth-child(2) {
        font-size: 1.0em;
    }

    .mcall_pic > .pic4 > div:nth-child(2) {
        font-size: 0.6em;
    }

    .mcall_txt > .tit {
        border: 5px solid #ddd;
        padding: 1% 5%;
        border-radius: 5.0em;
        font-size: 1.5em;
    }

    .mcall_txt > .bull {
        margin-left: 2%;
    }

    .mcall_txt > .bull > li {
        list-style: square;
        list-style-position: inside;
        font-size: 0.8em;
        letter-spacing: -1px;
        font-weight: bold;
        word-break: keep-all;
    }

    .mcall_pic > .pic4 {
        width: 49.5%;
        float: left;
        margin-left: 0;
        margin-right: 1%;
        text-align: center;
        margin-bottom: 5%;
    }

    .mcall_pic > .pic4:nth-child(2n) {
        margin-right: 0;
    }

    .mcall_pic > .pic4 > div:nth-child(1) {
        border: 0px solid #ddd;
        margin-bottom: 0;
    }

    .mcall_pic > .pic4 > div:nth-child(2) {
        border: 1px solid #ddd;
        padding: 2% 0;
        font-size: 0.9em;
        word-break: keep-all;
    }

    .mcall_pic > .pic4 > div > img {
        width: 100%;
        height: 100%;
    }

    .mcall_pic > .pic2 > div:nth-child(1) {
        font-size: 1.0em;
        word-break: keep-all;
    }
}

.section img {
    vertical-align: middle;
}

/* IDM 표 */

.idm_pic > .pic2 {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.idm_pic > .pic2:nth-child(2n) {
    margin-right: 0;
}

.idm_pic > .pic2 > div {
    margin: 0% 0;
}

.idm_pic > .pic2 > div > img {
    width: 100%;
}

.idm_pic > .pic2 > div:nth-child(1) {
    border: 5px solid #007dbf;
    text-align: center;
    padding: 2% 0;
    background: #007dbf;
    color: #fff;
    font-size: 1.5em;
    word-break: keep-all;
}

.idm_pic > .pic2 > div:nth-child(2) {
    border: 5px solid #007dbf;
    margin-bottom: 5%;
}

.t_style {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

.t_style > tbody > tr > td {
    padding: 3% 2%;
    border: 1px solid #ddd;
}

.t_style > tbody > tr > .td1 {
    background: #007dbf;
    width: 20%;
    text-align: center;
    color: #fff;
    border-top: 0;
}

.t_style > tbody > tr:last-child > .td1 {
    border-bottom: 0;
}

.t_style > tbody > tr > .td2 {
    background: #fff;
    width: 80%;
}

@media (max-width: 990px) {
    .idm_pic > .pic2 {
        width: 100%;
        margin: 0;
    }
}

/* 인재상 */
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.divide5 {
    text-align: center;
    padding-top: 0px;
}

.divide5 .con_box {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.divide5 .con_box ol {
    background: url("https://rustfs-api.huclo.co.kr/common/image/bg01.jpg") no-repeat top / 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.divide5 .con_box ol {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.divide5 .con_box ol li img {
    transition: 0.5s ease-in-out;
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    opacity: 0;
}

.divide5 .con_box ul {
    left: 0px;
    top: 0px;
    width: 100%;
    display: flex;
    position: absolute;
}

.divide5 .con_box ul li {
    width: 25%;
    height: 850px;
    overflow: hidden;
    border-right-color: rgba(103, 237, 220, 0.1);
    border-right-width: 1px;
    border-right-style: solid;
    position: relative;
}

.divide5 .con_box ul li:last-of-type {
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

.divide5 .con_box ul li .txt_box {
    left: 50%;
    width: 95%;
    margin: 0 0;
    padding: 0 2%;
    text-align: left;
    bottom: 25%;
    position: absolute;
    transform: translateX(-50%);
}

.divide5 .con_box ul li .txt_box h3 {
    transition: 0.5s ease-in-out;
    color: rgb(255, 255, 255);
    line-height: 33px;
    letter-spacing: -1px;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 25px;
}

.divide5 .con_box ul li .txt_box p {
    color: rgb(255, 255, 255);
    line-height: 25px;
    letter-spacing: -0.5px;
    font-size: 1.0em;
}

.divide5 .con_box ul li span {
    transition: 0.3s ease-in-out;
    right: 40px;
    bottom: -20px;
    color: rgb(255, 255, 255);
    line-height: 300px;
    font-size: 300px;
    font-weight: 400;
    position: absolute;
    opacity: 0.03;
}

.divide5 .con_box ul li.active .txt_box h3 {
    color: rgb(255, 220, 56);
}

.divide5 .con_box ul li.active p {
    font-weight: bold;
}


.divide5 .con_box2 {
    display: none;
    width: 100%;
}

.divide5 .con_box2 ul {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.divide5 .con_box2 ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-right-color: rgba(103, 237, 220, 0.1);
    border-right-width: 1px;
    border-right-style: solid;
    position: relative;
    margin-bottom: 2%;
}

.divide5 .con_box2 ul li .txt_box {
    width: 100%;
    margin: 0 0;
    padding: 0 2%;
    text-align: left;
    bottom: 0;
    position: relative;
}

.divide5 .con_box2 ul li .txt_box h3 {
    transition: 0.5s ease-in-out;
    color: #222;
    letter-spacing: -1px;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
}

.divide5 .con_box2 ul li .txt_box p {
    color: #222;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-size: 1.0em;
    border: 2px solid #ddd;
    border-radius: 0.5em;
    padding: 3%;
}

.divide5 .con_box2 ul li.active .txt_box h3 {
    color: rgb(255, 220, 56);
}

.divide5 .con_box2 ul li.active p {
    font-weight: bold;
}


@media (max-width: 1240px) {
    .divide5 .con_box ul li .txt_box {
        bottom: 70%;
        text-align: center;
    }

    .divide5 .con_box ul li {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .divide5 .con_box {
        height: 250px;
    }

    .divide5 .con_box ul li {
        height: 250px;
    }

    .divide5 .con_box ul {
        display: none;
    }

    .divide5 .con_box2 {
        display: block;
        margin: 2% 0;
        float: left;
    }
}


/* 사업영역 */
.field_wrap {
    width: 1366px;
    margin: 2% auto;
    text-align: center;
}

.field_wrap img {
    width: 100%;
}

.field_top {
    width: 100%;
    float: left;
    margin: 2% 0;
}

.field_left {
    width: 35%;
    float: left;
    margin: 2% 0;
}

.field_right {
    width: 65%;
    float: left;
    margin: 2% 0;
}

@media (max-width: 1366px) {
    .field_wrap {
        width: 100%;
        float: left;
    }
}

@media (max-width: 900px) {
    .field_wrap {
        width: 100%;
        float: left;
    }

    .field_top {
        width: 96%;
        float: left;
        margin: 0 2%;
    }

    .field_left {
        width: 50%;
        float: left;
        margin: 0 25%;
    }

    .field_right {
        width: 80%;
        float: left;
        margin: 0 10%;
    }
}


/* 휴클로 AI-X 소개 */
.huclo_tit {
    padding: 1%;
    margin: 2% 0;
}

.huclo_tit > div {
    padding: 1%;
    float: left;
    border-right: 2px dotted #ddd;
}

.huclo_txt {
    margin-top: 2%;
    float: left;
    padding: 1.0rem;
    list-style-position: outside;
}

.huclo_txt > li {
    margin: 1%;
    list-style-type: disc;
    font-size: 18px;
    float: left;
    letter-spacing: -1px;
}

.huclo_txt > li:before {
    color: #283c54;
}

@media (max-width: 900px) {
    .huclo_tit {
        width: 96%;
        margin: 2% 2%;
    }

    .huclo_txt {
        width: 96%;
        margin: 2%;
    }
}

/* 휴클로 AI-X 애니메이션 */
@-webkit-keyframes move-dot1 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }
    20% {
        transform: translateX(-50%) translateY(30%);
    }
    100% {
        transform: translateX(-50%) translateY(30%);
    }
}

@keyframes move-dot1 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }
    20% {
        transform: translateX(-50%) translateY(30%);
    }
    100% {
        transform: translateX(-50%) translateY(30%);
    }
}

@-webkit-keyframes move-dot2 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }
    15% {
        transform: translateX(-50%) translateY(-10%);
    }
    30% {
        transform: translateX(-10%) translateY(-10%);
    }
    100% {
        transform: translateX(-10%) translateY(-10%);
    }
}

@keyframes move-dot2 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }
    15% {
        transform: translateX(-50%) translateY(-10%);
    }
    30% {
        transform: translateX(-10%) translateY(-10%);
    }
    100% {
        transform: translateX(-10%) translateY(-10%);
    }
}

.animation-example {
    position: absolute;
    height: 50vmin;
    width: 50vmin;
    overflow: hidden;
    float: left;
}

.animation-example > .item {
    position: relative;
    top: -45%;
    left: 50%;
    height: 50%;
    width: 50%;
    transform: translateX(-50%);
    transform-origin: 50% 100%;
    pointer-events: none;
}

.animation-example > .item:nth-child(1) {
    transform: translateX(-50%) rotate(180deg);
    height: 50%;
}

.animation-example > .item > .line {
    height: 70%;
    width: calc(50% + 1px);
    border-right: 2px dashed #5bc0eb;
}

.animation-example > .item > .dot {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    -webkit-animation: move-dot1 5.5s linear infinite;
    animation: move-dot1 5.5s linear infinite;
}

.animation-example > .item > .dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 5%;
    width: 5%;
    background: #fff;
    border: 2px solid #5bc0eb;
    border-radius: 50%;
}

.animation-example > .item > .circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 10%;
    width: 10%;
    border-radius: 50%;
    background: #5bc0eb;
}

.animation-example > .item.-type2 {
    /*
  top: -90%;
  left: 0;
  transform: none;
  transform-origin: 100% 100%;
  */
}


.animation-example > .item.-type2 > .line {
    position: relative;
    top: 30%;
    left: calc(30% - 1px);
    width: 50%;
    height: 40%;
    border-right: none;
    border-left: 2px dashed #5bc0eb;
    border-bottom: 2px dashed #5bc0eb;
}

.animation-example > .item.-type2 > .dot {
    top: 30%;
    left: 30%;
    -webkit-animation: move-dot2 4s linear infinite;
    animation: move-dot2 4s linear infinite;
}

.animation-example > .item.-type2 > .circle {
    top: 30%;
    left: 30%;
    transform: translateX(-50%) translateY(-50%);
}

.animation-example > .center {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 50%;
    width: 50%;
}

.animation-example > .center > .circle {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}

.animation-example > .center > .circle:nth-child(1) {
    height: 70%;
    width: 70%;
    background: #fff;
    box-shadow: 0 0 3vmin rgba(0, 0, 0, 0.1);
}

.animation-example > .center > .circle:nth-child(2) {
    height: 60%;
    width: 60%;
    border: 2px solid #5bc0eb;
}

.animation-example > .center > .circle:nth-child(3) {
    height: 50%;
    width: 50%;
    background: #5bc0eb;
}


/* 휴클로 mes */


.menu_layout {
    display: flex;
    flex-wrap: wrap;
}

.menu_layout:after,
.menu_layout .item .list:after {
    display: block;
    content: '';
    clear: both;
}

.menu_layout .item {
    width: 50%;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.menu_layout .item .inner {
    display: table;
    width: 100%;
    height: 218px;
    border: 1px solid #d5d5d5;
}

.menu_layout .item .inner .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.menu_layout .item .cont {
    padding-top: 9px;
    padding-left: 176px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
    margin-left: 14%
}

.menu_layout .item .cont:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -67px;
    display: block;
    content: '';
    width: 134px;
    height: 134px;
    background: url(https://rustfs-api.huclo.co.kr/common/image/mes_icon.png) no-repeat 0 0;
}

.menu_layout .item.icn02 .cont:before {
    background-position: -134px 0
}

.menu_layout .item.icn03 .cont:before {
    background-position: -268px 0
}

.menu_layout .item.icn04 .cont:before {
    background-position: -402px 0
}

.menu_layout .item.icn05 .cont:before {
    background-position: -536px 0
}

.menu_layout .item.icn06 .cont:before {
    background-position: -670px 0
}

.menu_layout .item.icn07 .cont:before {
    background-position: -804px 0
}

.menu_layout .item .tit {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 17px;
    display: inline-block;
    text-align: left
}

.menu_layout .item .list {
    display: inline-block;
    vertical-align: top
}

.menu_layout .item .list > li {
    padding-right: 25px;
    line-height: 1.6;
    font-size: 16px;
    color: #555;
    padding-left: 0.5em;
    text-indent: -0.5em;
}

.menu_layout .item.icn03.t2 .cont {
    margin-left: 14%
}


.mes_price {
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 10%;
    float: left;
    overflow: hidden;
}

.mes_price th {
    border: 1px solid #ddd;
    text-align: center;
    background: #f9fafb;
    font-weight: bold;
    padding: 1.5% 1%;
}

.mes_price td {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 1.5% 1%;
    text-align: center;
}

.mes_price td:nth-child(1) {
    width: 30%;
}

.mes_price td:nth-child(2) {
    width: 25%;
}

.mes_price td:nth-child(3) {
    width: 45%;
}

.stit > .danwi2 {
    font-size: 0.5em;
    color: #aaa;
}

.mes_price > tbody > tr:nth-child(2n) {
    background: #f9fafb;
}

@media (max-width: 1250px) {
    .menu_layout .item {
        width: 100%;
    }

    .mes_price {
        width: 100%;
        font-size: 1.0em;
    }
}