@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@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://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 131px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Roboto", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/* 상단 네비게이션 */

.lang-wrap {
    border-bottom: 1px solid #293e7a;
    padding: 5px 0;
    background: #11286a;
}
.lang-wrap .container {
    text-align: right;
}

.lang-wrap .lang {
    display: inline-block;
    text-align: center;
    border: 0;
    padding: 0;
    vertical-align: middle;
    background: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
    position: relative;
    line-height: 1;
    opacity: 0.5;
}
.lang-wrap .lang.lang-en:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #ffd984;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
.lang-wrap .lang:hover {
    opacity: 1;
}
.lang-wrap .lang.active {
    opacity: 1;
    color: #fff;
}

.navbar.navbar-inverse {
    background-color: #11286a;
    border-bottom: 0;
    /* box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.1); */
    margin-bottom: 0;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 24px;
    margin-left: 0 !important;
    width: 195px;
}
/*
.navbar-inverse .navbar-brand::after {
    content: 'Korea Medical Bio Corporation';
    float: right;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0em;
    display: block;
    margin-top: 20px;
    margin-left: 5px;
    opacity: .9;
    font-weight: 300;
}
*/
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.divider-vertical + li {
    display: none;
}
.divider-vertical + li.dropdown {
    display: block;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 42px 25px 38px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.034em;
}
[lang="en"] .nav.navbar-nav > li > a {
    font-size: 15px;
    padding: 42px 22px 38px;
}
.nav.navbar-nav > li:nth-child(4) > a {
    position: relative;
}
.nav.navbar-nav > li:nth-child(4) > a span {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    background: #f00;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 20px;
    padding: 0;
    font-weight: 300;
    padding-left: 5px;
    position: absolute;
    right: 7px;
    top: 25px;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:focus {
    color: #fff !important;
    background: #00a8ec !important;
}
.nav.navbar-nav li .dropdown-menu {
    right: auto;
    border-radius: 0;
    border: none;
    background-color: #00a8ec;
    box-sizing: border-box;
    padding: 0;
    min-width: 180px;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 11px 15px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
}

.nav.navbar-nav li .dropdown-menu li a:hover,
.nav.navbar-nav li .dropdown-menu li a:focus {
    color: rgba(255, 255, 255, 1);
    background: #0084b9;
}
/* //상단 네비게이션 */

/* 슬라이드 영역 */

.container.container_slide {
    width: 100%;
    padding: 0;
}
.fill {
    height: 750px;
}
#myCarousel .carousel-inner::before {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    background: #11286a;
    position: absolute;
    left: 0px;
    top: 0;
}
#myCarousel .carousel-inner .item > .fill {
    background: #333;
    background-size: cover !important;
}

#myCarousel .carousel-inner .item > .fill::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.15);
}
/*
#myCarousel .carousel-inner .carousel-caption{
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    padding: 40px 30px 30px 60px;
    background: #11286A;
    width: 440px;
    right: 57%;
    padding: 11% 2% 12% 20%;
}
*/
#myCarousel .carousel-inner .carousel-caption {
    top: 50%;
    left: calc((100% - 1140px) / 2);
    bottom: auto;
    transform: translateY(-50%);
    /* padding: 40px 30px 30px 60px; */
    /* background: #11286A; */
    /* width: 440px; */
    right: 50%;
    padding: 0% 0% 0 0;
}
/*
#myCarousel .carousel-inner .carousel-caption::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    top: -20px;
    left: -20px;
}
*/
#myCarousel .carousel-inner .carousel-caption::after {
    content: "";
}
#myCarousel .carousel-inner .carousel-caption h1,
#myCarousel .carousel-inner .carousel-caption p {
    text-align: left;
}
#myCarousel .carousel-inner .carousel-caption h1 span,
#myCarousel .carousel-inner .carousel-caption p span {
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
    padding: 0;
}
#myCarousel .carousel-inner .carousel-caption h1 span p {
    font-size: 76px;
    font-weight: 700;
}
#myCarousel .carousel-inner .carousel-caption h1 span p::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 20px 0 50px 10px;
}
#myCarousel .carousel-inner .carousel-caption h1 {
    margin-top: 0;
    margin-bottom: 20px;
}
#myCarousel .carousel-inner .carousel-caption h1 small {
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    padding-left: 10px;
}
#myCarousel .carousel-inner .carousel-caption h1 img {
    width: 320px;
    margin: 25px 0 0;
    display: none;
}
#myCarousel .carousel-inner .carousel-caption p {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 1.3em;
}

#myCarousel .carousel-control {
    z-index: 1000;
}
#myCarousel .carousel-control.left {
    background: url("/skin/img/main/arrow_prev.png") no-repeat 10% 50%;
}
#myCarousel .carousel-control.right {
    background: url("/skin/img/main/arrow_next.png") no-repeat 90% 50%;
}
#myCarousel .carousel-control > span {
    display: none;
}

#myCarousel .carousel-indicators {
    width: auto;
    bottom: 150px;
    left: calc((100% - 1140px) / 2);
    right: auto;
    margin: 0;
    text-align: left;
    transform: translate(0, 0);
}
#myCarousel .carousel-indicators > li {
    width: 10px;
    height: 10px !important;
    margin: 0 5px !important;
    border: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}
#myCarousel .carousel-indicators > li.active {
    width: 47px;
    background: #00a8ec;
}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container {
    display: none;
}
.container_contents,
.container_contents > .intro-html-layout,
.container_contents > .intro-html-layout > .col-sm-12 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-html-layout section.main_section {
    padding: 120px 0 120px;
}
.intro-html-layout section.main_section:nth-child(2n) {
    /* background: #0e41b9 url(/skin/img/sub/MainSection4_bg.jpg)no-repeat center/ cover; */
}
.intro-html-layout section.main_section h4 {
    text-align: center;
    margin-top: 0;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 100px;
    color: #fff;
}
.intro-html-layout section.main_section h4::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 4px solid #033158;
    background: #fff;
    margin: 50px auto 80px;
    border-radius: 50%;
    display: none;
}

.btn_more,
#Prod .con2 .row + a {
    display: block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 230px;
    margin: 80px auto 0;
    border: 2px solid #11286a;
    text-align: center;
    background: #11286a;
}
.btn_more i,
#Prod .con2 .row + a i {
    margin-left: 15px;
}
.btn_more:hover,
#Prod .con2 .row + a:hover {
    border-color: #11286a;
    text-decoration: none;
    color: #11286a;
    background: #fff;
}
/*
#MainSection1 .btn_more{
    border-color: #11286A;
    color: #fff;
    background: #11286A;
}
#MainSection1 .btn_more:hover{
    background: #fff;
    color: #11286A;
}
#MainSectionProd .btn_more{
    float: right;
    background: #fff;
    color: #333;
    margin-top: 0;
    width: auto;
    border-color: #fff;
    padding: 15px 60px;
}
#MainSectionProd .btn_more i{
    margin-left: 15px;
}
#MainSectionProd .btn_more:hover{
    color: #fff;
    background: #11286A;
    border-color:#11286A;
}
#MainSection2 .btn_more:hover{background: #000;border-color: #000;}
#MainSection2 .btn_more i{
    margin-left: 15px;
}
#MainSection2 .btn_more:hover{
    text-decoration: none;
}
#MainSection3 .btn_more {
    color: #333;
    border-color: #333;
}
#MainSection3 .btn_more:hover {
    text-decoration: none;
    color: #fff;
    background: #00A8EC;
    border-color: #00A8EC;
}
#MainSection4 .btn_more{
}
#MainSection4 .btn_more:hover{
    background: #00A8EC;
    border-color: #00A8EC;
}
#MainSection5 .btn_more{
    color: #fff;
}*/

#MainSection1 {
    background: #f0f0f0;
    /* background: -webkit-linear-gradient(#1393c7 0%, #00A8EC 100%); */
    padding-top: 100px;
}
#MainSection1 p {
    font-size: 19px;
}
#MainSection1 .inner {
    margin-bottom: 30px;
}
#MainSection1 .inner:first-child {
    background: #00a8ec;
    padding: 25px 50px;
    margin-bottom: 0;
}
#MainSection1 .inner .intro {
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    font-size: 24px;
    line-height: 1.65em;
}
#MainSection1 .inner .intro + p {
    /* text-align: center; */
    letter-spacing: -0.02em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65em;
    /* padding: 0 100px; */
    color: #fff;
}
#MainSection1 .inner h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #fff;
    z-index: -9;
}
#MainSection1 .inner p {
}
#MainSection1 .inner:nth-child(2) {
    padding: 30px 50px 25px;
    background: #11286a;
    position: relative;
    margin-bottom: 30px;
}
#MainSection1 .inner .li_bsmCare {
    padding: 0;
    margin: 0;
}
#MainSection1 .inner .li_bsmCare > li {
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255, 255, 255, 0.18);
    color: #ecf1ff;
}
#MainSection1 .inner .li_bsmCare > li > span {
    display: inline-block;
    font-weight: 500;
    width: 180px;
    font-size: 16px;
    /* letter-spacing: 0.02em; */
}
#MainSection1 .inner + p {
    letter-spacing: -0.034em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65em;
    color: #000;
}
#MainSection1 p.epil {
    margin: 0;
}
#MainSection1 p.epil span {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#MainSection1 .inner .li_bsmCare > li:last-child {
    border-bottom: none;
}

#MainSection1 .inner:nth-child(2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: -1;
}

#MainSectionProd {
    background: #000;
    margin-top: 700px;
    padding-bottom: 130px;
}
.intro-html-layout section.main_section#MainSectionProd h4 {
    color: #333;
    margin-top: -670px;
}
#MainSectionProd #MainDevice {
}
#MainSectionProd #MainDevice .carousel-indicators {
    bottom: auto;
    top: 0;
    left: 50%;
    right: 0;
    transform: translate(0, 0);
    margin: 0;
    width: auto;
    padding: 40px 0 0 80px;
    text-align: left;
}
#MainSectionProd #MainDevice .carousel-indicators > li {
    margin: 0 5px 0 0 !important;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    transition: all 0.3s ease;
}
#MainSectionProd #MainDevice .carousel-indicators > li.active {
    background: rgba(255, 255, 255, 1);
    width: 30px;
}
#MainSectionProd #MainDevice .carousel-inner {
}
#MainSectionProd #MainDevice .carousel-inner .item {
    height: 565px;
}
#MainSectionProd #MainDevice .carousel-inner .item img {
    position: absolute;
    left: 10%;
    z-index: 100;
    top: 25px;
}
#MainSectionProd #MainDevice .carousel-caption {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(0, 0);
    padding: 90px 20px 40px 80px;
    display: block;
    background: #00a8ec;
    color: #fff;
    text-align: left;
    text-shadow: none;
}
#MainSectionProd #MainDevice .carousel-caption:hover {
    text-decoration: none;
}
#MainSectionProd #MainDevice .carousel-caption h5 {
    font-size: 28px;
    margin: 0 0 10px;
}
#MainSectionProd #MainDevice .carousel-caption p.adv {
    font-size: 20px;
    margin: 0 0 20px;
    color: #fffa65;
    display: none;
}
#MainSectionProd #MainDevice .carousel-caption .li_m_prod {
    padding: 0;
    margin: 0;
}
#MainSectionProd #MainDevice .carousel-caption .li_m_prod > li {
    font-size: 15px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
#MainSectionProd #MainDevice .carousel-caption .li_m_prod > li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 10px;
}
#MainSectionProd #MainDevice .carousel-caption .li_m_prod > li > b {
    display: block;
}
#MainSectionProd #MainDevice .img_wrap {
}
#MainSectionProd #MainDevice .arrow_wrap {
}
#MainSectionProd #MainDevice .carousel-control {
    display: block;
    width: 50px;
    height: 50px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    background: #000000;
    line-height: 50px;
    text-shadow: none;
    opacity: 1;
    border: 1px solid rgb(255, 255, 255, 0.7);
}
#MainSectionProd #MainDevice .carousel-control.left {
    left: calc(50% - 50px);
}
#MainSectionProd #MainDevice .carousel-control.right {
    left: 50%;
    background: #fff;
    color: #333;
}
#MainSectionProd #MainDevice .carousel-control i {
}

#MainSection2 .inner {
    margin-bottom: 60px;
}
#MainSection2 .inner h5 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 20px;
    /* color: #fff !important; */
    border-radius: 50px;
}
#MainSection2 .inner:nth-of-type(3) {
    margin-top: 120px;
    display: none;
}
#MainSection2 .inner:nth-of-type(3) .row {
    width: 920px;
    margin: auto;
}
#MainSection2 .inner:nth-of-type(3) h5 {
}
#MainSection2 .inner:nth-of-type(3) p.care {
    width: 290px;
    height: 290px;
    /* background: #ff232e; */
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    padding: 110px 30px 0;
    border-radius: 50%;
    margin: 0 auto;
    border: 7px solid #ff7279;
    letter-spacing: -0.06em;
    /* box-shadow: 5px 5px 0px rgba(0,0,0,0.2) inset; */
}

section#MainSection2 {
    background: #fff;
}
#MainSection2 .inner h5 {
    border-radius: 0;
    font-size: 32px;
}
#MainSection2 .inner .main_process_wrap {
    margin-bottom: 60px;
}
#MainSection2 .inner .main_process_wrap::after {
    content: "";
    display: table;
    clear: both;
}
#MainSection2 .inner .main_process_wrap .m_proc {
    float: left;
    width: 20%;
    background: #00a8ec;
    padding: 41px 0;
    border-right: 8px solid #fff;
    position: relative;
}
#MainSection2 .inner .main_process_wrap .m_proc:last-child {
    border-right: 0;
}
#MainSection2 .inner .main_process_wrap .m_proc::before {
    content: "";
}
#MainSection2 .inner .main_process_wrap .m_proc::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #00a8ec;
    border-top: 6px solid #00a8ec;
    border-left: 6px solid #00a8ec;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
    right: -30px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(315deg);
    z-index: 100;
}
#MainSection2 .inner .main_process_wrap .m_proc:last-child::after {
    display: none;
}
#MainSection2 .inner .main_process_wrap .m_proc p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.06em;
}
#MainSection2 .wrap::after {
    content: "";
    display: table;
    clear: both;
}
#MainSection2 .wrap > .row {
    margin: 0;
}
#MainSection2 .wrap > .row > div {
    padding: 0;
}
#MainSection2 .inner dl {
    padding: 30px 60px 0;
    margin-bottom: 0;
    background: #11286a;
    height: 300px;
}
#MainSection2 .inner .wrap:nth-of-type(2) dl {
    padding-top: 50px;
}
#MainSection2 .inner dl dt {
    font-size: 30px;
    padding: 0;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 500;
}
#MainSection2 .inner .wrap:nth-of-type(2) dl dt {
    color: #fff;
}
#MainSection2 .inner dl dt > small {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-left: 10px;
    letter-spacing: 0.04em;
}
#MainSection2 .inner .wrap:nth-of-type(2) dl dt > small {
    color: #fff;
}
#MainSection2 .inner dl dd {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.65em;
}
#MainSection2 .inner .wrap:nth-of-type(2) dl dd {
}
#MainSection2 .wrap .icon_box::before {
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    border: 2px dotted #a5d2ff;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}

#MainSection3 {
    background: #f0f0f0;
}
#MainSection3 .intro {
    text-align: center;
    font-size: 34px;
    letter-spacing: -0.06em;
    font-weight: 300;
    color: #00a8ec;
    border-radius: 50px;
    margin-bottom: 30px;
}
#MainSection3 .row:nth-of-type(1) {
    margin: 0 -15px;
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 7px 11px 10px rgba(0, 0, 0, 0.1);
}
#MainSection3 .m_re_link {
    display: block;
    margin: 0;
}
#MainSection3 .m_re_link .caption {
    padding: 15px 0 0;
    display: block;
    position: relative;
    /* background: #b50b13; */
}
#MainSection3 .m_re_link .caption h5 {
    font-size: 18px;
    margin: 0;
    color: #333;
    font-weight: 700;
}
#MainSection3 .row:nth-of-type(2) {
    padding: 45px;
    background: #000;
    margin: 0 -15px 0;
    color: #fff;
    box-shadow: 7px 11px 10px rgba(0, 0, 0, 0.1);
}
#MainSection3 .li_skinCare {
    padding: 0 15px 0 0;
    margin: 0 30px 0 0;
    border-right: 1px solid #2d2d2d;
}
#MainSection3 .li_skinCare li {
    font-size: 16px;
    padding: 0 0 15px 15px;
    position: relative;
    font-weight: 300;
}
#MainSection3 .li_skinCare li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
}
#MainSection3 .row:nth-of-type(2) p {
    font-size: 19px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 400;
}
#MainSection3 .container > div:nth-child(4) {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 20px;
}
#MainSection3 .container > div:nth-child(4) > div {
    padding: 0;
}
#MainSection3 .container > div:nth-child(4) > div:first-child {
    width: 62%;
}
#MainSection3 .container > div:nth-child(4) > div:last-child {
    width: 38%;
}
#MainSection3 .li_skinCare li b {
    font-weight: 500;
}
#MainSection3 .m_re_link:hover {
    text-decoration: none;
}
#MainSection3 .m_re_link:hover .caption {
    /* background: #b50b13; */
}
#MainSection3 .m_re_link:hover .caption h5 {
    color: #b50b13;
}
#MainSection3 .m_re_link .caption::after {
    content: "more + ";
    display: block;
    color: #333;
    position: absolute;
    font-size: 12px;
    letter-spacing: 0.02em;
    right: 20px;
    top: 14px;
}
#MainSection3 h4,
#MainSection2 h4 {
    color: #333;
    font-weight: 700;
}
#MainSection4 {
    background: #0b0b2d;
    padding-top: 160px;
    padding-bottom: 200px;
}
#MainSection4 h4 {
    margin-bottom: 100px;
}
#MainSection2 h5 {
    color: #000;
    font-size: 18px;
}
#MainSection4 img {
}

#MainSection5 {
    background: url(/skin/img/main/bluerose.jpg) no-repeat center / cover;
    height: calc(100vh - 100px);
    position: relative;
}
#MainSection5::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
}
#MainSection5 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#MainSection5 h4 {
    font-size: 34px;
}
#MainSection5 h4::after {
    border-color: #fff;
    background: #033158;
}
#MainSection5 .row div:first-child {
    text-align: right;
    padding-right: 70px;
}
#MainSection5 .row div:first-child > img {
    width: 320px;
    margin-right: 0;
}
#MainSection5 h5 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0;
}
#MainSection5 .li_contact {
    padding: 0;
    margin: 0;
}
#MainSection5 .li_contact > li {
    font-size: 19px;
    padding: 0;
    line-height: 1em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}
#MainSection5 .li_contact > li > a {
    color: #87c3ff;
    font-size: 19px;
    margin-bottom: 7px;
    display: block;
}
#MainSection5 .bizPartner {
    display: block;
    border: 1px solid #8bc24a;
    margin-top: 52px;
    /* width: 330px; */
    padding: 11px 13px;
    float: right;
    transition: all 0.3s ease;
}
#MainSection5 .bizPartner img {
    float: left;
}
#MainSection5 .bizPartner span {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.06em;
    line-height: 1.3em;
    padding-left: 15px;
    padding-top: 7px;
}
#MainSection5 .bizPartner::after {
    content: "";
    display: table;
    clear: both;
}
#MainSection5 .bizPartner span span {
    font-size: 15px;
    letter-spacing: -0.034em;
    font-weight: 400;
    padding-left: 0;
    display: block;
    padding-top: 0;
}
#MainSection5 .bizPartner:hover {
    border-color: #fff;
    background: #fff;
}
#MainSection5 .bizPartner:hover span {
    color: #163668;
}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.subHeader {
    height: 320px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
[id^="Biz"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_biz.jpg);
}
[id^="Comp"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_comp.jpg);
}
[id^="Prod"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_prod.jpg);
}
[id^="Inquiry"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_contact.jpg);
}
.subHeader .container {
    position: relative;
    height: 100%;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -0.06em;
}
.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    font-size: 13px;
}
.subHeader .container .breadcrumb > li,
.subHeader .container .breadcrumb > li > a {
    color: rgb(255, 255, 255, 0.6);
}

.subMenu {
    border-top: 1px solid #000;
}
.subMenu {
    margin-top: -59px;
    position: relative;
    border-top: 1px solid rgb(255, 255, 255, 0.3);
    background: rgb(0, 0, 0, 0.3);
}
.subMenu .nav > li {
    margin: 0;
}
.subMenu .nav > li {
    width: 20%;
}
[id^="Comp"] .subMenu .nav > li {
    width: calc(100% / 7);
}

.subMenu .nav > li > a {
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    background: transparent;
    padding: 17px 0;
    position: relative;
    letter-spacing: 0;
    font-weight: 300;
    letter-spacing: -0.034em;
    text-align: center;
}
.subMenu .nav > li.active > a {
    background: transparent;
}

.subContent {
    padding: 0 0 150px;
}
.subContent > .container {
    padding: 100px 15px 80px;
}
.subContent > .container > .subContent_title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.06em;
}
.filter-items .filter-label {
    font-size: 15px;
    font-weight: 300;
    background: none;
    border: 1px solid #ccc;
    padding: 10px 18px;
    letter-spacing: 0.02em;
    color: #777;
}
.filter-items .on .filter-label {
    color: #fff;
    background: #00a8ec;
    border-color: #00a8ec;
    font-weight: 500;
}

.subContent > .content {
    padding: 20px 0 150px;
}
.subContent > .content h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0 0 50px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.034em;
}
.subContent > .content h4::before {
    content: "";
    display: block;
    position: absolute;
}
.subContent > .content p {
    font-size: 16px;
}
#Biz02 .subContent > .content.con1 p,
#Prod .subContent > .content.con2 p {
    font-size: 19px;
    margin-top: 40px;
    letter-spacing: -0.034em;
    line-height: 1.6em;
}
#Prod .subContent > .content.con2 p {
    margin-top: 50px;
}
#Biz02 .subContent > .content.con1 p > b,
#Prod .subContent > .content.con2 p > b {
    display: table;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.06em;
    background: center;
    padding-left: 30px;
}
#Prod .subContent > .content.con2 p > b {
    margin-bottom: 10px;
}
#Biz02 .subContent > .content .inner {
    padding-bottom: 80px;
    margin-bottom: 0;
}
#Biz02 .subContent > .content .inner h5 {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: -0.06em;
    border-left: 3px solid #333;
    line-height: 0.9em;
    padding-left: 7px;
}
#Biz02 .subContent > .content .inner .li_inner,
#Prod .subContent > .con2 .inner ul {
    padding: 0;
    margin: 0;
}
#Biz02 .subContent > .content .inner .li_inner > li,
#Prod .subContent > .con2 .inner ul li {
    font-size: 16px;
    padding: 0px 0 5px 12px;
    position: relative;
    letter-spacing: -0.034em;
    color: rgb(255, 255, 255, 0.9);
}
#Biz02 .subContent > .content .inner .li_inner > li::before,
#Prod .subContent > .con2 .inner ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) p,
#Prod .subContent > .con2 .inner:nth-of-type(3) p {
    font-size: 16px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255, 0.9);
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) img,
#Prod .subContent > .con2 .inner:nth-of-type(3) img {
    margin: 0;
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl {
    padding: 0px 40px 30px;
    background: rgb(0, 0, 0, 0.2);
    color: rgb(255, 255, 255, 0.9);
    margin: 0;
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dt,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dt {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px 4px;
    background: #11286a;
    letter-spacing: 0.04em;
    border-radius: 0;
    margin-bottom: 20px;
    font-weight: 400;
    width: 120px;
    border-radius: 0 0 4px 4px;
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 8px;
    letter-spacing: -0.034em;
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd::before {
    display: block;
    position: absolute;
    left: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    line-height: 0.9em;
    color: #ddf5ff;
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd:nth-child(2)::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd:nth-child(2)::before {
    content: "1";
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd:nth-child(3)::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd:nth-child(3)::before {
    content: "2";
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd:nth-child(4)::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd:nth-child(4)::before {
    content: "3";
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd:nth-child(5)::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd:nth-child(5)::before {
    content: "4";
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd:nth-child(6)::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd:nth-child(6)::before {
    content: "5";
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd:nth-child(7)::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd:nth-child(7)::before {
    content: "6";
}
#Biz02 .subContent > .content.con2 .inner:nth-of-type(3) dl dd:nth-child(8)::before,
#Prod .subContent > .con2 .inner:nth-of-type(3) dl dd:nth-child(8)::before {
    content: "7";
}

#Biz02 .subContent > .content.con3 .inner dl {
    margin-bottom: 30px;
}
#Biz02 .subContent > .content.con3 .inner dl::after {
    content: "";
    display: table;
    clear: both;
}
#Biz02 .subContent > .content.con3 .inner dl dt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #00a8ec;
    letter-spacing: -0.06em;
}
#Biz02 .subContent > .content.con3 .inner dl dd {
    font-size: 16px;
}
#Biz02 .subContent > .content.con3 .col-sm-20 {
    width: 20%;
}
#Biz02 .subContent > .content.con3 .col-sm-20 img {
    height: 115px;
    width: 200px;
}
#Biz02 .subContent > .content.con3 .col-sm-20 .img-label {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    line-height: 1.25em;
}

#Biz02 .subContent > .content.con4 .nav-tabs {
    width: 720px;
    margin: 0 auto 40px;
    border: 0;
}
#Biz02 .subContent > .content.con4 .nav-tabs > li {
    width: 33.3333333333%;
    margin: 0;
    border: 0;
}
#Biz02 .subContent > .content.con4 .nav-tabs > li > a {
    border: 1px solid #9e0008;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    padding: 13px 18px;
}
#Biz02 .subContent > .content.con4 .nav-tabs > li.active > a {
    background: #222;
    color: #fff;
    border-color: #222;
}

#Biz03 .subContent > .content.con1 .process_wrap {
    text-align: center;
}
#Biz03 .subContent > .content.con1 .process {
    width: 219px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 50px;
}
#Biz03 .subContent > .content.con1 .process_inner {
    text-align: left;
}
#Biz03 .subContent > .content.con1 .process_inner img {
}
#Biz03 .subContent > .content.con1 .process_inner h5 {
    margin: 0;
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 400;
    background: #00a8ec;
    color: #fff;
    position: relative;
}
#Biz03 .subContent > .content.con1 .process_inner .li_proc {
    padding: 10px 30px 0 0;
    margin: 0;
}
#Biz03 .subContent > .content.con1 .process_inner .li_proc > li {
    font-size: 15px;
    padding: 5px 0 15px 13px;
    position: relative;
    letter-spacing: -0.034em;
}
#Biz03 .subContent > .content.con1 .process_inner .li_proc > li::before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #a2a2a2;
    position: absolute;
    left: 3px;
    top: 14px;
}
#Biz03 .subContent > .content.con1 .process_inner .li_proc > li > span {
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
#Biz03 .subContent > .content.con2 h4 + p,
#Biz03 .subContent > .content.con3 h4 + p {
    font-size: 20px;
    font-weight: 300;
    margin-top: -20px;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: -0.034em;
}
#Biz03 .subContent > .content.con2 .sample_wrap {
    padding: 0 120px 80px;
    border-radius: 15px;
    text-align: center;
}
#Biz03 .subContent > .content.con2 .sample_wrap > .row {
    margin-left: -10px;
    margin-right: -10px;
}
#Biz03 .subContent > .content.con2 .sample_wrap > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
#Biz03 .subContent > .content.con2 .sample_wrap > .row .row {
    margin-left: -5px;
    margin-right: -5px;
}
#Biz03 .subContent > .content.con2 .sample_wrap > .row .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
#Biz03 .subContent > .content.con2 .sample_wrap p.img-label {
    text-align: center;
    padding: 20px 0 0;
    margin: 0 0 15px;
    font-size: 19px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
    font-weight: 600;
}
#Biz03 .subContent > .content.con2 .sample_wrap a.download {
    margin-top: 30px;
    display: inline-block;
    color: #00a8ec;
    padding: 15px 0;
    background: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #00a8ec;
    width: auto;
    letter-spacing: -0.034em;
}
[lang="en"] #Biz03 .subContent > .content.con2 .sample_wrap a.download {
    font-size: 12px;
    padding: 15px 10px;
}
#Biz03 .subContent > .content.con2 .sample_wrap a.download > i {
    margin-left: 11px;
}

#Biz03 .subContent > .content.con2 .sample_wrap .col-sm-2 a.download {
    margin-top: 21px;
}
#Biz03 .subContent > .content.con2 .sample_wrap .col-sm-2 a.download:first-child {
    margin-top: 63px;
}
#Biz03 .subContent > .content.con2 .sample_wrap .col-sm-2 a.download i {
    margin-left: 0;
    display: block;
}

#Biz03 .subContent > .content.con3 dl {
    /* box-shadow: 6px 6px 0px rgba(0,0,0,0.2); */
    border: 1px solid #00a8ec;
    border-radius: 8px;
}
#Biz03 .subContent > .content.con3 dl dt {
    font-size: 17px;
    padding: 20px 15px 17px;
    background: #00a8ec;
    color: #fff;
    /* border-radius: 5px; */
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-weight: 400;
    letter-spacing: -0.034em;
}

[lang="en"] #Biz03 .subContent > .content.con3 dl dt {
    height: 86px;
}
[lang="en"] #Biz03 .subContent > .content.con3 .row > .col-sm-4:nth-child(1) dl dt,
[lang="en"] #Biz03 .subContent > .content.con3 .row > .col-sm-4:nth-child(2) dl dt {
    padding-top: 34px;
}
#Biz03 .subContent > .content.con3 dl dd {
    padding: 30px 35px;
    font-size: 16px;
    background: #fdfdfd;
    min-height: 150px;
    border-radius: 10px;
    letter-spacing: -0.02em;
}
#Biz03 .subContent > .content.con3 .Wellness_care {
    padding: 50px 60px;
    margin-top: 30px;
    /* border-top: 1px solid #aaa; */
    background: #222;
}
#Biz03 .subContent > .content.con3 .Wellness_care h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
}
#Biz03 .subContent > .content.con3 .Wellness_care p {
    color: #fff;
}

#Biz04 .subContent > .content.con0 {
    /*background: #0e41b9 url(/skin/img/sub/m_bg.png)no-repeat bottom / cover;*/
    color: #fff;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 50px;
}
#Biz04 .subContent > .content.con0 > .container {
    background: #0e41b9;
    padding: 70px 0 85px;
    border-radius: 5px;
    width: 1140px;
    box-shadow: 3px 3px 0px 1px #e0e0e0;
}
#Biz04 .subContent > .content.con0 h1 {
    margin: 0 0 30px;
    font-size: 50px;
    font-weight: 400;
}
#Biz04 .subContent > .content.con0 p {
    font-size: 20px;
    margin-bottom: 00px;
    line-height: 1.65em;
}
#Biz04 .subContent > .content.con0 .cons_more {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    border: 0;
    font-size: 15px;
    border: 1px solid rgb(255, 255, 255, 0.6);
}
#Biz04 .subContent > .content.con1 .cons_intro {
    margin-bottom: 50px;
}
#Biz04 .subContent > .content.con1 .cons_intro dl {
    background: #5ead5d;
    color: #fff;
    border-radius: 4px;
    padding: 30px 40px;
    text-align: center;
    margin-bottom: 0;
    box-shadow: 3px 3px 0px 1px #e0e0e0;
}
#Biz04 .subContent > .content.con1 .cons_intro dl dt {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 2px;
    letter-spacing: -0.034em;
}
#Biz04 .subContent > .content.con1 .cons_intro dl dd {
    font-size: 20px;
    letter-spacing: -0.06em;
    font-weight: 300;
}
[lang="en"] #Biz04 .subContent > .content.con1 .cons_intro dl dd {
    font-size: 18px;
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap {
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link {
    color: #333;
    padding: 30px;
    border: 1px solid #9fc6e8;
    display: block;
    margin-bottom: 30px;
    height: 300px;
    position: relative;
    box-shadow: 3px 3px 0px 1px #eef1f3;
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link i {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1b82dc;
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: -0.06em;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ddd; */
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link p {
    font-size: 15px;
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link span {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 7px 12px;
    border: 1px solid #ddd;
    font-size: 13px;
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link:hover {
    text-decoration: none;
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link:hover span {
    background: #687077;
    color: #fff;
    border-color: #687077;
}

#Comp01 .subContent > .content .greet {
    padding-left: 40px;
}
#Comp01 .subContent > .content p {
    word-break: keep-all;
    font-size: 17px;
    line-height: 1.75em;
    letter-spacing: -0.034em;
}
#Comp01 .subContent > .content .intro {
    font-size: 30px;
    color: #00a8ec;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}
#Comp02 .subContent > .content .inner {
    margin-top: 65px;
}
#Comp02 .subContent > .content .inner h5 {
    font-size: 28px;
    font-weight: 500;
    color: #00a8ec;
    letter-spacing: -0.06em;
    margin: 0 0 25px;
}
#Comp02 .subContent > .content .inner .caption {
}
#Comp02 .subContent > .content .inner .caption p {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
    line-height: 1.6em;
}
#Comp02 .subContent > .content .link {
    margin-top: 10px;
    display: block;
    color: #fff;
    padding: 12px 0 12px;
    opacity: 0.85;
    border: 3px solid #11286a;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    margin: 15px auto 0;
    width: 140px;
    text-align: center;
    background: #11286a;
}
[lang="en"] #Comp02 .subContent > .content .link {
    width: 230px;
}
#Comp02 .subContent > .content .link:hover {
    text-decoration: none;
    opacity: 1;
    background: #fff;
    border-color: #11286a;
    color: #11286a;
}
#Comp02 .subContent > .content .link i {
    margin-left: 5px;
}
#Comp04 .subContent > .content .history {
    position: relative;
    width: 680px;
    /* background: #ddd; */
    margin: auto;
    margin-left: 300px;
}
#Comp04 .subContent > .content .history::before {
    content: "";
    display: block;
    position: absolute;
}
#Comp04 .subContent > .content .history .timeline {
    margin-bottom: 40px;
}
#Comp04 .subContent > .content .history .timeline::after {
    content: "";
    display: table;
    clear: both;
}
#Comp04 .subContent > .content .history .timeline .year {
    float: left;
    margin: 0;
    font-size: 52px;
    font-weight: 200;
    font-style: italic;
    color: #00a8ec;
    width: 160px;
    letter-spacing: -0.034em;
    position: relative;
}
#Comp04 .subContent > .content .history .timeline .li_time {
    float: left;
    padding: 0;
    margin: 0;
}
#Comp04 .subContent > .content .history .timeline .li_time > li {
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: -0.034em;
}
[lang="en"] #Comp04 .subContent > .content .history .timeline .li_time > li {
    font-size: 15px;
}
#Comp04 .subContent > .content .history .timeline .li_time > li .regdate {
    display: inline-block;
    width: 40px;
    font-weight: 600;
    height: 28px;
    font-size: 17px;
    color: #333;
    text-align: center;
    line-height: 28px;
    margin-right: 0;
    letter-spacing: 0.034em;
}
#Comp04 .subContent > .content.con2 .history .timeline .li_time > li .regdate {
    width: 120px;
    border-radius: 36px;
    font-size: 33px;
    font-weight: 500;
    font-style: italic;
    margin-right: 25px;
    text-align: left;
    display: inline-block;
    line-height: 2em;
    letter-spacing: -0.034em;
    color: #02a5e7;
}

#Comp05 .subContent > .content .li_location {
    padding: 30px 0;
    margin: 30px 0 0 0;
    border: 1px solid #ddd;
}
#Comp05 .subContent > .content address {
    font-size: 18px;
    letter-spacing: -0.034em;
}
#Comp05 .subContent > .content address span {
    font-size: 22px;
    font-weight: 600;
    width: 80px;
    display: inline-block;
    letter-spacing: -0.06em;
}
#Comp05 .subContent > .content address i {
    color: #02a5e7;
    margin-right: 7px;
}
#Comp05 .subContent > .content .li_location li {
    font-size: 16px;
    padding: 3px 0;
    display: inline-table;
    width: 24.7573%;
    text-align: center;
    border-left: 2px dotted #eee;
    height: 110px;
}
#Comp05 .subContent > .content .li_location li span {
    display: block;
    text-align: center;
    color: #00a8ec;
    margin-bottom: 15px;
}
#Comp05 .subContent > .content .li_location li i {
    background: #00a8ec;
    border-radius: 50%;
    color: #fff;
    padding: 18px 2px;
    width: 60px;
    height: 60px;
    font-size: 24px;
}
#Comp05 .subContent > .content .li_location li a {
    color: #11286a;
}

#Comp06 .subContent > .content h4 + p,
#Comp07 .subContent > .content h4 + p {
    text-align: center;
    font-size: 25px;
    margin-bottom: 60px;
    color: #00a8ec;
    font-weight: 500;
    letter-spacing: -0.06em;
}
#Comp06 .subContent > .content .ci-changes {
    padding: 60px;
    background: #f8f8f8;
}
#Comp06 .subContent > .content .ci-changes h5 {
    font-size: 20px;
    color: #11286a;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
}
#Comp06 .subContent > .content .ci-changes .ci-wrap {
}
#Comp06 .subContent > .content .ci-changes .ci-wrap .ci-label {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
#Comp06 .subContent > .content .ci-changes .ci-wrap.until {
    position: relative;
}
#Comp06 .subContent > .content .ci-changes .ci-wrap.until::after {
    content: "\f0da";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 100px;
    right: -30px;
    top: 115px;
    color: #448ca9;
}
#Comp06 .subContent > .content .ci-changes .ci-wrap.until img {
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
}
#Comp06 .subContent > .content .ci-changes .ci-wrap.from {
}
#Comp06 .subContent > .content .ci-changes .ci-wrap.from img {
    margin: 105px auto;
}

#Comp07 .subContent > .content .cert {
    margin-bottom: 30px;
}
#Comp07 .subContent > .content .cert img {
    border: 1px solid #ccc;
    width: 261px;
    height: 368px;
}
#Comp07 .subContent > .content .cert .cert-label {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
    color: #11286a;
}

.subMenu .nav > li > a:hover::before {
    content: "";
    display: block;
    width: 98%;
    height: 4px;
    background: #00a8ec;
    position: absolute;
    left: 0;
    top: -1px;
    animation-fill-mode: both;
    animation-duration: 0.3s;
    animation-name: fadeInRight;
}
.subMenu .nav > li.active > a::before,
.subMenu .nav > li.active > a:hover::before {
    content: "";
    display: block;
    width: 98%;
    height: 4px;
    background: #00a8ec;
    position: absolute;
    left: 0;
    top: -1px;
    animation: none;
}
.breadcrumb > li + li:before {
    padding: 0 2px;
}
#Comp01 .subContent > .content p:nth-child(2) {
    letter-spacing: -0.06em;
    font-size: 24px;
    line-height: 1.45em;
    font-weight: 300;
    padding-right: 30px;
    margin-bottom: 40px;
}
#Comp01 .subContent > .content .intro::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin: 30px 0 40px 3px;
}
#Comp01 .con1 .epil b {
    font-size: 16px;
}
#Comp01 .con1 .epil {
    padding-top: 30px;
}
#Comp02 .con1 .row > div {
    padding: 0 50px;
}
#Comp02 .con1 .row {
    margin-left: -50px;
    margin-right: -50px;
}
#Comp05 .subContent > .content .li_location li {
    font-size: 18px;
}
#Comp05 .subContent > .content .li_location li:last-child {
    margin-right: 0;
}
#Comp05 .subContent > .content .li_location li:first-child {
    letter-spacing: -0.034em;
    border-left: 0;
}
#Comp05 .subContent > .content .li_location li:nth-child(2),
#Comp05 .subContent > .content .li_location li:nth-child(3) {
    font-size: 18px;
}
.filter-items {
    padding: 10px 15px;
}
.dh-margin-top {
    padding: 0 15px;
    margin-top: 30px;
}
.bbs-area {
    margin-left: -15px;
    margin-right: -15px;
}
.dh-board * a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.034em;
}
button#btnNew {
    border-radius: 0;
}
button.btn.btn-default.dropdown-toggle {
    border-radius: 0;
}
.btn {
    padding: 10px 15px;
}
.form-control {
    height: 42px;
}
.btn-primary {
    color: #fff;
    background-color: #00a8ec;
    border-color: #00a8ec;
}
.btn-primary:hover {
    background-color: #00a8ec;
    border-color: #00a8ec;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
}
.dh-view-box > .row > .page-header h4 {
    font-size: 21px;
    letter-spacing: -0.034em;
}
.dh-view-box > .row > .page-header {
    padding: 8px 15px;
}
.dh-view-box.dh-margin-topx2 {
    margin-top: 0;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    font-size: 13px;
}
.dh-view-box > .row > .dh-view-info > span {
    font-size: 13px;
}
.dh-view-box > .row > .dh-view-info {
    padding: 10px 15px 8px;
}
.dh-view-box .dh-attach h6 b {
    font-size: 13px;
}
#insertForm h2 {
    text-align: center;
    letter-spacing: -0.06em;
    display: none;
}
.form-horizontal .control-label {
    font-size: 15px;
    letter-spacing: -0.034em;
}
.btn-group-sm > .btn,
.btn-sm {
    font-size: 13px;
}
.form-group {
    margin-bottom: 20px;
}
#Inquiry .subContent {
    padding-bottom: 50px;
}
.filter-items .filter-label:hover {
    border-color: #00a8ec;
    color: #00a8ec;
}
.filter-items .on .filter-label:hover {
    color: #fff;
}
.dh-alert {
    font-size: 19px;
}
#Biz02 .con1 h4 {
    display: none;
}
.subContent > .content:last-child {
    padding-bottom: 0;
}
#Biz02 .con1 .row > div:nth-child(1),
#Prod .con2 .row > div:nth-child(1) {
    width: 32%;
}
#Biz02 .con1 .row > div:nth-child(2),
#Prod .con2 .row > div:nth-child(2) {
    width: 68%;
    padding-left: 50px;
}
#Prod .con2 a.download {
    margin: 20px 0 0;
    display: inline-block;
    padding: 10px 27px;
    background: #0075a4;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    line-height: 1;
    border: 2px solid #0075a4;
    float: right;
}
#Prod .con2 a.download i {
    margin-left: 10px;
}
/*
#Prod .con2 a.download:hover{
    color: #0075a4;
    background: #fff;
    text-decoration: none;
}
*/
#Prod .con2 a.link {
    margin-top: 10px;
    display: block;
    color: #fff;
    padding: 12px 0 12px;
    opacity: 0.85;
    border: 3px solid #11286a;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    margin: 15px auto 0;
    width: 140px;
    text-align: center;
    background: #11286a;
}
#Prod .con2 a.link i {
    margin-left: 10px;
}
#Prod .con2 a.link:hover {
    text-decoration: none;
    opacity: 1;
    background: #fff;
    border-color: #11286a;
    color: #11286a;
}

#Biz02 .subContent > .content.con1 p > b::after,
#Biz02 .subContent > .content.con1 p > b::before,
#Prod .subContent > .content.con2 p > b::after,
#Prod .subContent > .content.con2 p > b::before {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background-color: #999;
    transform: rotate(30deg);
    position: absolute;
}
#Prod .subContent > .content.con2 p > b::after,
#Prod .subContent > .content.con2 p > b::before {
    background: #ccc;
}
#Biz02 .subContent > .content.con1 p > b::after,
#Prod .subContent > .content.con2 p > b::after {
    right: -30px;
    bottom: 10px;
}
#Biz02 .subContent > .content.con1 p > b::before,
#Prod .subContent > .content.con2 p > b::before {
    bottom: 25px;
    left: 5px;
}
#Biz02 #Cont1 {
    /* border-bottom: 1px solid #eee; */
}
#Biz02 .con4,
#Prod .con2 {
    background: #00a8ec;
    background: -webkit-linear-gradient(#1393c7 0%, #00a8ec 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
#Biz02 #Cont2 h4 {
    font-weight: 500;
}
#Prod .con2 h4 {
    color: #fff;
    font-weight: 500;
}
#Biz02 #Cont3 {
    padding-top: 100px;
}
#Biz02 .subContent > .con2 .inner:nth-child(4) .row > div:last-child,
#Prod .subContent > .con2 .inner:nth-child(4) .row > div:last-child {
    padding: 0 15px 0 50px;
}
#Biz02 .subContent > .con2 .inner h5,
#Prod .subContent > .con2 .inner h5 {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.06em;
    padding-left: 0;
    line-height: initial;
}
#Biz02 .subContent > .content.con3 .inner:nth-of-type(1) .row:nth-child(2) > div:nth-child(2),
#Prod .subContent > .content.con3 .inner:nth-of-type(1) .row:nth-child(2) > div:nth-child(2) {
    padding-left: 50px;
    padding-top: 40px;
}
#Biz02 .subContent > .content.con3 .inner:nth-of-type(1) .row:nth-child(2),
#Prod .subContent > .content.con3 .inner:nth-of-type(1) .row:nth-child(2) {
    margin-bottom: 30px;
}
#Biz02 .subContent > .con2 .inner {
    padding: 30px 50px;
    background: #00a8ec;
}
#Biz02 .subContent > .con2 .inner:nth-child(3),
#Biz02 .subContent > .con2 .inner:nth-child(2) {
    background: #11286a;
}
#Prod .subContent > .con2 .inner {
    padding-bottom: 50px;
}
#Biz02 .subContent > .content.con3 .inner:nth-of-type(2) .row:nth-child(2) > div:nth-child(2),
#Prod .subContent > .content.con3 .inner:nth-of-type(2) .row:nth-child(2) > div:nth-child(2) {
    padding-left: 120px;
    text-align: right;
}
#Biz02 .subContent > .content.con3 .inner:nth-of-type(2) .row:nth-child(2) > div:nth-child(2) img,
#Prod .subContent > .content.con3 .inner:nth-of-type(2) .row:nth-child(2) > div:nth-child(2) img {
    margin-right: 0;
}
#Biz02 .subContent,
#Comp04 .subContent {
    padding-bottom: 0;
}
#Biz02 .con4 {
    padding-bottom: 120px;
    background: #f8f8f8;
}
/* #Biz02 .con4 h4{color: #fff;} */
#Biz02 .subContent > .content.con4 .nav-tabs > li > a:hover {
    border-color: #333;
    color: #00a8ec;
    font-weight: 500;
}
#Biz02 .subContent > .content.con4 .nav-tabs > li.active > a:hover {
    border-color: #333;
    color: #fff;
}
#Biz03 .con2 {
    background: #f1f1f1;
    padding-top: 100px;
    padding-bottom: 40px;
    color: #fff;
    position: relative;
}
#Biz03 .con2 h4 {
    /* color: #fff; */
    /* font-weight: 500; */
}
#Biz04 .con1 {
    padding-top: 100px;
}
#Biz04 .subContent > .content.con1 .cons_serv_wrap .cons_link:hover {
    border: 2px solid #9fc6e8;
}
#Biz04 .subContent > .content.con0 .cons_more:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
    border-color: #fff;
    font-weight: 700;
}
#Biz04 .subContent > .content.con1 .cons_intro .col-sm-4:nth-child(2) dl {
    background: #22819c;
}
#Biz04 .subContent > .content.con1 .cons_intro .col-sm-4:nth-child(3) dl {
    background: #3f5bab;
}
#Biz03 .con3 {
    padding-top: 100px;
}
#Biz03 .subContent > .content.con2 .sample_wrap a.download:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
    border-color: #222;
    font-weight: 400;
}
#Biz03 .con2::before {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background: #11286a;
    position: absolute;
    bottom: 0;
}
#Biz03 .subContent > .content.con2 h4 + p {
    color: #333;
}
.breadcrumb > .active {
    color: #fff !important;
}
#Biz03 .subContent > .content.con1 .process_inner h5::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #fff;
}
#Biz03 .subContent > .con1 .process:nth-child(5) .process_inner .li_proc {
    padding-right: 0;
}

#Biz03 .subContent > .con0 h4 + .intro {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #11286a;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
#Biz03 .subContent > .con0 [class^="smart_intro"] {
    padding: 60px 0;
}
#Biz03 .subContent > .con0 [class^="smart_intro"] h5 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px;
}
#Biz03 .subContent > .con0 .smart_intro1 {
}
#Biz03 .subContent > .con0 .smart_intro1 p {
    font-size: 20px;
    margin: 0 0 60px;
}
#Biz03 .subContent > .con0 .smart_intro1 .row {
    margin: 0;
    padding: 80px;
}
#Biz03 .subContent > .con0 .smart_intro1 dl {
    margin: 80px 0 0 60px;
}
#Biz03 .subContent > .con0 .smart_intro1 dl dt {
    font-size: 24px;
    color: #73bcfb;
    margin-bottom: 15px;
}
#Biz03 .subContent > .con0 .smart_intro1 dl dd {
    font-size: 20px;
}
#Biz03 .subContent > .con0 .smart_intro2 {
}
#Biz03 .subContent > .con0 .smart_intro2 .inner {
    padding: 50px;
    background: #11286a;
    color: #fff;
    border-top: 2px solid #293a6d;
}
#Biz03 .subContent > .con0 .smart_intro2 .inner h6 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 28px;
}
#Biz03 .subContent > .con0 .smart_intro2 .text-center {
    font-size: 21px;
    margin-bottom: 30px;
}
#Biz03 .subContent > .con0 .smart_intro2 .inner .img_wrap {
    height: 355px;
    padding: 20px 68px;
    background: #f8f8f8;
    position: relative;
}
#Biz03 .subContent > .con0 .smart_intro2 .inner:nth-child(2) .col-xs-12 .img_wrap {
    background: #e2f0d9;
}
#Biz03 .subContent > .con0 .smart_intro2 .inner:nth-child(2) .col-xs-6:nth-child(2) .img_wrap {
    background: #fff3ff;
}
#Biz03 .subContent > .con0 .smart_intro2 .inner:nth-child(2) .col-xs-6:nth-child(3) .img_wrap {
    background: #d2defa;
}
#Biz03 .subContent > .con0 .smart_intro2 .inner + .inner .img_wrap {
    height: auto;
    padding: 36px 145px;
    background: #deebf7;
}
#Biz03 .subContent > .con0 .smart_intro2 .inner .img_wrap img {
}
#Biz03 .subContent > .con0 .smart_intro2 .inner .img_wrap .caption {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
#Biz03 .subContent > .con0 .smart_intro3 {
}
#Biz03 .subContent > .con0 .smart_intro3 .intro {
    text-align: center;
    color: #11286a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}
#Biz03 .subContent > .con0 .smart_intro3 .intro .red_color {
    color: #f00;
}
#Biz03 .subContent > .con0 .smart_intro3 .text-center {
    font-size: 20px;
}
#Biz03 .subContent > .con0 .smart_intro3 img {
    width: 800px;
}
#Biz03 .subContent > .con0 .smart_intro4 {
}
#Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap {
    padding: 50px;
    background: #11286a;
    color: #fff;
    border-top: 2px solid #293a6d;
}
#Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .inspc_prcss {
    border-right: 1px solid #465788;
}
#Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .col-xs-12:last-child .inspc_prcss {
    border-right: 0;
}
#Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .inspc_prcss .num {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
#Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .inspc_prcss img {
    margin-bottom: 15px;
}
#Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .inspc_prcss .caption {
    text-align: center;
    font-size: 20px;
}
#Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .inspc_prcss {
}
#Biz03 .subContent > .con0 .smart_intro5 {
}

#Comp04 .subContent > .content.con2 .history .timeline .li_time > li {
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 300;
    border-bottom: 2px solid #fff;
    line-height: 3em;
    margin-bottom: 0;
}
#Comp04 .subContent > .content.con2 .history .timeline .li_time {
    float: none !important;
    margin: auto !important;
    width: 650px;
}
#Comp04 .con2 {
    background: #f5f9fb;
    padding-top: 100px;
    padding-bottom: 80px;
}
#Klink .preparing {
    position: relative;
    height: calc(100vh - 100px);
}
#Klink .preparing .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#Klink .preparing .container .prepare_inner {
}
#Klink .preparing .container .prepare_inner i {
    font-size: 150px;
    color: #00a8ec;
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.23);
    margin-bottom: 50px;
}
#Klink .preparing .container .prepare_inner h4 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 50px;
}
#Klink .preparing .container .prepare_inner h4 > b {
    font-size: 68px;
}
#Klink .preparing .container .prepare_inner p {
    font-size: 22px;
    color: #666;
}
/*Formmail*/
#mod_type_formForm,
#mailForm {
    max-width: 850px;
    margin: 0px auto 0;
    padding: 0 15px;
}
#mod_type_formForm .form-control,
#mailForm .form-control {
    border-radius: 2px;
}
#mod_type_formForm .q_number div h3,
:is(#mod_type_formForm, #mailForm) .form-group label {
    font-size: 16px;
    color: #333;
    margin: 0 0 8px !important;
    font-weight: 700;
}
#mod_type_formForm .q_number div h3 .text-danger,
#mod_type_formForm .q_number div h3 i {
    display: none;
}
#mod_type_formForm .q_number input {
    margin-bottom: 20px;
}
#mod_type_formForm .q_number textarea {
    height: 120px;
}
:is(#mod_type_formForm, #mailForm) .form-group .checkbox label {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
    letter-spacing: -0.06em;
}
:is(#mod_type_formForm, #mailForm) .btn-primary {
    float: unset !important;
    display: block;
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #00a8ec;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 400;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    letter-spacing: 0.02em;
}
#Prod .subContent {
    padding-bottom: 0;
}
#Prod .subContent > .content.con1 {
    padding-top: 120px;
}
#Prod .prod_wrap {
    display: block;
}
#Prod .prod_wrap > .row {
    margin: 0 -5px;
}
#Prod .prod_wrap > .row > div {
    padding: 0 5px;
}
#Prod .prod_wrap .prod_img {
    display: block;
    position: relative;
    border: 1px solid #e2e2e2;
    padding-bottom: 50px;
}
#Prod .prod_wrap .prod_img img {
    padding: 30px;
    transition: all 0.3s ease;
}
#Prod .prod_wrap .prod_img .caption {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: #222;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 100;
    transition: all 0.3s ease;
}
#Prod .prod_wrap .prod_img .caption p {
    margin: 0;
    font-size: 17px;
}
#Prod .prod_wrap .prod_img:hover .caption {
    padding: 30px 0;
}
#Prod .subContent > .content.con2 img {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
/* //서브페이지 */

/* 푸터 */
.footer_copy .text-center {
    text-align: left;
    padding: 65px 0 80px;
    background: #2e333a;
    color: #fff;
}
.footer_copy {
}
.footer_copy .footer-link {
    background: #2e333a;
}
.footer_copy .footer-link .nav {
}
.footer_copy .footer-link .nav > li {
}
.footer_copy .footer-link .nav > li > a {
    padding: 0;
    margin-right: 30px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.02em;
}
.footer_copy .footer-link .nav > li:hover > a {
}
.footer_copy .footer-text {
}
.footer_copy .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer_copy .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
.footer_copy .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.85;
    font-size: 15px;
}
.footer_copy .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
.footer_copy .footer-text .copyrights {
    display: block;
    font-size: 11px;
    margin-top: 20px;
    font-weight: 300;
    opacity: 0.5;
}
.footer_copy p strong {
    font-weight: 400;
    font-size: 18px;
}
.footer_copy p {
    margin-bottom: 15px;
}
.footer_copy .footer-link .nav > li > a:hover,
.footer_copy .footer-link .nav > li > a:focus {
    background: transparent;
    color: #88d7ff;
}
.footer_copy .footer-link > .dropdown-toggle {
    display: block;
    padding: 15px;
    font-weight: 500;
    border: 1px solid #848484;
    cursor: pointer;
}
.footer_copy .footer-link > .dropdown-toggle > i {
    float: right;
    font-size: 18px;
}
.footer_copy .footer-link > .dropdown-menu {
    min-width: 165px;
    width: fit-content;
    right: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    background: #40454c;
}
.footer_copy .footer-link > .dropdown-menu > li {
    border-bottom: 1px solid #333;
}
.footer_copy .footer-link > .dropdown-menu > li:last-child {
    border-bottom: 0;
}
.footer_copy .footer-link > .dropdown-menu > li > a {
    padding: 10px 15px;
    color: #fff;

    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.footer_copy .footer-link > .dropdown-menu > li > a:hover {
    background: #02a5e7;
}
/* //푸터 */

.maintenance {
    margin-top: 5px;
    /* border: 7px solid #E5E5E5; */
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 20px;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
    margin-top: -30px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #41b6f9;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #41b6f9;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #2494d4;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 180px;
    height: 180px;
    max-height: 180px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, .39); */
    /* -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39); */
    box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin-top: 20px !important;
    text-align: left;
    font-size: 15px !important;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
@media (min-width: 768px) {
    .dh-front-blog > .col-md-4 {
        width: 50%;
    }
}

#Biz01 .bbs-area .dh-view-box {
}
#Biz01 .bbs-area .dh-view-box .page-header {
    padding: 0;
    border: 0;
}
#Biz01 .bbs-area .dh-view-box .page-header h4 {
    margin: 0;
    padding-top: 20px;
    font-size: 32px;
    margin-top: 20px;
    border-top: 1px solid #aaa;
}
#Biz01 .bbs-area .dh-view-box .page-header .breadcrumb {
    background: none;
    padding: 0;
    float: right;
    margin: -25px 0 0;
}
#Biz01 .bbs-area .dh-view-box .page-header .breadcrumb > li:last-child {
    font-weight: 600;
}
#Biz01 .bbs-area .dh-view-box .page-header::after {
    content: "";
    display: table;
    clear: both;
}
#Biz01 .bbs-area .dh-view-box .row:nth-child(2) {
}
#Biz01 .bbs-area .dh-view-box .row:nth-child(2) .dh-view-info {
    display: none;
}
#Biz01 .bbs-area .dh-view-box .row:nth-child(2) .dh-attach {
    display: none;
}
#Biz01 .bbs-area .dh-view-box .dh-attach + div .row {
    position: relative;
}
#Biz01 .bbs-area .dh-view-box .dh-attach + div .row > .col-sm-6:nth-child(2) {
    position: absolute;
    left: 50%;
    bottom: 10px;
}
#Biz01 .bbs-area .dh-view-box .catalog-area {
}
#Biz01 .bbs-area .dh-view-box .catalog-area a.catalog-download {
    display: block;
    background: #0769b2;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    /*margin: 150px 0 0;*/
    width: 320px;
}
#Biz01 .bbs-area .dh-view-box .catalog-area a.catalog-download i {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    opacity: 0.7;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap {
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #ccc;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .prod-tit {
    font-size: 22px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .prod-tit::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #0769b2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .bbs-prod-inner {
    padding: 20px;
    background: #fafafa;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .prod-name {
    font-size: 19px;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .prod-name b {
    color: #0769b2;
    margin-right: 15px;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .prod-spec {
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .prod-spec::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 10px;
}
#Biz01 .bbs-area .dh-view-box .bbs-prod-wrap .prod-spec b {
    display: block;
    color: #58a6e0;
    font-weight: 500;
}

@media (max-width: 767px) {
    .navbar-header .navbar-brand {
        margin-top: 10px;
        margin-left: 15px !important;
        width: 140px;
        margin-bottom: 10px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
        margin-top: 15px;
        background: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background: #11286a;
    }
    .navbar-inverse .navbar-toggle:hover {
        border-color: #fff !important;
        background: #fff !important;
    }
    .nav.navbar-nav > li > a {
        text-align: center;
        padding: 20px 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        text-align: center;
    }
    .body-layout {
        padding-top: 62px;
    }
    .fill {
        height: 260px;
    }

    #myCarousel .carousel-inner .carousel-caption {
        width: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #myCarousel .carousel-inner .carousel-caption h1 {
        margin-top: 0;
        margin-bottom: 21px;
    }
    #myCarousel .carousel-inner .carousel-caption h1 small {
        display: block;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.02em;
        margin-bottom: 2px;
        padding-left: 10px;
    }
    #myCarousel .carousel-inner .carousel-caption h1 span p {
        font-size: 36px;
        font-weight: 700;
    }
    #myCarousel .carousel-inner .carousel-caption h1 span p::after {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background: #fff;
        margin: 10px 0 20px 0;
    }
    #myCarousel .carousel-inner .carousel-caption p {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: -0.06em;
        line-height: 1.3em;
    }
    #MainSection1 .inner:first-child {
        background: #00a8ec;
        padding: 25px 26px;
        margin-bottom: 0;
    }
    #MainSection1 .inner .intro {
        color: #fff;
        margin-bottom: 12px;
        letter-spacing: -0.02em;
        font-size: 16px;
        line-height: 1.65em;
    }
    #MainSection1 .inner .intro + p {
        /* text-align: center; */
        letter-spacing: -0.02em;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.65em;
        /* padding: 0 100px; */
        color: #fff;
    }
    #MainSection1 .inner:nth-child(2) {
        padding: 25px;
    }
    #MainSection1 .inner h5 {
        font-size: 17px;
        font-weight: 400;
        margin: 0 0 10px;
        color: #fff;
        z-index: -9;
    }
    #MainSection1 .inner .li_bsmCare > li {
        font-size: 13px;
        padding: 10px 0;
        border-bottom: 1px solid rgb(255, 255, 255, 0.18);
        color: #ecf1ff;
    }
    #MainSection1 .inner .li_bsmCare > li > span {
        display: block;
        font-weight: 500;
        width: 180px;
        font-size: 15px;
        /* letter-spacing: 0.02em; */
    }
    #MainSectionProd #MainDevice .carousel-inner .item {
        height: 1150px;
    }
    #MainSectionProd #MainDevice .carousel-inner .item img {
        position: absolute;
        left: 0;
        z-index: 100;
        top: 45px;
    }
    #MainSectionProd #MainDevice .carousel-caption {
        top: 400px;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translate(0, 0);
        padding: 50px 20px 40px 20px;
        display: block;
        background: #00a8ec;
        color: #fff;
        text-align: left;
        text-shadow: none;
    }
    #MainSectionProd #MainDevice .carousel-indicators {
        bottom: auto;
        top: 375px;
        left: 50%;
        right: 0;
        transform: translate(0, 0);
        margin: 0;
        width: auto;
        padding: 40px 15px 0 0px;
        text-align: right;
    }
    #MainSection3 .m_re_link {
        display: block;
        margin: 0;
        margin-top: 30px;
    }
    #MainSection3 .li_skinCare {
        padding: 0 0 0 0;
        margin: 0;
        border-right: 0;
    }
    #MainSection3 .row:nth-of-type(2) p {
        font-size: 16px;
        line-height: 1.4em;
        color: #fff;
        font-weight: 400;
    }
    #MainSection2 .inner .main_process_wrap .m_proc {
        width: 100%;
        border-right: 0;
    }
    #MainSection2 .inner .main_process_wrap .m_proc::after {
        border-top: 6px solid #00a8ec;
        border-left: 6px solid #fff;
        border-right: 6px solid #00a8ec;
        border-bottom: 6px solid #fff;
        right: auto;
        left: 50%;
        top: 90%;
        transform: translate(-50%, -50%) rotate(315deg);
    }
    #MainSection2 .inner dl {
        padding: 30px 30px;
        margin-bottom: 0;
        background: #11286a;
        height: auto;
    }
    #MainSection5 .li_contact > li {
        font-size: 18px;
        padding: 0;
        line-height: 1em;
        color: #fff;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .subHeader {
        height: 230px;
        background-image: url(/skin/img/sub/sub_title.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    [lang="en"] .subHeader .container h2 {
        font-size: 35px;
        width: 100%;
    }
    .subMenu {
        display: none;
    }
    #Comp01 .subContent > .content .greet {
        padding-left: 0;
        padding-top: 60px;
    }
    #Comp04 .subContent > .content .history {
        position: relative;
        width: auto;
        /* background: #ddd; */
        margin: auto;
        margin-left: 0;
    }
    #Comp04 .subContent > .content.con2 .history .timeline .li_time {
        float: none !important;
        margin: auto !important;
        width: auto;
    }
    #Comp04 .subContent > .content.con2 .history .timeline .li_time > li .regdate {
        width: 120px;
        border-radius: 36px;
        font-size: 33px;
        font-weight: 500;
        font-style: italic;
        margin-right: 25px;
        text-align: left;
        display: block;
        line-height: 2em;
        letter-spacing: -0.034em;
        color: #02a5e7;
    }
    #Comp05 .subContent > .content address {
        margin-top: 60px;
    }
    .footer_copy .footer-link > .dropdown-toggle {
        display: inline-block;
        padding: 15px;
        font-weight: 500;
        border: 1px solid #848484;
        cursor: pointer;
        margin-bottom: 30px;
        width: 110px;
    }
    #Comp05 .subContent > .content .li_location li {
        font-size: 15px !important;
        padding: 3px 0;
        display: block;
        width: 50%;
        text-align: center;
        border-left: 2px dotted #eee;
        height: 110px;
        float: left;
    }
    #Comp05 .subContent > .content .li_location li:nth-child(3) {
        border-left: 0;
    }
    #Comp05 .subContent > .content .li_location::after {
        content: "";
        display: table;
        clear: both;
    }
    .dhb-txt-box-type-b-text-layout h4 {
        margin-top: 10px !important;
        text-align: center;
        font-size: 15px !important;
    }
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        margin-bottom: 30px;
    }
    .filter-items .filter-label {
        font-size: 12px;
    }
    .subHeader .container .breadcrumb {
        width: 100%;
        text-align: center;
    }
    #Biz02 .con1 .row > div:nth-child(1),
    #Prod .con2 .row > div:nth-child(1) {
        width: 100%;
    }
    #Biz02 .con1 .row > div:nth-child(2),
    #Prod .con2 .row > div:nth-child(2) {
        width: 100%;
        padding: 0 30px;
    }
    #Biz02 .subContent > .content.con1 p > b::after,
    #Biz02 .subContent > .content.con1 p > b::before,
    #Prod .subContent > .content.con2 p > b::after,
    #Prod .subContent > .content.con2 p > b::before {
        display: none;
    }
    #Biz02 .subContent > .content.con4 .nav-tabs > li {
        width: 100%;
    }
    #Biz02 .subContent > .con2 .inner:nth-child(4) .row > div:last-child,
    #Prod .subContent > .con2 .inner:nth-child(4) .row > div:last-child {
        padding: 0 15px;
    }
    #Biz02 .subContent > .content.con3 .inner:nth-of-type(1) .row:nth-child(2) > div:nth-child(2),
    #Prod .subContent > .content.con3 .inner:nth-of-type(1) .row:nth-child(2) > div:nth-child(2) {
        padding: 0 15px;
    }
    #Biz02 .subContent > .content.con3 .col-sm-20 {
        width: 100%;
    }
    #Biz02 .subContent > .content.con4 .nav-tabs {
        width: auto;
    }
    #Biz02 .subContent > .con2 .inner {
        padding: 30px 30px;
    }
    #Biz02 .subContent > .con2 .inner h5,
    #Prod .subContent > .con2 .inner h5 {
        font-size: 6vw;
    }
    #Biz03 .subContent > .content.con1 .process {
        width: auto;
    }
    #Biz03 .subContent > .content.con2 .sample_wrap {
        padding: 0;
    }
    #Biz03 .subContent > .content.con2 .sample_wrap a.download {
        font-size: 14px;
        padding: 15px;
        margin-bottom: 50px;
        width: auto;
    }
    #Biz03 .con2::before {
        content: "";
        display: block;
        width: 100%;
        height: 1000px;
        background: #11286a;
        position: absolute;
        bottom: 0;
    }
    #Biz03 .subContent > .content.con3 .Wellness_care {
        padding: 30px 30px;
    }
    #Biz04 .subContent > .content.con0 > .container {
        background: #0e41b9;
        padding: 70px 0 85px;
        border-radius: 5px;
        width: auto;
        box-shadow: 3px 3px 0px 1px #e0e0e0;
    }
    .nav.navbar-nav > li:nth-child(4) > a span {
        position: relative;
        right: auto;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
    }
    #Biz02 .subContent > .content.con1 p > b,
    #Prod .subContent > .content.con2 p > b {
        padding-left: 0;
    }
    #Biz03 .subContent > .con0 .smart_intro1 .row {
        margin: 0;
        padding: 80px 0;
    }
    #Biz03 .subContent > .con0 .smart_intro1 dl {
        margin: 30px 0 0 0px;
    }
    #Biz03 .subContent > .con0 .smart_intro2 .inner h6 {
        font-size: 26px;
    }
    #Biz03 .subContent > .con0 .smart_intro2 .inner {
        padding: 15px;
    }
    #Biz03 .subContent > .con0 .smart_intro2 .inner .img_wrap {
        padding: 20px 15px;
        background: #f8f8f8;
        position: relative;
        margin-bottom: 30px;
        height: auto;
    }
    #Biz03 .subContent > .con0 .smart_intro2 .inner .col-xs-6 .img_wrap {
        min-height: 313px;
        height: 95vw;
    }
    #Biz03 .subContent > .con0 .smart_intro2 .inner + .inner .img_wrap {
        height: auto;
        padding: 20px 10px;
    }
    #Biz03 .subContent > .con0 .smart_intro2 .text-center {
        font-size: 18px;
    }
    #Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap {
        padding: 30px;
    }
    #Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .inspc_prcss {
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid #465788;
    }
    #Biz03 .subContent > .con0 .smart_intro4 .inspc_prcss_wrap .col-xs-12:last-child .inspc_prcss {
        border-bottom: 0;
    }
    #Biz03 .subContent > .content.con2 .sample_wrap .col-sm-2 a.download {
        margin-top: 15px;
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    #Biz03 .subContent > .content.con2 .sample_wrap .col-sm-2 a.download:first-child {
        margin-top: 0;
    }
    #Biz03 .subContent > .content.con2 .sample_wrap .col-sm-2 a.download i {
        display: inline-block;
        margin-left: 10px;
    }
    #Biz03 .subContent > .con0 .smart_intro1 p {
        font-size: 17px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
#mod_type_formForm .col-sm-12:has(#mail_agree:checked) + .btn-wrap {
    opacity: 1;
    pointer-events: all;
}
#mod_type_formForm .btn-wrap {
    pointer-events: none;
    opacity: 0.5;
}
