/* 공통 */
.subpage > section,
.tab > section {padding:100px 0; position: relative; }
section.gray {background: #f7f7f7; }
.sub_inner { width: 1520px; margin:0 auto; position: relative; padding:0 60px;}
.sub_p {font-size: 18px; font-weight: 300; color:#000; line-height: 30px; word-break: keep-all; font-family: 'Pretendard-Light';}
.sub_p2 {font-size: 21px; font-weight: 300; color:#000; line-height: 35px; word-break: keep-all; font-family: 'Pretendard-Light';}
.sub_p b, .sub_p2 b {font-family: 'Pretendard-Bold';}
.s_tit h2 {font-size: 24px; font-weight: 500; color:#00947f; line-height: 1; font-family: 'Pretendard-Medium';text-transform: uppercase; }
.s_tit h1 {font-size: 55px; font-weight: 700; color:#000; line-height: 1; margin-top: 25px; font-family: 'Pretendard-Bold';}
.btn_list {display: flex; justify-content: space-between; }
.btn_list li {flex:1; margin-right: 22px;}
.btn_list li:last-child {margin-right: 0;}
.btn_list li a {display: block; width: 100%; height: 75px; display: flex; justify-content: center; align-items: center; transition: all .3s ease;
font-size: 24px; font-weight:400; color:#fff; font-family: 'Pretendard-Regular'; background: #333; cursor: pointer;}
.btn_list li a:hover {background-color: #555;}
.btn_list li a.active {background: #00947f; }
.tab {display: none;}
.tab.active {display: block;}
.line_tit {font-size: 46px; font-weight: 700; color:#000; font-family: 'Pretendard-Bold';}
.line_tit::before {content: ''; display: block; width: 64px; height: 4px; background: #00947f; margin:0 0 20px;}
.small_tit {font-size: 33px; font-weight: 700; color:#000; font-family: 'Pretendard-Bold'; position: relative; padding-left: 20px;}
.small_tit::before {    content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; background-color: #00947f; position: absolute; left: 0; top: 15px;}
.sub_btn a {display: flex; width: 450px; height: 70px; display: flex; align-items: center; justify-content: center; background: #00947f;
font-size: 24px; font-weight: 400; color:#fff; font-family: 'Pretendard-Regular'; transition: all .3s ease; }
.sub_btn a:hover {background-color: #000; }
.sub_btn a i {margin-left: 15px; }

.title.flex {display: flex; }
.title.flex p {margin-left: 50px; padding:25px 0 0 ;}
.title {margin-bottom: 55px;}

/*Content CSS*/
#loc_sec1 {text-align: center;}
#loc_sec1 .map_wr {height: 550px;}
#loc_sec1 .map_wr .root_daum_roughmap .wrap_map {height: 100%;}
#loc_sec1 .arti2 {text-align: left ; margin-top: 80px; }
#loc_sec1 .arti2 > div {display: flex; align-items: flex-start; justify-content: space-between;}
#loc_sec1 .arti2 > div:nth-child(n+2) {margin-top: 80px;}
#loc_sec1 .arti2 .cont {width: calc(100% - 260px); padding: 25px 0 0 120px; }
#loc_sec1 .arti2 .cont > div {display: flex; align-items: flex-start; }
#loc_sec1 .arti2 .cont > div:nth-child(n+2) {border-top: 1px solid #ddd; margin-top: 45px; padding-top: 45px;}
#loc_sec1 .arti2 .cont > div > h4 {width: 131px; margin-right: 40px; }
#loc_sec1 .arti2 h4 {font-size: 24px; font-weight: 700; color:#000; font-family: 'Pretendard-Bold'; white-space: nowrap;}


#loc_sec1 .arti2 .subway ul li {display: flex; align-items: flex-start ;}
#loc_sec1 .arti2 .subway ul li i {min-width: 23px; margin-right: 15px;}
/* #loc_sec1 .arti2 .subway ul li:nth-child(n+2) {margin-top: 20px;} */

#loc_sec1 .arti2 .bus li{font-size: 16px; font-weight: 300; color:#000; font-family: 'Pretendard-Light';}
#loc_sec1 .arti2 .bus li:nth-of-type(2){margin-top: 40px;}
#loc_sec1 .bus_p {font-size: 15.5px; display: flex; align-items: center; margin-top: 20px; font-weight: 300;}
#loc_sec1 .bus_p span {display: flex; align-items: center; justify-content: center; width: 50px; height: 25px;
background: #47af1b; text-align: center; margin-right: 15px; font-size: 14px; color:#fff; }




@media screen and (max-width: 1520px) {
    /* 공통 */
    .sub_inner {width: 100%;}
    .img img {max-width: 100%;}

    /* content */
    #loc_sec1 .arti2 .cont {padding: 25px 0 0 60px;}
    #loc_sec1 .arti2 .cont > div {flex-direction: column;}
    #loc_sec1 .arti2 .cont > div > h4 {width: auto; margin-bottom: 20px;}



}

@media screen and (max-width: 1400px) {
    /* 공통 */
    .btn_list li {flex:1; margin-right: 10px;}
    /* .sub_p br:not(.mob) {display: none;} */

    /* content */




}


@media screen and (max-width: 1024px) {
    /* 공통 */
    .subpage > section,
    .tab > section {padding:90px 0; }
    .sub_inner { padding: 0 50px; }
    .sub_p {font-size: 16px; line-height: 26px; }
    .sub_p2 {font-size: 18px; line-height: 30px; }
    /* .sub_p br:not(.mob) {display: none;} */
    .s_tit h2 {font-size: 20px;}
    .s_tit h1 {font-size: 40px;}
    .btn_list li a {font-size: 16px; height: 65px; padding:0 20px;}
    .line_tit {font-size: 32px;}
    /* .line_tit::before {margin:0 auto 25px;} */
    .small_tit {font-size: 26px;}
    .small_tit::before {top:10px;}
    .sub_btn a {width: 100%; max-width: 350px; font-size: 20px;}
    .title {margin-bottom: 35px;}

    /* content */
    #loc_sec1 .map_wr {height: 400px;}
    #loc_sec1 .arti2 {margin-top: 50px;}
    #loc_sec1 .arti2 > div {flex-direction: column;}
    #loc_sec1 .arti2 > div:nth-child(n+2) {margin-top: 50px; }
    #loc_sec1 .arti2 .cont {width: 100%; padding: 0; margin:30px 0 0;}
    #loc_sec1 .arti2 .cont > div:nth-child(1)  {border-top: 1px solid #ddd; padding:30px 0 0 ;}
    #loc_sec1 .arti2 .cont > div:nth-child(n+2) { margin-top: 30px; padding-top: 30px;}
    #loc_sec1 .arti2 .cont > div > h4 {font-size: 20px;}
}



@media screen and (max-width: 640px) {
    /* 공통*/
    .subpage > section,
    .tab > section {padding:60px 0; }
    .sub_inner {padding: 0 30px; }
    .sub_p {font-size: 14px; line-height: 24px; }
    .sub_p2 {font-size: 16px; line-height: 26px; }
    .s_tit h2 {font-size: 18px;}
    .s_tit h1 {font-size: 30px; margin-top: 15px;}
    .btn_list li {flex:1; margin-right: 5px;}
    .btn_list li a {font-size: 14px; height:50px; padding:0 10px; letter-spacing: -.4px;}
    .line_tit {font-size: 24px;}
    .line_tit::before {width: 40px; height: 3px;}
    .small_tit {font-size: 22px; line-height: 32px;}
    .sub_btn a {font-size: 15px; height: 45px;}
    .sub_btn a i {margin-left: 5px;}

    /* content */
    #loc_sec1 .map_wr {height: 300px;}
    #loc_sec1 .arti2 .cont > div > h4 {font-size: 18px;}
    #loc_sec1 .arti2 .subway ul li i {margin-right: 10px;}
    #loc_sec1 .arti2 .bus ul li{margin-top: 0;}
    #loc_sec1 .arti2 .bus li:nth-of-type(2){margin-top: 10px;}
    #loc_sec1 .bus_p  {font-size: 14px; margin-top: 10px;}
    #loc_sec1 .bus_p span {margin-right: 10px; font-size: 13px;}




}

@media screen and (max-width: 480px) {
    /* 공통*/
    .sub_inner  {padding: 0 15px; }
    .btn_list {flex-wrap:wrap;}
    .btn_list li {width: 100%; margin-right:0; flex:auto;}
    .btn_list li a {border-bottom: 1px solid rgba(255,255,255,.2); height: 45px;}
    .btn_list li a br {display: none;}


    /* content */


}
