@charset "utf-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');


/* 주요색상 */
:root {
    --page-point-color: #0f56b7;
    --page-point-color-light: #1f73e5;
    --page-point-color-thick: #043b87;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'NanumSquare','notokr', sans-serif;
}
#site:not(.curr_main) {
    padding-top: 98px;
}

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;
}

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

p {
    line-height: 1.5em;
}

.btn.btn-primary {
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color-thick);
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}
span[class^='material']{
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}
/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar.navbar-inverse {
    position: fixed;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    transition: background-color ease-in-out .15s;
    border-bottom: 1px solid transparent;
}
.navbar.bg-colored {
    background-color: #fff;
    border-bottom-color: #fff;
    border-bottom: 1px solid #eee;
}

.navbar-inverse .navbar-brand {
    font-size: 33px;
    font-weight: 800;
    height: auto;
    margin-top: 15px;
    /* margin-top: 23px; */
    color: #fff;
}
.navbar.bg-colored .navbar-brand {
    color: #0a5ac7;
}
.navbar-inverse .navbar-brand img {
    height: 35px;
}

.navbar-inverse .navbar-nav > li > a{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
}
.navbar.bg-colored .navbar-nav > li > a {
    color: #222;
}

.navbar-inverse .navbar-nav > li > a i {
    line-height: 0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color:#fff;
}
.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:#fff;}

.navbar.bg-colored .navbar-nav > li > a:hover,
.navbar.bg-colored .navbar-nav > li > a:focus,
.navbar.bg-colored .navbar-nav > li:hover > a,
.navbar.bg-colored .navbar-nav > li:focus > a,
.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: var(--page-point-color);
}

@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:var(--page-point-color);}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:var(--page-point-color);}
 .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;
    background-color:#fff;
    transform:translate(-50%,0);
    border-radius:0;
    border: 1px solid #ccc;
    padding:0;
    -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;
    }
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 12px 20px;text-align:center;border-bottom:1px solid #eee;color: #333;font-size: 15px;font-weight: 600;}
 .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a{border-bottom:none;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{color:#fff;background:var(--page-point-color);}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right: -48px;}
 .navbar-inverse .navbar-nav > li > a{padding: 38px 48px 40px;}
}

/* 슬라이드 공통 */
.carousel-control{display: none;}
.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 {
    bottom: 5%;
    text-align: left;
}
.carousel-indicators li::after {
    content:'';
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%)
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 3px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: ease-in-out .3s all;
}
.carousel-indicators li.active {
    border-color: #fff;
}

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

@media (max-width: 767px) {
    .carousel-control{font-size:14px;}
    .carousel-indicators {left:37%;bottom:45px;}
    .carousel-indicators li,.carousel-indicators li.active{width:18px;height:18px;}
    .carousel-indicators li::after {width:6px;height:6px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #1c1c1c;color:#cfcfcf;}
#site footer .footer-info{padding:35px 0}
#site footer .footer-info .container {
    position: relative;
}
#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: 13px;margin-right:15px;line-height:24px}
#site footer .footer-info ul li.copy {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  letter-spacing: 1px;
}
#site footer .footer-info .login {
    top: 0;
    right: 15px;
    position: absolute;
}
#site footer .footer-info .login > a {
    min-width: 70px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #ccc;
    text-align: center;
    border: 1px solid #777;
}
html.is_adm #site footer .footer-info .login > a:nth-child(1) {display: none;}
html:not(.logined) #site footer .footer-info .login > a:nth-child(2) {display: none;}
#site footer .footer-info .login > a:hover,
#site footer .footer-info .login > a:focus {
    text-decoration: none;
}
#site footer .footer-info .login > a:hover {
    color: #fff;
    background: var(--page-point-color);
    border-color: var(--page-point-color);
}

/* 메인 페이지 */
/* #mainCarousel .carousel-inner .item{height: 100vh;} */
.mainPage .carousel-caption {
    top: 66%;
    top: 73%;
    text-align: left;
}
.mainPage .carousel-caption h2 {
    margin: 0 0 35px;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    text-shadow: 0 0 50px rgb(0 0 0 / 30%);
}
.mainPage .carousel-caption h2 em {
    font-style: normal;
    color: #fe5629;
}
.mainPage #section1-2 .carousel-caption h1 em {
    color: #e5ff54;
}
.mainPage #section1-3 .carousel-caption h1 em {
    color: #a1ff33;
}
.mainPage #section1-4 .carousel-caption h1 em {
    color: #42ffb1;
}
.mainPage #section1-5 .carousel-caption h1 em {
    color: #3bffe1;
}
.mainPage .carousel-caption p {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    /* .mainPage .carousel-inner .item{height:250px} */
    .mainPage .carousel-caption{top:50%;right:5%;left:5%;text-align:center}
    .mainPage .carousel-caption h2{font-size:32px}
    .mainPage #section1-4 .carousel-caption h1{font-size:30px}
    .mainPage .carousel-caption p{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;
}

/* 메인 추가 스타일 */
.fp-warning,
.fp-watermark,
.fp-watermark a {
  display: none;
}
#fp-nav.fp-right {
  padding: 10px 0px;
  /* background: var(--page-point-color); */
  border-radius: 50px;
  right: 80px !important;
}
#fp-nav ul li, .fp-slidesNav ul li{
  width: 24px !important;
  height: 24px !important;
  margin: 6px 0 !important;
}
#fp-nav.fp-right ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  background: #bababa;
  width: 8px !important;
  height: 8px !important;
  margin: -4px !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    margin: -4px !important;
}

#fp-nav ul li > a::after{
  content: "";
  display: block;
  width: 10%;
  height: 10%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fe5629;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#fp-nav ul > li a.active span{
  background: #fe5629 !important;
}
#fp-nav ul > li a.active::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span{
   width: 8px !important;
   height: 8px !important;
   background: #bababa;
}
#fp-nav.fp-right ul li:last-child {
  display: none;
}
.section:not(#section-footer) {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.section[id^='section1-'] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Our Service */
.mainPage #section2 {
    padding-top: 100px;
    background: #fff url('/public/img/main/bg_main.png') no-repeat left bottom / contain;
}
.mainPage .top-tit {
    margin-bottom: 70px;
    text-align: center;
}
.mainPage .top-tit h2 {
    margin: 0 0 35px;
    font-size: 64px;
    font-weight: 800;
    color: #111;
}
.mainPage .top-tit p {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0 5px;
}
.mainPage .top-tit p.en {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #919191;
}
/* Our Service */
.box-service > div{
  padding: 0 25px;
}

.box-service {
    padding: 0px 40px;
}
.box-service a {
    width: 100%;
    height: 440px;
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all 0.5s;
    background: #646970 url(/public/img/main/bg_service01.png) no-repeat center / 85%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 3px 9px 12px rgb(0 0 0 / 22%);
}

.box-service a:hover {
    transform: translateY(-20px);
}
.box-service .item2 a {background: #555 url(/public/img/main/bg_service02.jpg) no-repeat center / cover;}
.box-service .item3 a {background: #555 url(/public/img/main/bg_service04.jpg) no-repeat center / cover;}
.box-service a::before {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.0);
}

.box-service a::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
}
.box-service .text {
    top: 67%;
    left: 50%;
    width: 100%;
    position: absolute;
    padding: 30px;
    text-align: center;
    transform: translateX(-50%);
    transition: all 0.5s;
    z-index: 1;
}
.box-service .text .tit {
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: 900;
}
.box-service .text p {
    margin: 10px 0 0;
    font-size: 18px;
    color: #f7f7f7;
    line-height: 1.6;
    transition: all 0.3s;
    opacity: 0;
}
.box-service .text .more {
    display: inline-block;
    margin-top: 50px;
    padding: 10px 20px;
    font-size: 15px;
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
    border-radius: 50px;
    transition: all 0.3s;
    opacity: 0;
}
.box-service a:hover::before {
    background-color: rgba(0,0,0,0.8);
    transition: all 0.55s;
    height: 100%;
}
.box-service a:hover .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.box-service a:hover p,
.box-service a:hover .more {
    opacity: 1;
}




/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 300px;
    position: relative;
    color: #fff;
    background: #333 url(/public/img/sub/bg_sub_top1.jpg) no-repeat center / cover;
}

.subPage:where(#download, #location, #edu_center) .pageTop {
    background: #333 url(/public/img/sub/bg_sub_top4.jpg) no-repeat center / cover;
}
#consulting .pageTop {
    background: #333 url(/public/img/sub/bg_sub_top3.jpg) no-repeat center / cover;
}
#certificate_iso .pageTop {
    background: #333 url(/public/img/sub/bg_sub_top2.jpg) no-repeat center / cover;
}

.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.4;
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-top: 17px;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0;
}

.subPage section {
    padding: 100px 0;
    position: relative;
}
/* .subPage > .contents .row:not(.page-title)+.row {
    margin-top: 100px;
} */

.title-lv-1 {
    margin: 0px 0 70px;
    font-size: 40px;
    font-weight: 800;
    color: #222;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-align: center;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-dash > li {
    padding-left: 12px;
}
.list-dash > li::before {
    content: '-';
    top: -1px;
    left: 0;
    position: absolute;
}
.list-style-1 {
    padding-left: 3px;
}
.list-style-1 > li {
    padding-left: 15px;
}
.list-style-1 > li::before {
    content: '';
    top: 9px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 30px;
}
.list-no > li {
    /* flex-basis: 50%; */
    margin: 0 0 15px;
    font-weight: 500;
}
.list-no > li .no {
    display: block;
    font-weight: 800;
    font-size: 38px;
    color: var(--page-point-color);
    text-align: center;
    position: absolute;
    left: 32px;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}

/* ---------- 건설:EASY (페이지) ---------- */
#gunsul_easy section:nth-child(odd) {
    background: #f5f5f5;
}

#gunsul_easy #section03 {background: #e2eff9;}

#gunsul_easy #section03 p.top {
    /* color: #fff; */
}

#gunsul_easy #section03 p.top em {
    /* color: #ffdc78; */
}
#gunsul_easy #section01{
  background: #fff;
}
#gunsul_easy #section01::before {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #efefef;
    background: linear-gradient(0deg, #f8f9fa, #e7e8e9);
}

#gunsul_easy section:nth-child(even) {
    background: #fff;
}
#gunsul_easy a.btn {
    position: relative;
    margin-top: 45px;
    padding: 20px 50px 20px 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    background: var(--page-point-color);
    border: none;
    color: #fff;
    letter-spacing: -0.02em;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
#gunsul_easy a.btn::after {
    content: '\e5cc';
    top: 50%;
    right: 18px;
    position: absolute;
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    font-weight: 400;
    transform: translateY(-50%);
    transition: all ease .15s;
}
#gunsul_easy a.btn:hover {background: var(--page-point-color-thick);}
#gunsul_easy a.btn:hover::after {
    right: 15px;
}
#gunsul_easy .sec-tit {
    margin-bottom: 70px;
    text-align: center;
}

#gunsul_easy #section02 .sec-tit p.top {
    font-size: 36px;
}
#gunsul_easy .sec-tit p.top {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.5;
    color: #25272a;
}
#gunsul_easy .sec-tit p.bottom {
    margin: 20px 0 0;
    font-size: 20px;
    /* font-weight: 600; */
    letter-spacing: -0.02em;
}
#gunsul_easy .sec-tit em {
    font-style: normal;
    color: var(--page-point-color);
}
/* Section01 */
#gunsul_easy #section01 .row {
    display: flex;
    align-items: center;
}
#gunsul_easy #section01 .text p.lg {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
    color: #364048;
}
#gunsul_easy #section01 .text h2 {
    margin: 20px 0 40px;
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #222a30;
}
#gunsul_easy #section01 .text p {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.box-feature {
    margin-top: 40px;
}
.box-feature .tit {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 800;
}
.box-feature ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.box-feature ul li {
    flex-basis: 24%;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 11px #eaeaea;
}
/* Section03 */
#gunsul_easy #section03 .sec-tit p.top{
}
#gunsul_easy #section03 .sec-tit p.top em {
    /* background: rgb(7 52 72 / 72%); */
    /* color: #fff; */
    /* padding: 0 5px; */
}
.box-why {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.box-why > .item {
    width: calc(25% - 15px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 6%);
    border: 1px solid #ddd;
    border-top: 10px solid #548fdf;
    overflow: hidden;
    position: relative;
    padding: 60px 35px 40px;
}

.box-why > .item span[class^='material'] {
    font-size: 50px;
    color: var(--page-point-color);
    display: block;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48;
    vertical-align: text-bottom;
    position: relative;
    line-height: 0.7;
}
.box-why > .item .tit {
    margin: 40px 0 22px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.4;
    display: block;
}
.box-why > .item p {
    font-size: 15px;
    margin: 0;
    color: #444;
    line-height: 1.6;
    letter-spacing: -0.012em;
}
/* Section04 */
.box-reason {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    margin-top: -20px;
}

.box-reason > .item:nth-child(even) .material-symbols-outlined {
    background: #2473df;
}
.box-reason > .item {
    flex-basis: calc(33.333% - 20px);
    padding: 40px 40px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 5%);
}
.box-reason > .item:nth-child(n+4) {
    margin-top: 30px;
}
.box-reason > .item span[class^='material'] {
    font-size: 42px;
    width: 70px;
    height: 70px;
    background: #004a9b;
    border-radius: 50%;
    color: #fff;
    padding: 14px;
}
.box-reason > .item .tit {
    margin: 22px 0 17px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.025em;
}
.box-reason > .item p {
    font-size: 16px;
    color: #444;
    margin: 0;
}
/* Section05 */
#gunsul_easy #section05 {
  background: #e2eff9;
}
.box-review {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #124ea1;
    background: #124ea1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 5%);
}

.box-review {}
.box-review+.box-review {
    margin-top: 35px;
}
.box-review > .item:not(.tit) {
    flex-basis: 33.333%;
    padding: 32px 40px;
    text-align: center;
    background: #fff;
    /* border: 1px solid #ddd; */
    border-left: none;
    border-right: none;
}
.box-review > .item.tit {
    flex-basis: 100%;
}
.box-review > .item.tit h3 {
    /* width: 220px; */
    /* display: inline-block; */
    margin: 0;
    padding: 15px 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    /* background: var(--page-point-color-thick); */
    font-weight: 600;
    text-align: center;
}
.box-review > .item:not(.tit)+.item {
    border-left: 1px dashed #ddd;
}
.box-review > .item.tit+.item {
    border-left: 1px solid #ddd;
}
.box-review > .item:last-child {
    border-right: 1px solid #ddd;
}
.box-review > .item p {
    font-size: 16px;
    line-height: 1.58;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin: 0;
    color: #444;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.box-review .from {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
/* Section06 */
.box-review-2 {
    display: flex;
    gap: 20px;
    position: relative;
}

.box-review-2::before, 
.box-review-2::after {
    content: '\e244';
    font-family:  'Material Symbols Outlined';
    font-size: 80px;
    position: absolute;
    left: -40px;
    top: -60px;
    font-variation-settings: 'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
    transform:rotate(180deg);
    color: #8ab6f3;
}

.box-review-2::after {
  left:auto;
  top:auto;
  right: -40px;
  bottom: -60px;
  transform:rotate(0);
}
.box-review-2 > .item {
    display: flex;
    align-items: center;
    flex-basis: 25%;
    padding: 30px 30px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 5%);
}
.box-review-2 > .item p {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
/* Section07 */
.box-way {
    display: flex;
    justify-content: center;
}
.box-way > .item {
    padding: 0 30px;
    text-align: center;
}
.box-way > .item span[class^='material'] {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #fff;
    background: var(--page-point-color-thick);
    border-radius: 100px;
}
.box-way > .item p {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 600;
}
/* Section08 */
#gunsul_easy #section08 {
    text-align: center;
    background: #121315 url('/public/img/sub/bg_sec_pic.png') no-repeat center / cover;
    color: #fff;
}

#gunsul_easy #section08 p.top {
    color: #fff;
}
#gunsul_easy #section08 a.btn {
    margin-top: 0;
}

/* ---------- ISO인증, 중대재해컨설팅 공통 스타일 ---------- */
.subPage.arrow a.btn {
    position: relative;
    margin-top: 45px;
    padding: 20px 50px 20px 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    background: var(--page-point-color);
    border: none;
    color: #fff;
    letter-spacing: -0.02em;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    min-width: 240px;
}
.subPage.arrow a.btn::after {
    content: '\e5cc';
    top: 50%;
    right: 25px;
    position: absolute;
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    font-weight: 400;
    transform: translateY(-50%);
    transition: all ease .15s;
}
.subPage.arrow a.btn:hover {
    border-color: var(--page-point-thick-color);
}
.subPage.arrow a.btn:hover::after {
    right: 15px;
}
.subPage.arrow section {
    padding: 0;
}
.subPage.arrow section:nth-child(odd) {
    background: #fff;
}
.subPage.arrow section:nth-child(even) {
    background: #e2eff9;
}

#certificate_iso #section02 {
    background: #2d343e;
    color: #fff;
}

#certificate_iso #section02 p {
    font-size: 17px;
}

#certificate_iso #section02 .text-area {
    padding-right: 60px;
}

#certificate_iso #section02 .tit {
    color: #fff;
}
#certificate_iso #section03, 
#certificate_iso #section05 {
    /* background: #e2eff9; */
}
#certificate_iso #section04 {
    background: #e2eff9;
}

#certificate_iso #section04 .tit {
    /* color: #fff; */
}
#certificate_iso #section01 svg .elementor-shape-fill {
    fill: #2d343e;
}
#certificate_iso #section02 svg .elementor-shape-fill {
    /* fill: #e2eff9; */
}
#certificate_iso #section03 svg .elementor-shape-fill {
    fill: #ffffff;
}
#certificate_iso #section04 svg .elementor-shape-fill {
    fill: #fff;
}


.subPage.arrow section .container {
    padding: 115px 0 135px;
}
.subPage.arrow section svg {
    margin-bottom: -7px;
}
.subPage.arrow section:nth-child(odd) svg .elementor-shape-fill {
    fill: #e2eff9;
}
.subPage.arrow section:nth-child(even) svg .elementor-shape-fill {
    fill: #fff;
}
.subPage.arrow .tit {
    margin: 0px 0 50px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.5;
    color: #25272a;
    text-align: center;
}
.subPage.arrow p+.tit {
    margin-top: 80px;
}
.subPage.arrow .tit+p {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
}
.subPage.arrow .contents p {
    font-size: 18px;
    letter-spacing: -0.015em;
    line-height: 1.75;
    margin-bottom: 25px;
}
.subPage.arrow .tit + p.des {
    margin-top: -30px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.75;
}
.image-area {
    /* padding-left: 60px; */
}

.image-area img {
    border-radius: 8px;
    /* box-shadow: 4px 11px 16px rgb(0 0 0 / 10%); */
    object-fit: cover;
    width: 100%;
    height: 370px;
}

.text-box {
    padding: 65px 90px 50px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 5%);
    border: 1px solid #d0d0d0;
}

.text-box em {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.7;
    margin-top: 17px;
    color: var(--page-point-color);
    letter-spacing: -0.03em;
}


/* ---------- ISO인증 (페이지) ----------*/
/* Section01 */
#certificate_iso #section01 img {
    margin: 60px auto 0;
}
/* Section02 */
#certificate_iso #section02 ul {
    margin-top: 20px;
}

.list-check li {
    font-size: 20px;
    font-weight: 600;
    padding-left: 38px;
    display: inline-block;
    margin-right: 40px;
}

.list-check li + li {
    margin-top: 8px;
}

.list-check li::before {
    content: '\e5ca';
    font-family:  'Material Symbols Outlined';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #29b4e9;
    line-height: 1;
}

.list-style-1 li {
    font-size: 20px;
    font-weight: 500;
}

/* Section04 */
.list-process {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.list-process > li {
    background: #fff;
    width: calc(25% - 23px);
    flex-basis: auto;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 140px;
    margin-bottom: 0;
    border-radius: 8px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    padding: 20px 15px 19px;
    padding-left: 80px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 6%);
    border: 1px solid #ddd;
    border-top: 10px solid #548fdf;
}

.list-process > li::before {
    content: '\e5cc';
    top: 50%;
    right: -32px;
    position: absolute;
    font-family: 'Material Symbols Outlined';
    font-size: 34px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all ease .15s;
    color: #a5c6e1;
}

.list-process > li:last-child::before {
    content: none;
}

.list-process > li ul li {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-align: left;
    color: #666;
}

.list-process > li ul {
    margin-top: 6px;
    min-height: 60px;
}

/* Section06 */
#certificate_iso #section06 {
    text-align: center;
    color: #fff;
    background: #2c3648 url(/public/img/sub/bg_sec_pic2.png) no-repeat center / cover;
}
#certificate_iso #section06 .tit{
  color: #fff;
  margin-bottom: 40px;
}

#certificate_iso #section06 .btn,
#consulting #section07 .btn {
    background: var(--page-point-color-light);
}
#certificate_iso #section05 svg .elementor-shape-fill {
    fill: #1f61b1;
}




/* 중대재해컨설팅 (페이지) */
#consulting .list-dash li {
    width: calc(25% - 8px);
    border: 1px solid #ddd;
    border-top: 2px solid #548fdf;
    border-radius: 8px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
    font-size: 15px;
    background: #fff;
    min-height: 106px;
    color: #111;
}

#consulting .list-dash li::before {
    content: none;
}

#consulting .list-dash {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#consulting #section01 p {
    text-align: center;
    width: 90%;
    margin: -30px auto 0;
}

#consulting #section01 .list-default {padding: 0;display: flex;gap: 13px;margin-top: -15px;}

#consulting #section01 .list-default li {
    width: calc(25% - 10px);
    height: 130px;
    text-align: center;
    background: #124ea1;
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 8px;
    letter-spacing: -0.025em;
}
#consulting #section01 .list-default li::before{
  content: none;
}

/* Section01 */
#consulting #section01 svg .elementor-shape-fill{
  fill:#e2eff9;
}
/* Section02 */
#consulting #section02 {
  background: #e2eff9;
}
#consulting #section02 .row > div {
    padding: 0;
}
#consulting #section02 .row > div+div {
    border-left: 1px dashed #ddd;
}
#consulting #section02 .inner {
    overflow: hidden;
    height: 100%;
    padding: 30px;
    background: #fff;
}
#consulting #section07,
#certificate_iso #section06{
  background: #195399;
  background: linear-gradient(0deg, #0a376c, #1f61b1);
  text-align: center;
  color: #fff;
}

#consulting #section07 .container,
#certificate_iso #section06 .container{
    padding-bottom: 120px;
    padding-top: 100px;
}
#consulting #section07 .tit,
#certificate_iso #section06 .tit{
    color: #fff;
}
#consulting #section07 p {
    margin-bottom: 15px;
}
#consulting #section07 p.high{
    font-size: 22px;
    color: #fcff3a;
    width: 70%;
    margin: 0 auto;
    line-height: 1.65;
    margin-top: 22px;
}
/* Section06 */
#consulting #section06 svg .elementor-shape-fill{
  fill: #1f61b1;
}
#consulting #section05 p {margin-bottom: 4px;}

/* 노무신고대행 서비스 무료 견적, 무료 견적 받기 (페이지 내 주문폼) */
.subPage[id^='estimate'] > .contents {
    padding: 140px 0;
}

/* 교육센터 (페이지) */
#edu_center .box-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
#edu_center .box-top .icon {
    margin-right: 55px;
}
#edu_center .box-top .icon i {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #f70000;
    background: #eee;
    border-radius: 100%;
}
#edu_center .box-top h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #25272a;
    letter-spacing: -0.02em;
    line-height: 1.5;
}
#edu_center .box-top h3 span {
    color: var(--page-point-color);
}
#edu_center .box-top p {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.025em;
    line-height: 1.6;
}

/* #edu_center a.btn {
    position: relative;
    padding: 20px 50px 20px 30px;
    margin-bottom: 80px;
    margin-top: -30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    background: var(--page-point-color);
    border: none;
    color: #fff;
    letter-spacing: -0.02em;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

#edu_center a.btn:hover {
    background: var(--page-point-color-thick);
}
#edu_center a.btn::after {
    content: '\f090';
    top: 50%;
    right: 25px;
    position: absolute;
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    font-weight: 400;
    transform: translateY(-50%);
    transition: all ease .15s;
}
#edu_center a.btn:hover {
    color: #fff;
    background: var(--page-point-color-thick);
    border-color: var(--page-point-color-thick);
}
.box-youtube .item+.item {
    margin-top: 50px;
}
.box-youtube .tit {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.box-youtube .item {
    text-align: center;
    padding: 70px 80px 80px;
    background: #f5f5f5;
    border-radius: 8px;
}
.box-youtube a {
    display: inline-block;
    margin: 0 0 40px;
    padding-right: 15px;
    font-size: 18px;
    color: var(--page-point-color);
    text-decoration: underline;
    text-underline-position: under;
    position: relative;
}

.box-youtube a::after {
    content: '\e5cc';
    top: 50%;
    right: -18px;
    position: absolute;
    font-family: 'Material Symbols Outlined';
    font-size: 29px;
    font-weight: 400;
    transform: translateY(-50%);
    transition: all ease .15s;
}

.box-youtube iframe {
    border: 4px solid #124ea1;
    border-radius: 16px;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 25%);
} */

/* 오시는길 (페이지) */
ul.list-contact {
    margin-top: 30px;
}
ul.list-contact > li {
    padding-left: 35px;
    display: flex;
    font-size: 16px;
}
ul.list-contact > li+li {
    margin-top: 14px;
}
ul.list-contact > li.addr {
    font-size: 18px;
}
ul.list-contact > li::before {
    content: '\e55e';
    top: -2px;
    left: 0;
    height: 30px;
    position: absolute;
    font-size: 20px;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1,'wght' 600,'GRAD' 0,'opsz' 48;
    color: var(--page-point-color);
}
ul.list-contact > li:nth-child(2)::before {
    content: '\e61d';
}
ul.list-contact > li:nth-child(3)::before {
    content: '\ead8';
}
ul.list-contact > li:not(.addr) {
    display: flex;
}
ul.list-contact > li .tit {
    width: 100px;
    /* width: 40px; */
    font-weight: 900;
}


/* 게시판, 주문폼 공통 스타일 */
.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;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
  color: #999;
}
.table.table_default tr td.subject {
  position: relative;
}
.table.table_default thead th {
  font-weight: 600;
  color: #333;
  background: #fff;
  border-color: #ccc;
  padding: 20px 15px;
}
.table.table_default tbody .subject .badge {
  top: 15px;
  position: absolute;
  padding: 4px 6px 3px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  background: var(--page-secondary-color);
  border: none;
  border-radius: 0;
}
.table.table_default tbody .subject a {
  font-size: 16px;
}
.table.table_default tbody .subject a:hover {
  text-decoration: underline;
}
.table.table_default tbody .subject span>.badge+a {
  padding-left: 62px;
}

.board_data_view {
  border-top: 2px solid #333;
  border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap .title {
  padding: 40px 5px 38px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3em;
  border-bottom: 1px solid #eee;
}
.board_data_view .header_wrap .info {
  margin: 0;
  padding: 11px 0 11px;
}
.board_data_view .header_wrap .info span {
  font-size: 13px;
  color: #909090;
}
.board_data_view p {
  font-size: 18px;
}

/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
  color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
  border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
  color: var(--page-point-color);
}

.board_wrapper .text-center {
  margin-bottom: 0;
}

#reply_list span {
  font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  font-size: 15px;
  border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table {
  border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 230px;
    font-weight: 700;
    color: #333;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
  color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
  padding: 6px 8px;
}
.form-control {
  letter-spacing: -0.03em;
  font-size: 15px;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
  width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
  margin-top: 10px !important;
  font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
  font-weight: 500;
  color: var(--page-point-color);
  text-decoration: underline;
}
.form-control:not([readonly]):focus {
  border-color: #555;
}

/* 블로그B, 동영상 게시판 */
:where(.table_video, .table_blog2, .table_pd) .inner {
    /* padding: 15px; */
    /* background: #f5f5f5; */
    /* border-radius: 8px; */
    /* border: 1px solid #fff; */
    /* border-radius: 8px; */
    /* transition: all 0.25s; */
}

:where(.table_video, .table_blog2, .table_pd) dd {
    margin-bottom: 50px;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover {
    border-color: #3485D8;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 5%);
}
:where(.table_video, .table_blog2, .table_pd) .inner .top {
    /* box-shadow: 3px 3px 20px rgb(0 0 0 / 25%); */
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    height: auto;
    padding-top: 56%;
    /* border: 1px solid #ddd; */
}

.table_video .inner .top {
    /* border: 1px solid #DDD; */
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 20px 0 15px;
    text-align: center;
}
:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: none;
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a):hover, :where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus), :where(.table_video, .table_blog2, .table_pd) .inner:hover .title a {
    text-decoration: none;
    color: var(--page-point-color-light);
}
:where(.table_video, .table_blog2, .table_pd) .bottom .info {
    display: none;
}
.table_video .top a:before {
    color: var(--page-point-color);
    color: rgb(28 28 28 / 75%);
    font-weight: 900;
    top: 53%;
}

/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    #consulting #section02 .row > div{padding:0 15px}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{font-size:15px}
    #site:not(.curr_main) {
        padding-top: 67px;
    }
    p {line-height:1.4em}

    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand{margin-top:3px}
    .navbar-inverse .navbar-brand img {height:30px;}
    .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;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{padding:12px 15px;color:#fff !important;background:var(--page-point-color)}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{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}

    .mainPage #section2{padding:60px 0 80px}
    .mainPage .top-tit{margin-bottom:40px}
    .mainPage .top-tit h2{margin:0 0 25px;font-size:44px}
    .mainPage .top-tit p{font-size:18px}
    .mainPage .top-tit p.en{font-size:15px}
    .box-service{padding:0}
    .box-service .item{padding:0 15px}
    .box-service .item+.item{margin-top:10px}
    .box-service a{height:240px;transform:none}
    .box-service .item1 a{background-position-y:0%}
    .box-service a::before{background-color:rgba(0, 0, 0, 0.5) !important}
    .box-service a:hover{transform:none}
    .box-service .text{top:50% !important;left:0 !important;padding:15px;transform:translateY(-50%) !important}
    .box-service .text .tit{margin:0 0 20px;font-size:25px}
    .box-service .text p{font-size:16px;opacity:1}
    .box-service .text .more{margin-top:20px;padding:8px 18px;font-size:13px;opacity:1}

    #site footer .footer-info{padding:20px 0}
    #site footer .footer-info ul li{font-size:11px;line-height:18px}
    #site footer .footer-info ul li.copy{margin:5px 0 0;font-size:10px}
    #site footer .footer-info .login{top:auto;bottom:0}
    #site footer .footer-info .login > a{font-size:11px}

    .subPage > .pageTop{height:180px}
    .subPage > .pageTop h1,
    .subPage > .pageTop h2{font-size:40px}
    .subPage[id^='estimate'] > .pageTop h1{font-size:32px}
    .subPage#estimate > .pageTop h1{font-size:27px}
    .subPage section{padding:60px 0}
    .subPage[id^='estimate'] > .contents{padding:60px 0}
    .title-lv-1{margin:0 0 50px;font-size:32px}
    .list-check li{font-size:18px;padding-left:30px;margin-right:0}
    .list-check li::before{font-size:25px;top:-2px}
    
    #gunsul_easy #section01 .row{flex-direction:column}
    #gunsul_easy #section01 .text p.lg{font-size:20px;line-height:1.4}
    #gunsul_easy #section01 .text h2{margin:20px 0 30px;font-size:45px}
    #gunsul_easy #section01 .text p{font-size:15px;line-height:1.5}
    #gunsul_easy a.btn{margin-top:30px;padding:18px 50px 18px 25px;font-size:17px}
    .box-feature .tit{font-size:19px}
    .box-feature{margin-bottom:50px}
    .box-feature ul li{flex:1 1 auto}
    #gunsul_easy .sec-tit{margin-bottom:45px}
    #gunsul_easy .sec-tit p.top{font-size:28px}
    #gunsul_easy .sec-tit p.bottom{margin:15px 0 0;font-size:17px}
    #gunsul_easy #section02 .sec-tit p.top{font-size:24px}
    .box-why{flex-direction:column;gap:15px}
    .box-why > .item{width:100%;padding:30px 20px 20px}
    .box-why > .item .tit{margin:30px 0 12px;font-size:20px}
    .box-why > .item p{font-size:14px;line-height:1.5}
    .box-reason{flex-direction:column;gap:15px}
    .box-reason > .item{flex-basis:100%;padding:30px 15px}
    .box-reason > .item:nth-child(n + 4){margin-top:0}
    .box-reason > .item .tit{margin:20px 0 15px;font-size:20px}
    .box-reason > .item p{font-size:15px}
    .box-review{flex-direction:column}
    .box-review+.box-review{margin-top:20px}
    .box-review > .item.tit h3{padding:15px;font-size:21px}
    .box-review > .item:not(.tit){flex-basis:100%;padding:25px 15px}
    .box-review > .item p{font-size:15px;line-height:1.48;min-height:auto}
    .box-review .from{margin-top:15px}
    .box-review > .item.tit+.item{border-left:none}
    .box-review > .item:not(.tit)+.item{border-top:1px dashed #ddd;border-left:none}
    .box-review-2{flex-direction:column;gap:15px;padding:45px 0}
    .box-review-2::before,
    .box-review-2::after{font-size:55px}
    .box-review-2::before{top:0;left:-10px}
    .box-review-2::after{right:-10px;bottom:0}
    .box-review-2 > .item{flex-basis:100%;padding:25px 15px}
    .box-review-2 > .item p{font-size:15px;line-height:1.5}
    .box-way > .item{flex:1 1 0;padding:0}
    .box-way > .item span[class^='material']{width:100px;height:100px;margin:0 auto;font-size:50px}
    .box-way > .item p{margin:15px 0 0;font-size:15px}
    .subPage.arrow section .container{padding:55px 15px 50px !important}
    .subPage.arrow section:first-child .container{padding-top:60px !important}
    .subPage.arrow section:last-child .container{padding-bottom:60px !important}
    .subPage.arrow .tit{margin:0 0 30px;font-size:29px;line-height:1.4}
    .subPage.arrow .tit + p.des{margin-top:0;font-size:16px;line-height:1.65}
    .subPage.arrow .contents p{font-size:16px;line-height:1.55;margin-bottom:20px}
    .subPage.arrow p+.tit{margin-top:50px}
    .subPage.arrow a.btn{margin-top:30px;padding:18px 50px 18px 25px;font-size:17px}
    #certificate_iso #section01 img{margin:40px auto 0}
    #certificate_iso #section02 .tit{margin:0 0 30px;font-size:32px}
    #certificate_iso #section02 .text-area{padding-right:15px}
    #certificate_iso #section02 p{font-size:16px}
    #certificate_iso #section02 ul{margin:30px 0 60px}
    .text-box{padding:25px 10px 15px}
    .text-box em{font-size:18px;line-height:1.6}
    .list-process{flex-direction:column}
    .list-process > li{width:100%;font-size:18px;min-height:auto;padding:20px 15px 19px 50px}
    .list-process > li::before{top:auto;right:auto;bottom:-40px;left:50%;transform:translateX(-50%) rotate(90deg)}
    .list-no > li .no{font-size:30px;left:15px;top:32px}
    .list-process > li ul{min-height:auto}
    #consulting #section01 p{width:100%;margin-top:0}
    #consulting #section01 .list-default{flex-direction:column;margin-top:0}
    #consulting #section01 .list-default li{width:100%;height:auto;padding:20px 15px;font-size:17px}
    #consulting .list-dash li{flex:1 1 auto;width:calc(50% - 8px);padding:10px;font-size:14px}
    #consulting #section07 p.high{width:100%;font-size:19px;line-height:1.5}
    #edu_center .box-top{flex-direction:column;margin-bottom:50px;text-align:center}
    #edu_center .box-top .icon{margin-bottom:30px;margin-right:0}
    #edu_center .box-top .icon i{width:100px;height:100px;font-size:50px}
    #edu_center .box-top h3{font-size:20px}
    #edu_center .box-top p{font-size:16px}
    #location iframe{height:300px}
    ul.list-contact > li{padding-left:30px;font-size:15px}
    ul.list-contact > li.addr{font-size:17px}

    .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:11px}
    .table.table_default tbody .subject .badge{top:9px;font-size:10px}
    .table.table_default tr td.subject a{font-size:13px}
    .table.table_default tbody .subject span > .badge + a{padding-left:55px}
    .board_data_view .header_wrap .title{padding:25px 5px 23px;font-size:22px}
    .board_data_view .header_wrap .info{padding:8px 0;}
    .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:12px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    .member_wrapper{padding-top:50px;padding-bottom:80px}

    :where(.table_video, .table_blog2, .table_pd) dd {
        width: 100% !important;
        margin-bottom: 30px;
    }
    :where(.table_video, .table_blog2, .table_pd) .inner .bottom {
        padding: 15px 0 10px;
    }
    :where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
        font-size: 17px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar-inverse .navbar-right{margin-right:-22px}
    .navbar-inverse .navbar-nav > li > a{padding-right:38px;padding-left:38px}
    .mainPage .carousel-caption{right:5%;left:5%}
    .mainPage .carousel-caption h2{font-size:45px}
    .mainPage .carousel-caption p{font-size:24px}
    .box-service a{height:300px}
    .box-service .text{padding:30px 15px}
    .box-service .text .tit{margin:0 0 35px}
    .box-service .text .more{margin-top:35px}
    .box-why > .item{width:calc(50% - 15px)}
    .box-review-2::before{left:-30px}
    .box-review-2::after{right:-30px}
    .list-process{padding-right:15px}
}
/************ 모바일 최적화 끝 ************/

[di^="estimate"] #list_btn{display: none;}