@charset "utf-8";

/* 슬라이드 */

.slideWrap {
    position: relative;
}

.top_iso {
    position: fixed;
    z-index: 2;
}

.txt {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
}

.txt h3 {
    font-weight: 200;
    letter-spacing: 3px;
    opacity: .5;
    padding-bottom: 15px;
}

.txt p {
    font-size: 70px;
    font-weight: 200;
    letter-spacing: 1px;
}

.txt p span {
    font-weight: 600;
}

.line_text {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 4px;
    position: absolute;
    bottom: 170px;
    right: -6%;
    transform: rotate(270deg);
    z-index: 1;
}

/* begin : swiper */
.swiper-slide .mobile-main-img1 {
    display: none;
}

@media all and (max-width: 550px) {
    .swiper {
        height: 600px !important;
    }
    .swiper-android .swiper-slide, .swiper-wrapper {
        height: 600px !important;
    }
}
/* end : swiper */

/* company info */
.section_01 {
    width: 1440px;
    margin: 0 auto 120px;
}

.title {
    letter-spacing: 4px;
    padding: 180px 0 100px;
    position: relative;
    text-transform: uppercase;
}

.section_01 .title::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 90px;
    background: #71b5ff;
}

.section_01 .sub_title {
    width: 380px;
}

.sub_title {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.sub_title::before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: -50px;
}

.section_01 .sub_title::before {
    background: #587a9e;
}

.title h1 {
    font-size: 50px;
}

.slim_font {
    font-weight: 400;
}

.content {
    width: 100%;
    height: 300px;
    display: flex;
    background: #f9f9f9;
    justify-content: space-around;
    align-items: center;
}

.content article {
    width: 25%;
    border-right: 2px solid #fff;
    padding: 50px 0 20px;
}

.icon_img {
    height: 70px;
    position: relative;
    z-index: 1;
}

.icon_txt {
    padding-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}

.icon_txt::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -34px;
    right: 33%;
    background: #00a0e9;
    border-radius: 50%;
}

.section_01 article:hover .icon_txt::before {
    /* background: rgba(32,75,150,.8); */
    background: #fff;
    transition: all .3s;
}

.section_02 {
    width: 100%;
    height: auto;
    background: url(../images/bussiness_bg.png) no-repeat;
    background-size: cover;
}

.section_02 .title {
    color: #fff;
}

.section_02 .slim_font {
    color: #2c3e51;
    font-weight: 700;
}

.section_02 .sub_title {
    width: 530px;
}

.section_02 .sub_title::before {
    background: #fff;
}

.content_wrap {
    padding-bottom: 180px;
}

.content_inner {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 15%);
}

.left_tle {
    width: 50%;
    position: relative;
}

.right_tle {
    width: 50%;
    display: flex;
    position: relative;
}

.left_tle_inner ul,
.right_tle_inner ul {
    position: relative;
    /* height: 360px; */
}

.left_tle_inner ul h3,
.right_tle_inner ul h3 {
    text-align: left;
    position: absolute;
    top: 8%;
    left: 8%;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.left_tle_inner ul h3 span,
.right_tle_inner ul h3 span {
    font-size: 22px;
    font-weight: 500;
    position: relative;
}

.left_tle_inner {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.right_tle_inner {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.left_tle h2 {
    text-align: left;
    position: absolute;
    top: 84%;
    left: 8%;
    font-size: 28px;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    pointer-events: none; 
    /* 커서이벤트 막기 */
}

.left_tle h2 span::after,
.left_tle_inner ul h3 span::after,
.right_tle_inner ul h3 span::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: rgba(113, 181, 225, 1);
}

.left_tle_inner ul h3 span::after,
.right_tle_inner ul h3 span::after {
    height: 4px;
}

.left_tle:hover span,
.left_tle_inner ul:hover span,
.right_tle_inner ul:hover span {
    font-weight: 500;
}

.left_tle:hover span::after,
.left_tle_inner ul:hover span:after,
.right_tle_inner ul:hover span:after {
    width: 100%;
    transition: width .3s;
}


.con_box_list {
    position: relative;
    width: 100%;
}

.con_box_list::after {
    display: block;
    content: '';
    padding-bottom: 70%;
}

.con_box_list::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 1;
    opacity: 1;
}

.con_box_list:hover:before {
    opacity: 0.2;
    transition: all 0.5s;
}

.box_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 사업영역 끝 ㅜ */

/* 사업영역 test code */


    /* business area - test code */
    /* ul.businessAreas_wrap {
        width: 1440px;
        height: 500px;
        background: #fff;
        margin: 0 auto;
        display: flex;
    }

    ul.businessAreas_wrap li {
        width: 25%;
        overflow: hidden;
    }

    ul.businessAreas_wrap li img {
        height: 100%;
    } */

/* 사업영역 test code 끝 */



.area_btn {
    display: block;
    width: 230px;
    height: 55px;
    line-height: 55px;
    border: none;
    background: #fff;
    color: #0054af;
    font-style: italic;
    margin: 80px auto;
    box-sizing: border-box;
    box-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 15%);
}

.area_btn:hover {
    border: 1px solid #fff;
    background: rgba(255,255,255,.2);
    color: #fff;
    font-weight: 700;
    transition: all .3s;
}

/* middle banner */
.section_03 {
    position: relative;
    top: 0px;
}

.middle_banner_bg {
    width: 100%;
    height: 380px;
    background: url(../images/middle_banner.png) no-repeat;
    background-size: cover;
}

.middle_banner_bg img {
    display: block;
    width: 100%;
}

.banner_content {
    width: 100%;
    color: #ccc;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner_content img {
    width: 100px;
}

.banner_content h1 {
    font-size: 30px;
    padding: 10px 0;
}

.banner_content p {
    font-weight: 300;
    width: 50%;
    margin: 0 auto;
}

/* 마지막 갤러리 */
.section_04 {
    background: #f8f8f8;
    text-align: left;
    width: 100%;
    padding-bottom: 90px;
}

.section_04 .content_wrap {
    width: 1440px;
    margin: 0 auto;
}

.left_right {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 2px solid #fff; */
}

.left_right a {
    letter-spacing: 2px;
}

.left_right a:hover {
    text-decoration: underline;
}

.left_wrap {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.left_wrap .line {
    width: 50px;
    height: 3px;
    background: #0d3c96;
}

.section_04 .content {
    justify-content: space-between;
    height: auto;
}

.section_04 article {
    width: 350px;
    border: 1.5px solid #eee;
    padding: 0px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 9%)
}

.con_box_txt {
    padding: 15px;
}

.con_box_txt h3 {
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con_box_txt p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section_04 .con_address {
    padding: 8px 0;
}

.section_04 .date {
    padding: 10px 0 3px;
    text-align: right;
    font-size: 12px;
}

.section_04 .con_box_list::before {
    background: transparent;
}

.section_04 .con_box_list::after {
    padding-bottom: 100%;
}





@media (max-width: 1632px) {
    .line_text {
        color: #fff;
        transition: all .3s;
        bottom: 185px;
    }
}

@media (max-width: 1580px) {

    .line_text {
        right: -100px;
    }
}

@media screen and (max-width: 1500px) {

    /* 00 */
    .line_text {
        right: -150px;
    }
    
    .slide {
        width: 100%;
        height: 100%;
    }

    /* 01 */
    .section_01 {
        width: 100%;
    }

    .content_inner {
        width: 80%;
    }

    /* 02 */
    .left_tle {
        height: auto;
    }

    .left_tle h2 {
        font-size: 30px;
    }

    .left_tle_inner ul h3 span,
    .right_tle_inner ul h3 span {
        font-size: 20px;
    }

    /* 03 */
    .banner_content h1 {
        width: 100%;
    }

    /* 어디지? */
    .left_tle_inner ul, .right_tle_inner ul {
        height: auto;
    }

    /* 04 */
    .section_04 .content_wrap {
        width: 100%;
    }

    .section_04 .title {
        width: 90%;
        margin: 0 auto;
    }

    .content {
        width: 90%;
        margin: 0 auto;
        gap: 10px;
    }

    .section_04 article {
        width: 25%;
    }

}


@media screen and (max-width: 1280px) {

    /* 00 */
    .txt p {
        font-size: 45px;
    }

    .line_text {
        font-size: 13px;
        right: -140px;
    }

    /* 02 */
    .content_inner {
        width: 90%;
    }

    /* 03 */
    .banner_content img {
        width: 90px;
    }

    .banner_content h1 {
        font-size: 26px;
    }

    .con_box_txt {
        padding: 12px;
    }

    .banner_content p {
        font-size: 14px;
    }

    .section_04 .con_address {
        padding: 6px 0;
        font-size: 14px;
    }

    /* 04 */
    .con_box_txt h3 {
        font-size: 16px;
    }

}

@media (max-width: 1110px) {

    /* 00 */
    .txt h3 {
        font-size: 13px;
    }

    .txt p {
        font-size: 38px;
    }

    /* 01 */
    .sub_title {
        font-size: 13px;
      }

    .sub_title::before {
        height: 2px;
    }

    .title {
        padding: 150px 0 80px;
    }
    
    .title h1 {
    font-size: 42px;
    }

    .section_01 .sub_title {
        width: 360px;
    }

    /* 02 */
    .section_02 .sub_title {
        width: 490px;
    }

    .icon_txt {
        font-size: 17px;
    }

    .content {
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        gap: 0;
    }

    .content article {
        width: 49.6%;
        padding: 70px 0px 50px;
    }

    .content article:nth-child(2n) {
        border-right: none;
    }

    .content article:first-child,
    .content article:nth-child(2) {
        border-bottom: 1px solid #fff;;
    }

    .content_inner {
        width: 95%;
    }

    .left_tle h2 {
        font-size: 25px;
    }

    .left_tle_inner ul h3 span,
    .right_tle_inner ul h3 span {
        font-size: 16px;
    }

    /* 03 */
    .banner_content {
        top: 48%;
    }

    .banner_content img {
        width: 80px;
    }
    
    .banner_content h1 {
        font-size: 23px;
    }

    /* 04 */
    .con_box_txt {
        padding: 20px;
    }

    .section_04 .content article {
        margin-bottom: 10px;
        padding: 0;
    }

    .section_04 .con_address {
        padding: 10px 0;
    }

    .con_box_txt h3 {
        font-size: 18px;
    }

    .section_04 .con_address {
        font-size: 15px;
    }





}




@media (max-width: 937px) {

    /* 00 */
    .txt {
        width: 70%;
    }

    .txt p {
        font-size: 38px;
    }

    .top_iso img {
        width: 100px;
    }

    /* 02 */
    .content_inner {
        width: 70%;
        flex-direction: column;
    }

    .left_tle, .right_tle {
        width: 100%;
    }

    .left_tle .con_box_list {
        margin-bottom: 7px;
    }

    .left_tle_inner ul:first-child {
        margin-bottom: 7px;
    }

    .right_tle_inner ul:first-child {
        margin-bottom: 7px;
    }

    .left_tle_inner ul {
        margin-right: 3.5px;
    }

    .right_tle_inner ul {
        margin-left: 3.5px;
    }

    /* 03 */
    .banner_content p {
        width: 75%;
    }

}

@media (max-width: 860px) {

    /* 00 */
    .txt h3 {
        font-size: 12px;
    }

    .txt p {
        font-size: 28px;
    }

    /* 01 */
    .sub_title {
        font-size: 12px;
    }

    .sub_title::before {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .title h1 {
        font-size: 38px;
    }

    /* 02 */
    .content_inner {
        width: 80%;
    }

    /* 03 */
    .banner_content img {
        width: 70px;
    }

    .banner_content h1 {
        font-size: 20px;
    }

    /* 04 */
    .section_04 .sub_title {
        font-size: 13px;
    }

    .left_wrap .line {
        height: 2px;
    }

    .con_box_txt {
        padding: 10px;
    }

    .section_04 .content article {
        margin-bottom: 10px;
    }

    .con_box_txt h3 {
        font-size: 16px;
    }

    .section_04 .con_address {
        font-size: 14px;
    }
    



}



@media (max-width: 550px) {

    /* 00 */
    .txt {
        width: 80%;
    }

    .txt h3 {
        font-size: 11px;
        font-weight: 300;
    }

    .txt p {
        font-size: 20px;
    }

    .line_text {
        display: none;
    }

    .top_iso img {
        width: 80px;
        opacity: .8;
    }

    /* 01 */
    .title {
        padding: 100px 0 60px;
    }

    .sub_title {
        font-size: 10px;
        font-weight: 400;
    }

    .sub_title::before {
        height: 1px;
        top: 80px;
    }

    .title h1 {
        font-size: 27px;
    }

    .section_01 .sub_title {
        width: 320px;
        letter-spacing: 2px;
    }

    .content {
        width: 95%;
    }

    .content article {
        padding: 30px 0px 25px;
    }

    .icon_txt {
        font-size: 14px;
        padding-top: 12px;
    }

    .icon_txt::before {
        right: 24%;
    }

    .icon_img {
        height: 55px;
    }

    /* 02 */
    .content_inner {
        width: 95%;
    }

    .section_02 .sub_title {
        width: 100%;
        letter-spacing: 2px;
        font-weight: 200;
    }

    .left_tle h2 {
        font-size: 22px;
    }

    .area_btn {
        margin: 60px auto;
        width: 200px;
        height: 45px;
        line-height: 45px;
    }

    .left_tle_inner ul h3, .right_tle_inner ul h3 {
        top: 6%;
        left: 6%;
    }

    .left_tle_inner ul h3 span, .right_tle_inner ul h3 span {
        font-size: 14px;
        font-weight: 300;
    }

    .left_tle h2 {
        font-weight: 300;
        font-size: 20px;
    }



    /* 03 */
    .banner_content h1 {
        padding: 10px;
        box-sizing: border-box;
    }

    /* 04 */

    .section_04 .title {
        width: 95%
    }

    .section_04 .content {
        width: 95%;
    }

    .section_04 .content_wrap {
        padding-bottom: 0px;
    }

    .left_wrap .line {
        /* height: 1px; */
        display: none;
    }

    .left_right {
        border-bottom: 0;
        flex-wrap: wrap;
        position: relative;
    }

    .line_wrap {
        position: absolute;
        top: 36px;
        right: 0;
    }

    .section_04 .content article {
        margin-bottom: 7px;
    }

    .con_box_txt {
        padding: 5px 4px;
        /* height: 120px; */
    }

    .con_box_txt h3 {
        font-size: 14px;
        line-height: 19px;
        padding: 7px 3px;
    }

    .section_04 .con_address {
        font-size: 14px;
        line-height: 15px;
        height: 38px;
    }

    .section_04 .con_address {
        padding: 6px 0 0;
    }

    .section_04 .date {
        padding: 0 5px 5px 0;
    }


}

@media (max-width: 400px) {


    .title h1 {
        font-size: 24px;
    }

    .left_tle h2 {
        font-size: 17px;
    }

    .content_wrap {
        padding-bottom: 40px;
    }

    .area_btn {
        margin: 39px auto;
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .banner_content h1 {
        font-size: 17px;
    }

    .banner_content p {
        width: 95%;
        font-size: 13px;
    }



}
