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

@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream3.eot');
    src: url('/public/font/SCDream/SCDream3.eot?#iefix') format('embedded-opentype'),
    url('/public/font/SCDream/SCDream3.woff') format('woff'),
    url('/public/font/SCDream/SCDream3.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream4.eot');
    src: url('/public/font/SCDream/SCDream4.eot?#iefix') format('embedded-opentype'),
    url('/public/font/SCDream/SCDream4.woff') format('woff'),
    url('/public/font/SCDream/SCDream4.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream5.eot');
    src: url('/public/font/SCDream/SCDream5.eot?#iefix') format('embedded-opentype'),
    url('/public/font/SCDream/SCDream5.woff') format('woff'),
    url('/public/font/SCDream/SCDream5.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream6.eot');
    src: url('/public/font/SCDream/SCDream6.eot?#iefix') format('embedded-opentype'),
    url('/public/font/SCDream/SCDream6.woff') format('woff'),
    url('/public/font/SCDream/SCDream6.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream7.eot');
    src: url('/public/font/SCDream/SCDream7.eot?#iefix') format('embedded-opentype'),
    url('/public/font/SCDream/SCDream7.woff') format('woff'),
    url('/public/font/SCDream/SCDream7.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

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

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

p {
    line-height: 1.6em;
}

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

.btn.btn-primary {
    background-color: #00aeb0;
    border-color: #00aeb0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #129d9e;
    border-color: #129d9e;
}

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

h1, h2, h3, h4:not(.title) {
    font-family: 'Poppins', 'SCDream', 'notokr', sans-serif;
}

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

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

.navbar-inverse .navbar-brand img{height:55px;margin-top:0;}

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', 'SCDream', 'notokr', sans-serif;
    color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#00aeb0;}

.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: #00a4a5;}

@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:#00aeb0;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#00aeb0;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

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

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{left:50%;right:auto;transform:translate(-50%,0);border-radius:0;border:none;padding:0;background:rgba(0,0,0,0.85);-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 20px;color:#fff;text-align:center;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:#00aeb0;}
}

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

/* 슬라이드 공통 */
.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 {
    top: 24%;
    /* top: 48%; */
    text-align: left;
    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:#333;color:#ddd}
#site footer .footer-info{padding: 40px 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;font-weight:300;margin-right:10px;line-height: 25px;letter-spacing: 0.02em;opacity: 0.9;}
#site footer .footer-info ul li:first-child {
    color: #fff;
    opacity: 1;
}
#site footer .footer-info .logo {opacity: 0.8;}
#site footer .footer-info ul li.copy{
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: 10px;
}

/* 메인 페이지 */
#mainCarousel .carousel-indicators {
    display: none;
}
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 91px);
    max-height: 1000px;
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 20px;
    /* margin: 0 0 30px; */
    font-size: 53px;
    /* font-size: 57px; */
    font-weight: 300;
    line-height: 1.45em;
    letter-spacing: -0.05em;
    text-align: center;
}
/* #mainCarousel .carousel-caption h1::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 30px auto 50px;
    opacity: 0.7;
} */
#mainCarousel .carousel-caption h1 span {
    font-weight: 700;
    font-size: 60px;
}
#mainCarousel .carousel-caption p {
    font-size: 22px;
    /* font-size: 24px; */
    letter-spacing: 0;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 767px) {
.carousel-caption {
    top: 50%;
    right: 7%;
    left: 7%;
}
#mainCarousel .carousel-inner .item {
    height: 250px;
}
#mainCarousel .carousel-caption h1 {
    font-size: 26px;
}
#mainCarousel .carousel-caption h1 span {
    font-size: 28px;
}
#mainCarousel .carousel-caption p {
    font-size: 15px;
}
}

#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 {
    top: 48%;
    left: 50%;
    width: 37vw;
    height: 42.5vh;
    position: absolute;
    transform: translateX(-50%);
}
.mainPage section.video {
    width: 100%;
    height: 100%;
    background: #000;
    /* left: 50%;
    bottom: 5%;
    position: absolute;
    transform: translateX(-50%); */
}
.mainPage section.video::before {
    content: '';
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 51px);
    position: absolute;
    background: linear-gradient(65deg, rgba(0,174,176,1) 0%, rgba(166,198,114,1) 50%, rgba(233,214,30,1) 100%);
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.24);
    z-index: -1;
}
.mainPage section.video p {
    margin: 4px 1px 0;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    text-align: right;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}
.mainPage section.video iframe {
    width: 100%;
    height: 100%;
}
/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 240px;
    background: #fff url(/public/img/sub/back_page_top3.jpg) no-repeat;
    background-position: 78% 30%;
    /* background-size: cover;
    background-position: center; */
    position: relative;
}
.subPage > .pageTop::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #999;
    /* background: #000; */
    opacity: 0.1;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop h2 {
    margin: 120px 0 0;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: left;
    letter-spacing: -0.034em;
}

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

/* Link */
.subPage .link ul {
    display: flex;
    margin-top: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.subPage .link ul > li {
    flex: 1 1 0%;
    text-align: center;
}
.subPage .link ul > li > a {
    position: relative;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 56px;
    text-decoration: none;
    background: transparent;
    border-right: 1px solid #eee;
}
.subPage .link ul > li:last-child > a {
    border-right: none;
}
.subPage .link ul > li.active > a {
    font-weight: 600;
    color: #fff;
    background: rgb(0,174,176);
    background: linear-gradient(65deg, rgba(0,174,176,1) 0%, rgba(166,198,114,1) 50%, rgba(233,214,30,1) 100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    letter-spacing: 0;
    font-size: 18px;
}
.subPage .link ul > li:not(.active) > a:hover,
.subPage .link ul > li:not(.active) > a:focus {
    font-weight: 600;
    color: #00a4a5;
}

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

.space-bottom {
    margin-bottom: 100px;
}

.title-lv-1 {
    margin: 0 0 80px;
    font-size: 44px;
    font-weight: 300;
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
    display: none;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.04em;
    padding-left: 27px;
}
.title-lv-2::before {
    content: '';
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    border: 5px solid #4f51bb;
    border-top-color: #8ab0fc;
    border-left-color: #4d7bd7;
    border-radius: 50%;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
}
.list-style-1 > li {
    padding-left: 10px;
}
.list-style-1 > li::before {
    content: '';
    top: 8px;
    left: 0;
    width: 6px;
    height: 3px;
    position: absolute;
    background: #129d9e;
}
.list-style-2 > li {
    margin-bottom: 2px;
    padding-left: 8px;
}
.list-style-2 > li::before {
    content: '';
    top: 8px;
    left: 10px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 10px;
}

/* 인사말 (페이지) */
#greeting .image {
    padding: 0 74px 0 15px;
    /* padding: 0 80px 0 15px; */
}
#greeting .text h3 {
    margin: 0 0 35px;
    /* margin: 15px 0 35px; */
    font-size: 34px;
    font-weight: 300;
    color: #00997d;
    letter-spacing: -0.05em;
    line-height: 1.4em;
}
#greeting .text p {
    margin: 0 0 30px;
    font-size: 18px;
    letter-spacing: -0.034em;
}
#greeting .text p em {
    font-weight: 600;
    font-style: normal;
    color: #f3627e;
}
#greeting .text .from {
    color: #666;
    text-align: right;
    border-top: 1px solid #eee;
    padding: 20px 5px 0 0;
}
#greeting .text .from > span {
    font-weight: 500;
    color: #333;
    font-size: 15px;
}
#greeting .text .from > .name {
    font-weight: 600;
    font-size: 20px;
}

/* 연혁 (페이지) */
.wrap-history {
    position: relative;
}
.wrap-history::before {
    content: '';
    top: 15px;
    left: 50%;
    height: 97%;
    position: absolute;
    border-left: 1px solid #e3e3e3;
}
.wrap-history ul > li {
    width: 50%;
    margin: 0 0 0 50%;
    padding: 0 0 0 80px;
}
.wrap-history ul > li+li {
    margin-top: 45px;
}
.wrap-history ul > li:nth-child(even) {
    margin-left: 0;
    padding: 0 80px 0 0;
    text-align: right;
}
.wrap-history ul > li::before {
    content: '';
    top: 18px;
    left: 0;
    width: 60px;
    position: absolute;
    border-top: 1px solid #e3e3e3;
}
.wrap-history ul > li:nth-child(even)::before {
    right: 0;
    left: auto;
}
.wrap-history ul > li .date {
    position: relative;
    margin: 0 0 20px;
    font-size: 37px;
    font-weight: 400;
    color: #00aeb0;
}
.wrap-history ul > li .date::before,
.wrap-history ul > li .date::after {
    content: '';
    position: absolute;
}
.wrap-history ul > li .date::before {
    top: 10px;
    left: -90px;
    width: 21px;
    height: 21px;
    background: #fff;
    border: 6px solid #c1f3f4;
    border-radius: 20px;
}
.wrap-history ul > li .date::after {
    top: 16px;
    left: -84px;
    width: 9px;
    height: 9px;
    background: #00abad;
    border-radius: 50%;
}
.wrap-history ul > li:nth-child(even) .date::before {
    right: -90px;
    left: auto;
}
.wrap-history ul > li:nth-child(even) .date::after {
    right: -84px;
    left: auto;
}
.wrap-history ul > li .detail+.detail {
    margin-top: 7px;
}
.wrap-history ul > li .detail .auth {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #33b59d;
    padding: 3px 12px;
    border-radius: 15px;
    margin-left: 5px;
}
.wrap-history ul > li span.desc {
    font-weight: 500;
}
/* 오시는길 (페이지) */
#location .contact {
    width: 100%;
    display: inline-block;
    /* margin-top: -7px; */
    padding: 35px 0 30px;
    text-align: center;
}
#location .contact ul > li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
    background: #f4f4f4;
    padding: 12px 30px 12px 55px;
    border-radius: 45px;
    margin: 0;
}
#location .contact ul > li+li {
    margin-left: 0;
}
#location .contact ul > li.addr {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    padding: 0 0 20px;
}
#location .contact ul > li.addr i,
#location .contact ul > li.addr h4 {
    display: none;
}
#location .contact ul > li i {
    top: 13px;
    left: 25px;
    position: absolute;
    font-size: 24px;
    color: #00aeb0;
}
#location .contact ul > li h4 {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #00aeb0;
}

/* 아이스봇 (페이지) */
#product_icebot .title-lv-1 {
    display: block;
}
#product_icebot #row1 {
    margin: 0 100px;
}
#product_icebot #row1 > div {
    padding: 0 40px;
}
#product_icebot #row2 {
    margin-top: 80px;
}
#product_icebot #row2 h3 > span {
    font-weight: 600;
}
#product_icebot #row2 h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
    color: #f3627e;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}
ul.list-spec {
    margin-top: 10px;
}
ul.list-spec > li {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
/* ul.list-spec > li+li {
    margin-top: 15px;
} */
ul.list-spec > li h5 {
    float: left;
    width: 25%;
    position: relative;
    margin: 2px 0 0;
    padding-left: 3px;
    font-size: 16px;
    font-weight: 600;
}
ul.list-spec > li h5::after {
    content: '';
    top: -23px;
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid #999;
}
ul.list-spec > li .detail {
    width: 75%;
    display: inline-block;
    padding-left: 12px;
}

/* 영상 및 사진 (블로그B 게시판) */
#video_picture .category_wrap {
    margin-top: -67px;
}
#video_picture .category_wrap ul {
    background: #f8f8f8;
}
#video_picture .category_wrap ul li a {
    color: #111;
    border-right-color: #ddd;
}
#video_picture .category_wrap ul li.on a {
    color: #fff;
    background: #33b59d;
}
#video_picture .table_blog2 dd .inner .top a {
    padding: 10px;
}
#video_picture .table_blog2 dd .inner .top a .thumb {
    height: 225px;
    background-size: contain;
}

/* 직영운영 (페이지) */
#business01 #row2 > .left {
    padding-right: 60px;
}
#business01 #row2 .right {padding: 0 0 0 30px;text-align: center;}
[id^='business'] .box-text {
    text-align: left;
}
[id^='business'] .box-text > p {
    margin: 0 0 20px;
    font-size: 18px;
    color: #000;
    letter-spacing: -0.034em;
}
#business01 #row2 p > em {
    font-style: normal;
}
ul.list-advantage {
    margin: 30px 0;
}
ul.list-advantage > li {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    position: relative;
    display: table;
}
ul.list-advantage > li::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #fff97e;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
ul.list-advantage > li+li {
    margin-top: 10px;
}
.box-advantage {
    padding: 60px 0 40px;
    background: #d6f5ef;
    border-radius: 50%;
    width: 420px;
    height: 420px;
    /* border: 5px solid #d6f5ef; */
}
.box-advantage > h3 {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 700;
    color: #05866d;
}
.box-advantage ul > li {
    display: inline-block;
}
.box-advantage ul > li+li {margin-left: 3px;}
.box-advantage ul > li .icon {
    width: 130px;
    height: 130px;
    padding: 25px 40px 55px;
    background: #25a58c;
    border-radius: 100%;
    margin: auto;
}
.box-advantage ul > li:first-child {
    display: block;
}
.box-advantage ul > li h5 {
    margin: -45px 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
#business01 #row3 {
    padding-top: 70px;
}
#business01 #row3 h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.4em;
    position: relative;
}
#business01 #row3 h3::before {
    width: 100%;
    height: 2px;
    background: #000;
    content: '';
    display: block;
    margin-bottom: 20px;
}
#business01 #row3 h3 > .en {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    color: #26cbac;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.15em;
}
/* Win-Win Process */
/* 공통 스타일 */
#business01 .wrap-process {
    width: 100%;
    display: flex;
    margin: 0;
}
#business01 .wrap-process > .process {
    position: relative;
    flex-basis: 50%;
    padding: 15px;
    border: 1px solid #eee;
}
#business01 .wrap-process > .process1 {
    margin-right: 15px;
}
#business01 .wrap-process > .process2 {
    margin-left: 15px;
}
#business01 .process > h4 {
    top: -45px;
    left: 0;
    position: absolute;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    color: #099268;
}
#business01 .process .wrap-box {
    height: 100%;
    display: flex;
    font-family: 'Poppins', 'SCDream', 'notokr', sans-serif;
    text-align: center;
}
#business01 .process .box {
    background: #f8f8f8;
}
#business01 .process .box > .inner {
    padding: 20px;
}
#business01 .process .box .who {
    display: inline-block;
    margin-bottom: 30px;
    padding: 4px 22px 2px;
    font-size: 16px;
    color: #fff;
    background: #444;
    border-radius: 30px;
}
/* 개요 */
#business01 .process1 .box.box1 {
    flex-basis: 70%;
}
#business01 .process1 .box.box1 > .inner {
    min-height: 166px;
    display: flex;
    padding: 15px;
}
#business01 .process1 .box.box1 .tit {
    flex-basis: 40%;
    padding: 10px;
    color: #666;
    background: #fff;
    border: 3px solid #eee;
    border-radius: 15px;
}
#business01 .process1 .box.box1 .tit > i {
    font-size: 50px;
}
#business01 .process1 .box.box1 .tit > h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
#business01 .process1 .box.box1 > .inner.top {
    border-bottom: 7px solid #fff;
}
#business01 .process1 .box.box1 > .inner.bottom {
    position: relative;
    border-top: 7px solid #fff;
}
#business01 .process1 .box.box1 > .inner.bottom::before {
    content: "\f9e9";
    top: -30px;
    left: 50%;
    position: absolute;
    font-size: 42px;
    font-family: "Phosphor";
    color: #666;
    line-height: 1em;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    transform: translateX(-50%);
}
#business01 .process1 .box.box1 > .inner.bottom .tit > h5 {
    margin-top: 5px;
    color: #00aeb0;
}
#business01 .process1 .box.box1 .text {
    display: flex;
    flex-basis: 60%;
    justify-content: center;
    align-items: center;
}
#business01 .process1 .box.box1 .text > p {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2em;
}
#business01 .process1 .box.box1 .text > p .light {
    font-size: 16px;
    font-weight: 400;
}
#business01 .process1 .box.box2 {
    position: relative;
    flex-basis: 30%;
    margin-left: 60px;
}
#business01 .process1 .box.box2::before {
    content: "\f821";
    top: 50%;
    left: -50px;
    position: absolute;
    font-size: 42px;
    font-family: "Phosphor";
    color: #666;
    line-height: 1em;
    border-radius: 100%;
    transform: translateY(-50%);
}
#business01 .process1 .box2 .block {
    margin-top: 10px;
}
#business01 .process1 .box2 .block+.block {
    margin-top: 40px;
}
#business01 .process1 .box2 .block > p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
#business01 .process1 .box2 .block > .rect {
    display: inline-block;
    padding: 6px 6px 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1em;
    background: #444;
}
/* 기대효과 */
#business01 .process2 .box {
    flex-basis: 50%;
}
#business01 .process2 .box1 {
    margin-right: 30px;
}
#business01 .process2 .box.box1 .who {
    background: #666;
}
#business01 .process2 .box2 {
    position: relative;
    margin-left: 30px;
}
#business01 .process2 .box2::before {
    content: "\f821";
    top: 50%;
    left: -50px;
    position: absolute;
    font-size: 42px;
    font-family: "Phosphor";
    color: #666;
    line-height: 1em;
    border-radius: 100%;
    transform: translateY(-50%);
}
#business01 .process2 .box.box2 .who {
    background: #00aeb0;
}
#business01 .process2 .box p {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    letter-spacing: -0.06em;
    line-height: 1.4em;
}
#business01 .process2 .box ol > li {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.06em;
    color: #00aeb0;
    text-align: left;
}
#business01 .process2 .box ol > li+li {
    margin-top: 15px;
}
#business01 .process2 .box ol > li .num {
    left: 0;
    position: absolute;
}

/* 기기판매 (페이지) */
#business02 #row1 > .left {
    padding-right: 60px;
}
.box-revenue {
    display: flex;
}
.box-revenue > .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 30%;
    align-items: center;
    justify-content: center;
}
.box-revenue > .inner .circle {
    text-align: center;
}
.box-revenue > .inner.left {
    justify-content: center;
}
.box-revenue > .inner.left .circle+.circle {
    margin-top: 5px;
}
.box-revenue > .inner.left .circle {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: #f9ef91;
    border-radius: 100%;
    padding: 20px 0;
}
.box-revenue > .inner.left .circle img {
    width: 42px;
}
.box-revenue > .inner.left .circle .txt {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #524a00;
}
.box-revenue > .inner.center {
    flex-basis: 40%;
    justify-content: left;
    padding-left: 30px;
    padding-right: 40px;
}
.box-revenue > .inner.center img {
}
.box-revenue > .inner.center::before, .box-revenue > .inner.center::after {
    content: "\f31c";
    top: 50%;
    right: 153px;
    position: absolute;
    font-size: 120px;
    font-family: "Phosphor";
    color: #ddd;
    line-height: 1em;
    border-radius: 100%;
    transform: translateY(-50%);
    z-index: -1;
}
.box-revenue > .inner.center::after {
    content:"\f733";
    right: auto;
    left: 140px;
    font-size: 90px;
}
.box-revenue > .inner.right {
    justify-content: left
}
.box-revenue > .inner.right .circle {
    width: 175px;
    height: 175px;
    padding: 70px 0 0;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    background: #f3627e;
    border-radius: 100%;
}
#business02 #row2 {
    margin: 0 -30px;
}
#business02 #row2 > div {
    padding: 0 30px;
}
#business02 #row2 .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 2px solid #333;
}
#business02 #row2 > .con-left .inner,
#business02 #row2 > .con-right .inner {
    /* min-height: 297px; */
}
#business02 #row2 .inner h3 {
    flex-basis: 100%;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding-left: 2px;
}
#business02 #row2 > .con-left figure {
    flex-basis: 33.3%;
    border-right: 1px dashed #ddd;
    margin-top: 40px;
}
#business02 #row2 > .con-left figure:last-child {
    border-right: 0;
}
#business02 #row2 > .con-left figure figcaption {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
#business02 ul.list-sale {
    width: 100%;
}
#business02 ul.list-sale > li {
    float: left;
    width: 25%;
    margin-bottom: 0;
    text-align: center;
}
#business02 ul.list-sale > li p {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.4em;
}
#business02 ul.list-sale > li figure {
    position: relative;
    margin: 0 15px 10px;
    border-radius: 100%;
    overflow: hidden;
}
#business02 ul.list-sale > li figure::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
}
#business02 ul.list-sale > li figure figcaption {
    top: 55%;
    left: 50%;
    width: 100%;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    transform: translate(-50%,-50%);
}
#business02 #row2 > .con-bottom {
    margin-top: 20px;
}
#business02 #row2 > .con-bottom .inner {
 background: #f5f5f5;
 padding: 30px;
 border-radius: 0 0 20px 20px;
}
#business02 #row2 > .con-bottom .inner > div {
    padding: 0;
}
#business02 #row2 > .con-bottom h4 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #00997d;
    letter-spacing: -0.05em;
}
#business02 #row2 > .con-bottom ul li {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
#business02 #row2 > .con-bottom ul ul {
    margin-top: 5px;
}
#business02 #row2 > .con-bottom ul ul li {
    margin-bottom: 0;
    font-weight: 400;
    color: #777;
    padding-left: 0;
    font-size: 16px;
}
#business02 #row2 > .con-bottom > .inner-center {
    padding-right: 30px;
}
#business02 #row2 > .con-bottom figure figcaption {
    margin-right: 35px;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}
#business02 #row2 > .con-bottom .box-img {
    display: inline-block;
}
#business02 #row2 > .con-bottom .box-img+.box-img {
    margin-top: 20px;
}
#business02 #row2 > .con-bottom .box-img > img {
    float: left;
    width: 40%;
}
#business02 #row2 > .con-bottom .box-img > .detail {
    width: 60%;
    display: inline-block;
    padding-left: 25px;
}
#list_container h2 {
    margin-top: 70px;
}
#list_container .alert-info {
    border: 0;
    border-radius: 0;
    background: #f4f4f4;
    padding: 30px;
}
#list_container .alert-info ul {
    padding-left: 15px !important;
}
#list_container .alert-info ul li {
    color: #333;
    line-height: 1.6em;
    font-size: 15px;
}

/* 설치위치 (게시판) */
#install_location > .contents {
    padding-top: 50px;
}
#install_location .table_blog2 dd .inner .bottom .title a {
    text-decoration: none;
}
/* #install_location .table_blog2 dd .inner .top a:hover,
#install_location .table_blog2 dd .inner .bottom .title a:hover,
#install_location .table_blog2 dd .inner .bottom .title a:focus {
    color: initial;
    cursor: default;
} */

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
/* 카테고리 */
.category_wrap {
    margin-bottom: 90px;
}
.category_wrap ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.category_wrap ul li {
    flex: 1 1 0%;
}
.category_wrap ul li+li {
    margin-left: 0;
}
.category_wrap ul li a {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: none;
}
.category_wrap ul li:last-child a {
    border-right: none;
}
.category_wrap ul li a:hover,
.category_wrap ul li a:focus {
    font-weight: 600;
    color: #00a4a5;
}
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(65deg, rgba(0,174,176,1) 0%, rgba(166,198,114,1) 50%, rgba(233,214,30,1) 100%);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 24%);
    border-radius: 3px;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-color: #e3e3e3;
    letter-spacing: 0;
}
.table.table_default tr th.num {
    font-weight: 400;
}
.board_wrapper .table.table_default thead th {
    font-weight: 500;
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 5px;
    padding: 6px 7px 5px;
    font-weight: 500;
    border-radius: 0;
}
.board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.text-center span {
    font-size: 16px !important;
}
.board_data_view .header_wrap .title {
    font-size: 25px;
    letter-spacing: -0.034em;
}
.board_data_view .header_wrap .info {
    margin-top: 10px;
}
.board_data_view .header_wrap .info span {
    font-size: 14px;
    color: #999;
}
.pagination_wrap {
    margin-top: 30px;
}
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #00aeb0;
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #00aeb0;
}
/* 블로그B 타입 */
/* .table_blog2 dd .inner {
    border: 0;
} */
.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
    border-color: #33b59d;
}
.table_blog2 dd .inner .top a .thumb {
    transition: 0.3s ease;
    transform: scale(1);
}
.table_blog2 dd .inner .top a:hover .thumb {
    transform: scale(1.1);
}
.table_blog2 dd .inner .bottom {
    padding: 15px;
}
.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
    padding: 0;
}
.table_video dd .inner .bottom .title .badge,
.table_blog2 dd .inner .bottom .title .badge {
    margin-right: 5px !important;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    background-color: #33b59d;
    border-radius: 15px;
}
.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
    font-weight: 500;
    transition: none;
    letter-spacing: -0.034em;
}
.table_video dd .inner .bottom .title a:hover,
.table_video dd .inner .bottom .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .bottom .title a:focus {
    color: #00997d;
}
.table_video dd .inner .bottom .info,
.table_blog2 dd .inner .bottom .info {
    font-size: 15px;
}
/* .table_blog2 dd .inner .bottom .info {
    display: none;
} */
.table_video dd .inner .bottom .info span,
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 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 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 {
    color: red;
    font-weight: 600;
}
.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 {
    color: #1e7fc5;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}

/* 팝업 */
#main_popup_2 .tit {
    color: #e67e22;
    font-size: 26px;
    font-weight: 600;
    font-family: Nanum Myeongjo;
    text-align: center;
    margin: 10px 0 30px;
}
#main_popup_2 blockquote {
    line-height: 1.8em;
}

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

/*********** 모바일 최적화 시작 ***********/
@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:40px;margin-top:-2px}
    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:9px 15px;font-size:17px}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#333}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#fff;background:#00aeb0}
    .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}

    .mainPage{left:0;width:100%;height:37.1vh;position:relative;padding:8px 8px 37px;text-align:center;transform:none}
    .mainPage section.video::before{top:0;left:0;width:100%;height:100%}
    .mainPage section.video p{text-align:center}

    #site footer .footer-info{padding:25px 0}
    #site footer .footer-info .logo,
    #site footer .footer-info .info{padding:0}
    #site footer .footer-info .logo img{height:30px;margin-bottom:12px}
    #site footer .footer-info ul li{font-size:12px;line-height:17px}
    #site footer .footer-info ul li.copy{margin-top:5px;font-size:10px}

    .subPage > .pageTop{height:150px;background-position:100% 24%;background-size:185px}
    .subPage > .pageTop h2{margin:58px 0 0;font-size:38px}
    .subPage .breadcrumb{font-size:11px}
    .subPage .link ul{margin-top:20px}
    .subPage .link ul > li > a{font-size:14px;line-height:40px}
    .subPage .link ul > li.active > a{font-size:15px}
    .subPage > .contents{padding:50px 0 80px}
    .title-lv-1{margin:0 0 50px;font-size:38px}
    .space-bottom{margin-bottom:60px}

    #greeting .image{padding:0 60px}
    #greeting .text h3{margin:30px 0 25px;font-size:25px}
    #greeting .text p{margin:0 0 20px;font-size:17px}
    #greeting .text .from > span{font-size:14px}
    #greeting .text .from > .name{font-size:19px}
    .wrap-history::before{left:0}
    .wrap-history ul > li{width:100%;margin:0 !important;padding:0 0 0 20px !important}
    .wrap-history ul > li+li{margin-top:30px !important}
    .wrap-history ul > li:nth-child(even){text-align:left}
    .wrap-history ul > li:nth-child(even)::before{right:auto;left:0}
    .wrap-history ul > li::before{width:18px}
    .wrap-history ul > li .date{margin:0 0 10px;font-size:32px}
    .wrap-history ul > li .date::before{top:11px;left:-27px !important;width:15px;height:15px;border-width:4px}
    .wrap-history ul > li .date::after{top:15px;left:-23px !important;width:7px;height:7px}
    .wrap-history ul > li .detail .auth{display:table;margin:8px 0 0}
    #location iframe,
    #location .root_daum_roughmap{height:300px}
    #location .contact ul > li.addr{margin-bottom:0;font-size:17px}
    #location .contact ul > li{width:100%;font-size:17px}
    #location .contact ul > li+li{margin-top:10px}
    #location .contact ul > li h4{font-size:15px}
    #video_picture .category_wrap{margin-top:-30px}
    #video_picture .table_blog2 dd .inner .top a .thumb {
        height: 95px;
    }
    #product_icebot #row1 > div{padding:10px 60px}
    #product_icebot #row1{margin:0 -15px}
    #product_icebot #row2{margin-top:40px}
    #product_icebot #row2 h3{margin-bottom:25px;font-size:31px}
    ul.list-spec > li{margin-bottom:15px;padding-top:15px}
    ul.list-spec > li h5{font-size:15px}
    ul.list-spec > li h5::after{top:-18px}
    [id^='business'] .box-text > p{margin:0 0 15px;font-size:17px}
    #business01 #row2 > .left{padding-right:15px}
    ul.list-advantage > li{font-size:20px}
    ul.list-advantage > li+li{margin-top:7px}
    ul.list-advantage > li::after{height:8px}
    #business01 #row2 .right{padding:0 15px}
    .box-advantage{width:345px;height:345px;margin:0 auto;padding:40px 0 0}
    .box-advantage > h3{margin:0 0 25px;font-size:20px}
    .box-advantage ul > li .icon{width:110px;height:110px;padding:15px 30px 0}
    .box-advantage ul > li h5{margin:-35px 0 15px;font-size:15px}
    #business01 #row3{padding-top:20px}
    #business01 #row3 h3{font-size:25px;text-align:center}
    #business01 #row3 h3 > .en{margin:0 0 30px;font-size:27px}
    #business02 #row1 > .left{padding-right:15px}
    .box-revenue{flex-wrap:wrap}
    .box-revenue > .inner{flex-basis:100% !important}
    .box-revenue > .inner+.inner{margin-top:60px}
    .box-revenue > .inner.left .circle{width:auto;height:auto;flex-basis:calc(33.3% - 10px);margin:0 5px;padding:18px 0}
    .box-revenue > .inner.left .circle .txt{font-size:14px}
    .box-revenue > .inner.center{padding:0 100px}
    .box-revenue > .inner.center::before,
    .box-revenue > .inner.center::after{top:-78px;right:auto;left:50% !important;font-size:90px;transform:translateX(-50%) rotate(90deg)}
    .box-revenue > .inner.center::after{top:auto;bottom:-65px;font-size:70px}
    .box-revenue > .inner.right{justify-content:center}
    .box-revenue > .inner.right .circle{width:150px;height:150px;padding:60px 0 0;font-size:24px}
    #list_container h2{margin-top:0}
    #install_location > .contents{padding-top:20px}
    #install_location .category_wrap ul li{flex-basis:25%}
    #install_location .category_wrap ul li:nth-child(n + 5){border-top:1px solid #eee}

    .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{padding:25px 5px}
    .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}
    .member_wrapper h1{font-size:33px}

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

    .category_wrap{margin-bottom:50px}
    .category_wrap ul li a{padding:10px 0;font-size:13px}
    .category_wrap ul li.on a,
    .category_wrap ul li.on a:hover,
    .category_wrap ul li.on a:focus{font-size:14px}

    .table_video dd .inner .top a .thumb,
    .table_blog2 dd .inner .top a .thumb{height:110px}
    .table_video dd:nth-child(odd),
    .table_blog2 dd:nth-child(odd){padding-right:8px}
    .table_video dd:nth-child(even),
    .table_blog2 dd:nth-child(even){padding-left:8px}
    .table_video dd .inner .bottom .title .badge,
    .table_blog2 dd .inner .bottom .title .badge{display:table;margin:0 0 4px;font-size:12px}
    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a{font-size:16px}
    .table_video dd .inner .bottom .info,
    .table_blog2 dd .inner .bottom .info {
        font-size: 11px;
    }
    .main_popup {
        width: 50vw;
        min-width: unset;
    }
    .main_popup_contents {
        padding: 10px;
    }
    .main_popup_contents blockquote {
        padding: 10px;
        margin: 0 0 10px;
        font-size: 12px;
        border-left-width: 3px;
    }
    .main_popup_contents strong span {
        font-size: 15px !important;
    }
    .main_popup_contents img {
        width: 100%;
        height: auto;
    }
    .main_popup_optional {
        padding: 5px;
    }
    .main_popup_optional label {
        font-size: 11px;
    }
    .main_popup_optional .close {
        margin-top: 1px;
        font-size: 20px;
    }
    #main_popup_2 {
        right: 15px;
        left: auto;
    }
    #main_popup_2 .tit {
        font-size: 17px;
        margin: 5px 0 20px;
    }
    #main_popup_2 blockquote {
        line-height: 1.5em;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #mainCarousel .carousel-caption{right:10%;left:10%}
    #mainCarousel .carousel-caption h1{font-size:48px}
    #mainCarousel .carousel-caption h1 span{font-size:55px}
    #mainCarousel .carousel-caption p{font-size:20px}
    .mainPage{min-width:500px}
    #business01 #row2 > .left{padding-right:15px}
}
/************ 모바일 최적화 끝 ************/

/************ 2023 출시기념 프로모션 ************/
.promo_b2c_01 img {
    max-width: 800px;
    height:auto;
}
.promo_b2c_24 img{
    max-width: 900px;
    height:auto;
}
@media (max-width: 800px){
    .promo_b2c_01 img  {
        max-width: 100%;
    }
}
@media (max-width: 900px){
    .promo_b2c_24 img  {
        max-width: 100%;
    }
}

.mainPage {
  top: 36% !important;
}