/* common */
.subpage { overflow: hidden; position:relative;text-align: center;}
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-child(even) {background-color: #f9f9f9;}
.subpage article + article {margin-top: 90px;}
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.sub_tit {margin-bottom: 40px;}
.sub_tit.bor {border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px; }
.sub_tit h3 {font-size: 18px; font-weight:400; color: #fd7d02; margin-bottom:10px; line-height: 1.1; }
.sub_tit p {margin-top: 20px;}
.arrow_tit {position: relative; padding-left: 26px; text-align: left; }
.arrow_tit::before {content: ''; display: block; width: 13px; height: 18px; background:url("../img/arrow_tit.png") 50%/contain no-repeat; position: absolute;
left: 0; top:10px;}

/* font size */
.fs_50 {font-size: 50px; font-weight :700; line-height: 1.2; color:#000; }
.fs_35 {font-size: 35px; font-weight :700; line-height: 1.3; color:#000; }
.fs_30 {font-size: 30px; font-weight :700; line-height: 1.3; color:#000; }
.fs_25 {font-size: 25px; font-weight :700; line-height: 1.3; color:#000; }
.fs_22 {font-size: 22px; font-weight :700; line-height: 1.71; color:#000; }
.fs_21 {font-size: 21px; font-weight :400; line-height: 1.71; color:#000; }
.fs_20 {font-size: 20px; font-weight :700; line-height: 1.71; color:#000; }
.fs_18 {font-size: 18px; font-weight :400; line-height: 1.83; color:#555; }
.fs_17 {font-size: 17px; font-weight :400; line-height: 1.7; color:#333; }
.fs_16 {font-size: 16px; font-weight :400; line-height: 1.7; color:#333; }

.dot_list > li {position: relative; padding-left: 12px; text-align: left; }
.dot_list > li::before {content: ''; display: block; width: 4px; height: 4px; position: absolute; left: 0; top:13px; background: #666; }

/*Content CSS*/
.subpage .info {display: flex ;flex-wrap: wrap; text-align: left; }
.subpage .info li {display: flex; }
.subpage .info li:first-child {width: 100%;}
.subpage .info li:nth-child(n+2) {margin-top: 15px; }
.subpage .info li:nth-child(n+3) {margin-left: 80px;}
.subpage .info li h3 {color:#000; font-weight: 700; flex-shrink: 0; margin-right: 23px; display: flex; align-items: center; font-family: "Poppins", sans-serif; }
.subpage .info li h3 i {margin-right: 10px; color: #fd7d02;  flex-shrink: 0; font-size: 120%;}
.subpage .info li p {position: relative; top:4px;}

.subpage .map_wr {height: 550px;  width: 100%; margin: 50px 0 55px;}
.subpage .map_wr .wrap_map,
.subpage .map_wr .root_daum_roughmap {height: 100%;}

@media screen and (min-width:1025px) {
    .subpage .info li:nth-child(2) h3 {width: 136px;}
}

.mail_wrap {display: flex; background-color: #f7f7f7; border: 1px solid #ddd; margin-top: 30px;}
.mail_wrap .title {display: flex; align-items: center; justify-content: center; background-color: #fd7d02; width: 260px; flex-shrink: 0;}
.mail_wrap .title h3 {color:#fff; font-weight: 700; letter-spacing: -.5px;}
.mail_wrap .title i {margin-right: 27px; }
.mail_wrap ul {padding: 27px 0; text-align: left; width: 100%; display: flex;}
.mail_wrap ul li {width: 25%; border-right:1px solid #ddd;padding: 10px 30px;}
@media screen and (min-width: 1025px) {
    .mail_wrap ul li:last-child {border:0; padding-right: 0;}
}
.mail_wrap ul h4 span {font-size: 75%;}
.mail_wrap ul a {transition: color .3s; color:#555; letter-spacing: -.32px; display:inline-block; margin-top: 5px;}
.mail_wrap ul a i {margin-left: 7px; position: relative; top:2px;}
.mail_wrap ul a:hover {color:#fd7d02; }

#sec1 .txt {text-align: left; width: 100%; }
#sec1 .txt h3::before {content: ''; display: block; width: 30px; height: 3px; background-color: #fd7d02; margin: 0 0 10px; }
#sec1 .txt .list {border:1px solid #ddd; border-top: 1px solid #02000f; margin-top:30px; padding: 30px; display: flex; justify-content: center; background-color: #f7f7f7;}
#sec1 .txt .list > li { display: flex; align-items: flex-start; line-height: 1.6; }
#sec1 .txt .list > li + li {margin-left: 55px; }
#sec1 .txt .list i {margin-right: 10px; font-size: 120%; color:#000; position: relative; top:2px;}


/* #sec2 .sub_inner {display: flex; justify-content: space-between; align-items: flex-end; }
#sec2 .img {border:1px solid #ddd; flex-shrink: 0; margin-right: 60px; }
#sec2 .txt {text-align: left; width: 100%;}
#sec2 .txt h3::before {content: ''; display: block; width: 30px; height: 3px; background-color: #fd7d02; margin: 0 0 10px; }
#sec2 .txt .list {border-top: 1px solid #02000f; margin-top: 50px;}
#sec2 .txt .list > li {border-bottom: 1px solid #ddd; padding: 35px 0; display: flex; align-items: flex-start; line-height: 1.6; }
#sec2 .txt .list i {margin-right: 10px; font-size: 120%; color:#000; position: relative; top:2px;} */






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

    /* content */
    .mail_wrap ul {flex-wrap: wrap;}
    .mail_wrap ul > li {width: 50%;}
    .mail_wrap ul > li:nth-child(even) {border: 0;}

    #sec1 .txt .list > li + li {margin-left:30px; }

    /* #sec2 .img { margin-right:50px; width: 60%; max-width: 800px;} */

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .subpage article + article {margin-top: 70px;}
    .sub_tit h3 {font-size: 16px;}
    .arrow_tit::before  {top: 7px;}
    .sub_inner {padding:0 30px;}
    /* font size */
    .fs_50 {font-size: 40px; }
    .fs_35 {font-size: 25px; }
    .fs_30 {font-size: 25px; }
    .fs_25 {font-size: 21px;}
    .fs_22 {font-size: 19px;}
    .fs_21 {font-size: 18px;}
    .fs_20 {font-size: 18px;}
    .fs_18 {font-size: 16px;}
    .fs_17 {font-size: 15px;}
    .fs_16 {font-size: 14px;}

    .dot_list > li::before {top:10px;}

    /* content */
    @media screen and (min-width:641px) {
        .subpage .info li:nth-child(2) h3 {width: 119px;}
    }
    .subpage .info li:nth-child(n+3) {margin-left:50px;}
    .subpage .map_wr {height: 350px;}
    .mail_wrap {display: block;}
    .mail_wrap .title {width: 100%; padding: 15px 0;}
    .mail_wrap .title i {margin-right: 15px; }
    .mail_wrap .title i img {height: 35px;}
    .mail_wrap ul {padding: 20px 0; text-align: center;}

    #sec1 .txt {text-align: center;}
    #sec1 .txt h3::before {margin-left: auto; margin-right: auto;}
    #sec1 .txt .list {display: block;}
    #sec1 .txt .list > li {width: 100%; justify-content: center; display: block; }
    #sec1 .txt .list > li + li {margin: 15px 0 0;}

    /* #sec2 .sub_inner {display: block; }
    #sec2 .img {width: 100%; max-width: 100%; margin: 0 0 40px;background: #fff;}
    #sec2 .txt .list {margin-top: 20px;}
    #sec2 .txt .list > li {padding: 20px 0;} */

}


@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .subpage article + article {margin-top: 50px;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 30px;}
    .sub_tit h3 {font-size: 15px; margin-bottom:10px;}
    .sub_tit p {margin-top: 10px;}
    .sub_tit.bor {padding-bottom: 30px; margin-bottom: 30px; }
    .arrow_tit {padding-left: 20px;}
    .arrow_tit::before  { height: 15px; }

    /* font size */
    .fs_50 {font-size: 30px; }
    .fs_30 {font-size: 22px; }
    .fs_25 {font-size: 18px;}
    .fs_22 {font-size: 16px;}
    .fs_21 {font-size: 15px;}
    .fs_20 {font-size: 15px;}
    .fs_18 {font-size: 14px;}
    .fs_17 {font-size: 13px;}
    .fs_16 {font-size: 13px;}

    /* content */
    .subpage .info li {width: 100%; align-items: flex-start; }
    .subpage .info li:nth-child(n+2) {margin-top: 10px;}
    .subpage .info li:nth-child(n+3) { margin-left: 0; }
    .subpage .info li h3 {width: 100px; margin-right: 20px; position: relative; top:2px;}
    .subpage .map_wr {height: 300px; margin:30px 0 40px;}
    .mail_wrap ul {padding: 20px;}
    .mail_wrap ul > li {width: 100%; padding: 0; border:0;}
    .mail_wrap ul > li:nth-child(n+2) {border-top: 1px solid #ddd; padding: 15px 0 0; margin:15px 0 0;}
    .mail_wrap ul a {margin: 0;}
    .mail_wrap .title i img {height: 30px;}

    #sec1 .txt .list {padding: 20px; margin-top: 20px;}
    #sec1 .txt .list > li + li {margin: 10px 0 0;}

    /* #sec2 .img {margin: 0 0 30px;}
    #sec2 .txt .list {margin-top: 15px;}
    #sec2 .txt .list > li {padding: 15px 0;} */
}
