/* ROOT START */
.mainSlide{
    position: relative;
    z-index:1;
}
.mainSlide .swiper .swiper-pagination{
    bottom:100px !important;
}
.col-box-top{
    position: relative;
    z-index:2;
    transform: translate(0% , -50px);
}

.site-content .ast-container{
    max-width:100%;
    padding:0 !important;
    flex-direction: column;
}
.in-box-top{
    position: relative;
}
.in-box-top .wrap-round-span {
    display: inline-block;
    width: 84px;
    height:84px;
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.in-box-top .round-span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: -2px;
    top: -2px;
    transition: top 0.3s ease, left 0.3s ease;
}
.box-top:hover .in-box-top .round-span {
    top:2px;
    left:2px;
}

.flex-box{
    display: flex;
    justify-content:space-between;;
}
.flex-box .box-50{
    padding:0 12px 48px 12px;
    box-sizing: border-box;
    width: 47%;
} 
.flex-box .box-60{
    width:56%;
}
.flex-box .box-60 iframe{
    width:100%;
}
.flex-box .box-40{
    width:36%;
}
.section-box{
    padding:80px 0 20px;
}
.shortCode{
    background:#f7f7f7;
}
.section-top{
    text-align: center;
    padding: 0px 12px 30px;
}
.section-top span {
    font-size: 12px;
    letter-spacing: 0.5em;
    display: block;
    font-weight: 400;
    font-family: Tahoma;
    line-height: 20px;
    padding-left: 3px;
}
.section-top h2{
    position: relative; 
    padding-bottom:15px;
    margin-bottom:15px;
}
.section-top h2:after{
    position: absolute;
    bottom: 0px;
    width: 24px;
    height: 1px;
    left:50%;
    transform: translateX(-50%);
    background: #777;
    content: "";
    display: block;
}

/* ROOT END */
.half-hort-code-top span{
    font-size: 11px;
    letter-spacing: 0.5em;
    display: block;
    font-weight: 400;
    font-family: Tahoma;
    line-height: 20px;
    padding-left: 3px; 
    color:#999;
}
.half-hort-code-top h3{
    position: relative;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:2px solid #111;
}
.half-hort-code-top h3 a {
    width: 32px;
    height: 0;
    padding-top: 32px;
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease-in-out; 
}

.box-50:hover .half-hort-code-top h3 a {
    transform: rotate(135deg); 
}
.half-hort-code-top h3 a:before,
.half-hort-code-top h3 a:after {
    content: '';
    position: absolute;
    left: 50%; 
    top: 50%;  
    width: 20px;
    height: 2px;
    background: #222;
}

.half-hort-code-top h3 a:before {
    transform: translate(-50%, -50%); 
}

.half-hort-code-top h3 a:after {
    transform: translate(-50%, -50%) rotate(90deg); 
}

.wrap-short-code #kboard-default-latest table .kboard-latest-title,
.wrap-short-code #kboard-default-latest table .kboard-latest-date{
    font-size:17px;
    padding:7px 0;
}
@media screen and (max-width:992px) {
    .flex-box .box-40,
    .flex-box .box-60{
        width:100%;
    } 
}
@media screen and (max-width:800px) {
	.flex-box {
        flex-direction: column;
	}
    .flex-box .box-50{
        width:100%;
        padding:0 12px 36px 12px;
    }
    .section-customer{
        padding-top:30px;
    }
}
@media screen and (max-width: 540px) {
	.wrap-short-code #kboard-default-latest table .kboard-latest-title, 
    .wrap-short-code #kboard-default-latest table .kboard-latest-date {
		font-size: 15px !important;
	}
}

.section-customer{
    background: #f8f8f8;
}
.section-customer .flex-box{
    align-items: center;
}
.section-customer .customer_top span{
    font-size: 11px;
    letter-spacing: 0.5em;
    display: block;
    font-weight: 400;
    font-family: Tahoma;
    line-height: 20px;
    padding-left: 3px;
    color: #999;
}
.section-customer .customer_top h3{
    position: relative;
    padding-bottom:15px;
    margin-bottom:15px;
}
.section-customer .customer_top h3:after{
    position: absolute;
    bottom: 0px;
    width: 24px;
    height: 1px;
    left: 0%;
    background: #777;
    content: "";
    display: block;
}