
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 109px;letter-spacing: -0.03em;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    margin-top: 10px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 58px 20px 30px;
    font-size: 18px;
    color: #111;
    font-weight: 500;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{
    color: #E40143 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 5px;
    background: rgba(0,0,0,0.8);
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.nav.navbar-nav li .dropdown-menu li a:hover {
     background: #E40143;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    background: #E40143;
}


@media (max-width: 767px){
    #site{
        padding-top: 81px;
    }
    .navbar-header .navbar-brand {
        margin-top: 15px;
        margin-left: 15px !important;
        width: 150px;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        background: none;
        margin: 26px 15px 23px 0;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
        border: 0;
        background: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #E40143;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border-top: 1px solid #ddd;
    }
    .nav.navbar-nav > li > a {
        padding: 20px 35px 20px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translateX(0);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        padding-top: 87px;
    }
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        margin-top: 10px;
        margin-left: 0 !important;
        height: auto;
        width: 160px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 36px 11px 30px;
        font-size: 18px;
        color: #111;
        font-weight: 500;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
    .nav.navbar-nav > li > a{
        padding: 58px 20px 30px;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 740px;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.35;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    top: 45%;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-size: 125px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-shadow: none;
    /* text-align: left; */
    margin-bottom: 70px;
    position:relative;
    text-align: left;
}
#mainCarousel .carousel-inner .item .carousel-caption h1::before {
    content:'';
    display:block;
    position:absolute;
    background:rgba(255, 255, 255, 0.53);
    width: 45px;
    height:1px;
    bottom: -37px;
    left: 0;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 small{
    color: #fff;
    font-size: 17px;
    display: block;
    letter-spacing: 0.2em;
    font-weight: 300;
}
#mainCarousel .carousel-inner .item .carousel-caption p{
    font-size: 27px;
    font-weight: 300;
    text-shadow: none;
    text-align: left;
    letter-spacing: -0.045em;
}
#mainCarousel .carousel-control{
    display: none;
}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{
    width: 10px;
    height: 10px;
    border: 0;
    background: #fff;
    opacity: 0.6;
    transition: all .3s ease;
    margin: 0 5px;
}
#mainCarousel .carousel-indicators li.active{
    background: #E40143;
    width: 70px;
    opacity: 1;
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 75px;
        font-weight: 400;
        letter-spacing: 0.06em;
        text-shadow: none;
        /* text-align: left; */
        margin-bottom: 70px;
        position: relative;
        text-align: left;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1::before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.53);
        width: 45px;
        height: 1px;
        bottom: -20px;
        left: 0;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 16px;
        font-weight: 300;
        text-shadow: none;
        text-align: left;
        letter-spacing: -0.045em;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{
    padding: 110px 0;
}
#main_wrapper > section h3{
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    margin: 0;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
}
.main-service{
    
}
.main-service .m_service{
    display: block;
    border-radius: 0;
    overflow: hidden;
    /* border: 3px solid #E40143; */
    transition: all .3s ease;
    position: relative;
    top: 0;
    /* box-shadow: 0 5px 10px -5px rgba(0,0,0,0.23); */
}
.main-service .m_service:hover{
    text-decoration: none;
    top: -15px;
    /* box-shadow: 0 15px 10px -5px rgba(0,0,0,0.12); */
}

/* .main-service .m_service img{
    transform: scale(1);
    transition: all .3s ease;
}
.main-service .m_service:hover img{
    transform: scale(1.1);
} */
.main-service .m_service .caption{
    display: block;
    text-align: center;
    padding: 13px 0;
    bottom: 0;
    width: 360px;
}
.main-service .m_service .caption p{
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    transition: all .3s ease;
    letter-spacing: -0.045em;
}
.main-service .m_service:hover .caption p{
    color: #e40143;
}
.main-service .m_service .caption span{
    display: inline-block;
    color: #666;
    display: none;
}


@media (max-width: 767px){
    .main-service .m_service{
        margin-bottom: 30px;
    }
    .main-service .m_service .caption {
        display: block;
        text-align: center;
        padding: 13px 0;
        bottom: 0;
        width: auto;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-service .m_service .caption{
        width: auto;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 250px;
    background-image: url(img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 47px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 41%;
    font-weight: 300;
    letter-spacing: -0.045em;
    transform: translateY(-50%);
    transform: translateX(-50%);
}
.subHeader .container .breadcrumb{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.subHeader .container .breadcrumb > li.active,
.subHeader .container .breadcrumb > li > a{
    opacity: 0.6;
    color: #fff;
}
.subHeader .container .breadcrumb > li.active{
    opacity: 1;
}

.subMenu{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e40143+0,c22443+100 */
    background: #e40143; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #e40143 0%, #c22443 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #e40143 0%,#c22443 100%); /* Chrome10-25,Safari5.1-6 */
    background: #fff; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40143', endColorstr='#c22443',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-bottom: 1px solid #ddd;
}
.subMenu .nav{
    text-align: center;
}
.subMenu .nav > li{
    float: none;
    display: inline-block;
    position:relative;
    margin: 0;
}
.subMenu .nav > li::before {
    content:'';
    display:block;
    position:absolute;
    width: 1px;
    height: 18px;
    background: #e6e6e6;
    top: 16px;
    left: -2px;
}
.subMenu .nav > li:nth-child(1)::before {
    content: none;
}
.subMenu .nav > li > a{
    color: #333;
    background: none;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: -0.04em;
    padding: 15px 50px;
    border-radius: 0;
}
.subMenu .nav > li:hover > a{
    background: none;
    opacity: 1;
    color: #111;
    font-weight: 500;
}
.subMenu .nav > li.active > a{
    font-weight: 500;
    opacity: 1;
    color: #111;
    border-bottom: 2px solid #111;
    border-radius: 0;
}
[id^="About"] .subMenu .nav > li > a {
    padding: 15px 85px;
}
[id^="Service"] .subMenu .nav > li > a {
    padding: 15px 141px;
}
[id^="Infra"] .subMenu .nav > li > a {
    padding: 15px 148px;
}
.subTab{
    margin-top: 60px;
}
.subTab .nav.nav-tabs{
    border-bottom: 0;
}
.subTab .nav.nav-tabs > li{
    margin: 0;
}
#Service02 .subTab .nav.nav-tabs > li{
    width: calc(100% / 3);
}
#Infra01 .subTab .nav.nav-tabs > li{
    width: calc(100% / 4);
}
#Infra01 .img_wrap{
    border: 1px solid #ddd;
    padding: 15px;
}
#Infra01 .img_wrap img{
    height: 390px;
}
#Infra01 .img_wrap .caption{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}
.subTab .nav.nav-tabs > li > a{
    text-align: center;
    border: 0;
    padding: 15px 0;
    color: #666;
    background: none;
    font-size: 16px;
    margin: 0px;
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #ddd;
}
.subTab .nav.nav-tabs > li:nth-child(2) a {
    border-left: 0;
    border-right: 0;
}
.subTab .nav.nav-tabs > li:hover > a{
    background: none;
}
.subTab .nav.nav-tabs > li.active > a{
    color: #fff;
    border-color: #E40143;
    font-weight: 500;
    background: #e40143;
    border: 1px solid #e40143;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* border-bottom: 0; */
    margin: 0;
}

.subContent{
    padding-top: 90px;
}
.subContent_title{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #333;
    letter-spacing: -0.05em;
    margin-bottom: 70px;
}
/* .subContent_title::after{
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #E40143;
    margin: 60px auto
} */
.subContent_title small{
    font-size: 28px;
    font-weight: 300;
    color: #444;
    display: block;
    margin-top: 17px;
}
.subContent .content{
    padding-bottom: 100px;
}
.subContent .content h4{
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    padding-left: 26px;
    position: relative;
    letter-spacing: -0.05em;
}
.subContent .content h4::before{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border-top: 5px solid #ff2665;
    border-left: 5px solid #ff2665;
    border-right: 5px solid #C22443;
    border-bottom: 5px solid #C22443;
    position: absolute;
    top: 6px;
    left: 0;
}
#About05 .subContent .content h4::before {
    content:none;
}
#About05 .subContent .content h4::after {
    content: '\f3c5';
    display:block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 26px;
    left: 0;
    top: 1px;
    color: #e40143;
}
.li_dash{
    padding: 0;
    margin: 0 0 20px;
}
.li_dash > li{
    font-size: 16px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 13px;
}
.li_dash > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 12px;
    left: 0;
}

.li_dot{
    padding: 0;
    margin: 0;
}
.board_wrapper .li_dot{
    padding: 0;
    margin: 0 0 20px;
}
.li_dot > li{
    position: relative;
    padding-left: 10px;
    text-align: left;
}
.li_dot > li::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #E40143;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}


#About01 .con1 .intro{
    margin-bottom: 60px;
    /* width: 505px; */
}
#About01 .con1 .intro-txt {
    /* width: 650px; */
}
#About01 img {
    /* margin-left: 0; */
}
#About01 .con1 dl{
    position: relative;
    border: 1px solid #ddd;
    min-height: 355px;
    border-top: 1px solid #e40143;
    padding: 30px 27px;
    margin-bottom: 30px;
    overflow: hidden;
}
#About01 .con1 dl span {
    display: block;
    font-size: 120px;
    font-weight: 600;
    letter-spacing: -0.035em;
    text-align: right;
    color: #f2f2f2;
    position: absolute;
    right: -13px;
    margin-top: -.025em;
    top: 90%;
    transform: translateY(-50%);
    font-family: 'Roboto';
    z-index: -1;
}
#About01 .con1 .col-sm-6:nth-child(1) dl span {
    right: -6px;
}
#About01 .con1 .col-sm-6:nth-child(4) dl span {
    right: 0px;
}
#About01 .con1 dl dt{
    color: #E40143;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.035em;
}
#About01 .con1 dl dd{
    font-size: 16px;
    padding-left: 13px;
    position: relative;
    margin-top: 14px;
    letter-spacing: -0.04em;
    color: #555;
}
#About01 .con1 dl dd span {
    font-size: 130px;
    position: absolute;
    display: block;
    overflow: hidden;
    display: block;
    font-size: 161px;
    font-weight: 700;
    letter-spacing: -3.22px;
    text-align: right;
    color: #f2f2f2;
    position: absolute;
    right: -.045em;
    margin-top: -.025em;
    top: 100%;
    transform: translateY(-50%);
}
#About01 .con1 dl dd::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.history_wrap{
    padding: 60px 0;
    position: relative;
    width: 800px;
    display: inline-block;
}
#About02 .row {
    width: 300px;
    display: inline-block;
    float: right;
}
.history_wrap::before{
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.history_wrap .history{
    
}
.history_wrap .history:nth-child(2n-1){
    text-align: right;
    margin-right: calc(50% + 45px);
}
.history_wrap .history:nth-child(2n){
    text-align: left;
    margin-left: calc(50% + 45px);
}
.history_wrap .history .year{
    color: #E40143;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 15px;
    position: relative;
}
.history_wrap .history:nth-child(2n-1) .year{
    
}
.history_wrap .history:nth-child(2n) .year{
    
}
.history_wrap .history .year::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #E84573;
    border-radius: 50%;
    position: absolute;
    top: 11px;
}
.history_wrap .history:nth-child(2n-1) .year::before{
    right: -52px;
}
.history_wrap .history:nth-child(2n) .year::before{
    left: -52px;
}
.history_wrap .history .li_issue{
    margin: 0 0 40px;
    padding: 0;
}
.history_wrap .history:nth-child(2n-1) .li_issue {
    
}
.history_wrap .history:nth-child(2n) .li_issue {
    
}
.history_wrap .history .li_issue > li{
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    color: #555;
    line-height: 1.45;
    letter-spacing: -0.035em;
}
.history_wrap .history:nth-child(2n-1) .li_issue > li{
    padding-right: 30px;
}
.history_wrap .history:nth-child(2n) .li_issue > li{
    padding-left: 30px;
}
.history_wrap .history .li_issue > li > span{
    position: absolute;
    color: #333;
    font-weight: 600;
}
.history_wrap .history:nth-child(2n-1) .li_issue > li > span{
    right: 0;
}
.history_wrap .history:nth-child(2n) .li_issue > li > span{
    left: 0;
}

.history_tit{
    border-radius: 50%;
    color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
}
#About02 .row {
    position:relative;
    padding: 0 20px;
    display: inline-block;
}
#About02 .row::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 790px;
    border: 1px dashed #ccc;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.col-sm-4:nth-child(1) > .history_tit{
    background: #666;
}
.col-sm-4:nth-child(2) > .history_tit{
    background: #ff5073;
}
.col-sm-4:nth-child(3) > .history_tit{
    background: #e62f53;
}
.history_tit::before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.46);
}
.history_tit .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}
.history_tit h5{
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.history_tit h5 >span{
    display: block;
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 20px;
}
.history_tit p{
    font-size: 16px;
    margin: 0;
}
#About02 .coi-xs-12.col-sm-4 {
    display: contents;
}

.root_daum_roughmap {
    width: 100% !important;
}
.li_location{
    padding: 0;
    margin: 0;
    margin-top: 2px;
}
.li_location > li{
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 17px;
    position: relative;
}
.li_location > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5px;
}
.li_location > li span::after {
    content:'';
    display:block;
    position:absolute;
    background: #ccc;
    width: 1px;
    height: 13px;
    top: 6px;
    left: -15px;
}
.li_location > li span:nth-child(1)::after, .li_location > li span:nth-child(2)::after {
    content: none;
}
.li_location > li > span{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.li_location > li > span:nth-child(1){
    font-weight: 600;
}
.li_location > li > span > b{
    font-weight: 500;
    color: #E40143;
    margin-right: 10px;
}

table.table.table_sep{
    border-top: 2px solid #E40143;
    margin-bottom: 10px;
}
#Service02 table.table.table_sep {
    border-top: 2px solid #333;
}
#Infra01 table.table.table_sep {
    border-top: 2px solid #333;
}
table.table.table_sep tr{
    border-bottom: 1px solid #ddd;
}
table.table.table_sep thead tr{
    border-bottom: 0;
}
table.table.table_sep tr th,
table.table.table_sep tr td{
    padding: 11px 20px;
    vertical-align: middle;
    font-size: 15px;
    border-left: 1px solid #ddd;
}
table.table.table_sep tr th:last-child,
table.table.table_sep tr td:last-child{
    border-right: 1px solid #ddd;
}
table.table.table_sep tr th{
    text-align: left;
    background: #fafafa;
}
#Service02 table.table.table_sep tr th{
    width: 22%;
}
table.table.table_sep thead tr th{
    background: #F5F5F5;
    border-bottom: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table.table.table_sep thead tr th:last-child{
    /* border-right:1px solid #949494; */
}
table.table.table_sep tr td{
    text-align: left;
}
table.table.table_sep thead tr td{
    font-weight: 600;
}

#Service01 .serv01_box{
    margin-bottom: 40px;
}
#Service01 .serv01_box p{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-top: 20px;
    color: #e40143;
}
#Service01 table.table.table_sep tr th, table.table.table_sep tr td {font-size: 15px !important;}

#Service02 .con1 p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    /* padding-left: 20px; */
    position: relative;
    letter-spacing: -0.045em;
}
#Service02 .con1 .dl_serv {
    margin: 30px 0;
}
#Service02 .con1 .dl_serv::after{
    content: '';
    display: table;
    clear: both;
}
#Service02 .con1 .dl_serv dt{
    font-size: 18px;
    border-radius: 50px;
    background: #E40143;
    color: #fff;
    padding: 3px 15px;
    margin: 0 0 10px;
}
#Service02 .con1 .dl_serv dd{
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    margin-top: 1px;
    float: left;
    width: 50%;
}
#Service02 .con1 .dl_serv dd::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
#Service02 .con1 .dl_serv dd span{
    color: #e40143;
}
[id^="Service"] .col-sm-8 {
    width: 675px;
    padding-left: 0px;
    float: right;
}
/* #Service02 .con1 p::before{
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #E40143;
} */

.serv03_link{
    display: block;
    padding: 36px 12px 35px 33px;
    border: 5px solid #e8e8e8;
    min-height: 191px;
}
.serv03_link:hover{
    text-decoration: none;
}
#Service03 .con1 .row {
    /* padding: 0 120px; */
}
#Service03 .serv03_link img {margin-bottom: 20px;}
#Service03 .con1 .col-xs-12.col-sm-4:nth-child(1) .serv03_link i{
    background: #555;
}
#Service03 .con1 .col-xs-12.col-sm-4:nth-child(1) p {
    color: #555;
}
#Service03 .con1 .col-xs-12.col-sm-4:nth-child(2) .serv03_link i{
    background: #ff5073;
    margin-top: 5px;
}
#Service03 .con1 .col-xs-12.col-sm-4:nth-child(2) p {
    color: #555;
}
#Service03 .con1 .col-xs-12.col-sm-4:nth-child(3) .serv03_link i{
    background: #e62f53;
    margin-top: 5px;
}
#Service03 .con1 .col-xs-12.col-sm-4:nth-child(3) p {
    color: #555;
}
.serv03_link i{
    width: 100px;
    line-height: 100px;
    font-size: 67px;
    color: #555;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    text-align: center;
}
/* .serv03_link:hover i{
    background: #fff;
    color: #e63557;
} */
.serv03_link p{
    font-size: 19px;
    font-weight: 600;
    color: #111;
    position: relative;
    display: inline-block;
    width: 190px;
    padding-left: 30px;
}
.serv03_link p > span{
    display: inline-block;
    letter-spacing: -0.035em;
}
.serv03_link p span.public{
    display: block;
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    margin-top: 1px;
}
.serv03_link .more{
    display: inline-block;
    padding: 7px 17px;
    color: #e40143;
    border: 1px solid #e40143;
    font-size: 15px;
    border-radius: 0;
    /* margin-left: 20px; */
    margin-top: 10px;
    transition: all .3s ease;
    font-weight: 500;
}
.serv03_link:hover .more{
    color: #fff;
    border-color: #e63557;
    background: #e62f53;
}

.process_wrap{
    margin-bottom: 40px;
}
.process{
    position: relative;
    text-align: center;
    padding: 35px 30px;
    border-radius: 5px;
    background: #ffecec;
    /* border: 1px solid #ffcbda; */
}
.process::after{
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 28px;
    color: #b3b3b3;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    /* background: #d5d5d5; */
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    padding-left: 1px;
}
.col-xs-12:last-child > .process::after{
    display: none;
}
.process i{
    display: block;
    font-size: 40px;
    color: #ef4483;
    margin-bottom: 24px;
}
.process p{
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    height: 48px;
    position: relative;
    line-height: 1.35em;
    letter-spacing: -0.035em;
}
.process p span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}
#Service03 .li_dash{
    padding: 20px 30px;
    margin: 0;
    border: 0;
    background: #f5f5f5;
}

.serv03_back{
    display: block;
    width: 240px;
    line-height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #aaa;
    background: #fff;
    font-size: 20px;
    margin: 0 auto 60px;
    font-weight: 500;
}
.serv03_back:hover{
    background: #E40143;
    border-color: #E40143;
    color: #fff;
    text-decoration: none;
}
#Infra02 .text-right.unit {
    display: none;
}

.dl_infra{
    border: 1px solid #ddd;
    padding: 60px 45px;
    border-radius: 15px;
    position: relative;
    margin: 60px 0 30px;
}
.dl_infra dt{
    position: absolute;
    top: -26px;
    font-size: 27px;
    font-weight: 600;
    background: #E40143;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    left: 25px;
}
.dl_infra dd{
    font-size: 24px;
}
.dl_infra dd span{
    font-weight: 600;
    margin-right: 10px;
}
#Infra03 .setup_case{
    
}
#Infra03 .setup_case h5{
    margin: 0 0 15px;
    font-size: 20px;
    color: #E40143;
    font-weight: 500;
    border-bottom: 1px solid;
    display: inline-block;
}
#Infra03 .setup_case .case_img_wrap{
    background: #fafafa;
    padding: 80px 160px;
    margin: 0 0 40px;
    border-radius: 30px;
}
#Infra03 .setup_case .case_img_wrap .row{
    display: flex;
    align-items: center;
}
#Infra03 .setup_case .case_img_wrap .row > div{
    
}
#Infra03 .setup_case .case_img_wrap img{
    margin-bottom: 30px;
}
#Infra03 .setup_case .case_img_wrap img:last-of-type{
    margin-bottom: 0;
}
#Infra03 .setup_case .case_img_wrap .col-sm-5{
    position: relative;
    padding-right: 45px;
}
#Infra03 .setup_case .case_img_wrap .col-sm-5::after{
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -24px;
    top: 43%;
    transform: translateY(-50%);
    display: block;
    font-size: 40px;
    color: #fff;
    background: #ffb4ca;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
#Infra03 .setup_case .case_img_wrap .col-sm-7{
    padding-left: 45px;
}
#Infra03 .setup_case p.caption{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 0;
}



.board_wrapper{
    margin-top: 0;
    margin-bottom: 0;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
}
.btn.btn-primary{
    background-color: #E40143;
    border: 1px solid #E40143;
}
.btn.btn-primary:hover, .btn.btn-primary:focus{
    background-color: #ad1331;
    border: 1px solid #ad1331;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text{
    color: #E40143;
}
.custom_radio+span::before{
    color: #E40143
}
.memo{
    font-size: 15px;
    color: #555;
}

.faq_box{
    position: relative;
    margin-bottom: 40px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    /* border: 1px solid #ddd; */
}
.faq_box .faq_QQ,
.faq_box .faq_AA{
    position: relative;
    padding-left: 30px;
}
.faq_box .faq_QQ{
    font-size: 20px;
    margin: 0 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ddd;
    letter-spacing: -0.045em;
}
.faq_box .faq_QQ .faq_QQ_span,
.faq_box .faq_AA .faq_AA_span{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 20px;
}
.faq_box .faq_QQ .faq_QQ_span{
    color: #000;
}
.faq_box .faq_AA{
    margin: 0;
    font-size: 17px;
    color: #555;
    letter-spacing: -0.04em;
}
.faq_box .faq_AA .faq_AA_span{
    color: #ef5481;
}

#Customer03 h5{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}
#Customer03 h5 > span{
    color: #f00;
}
#Customer03 .notice-txt{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}
#Customer03 table.table.table_sep {
    margin-bottom: 50px;
}
#Customer03 table.table.table_sep thead tr th:last-child {
    border-right: 1px solid #dddddd;
}
#Customer03 .checkbox, .radio {
    margin-top: 0;
}
.board_wrapper .text-center {
    margin-top: 40px;
    margin-bottom: 100px;
}
#Customer03 .content.con1 {
    padding-bottom: 0;
}

@media (max-width: 767px){

    .subHeader {
        height: 199px;
    }
    .subHeader .container h2{
        transform: translate(-50%, -50%);
        font-size: 32px;
    }
    .subMenu{
        display: none;
    }
    #About01 .con1 dl {
        min-height: auto;
    }
    .history_wrap{
        width: auto;
    }
    .history_wrap::before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #aaa;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    .history_wrap .history:nth-child(2n-1), .history_wrap .history:nth-child(2n){
        text-align: left;
        margin-left: 30px;
        margin-right: 0;
    }
    .history_wrap .history:nth-child(2n-1) .year::before, .history_wrap .history:nth-child(2n) .year::before{
        right: auto;
        left: -37px;
    }
    .history_wrap .history:nth-child(2n-1) .li_issue > li, .history_wrap .history:nth-child(2n) .li_issue > li{
        padding-right: 0;
        padding-left: 30px;
    }
    .history_wrap .history:nth-child(2n-1) .li_issue > li > span, .history_wrap .history:nth-child(2n) .li_issue > li > span{
        right: auto;
        left: 0;
    }
    #About02 .row{
        width: auto;
        float: none;
        display: block;
        padding: 0;
    }
    .li_location > li > span{
        display: block;
    }
    .li_location > li span::after{
        display: none;
    }
    #Service02 .subTab .nav.nav-tabs > li{
        width: 100%;
    }
    [id^="Service"] .col-sm-8{
        float: left;
        width: 100%;
    }
    .serv03_link {
        display: block;
        padding: 36px 15px 35px;
        border: 5px solid #e8e8e8;
        min-height: auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .serv03_link i {
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }
    .serv03_link p {
        text-align: center;
        padding: 0;
        display: block;
        margin: 0 auto
    }
    .serv03_link p > span, .serv03_link .more{
        display: block;
    }
    .process{
        margin-bottom: 60px;
    }
    .process::after{
        left: 47%;
        bottom: -60px;
        transform: rotate(90deg) translate(-50%, 0);
        right: auto;
        width: auto;
        top: auto;
    }
    #Infra01 .subTab .nav.nav-tabs > li{
        width: 100%;
    }
    #Infra01 .img_wrap{
        margin-bottom: 30px;
    }
    .subTab .nav.nav-tabs > li:nth-child(2) a{
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .faq_box{
        padding: 25px;
    }
    .table.table_default tr .num, .table.table_default tr .regdate, .table.table_default tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .history_wrap {
        padding: 60px 0;
        position: relative;
        width: auto;
        display: block;
    }
    #About02 .row {
        position: relative;
        padding: 0;
        display: block;
        width: auto;
        float: none;
    }
    #Service02 .con1 .dl_serv dd{
        width: 100%;
    }
    [id^="Service"] .col-sm-8{
        width: 66.66666667%;
    }
    .serv03_link {
        display: block;
        padding: 36px 18px 35px;
        border: 5px solid #e8e8e8;
        min-height: 191px;
    }
    .serv03_link i {
        width: 100px;
        line-height: 100px;
        font-size: 67px;
        color: #555;
        border-radius: 50%;
        margin: 0;
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }
    .serv03_link p {
        font-size: 19px;
        font-weight: 600;
        color: #111;
        position: relative;
        display: block;
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    .serv03_link p > span:first-child {
        display: block;
        letter-spacing: -0.035em;
        height: 55px;
    }
    .serv03_link .more{
        display: block;
    }
    #Service03 .con1 .col-xs-12.col-sm-4:nth-child(2) .serv03_link i, #Service03 .con1 .col-xs-12.col-sm-4:nth-child(3) .serv03_link i{
        margin-top: 0;
    }
    .process{
        margin-bottom: 30px;
    }
    #Infra01 .img_wrap img {
        height: 287px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .subMenu .nav > li > a {
        color: #333;
        background: none;
        font-size: 18px;
        opacity: 0.8;
        letter-spacing: -0.04em;
        padding: 15px 90px;
    }
    [id^="About"] .subMenu .nav > li > a {
        padding: 15px 65px;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 50px 0;
    background: #ececec;
    color: #a5a5a5;
}
footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
}
footer .footer-text{padding-left: 40px;}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    color: #777;
    margin-bottom: 3px;
}
footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 12px;
    margin-top: 7px;
}
footer strong {
    color: #777;
}
footer p {
    margin-bottom: 7px;
}
@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
}