<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap');

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

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: #0e9da7;
    border-color: #0e9da7;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #048b94;
    border-color: #048b94;
}

.board_wrapper .table.board_write_table tbody tr th &gt;span.required_text{
    color:#0e9da7
}
.checkbox a{
    text-decoration:underline;
    color:#0e9da7;
}

/* 언어 전환 버튼 (다국어) */
.menu-top {
    float: right;
    padding-right: 30px;
    margin-top: 26px;
    margin-bottom: -8px;
    text-align: right;
    background: #133246;
}
.menu-top .container &gt; div {
    display: inline-block;
}
.menu-top ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.menu-top ul &gt; li {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.menu-top ul &gt; li:first-child {
    margin-right: -20px;
}
.menu-top ul &gt; li::before {
    content: '';
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 10px;
}
.menu-top ul &gt; li .lang {
    padding: 0 0 0 12px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3px;
    line-height: 1;
    background-color: transparent;
    border: none;
    opacity: 0.6;
}
.menu-top ul &gt; li .lang.active {
    color: #42dcde;
    font-weight: 600;
    opacity: 1;
}
.menu-top ul &gt; li .lang:not(.active):hover {
    text-decoration: underline;
}
.menu-top ul &gt; li .lang:focus {
    outline: none;
}

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

/* 상단 메뉴 */
.navbar-inverse{background:#133246;position:relative;padding: 7px 0 0;margin-bottom:0;border:0;}
.navbar-inverse::before {
    content: '';
    left: 0;
    bottom: -48px;
    width: 100%;
    height: 105px;
    position: absolute;
    background: #133246;
    border-radius: 0 0 100% 100%;
}
.navbar-inverse::after {
    content: '';
    left: 0;
    bottom: -80px;
    width: 100%;
    height: 80px;
    position: absolute;
    background: #999;
    z-index: -1;
}

.navbar-inverse .navbar-brand img{height:66px;margin-top:-3px;}

.navbar-inverse .navbar-brand {
    width: 205px;
    height: auto;
    position: relative;
    margin-top: 33px;
    margin-bottom: -8px;
    padding: 0 15px;
}
.navbar-inverse .navbar-brand::before,
.navbar-inverse .navbar-brand::after {
    position: absolute;
    color: #fff;
    line-height: 1em;
}
.navbar-inverse .navbar-brand::before {
    content: '(주)영진기기';
    top: 9px;
    left: 66px;
    font-size: 24px;
    font-weight: 800;
}
.navbar-inverse .navbar-brand::after {
    content: 'YOUNGJIN INS. CO., LTD.';
    top: 40px;
    left: 68px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: 'notokr';
    color: #eee;
}
/*
body.en .navbar-inverse .navbar-brand {
    width: 232px;
    padding-right: 0;
}
body.en .navbar-inverse .navbar-brand::before {
    top: 23px;
    margin-left: -5px;
    font-size: 16px;
    content: 'YOUNGJIN INS. CO., LTD.';
}
*/
body.vn .navbar-inverse .navbar-brand {
    width: 252px;
    padding-right: 0;
}
body.vn .navbar-inverse .navbar-brand::before,
body.vn .navbar-inverse .navbar-brand::after {
    margin-left: -8px;
    font-size: 12px;
    text-transform: uppercase;
}
body.vn .navbar-inverse .navbar-brand::before {
    top: 18px;
    content: 'Công ty tnhh';
}
body.vn .navbar-inverse .navbar-brand::after {
    top: 33px;
    content: 'Youngjin Việt Nam';
}

.navbar-inverse .navbar-nav &gt; li &gt; a{font-size:18px;font-weight: 500;color:#fff;letter-spacing: -0.04em;}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,.navbar-inverse .navbar-nav &gt; li &gt; a:focus{color:#42dcde;}
.navbar-inverse .navbar-nav &gt; li &gt; a i{
    line-height:0;
    font-weight: 900 !important;
}
.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:#42dcde;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:9px 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:#0e9da7;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#0e9da7;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle &gt; .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.75);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;
}
 .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a{
     padding: 13px 20px;
     text-align:center;
     border-top: 1px solid rgba(255,255,255,0.15);
     color: #ddd;
     letter-spacing: -0.015em;
 }
 .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
 .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus{
     font-weight:400;
     background:#0e9da7;
     color:#fff;
 }
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-collapse {text-align: center;}
 .navbar-inverse .navbar-right{
    float: none !important;
    display: inline-block;
    margin-right: 0 !important;
 }
 .navbar-inverse .navbar-nav &gt; li &gt; a{padding: 53px 30px 15px;}
 body.en .navbar-inverse .navbar-nav &gt; li &gt; a {padding: 53px 22px 15px;}
 body.vn .navbar-inverse .navbar-nav &gt; li &gt; a {
    padding: 53px 8px 15px;
    font-size: 17px;
 }
}

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

.carousel-caption {text-shadow:none;padding: 0;}
.carousel-caption h1 {
    font-size: 70px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
}
.carousel-caption p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.025em;
}

@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: #2f343e;color: #8c93a0;letter-spacing: -0.015em;}
#site footer .footer-info{padding:30px 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:13px;margin-right:15px;line-height:24px}
#site footer .footer-info .logo &gt; img {
    /*width: 50px;*/
    opacity: .8;
}
#site footer .footer-info .info {
    padding: 15px 0 0 0;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:600px}
#mainCarousel .carousel-inner .item:not(:nth-child(1)):before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0;
}
#mainCarousel .carousel-inner .item:nth-child(3),
#mainCarousel .carousel-inner .item:nth-child(4) {background-position: 50% 100%;}
/*#mainCarousel .carousel-inner .item:nth-child(2)::before,
#mainCarousel .carousel-inner .item:nth-child(3)::before,
#mainCarousel .carousel-inner .item:nth-child(4)::before {opacity: 0.6;}*/
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:250px}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:12px;}
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

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

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

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@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 &gt; 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;
}

/* 메인 추가 스타일 */
#main_wrapper {
    padding-top: 80px;
}

.mainPage h3 {
    margin: 0 0 60px;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #134a6d;
    letter-spacing: -0.035em;
}
/* PRODUCTS */
#main1 {
    padding: 105px 0 65px;
    background: #f7f7f7;
}
#main1 h3 {
    margin-bottom: 70px;
    font-size: 48px;
    letter-spacing: 0;
}
.mainPage ul.list-prod &gt; li {
    float: left;
    width: 25%;
    margin-bottom: 50px;
    padding: 0 3%;
    text-align: center;
}
/* .mainPage ul.list-prod &gt; li:nth-child(n+4) {
    width: 25%;
} */
.mainPage ul.list-prod &gt; li h4 {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: -0.034em;
}
body.en .mainPage ul.list-prod &gt; li h4,
body.vn .mainPage ul.list-prod &gt; li h4 {
    min-height: 49px;
    font-size: 22px;
}
.mainPage ul.list-prod &gt; li:nth-child(7) h4 {
    font-size: 22px;
}
/* body.en .mainPage ul.list-prod &gt; li:nth-child(n+4) h4,
body.vn .mainPage ul.list-prod &gt; li:nth-child(n+4) h4 {
    padding-top: 12px;
} */
/*body.en .mainPage ul.list-prod &gt; li:nth-child(5) h4,*/
body.en .mainPage ul.list-prod &gt; li:nth-child(6) h4 {
    /* padding-top: 2px; */
    font-size: 21px;
}
/* body.vn .mainPage ul.list-prod &gt; li:nth-child(6) h4,
body.vn .mainPage ul.list-prod &gt; li:nth-child(7) h4 {
    padding-top: 0;
} */
.mainPage ul.list-prod &gt; li a.more {
    display: inline-block;
    margin-bottom: 25px;
    padding: 5px 12px;
    font-size: 12px;
    background: #828486;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: 500;
    line-height: 1em;
    border-radius: 2px;
}
.mainPage ul.list-prod &gt; li a.more:hover {
    background: #0e9da7;
}
.mainPage ul.list-prod &gt; li .bottom &gt; a {
    width: 100%;
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}
.mainPage ul.list-prod &gt; li .bottom &gt; a::before,
.mainPage ul.list-prod &gt; li .bottom &gt; a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
}
.mainPage ul.list-prod &gt; li .bottom &gt; a::before {
    top: -1px;
    left: -1px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}
.mainPage ul.list-prod &gt; li .bottom &gt; a::after {
    right: -1px;
    bottom: -1px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.mainPage ul.list-prod &gt; li .bottom &gt; a:hover::before,
.mainPage ul.list-prod &gt; li .bottom &gt; a:hover::after {
    width: 100.5%;
    height: 100.5%;
    border-color: #0e9da7;
}
/*
#section_ea5d2f{
    padding: 105px 0 75px;
    background: #f7f7f7;
}
#section_ea5d2f .container{
    padding:0 70px;
}
.mainPage .main-product &gt; a {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 45px;
    padding: 0 0 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}
.mainPage .main-product &gt; a::before,
.mainPage .main-product &gt; a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
}
.mainPage .main-product &gt; a::before {
    top: -1px;
    left: -1px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}
.mainPage .main-product &gt; a::after {
    right: -1px;
    bottom: -1px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.mainPage .main-product &gt; a:hover::before,
.mainPage .main-product &gt; a:hover::after {
    width: 100%;
    height: 100%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-color: #0e9da7;
}
.mainPage .main-product h4 {
    margin: 30px 0 15px;
    font-size: 20px;
}
.mainPage .main-product .more {
    display: inline-block;
    padding: 6px 30px;
    font-size: 13px;
    transition: all 0.3s;
    background: #828486;
    color: #fff;
    letter-spacing: .2px;
    font-weight: 500;
    border-radius: 2px;
}
.mainPage .main-product &gt; a:hover .more {
    background: #0e9da7;
    color:#fff;
}
#section_ea5d2f .board_box_blog, #section_ea5d2f .board_box_blog2 {
    width: 33%;
    padding: 0 3.5%;
    margin-bottom: 0;
}
#section_ea5d2f .board_box_blog2 .row &gt; div[class^="col-"] {
    width: 100%;
}
#section_ea5d2f .board_box_blog .page-header, #section_ea5d2f .board_box_blog2 .page-header{
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    position: relative;
}
#section_ea5d2f .board_box_blog .page-header h4, #section_ea5d2f .board_box_blog2 .page-header h4{
    margin: 0px 0 60px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.034em;
}
#section_ea5d2f .board_box_blog .page-header .pull-right, #section_ea5d2f .board_box_blog2 .page-header .pull-right{
    float: none !important;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
}
#section_ea5d2f .board_box_blog .page-header .pull-right i, #section_ea5d2f .board_box_blog2 .page-header .pull-right i{
    display: none;
}
#section_ea5d2f .board_box_blog .page-header .pull-right::after, #section_ea5d2f .board_box_blog2 .page-header .pull-right::after{
    content: 'MORE +';
    display: inline-block;
    padding: 3px 12px;
    font-size: 12px;
    transition: all 0.3s;
    background: #828486;
    color: #fff;
    letter-spacing: .2px;
    font-weight: 500;
    border-radius: 2px;
}

#section_ea5d2f .table_blog dd{
    padding: 0;
    border: 0 !important;
}
#section_ea5d2f .table_blog dd:hover{
    box-shadow: none;
}
#section_ea5d2f .board_box_blog .table_blog, #section_ea5d2f .board_box_blog2 .inner{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px !important;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}
#section_ea5d2f .board_box_blog .table_blog a::before,
#section_ea5d2f .board_box_blog .table_blog a::after, 
#section_ea5d2f .board_box_blog2 .inner::before, 
#section_ea5d2f .board_box_blog2 .inner::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    z-index: 1000;
}
#section_ea5d2f .board_box_blog .table_blog a::before, 
#section_ea5d2f .board_box_blog2 .inner::before {
    top: -1px;
    left: -1px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}
#section_ea5d2f .board_box_blog .table_blog a::after, 
#section_ea5d2f .board_box_blog2 .inner::after  {
    right: -1px;
    bottom: -1px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
#section_ea5d2f .board_box_blog .table_blog a:hover::before,
#section_ea5d2f .board_box_blog .table_blog a:hover::after, 
#section_ea5d2f .board_box_blog2 .inner:hover::before, 
#section_ea5d2f .board_box_blog2 .inner:hover::after {
    width: 100%;
    height: 100%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-color: #0e9da7;
}
#section_ea5d2f .board_box_blog2 .inner:hover::before, 
#section_ea5d2f .board_box_blog2 .inner:hover::after{
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
#section_ea5d2f .board_box_blog .table_blog p{
    display: none;
}
#section_ea5d2f .table_blog dd .right .title{
    margin: 0;
    padding: 0;
}
#section_ea5d2f .table_blog dd .right .title a{
    padding: 20px 0 20px;
    display: block;
}

#section_ea5d2f .board_box_blog2 .inner .top a .thumb {
    height: 180px;
}
#section_ea5d2f .board_box_blog2 .inner .bottom {
    padding: 0;
}
#section_ea5d2f .board_box_blog2 .inner .bottom .title{
    padding: 0;
}
#section_ea5d2f .board_box_blog2 .inner .bottom .title a {
    padding: 24px 0 24px;
    display: block;
    font-weight: 500;
    font-size: 19px;
}
*/

/* 자료실 */
#section_d2ddea {
    padding: 95px 0 70px;
}
#section_d2ddea .board_box_blog2 {
    width: 33.3%;
    padding: 0 25px;
}
#section_d2ddea .board_box_blog2 .inner,
#section_d2ddea .board_box_blog2 .inner:hover {
    border: none;
}
#section_d2ddea .board_box_blog2 .page-header {
    margin: 0 0 25px;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
}
#section_d2ddea .board_box_blog2 .page-header h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.035em;
}
/*body.en #section_d2ddea .board_box_blog2 .page-header h4,*/
body.vn #section_d2ddea .board_box_blog2 .page-header h4 {
    min-height: 52px;
}
#section_d2ddea .board_box_blog2 .page-header a {
    margin-top: 3px;
    color: #272727 !important;
}
#section_d2ddea .board_box_blog2 .row &gt; div[class^="col-"] {
    width: 100%;
}
#section_d2ddea .board_box_blog2 .inner .top a .thumb {
    height: 200px;
}
#section_d2ddea .board_box_blog2 .inner .bottom {
    padding: 0;
}
#section_d2ddea .board_box_blog2 .inner .bottom .title {
    padding: 0;
}
#section_d2ddea .board_box_blog2 .inner .bottom .title a {
    display: block;
    padding: 14px 0px 14px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.015em;
    text-align: center;
}
#section_d2ddea .board_box_blog2 .inner:hover .bottom .title a {
    color: #fff;
    background: #134a6d;
}

/* PARTNER */
#main3 {
    padding: 60px 0 30px;
    text-align: center;
}
#main3 h3 {
    float: left;
    margin: 22px 0 0 100px;
    font-size: 28px;
    letter-spacing: 0;
}
.mainPage ul.list-partner {
    display: inline-block;
}
.mainPage ul.list-partner &gt; li {
    float: left;
    width: 250px;
    margin: 0 5px;
}
.mainPage ul.list-partner &gt; li a {
    width: 100%;
    display: inline-block;
    padding: 16px;
    background: #fff;
    border: 1px solid #ddd;
}
.mainPage ul.list-partner &gt; li a:hover {
    border-color: #0e9da7;
}
.mainPage ul.list-partner &gt; li img {
    height: 35px;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
#site &gt; .container {
    width: 100%;
    padding: 0;
}
.subPage {
    padding-top: 80px;
}
.subPage &gt; .pageTop {
    height: 255px;
    position: relative;
    color: #fff;
    background-image: url('/public/img/sub/back_page_top01.jpg');
    background-size: cover;
    background-color: #333;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 2px 2px 3px black;
}
[id^='product'] &gt; .pageTop {background-image: url('/public/img/sub/back_page_top02.jpg');}
[id^='analysis'] &gt; .pageTop {background-image: url('/public/img/sub/back_page_top03.jpg');}
#chemical &gt; .pageTop {background-image: url('/public/img/sub/back_page_top04.jpg');}
#chemical &gt; .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .1;
}
#data_library &gt; .pageTop,
#cross_section &gt; .pageTop,
#install_repair &gt; .pageTop {background-image: url('/public/img/sub/back_page_top05_2.jpg');}
/* #data_library &gt; .pageTop::before,
#cross_section &gt; .pageTop::before,
#install_repair &gt; .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.4;
} */
#inquiry &gt; .pageTop {background-image: url('/public/img/sub/back_page_top06_2.jpg');}
/* #inquiry &gt; .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.2;
} */

.subPage &gt; .pageTop &gt; .container {
    height: 100%;
    position: relative;
}
.subPage &gt; .pageTop .wrap-title {
    padding: 115px 0 0;
    text-align: center;
}
.subPage &gt; .pageTop .wrap-title &gt; h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
}
.subPage &gt; .pageTop .wrap-title &gt; .sm {
    margin: 11px 0 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.08em;
    display: none;
}

/* Breadcrumb */
.subPage .breadcrumb {
    display: none;
}
/*
.subPage .breadcrumb {
    top: 20px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    background-color: transparent;
    opacity: 0.6;
}
.subPage .breadcrumb &gt; li:first-child::before {
    content: '\f015';
    left: -10px;
    position: absolute;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
*/

/* Link */
.subPage#product8_en .pageTop,
.subPage#product8_en .link {
    display: none;
}
body.en .subPage#product8_en .pageTop.eng,
body.en .subPage#product8_en .link.eng {
    display: block;
}
body.vn .subPage#product8_en .pageTop.vtn,
body.vn .subPage#product8_en .link.vtn {
    display: block;
}

.subPage .link {
    border-bottom: 1px solid #ddd;
}
.subPage .link ul &gt; li {
    vertical-align: middle;
}
.subPage .link ul &gt; li &gt; a {
    min-height: 63px;
    padding: 23px 0 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    text-decoration: none;
    color: #777;
}
.subPage .link ul &gt; li.active &gt; a {
    font-weight: 500;
    color: #0e9da7;
}
.subPage .link ul &gt; li &gt; a::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    position: absolute;
    background: transparent;
    transition: all ease-in-out .15s;
}
.subPage .link ul &gt; li.active &gt; a::after {
    background: #0e9da7;
}
.subPage .link ul &gt; li &gt; a:hover,
.subPage .link ul &gt; li &gt; a:focus {
    background: none;
}
.subPage .link ul &gt; li:not(.active) &gt; a:hover {
    color: #0e9da7;
}
.subPage .link ul &gt; li:not(.active) &gt; a:hover::after {
    background: #0e9da7;
}
.subPage &gt; .contents {
    padding: 90px 0 120px;
}

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

.title-lv-1 {
    margin: 0 0 70px;
    font-size: 38px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-align: center;
}
.title-lv-3 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.07em;
}
.title-lv-3::before {
    content: '';
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 5px solid #f5c01b;
    border-right-color: #412f74;
    border-bottom-color: #0a6133;
}
.title-lv-4 {
    position:relative;
    margin: 0 0 20px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.035em;
}
.title-lv-4::before{
    content:"";
    width:3px;
    height:17px;
    background:#0e9da7;
    position:absolute;
    left:0;
    top:2px;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default &gt; li {
    position: relative;
    margin-bottom: 4px;
}
/*
.list-square &gt; li {
    padding-left: 12px;
}
.list-square &gt; li:last-child {
    margin-bottom: 0;
}
.list-square &gt; li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #0466a7;
}
.list-dot &gt; li {
padding-left: 12px;
}
.list-dot &gt; li::before {
top: 8px;
left: 0;
width: 5px;
height: 5px;
background-color: #333;
border-radius: 17px;
}
.list-dash &gt; li {
padding-left: 12px;
}
.list-dash &gt; li::before {
top: 10px;
left: 0;
width: 6px;
height: 2px;
background-color: #9e9e9e;
}
*/
table.tb-default &gt; thead &gt; tr &gt; th,
table.tb-default &gt; tbody &gt; tr &gt; th,
table.tb-default &gt; tbody &gt; tr &gt; td {
    padding: 15px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #ddd;
}
table.tb-default &gt; thead &gt; tr &gt; th,
table.tb-default &gt; tbody &gt; tr &gt; th {
    text-align: center;
}
/* 제품소개 게시글 */
table.tb-spec &gt; thead &gt; tr &gt; th,
table.tb-spec &gt; tbody &gt; tr &gt; th,
table.tb-spec &gt; tbody &gt; tr &gt; td {
    padding: 8px;
    font-size: 14px;
    text-align: center;
}
table.tb-spec &gt; thead &gt; tr &gt; th {
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #30545f;
}
table.tb-spec &gt; tbody &gt; tr &gt; th {
    width: 25%;
    font-weight: 500;
}

/*
table.tb-style-1 {
border-top: 1px solid #333;
}
table.tb-style-1 &gt; thead &gt; tr &gt; th,
table.tb-style-1 &gt; tbody &gt; tr &gt; th {
background-color: #f6f6f6;
}
*/
  
/* 인사말 (페이지) */
/* #greeting &gt; .contents {
    padding-top: 0;
}
#greeting section#top {
    margin-bottom: 100px;
    padding: 90px 0 100px;
    color: #fff;
    background: url('/public/img/sub/greeting_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
#greeting section#top &gt; .container {
    width: 900px;
}
#greeting section#top h1 {
    color: #fff;
    text-align: left;
}
#greeting .text {
    word-break: keep-all;
}
#greeting .text h4 {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 1.35em;
}
#greeting .text h4 &gt; strong {
    padding-right: 18px;
}
#greeting .text p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.65;
}
#greeting .text .from {
    margin-top: 50px;
    margin-right: 32px;
    font-size: 17px;
    font-weight: 500;
    color: #eee;
    text-align: right;
} */
#greeting .space-bottom {
    margin-bottom: 100px;
}
#greeting section#top {
    margin-bottom: 100px;
}
#greeting .text.top {
    text-align: center;
}
#greeting .text.bottom {
    margin-top: -3px;
    padding: 0 55px;
    word-break: keep-all;
}
body.en #greeting .text.bottom,
body.vn #greeting .text.bottom {
    padding: 0 15px 0 55px;
}
#greeting .text h4 {
    margin: -5px 0 55px;
    /* margin: -5px 0 40px; */
    font-size: 30px;
    /* font-size: 34px; */
    font-weight: 400;
    color: #078992;
    letter-spacing: -0.055em;
    line-height: 1.35em;
}
body.vn #greeting .text h4 {
    font-size: 28px;
}
#greeting .text h4 &gt; strong {
    padding-right: 18px;
    font-size: 32px;
}
#greeting .text p {
    margin: 0 0 20px;
    /* margin: 0 0 30px; */
    font-size: 17px;
    letter-spacing: -0.022em;
    line-height: 1.65;
}
#greeting .text .from {
    text-align: right;
    font-size: 17px;
    color: #888;
    font-weight: 500;
    margin-top: 30px;
    margin-right: 15px;
    /* border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-top: 65px; */
}

/* 조직도 (페이지)
.organization-chart {
    text-align: center;
}
.organization-chart &gt; .top h5 {
    width: 180px;
    height: 180px;
    display: inline-block;
    margin: 0;
    padding: 76px 40px;
    font-size: 24px;
    color: #0e9da7;
    border: 3px solid #0e9da7;
    border-radius: 100%;
}
.organization-chart &gt; .middle {
    margin: 50px 0 60px;
}
.organization-chart &gt; .middle &gt; .logo {
    width: 230px;
    position: relative;
    margin: 0 auto;
}
.organization-chart &gt; .middle &gt; .logo::before,
.organization-chart &gt; .middle &gt; .logo::after {
    position: absolute;
    color: #111;
    line-height: 1em;
}
.organization-chart &gt; .middle &gt; .logo::before {
    content: '(주)영진기기';
    top: 14px;
    left: 68px;
    font-size: 30px;
    font-weight: 800;
}
.organization-chart &gt; .middle &gt; .logo::after {
    content: 'YOUNGJIN INS. CO., LTD.';
    top: 52px;
    left: 72px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0em;
    font-family: 'notokr';
    color: #444;
}
.organization-chart &gt; .bottom {
    margin: 0 -5px;
}
.organization-chart &gt; .bottom &gt; .box {
    float: left;
    width: 20%;
    display: inline-block;
    padding: 0 5px;
}
.organization-chart &gt; .bottom h5 {
    margin: 0;
    padding: 15px;
    border: 1px solid #0e9da7;
}
*/

/* 연혁 (페이지) */
.wrap-history {
    position: relative;
}
.wrap-history::before {
    content: '';
    top: 20px;
    left: 25%;
    height: 94%;
    position: absolute;
    margin-left: -10px;
    border-left: 10px solid #f6f6f6;
}
.history-block {
    margin-bottom: 30px;
}
.history-block:last-child {
    margin-bottom: 0;
}
.history-block &gt; .year {
    float: left;
    width: 25%;
    position: relative;
    margin: 0;
    font-size: 32px;
    color: #185780;
    letter-spacing: -0.015em;
    font-weight: 500;
}
.history-block &gt; .year::before,
.history-block &gt; .year::after {
    content: '';
    position: absolute;
}
.history-block &gt; .year::before {
    top: 17px;
    right: 0;
    width: 65px;
    border-top: 1px solid #a1c7e2;
}
.history-block &gt; .year::after {
    top: 11px;
    right: -1px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #0e9da7;
    border-radius: 20px;
}
.history-block &gt; .detail {
    width: 75%;
    display: inline-block;
    padding: 5px 0 0 40px;
}
.history-block &gt; .detail ul &gt; li {
    margin-bottom: 18px;
}
.history-block &gt; .detail ul &gt; li .month {
    float: left;
    width: 10%;
    margin: 0;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 600;
}
.history-block &gt; .detail ul &gt; li .desc {
    width: 90%;
    display: inline-block;
    /* padding-left: 20px; */
    padding-top: 2px;
    color: #6f6f6f;
    line-height: 1.5em;
}
.history-block &gt; .detail ul &gt; li .month+.desc {
    padding-left: 0;
}
body.vn .wrap-history::before {
    left: 26%;
}
body.vn .history-block &gt; .year {
    width: 26%;
}
body.vn .history-block &gt; .detail {
    width: 74%;
}
body.vn .history-block &gt; .detail ul &gt; li .month {
    width: 12%;
}
body.vn .history-block &gt; .detail ul &gt; li .month+.desc {
    width: 88%;
}


/* 오시는길 (페이지) */
#location ul.list-contact {
    margin: 10px 0 0;
    padding: 40px;
    text-align: center;
    border: 10px solid #eee;
}
#location ul.list-contact &gt; li {
    display: inline-block;
    margin-bottom: 0;
    color: #444;
}
#location ul.list-contact &gt; li+li {
    margin-left: 15px;
}
#location ul.list-contact &gt; li.addr {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
#location ul.list-contact &gt; li.addr i {
    padding-right: 5px;
    color: #0e9da7;
}
#location ul.list-contact &gt; li h5 {
    float: left;
    margin: 2px 8px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 0;
}

/* 분석의뢰 (페이지) */
#analysis1 .box-text {
    margin-bottom: 60px;
    word-break: keep-all;
}
#analysis1 .box-text &gt; p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.65;
    letter-spacing: -0.022em;
}
#analysis1 ul.list-step &gt; li {
    float: left;
    width: 20%;
    padding: 0;
}
#analysis1 ul.list-step &gt; li .inner {
    border: 1px solid #ddd;
    border-left: none;
    border-top: 2px solid #0e9da7;
}
#analysis1 ul.list-step &gt; li:first-child .inner {
    border-left: 1px solid #ddd;
}
#analysis1 ul.list-step &gt; li p.step {
    margin: 30px 0 25px;
    font-size: 20px;
    font-weight: 600;
    color: #0e9da7;
    text-align: center;
    letter-spacing: 0;
}
#analysis1 ul.list-step &gt; li .text {
    min-height: 210px;
    margin-top: 45px;
    padding: 35px 22px 20px;
    word-break: keep-all;
    text-align: center;
    background: #f8f8f8;
}
body.en #analysis1 ul.list-step &gt; li .text,
body.vn #analysis1 ul.list-step &gt; li .text {
    min-height: 253px;
}
#analysis1 ul.list-step &gt; li h4 {
    margin: 0 0 15px;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #111;
}
#analysis1 ul.list-step &gt; li p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
#analysis1 .text-center .btn {
    min-width: 225px;
    margin-top: 40px;
    padding: 16px 35px;
    font-size: 18px;
    font-weight: 500;
    color: #0e9da7;
    border: 2px solid #0e9da7;
    letter-spacing: -0.055em;
}
#analysis1 .text-center .btn:hover,
#analysis1 .text-center .btn:focus {
    color: #fff;
    background: #0e9da7;
}

.box-picture {
    margin-bottom: 40px;
}
.box-picture &gt; .wrap-img {
    position: relative;
    padding: 6px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.box-picture &gt; .wrap-img:hover,
.box-picture &gt; .wrap-img:focus {
    cursor: hand;
    cursor: pointer;
    border-color: #0e9da7;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.1);
}
.box-picture &gt; .wrap-img::before {
    content: '+';
    right: 15px;
    bottom: 15px;
    width: 34px;
    height: 34px;
    position: absolute;
    padding: 17px 9px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 0em;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px;
    opacity: 0;
}
.box-picture &gt; .wrap-img:hover::before,
.box-picture &gt; .wrap-img:focus::before {
    opacity: 1;
}
.box-picture &gt; .name {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 830px;
        margin: 80px auto;
    }
}
.modal .modal-header {
    padding: 15px 20px;
    color: #fff;
    background-color: #0c919a;
    border-bottom: none;
}
.modal .modal-body {
    padding: 40px;
}
.modal .modal-header .modal-title {
    display: inline-block;
    margin: 4px 0 -4px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}
.modal .modal-header button {
    margin-top: -4px;
    font-size: 33px;
    color: #fff;
    line-height: 1;
    text-shadow: none;
    opacity: 0.7;
}
.modal .modal-body &gt; img+img {
    margin-top: 30px;
}
.modal .modal-footer {
    padding: 0 20px 20px 20px;
    border-top: none;
}
.modal .modal-footer &gt; a {
    padding: 8px 25px;
    border: 1px solid #d8d8d8;
}
.modal .modal-footer &gt; a:hover {
    background-color: #f6f6f6;
}

#analysis1 #row3 .tit {
    text-align: center;
}
#analysis1 #row3 .tit &gt; h3 {
    display: inline-block;
    margin: 0;
    padding-bottom: 3px;
    font-size: 32px;
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1em;
    border-bottom: 1px solid #333;
}
#analysis1 #row3 .tit &gt; h4 {
    margin: 15px 0 0;
    font-size: 28px;
    color: #222;
    letter-spacing: -0.07em;
}
#analysis1 #row3 h5 {
    min-width: 240px;
    display: inline-block;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-align: center;
    border: 4px solid #f783ac;
    border-radius: 3px;
}
#analysis1 #row3 .top &gt; h5 {
    margin: 50px 0 10px;
}
#analysis1 #row3 .top &gt; img {
    margin-bottom: 20px;
}
#analysis1 #row4 img {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
#analysis1 #row4 h3+img {
    margin-bottom: 60px;
}
#analysis1 #row4 .col3 img {
    padding: 34px 15px 33px;
}
#analysis1 #row4 p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #5f5f5f;
    line-height: 1.55;
}

/* 분석의뢰 신청 (페이지 + 하단 주문폼) */
#analysis2 fieldset h4.title-lv-4 {
    margin-top: 50px;
}
#analysis2 .board_wrapper table tbody tr#item_4 td .form-control {
    width: 100%;
}
#analysis2 .box-text {
    width: 100%;
    display: inline-block;
    margin-top: 60px;
    padding: 30px 35px 20px;
    font-size: 15px;
    word-break: keep-all;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
#analysis2 .box-text &gt; h5 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

/* Chemical (페이지) */
#chemical #row1 img {
    margin-bottom: 35px;
}
#chemical .box {
    min-height: 500px;
    padding: 35px 0 25px;
    text-align: center;
    background: #f1f3f2;
    border-top: 2px solid #ea374f;
}
#chemical .box &gt; h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    min-height: 56px;
}
#chemical .box &gt; img {
    margin: 30px auto;
}
#chemical .box &gt; h5 {
    margin: 0 0 15px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
#chemical .box &gt; ul {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    padding: 0 25px;
}
body.vn #chemical .box &gt; ul {
    padding: 0;
}
#chemical .box &gt; ul li{
    border: 1px solid #e0e0e0;
    background:#fff;
    padding: 9px 10px 8px;
    display:inline-block;
    font-size: 14px;
    letter-spacing: -0.015em;
    font-weight: 400;
    color: #222;
    line-height: 1;
}
#chemical .box-prod {
    width: 100%;
    display: inline-block;
    word-break: keep-all;
    border-top: 1px dotted #ccc;
}
#chemical .box-prod+.box-prod {
}
#chemical .box-prod &gt; .left {
    float: left;
    width: 25%;
    padding: 55px 0;
    text-align: center;
}
#chemical .box-prod &gt; .right {
    width: 75%;
    padding: 55px 15px 45px;
    display: inline-block;
}
#chemical .box-prod h4.name {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.065em;
    color: #cc3c4f;
}
#chemical .box-prod p.txt{
    font-size: 17px;
    color: #2f2f2f;
    letter-spacing:-0.04em;
    margin-bottom: 30px;
    line-height: 1.65;
}
#chemical .box-prod i {
    width: 85px;
    height: 85px;
    padding: 27px 15px;
    font-size: 32px;
    color: #fff;
    background: #da2a42;
    border-radius: 100%;
}
#chemical .box-prod h5 {
    margin: 27px 0 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #333;
}
#chemical .box-prod p {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 1.55;
    margin-bottom: 20px;
}

/* 제품소개 공통 스타일 */
.subPage[id^="product"] &gt; .contents .left-category {
    float: left;
    width: 20%;
    border: 1px solid #d6d6d6;
    border-bottom: none;
}
.subPage[id^="product"] &gt; .contents .right-borard {
    float: right;
    width: 80%;
    padding-left: 50px;
}
.subPage[id^="product"] &gt; .contents .pagination_wrap {
    margin-top: 30px;
}
.subPage[id^="product"] .board_data_view .header_wrap {
    padding: 45px 10px;
}
.subPage[id^="product"] .board_data_view .header_wrap .info {
    display: none;
}
.subPage[id^="product"] .board_wrapper .reply_wrap {
    display: none;
}

.subPage[id^="product"] .link {
    margin-top: 30px;
    border-bottom: none;
}
.subPage[id^="product"] .link ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
}
.subPage[id^="product"] .link ul &gt; li {
    flex: 1 1 20%;
    padding: 2px;
}
.subPage[id^="product"] .link ul &gt; li &gt; a {
    height: 100%;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    font-size: 16px;
    border: 1px solid #ddd;
}
/* body.en [id^="product"] .link ul &gt; li &gt; a {
    font-size: 16px;
}
body.en [id^="product"] .link ul &gt; li:nth-child(6) &gt; a {
    padding-top: 15px;
    line-height: 1.3em;
}
body.vn [id^="product"] .link ul &gt; li &gt; a {
    font-size: 15px;
}
body.vn [id^="product"] .link ul &gt; li:nth-child(6) &gt; a {
    padding-top: 15px;
    line-height: 1.3em;
} */
body.en #product3 h1 {
    line-height: 1.2em;
}

/* 카테고리 */
.left-category ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.left-category .list-category &gt; li {
    border-bottom: 1px solid #ddd;
}
.left-category .list-category &gt; li .tit {
    position: relative;
    padding: 16px 16px;
    font-size: 16px;
    line-height: 1em;
    background: #f6f6f6;
    font-weight: 500;
}
.left-category .list-category &gt; li .tit .arrow {
    top: 0;
    right: 0;
    width: 43px;
    height: 48px;
    position: absolute;
    padding: 18px 20px;
    font-size: 14px;
    cursor: pointer;
}
/*
.left-category .list-category &gt; li .tit::before {
    content: '\f107';
    top: 15px;
    right: 15px;
    position: absolute;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
*/
.left-category .list-category &gt; li.opened .tit {
    background: #0e9da7;
    font-weight: 500;
    color: #fff;
}
.list-category-inner &gt; li a {
    width: 100%;
    display: inline-block;
    padding: 13px 16px 13px 28px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: -0.025em;
    transition:none;
    position:relative;
    color: #444;
    border-top: 1px solid #eee;
    line-height: 1.3;
}
.list-category-inner &gt; li a:before{
    content:"";
    width: 5px;
    height: 2px;
    background:#0e9da7;
    position:absolute;
    left: 17px;
    top: 20px;
}
.list-category-inner &gt; li a:hover{
    text-decoration:underline;
}
/* UV-Vis Spectrophometer (K LAB) */
body.en .left-category .list-category &gt; li:nth-child(6) a &gt; span {
    display: inline-block;
    text-align: center;
}

/* 제품소개 게시글 */
.product_detail+.product_detail {
    margin-top: 80px;
    border-top: 2px solid #ddd;
    padding-top: 80px;
}
.product_detail .image img {
    border: 1px solid #ddd;
}
.product_detail .image p {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.015em;
}
.product_detail h4.prod-name {
    position: relative;
    margin: 0 0 29px;
    padding-left: 18px;
    font-size: 26px;
    font-weight: 600;
}
.product_detail h4.prod-name:before{
    content:"";
    width:5px;
    height: 20px;
    background: #2ab5bf;
    position:absolute;
    left:0;
    top:4px;
}
.product_detail .box-detail {
    padding: 0 10px;
    word-break: keep-all;
}
.product_detail .box-detail &gt; p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 15px;
    letter-spacing: -0.025em;
    color: #333;
}

.product_detail .manual {
    border-top:1px dashed #e0e0e0;
    margin-top:25px;
    padding-top:15px;
}
.product_detail .manual h5 {
    margin: 30px 0 0px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.05em;
}
.product_detail .manual h5 + .sm2 {
    margin-top:8px;
    color:#0e9da7;
    font-size: 16px;
    font-weight: 500;
}
.product_detail .manual p.sm1 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
.product_detail .manual ul,
.product_detail .manual ol {
    margin: 20px 0 0;
    padding-left: 0;
    list-style-type: none;
}
.product_detail .manual ul li, 
.product_detail .manual ol li{
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #555;
}
.product_detail .manual ul &gt; li {
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    word-break: keep-all;
}
.product_detail .manual ul &gt; li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #0e9da7;
    border-radius: 10px;
}
.product_detail .manual &gt; iframe {
    margin-top: 60px;
}
.product_detail .table-responsive {
    margin-top: 50px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.table.table_default tr th, 
.table.table_default tr td {
    font-size: 15px;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}
.board_data_view .header_wrap {
    padding: 35px 10px;
    border-bottom: 1px solid #ddd;
    background:#f6f6f6;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    line-height: 1.25em;
}
.board_data_view .header_wrap .info {
    margin-top: 9px;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}

/* 블로그 게시판 */
.board_wrapper {
    width: 100%;
    display: inline-block;
}
.table_blog {
    border-top: none;
    display: flex;
    flex-wrap: wrap;

    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px 20px;
}
.table_blog .wrap-dd {
    /* float: left; */
    /* width: 33.3%; */
    width: 100%;
    display: inline-block;
    /* margin-bottom: 20px; */
    padding: 0 10px;
}
.table_blog .wrap-dd {
    padding: 20px;
    border: 1px solid #e3e3e3;
    transition:all 0.25s;
}
.table_blog dd{
    padding: 0;
    border: 0;
}
.table_blog dd:hover{
    background-color: transparent;
}
.table_blog .wrap-dd:hover{
    background:#fff;
    border:1px solid #0e9da7;
    box-shadow:1px 1px 3px rgba(0,0,0,0.125);
}
.table_blog dd .left,
.table_blog dd .right {
    width: 100%;
}
.table_blog dd .left a .thumb {
    width: 100%;
    height: 200px;
}
.table_blog dd .right .title {
    margin: 24px 0 12px;
    padding-right: 0;
}
.table_blog dd .right .title a {
    display: initial;
    font-size: 19px;
    text-decoration: none;
    font-weight: 500;
    color: #222;
}
.table_blog dd .right .title a:hover, 
.table_blog dd .title a:focus{
    color:#0e9da7;
}
.table_blog dd .right .title .badge {
    display: block;
    margin-bottom: 4px;
    padding: 0;
    font-weight: 500;
    color: #0e9da7;
    background: rgba(0,0,0,0);
    border-radius: 2px;
    letter-spacing: .2px;
    text-align: left;
    border: 0;

}
.table_blog dd .right .info {
    margin-bottom: 10px;
    font-size: 13px;
    display: none;
}
.table_blog dd .right .info .hits, .table_blog dd .right .info .reply {
    display: none;
}
.table_blog dd .right .text p {
    height: 60px;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing:-0.02em;
    overflow: hidden;
}

.table_video dd,
.table_blog2 dd {
    width: 20%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.table_video dd .inner, 
.table_blog2 dd .inner {
    transition: all 0.25s;
}
.table_video dd .inner .top a .thumb,
.table_blog2 dd .inner .top a .thumb {
    height: 180px;
}
.table_video dd .inner .bottom, 
.table_blog2 dd .inner .bottom {
    padding: 17px;
}
.table_video dd .inner:hover, 
.table_blog2 dd .inner:hover {
    border: 1px solid #0e9da7;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.125);
}
.table_video dd .inner .bottom .title a, 
.table_blog2 dd .inner .bottom .title a {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #222;
}

.table_video dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus, 
.table_blog2 dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus {
    color: #0e9da7;
    text-decoration: none;
}
.table_video dd .inner .bottom .info span, 
.table_blog2 dd .inner .bottom .info span {
    letter-spacing: 0;
    font-size: 12px;
}

/* 카테고리 */
.category_wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}
.category_wrap ul{
    border-bottom: 1px solid #d6d6d6;
}
.category_wrap ul li+li{
    margin-left: 20px
}
.category_wrap ul li a{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color:#888;
    padding: 13px 5px;
    border-bottom: none;
    background: rgba(0,0,0,0);
    transition: none;
}
.category_wrap ul li.on a, .category_wrap ul li.on a:hover, 
.category_wrap ul li.on a:focus {
    color: #0e9da7;
    z-index: 1;
}
.category_wrap ul li.on a:after{
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    bottom: -1px;
    left:0;
    background:#0e9da7;
}
/* 페이지네이션 */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #0e9da7;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    border-color: #0e9da7;
    color: #0e9da7;
}

.board-area {
    z-index: 100;
    position: relative;
}
.bottom-borard {
    width: 100%;
    display: inline-block;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */

}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    .subPage &gt; .contents {
        padding: 60px 0 80px;
    }
    

    .subPage[id^="product"] .link ul &gt; li {
        flex: 1 1 50%;
    }
    .subPage[id^="product"] .link ul &gt; li &gt; a {
        padding: 10px 5px;
        font-size: 13px;
    }

    .subPage[id^="product"] &gt; .contents .left-category {
        display: none;
    }
    .subPage[id^="product"] &gt; .contents .right-borard {
        width: 100%;
        padding-left: 0;
    }

    .category_wrap {
        padding: 0;
    }
    .category_wrap ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: -2px;
        border-bottom: none;
    }
    .category_wrap ul li {
        flex: 1 1 50%;
        padding: 2px;
    }
    .category_wrap ul li+li {
        margin-left: 0;
    }
    .category_wrap ul li:first-child {
        flex-basis: 100%;
    }
    .category_wrap ul li a {
        font-size: 12px;
        padding: 8px;
        text-align: center;
        background: #f5f5f5;
    }

    .table_blog {
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    .table_blog .wrap-dd {
        padding: 15px;
    }
    .table_blog .left {
        padding: 0;
    }
    .table_blog .left a {
        width: 100%;
    }
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */
    .subPage[id^="product"] &gt; .contents .pagination_wrap,
    .subPage[id^="product"] &gt; .contents .search_wrap {
        margin-left: 25%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    .navbar-inverse &gt; .container {
        width: 1300px;
    }
    .mainPage .main-product:nth-child(6) {
        margin-left: 12%;
    }
    /* #greeting .text {
        margin-left: 41.66666667%;
        padding: 0 180px 0 70px;
    } */
}
/******* 모바일 최적화 끝 *******/</pre></body></html>