@charset "utf-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

/* IBM-Plex-Sans-KR */
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/public/font/IBMPlexSans/IBMPlexSansKR-Medium.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Medium.woff2') format('woff2'), /* Super Modern Browsers */
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Medium.woff') format('woff'), /* Modern Browsers */
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Medium.ttf') format('truetype')
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/public/font/IBMPlexSans/IBMPlexSansKR-Bold.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Bold.woff') format('woff'), /* Modern Browsers */
         url('/public/font/IBMPlexSans/IBMPlexSansKR-Bold.ttf') format('truetype')
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Spoqa Han Sans Neo', 'notokr', sans-serif;
    color: #000;
    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: #1c54e4;
    border-color: #1c54e4;
    border-radius: 3px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #132d57;
    border-color: #132d57;
}
.btn.btn-secondary {
    border-radius: 3px;
}
.btn.btn-style {
    width: 210px;
    height: 58px;
    display: block;
    margin: 100px auto 0;
    padding: 15px 0 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -.02em;
    background: #1c54e4;
    border-radius: 3px;
}
.btn.btn-style:hover,
.btn.btn-style:focus {
    background: #132d57;
}

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

/* 메인 애니메이션 */
.ani{
    /* opacity: 0; */
    animation-duration: .8s;
	animation-fill-mode: both;
}
.active.ani.fi-in{animation-name:fadeIn;}
.active.ani.fi-up{animation-name:fadeInUp;}
.active.ani.fi-down{animation-name:fadeInDown;}
.active.ani.fi-left{animation-name:fadeInLeft;}
.active.ani.fi-right{animation-name:fadeInRight;}
.active.ani.t1{animation-delay: 0.1s;}

.active.ani.t1-1{animation-delay: 0.14s;}
.active.ani.t1-2{animation-delay: 0.17s;}
.active.ani.t1-3{animation-delay: 0.20s;}
.active.ani.t1-4{animation-delay: 0.23s;}
.active.ani.t1-5{animation-delay: 0.26s;}
.active.ani.t1-6{animation-delay: 0.29s;}
.active.ani.t1-7{animation-delay: 0.32s;}
.active.ani.t1-8{animation-delay: 0.35s;}
.active.ani.t1-9{animation-delay: 0.38s;}
.active.ani.t2{animation-delay: 0.2s;}
.active.ani.t3{animation-delay: 0.3s;}
.active.ani.t4{animation-delay: 0.4s;}
.active.ani.t5{animation-delay: 0.5s;}
.active.ani.t6{animation-delay: 0.6s;}
.active.ani.t7{animation-delay: 0.7s;}
.active.ani.t8{animation-delay: 0.8s;}
.active.ani.t9{animation-delay: 0.9s;}

/* 퀵메뉴 */
.quick-menu {
    top: 40%;
    right: 25px;
    position: fixed;
    text-align: center;
    z-index: 999;
}
.quick-menu ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.quick-menu ul > li+li {
    margin-top: 13px;
}
.quick-menu ul > li a {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
    background: #000;
    border-radius: 50%;
}
.quick-menu ul > li a:hover {
    background: #266fef;
}
.quick-menu .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}
.quick-menu .tooltip i {
    font-size: 30px;
    margin-top: 6px;
}
.quick-menu .tooltip img {
    margin-top: 2px;
}
.quick-menu .tooltip .tooltiptext {
    top: 50%;
    right: 70px;
    width: 160px;
    position: absolute;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background: #391b1b;
    border-radius: 3px;
    transform: translateY(-50%);
    visibility: hidden;
}
.quick-menu .tooltip .tooltiptext::after {
    content: '';
    top: 50%;
    right: -3px;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #391b1b;
    border-radius: 50%;
    border-top-right-radius: 0;
    transform: translateY(-50%) rotate(45deg);
}
.quick-menu ul > li a:hover .tooltip .tooltiptext {
    visibility: visible;
}
.quick-menu ul > li:nth-child(1) a {
    background: #fb8031;
}
.quick-menu ul > li:nth-child(2) a {
    background: #fae300;
}
.quick-menu ul > li:nth-child(3) a {
    background: #222;
}
.quick-menu ul > li:nth-child(1) a:hover .tooltip .tooltiptext {
    background: #fb8031;
}
.quick-menu ul > li:nth-child(1) a:hover .tooltip .tooltiptext::after {
    background: #fb8031;
}
.quick-menu ul > li:nth-child(3) a:hover .tooltip .tooltiptext {
    background: #222;
}
.quick-menu ul > li:nth-child(3) a:hover .tooltip .tooltiptext::after {
    background: #222;
}

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;border:0}

.navbar-inverse .navbar-brand img{height:60px;margin-top:2px;}

.navbar-inverse .navbar-nav > li > a{font-size:17px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#266fef;}
.navbar-inverse .navbar-nav > li > a::after {
    content: '';
    top: 25px;
    right: 13px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    transition: all ease .15s;
}

.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;color:#266fef;}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:18px 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:#266fef;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#266fef;}
 .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:3px;
    border:none;
    padding: 6px 0;
    -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;
    }
 .navbar-inverse .navbar-nav .dropdown-menu>li{padding: 3px 8px;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 9px;text-align:center;border-radius:5px;font-size: 15px;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{color:#fff;background:#266fef;}
 .navbar-inverse .navbar-nav > li > a:hover::after,
 .navbar-inverse .navbar-nav > li > a:focus::after,
 .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
 .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
 .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
    background: #266fef;
 }
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 35px 27px;}
}

/* 슬라이드 공통 */
.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:12px;height:12px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 8px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:12px;height:12px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

.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:#1c54e4;color:#eee}
#site footer .footer-info{padding: 50px 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;line-height:26px}
#site footer .footer-info ul li+li{margin-left:15px}
#site footer .footer-info .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* 좌측 */
#site footer .footer-info .box-link {
    margin: 25px 0 20px;
}
#site footer .footer-info .box-link > li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
#site footer .footer-info .box-link > li+li {
    margin-left: 24px;
}
#site footer .footer-info .box-link > li+li::before {
    content: '';
    top: 7px;
    left: -12px;
    height: 13px;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}
#site footer .footer-info .box-info > li {
    position: relative;
    font-weight: 400;
}
#site footer .box-info li:nth-child(1) {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.68);
    letter-spacing: 0.02em;
}
#site footer .footer-info .box-info > li+li {
    margin-left: 22px;
}
#site footer .footer-info .box-info > li+li::before {
    content: '';
    top: 7px;
    left: -11px;
    height: 12px;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}
#site footer .footer-info  p.notice {
    margin: 20px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.83);
    letter-spacing: -0.02em;
    font-weight: 300;
}
/* 우측 */
#site footer .footer-info .item.right {
    text-align: right;
}
#site footer .footer-info .box-service {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.25);
}
#site footer .footer-info .box-service .txt {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 2px;
}
#site footer .footer-info .box-service .txt.lg {
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
}
#site footer .footer-info .box-service .txt.lg > span {
    padding-right: 12px;
    letter-spacing: -0.035em;
}
#site footer .footer-info .box-service a[href^="tel"] {
    text-decoration: none;
}
#site footer .footer-info .box-sns > li+li {
    margin-left: 10px;
}
#site footer .footer-info .box-sns > li a {
    float: left;
    width: 48px;
    height: 48px;
    display: inline-block;
    padding: 12px 11px 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
}
#site footer .footer-info .box-sns > li a:hover {
    background: #132d57;
    /* background: #222; */
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    max-width: 1160px;
    height: calc(100vh - 90px);
    margin: 0 auto;
}
#mainCarousel .carousel-caption {
    top: 41%;
    right: auto;
    left: 0;
    color: #000;
    text-align: left;
}
#mainCarousel .carousel-caption h1 {
    font-size: 56px;
    font-family: 'IBM Plex Sans';
    line-height: 1.35em;
    margin: 0 0 15px;
    letter-spacing: -.045em;
}
#mainCarousel .carousel-caption p {
    font-size: 21px;
    font-weight: 400;
    font-family: 'IBM Plex Sans';
    color: #929293;
    letter-spacing: -0.035em;
}
#mainCarousel .carousel-caption a.btn {
    position: relative;
    margin-top: 55px;
    padding: 0 25px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    border-radius: 3px;
    background: #1c54e4;
}
#mainCarousel .carousel-caption a.btn i {
    top: 20px;
    right: 18px;
    position: absolute;
    font-size: 21px;
    transition: all ease .15s;
    display: none;
}
#mainCarousel .carousel-caption a.btn:hover {
    padding-right: 45px;
    background: #132d57;
}
#mainCarousel .carousel-caption a.btn:hover i {
    display: inline-flex;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-caption h1{font-size:25px}
    #mainCarousel .carousel-caption p{font-size:17px}
    #mainCarousel .carousel-caption a.btn{margin-top:35px;padding:0 18px;font-size:14px;line-height:50px}
    #mainCarousel .carousel-caption a.btn:hover{padding-right:40px}
    #mainCarousel .carousel-caption a.btn i{top:16px;right:14px;font-size:17px}
}

#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;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

.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 #slide {
    background: #fff url(/public/img/main/slide_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.mainPage #slide .container-fluid {
    padding: 0;
}
#mainCarousel .carousel-image {
    right: 0;
    bottom: 16.5%;
    position: absolute;
    z-index: 100;
}
#mainCarousel .carousel-image .ani {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}
#mainCarousel .carousel-image .inner {
    position: absolute;
}
#mainCarousel .carousel-image .inner1 {
    bottom: 0;
    left: 0;
}
#mainCarousel .carousel-image .inner1 .woman {
    left: 15px;
    bottom: 1px;
    position: relative;
}
#mainCarousel .carousel-image .inner1 .woman > img:nth-of-type(1) {
    position: relative;
    /* height: 28.8vh; */
    height: 270px;
    bottom: -137px;
}
#mainCarousel .carousel-image .inner1 .woman > img:nth-of-type(2) {
    top: -48px;
    left: 25px;
    width: 198px;
    position: relative;
    transform-origin: 0% 0%;
    animation-name: hand;
    z-index: 100;
    animation-duration: 1.5s;
}
@keyframes hand {
    0%{transform:rotate(-8deg)}
    100%{transform:rotate(8deg)}
}
#mainCarousel .carousel-image .inner1 .woman .bubble {
    position: absolute;
    left: 85px;
    top: 113px;
}
#mainCarousel .carousel-image .inner1 .woman .bubble > img:first-child {
    /* width: 6.5vh; */
    animation-iteration-count: unset;
}
#mainCarousel .carousel-image .inner1 .woman .bubble > img:not(:first-child) {
    bottom: 19px;
    left: 10px;
    position: absolute;
}
#mainCarousel .carousel-image .inner1 .woman .bubble > img:nth-child(3) {
    left: 25px;
}
#mainCarousel .carousel-image .inner1 .woman .bubble > img:nth-child(4) {
    left: 40px;
}
#mainCarousel .carousel-image .inner2 {
    top: 0;
    right: 0;
}
#mainCarousel .carousel-image .inner2 .bubble {
    top: 120px;
    right: 105px;
    position: relative;
}
#mainCarousel .carousel-image .inner2 .bubble > img {
    animation-duration: 1.5s;
}
#mainCarousel .carousel-image .inner2 .bubble > img:nth-of-type(1) {
    /* width: 6.4vh; */
    top: -10px;
    left: -10px;
    position: absolute;
    z-index: -1;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 160px;
    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;
    display: none;
}

/* Link */
.subPage .page-title {
    position: relative;
    margin-bottom: 100px;
}
#greeting .page-title, #members .page-title, #people .page-title, #advisers .page-title {
    margin-bottom: 80px;
}
.subPage .page-title h1,
.subPage .page-title h2 {
    margin: 0;
    font-size: 51px;
    font-weight: 600;
    font-family: 'IBM Plex Sans';
    letter-spacing: -0.04em;
    text-align: center;
}
.subPage .page-title ul {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.subPage .page-title ul > li {
    padding: 0 21px;
    text-align: center;
}
.subPage .page-title ul > li > a {
    min-width: 49px;
    padding: 10px 0 3px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'IBM Plex Sans';
    letter-spacing: 0.034em;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #aaa;
}
.subPage .page-title ul > li.active > a,
.subPage .page-title ul > li > a:hover,
.subPage .page-title ul > li > a:focus {
    color: #222;
    background: transparent;
    border-bottom: 2px solid #266fef;
}

.subPage > .contents {
    padding: 80px 0 150px;
}

.space-bottom {
    margin-bottom: 140px;
}
.title-lv-1 {
    margin: 0 0 40px;
    font-size: 32px;
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1;
    display: none;
}
.title-lv-2 {
    margin: 0 0 50px;
    font-size: 38px;
    font-weight: 500;
    font-family: 'IBM Plex Sans';
    letter-spacing: -0.04em;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 7px;
    font-weight: 300;
}
.list-default > li:last-child {
    margin-bottom: 0;
}
.list-dash > li {
    padding-left: 12px;
}
.list-dash > li::before {
    content: '-';
    left: 0;
    position: absolute;
}

table.tb-default {
    margin-bottom: 0;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-style-1 {
    border-top: 2px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th,
table.tb-style-1 > tbody > tr > td {
    padding: 15px;
    font-size: 15px;
    text-align: center;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    letter-spacing: -0.02em;
    background: #f7f7f7;
}

/* 인사말 (페이지) */
#greeting .box-text {
    padding: 70px 80px;
    background: #fff;
    box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.11);
    border-radius: 7px;
}
#greeting .box-text h3 {
    margin: 0 0 35px;
    font-size: 29px;
    line-height: 1.55em;
    color: #222;
    letter-spacing: -0.045em;
}
#greeting .box-text p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: -0.04em;
}
#greeting .box-text img {
    margin-top: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events : none;
}

/* 구성원 소개 (페이지) */
.box-memeber {
    display: flex;
    margin: 0 -10px;
}
.box-memeber > .item {
    flex-basis: 33.3%;
    padding: 0 10px;
}
.box-memeber > .item .inner {
    height: 100%;
    padding: 50px 38px;
    text-align: center;
    background: #f4f4f6;
    border-radius: 5px;
}
.box-memeber > .item .picture {
    padding: 0 70px;
}
.box-memeber > .item img {
    border: 1px solid #eee;
}
.box-memeber > .item h4.name {
    margin: 25px 0 10px;
    font-size: 20px;
}
.box-memeber > .item .position {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    letter-spacing: -0.03em;
}
.box-memeber > .item .career {
    margin-top: 30px;
    text-align: left;
}

/* 함께하는 사람들 (페이지) */
#people p.lg {
    margin: 0 0 80px;
    font-size: 25px;
    text-align: center;
    color: #000;
    font-weight: 300;
}
.box-people {
    width: 88%;
    margin-left: 6%;
    border-top: 1px solid #dddddd;
}
.box-people > .item {
    display: flex;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.box-people > .item .picture {
    flex-basis: 15%;
}
.box-people > .item .picture img {
    border: 1px solid #eee;
}
.box-people > .item .tit {
    flex-basis: 32%;
    padding-left: 40px;
}
.box-people > .item .tit h4.name {
    margin: 0 0 12px;
    font-size: 20px;
}
.box-people > .item .tit .position {
    font-weight: 400;
    color: #777;
    font-size: 15px;
}
.box-people > .item .career {
    flex-basis: 50%;
}
.box-people > .item .career ul li.when {
    display: flex;
    margin-top: 10px;
    padding-left: 22px;
}
.box-people > .item .career ul li.when::before {
    display: none;
}
.box-people > .item .career ul li.when > .txt {
    left: -2px;
    position: absolute;
    font-weight: 600;
    font-size: 90%;
    color: #073c93;
}
.box-people > .item .career ul li.when > .txt::before {
    content: '';
    top: -1px;
    left: -5px;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #f3f6fd;
    border-radius: 30px;
    z-index: -1;
}

/* 서비스소개 (페이지) */
#intro_service h2 {
    margin: 0 0 15px;
    font-size: 30px;
}
#intro_service h2+p {
    margin: 0 0 50px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
}
ol.list-service {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
ol.list-service > li {
    flex-basis: 33.3%;
    margin-bottom: 20px !important;
    padding: 0 10px;
    -ms-flex-preferred-size: calc(33.3% - 20px);
}
ol.list-service > li:nth-child(4),
ol.list-service > li:nth-child(5) {
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 20px);
}
ol.list-service > li .inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 40px 30px;
    background: #f4f4f6;
    border-radius: 6px;
}
ol.list-service > li .icon {
    flex-basis: 29%;
}
ol.list-service > li .text {
    flex-basis: 71%;
}
ol.list-service > li:nth-child(3) .text {
    padding-left: 13px;
}
ol.list-service > li .text h3 {
    position: relative;
    margin: 0 0 15px;
    font-size: 20px;
    letter-spacing: -0.04em;
    padding-left: 31px;
    color: #222;
}
ol.list-service > li .text h3 .num {
    top: 1px;
    left: 0;
    position: absolute;
    font-weight: 500;
    color: #266fef;
    line-height: 1em;
}
ol.list-service > li .text p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #676768;
}

/* 비영리법인 설립 절차 상세 (페이지) */
.wrap-process-detail {
    position: relative;
    margin-top: 0;
}
.wrap-process-detail::before {
    content: '';
    top: 15px;
    left: 50%;
    height: 97%;
    position: absolute;
    border-left: 1px solid #e3e3e3;
}
.wrap-process-detail ul > li {
    width: 50%;
    margin: 0 0 0 50%;
    padding: 0 0 0 80px;
}
.wrap-process-detail ul > li:nth-child(odd) {
    margin-left: 0;
    padding: 0 80px 0 0;
    text-align: right;
}
.wrap-process-detail ul > li:nth-child(even) {
    margin-top: 20px;
    margin-bottom: 40px;
}
.wrap-process-detail ul > li::before {
    content: '';
    top: 13px;
    left: 0;
    width: 60px;
    position: absolute;
    border-top: 1px solid #e3e3e3;
}
.wrap-process-detail ul > li:nth-child(even):before {
    border-top: 1px dashed #ddd;
}
.wrap-process-detail ul > li:nth-child(odd)::before {
    right: 0;
    left: auto;
}
.list-default li:nth-child(2) .detail h4 {
    color: #5f97fd;
}
.list-default li:nth-child(4) .detail h4 {
    color: #3780ff;
}
.list-default li:nth-child(6) .detail h4 {
    color: #1e6be9;
}
.wrap-process-detail ul > li .tit {
    position: relative;
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 700;
    color: #073c93;
}
.wrap-process-detail ul > li .tit.period {
    width: 110px;
    padding: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #1e6be9;
    border-radius: 30px;
}
.wrap-process-detail ul > li h4 {
    margin-bottom: 12px;
}
.wrap-process-detail ul > li:nth-child(2) .tit.period {
    background: #5f97fd;
}
.wrap-process-detail ul > li:nth-child(4) .tit.period {
    background: #4386fb;
}
.wrap-process-detail ul > li .tit::before,
.wrap-process-detail ul > li .tit::after {
    content: '';
    position: absolute;
}
.wrap-process-detail ul > li .tit:not(.period):before {
    top: 4px;
    left: -90px;
    width: 21px;
    height: 21px;
    background: #fff;
    border: 6px solid #ededed;
    border-radius: 20px;
}
.wrap-process-detail ul > li .tit:not(.period)::after {
    top: 10px;
    left: -84px;
    width: 9px;
    height: 9px;
    background: #266fef;
    border-radius: 50%;
}
.wrap-process-detail ul > li:nth-child(1) .tit::after {
    background: #5f97fd;
}
.wrap-process-detail ul > li:nth-child(2) .tit::after {
    background: #5f97fd;
}
.wrap-process-detail ul > li:nth-child(3) .tit::after {
    background: #4386fb;
}
.wrap-process-detail ul > li:nth-child(4) .tit::after {
    background: #4386fb;
}
.wrap-process-detail ul > li:nth-child(6) .tit::after {
    background: #1e6be9;
}
.wrap-process-detail ul > li:nth-child(5) .tit::after {
    background: #1e6be9;
}
.wrap-process-detail ul > li:nth-child(7) .tit::after {
    background: #073c93;
}
.wrap-process-detail ul > li:nth-child(odd) .tit::before {
    right: -90px;
    left: auto;
}
.wrap-process-detail ul > li:nth-child(odd) .tit::after {
    right: -84px;
    left: auto;
}
.wrap-process-detail ul > li:nth-child(1) .tit {
    color: #5f97fd;
}
.wrap-process-detail ul > li:nth-child(3) .tit {
    color: #4386fb;
}
.wrap-process-detail ul > li:nth-child(5) .tit {
    color: #1e6be9;
}
.wrap-process-detail ul > li a.btn-modal {
    font-weight: 500;
    transition: none;
}
.wrap-process-detail ul > li a.btn-modal:hover,
.wrap-process-detail ul > li a.btn-modal:focus {
    color: #266fef;
    cursor: pointer;
}
.wrap-process-detail ul > li a.btn-modal i {
    font-size: 12px;
}
#process_npc_detail p.notice {
    position: relative;
    display: inline-block;
    margin-top: 80px;
    padding-left: 20px;
    font-weight: 400;
    color: #676768;
    line-height: 1.7em;
    text-align: left;
}
#process_npc_detail p.notice > span {
    left: 0;
    position: absolute;
}
/* Modal */
#process_npc_detail .modal-header {
    padding: 15px 15px 5px 0;
    border-bottom: none;
}
#process_npc_detail .modal-header .close {
    font-size: 28px;
    opacity: 0.4;
}
#process_npc_detail .modal-body {
    padding: 30px;
}
#process_npc_detail table.tb-style-1 > thead > tr:nth-child(1) th:nth-child(2) {
    width: 24%;
}
#process_npc_detail table.tb-style-1 > thead > tr:nth-child(1) th:nth-child(3) {
    width: 12%;
}
#process_npc_detail table.tb-style-1 > thead > tr:nth-child(2) th {
    padding: 8px 15px;
}
#process_npc_detail table.tb-style-1 > tbody > tr > th+td {
    text-align: left;
}
#process_npc_detail table.tb-style-1 > tbody > tr > th+td strong {
    font-weight: 500;
}
#process_npc_detail p.tb-notice {
    margin: 10px 0 0;
    font-size: 15px;
}
@media (min-width: 768px) {
    #process_npc_detail .modal-dialog {
        width: 1000px;
    }
}

/* 오시는길 (페이지) */
.box-location {
    display: flex;
}
.box-location > .map {
    flex-basis: 70%;
}
.box-location > .info {
    flex-basis: 32%;
    padding: 40px 30px;
    background: #f4f4f6;
}
.box-location > .info .name {
    margin: 10px 0 35px;
    font-size: 28px;
    font-weight: 600;
    color: #266fef;
    letter-spacing: -0.02em;
}
.box-location ul > li {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.02em;
}
.box-location ul > li+li {
    margin-top: 30px;
}
.box-location ul > li .tit {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.box-location ul > li .tit i {
    top: 3px;
    left: 0;
    position: absolute;
}
.box-location .notice {
    bottom: 20px;
    position: absolute;
    font-size: 14px;
}

/* 게시판, 주문폼 공통 스타일 */
.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 {
    font-size: 14px;
    border-color: #e6e6e6;
    padding: 16px 0;
    letter-spacing: 0;
}
.board_wrapper .table.table_default thead th {
    font-weight: 600;
    color: #333;
    border-color: #ddd;
    font-size: 15px;
}
.badge {
    margin-right: 5px;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    background-color: #132d57;
    border-radius: 0;
    font-weight: 500;
    border-radius: 1px;
}
.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;
}
.board_data_view .header_wrap .title {
    padding: 30px 8px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1.5em;
}
.board_data_view .header_wrap .info {
    background: #f6f6f6;
    margin: 0;
    padding: 7px 2px;
}
.board_data_view .header_wrap .info span {
    font-size: 14px;
    color: #333;
}
.board_data_view .header_wrap .info span+span {
    margin-left: 15px;
}

.board_data_view .header_wrap .info span strong {
    font-weight: 500;
    color: #333;
    font-size: 13px;
    margin-right: 5px;
}
.alert-info {
    color: #222;
    background-color: #f5f5f5;
    padding: 30px;
    border: 0;
}
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #266fef;
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #266fef;
}
.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: #266fef;
}
.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: #337ab7;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
/*************** 서브 끝 *****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    #mainCarousel .carousel-inner .item{height:auto;text-align:center}
    #mainCarousel .carousel-caption{top:30px;right:auto;left:auto;width:100%;position:relative;padding:0 15px;text-align:center;transform:none}
    #mainCarousel .carousel-image{bottom:0;position:relative;display:inline-block;z-index:-1}
    #site footer .footer-info .item{flex-basis:100%}
    #site footer .footer-info .item.right{margin-top:20px;text-align:left}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:67px;font-size:15px}
    p{line-height:1.5em}

    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand img{height:45px;margin-top:-3px}
    .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:16px;}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#266fef}
    .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:#266fef}
    .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}
    .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}

    .quick-menu{top:auto;right:10px;bottom:10px}
    .quick-menu ul > li+li{margin-top:6px}
    .quick-menu ul > li a{width:50px;height:50px}
    .quick-menu .tooltip i{margin-top:5px;font-size:25px}
    .quick-menu .tooltip img{width:25px}
    .quick-menu .tooltip .tooltiptext{right:55px;width:130px;padding:8px;font-size:11px}
    #mainCarousel .carousel-image{right:auto;bottom:auto;position:relative;margin-bottom:15px;padding:0 15px}
    #mainCarousel .carousel-image .inner1 .woman{left:20px}
    #mainCarousel .carousel-image .inner1 .woman > img:nth-of-type(1){height:160px;bottom:-81px}
    #mainCarousel .carousel-image .inner1 .woman > img:nth-of-type(2){width:118px;left:16px;top:-28px}
    #mainCarousel .carousel-image .inner1 .woman .bubble{top:60px;left:50px}
    #mainCarousel .carousel-image .inner1 .woman .bubble > img{width:7px}
    #mainCarousel .carousel-image .inner1 .woman .bubble > img:first-child{width:45px}
    #mainCarousel .carousel-image .inner1 .woman .bubble > img:not(:first-child){bottom:13px;left:7px}
    #mainCarousel .carousel-image .inner1 .woman .bubble > img:nth-child(3){left:18px}
    #mainCarousel .carousel-image .inner1 .woman .bubble > img:nth-child(4){left:30px}
    #mainCarousel .carousel-image .inner2 .bubble{top:64px;right:77px}
    #mainCarousel .carousel-image .inner2 .bubble > img:nth-of-type(1){width:45px;top:-7px;left:-7px}
    #mainCarousel .carousel-image .inner2 .bubble > img:nth-of-type(2){width:52px}

    #site footer .footer-info{padding:25px 0}
    #site footer .footer-info .left > img{height:45px}
    #site footer .footer-info ul li{font-size:12px;line-height:22px}
    #site footer .footer-info .box-link{margin:15px 0 10px}
    #site footer .footer-info .box-link > li{font-size:13px}
    #site footer .footer-info .box-link > li+li{margin-left:18px}
    #site footer .footer-info .box-link > li+li::before{top:8px;left:-9px;height:11px}
    #site footer .footer-info .box-link > li:last-child{margin-left:0}
    #site footer .footer-info .box-link > li:last-child:before{display:none}
    #site footer .footer-info p.notice{margin:15px 0 0;font-size:12px}
    #site footer .footer-info .box-service{width:100%;margin-bottom:15px;padding-bottom:15px}
    #site footer .footer-info .box-service .txt.lg{font-size:22px}
    #site footer .footer-info .box-service .txt{font-size:12px}
    #site footer .footer-info .box-sns > li a{width:43px;height:43px;padding:11px 10px 0}
    
    .subPage > .contents{padding:60px 0 80px}
    .subPage .page-title{margin-bottom:60px}
    #greeting .page-title,
    #members .page-title,
    #people .page-title,
    #advisers .page-title{margin-bottom:40px}
    .subPage .page-title h1,
    .subPage .page-title h2{font-size:42px}
    .subPage[id^='process_npc'] .page-title h1{font-size:34px}
    .subPage .page-title ul{flex-wrap:wrap;margin:35px -5px 0}
    .subPage .page-title ul > li{flex-basis:50%;margin-bottom:10px;padding:0 5px}
    .subPage .page-title ul > li > a{padding:7px 0;font-size:15px;background:#f8f8f8}
    .subPage .page-title ul > li.active > a,
    .subPage .page-title ul > li > a:hover,
    .subPage .page-title ul > li > a:focus{color:#fff;background:#266fef}
    .btn.btn-style{width:190px;height:53px;margin:60px auto 0;font-size:16px}
    table.tb-style-1 > thead > tr > th,
    table.tb-style-1 > tbody > tr > th,
    table.tb-style-1 > tbody > tr > td{padding:12px;font-size:14px}

    #greeting .box-text{padding:25px 20px}
    #greeting .box-text h3{margin:0 0 25px;font-size:19px}
    #greeting .box-text p{margin:0 0 13px;font-size:16px}
    #greeting .box-text img{margin-top:30px}
    .box-memeber{flex-wrap:wrap}
    .box-memeber > .item{flex-basis:100%}
    .box-memeber > .item+.item{margin-top:20px}
    .box-memeber > .item .inner{padding:30px 20px}
    .box-memeber > .item .picture{padding:0 80px}
    .box-memeber > .item h4.name{margin:20px 0 8px;font-size:19px}
    .box-memeber > .item .career{margin-top:25px;font-size:14px}
    #people p.lg{margin:0 0 50px;font-size:21px}
    .box-people{width:100%;margin-left:0}
    .box-people > .item{flex-wrap:wrap;padding:30px 0}
    .box-people > .item .inner{flex-basis:100%;text-align:center}
    .box-people > .item .picture{padding:0 100px}
    .box-people > .item .tit{padding-left:0}
    .box-people > .item .tit h4.name{margin:20px 0 8px;font-size:19px}
    .box-people > .item .career{margin-top:25px;font-size:14px;text-align:left}
    #intro_service h2{font-size:25px;line-height:1.2em}
    #intro_service h2+p{margin:0 0 30px;font-size:16px}
    ol.list-service > li{flex-basis:100% !important}
    ol.list-service > li .inner{padding:30px 18px}
    ol.list-service > li .text h3{padding-left:26px;font-size:17px}
    ol.list-service > li .text p{font-size:14px}
    .wrap-process-detail::before{left:0}
    .wrap-process-detail ul > li{width:100%;margin:0 !important;padding:0 0 0 20px !important;text-align:left !important}
    .wrap-process-detail ul > li::before{right:auto !important;left:0 !important;width:25px}
    .wrap-process-detail ul > li .tit{padding-left:10px;font-size:23px}
    .wrap-process-detail ul > li .tit:not(.period):before{right:auto !important;left:-28px !important;width:18px;height:18px;border-width:5px}
    .wrap-process-detail ul > li .tit:not(.period)::after{top:9px;right:auto !important;left:-23px !important;width:8px;height:8px}
    .wrap-process-detail ul > li h4{font-size:17px}
    .wrap-process-detail ul > li .detail{margin-bottom:35px}
    #process_npc_detail p.notice{margin-top:40px}
    #process_npc_detail .modal-body{padding:20px 15px}
    #process_npc_detail p.tb-notice{font-size:13px}
    .box-location{flex-wrap:wrap}
    .box-location > .map{flex-basis:100%}
    .box-location > .map .root_daum_roughmap {height:300px;}
    .box-location > .info{flex-basis:100%;padding:20px}
    .box-location > .info .name{margin:10px 0 25px;font-size:25px}
    .box-location ul > li{font-size:17px}
    .box-location ul > li+li{margin-top:18px}
    .box-location .notice{bottom:0;position:relative;margin:30px 0 5px;font-size:13px}

    .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{font-size:22px}
    .board_data_view .header_wrap .info{margin-top:5px}
    .board_data_view .header_wrap .info span{font-size:12px}
    .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}
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */
    ol.list-service > li:nth-child(4) .icon,
    ol.list-service > li:nth-child(5) .icon{flex-basis:18%}
    ol.list-service > li:nth-child(4) .text,
    ol.list-service > li:nth-child(5) .text{flex-basis:82%}
    ol.list-service > li:nth-child(5) .text{padding-left:20px}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #mainCarousel .carousel-caption h1{font-size:48px}
    #mainCarousel .carousel-image{bottom:30px}
    #site footer .footer-info .item.right{display:flex;justify-content:space-between}
    #site footer .footer-info .box-service{margin-bottom:0;padding-bottom:0;border-bottom:none}
}
/************ 모바일 최적화 끝 ************/