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

@font-face {
    font-family: 'NanumGothic';
    font-weight: 700;
    src: url('/public/font/NanumGothic/NanumGothicEB.eot');
    src: url('/public/font/NanumGothic/NanumGothicEB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumGothic/NanumGothicEB.woff2') format('woff2'),
         url('/public/font/NanumGothic/NanumGothicEB.woff') format('woff'),
         url('/public/font/NanumGothic/NanumGothicEB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumGothic';
    font-weight: 500;
    src: url('/public/font/NanumGothic/NanumGothicB.eot');
    src: url('/public/font/NanumGothic/NanumGothicB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumGothic/NanumGothicB.woff2') format('woff2'),
         url('/public/font/NanumGothic/NanumGothicB.woff') format('woff'),
         url('/public/font/NanumGothic/NanumGothicB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumGothic';
    font-weight: 400;
    src: url('/public/font/NanumGothic/NanumGothicR.eot');
    src: url('/public/font/NanumGothic/NanumGothicR.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumGothic/NanumGothicR.woff2') format('woff2'),
         url('/public/font/NanumGothic/NanumGothicR.woff') format('woff'),
         url('/public/font/NanumGothic/NanumGothicR.ttf') format('truetype');
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Montserrat', 'Noto Sans SC', 'NanumGothic', sans-serif;
    letter-spacing: -0.034em;
}

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

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

p {
    line-height: 1.8;
}

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

b, strong {
    font-weight: 500;
    color: #000;
}

.btn.btn-primary {
    background-color: #2f37ad;
    border-color: #2f37ad;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #192082;
    border-color: #192082;
}

/* 언어 전환 버튼 (다국어) */
.menu-top {
    padding: 5px 0 6px;
    text-align: right;
    background-color: rgba(0,0,0,0.3);
    transition: background-color ease-in-out .15s;
}
.menu-top ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.menu-top ul > li {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.menu-top ul > li .lang {
    padding: 0 0 0 8px;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1;
    background-color: transparent;
    border: none;
    opacity: 0.75;
    font-family: 'notokr';
}
.menu-top ul > li .lang.active {
    color: #fff;
    font-weight: 500;
    opacity: 1;
}
.menu-top ul > li .lang:not(.active):hover {
    text-decoration: underline;
}
.menu-top ul > li .lang:focus {
    outline: none;
}
.navbar.bg-colored .menu-top {
    background: #f6f6f6;
}
.navbar.bg-colored .menu-top .lang {
    color: #333;
}

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

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

.navbar-inverse .navbar-brand img{height: 40px;margin-top: 8px;}

.navbar-inverse .navbar-brand {
    position: relative;
    margin-top: 12px;
    margin-left: 0!important;
    padding: 0;
}
/*
.navbar-inverse .navbar-brand::before,
.navbar-inverse .navbar-brand::after {
    position: absolute;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
.navbar-inverse .navbar-brand::before {
    content: 'WOORI B&B';
    top: 17px;
    left: 57px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    font-family: 'notokr';
}
*/

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.01em;
    font-family: 'notokr';
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
  color:#fff;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{
  background:none;
  color:#fff;
}

.navbar.bg-colored .navbar-nav > li > a{
  color: #222;
}
.navbar.bg-colored .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:focus .dropdown-toggle{
  color:#2f37ad !important;
}
/*
.navbar.bg-colored .navbar-brand::before{
    color:#2f37ad
}
*/
@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:15px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#fff;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#fff;}
 .navbar.bg-colored .navbar-toggle .icon-bar,
 .navbar-bg-colored .navbar-toggle:hover .icon-bar,
 .navbar-bg-colored .navbar-toggle:focus .icon-bar{background-color:#000080;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

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

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{
    left:50%;
    right:auto;
    transform:translate(-50%,0);
    border-radius:0;
    border:none;
    padding:0;
    background: #fff;
    -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
    box-shadow:0px 4px 8px rgba(0,0,0,.125);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;
    }
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:13px 20px;color: #000;letter-spacing: -0.02em;font-weight: 500;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:#999;color:#fff}
 .navbar-inverse .navbar-nav .dropdown-menu>li+li>a{
   border-top:1px solid #ececec
 }
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li{padding: 30px 30px;}
 .navbar-inverse .navbar-nav > li > a{padding:0;}
 .navbar-inverse .navbar-nav > li > a::after {
    content: '';
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: transparent;
    transition: all 0.3s;
    opacity:0.8
 }
 .navbar-inverse .navbar-nav > li > a:hover::after,
 .navbar-inverse .navbar-nav > li.open > a::after {
    width: 100%;
    background-color: #fff;
 }
 .navbar.bg-colored .navbar-nav > li > a:hover::after,
 .navbar.bg-colored .navbar-nav > li.open > a::after {
    width: 100%;
    background-color: #2f37ad;
 }
}

/* 슬라이드 공통 */
.carousel-control{background:none !important;text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;width: 8%;}
.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-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  top:55%;
}
.carousel-indicators{
  bottom:40px;
  margin-bottom:0;
}

.carousel-indicators li,
.carousel-indicators li.active{
  position: relative;
  width: 8px;
  height: 8px;
  background-color:rgba(255,255,255,.4);
  border:none;
  margin: 0 8px;
  border-radius:20px;
  transition:ease-in-out .15s all;
}
.carousel-indicators li.active{
  background-color:#fff;
  box-shadow:0px 2px 6px rgba(0, 0, 0, .125);
}
.carousel-indicators li.active:after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: -8px;
    top: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.carousel-caption {
    top: 55%;
    /* top: 58%; */
    padding: 0;
    text-shadow: none;
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 10px;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 0;
    display: none;
}
body.en #mainCarousel .carousel-caption h1,
body.cn #mainCarousel .carousel-caption h1 {font-size: 80px;}
.carousel-caption p {
    /* font-size: 42px;
    font-weight: 500;
    line-height: 1.6em; */
    font-size: 20px;
    font-weight: 300;
}
/* body.en .carousel-caption p,
body.cn .carousel-caption p {
    font-size: 35px;
} */
#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1,
#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption h1  {
    margin-bottom: 30px;
}
#mainCarousel .carousel-inner .carousel-caption .box-list {
    display: inline-block;
}
#mainCarousel .carousel-inner .carousel-caption .box-list > p {
    /* font-size: 32px; */
    font-size: 24px;
    line-height: 2em;
    text-align: left;
}
#mainCarousel .carousel-inner .carousel-caption .box-list p strong {
    color: #fff;
}
#mainCarousel .carousel-inner .carousel-caption .box-list ul {
    text-align: left;
}
#mainCarousel .carousel-inner .carousel-caption .box-list ul > li {
    padding-left: 10px;
    /* font-size: 23px; */
    font-weight: 300;
    font-size: 17px;
}
#mainCarousel .carousel-inner .carousel-caption .box-list ul > li::before {
    content: '- ';
    left: 0;
    position: absolute;
}
@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators{bottom:15px}
 .carousel-indicators li, .carousel-indicators li.active{width:6px;height:6px;}
 .carousel-indicators li.active:after{width:22px;height:22px}
}

/* 푸터 */
#site footer{margin-top:0px;background-color:#333;color: #b5b5b5;}
#site footer .footer-info{padding: 50px 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:26px}
#site footer .footer-info ul li.copy{font-size:13px;color:#999;}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 750px;}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:350px}
 #mainCarousel .carousel-caption{top:58%;right:10%;left:10%}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:16px;}
 #mainCarousel .carousel-inner .carousel-caption .box-list > p{font-size:20px}
 #mainCarousel .carousel-inner .carousel-caption .box-list ul > li{font-size:13px}
}

#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: -10px;
  margin-right: -10px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 18px 10px;
  text-align: center;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 18px;
  font-weight: 500;
}
.board_box_blog2 .inner .bottom .info{
  display:none;
}
.board_box_blog2 .inner .top a .thumb {
  height: 240px;
}

/* 5 Column Layout (col-*-5) */
.col-xs-55, .col-sm-55, .col-md-55, .col-lg-55 {
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-55 {width: 20%}

@media (min-width:768px) {
    .col-sm-55 {float: left;width: 20%;padding: 0;}
}
@media (min-width:992px) {
    .col-md-55 {float: left; width: 20%}
}
@media (min-width:1200px) {
    .col-lg-55 {float: left; width: 20%}
}

/* 메인 추가 스타일 */
.mainPage > #section1 {
    background: #1f3394;
}
.mainPage > #section1 .row {
    margin-right: 0;
    margin-left: 0;
}
.main-link{
  position:relative;
}
.main-link:before{
  content:"";
  position:absolute;
  width:1px;
  height: 20px;
  background:#fff;
  right:0;
  top:50%;
  transform:translateY(-50%);
  opacity: 0.2;
}
.mainPage > #section1 .row > div:last-child:before{
  content:none;
}
.mainPage > #section1 .main-link > a {
    display: block;
    padding: 30px 20px;
    text-align: center;
}
.mainPage > #section1 .main-link > a:hover {
    background: #2641cc;
}
.mainPage > #section1 .main-link .inner {
    display: inline-block;
}
.mainPage > #section1 .main-link h4 {
    display: inline-block;
    margin: 12px 0 0 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .1px;
}
.mainPage > #section1 .main-link .wrap-icon {
    float: left;
}
/* BIO-METERIAL */
.mainPage > #section2 {
    padding: 120px 0;
    text-align: center;
    background: #f8f8f8;
}
.mainPage > #section2 .col-sm-6:last-child{
  border-left: 1px solid #e8e8e8;
  position: relative;
}
.mainPage h3 {
    margin: 0px 0 80px;
    font-size: 50px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0;
    line-height: 1em;
    text-align: center;
}
.mainPage h4 {
    margin: 35px 0 35px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #222;
    letter-spacing:0;
}
.mainPage h4 .kr{
  display:block;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.04em;
}
.mainPage img{
  box-shadow:1px 1px 4px rgba(0,0,0,0.15);
}
.mainPage .view-more {
    position: relative;
    margin: 0;
    padding: 16px 70px 16px 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 70px;
    background: #2f37ad;
    letter-spacing: -0.055em;
}
.mainPage .view-more:hover {
    background: #192082;
}
.mainPage .view-more::before {
    content: '+';
    top: 14px;
    right: 30px;
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    line-height: 1em;
    transition: all ease-in-out .15s;
}
.mainPage .view-more:hover::before {
    transform: rotate(180deg);
}
.mainPage > #section2 h3{
  margin-bottom: 95px;
}
/* NEWS */
.mainPage > #section3 {
    padding-top: 130px;
}
#section_ea5d2f {
    padding-bottom: 110px;
}
#section_ea5d2f .page-header {
    display: none;
}


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

/* Link */
.subPage .link {
    border-bottom: 1px solid #ddd;
}
.subPage .link ul > li {
    position: relative;
    vertical-align: middle;
}
.subPage .link ul > li > a {
    position: static;
    padding: 26px 0;
    font-size: 17px;
    color: #999;
    letter-spacing: -0.03em;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
}
.subPage .link ul > li.active > a {
    font-weight: 500;
    color: #202b7b;
}
.subPage .link ul > li > a::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    position: absolute;
    background: transparent;
    transition: all ease-in-out .15s;
}
.subPage .link ul > li.active > a::after {
    background: #202b7b;
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    background: none;
}
.subPage .link ul > li:not(.active) > a:hover {
    color: #202b7b;
}
.subPage .link ul > li:not(.active) > a:hover::after {
    background: #202b7b;
}

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

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

.title-lv-1 {
    margin: 0 0 85px;
    font-size: 40px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-align: center;
}
.title-lv-3 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 35px;
    font-size: 28px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1em;
}
.title-lv-3::before {
    content: '';
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 6px solid;
    border-top-color: #2f37ad;
    border-right-color: #a5a9e2;
    border-bottom-color: #2f37ad;
    border-left-color: #a5a9e2;
    border-radius: 25px;
    transform: rotate(-45deg);
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 6px;
    line-height: 1.6;
}
.list-dash > li {
    padding-left: 10px;
}
.list-dash > li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #4750da;
    border-radius: 2px;
}

table.tb-default{
  border-top:1px solid #333;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 18px;
  font-size: 15px;
  vertical-align: middle;
  border-top: none;
  border-color: #e8e8e8;
  letter-spacing: -0.03em;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
  text-align: center;
}
table.tb-default > thead > tr > th{
  border-bottom:1px solid #ccc !important;
}
table.tb-style-1 > thead > tr > th {
    font-size: 16px;
    font-weight: 500;
}
table.tb-style-1 > tbody > tr > th {
    font-weight: 500;
    color: #000;
    background-color: #f8f8f8;
}
table.tb-style-1 > tbody > tr > td {
    text-align: center;
}

/* 인사말 (페이지) */
#introduction .text {
    padding: 120px 60px 0;
    word-break: keep-all;
}
#introduction .image {
    padding: 0 60px;
}
body.cn #introduction .text {
    word-break: break-all;
}
#introduction .text h3 {
    margin: 0 0 15px;
    font-size: 38px;
    font-weight: 600;
    color: #2f37ad;
}
#introduction .text h4 {
    position: relative;
    margin: 0 0 80px;
    font-size: 22px;
    font-weight: 600;
}
#introduction .text h4::before {
    content: '';
    left: 0;
    bottom: -30px;
    width: 40px;
    position: absolute;
    border-top: 4px solid #2f37ad;
}
#introduction .text p {
    font-size: 18px;
    line-height: 2em;
}
  
/* 인사말 (페이지) */
#greeting .image {padding-right: 65px;}
#greeting .text {
    word-break: keep-all;
}
#greeting .text h4 {
    margin: -5px 0 40px;
    font-size: 25px;
    /* font-size: 28px; */
    font-weight: 500;
    color: #222;
    letter-spacing: -0.035em;
    line-height: 1.6;
}
#greeting .text p {
    margin: 0 0 36px;
    line-height: 1.85;
}
#greeting .from {
    margin-top: -10px;
    font-size: 22px;
    font-weight: 500;
    color: #111;
    text-align: right;
}

/* 기업이념 (페이지) */
#vision_mission .box-ideology {
    min-height: 405px;
    padding: 50px 30px;
    word-break: keep-all;
    border: 1px solid #eaeaea;
    border-top: 4px solid #333;
}
body.en #vision_mission .box-ideology {
    min-height: 438px;
}
#vision_mission .box-ideology > h3 {
    margin: 0 0 30px;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}
#vision_mission .box-ideology > p {
    margin: 30px 0 0;
    font-size: 19px;
    line-height: 1.75;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #000;
}

/* 연혁 (페이지) */
.box-history {
    position: relative;
}
.box-history+.box-history {
    margin-top: 100px;
}
.box-history::before {
    content: '';
    top: 28px;
    left: 264px;
    height: 145%;
    position: absolute;
    border-left: 1px solid #eaeaea;
}
.box-history:last-child::before {
    height: 90%;
}
.box-history > .tit {
    float: left;
    width: 15%;
}
.box-history > .tit h3 {
    width: 180px;
    position: relative;
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    color: #7e83d0;
    text-align: center;
    border-radius: 50px;
}
body.en .box-history > .tit h3 {
    width: 260px;
    font-size: 35px;
}
.box-history:nth-child(2) > .tit h3 {
    color: #2f37ad;
}
.box-history:nth-child(3) > .tit h3 {
    color: #202b7b;
}
.box-history > .tit h3::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #2f37ad;
    border-radius: 50%;
    top: 16px;
    left: 255px;
    opacity: 0.6;
}
.box-history > .tit h3::after {
    content: '';
    top: 22px;
    left: 261px;
    width: 7px;
    height: 7px;
    position: absolute;
    background: #2f37ad;
    border-radius: 20px;
}
.box-history > .desc {
    width: 85%;
    display: inline-block;
    margin-top: 8px;
    padding-left: 175px;
}
.box-history > .desc .block+.block {
    margin-top: 50px;
}
.box-history > .desc .year {
    float: left;
    width: 8%;
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;
}
.box-history > .desc ul {
    width: 92%;
    display: inline-block;
    margin: 0;
    padding-left: 60px;
}
.box-history > .desc ul > li {
    padding-left: 40px;
}
.box-history > .desc ul > li .month {
    left: 0;
    float: left;
    width: 6%;
    position: absolute;
    margin: 3px 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    font-family: 'notokr';
}
.box-history > .desc ul > li p {
    margin: 0 0 2px;
    letter-spacing: -0.03em;
}
.box-history > .desc ul > li p.color1 {
    color: #ef3c1f;
}
.box-history > .desc ul > li p.color2 {
    color: #364fc7;
}

/* 인증 및 수상현황 (페이지) */
.box-license {
    margin-bottom: 40px;
}
.box-license > .wrap-img {
    position: relative;
    padding: 6px;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.box-license > .wrap-img:hover,
.box-license > .wrap-img:focus {
    cursor: hand;
    cursor: pointer;
    border-color: #2f37ad;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.1);
}
.box-license > .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-license > .wrap-img:hover::before,
.box-license > .wrap-img:focus::before {
    opacity: 1;
}
.box-license > .subject {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.4em;
    text-align: center;
}
body.en .box-license > .subject {font-size: 14px;}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
.modal.license .modal-header {
    padding: 15px 20px;
    color: #fff;
    background-color: #2f37ad;
    border-bottom: none;
}
.modal.license .modal-header .modal-title {
    width: 95%;
    display: inline-block;
    margin: 4px 0 -4px;
    font-size: 20px;
    color: #fff;
    white-space: normal;
    line-height: 1.3em;
}
.modal.license .modal-header button {
    margin-top: -4px;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-shadow: none;
    opacity: 0.3;
}
.modal.license .modal-body {
    padding: 40px 60px;
}
.modal.license .modal-body > img {
    border: 1px solid #ddd;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.1);
}
.modal.license .modal-body > img+img {
    margin-top: 30px;
}
.modal.license .modal-footer {
    padding: 0 20px 20px 20px;
    border-top: none;
}
.modal.license .modal-footer > a {
    padding: 8px 25px;
    border: 1px solid #d8d8d8;
}
.modal.license .modal-footer > a:hover {
    background-color: #f6f6f6;
}

/* 보유기술(특허 등) (페이지) */
#rnd_technology table > tbody > tr > th,
#rnd_technology table > tbody > tr:nth-of-type(odd) {
    background-color: #f4f6ff;
}
#rnd_technology table > thead > tr > th:nth-child(1) {
    width: 150px;
}
#rnd_technology table > tbody > tr > td:not(:last-child) {
    padding-left: 25px;
    text-align: left;
}

/* 개발실적(연구실적 등) (페이지) */
#rnd_achievement .wrap-achieve {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    word-break: keep-all;
}
#rnd_achievement .wrap-achieve::before {
    content: '';
    top: 0;
    left: 10px;
    height: 60px;
    position: absolute;
    border-left: 1px solid #4750da;
}
#rnd_achievement .wrap-achieve > .inner {
    padding: 30px;
    border: 1px solid #eaeaea;
}
body.en #rnd_achievement .wrap-achieve:nth-child(4) > .inner {
    min-height: 250px;
}
#rnd_achievement .wrap-achieve h4.year {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;
}

/* CRUDE HEPARIN(헤파린 나트륨) (페이지) */
.subPage[id^='product'] .contents {
    padding-top: 0;
}
.subPage[id^='product'] .link ul > li > a, #dev_schedule .link ul > li > a {
    line-height: 1.5;
}
.subPage[id^='product'] h1 > .kor {
    display: block;
    padding-top: 10px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #303030;
}
.subPage[id^='product'] #section1 {
    padding: 90px 0;
    background: #f7f7f7;
}
.subPage[id^='product'] #section1 img{
  box-shadow:1px 1px 4px rgba(0,0,0,0.15)
}
.subPage[id^='product'] #section2 {
    padding-top: 90px;
}
.subPage[id^='product'] #section2 .space-bottom {
    margin-bottom: 60px;
}
.subPage[id^='product'] #section2 h3 {
    position: relative;
    margin: 0px 0 18px;
    font-size: 26px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}
.subPage[id^='product'] .con-right {
  padding-left: 30px;
}
.subPage[id^='product'] .box-text {
    word-break: keep-all;
}

/* 오시는길 (페이지) */
#contact_us .list-contact {
    margin-top: 36px;
    text-align: right;
}
#contact_us .list-contact > li {
    margin-bottom: 0;
    display: inline-block;
    font-size: 18px;
    letter-spacing: .1px;
    line-height: 1;
    color: #666;
}
#contact_us .list-contact > li+li {
    margin-left: 10px;
    border-left: 1px solid #e3e3e3;
    padding-left: 12px;
}
#contact_us .list-contact > li.addr {
    padding-left: 22px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
    color: #333;
}
#contact_us .list-contact > li.addr i {
    left: 0;
    position: absolute;
    padding-right: 3px;
    color: #3b5bdb;
}
#contact_us .list-contact > li h5 {
    float: left;
    margin: 0 6px 0 0;
    font-size: 17px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0;
    line-height: 1;
}

/* 고객문의 (주문폼) */
#inquiry .board_wrapper .board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
}
#inquiry .board_wrapper .board_write_table tbody tr td .form-control {
    height: 42px;
    padding: 10px 12px;
}
#inquiry .board_wrapper .board_write_table tbody tr#item_agree .checkbox {
    margin-top: 10px;
}
#inquiry .board_wrapper .text-center .btn {
    width: 200px;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 3px;
}

/* 게시판, 주문폼 공통 스타일 */
.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;
    letter-spacing: -0.03em;
    padding: 15px;
}
.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;
}
.checkbox {
    margin-top: 0;
    font-size: 15px;
}
.checkbox a {
    text-decoration: underline;
    color: #3b5bdb;
}
.custom_checkbox+span::before {
    color: #888;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text {
    color: #5d7eff;
}
.board_data_view {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap {
    padding: 40px 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    line-height: 1.25em;
}
.board_data_view .header_wrap .info {
    margin-top: 12px;
}
.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;
    line-height: 1.5;
}
.table.table_default tbody .subject a {
    font-size: 17px;
}
.table.table_default tbody tr .num {
    font-weight: 400;
}
.table.table_default tr th, .table.table_default tr td{
  padding:15px 15px;
}
.board_wrapper .table.table_default thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
 }
.board_wrapper .table.table_default {
    border-top: 1px solid #333;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 9px 10px 7px;
}
.table_video dd .inner .top a .thumb, .table_blog2 dd .inner .top a .thumb {
    height: 240px;
}
.board_box_video .inner:hover, .board_box_blog2 .inner:hover,
.table_video dd .inner:hover, .table_blog2 dd .inner:hover {
    border-color: #2f37ad;
}
.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:#2f37ad;
}
.table_video dd .inner .bottom .title, .table_blog2 dd .inner .bottom .title{
  text-align:center;
  margin: 0;
}
.table_video dd .inner .bottom .title a, .table_blog2 dd .inner .bottom .title a{
  font-weight:500;
  letter-spacing:-0.03em;
}
.table_video dd .inner .bottom .info, .table_blog2 dd .inner .bottom .info{
  display:none;
}
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom{
  padding:18px 15px;
}
.member_wrapper {
    padding-top: 200px;
    padding-bottom: 130px;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{font-size:15px}
    #site.cn{word-break:break-all}
    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .menu-top{padding:0}
    .menu-top > .container{padding:0}
    .menu-top ul > li{float:left;width:33.3%;text-align:center}
    .menu-top ul > li .lang{width:100%;display:inline-block;padding:7px 0 6px}
    .menu-top ul > li+li .lang{border-left:1px solid rgba(255, 255, 255, 0.3)}
    .navbar-inverse .navbar-brand{height:auto;margin-left:15px !important}
    .navbar-inverse .navbar-brand img{height:28px;margin-top:5px}
    .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:15px}
    .navbar-inverse .navbar-nav > li > a::after{top:18px;right:15px;left:auto}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#333}
    .navbar.bg-colored .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar.bg-colored .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar.bg-colored .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#fff !important;background:#2f37ad}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:15px;color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}

    .mainPage > #section1 > .container{padding:0}
    .main-link{float:left;width:50%;padding:0}
    .main-link:last-child{width:100% !important}
    .main-link:before{display:none}
    .main-link img{width:35px}
    .mainPage > #section1 .main-link > a{padding:15px;border-bottom:1px solid rgba(255, 255, 255, 0.2)}
    .mainPage > #section1 .main-link:nth-child(even):not(:last-child) > a{border-left:1px solid rgba(255, 255, 255, 0.2)}
    .mainPage > #section1 .main-link h4{margin:11px 0 0 12px;font-size:16px}
    .mainPage h3{margin:0 0 40px;font-size:40px}
    .mainPage h4{margin:25px 0;font-size:22px}
    .mainPage > #section2{padding:60px 0}
    .mainPage > #section2 .right{margin-top:30px}
    .mainPage > #section2 h3{margin-bottom:40px}
    .mainPage .view-more{padding:12px 70px 12px 50px;font-size:15px}
    .mainPage .view-more::before{top:12px;font-size:24px}
    #section_ea5d2f{padding-bottom:10px}
    .mainPage > #section3{padding-top:60px}
    .board_box_blog2 .inner{margin-bottom:25px}
    .board_box_blog2 .inner .bottom{padding:15px 8px}
    .board_box_blog2 .inner .bottom .title a{font-size:16px}

    #site footer .footer-info{padding:25px 0;text-align:center}
    #site footer .footer-info img{height:35px;margin:0 auto 10px}
    #site footer .footer-info ul li{font-size:11px;line-height:20px}
    #site footer .footer-info ul li.copy{margin-top:3px;font-size:10px}

    .subPage > .pageTop{height:230px}
    .subPage > .pageTop h2{padding-top:140px;font-size:45px}
    .subPage .link{margin-top:15px;border-bottom:none}
    .subPage .link ul > li > a{padding:12px 0;font-size:15px;border:1px solid #ddd}
    .subPage .link ul > li.active > a{color:#fff;background:#202b7b}
    .subPage .link ul > li:not(.active) > a:hover{border-color:#202b7b}
    .subPage .link ul > li > a::after{display:none}
    .subPage > .contents{padding:60px 0 80px}
    .title-lv-1{margin:0 0 50px;font-size:34px}
    .title-lv-3{margin:0 0 25px;padding-left:32px;font-size:25px}
    .title-lv-3::before{top:3px;width:20px;height:20px}
    .space-bottom{margin-bottom:40px}
    table.tb-default > thead > tr > th,
    table.tb-default > tbody > tr > th,
    table.tb-default > tbody > tr > td{padding:12px;font-size:14px}
    
    #introduction .image{padding:0 15px 35px}
    #introduction .text{padding:0 15px}
    #introduction .text h3{font-size:33px}
    #introduction .text h4{margin:0 0 50px;font-size:20px;line-height:1.3em}
    #introduction .text h4::before{bottom:-25px;border-top-width:3px}
    #introduction .text p{font-size:17px;line-height:1.85em}
    #greeting .image{padding:0 15px 35px}
    body.cn #greeting .text{word-break:break-all}
    #greeting .text h4{margin:0 0 20px;font-size:23px}
    #greeting .text p{margin:0 0 25px}
    #greeting .from{font-size:19px}
    #vision_mission .box-ideology{min-height:auto !important;padding:30px 15px}
    #vision_mission .box-ideology:not(#box1){margin-top:25px}
    #vision_mission .box-ideology > h3{margin:0 0 20px;font-size:32px}
    #vision_mission .box-ideology > p{margin:20px 0 0;font-size:17px}
    .box-history+.box-history{margin-top:50px}
    .box-history::before{top:30px;left:5px;height:196%}
    body.en .box-history::before{height:95%}
    .box-history > .desc .block+.block{margin-top:30px}
    .box-history > .tit{width:100%;margin-bottom:30px}
    .box-history > .tit h3{width:auto;padding-left:20px;text-align:left;font-size:35px}
    body.en .box-history > .tit h3{width:100%;font-size:32px}
    .box-license{margin-bottom:30px}
    .box-history > .tit h3::before{width:17px;height:17px;top:13px;left:-3px}
    .box-history > .tit h3::after{top:19px;left:3px;width:5px;height:5px}
    .box-history > .desc{width:100%;margin-top:0;padding-left:25px}
    .box-history > .desc .year{width:100%;margin:0 0 10px;font-size:29px}
    .box-history > .desc ul{width:100%;padding-left:0}
    .box-history > .desc ul > li{padding-left:30px}
    .box-history > .desc ul > li p{font-size:14px}
    body:not(.cn) .box-history > .desc ul > li p{word-break:keep-all;}
    .box-license > .subject{margin:12px 0 0;font-size:14px;word-break:break-all}
    body.en .box-license > .subject{font-size:12px}
    #certifi_prize .row > .col-xs-6:nth-child(odd){padding-left:8px}
    #certifi_prize .row > .col-xs-6:nth-child(even){padding-right:8px}
    .modal.license .modal-header{padding:12px 15px}
    .modal.license .modal-header .modal-title{font-size:17px}
    .modal.license .modal-header button{margin-top:0;font-size:27px}
    .modal.license .modal-body{padding:30px 40px}
    #rnd_achievement .wrap-achieve::before{height:47px}
    #rnd_achievement .wrap-achieve > .inner{padding:20px}
    #rnd_achievement .wrap-achieve h4.year{font-size:28px}
    .subPage[id^='product'] .contents{padding-top:15px}
    .subPage[id^='product'] #section1{padding:60px 0}
    .subPage[id^='product'] #section1 .row > div+div{margin-top:15px}
    .subPage[id^='product'] #section2{padding-top:55px}
    .subPage[id^='product'] #section2 .space-bottom{margin-bottom:30px}
    .subPage[id^='product'] #section2 h3{font-size:24px}
    .subPage[id^='product'] .con-right{padding-left:15px}
    body.cn .subPage[id^='product'] .box-text{word-break:break-all}
    #contact_us .root_daum_roughmap{height:300px}
    #contact_us .list-contact{text-align:left}
    #contact_us .list-contact > li{display:block}
    #contact_us .list-contact > li+li{margin:10px 0 0;padding-left:0;border-left:none}
    #contact_us .list-contact > li.addr{line-height:1.35em}
    #contact_us .list-contact > li.addr i{top:3px}

    .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% !important;margin:0;padding:9px !important}
    .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:100px;padding-bottom:100px}

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

    .table_video dd,
    .table_blog2 dd{margin-bottom:20px}
    .table_video dd:nth-child(odd),
    .table_blog2 dd:nth-child(odd){padding-right:10px}
    .table_video dd:nth-child(even),
    .table_blog2 dd:nth-child(even){padding-left:10px}
    .table_video dd .inner .top a .thumb{height:90px}
    .table_blog2 dd .inner .top a .thumb{height:100px}
    .table_video dd .inner .bottom,
    .table_blog2 dd .inner .bottom{padding:12px 8px}
    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a{font-size:15px}
    .table_video dd .inner .bottom .info span,
    .table_blog2 dd .inner .bottom .info span{font-size:13px}
    .table_video dd .inner .bottom .info span,
    .table_blog2 dd .inner .bottom .info span{padding:0 1px}

    /* 팝업 */
    .main_popup {width: 350px;}
    .main_popup.main_popup_center {left: 50%;}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #mainCarousel .carousel-caption{right:15%;left:15%}
    .mainPage > #section1 .main-link h4{font-size:16px}
}
/******* 모바일 최적화 끝 *******/