@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@import url('https://webfontworld.github.io/Montserrat/Montserrat.css');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  font-size: 65px;
  position: relative;
  z-index: 1;
}

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 90px;}
#site > .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Pretendard', 'Montserrat', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;color: #000;}


/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol, ul{padding: 0;margin: 0;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{width: 20%;}
    .col-sm-40{width: 40%;}
    .col-sm-60{width: 60%;}
    .col-sm-80{width: 80%;}
}
@media (min-width: 992px){
    .col-md-20{width: 20%;}
    .col-md-40{width: 40%;}
    .col-md-60{width: 60%;}
    .col-md-80{width: 80%;}
}
@media (min-width: 1200px){
    .col-lg-20{width: 20%;}
    .col-lg-40{width: 40%;}
    .col-lg-60{width: 60%;}
    .col-lg-80{width: 80%;}
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{background-color: #fff;border-bottom: 0;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 10px;margin-left: 0 !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;}

.nav.navbar-nav > li > a{display: block;height: 100%;padding: 35px 32px;font-size: 18px;font-weight: 600;color: #000;}
.nav.navbar-nav > li > a .caret{display: none;}
.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: #000000;background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;transform: translateX(-50%);background: rgba(0,0,0,0.78);}
.nav.navbar-nav li .dropdown-menu li a{padding: 12px 15px;color: #fff;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.19);font-size: 16px;}
.nav.navbar-nav li .dropdown-menu li:last-child a {border-bottom:0;}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: #ed790c;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #ed790c;
}

@media (max-width: 767px){
    #site{
        padding-top: 62px;
    }

    
    .navbar-header .navbar-brand {
        margin-top: 6px;
        margin-left: 15px !important;
        width: 55px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 15px 15px 15px 0px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav > li > a {
        padding: 18px 32px;
        font-size: 16px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translate(0)
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .nav.navbar-nav > li > a {
        padding: 35px 26px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 710px;
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 1140px) / 2);right: calc((100% - 1140px) / 2);text-shadow: none;top: 49%;}
#mainCarousel .carousel-inner .item h1{
    color: #fff;
    font-size: 72px;
    font-weight: 600;
}
#mainCarousel .carousel-inner .item p{
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
}

.carousel-indicators li{
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin: 0 3px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #fff;
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {height: 460px;}
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    #mainCarousel .carousel-inner .item h1 {
        color: #fff;
        font-size: 51px;
    }
    #mainCarousel .carousel-inner .item p{
        font-size: 22px;
    }
}
@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 120px;}
#main_wrapper > section h3{
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 45px;
    letter-spacing: 0;
    text-align: center;
}
#main_wrapper > section .col-xs-12.col-sm-3 {
    padding: 0 8px;
}
#main_wrapper > section .main-link{
    display: block;
    position: relative;
}
#main_wrapper > section .main-link:hover span {
    background: #333;
}
#main_wrapper > section .material-symbols-outlined {
    position: absolute;
    right: 20px;
    top: 17px;
    transition-duration: .3s;
}
#main_wrapper > section .main-link:hover .material-symbols-outlined {
    right: 15px;
    background: none;
}
#main_wrapper > section .main-link:hover{
    text-decoration: none;
    transition-duration: .3s;
}
#main_wrapper > section .main-link img{
    /* border: 1px solid #ddd; */
}
#main_wrapper > section .main-link .caption{
    display: block;
    background: #ed790c;
    color: #fff;
    padding: 18px 15px;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition-duration: .3s;
}
#main_wrapper > section .main-link:hover .caption{}

@media (max-width: 767px){
    #main_wrapper > section {
        padding: 50px 0 60px;
    }
    #main_wrapper > section .col-xs-12.col-sm-3 {
        padding: 0 15px;
    }
    #main_wrapper > section .main-link{
        margin-bottom: 30px;
    }
    #main_wrapper > section .main-link img{
        width: 100%;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #main_wrapper > section .main-link .caption {
        padding: 12px 15px;
        font-size: 16px;
    }
    #main_wrapper > section .material-symbols-outlined {
        top: 8px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){}

/* //메인 중단영역 */

/* 서브페이지 */

.subBody{padding-top: 70px;}

.subHeader {height: 230px;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;background-color: #333;}
.subHeader .container{height: 100%;position: relative;}
.subHeader .container h2{text-align: center;color: #fff;font-size: 44px;margin: 0;position: absolute;left: 15px;top: 65%;transform: translateY(-50%);font-weight: 700;}

.subMenu{
    width: 22%;
}
.subMenu .nav{
    border-top: 3px solid #000;
    border-bottom: 1px solid #aaa;
}
.subMenu .nav > li{
    float: none;
    margin: 0;
}
.subMenu .nav > li > a{
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 17px;
    padding: 14px 12px 13px;
    position: relative;
    font-weight: 600;
    color: #333;
}
.subMenu .nav > li:last-child > a {
  border-bottom:0;
}
.nav-pills>li.active>a {
    background: none;
}
.subMenu .nav > li:hover > a{
    color: #333;
    background: none;
}
.subMenu .nav > li.active > a{
    color: #ed790c;
    font-weight: 700;
    font-size: 17px;
}
.subMenu .nav > li.active > a:after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #ed790c;
    position: absolute;
    top: 24px;
    right: 15px;
}

.subContent{padding-top: 0;padding-left: 60px;width: 78%;}
.subContent_title{
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    margin-bottom: 51px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.subContent_title h3{
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}
.subContent .breadcrumb{padding: 0;margin: 0;background: none;}
.subContent .breadcrumb > li > a,
.subContent .breadcrumb > li.active{color: #000;opacity: 0.7;font-size: 13px;}
.bbs-section{padding-bottom: 80px;}
.subContent .content:last-child {
    padding-bottom: 120px;
}
#about02 iframe {
    height: 380px;
}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}
.subContent .content h4::before{content: '';}

.overview-wrap{
    display: flex;
    flex-direction: row-reverse;
}
.overview-wrap .image{
    width: 300px;
}
.overview-wrap .image img{}
.overview-wrap .text{
    width: calc(100% - 300px);
    padding-right: 80px;
}
.overview-wrap .text p{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    position: relative;
    margin-bottom: 0;
}
.overview-wrap .text p::before {
    content: 'AMPERE';
    font-size: 113px;
    color: #f4f4f4;
    position: absolute;
    bottom: -326px;
    font-weight: 800;
}
.overview-wrap .text p b{}

.location{
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
.location > li{
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-bottom: 0;
    font-size: 16px;
}
.location > li .icon{
    margin-right: 7px;
    line-height: 1;
}
.location > li .icon span{
    font-size: 14px;
    margin-top: 0;
    color: #fff;
    background: #222;
    padding: 5px;
    border-radius: 50%;
}
.location > li .des{
    font-size: 18px;
}

.monitor-box{
    margin: 0 0 45px;
}
.monitor-box .image{
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 0 15px;
}
.monitor-box .image img{}
.monitor-box .text{position: relative;min-height: 320px;}
#monitor02 .monitor-box .text {
  position: relative;
  min-height: 320px;
}
.monitor-box .text p{
    font-size: 15px;
    word-break: break-all;
    color: #555;
    margin-bottom: 0;
}
.monitor-box .text p.tit{
    font-size: 18px;
    font-weight: 700;
    min-height: 55px;
    line-height: 1.4;
    color: #000;
}
.monitor-box .text .btn_wrap{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* display: flex; */
    /* justify-content: center; */
}
.monitor-box .text .btn_wrap .download{
    display: flex;
    align-items: center;
    color: #fff;
    background: #333;
    text-align: center;
    justify-content: center;
    padding: 13px 15px 12px;
    font-size: 15px;
    font-weight: 500;
}
.monitor-box .text .btn_wrap .download span{
    font-size: 17px;
    margin-top: 0px;
    padding-left: 7px;
}
.monitor-box .text .btn_wrap .download:hover{
    background: #ed790c;
    text-decoration: none;
    color: #fff;
    border-color: #ed790c;
}


.measuring-box{
    margin: 0 0 55px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.measuring-box .image{
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 0 15px;
    width: 250px;
}
.measuring-box .image img{}
.measuring-box .text{position: relative;width: calc(100% - 300px);}
.measuring-box .text p{
    font-size: 16px;
    word-break: keep-all;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5em;
}
.measuring-box .text p.tit{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    padding-left: 10px;
    position: relative;
    margin-bottom: 15px;
}

.measuring-box .text p.tit::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 15px;
    background: #ed790c;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.measuring-box .text .li-measure{padding: 30px;background: #fafafa;margin-bottom: 30px;}
.measuring-box .text .li-measure:last-child{margin: 0;}
.measuring-box .text .li-measure > li{
    font-size: 15px;
    margin-top: 3px;
    padding-left: 12px;
    position: relative;
    color: #333;
}
.measuring-box .text .li-measure > li:first-child{margin-top: 0;}
.measuring-box .text .li-measure > li::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #333;
    position: absolute;
    top: 8px;
    left: 0;
}
.measuring-box .text .li-inner{
    padding: 5px 0 5px 15px;
}
.measuring-box .text .li-inner > li{
    font-size: 14px;
}
.measuring-box .text .download-wrap{
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}
.measuring-box .text .download-wrap .download{
    display: block;
    color: #999;
    margin-top: 5px;
}
.measuring-box .text .download-wrap .download:hover,
.measuring-box .text .download-wrap .download:focus{
    color: #000;
}
.measuring-box .text .download-wrap .download::before{
    content: '\f0c7';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 10px;
}

[id^="engineering"] .content .intro{
    padding: 45px;
    margin: 0 0 40px;
}
#engineering01 .content .intro{
    background: url(/public/img/sub/engine01-intro.jpg) no-repeat center / cover;
    position: relative;
    z-index: 0;
}
#engineering01 .content .intro::before , #engineering02 .content .intro::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.39);
    left: 0;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(1px);
}
#engineering02 .content .intro{
  background: url(/public/img/sub/engine02-intro.jpg) no-repeat center / cover;
  position:relative;
  z-index:0;
}
[id^="engineering"] .content .intro h4{
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    font-weight: 600;
}
[id^="engineering"] .content .intro h4 small{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    margin: 8px 0 0;
}
[id^="engineering"] .content .intro p{
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    line-height: 1.6;
}
#engineering02 .li-engineer {
    margin: 0 0 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.li-engineer{
    margin: 0 0 60px;
    margin-top: 12px;
}
.li-engineer > li{
    font-size: 16px;
    margin-top: 7px;
    padding-left: 12px;
    position: relative;
}
.li-engineer > li b {
    font-weight: 600;
}
.li-engineer > li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    position: absolute;
    top: 8px;
    left: 0;
}
.li-engineer.ordered > li::before{display: none;}
.li-engineer.ordered > li{
    background: #ed790c;
    padding: 25px;
    color: #fff;
    margin: 0;
    word-break: break-all;
    min-height: 119px;
}
.li-engineer.ordered > li .num{
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: rgba(255, 255, 255, .25);
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
}

[id^="engineering"] .img-wrap{
    border: 1px solid #e8e8e8;
    padding: 45px;
}
[id^="engineering"] .img-wrap img{}
.partner-wrap{display: flex;align-items: flex-start;gap: 0 14px;}
.partner-wrap > li{
    width: 180px;
    padding: 7px 38px;
    border: 1px solid #ddd;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #d56e0e;
}
.btn.btn-primary {
    background-color: #ed790c;
    border: 1px solid #ed790c;
    color: #fff;
}
.search_wrap {
    margin-bottom: 120px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #555555;
    color: #fff;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #555555;
    color: #555555;
}
.board_wrapper .text-center {
    margin-top: 40px;
    margin-bottom: 80px;
}
.board_wrapper .table.board_write_table tbody tr th {
    background-color: #F5F5F5;
    padding: 20px 25px;
    width: 220px;
    font-size: 15px;
}
.board_wrapper .text-center .btn.btn-lg {
    min-width: 165px;
    font-size: 15px;
}
.checkbox {
    font-size: 15px;
}
.partner-wrap > li > a{
    display: block;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text {
    color: #ed790c;
}
.partner-wrap > li > a:hover{}
.partner-wrap > li > a > img{}
#form_contact #list_btn{display: none;}
@media (max-width: 767px){
    .subHeader {
        height: 150px;
    }
    .subHeader .container h2 {
        font-size: 34px;
        top: 57%;
    }
    .subMenu{
        width: 100%;
    }
    .subMenu .nav{
        margin-bottom: 45px;
    }
    .subMenu .nav > li > a {
        font-size: 15px;
        padding: 7px 12px 6px
    }
    .subMenu .nav > li.active > a:after {
        top: 15px;
    }
    .subContent {
        padding-left: 15px;
        width: 100%;
    }

    .overview-wrap {
        display: block;
    }
    .overview-wrap .image,
    .overview-wrap .image img {
        width: 100%;
    }
    .overview-wrap .text {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }
    .overview-wrap .text p::before {
        content: 'AMPERE';
        font-size: 63px;
        color: #f4f4f4;
        position: absolute;
        bottom: -140px;
        font-weight: 800;
        right: 0;
    }

    .location {
        display: block;
    }
    .location > li {
        display: flex;
        align-items: flex-start;
    }
    .location > li .icon {
        margin-right: 15px;
    }
    .location > li .des {
        font-size: 16px;
    }

    .monitor-box .text {
        position: relative;
        min-height: auto;
    }
    .monitor-box .text p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .monitor-box .text p.tit{
        min-height: auto;
    }
    .monitor-box .text .btn_wrap {
        position: static;
    }

    [id^="engineering"] .content .intro {
        padding: 20px;
        margin: 0px 0 30px;
    }
    [id^="engineering"] .content .intro h4 {
        color: #fff;
        font-size: 22px;
    }
    [id^="engineering"] .content .intro h4 small {
        display: block;
        font-size: 14px;
    }
    [id^="engineering"] .img-wrap {
        padding: 15px;
    }
    #engineering02 .li-engineer {
        grid-template-columns: repeat(2, 1fr);
    }
    .measuring-box{
        flex-direction: column;
    }
    .measuring-box .image{
        width: 100%;
    }
    .measuring-box .text{position: relative;width: 100%;}

    .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){
    .overview-wrap {
        display: block;
    }
    .overview-wrap .image,
    .overview-wrap .image img {
        width: 100%;
    }
    .overview-wrap .text {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }
    .overview-wrap .text p::before {
        font-size: 63px;
        bottom: -116px;
        right: 0;
    }
    .location {
        display: block;
    }
    .monitor-box .text {
        position: relative;
        min-height: 240px;
    }
    #monitor02 .monitor-box .text {
        position: relative;
        min-height: 270px;
    }
    .monitor-box .text p {
        font-size: 13px;
    }
    .monitor-box .text p.tit {
        font-size: 16px;
        min-height: auto;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 50px 0 45px;background: #333;color: #fff;}
footer .footer-logo{
    width: 10%;
}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;}
footer .footer-logo h1 > a > img{display: block;margin-top: 8px;opacity: .4;}
footer .footer-text{
    width: 90%;
}
footer .footer-text p{
    color: #eee;
}
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: #aaa;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 12px;margin-top: 10px;color: #777;}

@media (max-width: 767px){
    footer .footer-logo {
        width: 100%;
    }
    footer .footer-text {
        width: 100%;
    }
}
@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;}