.main_menu .sub-menu{
    position: absolute;
    font-weight: 600;
    padding-top: .75em;
    padding-bottom: .75em;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    display: none;
    width: 200px;
}
#menu-services .sub-menu{
    width: 300px !Important;
}
.main_menu .sub-menu .sub-menu{
    margin-left: 192px;
    top:0px;
    width: 230px;
}
.main_menu .sub-menu li{
    background-color: #ebebeb;
    border-bottom: 1px solid #bcbcbc;
    padding: 10px;
}
.main_menu .sub-menu > li:hover{
    background-color: #ee2d24;
}
.main_menu .sub-menu > li:hover > a{color: #fff;}
.main_menu .sub-menu a{
    color: #494949;
    display: block;
}
.main_menu li:hover > .sub-menu{display: block;}
.main_menu .has-children > a:after{
    content: "\f107";
    float: right;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 4px;
    font-family: "FontAwesome";
}
.main_menu .has-children .has-children > a:after{
    content: "\f105";
    float: right;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 4px;
    font-family: "FontAwesome";
}
#footer .col-md-3{padding-left: 0px;}
#footer .col-md-3:last-child .footer_item{border-right: none;}
.wap_video p{
    font-size: 1.444444444444444em;
    font-weight: 600;
    color: rgb(0, 0, 0);
    line-height: 1.429;
}
#logo-box{padding: 20px 0px;}
#logo-box img{border: 1px solid #ccc;padding: 5px;border-radius: 3px;}
#logo-box .slick-slide{margin: 0 10px;}
#logo-box .slick-list{margin: 0 -10px;}
.stButton .stButton_gradient{height: auto !Important;}
.pagination-hwp{width: 100%;text-align: center;}
.pagination-hwp li{display: inline-block;}
.pagination-hwp a{margin:0px 5px;display: inline-block;background: #ccc;padding: 10px 20px;}
.pagination-hwp a:hover,.pagination-hwp li.active a{background: #ee2d24;color: #fff;}
.slider-nav img,.slider-for img{border: 1px solid #ddd;padding: 2px;}
.new_info_detail h1{text-transform: uppercase;font-weight: bold;}
.new_info_detail img{max-width: 100% !Important;height: auto !Important;}
.new_content_txt h2{font-weight: bold;font-size: 20px;margin-bottom: 10px;}
.new_content_txt{margin-top: 20px;border-top:1px solid #ccc;padding-top: 20px;}
.datetime{margin-top: 10px;}
.error{color: red;font-size: 12px;}
.banner_page{
    background: url("../images/bg-header.jpg") center center no-repeat;
    background-size: cover;
}
.header_mobile a{
    display: block;
    width: 30px;
}
.header_mobile a:before, .header_mobile a:after{
    content: '';
    display: block;
    background: #ababab;
    height: 3px;
}
.header_mobile a span{
    background: #ababab;
    display: block;
    height: 3px;
    margin: 6px 0;
}
.mm-opening .mobile-close {
    display: block;
}
#mobile-box{    
    position: absolute;
    top: 35%;
    left: 15px;
}
#mobile-box{display: none;}
.mobile-close {
    display: none;
    position: absolute;
    right: 0px;
    background: #e85e10;
    color: #fff;
    z-index: 99;
    padding: 5px 20px;
    font-size: 30px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}
#hiti_phone_div{ display:block; /*bottom:-120px;*/ position:fixed;  width:160px; height:160px; }
.hiti-phone.hiti-static {
    opacity: 1;
}
.hiti-ph-img-circle {
    background-image: url(../images/phone_mobi.png);
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 65px;
    opacity: 0.7;
    position: absolute;
    top: 65px;
    transform-origin: 50% 50% 0;
    width: 70px;
}
.hiti-phone.hiti-hover {
    opacity: 1;
}
.hiti-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    -ms-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    background-color: transparent;
    border: 2px solid #f9cb9e;
    border-radius: 100%;
    height: 160px;
    left: 25px;
    opacity: 0.1;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}

.hiti-phone.hiti-active .hiti-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -moz-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -ms-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -o-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}

.hiti-phone.hiti-static .hiti-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -moz-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -ms-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -o-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}

.hiti-phone.hiti-hover .hiti-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.hiti-phone.hiti-green .hiti-ph-circle {

    opacity: 0.5;
}

.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}

.hiti-phone.hiti-gray .hiti-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.hiti-phone.hiti-active .hiti-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -webkit-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -moz-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -ms-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -o-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
}

.hiti-phone.hiti-static .hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -webkit-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -moz-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -ms-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -o-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    opacity: 0 !important;
}


.hiti-phone.hiti-hover .hiti-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle-fill {
    background-color: rgba(117, 238, 35, 0.5);
    opacity: 0.75 !important;
}

.hiti-phone.hiti-green .hiti-ph-circle-fill {
    background-color: rgba(245,128,32,0.4);
    opacity: 1 !important;
}

.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.hiti-phone.hiti-gray .hiti-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.hiti-phone.hiti-active .hiti-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -webkit-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -moz-animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -ms-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -o-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important; 
}

.hiti-phone.hiti-static .hiti-ph-img-circle {
    animation: 0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -webkit-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -moz-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -ms-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
    -o-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
}

.hiti-phone.hiti-hover .hiti-ph-img-circle {
    background-color: rgb(245, 119, 12);
}

.hiti-phone.hiti-green.hiti-hover .hiti-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
} 

.hiti-phone.hiti-green .hiti-ph-img-circle {
    background-color: red;
}
.hiti-phone.hiti-gray.hiti-hover .hiti-ph-img-circle {
    background-color: rgba(204, 204, 204, 1);
}  
.hiti-phone.hiti-gray .hiti-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
} 
.hiti-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    /*position: fixed;*/
    position:absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 200000 !important;
}

.hiti-phone.hiti-show {
    visibility: visible;
}   

@keyframes hiti-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
} 
@keyframes hiti-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}  
@keyframes hiti-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1)  skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
.hiti-ph-circle { 
    width: 120px; 
    height: 120px;

}
.hiti-ph-circle-fill {
    height: 70px;
    width: 70px;
}
.hiti-ph-img-circle {
    height: 40px;
    width: 40px;
} 
.hiti-phone {
    height: 150px;
    width: 150px;
}
.hiti-phone.hiti-green .hiti-ph-img-circle{z-index: 999;}
.showphone{
    background: #eee;
    width: 190px;
    border: 1px solid #ccc;
    border-radius: 40px;
    font-size: 18px;
    color: red;
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
    position: absolute;
    top: 65px;
    left: 64px;
    font-weight: bold;
}
#loadResult{color: red;font-weight: bold;font-size: 14px;}
body.en .showphone{width: 230px;}
.new_content_txt,.sp_main_description{text-align: justify;}
.menu_footer li a:hover{color: #ee2d24;}
footer .col-md-2{padding-left: 0px;}
footer .col-md-2 .footer_item{border-right: none;}
.sp_info_detail table{width: 100% !Important;margin: 10px 0px;border-right: 1px solid #ccc;border-top: 1px solid #ccc;}
.sp_info_detail table tr td,
.sp_info_detail table tr th{padding: 7px;border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.sp_info_detail table tr th{background: #ddd;}