@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
#site {
    font-family: 'Roboto', 'Roboto Slab', 'notokr', sans-serif;
    padding-top: 100px;
}
a{
    word-break: break-all;
  }
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

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

.table_blog dd {
    padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}
.navbar-brand img{
    height: 85px;
    margin-top: -7px;
}

/* 상단 메뉴 */
.nav-upper{
    padding: 0;
}
.nav-upper .container {
    position: relative;
}
.nav-upper .lang{
    /* float: right; */
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 12px;
}
.nav-upper .lang::after{
    content: '';
    display: table;
    clear: both;
}
.nav-upper .lang > li{
    display: inline-block;
    cursor: pointer;
    padding: 1px 9px 0px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 0px;
    font-size: 11px;
    vertical-align: middle;
    letter-spacing: 0.06em;
    border: 1px solid #ddd;
    color: #999;
}
.nav-upper .lang > li.active{
    background: #3b72bd;
    color: #fff;
    border-color: #3b72bd;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    text-align: center;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}

.breadcrumb .active {
    font-weight: 500;
    color: #fff;
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    /* padding-top: 15px;
    padding-bottom: 15px; */
    margin-bottom: 0;
    border: 0;
}


.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 500;
    color: #666;
}


.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: #3b72bd;
    background: #fff;
}

.carousel-control.right, .carousel-control.left{
    background-image: none;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
        text-align: left;
        margin-left: 15px;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 20px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .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) {
    .carousel-caption p {
        font-size: 30px;
        font-weight: 300;
        letter-spacing: -0.06em;
        margin: 0;
    }
    .carousel-caption h1 {
        font-size: 86px;
        font-weight: 600;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 0 30px 35px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        background: rgba(255, 255, 255, .9);
        background: #fff;
        border-radius: 0;
        border-top: 1px solid #ddd;
        padding: 8px 0;
        -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: 5px 20px;
        font-size: 15px;
        text-align: center;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a{
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{
        background: transparent;
        color: #3b72bd;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
        margin-top: 45px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding-left: 30px;
        padding-right: 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-size: 50px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.carousel-control.right .glyphicon::before {
    font-size: 50px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.carousel-indicators li {
    width: 60px;
    height: 7px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 2px;
    border-radius: 10px;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 60px;
    height: 7px;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
    text-align:left;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
    text-shadow: none;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/
.slide-link{
    z-index:100;
    width:1140px;
    max-width:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    margin:0;
    text-align:right;
}
.slide-link li{
    margin: 3px 0;
    line-height: 1;
}
.slide-link a{
    position:relative;
    display:inline-block;
    width: 260px;
    height: 73px;
    color:#fff;
    background: #5a98ec;
    overflow:hidden;
    border-radius: 68px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.slide-link a:hover{background: #62a3fb;}
.slide-link li:nth-child(2) a{background: #3674cc;}
.slide-link li:nth-child(3) a{background: #0b4ca7;}
.slide-link li:nth-child(2) a:hover{background: #2f7ce8;}
.slide-link li:nth-child(3) a:hover{background: #1764d0;}
.slide-link a span{
    font-size: 23px;
    font-weight: 500;
    position:absolute;
    left:30px;
    top:50%;
    transform:translatey(-50%);
    letter-spacing: -0.03em;
}
.slide-link a i{
    position:absolute;
    right:30px;
    top:50%;
    transform:translatey(-50%);
    font-size:30px;
}
/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 40px 0 50px;
    background-color: #fff;
    color: #333;
    border-top: 1px solid #eee;
    font-size: 15px;
}

#site footer ul {
    margin-bottom: 0px;
}

#site footer li {
    display: inline-block;
    letter-spacing: -0.034em;
    color: #666;
    line-height: 1.5em;
    font-size: 14px;
    margin-right: 10px;
}
#site footer li strong {
    font-weight: 500;
    color: #444;
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
#site footer li span {
    margin: 0 5px;
}
#site footer li span a:hover {
    text-decoration: underline;
}
#site footer li.copy {
    font-size: 11px;
}
#site footer .footer-info img{
    margin-top: 5px;
    height:85px;

}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 780px;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 250px
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 24px
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }
}

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

.root_daum_roughmap .map_border {
    display: none !important;
}

.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: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

/* personal setting 0.66v */
@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #3b72bd;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
.li-none>li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle>li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-disc>li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-check>li:before,
.li-dash>li:before,
.li-dot>li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before {
    content: '·';
}

.li-check>li:before {
    content: '\f00c';
    left: 0;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    color: #3b72bd;
}

.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 5px;
    color: #3b72bd;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li>li {
    float: left;
    width: 20%;
    padding: 10px;
}

.partner-li>li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 20px auto;
}

.category-li:after {
    content: '';
    display: block;
    clear: both;
}

.category-li>li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 130px;
}

.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0 5px 12px;
    /* text-align: center; */
    width: 90px;
    color: #111;
    line-height: 1.1;
    font-weight: 600;
    border-radius: 4px;
    /* background: #d5d5d5; */
    top: -3px;
}

.trait-dl {
    margin: 40px 0;
}

.trait-dl:after {
    content: '';
    display: block;
    clear: both;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #3b72bd;
    font-size: 18px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .partner-li>li {
        width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3b72bd;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #3b72bd;
    background: #3b72bd;
}

.more-btn:hover {
    color: #3b72bd;
    background: transparent;
}

.circle-wrap {
    margin: 30px 0;
    text-align: center;
}

.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background: #555;
}

.circle-wrap .circle>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.45em;
    letter-spacing: -0.034em;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #3b72bd;
    text-align: center;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

.history-wrap {
    position: relative;
}

.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #76706E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.history-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.history-wrap .history-box {
    position: relative;
    width: 50%;
    float: left;
    padding: 30px 50px;
}

.history-wrap h6 {
    position: relative;
    margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.history-wrap h6:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #3b72bd;
    width: 26px;
}

.history-wrap h6:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #3b72bd;
    border-radius: 50%;
    background: #fff;
}

.history-wrap li {
    position: relative;
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}

.history-wrap li span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #3b72bd;
}

@media(min-width:768px) {
    .history-wrap .history-box:nth-child(odd) {
        text-align: right;
    }

    .history-wrap .history-box:nth-child(even) {
        margin-top: 80px;
    }

    .history-wrap .history-box:nth-child(odd) h6:before {
        left: auto;
        right: -45px;
    }

    .history-wrap .history-box:nth-child(odd) h6:after {
        left: auto;
        right: -61px;
    }
}

@media(max-width:767px) {
    .history-wrap:before {
        left: 15px;
    }

    .history-wrap .history-box {
        width: 100%;
        padding-top: 0;
        padding-right: 15px;
        margin-left: 15px
    }

    .history-wrap h6 {
        font-size: 26px;
    }

    .history-wrap li {
        font-size: 14px;
    }
}

/* personal setting 0.64v end */
/* mainpage setting */


/* subpage setting */
.subpage section{
    padding-bottom: 120px;
}
.subMenu {
	padding-right: 50px;
}

.subside_title {
	display: block;
	position: relative;
	font-size: 32px;
	padding: 70px 0 0;
	/* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
	margin-bottom: 15px;
	letter-spacing: -0.06em;
	font-weight: 400;
}
.subMenu .nav>li {
	float: none;
	margin: 0;
}
.subMenu .nav>li>a {
	display: block;
	padding: 10px 40px 10px 20px;
	color: #303030;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0;
	transition: all .4s ease;
	background: none;
	border-radius: 0;
	margin-bottom: 4px;
}

.subMenu .nav>li>a:hover{
    background: #eee;
}
.subMenu .nav>li>a:hover::after{
    right: -23px;
}
.subMenu .nav>li.active>a {
	border-radius: 0;
	color: #fff;
	background: #707070;
}

.subMenu .nav>li>a::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
	float: right;
	position: relative;
	right: -20px;
	color: #ccc;
    font-size: 14px;
    transition: all .2s;
}

.subMenu .nav>li.active>a:after {
	color: #fff;
	font-weight: bold;
}

.subMenu .nav>li:not(.active)>a {
	border: 1px solid #e0e0e0;
}
.pageheader {
    height: 240px;
    background: url(/public/img/sub/banner1.jpg) no-repeat top / cover;
    text-align: center;
    position: relative;
}
/* #qna .pageheader,
div[id^="product"] .pageheader{
    background: url(/public/img/sub/banner2.jpg) no-repeat top / cover;
}
div[id^="cdmo"] .pageheader{
    background: url(/public/img/sub/banner3.jpg) no-repeat top / cover;
} */
.pageheader::before {
    content: '';
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.main-text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-shadow: 0 0 1px #616161;
    transform: translateY(-50%);
}
.pageheader h1 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 15px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 14px;
    color: #e8e8e8;
}
.breadcrumb .active {
    color: #ffffff;
}
.name{
    /* text-align: center; */
}
.name > h2{
    font-weight: 600;
    font-size: 34px;
    padding: 60px 0 15px 0;
    border-bottom: 1px solid #999;
    margin-bottom: 40px;
}
.name + div h2 {
    font-weight: 400;
    margin: 0 0 20px;
}
.subpage h3{
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 700;
    letter-spacing: -0.034em;
    line-height: 1em;
    position: relative;
    padding-left: 10px;
}
.subpage h3::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #3b72bd;
    position: absolute;
    left: 0;
}
/* 인사말 */
.greet .right-con .inner{padding-top: 15px;padding-left: 30px;}
.vision .right-con .inner{padding-left: 30px;}
.vision p,
.greet p{
    font-size:15px;
    line-height: 1.8;
    text-align: justify;
    word-break: break-all;
}
#site[lang="en"] .vision p,
#site[lang="en"] .greet p{
    word-break: keep-all;
}
#site .small-quote{
    margin-bottom: 30px;
    font-size:20px;
    font-weight:500;
    letter-spacing: -0.04em;
    line-height: 1.4;
}
.vision .small-quote:before{
    content:'';
    display:block;
    margin:20px 0;
    width:30px;
    height:1px;
    background:#555;
}
.greet2{
    position:relative;
    padding-top: 0;
    min-height: 300px;
    background: url(/public/img/sub/greet-bg.jpg) no-repeat right bottom /cover;
}

.greet2 .txt-box{
    position: relative;
    left:0;
    right:0;
    top: 0;
    bottom:0;
    padding: 20px 40% 20px 0;
    /* background:rgba(255,255,255,0.5); */
}
.greet2 p{
    font-size:17px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.about02_inner > div {
    padding-bottom: 40px;
}
#about02 .clearfix {
    padding: 0;
}
.abou02_img {
    margin: 0 5px;
}
.abou02_img > div {
    padding: 0 10px;
}

.about01_inner img{
    margin-bottom: 30px;
}
.about01_inner .title p{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.06em;
    position: relative;
    display: inline;
    padding-left: 30px;
}
.about01_inner .title p::before {
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    color: #f1910f;
    content: "\f10d";
}
.about01_inner .title p::after {
    position: absolute;
    right: -24px;
    top: 36%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    color: #f1910f;
    content: "\f10e";
}
.about01_inner .title{
    margin: 70px 0 30px;
}
.about01_inner .title i{
    font-size: 15px;
}
.about01_inner .title .fa-quote-left{
    top: 5px;
    left: 0;
    position: absolute;
    display: none;
}
.about01_inner .title .fa-quote-right{
    top: 5px;
    right: 25%;
    position: absolute;
    display: none;
}
.text_inner p{
    font-size: 17px;
    margin-bottom: 25px;
    color: #555;
    line-height: 1.5em;
}
.text_inner p span{
    color: #28689a;
    font-weight: 500;
}
.text_inner p.strong{
    font-size: 17px;
    font-weight: 600;
    text-align: right;
}

/* 오시는길 */
.map_inner{padding: 50px 0 0 60px;}
.map_inner p span{
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 80px;
    color: #ffee1e;
}
.map_inner p:first-child {
    font-size: 16px;
}
.map_inner p{
    font-size: 17px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 320px;
    font-weight: 300;
    line-height: 1.3em;
}
.map_inner p:last-child {
    border: 0;
}
/* 위탁생산 */
.about02_inner .box p{
    font-size: 16px;
}
.about02_inner img{
    margin-bottom: 20px;
}
.clearfix{
    /* padding-bottom: 30px; */
}
.table-style{
    font-size: 18px;
}
.table-style thead tr th:nth-child(1){
    width: 30%;
}
/* 메인 */
.main{
    padding: 120px 0 100px;
}
.map_wrap {
    margin:0;
    color: #fff;
    background: #3b72bd;
}
.map iframe {
    height: 320px !important;
}
.map{padding: 0;margin: 0;height: 320px;}
/* -------------------------------------- */
.main .main-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
}
.main .main-link > a::after {
    content: "\f067";
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 50%;
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
}
main .main-link > a:hover,
.main .main-link > a:focus {
    text-decoration: none;
}
.main .main-link > a:hover::after {
    opacity: 1;
}
.main .main-link .wrap-img {
    position: relative;
    overflow: hidden;
}
.main .main-link .wrap-img::before,
.main .main-link .wrap-img::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    z-index: 100;
}
.main .main-link .wrap-img::before {
    top: 10px;
    left: 10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
.main .main-link .wrap-img::after {
    right: 10px;
    bottom: 10px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.main .main-link > a:hover .wrap-img::before,
.main .main-link > a:hover .wrap-img::after {
    width: 94%;
    height: 88.5%;
    border-color: rgba(255,255,255,0.6);
}
.main .main-link .wrap-img > img {
    transform: scale(1);
    transition: all 0.3s;
}
.main .main-link > a:hover .wrap-img > img {
    transform: scale(1.1);
    filter: brightness(60%);
}
.main .main-link .tit {
    margin-top: 30px;
    padding: 0;
}
.main .main-link .tit > h4 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.06em;
    position: relative;
    /* display: inline-block; */
    color: #333;
    text-align: center;
}
.main .main-link > a:hover h4 {
    color: #3b72bd;
}
.main .main-link .tit > h4::after {
    display: block;
    position: absolute;
    right: -29px;
    top: 58%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 17px;
    color: #333;
    content: "\f054";
    transition: all 0.3s;
    display: none;
}
.main .main-link .tit p {
    font-size: 16px;
    letter-spacing: -0.034em;
}
.main .main-link .tit > h4 .en {
    /* padding-left: 8px; */
    font-size: 15px;
    font-weight: 300;
    color: #5f95c3;
    letter-spacing: 0.034em;
    display: block;
    margin-top: 5px;
}
.main .main-link > a:hover h4::after {
    color: #ffa122;
    right: -32px;
}
.main-bottom{
    padding:50px 0;
}
.main-link ul{
    margin:0 -15px;
}
.main-link li{
    float:left;
    width:50%;
    padding:0 15px;
}
.main-link li a{
    display: block;
    padding: 0 35px;
    border-radius: 5px;
    border:1px solid #ddd;
}
.main-link li a:hover{
    border-color:#5f95c3;
}
.page-header{
    position:relative;
    margin-top:0;
}
.page-header:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:-2px;
    width:100px;
    height:3px;
    background:#5f95c3;
}
.page-header h4{
    margin:5px 0;
}
.board_box_list ul li a:before{
    content:'';
    display:inline-block;
    margin:-2px 8px 0 0;
    vertical-align: middle;
    width:2px;
    height:2px;
    background:#aaa;
}
.main-qna .hits{
    display:none;
}
/* 보란애니멀헬스 */
.probox h4 {
    font-size: 19px;
    letter-spacing: -0.06em;
    margin: 20px 0 15px;
    position: relative;
    padding-left: 10px;
}
.probox h4::before {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 8px;
    left: 0;
}
.probox h4 span {
    letter-spacing: 0;
    margin-left: 7px;
    color: #4a90c3;
    font-weight: 700;
}
.pro_logo {
    padding-bottom: 50px;
}
.pro_logo img {
    height: 200px;
}
.product_inner {
    margin-bottom: 60px;
}
.product_inner:last-child {
    margin: 0;
}
.probox > img {
    margin-left: 0;
    margin-bottom: 50px;
}
.probox:last-child > img {
    margin: 0;
}
.img_wrap{
    display: flex;
    padding-left: 12px;
    padding-right: 50px;
}
.img_wrap .wrap_01 img{
    padding: 0 20px 0 0;
}
.img_wrap .wrap_01 p{
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}
.prod-dl dt {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-left: 4px solid #3b72bd;
}

.prod-dl dd {
    padding: 15px 0 30px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
}

.prod-dl dd:last-child {
    border: none;
}
.prod-dl img{
    border:1px solid #ddd;
    border-radius: 4px;
}
.prod-dl img + img{
    margin-top:10px;
}
@media(min-width:768px){
    .prod-dl dd .left-con{
        width:40%;
    }
    .prod-dl dd .right-con{
        width:60%;
        padding-left:50px;
    }
}
.prod-dl .li-pill {
    padding-top: 25px;
}

.prod-dl .li-pill li {
    font-size: 15px;
}
.prod-dl .li-pill li span:before{
    content:'';
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    top: 13px;
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}

/* subpage cdmo */
.test-wrap .right-con .inner,
.produce-wrap .right-con .inner{
    padding-left:30px;
    padding-top:15px;
}
/* .test-wrap .right-con p, */
.produce-wrap .right-con p{
    margin-bottom:30px;
    font-size:15px;
    line-height:1.6;
    word-break: break-all;
    text-align:justify;
}
.test-wrap .right-con li{
    margin-bottom:8px;
}
.test-wrap dt{
    margin-bottom:7px;
    font-size:16px;
}
.test-wrap dd+ dt{
    margin-top:30px;
}
/* subpage facility */
.des{
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 20px;
}
.faci-wrap{
    margin:0 -5px;
}
.faci-wrap > div{
    padding:0 5px;
}
.faci-wrap .inner{
    margin-bottom:10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.faci-wrap h5{
    margin:0;
    padding:15px 0;
    font-size:16px;
    text-align: center;
    border-top:2px solid #3b72bd;
}
.img-wrap{
    margin:40px -5px 0;
}
.img-wrap > div{
    padding:0 5px;
}