/* common */
.subpage { overflow: hidden; position:relative; text-align: center;}
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.line_title::before {content: ''; display: block; width:30px; height: 3px; background: #0c3064 ;margin:0 auto 10px;}
.line_title.left::before {margin:0 0 10px;}

/* font */
.fs_45 {font-size: 45px; font-weight: 900; color:#000; line-height: 1.3; }
.fs_24 {font-size: 24px; font-weight: 700; color:#000; line-height: 1.5; letter-spacing: -.24px;}
.fs_22 {font-size: 22px; font-weight: 700; color:#000; line-height: 1.5; }
.fs_18 {font-size: 18px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.18px;}
.fs_16 {font-size: 16px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.16px;}

.dot_p {position: relative; padding-left: 15px; text-align: left; }
.dot_p::before {content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0; top:12px; background: #0c3064; }

/*Content CSS*/
#sec1 .map_wr {margin:45px auto -80px; width: 100%; position: relative; z-index: 1;  }
#sec1 .map_wr .wrap_map {height: 550px;}
#sec1 .list { width:calc(100% - 200px); display: flex; background: #0c3064; position: relative; z-index: 2;
margin:0 auto;text-align: center; }
#sec1 .list li { flex:1; border-right: 1px solid rgba(255,255,255,.2); background: transparent; transition: background-color .3s;}
#sec1 .list li:last-child { border-right:0;}
#sec1 .list li > div {padding: 45px 10px;}
#sec1 .list i {display: block; transition-property: transform; transition-duration: .5s; margin:0 auto; font-size:36px; color:#fff; }
#sec1 .list h2 {  color:#fff; margin:20px 0 15px; line-height: 1;}
#sec1 .list p {color:rgba(255, 255, 255, 0.8); font-weight: 300; letter-spacing: -.4px; line-height: 1.63; }
#sec1 .list li:hover i {transform: rotateY(180deg); }
#sec1 .list li:hover {background-color: rgba(255,255,255,.13); }







@media screen and (max-width:1400px){
    /* content */
    .subpage br:not(.space) {display: none;}

    /*Content CSS*/
    #sec1 .list { width:calc(100% - 50px); }

}

@media screen and (max-width:1024px){
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding:60px 0;}
    .sub_inner {padding: 0 30px;}
    .line_title.left::before {margin:0 auto 10px;}
    /* font */
    .fs_45 {font-size: 35px;   }
    .fs_24 {font-size: 19px;  }
    .fs_22 {font-size: 18px;  }
    .fs_18 {font-size: 15px; line-height: 1.65; }
    .fs_16 {font-size: 14px;}

    .dot_p::before {top:9px;}

    /*Content CSS*/
    /* sec1 */
    #sec1 .map_wr {margin:40px auto -60px; }
    #sec1 .map_wr .wrap_map {height: 350px;}
    #sec1 .list {flex-wrap:wrap;}
    #sec1 .list li {flex:auto; width: 50%; }
    @media screen and (min-width: 641px) {
       #sec1 .list li:nth-child(2n) {border-right: 0;}
    }
    #sec1 .list li:nth-child(n+2) {border-top: 1px solid rgba(255,255,255,.2);}
    #sec1 .list li > div {padding: 30px 20px;}
    #sec1 .list h2 {font-size: 22px;}


}

/* 모바일 */
@media screen and (max-width:640px){
    /* common */
    .subpage > section {padding:50px 0;}
    .sub_inner {padding: 0 20px;}
    .sub_title::after {margin:20px auto 35px; width: 80px;}
    .line_title::after {margin:15px auto 20px;  width: 50px;}
    /* font */
    .fs_45 {font-size: 30px; }
    .fs_24 {font-size: 17px; }
    .fs_22 {font-size: 16px; }
    .fs_18 {font-size: 14px; }
    .fs_16 {font-size: 13px;}

    .dot_p {padding-left: 10px; }
    .dot_p::before {top:9px; width: 5px; height: 5px;}

    /*Content CSS*/
    #sec1 .map_wr {margin:30px auto -20px; }
    #sec1 .map_wr .wrap_map {height: 250px;}
    #sec1 .list {text-align: left;  width: calc(100% - 40px);}
    #sec1 .list li {border-right: 0; width: 100%; text-align: left; }
    #sec1 .list li:nth-child(n+3) {border-top: 1px solid rgba(255,255,255,.2);}
    #sec1 .list li > div {width: 100%; display: flex; align-items: center; padding: 20px 15px;}
    #sec1 .list li i {margin:0; font-size: 22px}
    #sec1 .list li:last-child { border-bottom:0;}
    #sec1 .list h2 {font-size: 16px; margin:0 12px; min-width: 64px;}
    #sec1 .list p br {display: none; }


}

@media screen and (max-width:480px){
    #sec1 .map_wr {margin:30px auto 20px; }
    #sec1 .list {width: 100%;}
    #sec1 .list li > div  {padding: 15px 15px;}
    #sec1 .list li i {font-size: 20px}
    #sec1 .list h2 {font-size: 15px; margin:0 8px; min-width: 60px;}
}
