/* Company*/
.session-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 15px;
}
.session-sub-text {
    font-size: 20px;
    color: #666666;
    margin-bottom: 30px;
}
.content-p {
    max-width: 1200px;
    font-size: 20px;
    font-weight: 700;   
    line-height: 27px;
    margin: 0 auto;
}

/* Why ACI*/
.under-line {
    width: 30px;
    height: 5px;
    margin: 35px auto;
    background: #102d52;
}
.con-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
}
.why-content {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 27px;
    word-break: keep-all;
}
.why-wrap > div {
    padding: 0 15px;
}

/* Service */
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.box-wrap {
    -webkit-box-shadow: -7px 11px 22px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: -7px 11px 22px -5px rgba(0,0,0,0.2);
    box-shadow: -7px 11px 22px -5px rgba(0,0,0,0.2);
}
.tap-image {
    position: relative;
    padding-bottom: 20%;
    background-size: cover;
    background-position: center center;
}
.tap-image img {
    width: 100%;
}
.tab1 .tap-image {
    background-image: url('/images/service-img-1.jpg');
}
.tab2 .tap-image {
    background-image: url('/images/service-img-2.jpg');
}
.tab3 .tap-image {
    background-image: url('/images/service-img-3.jpg');
}
.tab4 .tap-image {
    background-image: url('/images/service-img-4.jpg');
}

.tap-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 500;
    width: 100%;
}
.tap-title-en {
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 45px;
}
.tap-title-kr {
    font-size: 35px;
}
.box-wrap {
    padding: 25px 0 25px 70px;
    font-size: 18px;
    background: #fff;
}
.left-c {
    color: #102d52;
    font-weight: 600;
}
.left-c span{
    width: 3px;
    height: 18px;
    background:#102d52;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

#section3-1-1 .page-content .title1{
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: bold;
    word-break: break-word;
    line-height: 40px;
}
#section3-1-1 .page-content .content1{
    margin: 0 auto 80px;
    max-width: 820px;
    padding:0 10px;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    word-break: break-word;
}
#section3-1-1 .page-content .links{
    font-weight: 600;
    color: #102d52;
}
#section3-1-1 .page-content .simple-box{
    padding:40px 10px;
    text-align: center;
    border-top: unset;
    background: rgba(244,244,244,1);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
#section3-1-1 .page-content .simple-box p{
    font-size: 20px;
    font-weight: 400;
}
#section3-1-1 .page-content .simple-box a{
    font-size: 20px;
    font-weight: 600;
    color: #102d52;
}


/* news */
#section4 {
    background-image: url("/images/news-bg.jpg");
    background-size: cover;
    background-position: center center;
}
.news-box {
    background-color: #fff;
    padding: 35px 100px 50px 100px;
}

/* contact */
.contact-box {
    width: 100%;
    max-width: 991px;
    margin: 0 auto;
}
.radio-box {
    font-size: 14px;
    color: #c7c7c7;
}

/* location */
.block-bg {
    background-color: rgba(12,30,56,1);
    color: #fff;
    padding: 35px 30px 0;
	text-align:center;
}
.local-title {
    font-size: 22px;
    font-weight: bold;
    /*margin-bottom: 70px;*/
    line-height: 40px;
    height: 60px;
}
.local-sub {
    font-size: 12px;
    line-height: 18px;
}

#section0 {
    background-image:url('http://fivetest.co.kr/data/apms/background/main_01.jpg');
    background-size: cover;
    background-position: center center;
}
#section3-1,#section3-1-1,#section3-2,#section3-3,#section3-4{
    background: #fff !important;
}
.box-wrap{
    background: rgb(244,244,244);
}
#section6 > div{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    display: block;

}
#section6 > div .col-sm-4,
#section6 > div .col-sm-7{
    padding-left: 0;
    padding-right: 0;
}
#section6 > div .footer-logo{
    max-width: 330px;
}

@media(max-width: 991px){
    #section3-1-1 .page-content .simple-box{
        padding: 40px;
        display: inline-block;
        max-width: unset;
        width: auto;
        display: inline-block;
    }
    #section5 .map-box .page-content{
        width: 100%;
        margin: 0 0 5%;
    }
    
    .piece-box{
        display: table-cell;
        min-height: 280px;
    }
    .piece-box:first-of-type{
        width: 300px;
    }
}

@media (max-width:768px) {
    #section3-1-1 .page-content .title1{
        font-size: 16px;
        line-height: 16px;
    }
    #section3-1-1 .page-content .content1,
    #section3-1-1 .page-content .simple-box,
    #section3-1-1 .page-content .simple-box p,
    #section3-1-1 .page-content .simple-box a{
        font-size: 12px;
    }
    #section3-1-1 .page-content .simple-box p{
        margin-bottom: 0;
    }
    #section5{
        background: rgb(244,244,244) !important;
    }
    .piece-box{
        display: table-cell;
        min-height: 230px;
    }
    .piece-box:first-of-type{
        width: 150px;
        padding: 10px !important;
    }
    .content-p, .why-content{line-height: 16px;}
    .content-p, .why-content {text-align: left; font-size: 12px;}
    .section {padding: 0 15px;}
    .why-wrap > div {padding: 0;}
    .why-content { padding: 0 0px;}
    .con-title {font-size: 16px;}
    .col-xs-7, .col-xs-5{font-size: 12px;}
    .left-c{font-size: 14px;}
    .left-c span{width: 2px; height: 12px; background:#102d52; display: inline-block; float: left; margin-right: 5px; margin-top: 5px;}

    #section3 {
        background-color: #fff!important;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a {
        border: none;
    }
    .tap-image {
        padding-bottom: 30.2%;
    }
    .box-wrap {
        padding: 10px 0;
        box-shadow: none;
        background-color: #f4f4f4;
        padding: 15px;
    }
    .con-title.visible-xs, .con-title {
        margin-bottom: 20px;
        text-align: left;
        border-left: 4px solid #102d52;
        padding-left: 10px;
        line-height: 16px;
    }
    .col-xs-7, .col-xs-5 {
        width: auto;
        padding: 0;
        padding-right: 10px;
    }
    .box-wrap .row {
        margin: 0;
    }
    .tap-title-en {font-size: 24px;margin-bottom: 5px; line-height: 28px; font-weight: bold;}
    .tap-title-kr{
        font-size: 14px;
    }
    .inter-box .col-sm-4 {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .inter-box .col-sm-4.left-c{
        font-size: 14px;
        line-height: 24px;
    }
    .news-box {
        padding: 15px;
    }
    .border-left {
        border: none;
    }
    .local-title {
        font-size: 16px;
        margin-bottom: 40px;
        height: 40px;
    }
    .block-bg {
        padding: 0 10px;
    }
    .local-sub {
        font-size: 10px;
        line-height: 21px;
    }
    .map iframe {
        height: 220px;
    }
    #section6 {
        padding: 20px 0;
    }
    .footer-logo {
        margin-bottom: 10px;
        width: 215px !important;
        max-width:427px;
    }
    .m-left {
        float: left;
        display: inline;
    }
    .m-right {
        float: right;
        display: inline;
    }
    .caption-big{
        font-size: 32px !important;
        line-height: 32px !important;
        margin-bottom: 32px !important;
    }
    .service-bg-box{
        background: transparent !important;
        background-image: unset;
    }
}