@charset "UTF-8";

.sub_banner {
    width: 100%;
    height: 370px;
    position: relative;
    background-image: url(../img/sub_banner.png);
    background-size: cover;
    background-position: center center;
}

.sub_banner_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 370px;
    color: #333333;
}


.sub_banner_txt .title {
    height: 100px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #585858;
    border-right: 1px solid #5a5a5a;
    padding: 0 4rem;
    line-height: 1.2;
    text-align: center;
}


/**서브 타이틀 시작**/

.sub_container {
    padding: 50px 0;
    margin: auto;
    max-width: 1240px;
}

.sub_container .sub_title {
    text-align: center;
    color: #222;
    margin-bottom: 40px;
}

.sub_container .sub_title h2 {
    font-size: 40px;
    color: #333;
}

.sub_container .sub_title p {
    font-size: 18px;
    color: #888;
    padding: 10px 0 20px 0;
}

.sub_container .sub_title span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

/**서브 타이틀 끝//**/


/**company_box 시작**/

.company_box .company_txt {
    padding: 30px 0 90px;
}

.company_box .company_txt h2 {
    font-size: 40px;
    color: #665d4c;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 45px;
}

.company_box .company_txt h2 span {
    display: inline-block;
    padding-right: 5px;
}

.company_box .company_txt h2 span img {
    vertical-align: middle;
}

.company_box .company_txt h3 {
    display: inline-block;
    font-size: 26px;
    color: #199159;
    font-weight: 500;
    padding: 20px 0 0px;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
}

.company_box .company_txt p {
    font-size: 19px;
    color: #666;
    line-height: 1.6;
    padding-top: 15px;
    font-weight: 400;

}

.company_box .company_txt em {
    font-size: 19px;
    display: block;
    font-style: italic;
    color: #199159;
    padding-top: 3rem;
}

.company_box .company_txt b {
    color: #199159;
}

.company_box img {
    margin: auto;
}

.company_box .center {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 50px;
}

/**company_box 끝**/

/* gallery - slide3 */
.slide3 {
    padding: 0;
    overflow: hidden;
    border-radius: 30px !important;
    margin-bottom: 2rem;
}

.slide3-box {
    height: 500px;
    background-size: cover !important;
    background-position: center !important;

}

.slide3-box-1 {
    background: url(../img/g1.jpg);
}

.slide3-box-2 {
    background: url(../img/g2.jpg);
}

.slide3-box-3 {
    background: url(../img/g3.jpg);
}

.slide3-box-4 {
    background: url(../img/g4.jpg);
}

.slide3-box-5 {
    background: url(../img/g5.jpg);
}

/* ul.sublist */
ul.sublist {}

ul.sublist li {
    margin-bottom: 1.5rem;
}

ul.sublist li .block {
    width: 70%;
    padding: 3rem 2rem;
    color: #fff;
}

ul.sublist li .block h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

ul.sublist li .block p {
    font-size: 16px;
    max-width: 60ch;
}

ul.sublist li:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

ul.sublist li:nth-child(1) .block {
    background: #665d4c url(../img/sub_1.png) no-repeat;
    background-position: right;
    background-size: contain;
}

ul.sublist li:nth-child(2) .block {
    background: #665d4c url(../img/sub_2.png) no-repeat;
    background-position: right;
    background-size: contain;
}

ul.sublist li:nth-child(3) .block {
    background: #665d4c url(../img/sub_3.png) no-repeat;
    background-position: right;
    background-size: contain;
}




/**map_box 시작**/
.map_wrap {
    padding: 30px;
    background: #f3f3f3;
    overflow: hidden;
}

.map_wrap .map_box {
    display: flex;
    align-items: center;
}

.map_icon {
    float: left;
    padding-right: 20px;
}

.map_txt {
    float: left;
}

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

.map_txt p {
    font-size: 18px;
    padding-top: 8px;
}

/**map_box 끝**/
/* #maparea {height: 300px;} */
#maparea .root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

/****************************** sub 갤러리 box 시작 ******************************/
.sub_gall_list {
    margin: -10px -10px 0;
    overflow: hidden;
}

.sub_gall_list .gall_item {
    float: left;
    width: 25%;
    padding: 10px;
}

.sub_gall_list .gall_item a {
    display: block;
    overflow: hidden;
}

.sub_gall_list .gall_item a img {
    transition: all 1.2s;
    transform: scale(1);
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sub_gall_list .gall_item a:hover img {
    transform: scale(1.085);
}

.sub_gall_list.detail_type .gall_item a {
    position: relative;
}

.sub_gall_list.detail_type .gall_desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_gall_list.detail_type .gall_desc_wrap {
    display: block;
    text-align: center;
}

.sub_gall_list .gall_item p {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding-top: 12px;
}

/****************************** sub 갤러리 box 끝 ******************************/

/** product_list 시작**/
.business_tit {
    font-size: 30px;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}

.list_tit {
    font-size: 20px;
    font-weight: 800;
    color: #444;
    margin-top: 30px;
}

.product_list {
    padding: 20px 40px;
    border: 1px solid #ddd;
    margin-top: 10px;
    background: #f5f5f5;
}

.product_list p {
    font-size: 17px;
    color: #666;
    padding-top: 5px;
}

.product_list p b {
    color: #222;
}

/** product_list 끝**/

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {
    .sub_container {
        padding: 30px;
    }

    .sub_container .sub_title h2 {
        font-size: 32px;
    }

    .sub_banner,
    .sub_banner_txt {
        height: 400px;
    }

    .sub_banner_txt p {
        font-size: 18px;
    }

    .sub_container .sub_title p {
        font-size: 16px;
        color: #888;
        padding: 5px 0 20px 0;
    }

    .sub_banner_txt strong {
        font-size: 27px;
    }

    .sub_banner_txt p {
        font-size: 17px;
        padding-top: 15px;
    }

    /** company_box 시작**/
    .company_box .company_txt h2 {
        font-size: 28px;
    }

    .company_box .company_txt p {
        font-size: 17px;
    }

    /** company_box 끝//**/

    /** product_list 시작**/
    .list_tit {
        font-size: 18px;
    }

    .product_list {
        padding: 20px;
    }

    .product_list p {
        font-size: 16px;
    }

    /** product_list 끝//**/

}

/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width:768px) {
    .sub_container {
        padding: 40px 15px;
    }

    .sub_banner {
        height: 250px;
    }

    .sub_banner_txt {
        height: 300px;
    }

    .sub_banner_txt strong {
        font-size: 18px;
    }

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

    /**서브 타이틀 시작**/
    .sub_container .sub_title {
        margin-bottom: 20px;
    }

    .sub_container .sub_title h2 {
        font-size: 20px;
    }

    .sub_container .sub_title p {
        font-size: 13px;
        padding: 5px 0 10px 0;
    }

    .sub_container .sub_title span {
        height: 1px;
        background-color: #ddd;
    }

    /**서브 타이틀 끝//**/

    /**company_box 시작**/

    ul.sublist li .block {
        width: 100%;
    }

    ul.sublist li .block h3 {
        font-size: 18px;
    }

    ul.sublist li .block p {
        font-size: 14px;
        text-shadow: 0 0 10px #000;
    }

    ul.sublist li:nth-child(1) .block {
        background-size: cover;
        background-position: 100px;
    }

    ul.sublist li:nth-child(2) .block {
        background-size: cover;
        background-position: 100px;
    }

    ul.sublist li:nth-child(3) .block {
        background-size: cover;
        background-position: 100px;
    }





    .company_box .company_txt {
        padding: 0px;
    }

    .company_box .company_txt h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .company_box .company_txt h2 span img {
        height: 45px;
    }

    .company_box .company_txt p {
        font-size: 15px;
    }

    .company_box .center {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    /**company_box 끝**/

    .company_box .slide_bg .container {
        padding: 0;
    }

    .slide3-box {
        height: 280px;
    }

    /**company_box2 시작**/
    .company_box2 h3 {
        font-size: 18px;
    }

    .company_box2 p {
        font-size: 13px;
        padding: 4px 0 16px 0;
    }

    /**company_box2 끝//**/

    /**map_box 시작**/
    .map_wrap {
        padding: 20px 10px;
    }

    .map_txt h2 {
        font-size: 16px;
    }

    .map_txt p {
        font-size: 13px;
        padding-top: 0;
    }

    .map_icon img {
        height: 60px;
    }

    /**map_box 끝**/

    /**서브 갤러리 시작**/
    .sub_gall_list .gall_item {
        width: 50%;
    }

    .sub_gall_list .gall_item p {
        font-size: 14px;
        padding-top: 10px;
    }

    .sub_gall_list .gall_item a img {
        height: 150px;
    }

    /**서브 갤러리 끝//**/

    /** product_list 시작**/
    .list_tit {
        font-size: 17px;
    }

    .product_list p {
        font-size: 15px;
    }

    .product_list p span {
        display: block;
    }

    .product_list {
        padding: 10px;
    }

    /** product_list 끝//**/
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {
    .sub_banner {
        height: 250px;
    }

    .sub_banner_txt {
        height: 250px;
        justify-content: center;
    }

    /** company_box 시작**/
    .company_box .company_txt h2 {
        font-size: 18px;
    }

    .company_box .company_txt h2 span img {
        height: 34px;
    }

    .company_box .company_txt p {
        font-size: 14px;
    }

    /** company_box 끝//**/

    /** product_list 시작**/
    .list_tit {
        font-size: 16px;
        margin-top: 20px;
    }

    .product_list p {
        font-size: 13px;
        line-height: 18px;
    }

    .product_list {
        padding: 10px;
    }

    /** product_list 끝//**/
}

@media (max-width:340px) {}