/* 공통 */
.subpage {overflow: hidden; text-align: center; }
.subpage > section,
.tab > section {padding:90px 0; position: relative; }
section.gray {background: #f7f7f7; }
.sub_inner { width: 1400px; margin:0 auto; position: relative; padding:0 50px;}
.s_tit {margin-bottom: 50px; }
.s_tit .dots {display: flex; justify-content: center; margin:0 0 15px;}
.s_tit .dots > i {display: block; width: 8px; height: 8px; background-color: #9c2024; }
.s_tit .dots > i:nth-child(2) {background-color: #c04c1f; margin:0 17px; }
.s_tit .dots > i:nth-child(3) {background-color: #e2701a; }
.s_tit h1 {font-size: 47px; font-weight: 700; color:#000;  }
.sub_p {font-size: 18px; font-weight: 300; color:#000; line-height: 30px; word-break: keep-all; }
.wh {color:#fff !important; }
.tab {display: none;}
.tab.active {display: block;}
.btn_list {display: flex; justify-content: center;}
.btn_list li { flex:1; margin-right: 20px; max-width: 265px; }
.btn_list li:last-child {margin-right: 0;}
.btn_list li a {display: block; width: 100%; transition: all .3s ease; font-size:18px; font-weight:500; color:#000;  cursor: pointer;
padding-bottom: 20px; border-bottom: 2px solid #ddd; }
.btn_list li a:hover {border-color: #9c2024;}
.btn_list li a.active {border-color: #9c2024; }

/*Content CSS*/

#sec1 .map_wr {max-width: 1500px; width: 100%; height: 500px; z-index: 1; margin:0 auto -80px ;}
#sec1 .map_wr .root_daum_roughmap .wrap_map {height: 100%;}

#sec1 .box_wr {display: flex; position: relative; z-index: 2;}
#sec1 .box_wr > div {flex:1;  padding:50px 0; background: url('../img/loc_bg1.jpg') 0% repeat;  }
#sec1 .box_wr > div:nth-child(even) {background-image: url('../img/loc_bg2.jpg');}
#sec1 .box_wr > div h3 {font-size: 20px; font-weight: 500; color:#fff; text-transform: uppercase;  margin:20px 0 15px;}
#sec1 .box_wr > div p {font-size: 17px; font-weight: 300; color:rgba(255, 255, 255, 0.8); line-height: 28px;}
#sec1 .box_wr > div i {min-height: 44px; transition: transform 500ms; display: block; }



@media screen and (min-width: 1025px) {
    #sec1 .box_wr > div:hover i {transform: rotateY(180deg);}
}

@media screen and (max-width: 1400px) {
    /* 공통 */
    .sub_inner {width: 100%;}
    .btn_list li {flex:1; margin-right: 10px;}

    /* content */


}

@media screen and (max-width: 1024px) {
    /* 공통 */
    .subpage > section,
    .tab > section {padding:90px 0; }
    .sub_inner { padding: 0 30px; }
    .s_tit h1 {font-size: 32px;}
    .s_tit {margin-bottom: 30px; }
    .sub_p  {font-size: 16px; line-height: 28px;}
    .btn_list li {max-width: 200px;}
    .btn_list li a {font-size: 15px; padding-bottom: 15px; }

    /* content */
    #sec1 .map_wr {height: 400px; margin:0 auto -40px ;}
    #sec1 .box_wr > div {padding:30px 15px;position: relative;  }
    #sec1 .box_wr > div h3 {font-size: 16px; margin: 15px 0 10px;}
    #sec1 .box_wr > div p {font-size: 13px; line-height: 20px;}
    #sec1 .box_wr > div p br:not(.mob) {display: none;}

}

@media screen and (max-width: 640px) {
    /* 공통*/
    .subpage > section,
    .tab > section {padding:60px 0; }
    .sub_inner {padding: 0 15px; }
    .s_tit {margin-bottom:25px; }
    .s_tit h1 {font-size: 26px;}
    .s_tit .dots > i {width: 6px; height: 6px;}
    .s_tit .dots > i:nth-child(2) {margin:0 12px;}
    .sub_p {font-size: 14px; line-height: 24px; }
    .btn_list li {margin-right: 5px; max-width: 140px;}
    .btn_list li a {font-size: 14px; padding:0 10px 15px; letter-spacing: -.4px;}

    /* content */
    #sec1 .map_wr {height: 300px; margin:0 auto -20px ;}
    #sec1 .box_wr {flex-direction: column; max-width: 640px; width: 100%; margin:0 auto; }
    #sec1 .box_wr > div {padding:25px 15px;}
    #sec1 .box_wr > div h3 {font-size: 15px; }
}

@media screen and (max-width: 480px) {
    /* 공통*/
    .btn_list {flex-wrap:wrap;}

    /* content */

}
