.MainSection{
    padding:60px 0;
}
.MainSection > span{
    font-size:10px;
    letter-spacing: 0.3em;
}
.MainSection h2 span{
    color:#3f7aff;
    display:block;
}
.MainSection p{
    margin-bottom:0;
}


/* ROOT START */
.mainSlide{
    position: relative;
    z-index:1;
}
.col-box-top{ 
    position: relative;
    z-index:2;
    padding:120px 0;
}

.site-content .ast-container{
    max-width:100%;
    padding:0 !important;
    flex-direction: column;
}
.in-box-top{
    position: relative;
}

.flex-box{
    display: flex;
    justify-content:space-between;;
}
.flex-box .box-50{
    padding:0 12px 0px 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:120px 0 100px;
}
.halfSlide{
    overflow:hidden;
    padding:80px 0 40px;
}
.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;
    font-size:34px
}
.section-top h2:after{
    position: absolute;
    bottom: 0px;
    width: 24px;
    height: 1px;
    left:50%;
    transform: translateX(-50%);
    background: #777;
    content: "";
    display: block;
}
.section-top .in-section-top{
    max-width:800px;
    margin:0 auto;
}
.section-customer,
.col-box-top{
    background:#f7f8f5;
}
@media screen and (max-width: 540px) {
	.section-box{
        padding:40px 0 30px;
    }
}
/* 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:16px;
    padding:7px 0;
}
.PR320{
    padding-right:320px !important;
    position: relative;
}
.flex-box .box-50B{
    padding: 0 48px 48px 0px;
    box-sizing: border-box;
    width: 50%;
}
.PR320 .box320{
    position: absolute;
    right: 12px;
    height: 300px;
    top: 0;
    width: 300px;
}
@media screen and (max-width:992px) {
    .flex-box .box-40,
    .flex-box .box-60{
        width:100%;
    } 
    .PR320{
        padding-right:0px !important;
        padding-left:0px !important;
        position: relative;
        height:auto;
    }
    .PR320 .box320{
        position: relative;
        right: auto;
        height: auto; 
        top: 0;
        width: 100%;
        margin-bottom:40px;
    }
}
@media screen and (max-width:800px) {
	.flex-box {
        flex-direction: column;
	}
    .flex-box .box-50B,
    .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 .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;
}

/* BANNER START */
.bandBanner {
    text-align: center;
}
.bandBanner img{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
/* BANNER END */