/* 공통 */
.c_inner {width: 1300px; margin:0 auto;}
.w_box {width: 1300px; margin:0 auto; padding:0 0 80px; background: #fff; position: relative; z-index: 2; }
.sub_title h2 {font-size:16px; font-weight: 600; color:#0053a5; letter-spacing: 9.6px; text-transform: uppercase; margin-bottom: 30px; font-family: 'Montserrat'; }
.sub_title h1 {font-size:36px; font-weight: 300; color:#333; font-family: 'NanumSquare',sans-serif;}
.sub_title h1 b {font-weight: 700; }
.sub_p {font-size:15px; font-weight: 300; color:#666; line-height: 30px; }
.sub_p span {color:#0053a5; }
.sub_bot_bg {width: 100%; height: 450px; background: url('../img/org_bg.jpg') 50% 50% no-repeat; background-size:cover; margin-top:-80px; position: relative; z-index: 1;
overflow: hidden; }

/*Content CSS*/
#org_chart {text-align: center; padding:80px 0 0;}
.sub_bot_bg .root_daum_roughmap .wrap_controllers {display: none;}
#org_chart .sub_p {margin:35px 0 0;}
#org_chart .sub_p::after {content: ''; display: block; width: 1px; height: 50px; background: #000; margin:30px auto 40px;}
.loc_list {display: flex; justify-content: center; }
.loc_list li {width: 250px; height: 250px; background: #fff; position: relative; padding:50px 40px 0; text-align: center; margin-right: 20px; z-index: 1; }
.loc_list li:last-child {margin-right: 0;}
.loc_list li::before {content: ''; display: block; width: 100%; height: 100%; transition: all .3s ease ; border:3px solid #ddd; position: absolute; left:0; top:0; z-index: -1;}
.loc_list li .icon {height: 71px; line-height: 71px; transition: transform 500ms;}
.loc_list li h1 {font-size:18px; font-weight: 700; color:#333; font-family: 'Montserrat'; margin:20px 0 10px ; transition: color .3s ease; }
.loc_list li h2 {font-size:18px; font-weight: 400; color:#666; font-family: 'NanumSquare',sans-serif;}
.loc_list li p {font-size:14px; font-weight: 300; color:#666; line-height: 24px; letter-spacing: -.35px; word-break: keep-all;}
/* hover */
.loc_list li:hover::before {border-color: #0053a5; }
.loc_list li:hover .icon {transform: rotateY(180deg);}
.loc_list li:hover h1 {color:#0053a5;}





@media screen and (max-width: 600px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width:1200px) {

}
