@charset "UTF-8";

.company_sub {
    width: 100%;
    height: 900px;
    position: relative;
    background-image: url(../img/sub_banner.jpg);
    background-size: cover;
    background-position: center right;
    position: relative;
    color: #fff;
}

.company_sub strong {
    font-weight: 700;
}
.mainsub {
    height: 100%;
    text-align: center;
    position: relative;
}

.mainsub_text {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 200px;
    text-align: left;
}
.mainsub_text h2 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1.2;
}
.mainsub_text p {
    font-size: 1.1rem;
}

.subbottom .container {
    position: relative;
}
.subbottom {
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #c3262d;
}




.sub_banner{
    width: 100%;
    height: 340px;
    position: relative;
    background-image: url(../img/sub_banner.jpg);
    background-size: cover;
    background-position: center right;
}
.sub_banner_txt{
    display: flex;
    align-items: center;
    text-align: center;
    height: 340px;
    color: #fff;
}
.sub_banner_txt h2{
    font-size: 35px;
    font-weight: 300;
}
.sub_banner_txt strong {
    font-size: 26px;
    display: block;
    line-height: 100%;
}
.sub_banner_txt h3{
    font-size: 45px;
    line-height: 54px;
    font-weight: 400;
}
.sub_banner_txt h3 b {
    color: #de2535;
}
.sub_banner_txt p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    color: #333;
}
.sub_container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px;
}
/**서브 타이틀 시작**/
.sub_title {
    text-align: center;
    color:#222;
    margin-bottom: 40px;
}
.sub_title h2 {
    font-size: 40px;
    font-weight: 900;
    color: #333;
}
.sub_title p {
    font-size: 18px;
    color:#888;
    padding: 10px 0 20px 0;
}
.sub_title span {
    display: block;
    width: 100px;
    margin: 20px auto;
    height: 1px;
    background-color: rgb(214, 214, 214);
}
/**서브 타이틀 끝//**/




.hei {
    height: 40px;
}
/**company_box 시작**/


/* 브랜드소개 */

.subsec1 {
    background: url(../img/sub_sec1.jpg);
}

.subsec1 p {
    font-size: 1.2rem;
    margin: auto;
    text-align: center;
}

.subsec1 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.subsec1 ul li {
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 0px 40px 0 0;
    border-bottom: 3px solid rgb(255, 255, 255);
    transition: 0.5s;
}
.subsec1 ul li .s_imgbox {}
.subsec1 ul li .s_textbox {
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
}

.subsec1 ul li h4 {
    font-size: 25px;
    font-weight: 700;
}
.subsec1 ul li span {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.subsec1 ul li p{
    text-align: left;
    font-size: 1rem;
    padding: 1.2rem;
}

.subsec1 ul li:hover {
    margin-top: -1rem;
    box-shadow: 0px 19px 15px rgba(82, 82, 82, 0.116);
    border-bottom: 3px solid #c3262d;
}



.main_sub_2 {
    padding: 30px 0;
    text-align: center;
}

/* 브랜드소개끝 */





.company_box .company_txt {
    padding-top: 40px;
    text-align: center;
}
.company_box .company_txt h3 {
    font-size: 36px;
    line-height: 42px;
    color:#28b940;
    font-weight: 600;
    padding-bottom: 2rem;
}
.company_box .company_txt b {
    color: #28b940;
}

.company_box .company_txt strong {
    font-weight: 400;
    font-size: 1.7rem;
}
.company_box .company_txt p {
    font-size: 18px;
    color:#666;
    padding-top: 50px;
    line-height: 1.7;
    font-weight: 400;
    max-width: 60ch;
    margin: auto;
    padding-bottom: 2rem;
}
.company_box .company_txt p b {
    color:#eb5861;
}


.m_img {
    display: none;
}

/**company_box 끝**/


.com {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 35px;
}

.com1 {
    background: url(../img/c_1.jpg) fixed;
    background-size: cover;
}
.com2 {
    background: url(../img/c_2.jpg) fixed;
    background-size: cover;
}
.com3 {
    background: url(../img/c_3.jpg) fixed;
    background-size: cover;
}
.com4 {
    background: url(../img/c_4.jpg) fixed;
    background-size: cover;
}
.com5 {
    background: url(../img/c_5.jpg) fixed;
    background-size: cover;
}



/**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%;
}
.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;
}


/* 서브메뉴 */

.submenu {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 1rem;
    background: rgb(243, 243, 243);
}
.submenu li {
    margin: 0 6px;
    border-right: 2px solid rgba(189, 189, 189, 0.8);
    padding-right: 10px;
    font-size: 18px;
}
.submenu li:first-child {
    border-left: 2px solid rgba(189, 189, 189, 0.8);
    padding-left: 10px;
}
.submenu li.on {
    font-weight: 700;
    color: rgb(243, 43, 43);
}


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

.d_block {
    display: inline-block;
}
.m_block {
    display: none;
}
/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px){

    .sub_container {
        padding: 30px;
    }
    .sub_container .sub_title h2 {
        font-size: 32px;
    }
    .sub_banner, .sub_banner_txt {
        height: 450px;
    }
    .sub_banner_txt p {
        font-size: 16px;
        line-height: 22px;
    }
    .sub_container .sub_title p {
        font-size: 16px;
        color: #888;
        padding: 5px 0 20px 0;
    }
    .sub_banner_txt h2 {
        font-size: 33px;
    }

    .company_box .company_txt h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .company_box .company_txt p {
        font-size: 16px;
    }

    .company_box .company_txt strong {
        font-size: 22px;
    }
  
}

/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width:768px){
    
    .sub_container {
        padding:20px;
    }
    .sub_banner {
        height: 400px;
    }
    .sub_banner_txt {
        height: 400px;
    }
    .sub_banner_txt h2{
        padding-top: 100px;
        font-size: 26px;
    }
    .sub_banner_txt strong{
        font-size: 18px;
    }
    .sub_banner_txt h3{
        font-size: 26px;
        line-height: 34px;
    }
    
    .sub_banner_txt p {
        font-size: 13px;
        display: none;
    }
    
    /**서브 타이틀 시작**/
    .sub_container .sub_title {
        margin-bottom: 20px;
    }
    .sub_title h2 {
        font-size: 25px;
    }
     .sub_title p {
        font-size: 14px;
        padding: 5px 0 10px 0;
    }
    .sub_title span {
        height: 1px;
        background-color: #ddd;
    }
    /**서브 타이틀 끝//**/



    .company_sub {
        height: 600px;
    }
    .mainsub_text h2 {
        font-size: 55px;
    }
    .mainsub_text p {
        display: none;
    }
    .subsec1 ul {
        grid-template-columns: 1fr;
    }
    .subsec1 ul li {
        width: 80%;
        margin: 0 auto;
    }
    .subsec1 ul li img {
        width: 100%;
    }


    

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

    /**map_box 시작**/
    .map_wrap {
        padding: 20px 10px;
    }
    .map_txt h2 {
        font-size: 14px;
    }
    .map_txt p {
        font-size: 13px;
        padding-top: 0;
    }
    .map_icon {
        padding-right: 0;
    }
    .map_icon img{
        width: 80%;
    }
    /**map_box 끝**/

    /**서브 갤러리 시작**/
    .sub_gall_list .gall_item {
        width: 50%;
    }
    .sub_gall_list .gall_item p {
        font-size: 14px;
        padding-top: 10px;
    }

    .submenu {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: center;
        padding: 1rem;
        background: rgb(243, 243, 243);
        border-radius: 10px;
    }
    .submenu li {
        margin: 0 6px;
        border-left: 0px solid rgba(189, 189, 189, 0.8);
        border-right: 0px solid rgba(189, 189, 189, 0.8);
        padding-right: 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .submenu li:first-child {
        border: none;
    }
    .submenu li.on {
        border-bottom: 1px solid rgb(207, 207, 207);
        border-top: 1px solid rgb(207, 207, 207);
    }
    /**서브 갤러리 끝//**/
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px){

    .company_sub {
        height: 400px;
    }
    .mainsub_text {
        height: 100%;
        padding-bottom: 0;
        bottom: 100px;
    }
    .mainsub_text h2 {
        font-size: 35px;
    }



    .sub_banner,.sub_banner_txt {
        height: 280px;
    }
    .sub_banner_txt h2 {
        padding-top: 100px;
        font-size: 20px;
    }
    .company_box .company_txt h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .company_box .company_txt p {
        font-size: 14px;
    }
    .company_box .company_txt strong {
        font-size: 19px;
    }

    .subsec1 ul {
        margin-top: 50px;
    }
    .subsec1 ul li {
        width: 100%;

    }

    .pc_img {
        display: none;
    }
    .m_img {
        display: inline-block;
    }
}

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