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

/* 주요색상 */
:root{
    --page-point-color: #74b933;
    --page-point-color-light: #9ed14d;
    --page-point-color-thick: #278b45;
}

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

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: 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);
    border-color: var(--page-point-color-thick);
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', 'notokr', sans-serif;
}

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,0.25);}
.navbar.navbar-trans{background:transparent;position:absolute;}

.navbar-inverse .navbar-brand img{height:45px;margin-top:10px;}

.navbar-inverse .navbar-nav > li > a{font-size:17px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:var(--page-point-color);}
.navbar.navbar-trans .navbar-nav > li > a,
.navbar.navbar-trans .navbar-nav > li > a:hover,
.navbar.navbar-trans .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:var(--page-point-color);}
.navbar.navbar-trans .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.navbar-trans .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.navbar-trans .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#fff;}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:15px 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;transform:translate(-50%,0);border-radius:0;border:none;padding:0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);background:transparent;
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 20px;color:#fff;background:rgba(0,0,0,0.85);}
 .navbar-inverse .navbar-nav .dropdown-menu>li+li>a {border-top: 1px solid rgba(255,255,255,0.25);}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:var(--page-point-color);}
 .navbar-inverse .navbar-nav > li > a::after {
    content: '';
    left: 50%;
    top: 27px;
    width: 8px;
    height: 8px;
    position: absolute;
    background: transparent;
    border-radius: 10px;
    transform: translateX(-50%);
  }
  .navbar-inverse .navbar-nav > li > a:hover::after,
  .navbar-inverse .navbar-nav > li > a:focus::after,
  .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
  .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
  .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
    background: #85e13e;
  }
}

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

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

.carousel-caption {text-shadow: 0 0 40px rgb(0 0 0 / 15%);top: 53%;}

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

/* 푸터 */
#site footer{margin-top:0px;background-color: #1c1c1c;color: #909090;}
#site footer .footer-info{padding:35px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right:15px;line-height:22px;}
#site footer .footer-info .logo {
    display: flex;
    align-items: center;
}
#site footer .footer-info .logo img {
    height: 35px;
    margin-top: 5px;
    opacity: 0.7;
}
#site footer .footer-info ul li.copy {
    color: #707070;
    font-size: 12px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: calc(100vh - 115px);}
#mainCarousel .carousel-inner .item::after{
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #000, transparent);
    opacity:0.2
}
#mainCarousel .carousel-caption h1 {
    font-size: 74px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}
#mainCarousel .carousel-caption p {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.012em;
}
#mainCarousel .carousel-caption > .wrap-btn a {
    width: 183px;
    display: inline-block;
    margin: 40px 10px 0;
    padding: 18px 30px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1em;
    text-decoration: none;
    background: #6cc31b;
    /* border: 3px solid #fff; */
    font-weight: 500;
    /* background: linear-gradient(135deg, #80c946, #147230); */
    box-shadow: 2px 2px 3px rgb(0 0 0 / 14%);
}
#mainCarousel .carousel-caption > .wrap-btn a:hover {
    background: var(--page-point-color-thick);
}
#mainCarousel .carousel-indicators {
    bottom: 40px;
}
#mainCarousel .carousel-control {
    display: none;
}

@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:calc(100vh - 60px)}
 #mainCarousel .carousel-caption {
    right: 5%;
    left: 5%;
 }
 #mainCarousel .carousel-caption h1{font-size:42px}
 #mainCarousel .carousel-caption p{font-size:15px;}
 #mainCarousel .carousel-caption > .wrap-btn a {
    width: 160px;
    font-size: 14px;
}
}

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

/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 240px;
    position: relative;
    color: #fff;
    background: #333 url(/public/img/sub/bg_sub_top01.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 > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .wrap-title {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subPage > .pageTop .wrap-title > h2 {
    margin: 13px 0 0;
    font-size: 45px;
    letter-spacing: -0.03em;
}
.subPage > .pageTop .wrap-title > p {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Poppins', 'notokr', sans-serif;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.1em;
}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 15px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: transparent;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 1px;
    left: -10px;
    position: absolute;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}

/* Link */
.subPage .link {
    background: var(--page-point-color);
}
.subPage .link ul {
    display: flex;
}
.subPage .link ul > li {
    flex: 1 1 0%;
    text-align: center;
}
.subPage .link ul > li > a {
    position: relative;
    padding: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 54px;
    text-decoration: none;
}
.subPage .link ul > li > a::after {
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 18px;
    position: absolute;
    background: #fff;
    transform: translateY(-50%);
    opacity: 0.25;
}
.subPage .link ul > li:last-child > a::after {
    content: none;
}
.subPage .link ul > li.active > a {
    color: var(--page-point-color-thick);
    font-weight: 600;
    background: #fff;
}
.subPage .link ul > li:not(.active) > a:hover {
    color: #fff;
    background: rgba(0,0,0,0.15);
}

.subPage > .contents {
    padding: 85px 0 110px;
}

.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 80px;
}

.title-lv-1 {
    margin: 0 0 55px;
    font-size: 43px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 32px;
    font-size: 30px;
    font-weight: 500;
    color: var(--page-point-color-thick);
    letter-spacing: -0.04em;
}
.title-lv-2::before {
    content: '';
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    background: linear-gradient(to right, var(--page-point-color-light), var(--page-point-color-thick));
    border-radius: 30px 30px 5px;
}
.title-lv-2::after {
    content: '';
    top: 9px;
    left: 5px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--page-point-color);
    border: 3px solid #fff;
    border-radius: 30px;
}
.title-lv-2 > .eng {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.title-lv-3 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 29px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.045em;
}
.title-lv-3::before {
    content: '\f138';
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    font-weight: 800;
    font-size: 22px;
    font-family: 'Font Awesome 6 Free';
    color: #3e454f;
}

.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: 13px;
    font-size: 15px;
    color: #555;
    letter-spacing: -0.0165em;
    line-height: 1.5;
}
.list-style-1 > li::before {
    content: '';
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 20px;
}
.list-notice {
    margin: 15px 0 0;
}
.list-notice > li {
    color: #777;
}
.list-num > li {
    margin-bottom: 8px;
    padding-left: 28px;
}
.list-num > li .num {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 4px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1em;
    text-align: center;
    background-color: #946d54;
    border-radius: 20px;
}

/* 인사말 (페이지) */
#greeting .image {
    padding: 25px 90px 0;
}
#greeting .text h3 {
    margin: 40px 0 30px;
    padding-right: 100px;
    font-size: 38px;
    font-weight: 400;
    color: var(--page-point-color-thick);
    letter-spacing: -0.07em;
    line-height: 1.42;
}
#greeting .text p {
    margin: 0 0 24px;
    font-size: 18px;
}
#greeting .text .emphasis {
    margin-top: 40px;
    border-top: 1px solid #ddd;
}
#greeting .emphasis > p {
    margin: 30px 0 0;
    font-size: 28px;
    font-weight: 300;
    font-family: 'Poppins', 'notokr', sans-serif;
    color: #777;
    letter-spacing: 1.1px;
    line-height: 1.5em;
}
#greeting .emphasis > p span {
    font-weight: 600;
    color: var(--page-point-color);
}

/* 연혁 (페이지) */
#history .wrap-box {
    margin: 0 -2px;
}
#history .box {
    padding: 0 2px;
}
#history .box > .inner {
    min-height: 243px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#history .box > .inner::before,
#history .box > .inner::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
#history .box > .inner::before {
    background: #333 url(/public/img/sub/history_box_bg1.jpg) no-repeat center / cover;
    transition: all ease .3s;
    transform: scale(1);
}
#history #box2 > .inner::before {background: #333 url(/public/img/sub/history_box_bg2.jpg) no-repeat center / cover;}
#history #box3 > .inner::before {background: #333 url(/public/img/sub/history_box_bg3.jpg) no-repeat center / cover;}
#history .box > .inner:hover::before {
    transform: scale(1.1);
}
#history .box > .inner::after {
    background: #000;
    opacity: .6;
}
#history .box p {
    margin: 0;
    font-weight: 500;
    color: var(--page-point-color-light);
}
#history .box h5 {
    margin: 10px 0 0;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}
.wrap-history {
    display: flex;
    flex-wrap: wrap;
}
.history-block {
    flex-basis: 100%;
    position: relative;
}
.history-block:not(:last-child) {
    margin-bottom: 60px;
}
.history-block.has-img {
    display: flex;
    flex-wrap: wrap;
}
.history-block::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid #e3e3e3;
}
.history-block > .detail {
    position: relative;
    padding: 70px 0 0 40px;
}
.history-block.has-img > .detail {
    flex-basis: 60%;
}
.history-block > .detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    height: 80px;
    border-left: 1px solid #ddd;
}
.history-block > .image {
    flex-basis: 40%;
    margin-top: 30px;
}
.history-block > .image div[class^='col-'] {
    padding: 0;
}
.history-block > .image .col-6-left {padding-right: 5px !important;}
.history-block > .image .col-6-right {padding-left: 5px !important;}
.history-block > .image .col-4-left {padding-right: 4px !important;}
.history-block > .image .col-4-right {padding-left: 4px !important;}
.history-block > .image .col-4-center {padding-right: 2px !important;padding-left: 2px !important;}
.history-block > .image .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
.history-block > .image img+img {
    margin-top: 11px;
}
.history-block > .detail .year {
    position: relative;
    margin: -10px 0 25px;
    font-size: 48px;
    color: var(--page-point-color);
    font-weight: 300;
}
.history-block > .detail .year::before,
.history-block > .detail .year::after {
    content: '';
    position: absolute;
}
.history-block > .detail .year::before {
    top: 10px;
    left: -38px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid var(--page-point-color);
    border-radius: 20px;
}
.history-block > .detail .year::after {
    top: 16px;
    left: -32px;
    width: 5px;
    height: 5px;
    background: var(--page-point-color);
    border-radius: 20px;
}
.history-block > .detail ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.history-block > .detail ul li span {
    font-size: 15px;
    color: #666;
    margin-top: 3px;
    display: inline-block;
}

/* 2021~ */
.history-block:nth-child(1) {
    flex-basis: 35%;
}
/* 2011~2020 */
.history-block:nth-child(2) {
    flex-basis: 65%;
    padding-left: 38px;
}
.history-block:nth-child(2) > .detail {
    flex-basis: 100%;
}
.history-block:nth-child(2) > .image {
    flex-basis: 100%;
    margin: 20px 0 0 40px;
}

/* 오시는 길 (페이지) */
#location p.addr {
    margin: 10px 0 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}
#location p.addr i {
    padding-right: 5px;
    color: var(--page-point-color);
}

/* 제품소개 공통 스타일 */
/* .subPage[id^='product'] .page-title h1::after {
    content: '';
    bottom: 8px;
    left: 50%;
    width: 1px;
    height: 30px;
    position: absolute;
    display: block;
    background: #ccc;
} */

/* 무설탕 캔디 (페이지) */
#product01 .box-text {
    text-align: center;
}
#product01 .box-text h4 {
    display: inline-block;
    margin: 0 0 25px;
    padding: 12px 42px;
    font-size: 40px;
    font-weight: 300;
    color: var(--page-point-color);
    line-height: 1em;
    text-align: center;
}
#product01 .box-text p {
    margin: 0 0 50px;
    font-size: 20px;
    line-height: 1.4;
}
#product01 #row2 {
    margin-top: 40px;
}
#product01 #row2 h5 {
    margin: 0 0 25px;
    font-size: 37px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.03em;
}
#product01 #row2 img {
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

/* 환원맥아당 (페이지) */
#product02 #row1 h3 {
    margin: 15px 0 85px;
    font-size: 37px;
    font-weight: 300;
    letter-spacing: -0.045em;
    text-align: center;
}
#product02 #row1 h3 > span {
    font-weight: 500;
    color: var(--page-point-color);
}
#product02 ul.list-usage {
    width: 100%;
    display: inline-block;
    margin: 0 -5px;
}
#product02 ul.list-usage > li {
    float: left;
    width: 47%;
    margin-bottom: 10px;
    padding: 0 5px;
}
#product02 ul.list-usage > li .inner {
    padding: 20px;
    text-align: center;
    background: #f6f6f6;
}
#product02 ul.list-usage > li h5 {
    margin: -20px -20px 20px;
    padding: 12px;
    font-size: 17px;
    background: var(--page-point-color-light);
}
#product02 ul.list-usage > li p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}
#product02 #row1 img {
    padding-top: 25px;
}
#product02 #row2 .icon {
    padding: 0;
}
#product02 #row2 .detail {
    padding: 0;
}
#product02 #row2 .left ul {
    font-size: 17px;
}
#product02 #row2 .right p {
    font-size: 17px;
}

/* 기능성원료 (페이지) */
#product03 .box-text {
    margin-bottom: 45px;
    padding: 30px 30px 20px;
    background: #f5f5f5;
}
#product03 .wrap-img figcaption {
    margin: 12px 0 0;
    font-size: 15px;
    text-align: center;
}
#product03 #row1 .text-center > h3 {
    margin: 0 0 55px;
    padding: 12px 42px;
    font-size: 40px;
    font-weight: 300;
    color: #609b2e;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}
#product03 #row1 .wrap-img .inner {
    width: 100%;
    display: inline-block;
    padding: 15px;
    border: 1px solid #ddd;
}
#product03 #row1 .wrap-img h5 {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 600;
}
#product03 #row1 .wrap-img > .left figure {
    float: left;
    width: 33.333%;
}
#product03 #row1 .wrap-img > .right figure {
    float: left;
    width: 50%;
}
#product03 #row2 .wrap-img {
    padding: 0 5px;
}
#product03 #row2 .wrap-img figure {
    float: left;
    width: 20%;
    padding: 0 10px;
}

/* 헤스페리딘 (페이지) */
#product04 #row1 {
    margin-top: 55px;
}
#product04 .box-text {
    padding-top: 15px;
}

#product04 #row1 .image img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

#product04 #row2 .image {
    padding-right: 0;
}

#product04 #row2 .image .w_img {
    padding: 30px 48px;
    background: #f8f8f8;
}

#product04 #row1 .image {
    padding-left: 55px;
    padding-top: 15px;
}

#product04 .box-text p + p {
    margin-top: 30px;
}

#product04 .box-text p {
    line-height: 1.8;
}
#product04 #row2 {
    margin-top: 65px;
}
#product04 #row2 .text {
    padding-left: 25px;
}
#product04 .box-feature .item+.item {
    margin-top: 12px;
}
#product04 .box-feature .item h4 {
    flex: 0 0 106px;
    width: 110px;
    height: 110px;
    margin: 0;
    font-size: 17px;
    color: #222;
    background: var(--page-point-color-light);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product04 .box-feature p {margin: 0 0 0 30px;padding-right: 35px;font-size: 16px;line-height: 1.4;}

#product04 .box-feature .item {
    display: flex;
    align-items: center;
    background: #f5f5f5;
}
#product04 #row2 .bottom img {
    margin-top: 100px;
}

/* 기술제휴 (페이지) */
#rnd01 #row1 h3 {
    margin: 0 0 70px;
    font-size: 40px;
    font-weight: 300;
    color: var(--page-point-color);
    letter-spacing: -0.04em;
    line-height: 1.35em;
    text-align: center;
}
#rnd01 #row1 h3 > span {
    font-size: 0.6em;
    color: #333;
}
#rnd01 #row1 .row-inner {
    display: flex;
    align-items: center;
}
#rnd01 #row1 .text {
    padding-right: 50px;
}
.list-rnd1 > li {
    margin: 0;
    display: flex;
    padding-top: 4px;
    padding-left: 115px;
    font-size: 17px;
    letter-spacing: -0.045em;
}
.list-rnd1 > li+li {
    margin-top: 15px;
}
.list-rnd1 > li .tit {
    top: 0;
    left: 0;
    width: 100px;
    height: 33px;
    position: absolute;
    margin: 0;
    padding-top: 9px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: var(--page-point-color-thick);
    border-radius: 50px;
}
#rnd01 .image .inner {
    position: relative;
    display: flex;
    flex-flow: wrap;
}
#rnd01 .image .inner img {
    width: calc((100% / 3) - 3px);
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

/* 설비현황 (페이지) */
.list-rnd2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.list-rnd2 > li {
    flex: 1 1 0;
    flex-basis: 23.6%;
    margin-bottom: 0;
    padding: 40px 25px;
    font-weight: 500;
    text-align: center;
    background: #f5f5f5;
    font-size: 17px;
}

/* 구입문의 (페이지) */
#inquiry .box-inquiry {
    height: 666px;
    position: relative;
    background: #333 url(/public/img/sub/inquiry_bg.jpg) no-repeat center / cover;
}
#inquiry .box-inquiry::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .1;
}
#inquiry .box-inquiry > .inner {
    right: 0;
    height: 100%;
    position: absolute;
    display: inline-block;
    padding: 77px 53px 0;
    color: #fff;
    background: rgba(10, 49, 10, 0.9);
}
#inquiry .box-inquiry h4 {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3em;
}
#inquiry .box-inquiry h4::before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.52);
}
#inquiry .box-inquiry h5 {
    margin: 0 0 20px;
    font-size: 19px;
}
#inquiry .box-inquiry ul > li {
    font-size: 23px;
    margin-bottom: 15px;
}
#inquiry .box-inquiry ul > li span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.7;
}
#inquiry .box-inquiry img {
    margin-top: 35px;
}
/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:60px;font-size:15px}
    p{line-height:1.5em}

    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd;}
    .navbar-inverse .navbar-brand img{height:35px;margin-top:-3px}
    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px;font-size:16px}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:var(--page-point-color)}
    .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:var(--page-point-color)}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .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}

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

    .subPage > .pageTop{height:180px}
    .subPage > .pageTop .wrap-title > h2{margin:20px 0 0;font-size:40px}
    .subPage > .pageTop .wrap-title > p{font-size:15px}
    .subPage .breadcrumb{font-size:10px}
    .subPage .link{margin-top:15px;background:transparent}
    .subPage .link ul{flex-wrap:wrap}
    .subPage .link ul > li{flex-basis:100%}
    .subPage .link ul > li+li{margin-top:5px}
    .subPage .link ul > li > a{font-size:15px;color:#333;line-height:38px;border:1px solid #ddd}
    .subPage .link ul > li > a::after{display:none}
    .subPage .link ul > li.active > a{color:#fff;background:var(--page-point-color-thick);border-color:var(--page-point-color-thick)}
    .subPage > .contents{padding:55px 0 60px}
    .title-lv-1{margin:0 0 45px;font-size:39px}
    .title-lv-2{margin:0 0 25px;padding-left:29px;font-size:27px}
    .title-lv-2::before{top:3px;width:21px;height:21px}
    .title-lv-2::after{top:8px;width:11px;height:11px}
    .title-lv-3{padding-left:29px;font-size:19px}
    .title-lv-3::before{top:-3px}
    .list-num > li .num{top:1px}
    .subPage > .contents .row:not(.page-title)+.row{margin-top:50px}

    #greeting .image{padding:0 15px 50px}
    #greeting .text h3{margin:0 0 20px;padding-right:0;font-size:30px}
    #greeting .text p{margin:0 0 19px;font-size:17px}
    #greeting .text .emphasis{margin-top:30px}
    #greeting .emphasis > p{margin:20px 0 0;font-size:26px}
    #history .box+.box{margin-top:5px}
    #history .box > .inner{min-height:auto;padding:60px 30px}
    #history .box h5{font-size:35px}
    .history-block{flex-basis:100% !important;padding-left:0 !important}
    .history-block:not(:last-child){margin-bottom:35px}
    .history-block > .detail{flex-basis:100% !important;padding:20px 0 0 25px}
    .history-block > .detail::before{height:40px}
    .history-block > .detail .year{margin:0 0 20px;font-size:38px}
    .history-block > .detail .year::before{left:-22px;width:14px;height:14px}
    .history-block > .detail .year::after{top:15px;left:-17px;width:4px;height:4px}
    .history-block > .detail ul li{margin-bottom:8px;font-size:15px}
    .history-block > .detail ul li span{font-style:14px}
    .history-block > .image{flex-basis:100% !important;margin:15px 0 0 20px !important}
    .history-block > .image .inner{padding:10px}
    #location .left{margin-bottom:50px}
    #location iframe{height:280px}
    #location p.addr{text-align:center}
    #product01 .box-text h4{padding:0;font-size:36px}
    #product01 .box-text p{margin:0 0 30px;font-size:19px}
    #product01 #row2 h5{margin:0 0 20px;font-size:34px}
    #product01 #row2 img{margin-bottom:15px}
    #product02 #row1 h3{margin:0 0 45px;font-size:30px}
    #product02 #row2 h3{margin:0 0 45px;font-size:30px}
    #product02 .row:not(.page-title)+.row{margin-top:35px}
    #product02 .row > .left{margin-bottom:35px}
    #product02 ul.list-usage > li{width:100%}
    #product02 ul.list-usage > li h5{font-size:16px}
    #product02 #row1 img{padding-top:0}
    #product02 #row2 img{margin:0 auto 20px}
    #product02 #row2 .left ul{font-size:15px}
    #product03 #row1 .text-center > h3{margin:0 0 35px;padding:0 60px;font-size:34px;line-height:1.3em}
    #product03 .box-text{margin-bottom:35px;padding:20px 20px 10px}
    #product03 #row1 .wrap-img > div{padding:0}
    #product03 .wrap-img figcaption{margin:8px 0 0;font-size:13px}
    #product03 #row2 .wrap-img figure{width:33.333%}
    #product03 #row2 .wrap-img figure:nth-child(n + 4){margin-top:15px}
    #product04 .box-text{padding-top:0}
    #product04 .box-text p{line-height:1.7}
    #product04 .box-text p + p{margin-top:20px}
    #product04 #row1 .image{padding:30px 15px 0}
    #product04 #row2{margin-top:50px}
    #product04 #row2 .image{padding-right:15px;padding-bottom:30px}
    #product04 #row2 .image .w_img{padding:20px}
    #product04 #row2 .text{padding-left:15px}
    #product04 .box-feature .item{flex-wrap:wrap}
    #product04 .box-feature .item+.item{margin-top:10px}
    #product04 .box-feature .item h4{flex-basis:100%;width:auto;height:auto;padding:12px;font-size:16px}
    #product04 .box-feature p{flex-basis:100%;margin:0;padding:20px 15px;font-size:15px;text-align:center}
    #product04 #row2 .bottom img{margin-top:50px}
    #rnd01 #row1 h3{margin:0 0 40px;font-size:30px}
    #rnd01 #row1 .row-inner{flex-wrap:wrap}
    #rnd01 #row1 .row-inner{flex-wrap:wrap;margin:0}
    #rnd01 .image{padding-bottom:30px}
    .list-rnd1 > li{padding-left:100px;font-size:16px}
    .list-rnd1 > li .tit{width:90px;height:30px;padding-top:8px;font-size:14px}
    .list-rnd2{flex-direction:column;gap:12px}
    .list-rnd2 > li{padding:20px 15px;font-size:16px}
    #inquiry .box-inquiry{height:auto;padding:15px}
    #inquiry .box-inquiry > .inner{left:0;width:100%;position:relative;padding:50px 30px}
    #inquiry .box-inquiry h4{margin:0 0 25px;font-size:29px}
    #inquiry .box-inquiry h4::before{width:50px;margin-bottom:20px}
    #inquiry .box-inquiry h5{margin:0 0 15px;font-size:18px}
    
    .member_wrapper{padding-top:100px;padding-bottom:100px}
}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */
    #mainCarousel .carousel-inner .item{height:calc(100vh - 136px)}
    .carousel-caption{right:10%;left:10%}
    #greeting .image{padding:25px 50px 0}
}
/************ 모바일 최적화 끝 ************/