@charset "utf-8";

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 800;
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoEB.eot');
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoEB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoEB.woff') format('woff'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoEB.ttf') format('truetype');
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 700;
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoB.eot');
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoB.woff') format('woff'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoB.ttf') format('truetype');
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 400;
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoM.eot');
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoM.eot?#iefix') format('embedded-opentype'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoM.woff') format('woff'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoM.ttf') format('truetype');
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 300;
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoL.eot');
    src: url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoL.eot?#iefix') format('embedded-opentype'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoL.woff') format('woff'),
         url('/public/font/AppleSDGothicNeo/AppleSDGothicNeoL.ttf') format('truetype');
}

#site {
    padding-top: 0;
    font-size: 17px;
    font-weight: 300;
    font-family: 'AppleSDGothicNeo', 'notokr', sans-serif;
    color: #000;
    letter-spacing: -0.03em;
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

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;
    text-decoration: none;
}

p {
    line-height: 1.6em;
}

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

.btn.btn-primary {
    background-color: #000;
    border-color: #000;
    /*background-color: #19719f;
    border-color: #19719f;*/
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #e60012;
    border-color: #e60012;
    /*background-color: #156792;
    border-color: #156792;*/
}

.navbar .caret{
    position: absolute;
    margin: 10px 0 -5px 5px;
    border-width: 5px;
    border-top-color: #e60012;
    transform: rotate(45deg);
}

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

.navbar-brand {
    height: auto;
    position: relative;
    margin-top: 22px;
    padding: 0;
}
.navbar-brand::before {
    content: '㈜피노켐 – 이스트만 한국총판';
    left: 0;
    bottom: -22px;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 3.1px;
    white-space: nowrap;
}
.navbar-inverse .navbar-brand img{height:30px;margin-top:0;}

.navbar-inverse .navbar-nav > li > a{font-size: 18px;font-weight:700;color:#333;}
.navbar-inverse .navbar-nav > li#gnb_59 > a {
    color: #e60012;
}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#e60012;}

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

@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:#e60012;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#e60012;}
 .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:rgba(0,0,0,.8);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{position:relative;padding:15px 20px;color:#fff;text-align:center;font-size: 15px;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:#000;}
.navbar-inverse .navbar-nav .dropdown-menu>li>a::before,
.navbar-inverse .navbar-nav .dropdown-menu>li>a::after {
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all ease-in-out .15s;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a::before {
    width: 100%;
    height: 2px;
    background: transparent;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a::after {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover::before {
    background: #ff2726;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover::after {
    border-right-color: #ff2726;
    border-bottom-color: #ff2726;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        top: 115%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}

}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 38px 35px 32px 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:10px;height:10px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 4px;border-radius:20px;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width: 40px;height: 10px;background-color:#e60012;margin:0 4px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);border:none;}

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

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

/* 푸터 */
#site footer{margin-top:0px;background-color:#f8f9fa;color:#555}
#site footer .footer-info{padding:49px 0 45px;border-top:1px solid #eee;}
#site footer .footer-info .info {padding-left:45px;}
#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: 400;margin-right:15px;line-height:24px;letter-spacing: 0;}
#site footer .footer-info ul li.copy {
    font-size: 14px;
    color: #999;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:calc(100vh - 260px);}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 8px;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.35em;
}
#mainCarousel .carousel-caption p {
    font-size: 19px;
    font-weight: 300;
}
#mainCarousel .carousel-caption::before {
  content: '';
  top: 180px;
  left: 50%;
  width: 80px;
  height: 1px;
  position: absolute;
  background: #ff2726;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:calc(100vh - 279px)}
 #mainCarousel .carousel-caption h1{font-size:25px}
 #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 > 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;
}

/* 메인 추가 스타일 */
#mainCarousel .carousel-caption > .wrap-btn {
    margin-top: 90px;
}
#mainCarousel .carousel-caption > .wrap-btn a {
    overflow: hidden;
    min-width: 240px;
    position: relative;
    margin: 0 10px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 400;
    background: #000;
    border: none;
    box-shadow: 1px 4px 11px 0px rgba(0,0,0,0.18);
}
#mainCarousel .carousel-caption > .wrap-btn a+a {
    background: #e60012;
}
#mainCarousel .carousel-caption > .wrap-btn a::after {
    content: '';
    top: -50px;
    left: -85px;
    width: 60px;
    height: 155px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.2;
}
#mainCarousel .carousel-caption > .wrap-btn a:hover {
    color: #fff;
}
#mainCarousel .carousel-caption > .wrap-btn a:hover::after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#mainCarousel .carousel-caption > .wrap-btn a span {
    z-index: 20;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 280px;
    color: #fff;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .wrap-title {
    padding: 100px 0 0;
}
.subPage > .pageTop .wrap-title > h2 {
    margin: 0;
    font-size: 45px;
    letter-spacing: -0.06em;;
    text-align: center;
}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 12px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
    background-color: transparent;
    color: #ddd;
}
.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 {
    margin-top: -57px;
    background: rgba(0,0,0,0.6);
}
.subPage .link ul > li > a {
    position: relative;
    padding: 21px 19px 19px;
    font-size: 17px;
    color: #eee;
    letter-spacing: -0.04em;
    line-height: 1em;
}
.subPage .link ul > li > a::before {
    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::before {
    display: none;
}
.subPage .link ul > li.active > a {
    font-weight: 500;
    color: #fff;
    background: #ff2726;
}
.subPage .link ul > li:not(.active) > a:hover {
    background: #000;
}

.subPage > .contents {
    padding: 100px 0 110px;
}
#intro_eastman > .contents {
    position: relative;
    background: url(/public/img/sub/intro_eastman_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.space-bottom {
    margin-bottom: 80px;
}

.title-lv-1 {
    position: relative;
    margin: 0 0 65px;
    font-size: 44px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 12px;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1em;
}
.title-lv-2::before {
    content: '';
    top: 1px;
    left: 0;
    width: 4px;
    height: 21px;
    position: absolute;
    background: #e60012;
}

.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: 12px;
}
.list-style-1 > li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #e60012;
    border-radius: 20px;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 14px 14px 12px;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-style-1 {
    border-top: 1px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    font-weight: 600;
    letter-spacing: -0.02em;
    background: #f7f7f7;
    font-size: 16px;
}

.subPage .btn-inquiry {
    margin-top: 70px;
    text-align: center;
}
.subPage .btn-inquiry > a {
    width: 273px;
    height: 65px;
    position: relative;
    font-size: 18px;
    color: #333;
    border-radius: 50px;
}
.subPage .btn-inquiry > a::before {
    content: '\f105';
    top: 18px;
    right: 49px;
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    transition: all ease-in-out .15s;
    z-index: 100;
}
.subPage .btn-inquiry > a span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px 23px 20px 0;
    background: #fff;
    border-radius: 50px;
    z-index: 90;
}
.subPage .btn-inquiry > a::after {
  content: '';
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  position: absolute;
  background: linear-gradient(to right, #000000, #c6c6c6);
  border-radius: 50px;
}
.subPage .btn-inquiry > a:hover {
    font-weight: 600;
    color: #333;
}
.subPage .btn-inquiry > a:hover::before {
    right: 44px;
}

/* Therminol / Marlotherm (페이지) */
#products .wrap-table .catalog > h5 {
    width: 46px;
    height: 46px;
    margin: 0 auto 5px 7px;
    padding: 18px 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 100%;
}
#products .wrap-table ul.list-catalog > li {
    margin: 4.7px 0;
    text-align: center;
}
#products .wrap-table ul.list-catalog > li a {
    width: 100%;
    height: 28px;
    display: inline-block;
    padding: 6px 0;
}
#products .wrap-table ul.list-catalog > li a::before {
    content: '';
    top: 3px;
    left: 50%;
    width: 36px;
    height: 20px;
    position: absolute;
    background-image: url('/public/img/sub/icon_catalog2.png');
    background-repeat: no-repeat;
    transform: translateX(-50%);
}
#products .wrap-table ul.list-catalog > li > .tooltip {
    position: static;
    opacity: 1;
}
#products .wrap-table ul.list-catalog > li a > .tooltiptext {
    top: 1px;
    left: 100%;
    width: 114px;
    position: absolute;
    margin-left: -5px;
    padding: 4px 6px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    border-radius: 2px;
    transition: all ease-in-out .15s;
    opacity: 0;
}
#products .wrap-table ul.list-catalog > li:nth-child(11) a > .tooltiptext,
#products .wrap-table ul.list-catalog > li:nth-child(12) a > .tooltiptext {
    width: 118px;
}
#products .wrap-table ul.list-catalog > li a > .tooltiptext::before {
    content: '';
    top: 6px;
    left: -7px;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid rgba(0,0,0,0.9);
}
#products .wrap-table ul.list-catalog > li a:hover::before {
    background-image: url('/public/img/sub/icon_catalog2_active.png');
}
#products .wrap-table ul.list-catalog > li a:hover .tooltiptext {
    opacity: 1;
}
#products .hyper-link {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
#products .hyper-link::before {
    content: '\f35d';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #333;
    /*color: #19719f;*/
    font-weight: 600;
    margin-right: 3px;
}
#products .hyper-link > a {
    /*color: #333;*/
    color: #1c7ed6;
}
#products .hyper-link > a:hover {
    text-decoration: underline;
}
#products .wrap-logo.bottom {
    margin: 0 0 65px;
    text-align: center;
}
#products .wrap-logo.bottom img {
    height: 35px;
    display: inline-block;
    margin: 0 5px;

}

/* 주요 적용분야 (페이지) */
#areas_application table > tbody > tr > th,
#areas_application table > tbody > tr > td {
    text-align: center;
    font-size: 16px;
}
#areas_application table > tbody > tr > td {
    width: 39%;
}

/* 제품선정 시 고려사항 (페이지) */
#considerations ol.list-num > li {
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #ddd;
}
#considerations ol.list-num > li:last-child {
    margin-bottom: 0;
}
#considerations ol.list-num > li .num {
    float: left;
    width: 39px;
    height: 39px;
    padding-left: 14px;
    padding-top: 6px;
    font-size: 21px;
    color: #fff;
    background: linear-gradient(45deg, rgba(136,136,136,0.65), #1b1b1b);
    border-radius: 50%;
    font-weight: 600;
    position: relative;
}
#considerations ol.list-num > li .num::before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    background: #d5d5d5;
    height: 1px;
    top: 20px;
    left: 37px;
    z-index: -1;
}
#considerations ol.list-num > li .num::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dd4a49;
    top: 15px;
    left: 116px;
}
#considerations ol.list-num > li .detail {
    width: 90%;
    display: inline-block;
    padding-left: 100px;
    margin-top: 10px;
}
#considerations ol.list-num > li .detail h4 {
    margin: 0 0 15px;
    font-size: 21px;
    color: #04aae7;
}

/* 피노켐 인사말 (페이지) */
#greeting > .contents {
    position: relative;
    background: url(/public/img/sub/greeting_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#greeting > .contents::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #afafaf;
    opacity: .5;
}
#greeting #row1 .con > img {
    width: 280px;
}
#greeting #row1 .con {
    padding: 70px 80px 68px;
    background: rgba(255,255,255,0.85);
}
#greeting #row1 .con > h4 {
    margin: 40px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    /*text-align: center;*/
    color: #333;
}
#greeting #row1 .con > p {
    margin: 0 0 25px;
    font-size: 17px;
}
#greeting #row1 .con > p:last-child {
    margin-bottom: 0;
}
#greeting #row1 .con > .from {
    margin: 30px 30px 0 0;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}
#greeting .btn-inquiry {
    margin-top: 57px;
}

/* 이스트만 소개 (페이지) */
#intro_eastman .wrap-logo.top {
    margin-bottom: 50px;
}
#intro_eastman .wrap-logo.top img {
    width: 360px;
}
#intro_eastman .hyper-link {
    margin-top: 35px;
    text-align: center;
}
#intro_eastman .hyper-link > a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    /*color: #19719f;*/
}
#intro_eastman .hyper-link > a:hover {
    text-decoration: underline;
}
#intro_eastman .wrap-logo.bottom {
    left: 50%;
    position: relative;
    margin-top: 50px;
    text-align: center;
    transform: translateX(-50%);
}
#intro_eastman .wrap-logo.bottom img {
    width: 28%;
    height: 28px;
    display: inline-block;
}
#intro_eastman .wrap-logo.bottom img+img {
    margin-left: 20px;
}
#intro_eastman #row1 p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.8;
    font-weight: 500;
}

#intro_eastman #row1 {
    padding: 70px 80px;
    background: rgba(255,255,255,0.85);
}
/* 주요 고객사 (페이지) */
ul.list-clients {
    margin: 0 -5px;
    /* margin: 0 -15px; */
}
ul.list-clients > li {
    float: left;
    width: 20%;
    /* width: 25%; */
    margin-bottom: 0;
    padding: 5px;
    /* padding: 0 15px; */
}
/* ul.list-clients > li:nth-child(n+5) {
    margin-top: 30px;
} */
ul.list-clients > li .inner {
    /* padding: 10px 25px; */
    border: 1px solid #ddd;
}
ul.list-clients > li .name {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    display: none;
}

/* 오시는 길 (페이지) */
#location ul.list-contact {
    padding: 35px;
    text-align: right;
    background: #f6f6f6;
    border-top: 3px solid #ff2726;
}
#location ul.list-contact > li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
}
#location ul.list-contact > li.name {
    float: left;
    font-size: 23px;
    font-weight: 700;
}
#location ul.list-contact > li.name img {
    height: 22px;
    display: inline-block;
    margin: -4px 0 0 6px;
}
#location ul.list-contact > li.addr {
    font-weight: 400;
}
#location ul.list-contact > li.addr i {
    padding-right: 4px;
    color: #ff2726;
}
#location ul.list-contact > li:not(.name):not(.addr) {
    margin: 5px 0 0 25px;
}
#location ul.list-contact > li:not(.name):not(.addr):not(:last-child)::before {
    content: '/';
    right: -15px;
    position: absolute;
    color: #999;
}

/* 무상 샘플분석/견적의뢰 (주문폼+페이지) */
#inquiry > .pageTop .wrap-title {
    padding: 130px 0 0;
}
#inquiry .box-list {
    margin-bottom: 50px;
    padding: 30px 30px 20px;
    background: #f6f6f6;
    border: 1px solid #eee;
}
#inquiry .box-list ul li {
    font-size: 16px;
}
#inquiry #row1 h4 {
    margin: 0 0 18px;
    font-size: 20px;
    text-align: left;
}
#inquiry #row1 img {
    margin-bottom: 60px;
    padding: 15px;
    border: 1px solid #ddd;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 16px;
}
.custom_checkbox+span {
    font-size: 16px;
} 

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default thead th {
    padding: 15px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}
.board_wrapper .table.table_default tr td {
    padding: 12px 15px;
}
.table.table_default tbody .subject a {
    font-weight: 500;
    color: #333;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #777;
}
.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}
.board_data_view .header_wrap .title {
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}
.board_data_view .header_wrap .info {
    margin-top: 8px;
}
/* 주문폼 */
.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: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    color: #19719f;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #999;
}
/*************** 서브 끝 *****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    #products .wrap-table ul.list-catalog > li a > .tooltiptext{display:none}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:67px;font-size:16px}
    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand{margin-left:15px}
    .navbar-brand::before{font-size:10px;letter-spacing:2.6px}
    .navbar-inverse .navbar-brand img{height:25px;margin-top:-10px}

    .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: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 !important;background:#e60012}
    .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}

    #mainCarousel .carousel-caption{right:5%;left:5%}
    #mainCarousel .carousel-caption::before{top:105px;width:50px}
    #mainCarousel .carousel-caption > .wrap-btn{margin-top:50px}
    #mainCarousel .carousel-caption > .wrap-btn a{padding:12px 30px;font-size:15px}
    #mainCarousel .carousel-caption > .wrap-btn a+a{margin-top:8px}

    #site footer .footer-info{padding:29px 0 25px}
    #site footer .footer-info .logo > img{height:22px;margin-bottom:15px}
    #site footer .footer-info .info{padding-left:15px}
    #site footer .footer-info ul li{font-size:13px;line-height:20px}
    #site footer .footer-info ul li.copy{font-size:13px}

    .subPage > .pageTop{height:150px}
    .subPage > .pageTop .wrap-title{padding:65px 0 0 !important}
    .subPage > .pageTop .wrap-title > h2{font-size:40px}
    .subPage .breadcrumb{font-size:11px}
    .subPage .link{margin-top:0;padding:15px 0;background:#f8f8f8}
    .subPage .link ul > li > a{padding:13px 15px 11px;font-size:15px;background:#333}
    .subPage > .contents{padding:60px 0 70px}
    .title-lv-1{margin:0 0 40px;font-size:39px}
    .title-lv-2 {
        margin: 0 0 12px;
        padding-left: 10px;
        font-size: 22px;
    }
    .title-lv-2::before {
        top: 50%;
        width: 3px;
        height: 18px;
        transform: translateY(-50%);
    }
    .space-bottom {
        margin-bottom: 40px;
    }
    .subPage .btn-inquiry{margin-top:45px}
    .subPage .btn-inquiry > a{width:230px;height:55px;font-size:16px}
    .subPage .btn-inquiry > a::before{top:14px;right:35px}
    .subPage .btn-inquiry > a:hover::before{top:13px;right:30px}
    .subPage .btn-inquiry > a span{padding:16px 20px 18px 0}
    .subPage .btn-inquiry > a::after{top:-3px;left:-3px;right:-3px;bottom:-3px}

    #greeting #row1 .con{padding:40px 15px 45px}
    #greeting #row1 .con > img{width:230px}
    #greeting #row1 .con > h4{margin:30px 0;font-size:18px}
    #greeting #row1 .con > p{margin:0 0 20px;font-size:16px}
    #greeting #row1 .con > .from{margin:20px 0 0;font-size:15px}
    #greeting .btn-inquiry{margin-top:45px}
    #intro_eastman > .contents{padding-right:15px;padding-left:15px}
    #intro_eastman #row1{padding:40px 0 45px}
    #intro_eastman .wrap-logo.top{margin-bottom:35px}
    #intro_eastman .wrap-logo.top img{width:245px}
    #intro_eastman #row1 p{font-size:17px;line-height:1.7}
    #intro_eastman .hyper-link{margin-top:25px}
    #intro_eastman .wrap-logo.bottom{margin-top:30px}
    #intro_eastman .wrap-logo.bottom img{width:auto;height:25px}
    #intro_eastman .wrap-logo.bottom img+img{margin-top:15px;margin-left:0}
    ul.list-clients > li{width:50%}
    /* ul.list-clients > li:nth-child(odd){padding-right:8px}
    ul.list-clients > li:nth-child(even){padding-left:8px}
    ul.list-clients > li:nth-child(n + 3){margin-top:15px} */
    /* ul.list-clients > li .inner{padding:6px 12px} */
    ul.list-clients > li .name{margin-top:8px;font-size:14px}
    #location .root_daum_roughmap .wrap_map{height:300px !important}
    #location ul.list-contact{padding:30px 20px;text-align:left}
    #location ul.list-contact > li{font-size:16px}
    #location ul.list-contact > li.name{margin-bottom:15px;font-size:21px}
    #location ul.list-contact > li:not(.name):not(.addr){margin:5px 22px 0 0}
    #products{overflow:hidden}
    #products .wrap-logo.bottom{margin:0 0 45px}
    #products .wrap-logo.bottom img{height:28px}
    #products .wrap-logo.bottom img+img{margin-top:15px}
    #products .wrap-table{border:1px solid #ddd;background:#f8f8f8;overflow:scroll;margin-right:60px;margin-left:15px}
    #products .wrap-table > .image{padding:0}
    #products .wrap-table > .image img{width:800px;max-width:none}
    #products .wrap-table > .catalog{right:10px;position:absolute;padding:0}
    #products .wrap-table .catalog > h5{width:36px;height:36px;margin:0 auto 0 -6px;padding:13px 2px 0;font-size:10px}
    #products .wrap-table ul.list-catalog > li a{height:18.8px}
    #products .wrap-table ul.list-catalog > li a::before{width:30px;height:17px;background-size:30px}
    #products .hyper-link{font-size:18px}
    #considerations ol.list-num > li{margin-bottom:35px;padding-bottom:35px}
    #considerations ol.list-num > li .num{width:30px;height:30px;margin-top:-7px;padding-top:5px;padding-left:0;font-size:15px;text-align:center}
    #considerations ol.list-num > li .num::before{top:15px;left:30px;width:15px}
    #considerations ol.list-num > li .num::after{top:12px;left:42px;width:8px;height:8px}
    #considerations ol.list-num > li .detail{width:100%;padding-left:0}
    #considerations ol.list-num > li .detail h4{margin:0 0 12px;padding-left:55px;font-size:19px}
    #inquiry > .contents{padding-top:15px}
    #inquiry .box-list{margin-bottom:35px;padding:20px 15px 10px}
    #inquiry .box-list ul li{padding-left:10px;font-size:15px}
    #inquiry #row1 h4{margin:0 0 14px;font-size:19px}
    #inquiry #row1 img{margin-bottom:40px}
    #inquiry > .pageTop .wrap-title > h2{font-size:38px}

    .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:13px}
    .table.table_default tbody .subject .badge{margin-right:5px;font-size:11px}
    .table.table_default tbody .subject a{font-size:13px}
    .board_data_view .header_wrap{padding:30px 10px}
    .board_data_view .header_wrap .title{font-size:24px}
    .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}

    .checkbox-inline,
    .radio-inline{margin-top:5px !important;margin-bottom:5px}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #products .wrap-table .catalog > h5{width:42px;height:42px;margin-top:-5px;margin-left:2px;padding:16px 2px;font-size:11px}
    #products .wrap-table ul.list-catalog > li a{height:21px}
}
@media (min-width: 1199px) and (max-width: 1360px) { 
    #products .wrap-table .catalog{margin-left:-30px}
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    #greeting #row1 .wrap-con{padding:0 60px}
}
/************ 모바일 최적화 끝 ************/