@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Inter', 'notokr', sans-serif;
    letter-spacing: -0.034em;
}

a,
button {
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #3045b5;
    border-color: #3045b5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #22338d;
    border-color: #22338d;
}

h1, h2, h3, h4, h5, h6, p, li, td {
    word-break: keep-all;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 6px;
}
.list-default > li:last-child {
    margin-bottom: 0;
}
.list-style-1 > li {
    padding-left: 12px;
}
.list-style-1 > li::before {
    content: '';
    top: 10px;
    left: 0px;
    width: 5px;
    height: 1px;
    position: absolute;
    background: #333;
    border-radius: 20px;
}

/* To Top Button */
.btn-top {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 40px;
    padding: 9px 0 0;
    font-size: 26px;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1000;
    border: 1px solid #ddd;
    box-shadow: 0 7px 12px rgba(0,0,0,0.1);
}
.btn-top:hover {
    color: #333;
    cursor: hand;
    cursor: pointer;
    border-color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background: rgba(0,0,0,0);position:fixed;margin-bottom:0;border-bottom: 1px solid rgba(255,255,255,0.2);transition:background-color ease-in-out .2s;}
.navbar.bg-colored {
    background: #ffffff;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}

.navbar .container {
    position: relative;
}
.navbar-inverse .navbar-header {
    position: absolute;
    FONT-VARIANT: JIS04;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
}
.navbar-inverse .navbar-brand {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 12px 0;
}
.navbar-inverse .navbar-brand img {
    height: 70px;
    margin-top: 0;
}
.navbar-inverse .navbar-brand .text {
    padding-left: 10px;
    padding-top: 5px;
    color: #fff;
    letter-spacing: -0.035em;
    font-weight: 700;
    line-height: 0.94;
}
.navbar-inverse .navbar-brand .text > span {
    white-space: nowrap;
}
.navbar-inverse .navbar-brand .text > span:first-child {
    font-size: 24px;
}
.navbar-inverse .navbar-brand .text > span:last-child {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-left: 24px;
}

.navbar-inverse .navbar-nav > li > a{font-size: 19px;font-weight:500;color: #fff;transition: none;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color: #fff !important;font-weight: 600;}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{
    background:none;
    font-weight: 600;
 }
.navbar.bg-colored  .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.bg-colored  .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.bg-colored  .navbar-nav .dropdown.open:focus .dropdown-toggle{
    color:#3045b5;
 }

.navbar.bg-colored .navbar-brand .text{
    color: #000;
}
.navbar.bg-colored .navbar-brand .text > span:last-child{
    font-weight:400
}
.navbar.bg-colored .navbar-nav > li > a{color: #111;}
.navbar.bg-colored .navbar-nav > li > a:hover, 
.navbar.bg-colored .navbar-nav > li > a:focus{
    color:#3045b5 !important
}

.navbar-inverse .number {
    top: 22px;
    right: 15px;
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    text-align: left;
}
.navbar-inverse .number > span {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    padding-left: 20px;
    font-size: 70%;
    font-weight: 500;
}
.navbar-inverse .number > span i {
    left: 0;
    top: 3px;
    position: absolute;
    font-size: 110%;
}
.navbar.bg-colored .number {
    color: #3045b5;
}
.navbar.bg-colored .number > span {
    color: #111;
}
.navbar-inverse  .number > a {
    transition: none;
    text-decoration: none;
}
.navbar-inverse  .number > a:hover {
    color: #00a0f5;
}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:19px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#3045b5;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#3045b5;}
 .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;}
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{left:50%;right:auto;transform:translate(-50%,0);border-radius:0;border:none;padding: 6px;background: #fff;-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,.125);box-shadow: 3px 5px 14px rgba(0,0,0,0.16);}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 10px 18px;color: #333;text-align: left;font-size: 15px;transition:none;border-radius: 3px;font-weight: 500;letter-spacing: -0.05em;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:#3045b5;color:#fff;font-weight:500;}
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        float: none !important;
        display: inline-block;
        margin-right: -30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 37px 22px;
        /* padding: 37px 25px; */
    }
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:60px;height:9px;background-color:rgba(255,255,255,.1);border:none;margin:0 4px;border-radius:30px;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:60px;height:9px;background-color:#fff;margin:0 4px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {text-shadow:none;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:6px;height:6px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #1c1d20;color: #999;}
#site footer .footer-info{padding:45px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right: 20px;line-height: 23px;}
#site footer .footer-info ul li.name {
    font-weight: 600;
    color: #ddd;
}
#site footer .footer-info ul li.copy {
    padding-top: 13px;
    font-size: 11px;
    color: #666;
    letter-spacing: 0.05em;
}

/* 메인 페이지 */
#mainCarousel .carousel-indicators {
    bottom: 8%;
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
}
#mainCarousel .carousel-caption {
    display: flex;
    text-align: left;
    padding: 0;
    top: 53%;
}
#mainCarousel .carousel-caption h1 {
    position: relative;
    margin: 84px 0 0;
    padding-left: 46px;
    font-size: 78px;
    font-weight: 600;
    letter-spacing: -0.035em;
    text-shadow: 3px 3px 11px rgba(0,0,0,0.25);
}
#mainCarousel .carousel-caption h1 > span {
    display: inline-block;
    margin-bottom: 12px;
    margin-left: 4px;
    FONT-WEIGHT: 600;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}
/* #mainCarousel .carousel-caption h1 > span.quote{
    font-size: 45px;
    display: inline-block;
    margin-top: 25px;
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
} */
#mainCarousel .carousel-caption p {
    font-size: 20px;
}
#mainCarousel .carousel-caption p > i:nth-of-type(1) {
    transform: scale(-1);
}
#mainCarousel .carousel-control {
    display: none;
}

/* Scroll Down 버튼 */
.scrollDown {
    left: 50%;
    bottom: 40px;
    position: absolute;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.12em;
    transition: none;
    transform: translateX(-50%);
    opacity: 0.6;
}
.scrollDown:hover,
.scrollDown:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.scrollDown::after {
    content: '';
    left: 50%;
    bottom: -15px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item{height:350px}
    #mainCarousel .carousel-inner .item:nth-child(1){
        background-position: 70% 50%;
    }
    #mainCarousel .carousel-caption {
        top: 50%;
        right: 5%;
        left: 5%;
    }
    #mainCarousel .carousel-caption img {
        height: 150px;
    }
    #mainCarousel .carousel-caption h1 {
        margin: 20px 0 0;
        padding-left: 16px;
        font-size: 35px;
    }
    #mainCarousel .carousel-caption h1 > span {
        margin-bottom: 6px;
        font-size: 16px;
    }
    #mainCarousel .carousel-caption p{font-size:12px;}
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 공통 스타일 */
.mainPage > section {
    padding: 100px 0;
}
.mainPage .tit {
    text-align: center;
}
.mainPage .tit h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 60px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #222;
}
.mainPage .row+.tit{
    margin-top: 110px;
}
.mainPage .tit h2 > .eng {
    display: block;
    margin-top: 10px;
    font-size: 0.35em;
    font-weight: 600;
    color: #3045b5;
    letter-spacing: 0.1em;
    display: none;
}
.mainPage .tit h3 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 600;
    color: #3045b5;
    display: inline-block;
    letter-spacing: -0.07em;
}

/* 회사소개 */
.mainPage #slide,
.mainPage #slide .container-fluid {
    padding: 0;
}
.mainPage #company {
    position: relative;
    padding: 0;
}
.mainPage #company::before {
    content: '';
    width: 100%;
    height: 583px;
    position: absolute;
    background: url(/public/img/main/main_company_bg2.jpg) no-repeat center top / cover;
}
.mainPage #company::after {
    content: '';
    width: 100%;
    height: 583px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.77;
    background: #15398b;
}
.mainPage #company .row > div{
    padding:0;
}
.mainPage #company .container-fluid {
    position: relative;
    /* width:100%; */
    padding-top: 100px;
    z-index: 100;
}
.mainPage #company p {
    margin-bottom: 65px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.045em;
    line-height: 1.55;
    color: #fff;
}
.mainPage #company .box-text.top {
    display: flex;
    margin: 0 auto;
    padding: 0 75px;
    max-width: 760px;
    z-index: 1;
    position: relative;
}
.mainPage #company .box-text.top > .item {
    flex-basis: 50%;
    padding: 0 15px;
}
.mainPage #company .box-text.top > .item .inner {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 70px 35px 0;
    background: #04a79f;
    background: linear-gradient(135deg, #05bdb4, #008697);
    height: 340px;
    margin: 0 auto;
    box-shadow: 0px 16px 25px 0px rgba(12,13,14,0.4);
}
.mainPage #company .box-text.top > .item .inner::after{
    content:'';
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position:absolute;
    left: 12px;
    top: 12px;
    border: 4px solid #fff;
    opacity: 0.35;
}
.mainPage #company .box-text.top > .item .inner i{
    font-size: 82px;
    color: #fff;
    margin-bottom: 30px;
}
.mainPage #company .box-text.top > .item p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: -0.045em;
    line-height: 1.45;
}
.mainPage #company .box-text.top > .item:first-child p{
    font-size: 26px;
}
.mainPage #company .box-text.top > .item:first-child .inner{
    background: #0e9bef;
    background: linear-gradient(135deg, #00b9f1, #0080cd);
}
.mainPage #company .wrap {
    /* margin: 0 auto; */
    background: #fff;
    background: linear-gradient(0deg, #fff, #eee);
}
.mainPage #company .box-text ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1140px;
    /* max-width: 760px; */
    padding: 90px 0 80px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.mainPage #company .box-text ul > li {
    flex: 1 1 25%;
    margin-bottom: 12px;
    /* padding: 0 6px;
    -ms-flex-preferred-size: calc(25% - 12px); */
}
.mainPage #company .box-text ul > li .inner {
    padding: 15px 10px;
    font-weight: 500;
    text-align: center;
    color: #555759;
    /* border-radius: 4px; */
    box-shadow: 0 3px 7px 1px rgba(0,0,0,0.1);
    letter-spacing: -0.055em;
    font-size: 17px;
    background: #fff;
}
.mainPage #company .box-text.middle {
    text-align: center;
}
.mainPage #company .box-text.middle ul {
    align-items: center;
    justify-content: center;
    padding: 130px 0 80px;
}
.mainPage #company .box-text.middle ul > li {
    flex: 1 1 auto;
    /* flex: 1 1 0; */
}
.mainPage #company .box-text.middle ul > li+li {
    margin-left: 33px;
}
.mainPage #company .box-text.middle ul > li:nth-child(3) img {
    height: 80px;
}
/* .mainPage #company .box-text.middle ul > li:nth-child(1) img {
    float: right;
}
.mainPage #company .box-text.middle ul > li:nth-child(2) {
    padding: 0 35px;
}
.mainPage #company .box-text.middle ul > li:nth-child(2) img {
    margin: 0 auto;
    padding: 0;
} */
.mainPage #location {
    padding-top: 60px;
}
.mainPage #location .contact {
    float: left;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    padding: 35px 0 20px;
}
.mainPage #location .contact > div {
    padding: 0;
    text-align: center;
}
.mainPage #location .contact span {
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
    font-weight: 400;
    display: inline-block;
    margin: 0 12px;
}
.mainPage #location .contact .addr {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.055em;
    color: #333;
    margin-bottom: 10px;
}
.mainPage #location .contact .addr i {
    top: -1px;
    left: 0;
    position: absolute;
    padding: 0px 0;
    font-size: 26px;
    color: #3b53cd;
}
.mainPage #location .contact > .right {
    /* text-align: right; */
    text-align: center;
}
.mainPage #location .contact h4 {
    display: inline-block;
    margin: 0 3px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #4055c3;
}

/* 방역프로세스 */
#system .tit h2{
    margin-bottom: 40px;
}

.mainPage #process {
    position:relative;
    padding: 90px 0 50px;
    background: url('/public/img/main/main_process_bg3.jpg') no-repeat center / cover;
    /* height: calc(100vh - 95px); */
}
.mainPage #process::before{
    content:'';
    width: 100%;
    height: 100%;
    /* background: #5cc2fd; */
    background: #3067e9;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.75;
}
.mainPage #process .tit h2{
    color:#fff;
    margin: 0 0 50px;
}
.mainPage ol.list-process {
    margin: 0 -25px;
    /* margin: 0px -15px 0; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mainPage ol.list-process > li {
    flex-basis: 33.3%;
    margin: 0 0 40px;
    /* margin: 0 auto 30px; */
    padding: 0 25px;
    /* padding: 0 15px; */
    -ms-flex-preferred-size: calc(33.3% - 60px);
}
.mainPage ol.list-process > li .num {
    top: 0;
    left: 25px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    background: #00a0f5;
    line-height: 1em;
    font-style: normal;
    color: #fff;
    width: 50px;
    height: 50px;
    letter-spacing: 0;
}
.mainPage ol.list-process > li img {/* border: 5px solid #fff; */box-shadow: 0 5px 12px rgb(0 0 0 / 30%);}
.mainPage ol.list-process > li p {
    display: flex;
    /* min-height: 120px; */
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 40px;
    /* padding: 37px 40px 30px; */
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.05em;
    color: #222;
    box-shadow: 0 5px 12px rgb(0 0 0 / 30%);
}
.mainPage ol.list-process > li i[class^='ph-'] {
    top: 50%;
    left: -18px;
    position: absolute;
    margin-top: -15px;
    font-size: 34px;
    /* font-size: 24px; */
    border-radius: 50%;
    color: #fff;
}

/* 방역시스템 */
.mainPage ol.list-system {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 40px 35px;
    border-radius: 200px;
    border: 15px solid #eaf9ff;
    background: #daf4fd;
    max-width: 1040px;
    margin: 0 auto;
}
.mainPage ol.list-system.col-3{
    max-width: inherit;
    margin: 0 -110px;
}
.mainPage ol.list-system > li {
    flex: 1;
    margin-bottom: 0;
    padding: 0 20px;
}
.mainPage ol.list-system > li .inner {
    position: relative;
    aspect-ratio: 1/1;
    width: 280px;
    /* width: 280px;
    height: 280px; */
    padding-top: 95px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 16px 25px -2px #aed1e3;
}
.mainPage ol.list-system > li .step {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    color: #fff;
    background: #5e93f3;
    width: 100px;
    border-radius: 50px;
    padding: 5px 0;
}
.mainPage ol.list-system > li:nth-child(2) .inner .step{background: #3366d9;}
.mainPage ol.list-system > li:nth-child(3) .inner .step{background: #3045b5;}

.mainPage ol.list-system > li:nth-child(4) .inner .step {background: #1a33b5;}
.mainPage ol.list-system > li .text {
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.045em;
    color: #222;
    line-height: 1.4;
}
.mainPage ol.list-system > li i[class^='ph-'] {
    top: 50%;
    left: -37px;
    position: absolute;
    font-size: 34px;
    color: #62a2ef;
    transform: translateY(-50%);
}
.mainPage #system .row2 {
    padding-top: 100px;
}
.mainPage #system .row2 p {
    margin-bottom: 55px;
    font-size: 18px;
    /* font-weight: 500; */
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1.7;
}
.mainPage ul.list-equip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
}
.mainPage ul.list-equip > li {
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 30px);
    margin-bottom: 30px;
    padding: 0 15px;
}
.mainPage ul.list-equip > li:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.mainPage ul.list-equip > li .inner {
    height: 240px;
    position: relative;
    padding-top: 100px;
    text-align: center;
    border: 5px solid #fff;
    box-shadow: 0 3px 7px 1px rgba(0,0,0,0.12);
    overflow: hidden;
}
.mainPage ul.list-equip > li .inner::before {
    content: '';
    right: 22px;
    bottom: -180px;
    width: 105%;
    height: 230%;
    position: absolute;
    background: #3045b5;
    background: linear-gradient(-45deg, #425bd3, #293b93);
    transition-duration: .7s;
    transform: rotate(45deg) translate(0,0);
}
.mainPage ul.list-equip > li span {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    transition-duration: .5s;
    letter-spacing: -0.055em;
}
.mainPage ul.list-equip > li span::after {
    /* content: ''; */
    width: 45px;
    height: 1px;
    display: block;
    margin: 15px auto;
    background: #fff;
}
.mainPage ul.list-equip > li .box-list {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    padding: 20px 30px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition-duration: .5s;
    transition-delay: .2s;
    opacity: 0;
}
.mainPage ul.list-equip > li .box-list ul {
    text-align: left;
}
.mainPage ul.list-equip > li .box-list ul li {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
}
.mainPage ul.list-equip > li .box-list ul li::before {
    content: '-';
    top: 0;
    left: 0;
    position: absolute;
}

.mainPage ul.list-equip > li:hover .inner::before {
    transform: rotate(45deg) translate(110%,-15%);
}
.mainPage ul.list-equip > li:hover span {
    opacity: 0;
}
.mainPage ul.list-equip > li:hover .box-list {
    opacity: 1;
}

/* 진행사례 */
.mainPage > #portfolio {
    background: #f5f5f5;
}

/* 고객지원 */
#section_7f39f8 {
    margin-top: -30px;
    padding-bottom: 100px;
    background: #f5f5f5;
}
#section_7f39f8 > .container {
    display: flex;
}
#section_7f39f8 .application {
    flex-basis: 50%;
    min-height: 290px;
    position: relative;
    background: #333 url(/public/img/main/application_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#section_7f39f8 .application > .inner {
    top: 50%;
    left: 50%;
    position: absolute;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
}
#section_7f39f8 .application h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}
#section_7f39f8 .application a {
    margin-top: 35px;
    padding: 13px 0;
    width: 180px;
    height: 57px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.3);
    border: 3px solid #00a0f5;
    box-shadow:1px 1px 8px rgba(0,0,0,0.8);
}
#section_7f39f8 .application a:hover {
    color: #fff;
    background: #00a0f5;
    border-color: #00a0f5;
}
#section_7f39f8 [class^="board_box_"] {
    margin-bottom: 0 !important;
    padding: 40px;
    background: #fff;
    box-shadow: 5px 5px 18px rgba(0,0,0,0.02);
}
#section_7f39f8 [class^="board_box_"] .page-header {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: none;
}
div[class^="board_box_"] .page-header .pull-right {
    margin: 0;
    font-size: 14px;
    padding-top: 3px;
    color: #444;
}
div[class^="board_box_"] .page-header .pull-right:hover {
    color:#3045b5
}
#section_7f39f8 [class^="board_box_"] .page-header h4 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.065em;
}
.board_box_list ul > li {
    position:relative;
    padding: 0;
    padding-left: 10px;
}
.board_box_list ul > li::before {
    content: '';
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #3045b5;
    border-radius: 30px;
}
.board_box_list ul > li+li {
    margin-top: 10px;
}
.board_box_list ul > li > a {
    font-size: 16px;
    transition: none;
    color: #444;
    letter-spacing: -0.035em;
}
.board_box_list ul > li > a:hover {
    color: #3045b5;
}
.board_box_list ul li .info {
    font-size: 14px;
    color: #9e9e9e;
}
.board_box_list ul li .info span {
    opacity: 1;
}
.board_box_list .info span.writer {
    font-weight: normal;
}
.board_box_list ul li .info .hits {
    display: none;
}
@media (min-width: 767px) {
    #section_7f39f8 div[class^="board_box_"] {
        width: 50%;
    }
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 300px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url(/public/img/sub/back_page_top.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.5;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.subPage > .pageTop h2 {
    margin: 102px 0 0;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

/* Breadcrumb */
.subPage .breadcrumb {
    right: 15px;
    bottom: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #eee;
    background-color: transparent;
}
.breadcrumb>li+li:before {
    padding: 0 4px;
    color: #fff;
    opacity: 0.6;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 0;
    left: -10px;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Link */
.subPage .link {
    padding: 10px;
    box-shadow: 0 1px 9px 2px rgba(0,0,0,0.09);
}
.subPage .link ul {
    display: flex;
    justify-content: center;
}
.subPage .link ul > li {
    flex: 1 1 0%;
    flex: 200px 0;
    text-align: center;
}
.subPage .link ul > li > a {
    padding: 0px 0;
    font-size: 17px;
    color: #333;
    line-height: 50px;
    text-decoration: none;
    transition: none;
    border-radius: 4px;
    letter-spacing: -0.055em;
    font-weight: 500;
}
.subPage .link ul > li > a::before {
    /* content: ''; */
    top: 50%;
    width: 1px;
    height: 15px;
    position: absolute;
    display: block;
    background: #ddd;
    transform: translateY(-50%);
}
.subPage .link ul > li:first-child > a::before {
    content: none;
}
.subPage .link ul > li.active > a {
    font-weight: 600;
    background: #3045b5;
    color: #fff;
}
.subPage .link ul > li:not(.active) > a:hover,
.subPage .link ul > li:not(.active) > a:focus {
    font-weight: 600;
    color: #3045b5;
    background: none;
    outline: none;
}

.subPage > .contents {
    padding: 105px 0 120px;
}

.subPage .page-title {
    text-align: center;
}

.title-lv-1 {
    position: relative;
    display: inline-block;
    margin: 0 0 60px;
    font-size: 40px;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.03em;
}

ul.list-portfolio-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
ul.list-portfolio-list > li {
    flex-basis: 33.3%;
    margin-bottom: 30px;
    padding: 0 15px;
    -ms-flex-preferred-size: calc(33.3% - 30px);
}
ul.list-portfolio-list > li a {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}
ul.list-portfolio-list > li a::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.45);
    z-index: 100;
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
ul.list-portfolio-list > li img {
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
ul.list-portfolio-list > li .inner {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 135px;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 110;
}
ul.list-portfolio-list > li .inner::before,
ul.list-portfolio-list > li .inner::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    opacity:0.5
}
ul.list-portfolio-list > li .inner::before {
    top: 15px;
    left: 15px;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
}
ul.list-portfolio-list > li .inner::after {
    right: 15px;
    bottom: 15px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
ul.list-portfolio-list > li .inner .name {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
ul.list-portfolio-list > li .inner i {
    margin-top: 10px;
    padding: 7px;
    font-size: 40px;
    opacity: 1;
}
ul.list-portfolio-list > li a:hover img {
    transform: scale(1.1);
}
ul.list-portfolio-list > li a:hover .inner::before,
ul.list-portfolio-list > li a:hover .inner::after {
    width: calc(100% - 34px);
    height:calc(100% - 30px);
    border-color: #fff;
}
ul.list-portfolio-list > li a:hover::before{
    background:rgba(0,0,0,0.7)
}
ul.list-portfolio-list > li a:hover .inner i {
    opacity: 1;
    background:#00a0f5
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    border-color: #e6e6e6;
}
.board_wrapper .table.table_default thead th {
    border-color: #ddd;
}
.table.table_default tbody .subject .badge {
    margin-right: 6px;
    padding: 6px 7px 5px;
    font-weight: 500;
    background: #e94737;
    border-radius: 0;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.board_data_view .header_wrap {
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.text-center span {
    font-size: 16px !important;
}
.board_data_view .header_wrap .title {
    padding: 35px 10px;
    font-size: 30px;
    letter-spacing: -0.05em;
    border-bottom: 1px solid #eee;
}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 7px 2px;
}
.board_data_view .header_wrap .info span {
    font-size: 12px;
    color: #8f8f8f;
}
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #3045b5;
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #3045b5;
}
.board_wrapper .text-center {
    margin-bottom: 0;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table{
    border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    font-weight: 600;
    color: #f13535;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 15px;
    margin-top: 10px !important;
}
.board_wrapper .table.board_write_table .checkbox a {
    font-weight: 500;
    color: #4a61dd;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
/* 블로그B 게시판 */
.table_video dd, 
.table_blog2 dd{
    margin-bottom: 60px;
}
.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
    border-color: #3045b5;
    box-shadow: 2px 5px 8px rgba(0,0,0,0.1);
}
.table_video dd .inner .bottom .title, 
.table_blog2 dd .inner .bottom .title{
    margin-bottom: 6px;
}
.table_video dd .inner .bottom .title a, 
.table_blog2 dd .inner .bottom .title a{
    font-weight:500;
    font-size: 21px;
    letter-spacing: -0.045em;
}
.table_video dd .inner .bottom, 
.table_blog2 dd .inner .bottom{
    padding: 25px 20px 25px;
}
.table_video dd .inner .bottom .info span, 
.table_blog2 dd .inner .bottom .info span{
    font-size: 12px;
}
.table_video dd .inner .top a .thumb,
.table_blog2 dd .inner .top a .thumb {
    height: 240px;
}
.table_video dd .inner .bottom .info,
.table_blog2 dd .inner .bottom .info {
    font-size: 15px;
}
.table_video dd .inner .bottom .info .hits,
.table_blog2 dd .inner .bottom .info .hits {
    display: none;
}
.table_video dd .inner .bottom .title a:hover,
.table_video dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #3045b5;
    text-decoration: none;
}
/*************** 서브 끝 *****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:108px;font-size:15px}
    .btn-top{right:15px;bottom:15px;width:40px;height:40px;padding:7px 0 0;font-size:22px}

    .navbar-inverse .number{position:static;padding:10px 15px;font-size:17px;background:#f8f8f8}
    .navbar-inverse .number > span{position:relative;display:inline;padding-right:2px;padding-left:18px;font-size:80%}
    .navbar-inverse .number > span i{top:2px;font-size:100%}
    
    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-header{position:static}
    .navbar-inverse .navbar-brand img{height:45px;margin-top:0}
    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px;font-size:18px;}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#333}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#fff !important;background:#3045b5}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:15px;color:#111;text-align:center}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}

    .navbar-inverse .navbar-brand .text{padding-top:0;padding-left:8px;text-align:center}
    .navbar-inverse .navbar-brand .text > span:first-child{font-size:19px}
    .navbar-inverse .navbar-brand .text > span:last-child{padding-left:0}

    .mainPage > section{padding:60px 0}
    .mainPage .tit h2{margin:0 0 40px;font-size:35px}
    .mainPage .tit h3{margin:0 0 20px;font-size:26px}
    .mainPage #company .container-fluid{padding-top:60px}
    /* .mainPage #company .row > div{padding:0 15px} */
    .mainPage #company p{margin-bottom:40px;font-size:24px;line-height:1.45}
    .mainPage #company .box-text.top{flex-wrap:wrap;padding:0 15px}
    .mainPage #company .box-text.top > .item{flex-basis:100%;padding:0}
    .mainPage #company .box-text.top > .item+.item{margin-top:20px}
    .mainPage #company .box-text.top > .item .inner{height:auto;padding:40px 30px}
    .mainPage #company .box-text.top > .item .inner i{margin-bottom:15px;font-size:62px}
    .mainPage #company .box-text.top > .item p{font-size:18px}
    .mainPage #company .box-text.top > .item:first-child p{font-size:22px}
    .mainPage #company .box-text.middle ul {
        margin-bottom: -10px;
        padding: 90px 0 0;
    }
    .mainPage #company .box-text.middle ul > li{flex: 1 1 50%;/*flex-basis:30%*/}
    .mainPage #company .box-text.middle ul > li+li {
        margin-left: 0;
    }
    .mainPage #company .box-text.middle ul > li img {
        max-width: 120px;
        max-height: 60px;
        margin: 0 auto 10px;
    }
    .mainPage #company .box-text.middle ul > li:nth-child(1),
    .mainPage #company .box-text.middle ul > li:nth-child(2),
    .mainPage #company .box-text.middle ul > li:nth-child(3) {
        flex-basis: 33.3%;
    }
    .mainPage #company .box-text.middle ul > li:nth-child(2) img {
        height: 70px;
        max-height: unset;
    }
    /* .mainPage #company .box-text.middle ul > li:nth-child(1){padding-right:20px} */
    /* .mainPage #company .box-text.middle ul > li:nth-child(2){flex-basis:40%;padding:0} */
    /* .mainPage #company .box-text.middle ul > li:nth-child(3){padding-left:30px} */
    .mainPage #location iframe{height:280px}
    .mainPage #location .contact{padding:25px 0 0}
    .mainPage #location .contact span{margin:0}
    .mainPage #location .contact .addr{font-size:20px}
    .mainPage #process{padding:60px 0}
    .mainPage ol.list-process{margin:0 -15px}
    .mainPage ol.list-process > li{flex-basis:100%;margin:0;padding:0 15px}
    .mainPage ol.list-process > li+li{margin-top:40px}
    .mainPage ol.list-process > li .num{left:15px;width:45px;height:45px;font-size:19px}
    .mainPage ol.list-process > li p{padding:15px;font-size:17px}
    .mainPage ol.list-process > li i[class^='ph-']{top:-22px;left:50%;transform:translateX(-50%) rotate(90deg)}
    .mainPage ol.list-system{flex-wrap:wrap;padding:15px 35px;margin: 0 !important;}
    .mainPage ol.list-system > li+li{margin-top:35px}
    .mainPage ol.list-system > li .step{width:85px;padding:3px 0;font-size:18px}
    .mainPage ol.list-system > li .text{margin-top:15px;font-size:17px}
    .mainPage ol.list-system > li i[class^='ph-']{top:-34px;left:50%;transform:translateX(-50%) rotate(90deg)}
    .mainPage #system .row2{padding-top:60px}
    .mainPage #system .row2 p{margin-bottom:40px;font-size:17px;line-height:1.6}
    .mainPage ul.list-equip{margin:0}
    .mainPage ul.list-equip > li{flex-basis:100%;margin-bottom:20px !important;padding:0}
    .mainPage ul.list-equip > li .inner{height:auto;padding:30px 0 10px;background:linear-gradient(-45deg, #425bd3, #293b93)}
    .mainPage ul.list-equip > li .inner::before{display:none}
    .mainPage ul.list-equip > li span{width:100%;font-size:22px;background:transparent;opacity:1 !important}
    .mainPage ul.list-equip > li .box-list{position:static;padding:20px 15px;color:#fff;opacity:1;background:transparent}
    .mainPage ul.list-equip > li .box-list ul{width:100%}
    .mainPage ul.list-equip > li .box-list ul li{font-size:14px}
    #section_7f39f8 {
        padding-bottom: 60px;
    }
    #section_7f39f8 > .container {
        flex-wrap: wrap;
    }
    #section_7f39f8 .application {
        flex-basis: 100%;
        min-height: auto;
        height: 180px;
    }
    #section_7f39f8 .application h3 {
        font-size: 28px;
    }
    #section_7f39f8 .application a {
        margin-top: 18px;
        padding: 12px 0;
        width: 165px;
        height: 52px;
        font-size: 17px;
    }
    #section_7f39f8 [class^="board_box_"] {
        padding: 35px 25px;
    }
    #section_7f39f8 [class^="board_box_"] .page-header h4 {
        font-size: 22px;
    }
    div[class^="board_box_"] .page-header .pull-right {
        font-size: 12px;
    }
    .board_box_list ul li .info {
        font-size: 13px;
    }
    .board_box_list ul > li > a {
        font-size: 15px;
    }


    #site footer .footer-info{padding:30px 0}
    #site footer .footer-info ul li{font-size:12px;margin-right:10px;line-height:21px}
    #site footer .footer-info ul li.copy{padding-top:6px;font-size:10px}

    .subPage > .pageTop{height:180px}
    .subPage > .pageTop h2{margin:0;font-size:41px}
    .subPage .breadcrumb{font-size:12px}
    .subPage > .contents{padding:60px 0}
    .title-lv-1{margin:0 0 40px;font-size:36px}
    ul.list-portfolio-list{margin:0}
    ul.list-portfolio-list > li{flex-basis:50%;padding:0}
    ul.list-portfolio-list > li:nth-child(odd){padding-right:7px}
    ul.list-portfolio-list > li:nth-child(even){padding-left:7px}
    ul.list-portfolio-list > li .inner{padding-top:48px}
    ul.list-portfolio-list > li .inner::before{top:10px;left:10px}
    ul.list-portfolio-list > li .inner::after{right:10px;bottom:10px}
    ul.list-portfolio-list > li .inner .name{font-size:28px}
    ul.list-portfolio-list > li .inner i{margin-top:5px;padding:6px;font-size:28px}
    ul.list-portfolio-list > li a:hover .inner::before,
    ul.list-portfolio-list > li a:hover .inner::after{width:calc(100% - 21px);height:calc(100% - 21px);border-width:3px}

    .subPage .link{padding:15px 0}
    .subPage .link ul{flex-wrap:wrap}
    .subPage .link ul > li{flex-basis:33.3%}
    .subPage .link ul > li > a{font-size:15px;line-height:40px}

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:12px}
    .table.table_default tbody .subject .badge{margin-right:5px;font-size:11px}
    .table.table_default tr td.subject a{font-size:13px}
    .board_data_view .header_wrap .title{padding:30px 10px;font-size:22px}
    .board_data_view .header_wrap .info span{font-size:11px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    [id^='form_history'] {padding-top:40px;padding-bottom:80px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}

    [id^='form_history'] .board_wrapper {padding-top: 0;padding-bottom: 0}
    [id^='form_history'] .board_wrapper .alert-info {padding: 20px}

    .table_video dd,
    .table_blog2 dd{width:100%;margin-bottom:20px}
    .table_video dd .inner .top a .thumb,
    .table_blog2 dd .inner .top a .thumb{height:220px}
    .table_video dd .inner .bottom,
    .table_blog2 dd .inner .bottom{padding:20px 15px}
    .table_blog2 dd .inner .bottom .title a,
    .table_video dd .inner .bottom .title a{font-size:18px}
    .table_video dd .inner .bottom .info,
    .table_blog2 dd .inner .bottom .info{font-size:14px}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar .container{padding:0}
    .container > .navbar-header{width:100%;padding:15px 0 0;text-align:center}
    .navbar-inverse .navbar-brand{float:none;display:inline-block;margin:0 auto !important;padding:0 !important}
    .navbar-inverse .navbar-brand img{margin-top:0}
    .navbar-inverse .navbar-brand .text{margin-top:-55px;padding:0 0 0 58px}
    .navbar-inverse .navbar-right{margin-top:70px}
    .navbar-inverse .navbar-nav > li > a{padding:40px 22px 25px}
    #mainCarousel .carousel-caption{right:10%;left:10%}
    .subPage > .pageTop{height:350px}
    .subPage > .pageTop h2{margin:170px 0 0}
    ul.list-portfolio-list > li .inner{padding-top:95px}
}
/************ 모바일 최적화 끝 ************/