@charset "UTF-8";
.sub_banner{
    width: 100%;
    height: 450px;
    position: relative;
    background: url(../img/sub_banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.sub_banner_txt{
    display: flex;
    align-items: center;
    height: 450px;
    color: #fff;
}
.sub_banner_txt h2{
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
}
.sub_banner_txt h2 b{
    color: #eb0609;
    font-weight: 900;
}

.sub_banner_txt p {
    font-size: 18px;
    line-height: 25px;
    color: #ddd;
    padding-top: 15px;
}
.sub_container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px;
}
/**서브 타이틀 시작**/
.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;
}
/**서브 타이틀 끝//**/

.hei {
    height: 40px;
}
/**company_box 시작**/
.company_logo {
    padding-bottom: 20px;
}
.company_box .company_txt {
    padding-top: 40px;
    text-align: center;
}
.company_box .company_txt h2 {
    font-size: 32px;
    color:#444;
    font-weight: 400;
}
.company_box .company_txt h2 b {
    color: #cd151c;
}
.company_box .company_txt h3 {
    font-size: 26px;
    color:#222;
    font-weight: 500;
    padding: 20px 0 5px;
}
.company_box .company_txt p {
    font-size: 18px;
    color:#666;
    padding-top: 10px;
    font-weight: 400;
}
.company_box .company_txt p b {
    color:#eb5861;
}
/**company_box 끝**/

/**company_box2 시작**/
.company_box2 {
    color: #222;
    width: 100%;
}
.company2_img {
    float: left;
    width: 50%;
    height: 658px;
    background: url(../img/company.png);
    background-size: cover;
    background-position: center;
}
.company2_txt {
    float: left;
    width: 50%;
    padding-left: 40px;
    height: 658px;
    display: flex;
    align-items: center;
}

.company2_txt h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    color: #bbb;
}
.company2_txt h2 b {
    color: #fcc307;
}
.company2_txt h4 {
    font-size: 22px;
    color: #444;
    padding-top: 40px;
}
.company2_txt p {
    font-size: 18px;
    padding-top: 20px;
    color: #666;
}
.company2_txt h3 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 40px;
}
/**company_box2 끝**/

/**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;}
.root_daum_roughmap .wrap_btn_zoom {
    z-index: 1 !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: 17px;
    color:#666;
    padding-top: 12px;
}
/****************************** sub 갤러리 box 끝 ******************************/

/**tab_box 시작**/
.tab_box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
}
.tab_box li {
    width: 33.333%;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    background: #f5f5f5;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #fff;

}
.tab_box li.on {
    background: #bf3130;
    color: #fff;
}
/**tab_box 끝//**/

/** table 시작**/
.table_con {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #bf3130;
}
.table_con th {
    border: 1px solid #ddd;
    padding: 10px 0;
    background: #fcf4f4;
    font-size: 18px;
}
.table_con th br {
    display: none;
}
.table_con td {
    border: 1px solid #ddd;
    padding: 10px 0;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.table_con td br {
    display: none;
}
.table_con td b {
    color: #222;
}
.table_con td span {
    color: #222;
    font-weight: 700;
}
.table_con tr:nth-child(even) {
    background: #fafafa;
}
.table_con.tb_bg {
    border-top: 2px solid #28589f;
}
.table_con.tb_bg th {
    background: #e9edf4;
}
/** table 끝//**/

/**sub_tit 시작**/
.sub_tit {
    padding-bottom: 20px;
}
.sub_tit h2 {
    font-size: 26px;
    color: #444;
}
.sub_tit h2 b {
    color: #bf3130;
}
.sub_tit p {
    font-size: 18px;
    color: #999;
}
.sub_tit span {
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 10px;
}
.sub_tit.pt {
    padding-top: 40px;
}
.sub_tit.pt h2 b{
    color: #28589f;
}
/**sub_tit 끝//**/

.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: 300px;
    }
    .sub_banner_txt h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .sub_banner_txt p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px;
    }
    .sub_container .sub_title p {
        font-size: 16px;
        color: #888;
        padding: 5px 0 20px 0;
    }
    .sub_banner_txt h2 img{
       height: 120px;
    }
    .company_logo img {
        height: 90px;
    }
    .company_box .company_txt h2 {
        font-size: 26px;
    }
    .company_box .company_txt p {
        font-size: 16px;
    }

    /**company_box2 시작**/
    .company2_txt {
        padding-left: 30px;
    }
    .company2_txt h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .company2_txt span {
        display: none;
    }
    .company2_txt h4 {
        font-size: 18px;
        padding-top: 20px;
    }
    .company2_txt p {
        font-size: 17px;
        padding-top: 10px;
    }
    .company2_txt h3 {
        font-size: 18px;
        padding-top: 20px;
    }
    /**company_box2 끝//**/

    /**tab_box 시작**/
    .tab_box li {
        font-size: 16px;
    }
    /**tab_box 끝//**/

    /**sub_title 시작**/
    .sub_tit h2 {
        font-size: 22px;
    }
    .sub_tit p {
        font-size: 16px;
    }
    /**sub_title 끝//**/

    /**table 시작**/
    .table_con th {
        font-size: 16px;
    }
    .table_con td {
        font-size: 16px;
    }
    /**table 끝//**/

    
    

  
}

/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width:768px){
    
    .sub_container {
        padding:20px;
    }
    .sub_banner {
        height: 200px;
    }
    .sub_banner_txt {
        height: 200px;
    }
    .sub_banner_txt h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .sub_banner_txt h2 b {
        color: #fff;
    }
    .sub_banner_txt p {
        font-size: 13px;
        line-height: 20px;
        padding-top: 5px;
    }
    
    /**서브 타이틀 시작**/
    .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 시작**/
    .company_logo img {
        height: 60px;
    }
    .company_box .company_txt {
        padding-top: 20px;
    }
    .company_box .company_txt h2 {
        font-size: 18px;
    }
    .company_box .company_txt h3 {
        font-size: 16px;
        padding: 10px 0 5px 0;
    }
    .company_box .company_txt p {
        font-size: 14px;
        padding-top: 10px;
    }
    .company_box .company_txt p span {
        font-size: 13px;
        height: 20px;
        width: 20px;
    }
    /**company_box 끝**/

    /**company_box2 시작**/
    .company2_img {
        width: 100%;
        height: 400px;
    }
    .company2_txt {
        width: 100%;
        padding-left: 0;
        height: auto;
    }
    .company2_txt h2 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }
    .company2_txt h4 {
        font-size: 14px;
    }
    .company2_txt p {
        font-size: 13px;
    }
    .company2_txt h3 {
        font-size: 14px;
    }
    /**company_box2 끝//**/

    /**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;
    }
    /**서브 갤러리 끝//**/

    /**tab_box 시작**/
    .tab_box li {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
    /**tab_box 끝//**/

    /**sub_title 시작**/
    .sub_tit h2 {
        font-size: 18px;
    }
    .sub_tit p {
        font-size: 14px;
    }
    /**sub_title 끝//**/

    /**table 시작**/
    .table_con th {
        font-size: 14px;
    }
    .table_con td {
        font-size: 14px;
    }
    /**table 끝//**/

}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px){
    .sub_banner {
        background: url(../img/480_sub_banner.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .sub_banner_txt {
        text-align: center;
        justify-content: center;
    }
    .sub_banner_txt p{
        display: none;
    }
    .company2_img {
        width: 100%;
        height: 250px;
    }

    /**tab_box 시작**/
    .tab_box {
        padding-bottom: 20px;
    }
    .tab_box li {
        font-size: 13px;
    }
    /**tab_box 끝//**/

    .table_con th {
        font-size: 13px;
    }
    .table_con th br {
        display: block;
    }
    .table_con td {
        font-size: 13px;
    }
    .table_con td br {
        display: block;
    }
    .sub_tit {
        padding-bottom: 10px;
    }
    .sub_tit p {
        font-size: 13px;
    }


    .d_block {
        display: none;
    }
    .m_block {
        display: block;
    }
    
}

@media (max-width:400px){
    .sub_icon_item_wrap {
        width: 50%;
    }
}