a.animated-button.thar-one{
    font-size: 18px !important;
}
.em-main-about-1-booking .iconbox-small{
    display: flex;
    align-items: center;
    justify-content: center;
}
.em-main-about-1-booking .iconbox-small .iconbox-bg{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}
.em-main-about-1-booking .iconbox-small .iconbox-bg.first{
    background: url(../images/main/cargo-boat.svg);
}
.em-main-about-1-booking .feature-box-8:hover .iconbox-small .iconbox-bg.first{
    background: url(../images/main/cargo-boat_w.svg);
}
.em-main-about-1-booking .iconbox-small .iconbox-bg.second{
    background: url(../images/main/anchor.svg);
}
.em-main-about-1-booking .feature-box-8:hover .iconbox-small .iconbox-bg.second{
    background: url(../images/main/anchor_w.svg);
}
.em-main-about-1-booking .iconbox-small .iconbox-bg.third{
    background: url(../images/main/net.svg);
}
.em-main-about-1-booking .feature-box-8:hover .iconbox-small .iconbox-bg.third{
    background: url(../images/main/net_w.svg);
}
.em-main-about-1 .feature-box-8{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 15px;
}
.em-main-about-1 .feature-box-8 .iconbox-small.gray{
    margin: 0;
    border: 1px solid #dbdbdb;
}
.em-main-about-1 .feature-box-8 .text{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.em-main-about-1 .feature-box-8 .text h4{
    font-size: 20px;
}
.em-main-about-1 .feature-box-8 .text p{
    font-size: 14px;
    line-height: 16px;
}
.em-main-about-1 .feature-box-8 h4 , .em-main-about-1 .feature-box-8 p{
    color: #393939;
}
.em-main-about-1 .feature-box-8:hover h4 , .em-main-about-1 .feature-box-8:hover p{
    color: #222D72;
}
.em-footerstyle-1 .item-holder h5, .em-footerstyle-1 span , .em-footerstyle-1 span a{
    color: #222D72;
}
.em-footerstyle-1 strong{
    font-weight: 400;
}
#bo_cate a{
    border-radius: 5px !important;
}
#bo_cate #bo_cate_on, #bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active{
    background: #222D72 !important;
    border: 1px solid #222D72 !important;
    color: #fff !important;
}
.page-title-1{
    background: url(../images/sub/sub_main.jpg);
    padding: 135px 0 112px 0 !important;
    background-size: cover;
    margin-top: -10px !important;
}
h1.big-text{
    margin-bottom: 0;
}
.em-sub-big-title{
    color: #fff;
}
.em-sub-title-blue{
    color: #0e2a5c;
}
/*.about-style-2{
    background: #525252;
}*/
.about-style-2 .img-responsive{
    border-radius: 10px;
}
.about-style-2 h5{
    color: #323335 !important;
    padding-top: 0 !important;
    font-weight: 600;
}
.about-style-2 p{
    color: #323335;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.text-box.padding-4.em-request-2 {
    width: 80%;
    margin: 0 auto;
    float: none;
}
.smart-forms .form-footer {
    padding: 25px 0 !important;
    text-align: right;
}
.smart-forms .form-footer .button:last-child{
    margin-right: 0 !important;
}
#bo_v_share{
    display: none;
}
.bg2-rightcol-links li a:hover, .bg2-rightcol-links li a.active , .bg2-featurebox-3 .postinfo-box .title a:hover{
    color: #222D72 !important;
}
.em-slide-logo{
    width: 200px !important;
}

.em-main-banner-wrap{
    display: flex;
    align-items: top;
    column-gap: 30px;
}
.em-main-banner-wrap a img{
    width: 350px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}
.em-main-banner-wrap .ban-con-0101 {
    padding: 30px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    width: 70%;
}
.em-main-banner-wrap .ban-con-0101 p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}
.em-main-banner-wrap .ban-con-0101 p span{
    font-size: 13px;
    line-height: 18px;
}
footer.sec-tpadding-2.em-footerstyle-1{
    border-top: 1px solid #d2d2d2;
    margin-top: 100px;
}

/* sub */
.em-about2-section h5 , .em-company-section h5{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 20px !important;
    display: block;
    border-bottom: 0 !important;
    position: relative;
}
.em-about2-section h5::after , .em-company-section h5::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #008ecf;
    bottom: 0;
    left: 0;
}
.em-company-section h5::after{
    left: 50%;
    transform: translateX(-50%);
}
.em-about2-section p{
    font-size: 16px;
    line-height: 24px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
.em-about2-section p span{
    font-size: 20px;
}
.em-company-section img{
    width: 45%;
    margin: 0 auto;
}
.em-company-section h5{
    padding-bottom: 0 !important;
}
.em-company-section p{
    font-size: 20px;
    line-height: 28px;
    padding-top: 30px;
    text-align: center;
}
.em-company-section span{
    font-size: 30px;
    font-weight: 700;
    color: #0e2a5c;
}



@media only screen and (min-width: 1400px) {
    /* header 커스텀 */
    .header-section::after{
        content: "";
        width: 100%;
        height: 1px;
        background: #f3f3f3;
        position: absolute;
        top: 80px;
        left: 0;
    }
    .header-section::before{
        content: "";
        width: 100%;
        height: 1px;
        background: #f3f3f3;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .header-section #menu{
        display: flex;
        width: 90%;
        justify-content: center;
    }
    .header-section #menu > .nav{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #menu .navbar-nav>li{
        width: 18%;
        border: 1px solid #f3f3f3;
        border-bottom: 0;
        margin-right: -1px;
    }
    .header-section.pin-style.pin.style1{
        box-shadow: none;
    }
    .header-section.style1 #menu ul li a {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 20px 15px;
    }
    .header-section ul li ul{
        width: 100%;
        margin-left: 0;
    }
    .header-section ul li ul.dm-align-2{
        left: 0;
    }
    .header-section.style1 ul li a.m-link{
        padding: 20px 10px;
    }
    .header-section.style1 ul li a , .header-section ul li.admin-parent a.m-link{
        font-size: 15px;
    }
    .header-section.style1 #menu ul li ul li a {font-size: 16px; font-weight: 300;}
}
@media only screen and (max-width: 1025px) {
    .page-title-1{
        padding: 135px 0 50px 0 !important;
    }
    .em-main-banner-wrap{
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }
    .em-main-banner-wrap a img{
        width: 100%;
    }
    .em-main-banner-wrap .ban-con-0101 {
        width: 100%;
        padding: 20px;
        border-top: 0;
    }
    .em-main-banner-wrap .ban-con-0101 .animation-btn.left {
        text-align: center;
    }
    .em-about2-section h5::after{
        bottom: 0;
    }
    .em-company-section img{
        width: 100%;
    }
    .em-company-section h5::after{
        display: none;
    }
    .em-sub-title-blue{
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    /* slide */
    .em-slide-logo {
        width: 120px !important;
    }
    a.animated-button.thar-one{
        font-size: 14px !important;
    }
    .page-title-1{
        padding: 75px 0 50px 0 !important;
    }
    .text-box.padding-4.em-request-2{
        width: 100%;
    }
    .smart-forms .form-footer{
        text-align: center;
    }
}