<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&amp;display=swap');
#site {
    padding-top: 119px;
    font-family: 'Lato', 'notokr',
    "NanumGothic", "나눔고딕",
    'NanumBarunGothic',
    'Apple SD Neo Gothic',
    'Malgun Gothic',
    'Gulim',
    sans-serif;
}
#site[lang="cn"] *:not(i){
    font-family: 'Noto Sans SC','Lato', 'notokr',
    "NanumGothic", "나눔고딕",
    'NanumBarunGothic',
    'Apple SD Neo Gothic',
    'Malgun Gothic',
    'Gulim',
    sans-serif;
    word-break: initial;
}
/* 폰트 설정 */
/* *,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'Lato', 'notokr',
        "NanumGothic", "나눔고딕",
        'NanumBarunGothic',
        'Apple SD Neo Gothic',
        'Malgun Gothic',
        'Gulim',
        sans-serif;
} */

ol,
ul,
li,
dt,
dd {
    list-style: none;
    list-style-position: inside;
    font-size: 15px;
    line-height: 1.6;
}

p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #333;
    letter-spacing: -0.02em;
}

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

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

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

/* 레이아웃 조정 */
.navbar-inverse+.container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}

.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}


/* =============== 네비게이션 =============== */
.navbar.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid #ddd;
    /* height: 82px; */
}

.navbar-header .navbar-brand {
    position: relative;
    width: 155px;
    height: 25px;
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 28px;
}

.navbar-header .navbar-brand img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-60%);
    margin-top: 0;
    display: block;
    margin-left: 0;
    vertical-align: bottom;
}

.nav.navbar-nav&gt;li&gt;a {
    display: block;
    height: 100%;
    padding: 31px 22px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.nav.navbar-nav&gt;li:hover&gt;a,
.nav.navbar-nav&gt;li.open&gt;a,
.nav.navbar-nav&gt;li:focus&gt;a,
.nav.navbar-nav&gt;li&gt;a:focus {
    color: #0559a2 !important;
    background: none !important;
}

.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
    height: 0;
    box-shadow: none;
    min-width: auto;
    background: none;
    padding-top: 0;
}

.nav.navbar-nav li .dropdown-menu li a {
    font-size: 14.5px;
    letter-spacing: -0.025em;
    color: #444;
    padding: 6px 10px;
    font-weight: 300;
}

.nav.navbar-nav li .dropdown-menu li:hover a {
    color: #333 !important;
    background: none !important;
    font-weight: 400;
}

.navbar.navbar-inverse .gnb {
    transition: all .35s;
    height: 0;
    background: rgba(255, 255, 255, 0.85);
    /* background: rgba(99, 100, 103, 0.95); */
}

.nav.navbar-nav li#gnb_74&gt;a,
.nav.navbar-nav li#gnb_79&gt;a,
.nav.navbar-nav li#gnb_75&gt;a {
    padding: 31px 7px;
    font-size: 18px;
    color: #85878c;
}


@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -7px;
    }

    .nav.navbar-nav li#gnb_74 {
        margin-left: 20px;
    }
}


/* //상단 네비게이션 */


/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 82px);
    opacity: 0;
}

#mainCarousel .carousel-inner .slide-bg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(1.1);
    animation-name: bg_anim;
    animation-duration: 13s;
    animation-fill-mode: forwards;
}

/* #mainCarousel .carousel-inner .item:nth-child(1) .slide-bg {
    background: url(/public/img/slide/slide06.jpg) no-repeat center/cover;
}

#mainCarousel .carousel-inner .item:nth-child(2) .slide-bg {
    background: url(/public/img/slide/slide07.jpg) no-repeat center/cover;
}

#mainCarousel .carousel-inner .item:nth-child(3) .slide-bg {
    background: url(/public/img/slide/slide08.jpg) no-repeat center/cover;
}

#mainCarousel .carousel-inner .item:nth-child(4) .slide-bg {
    background: url(/public/img/slide/slide09.jpg) no-repeat center/cover;
}

#mainCarousel .carousel-inner .item:nth-child(5) .slide-bg {
    background: url(/public/img/slide/slide10.jpg) no-repeat center/cover;
} */

@keyframes bg_anim {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;

    display: none;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

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

.carousel-indicators {
    /* display: none; */
    bottom: 30px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px !important;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.carousel-caption {
    top: 20%;
    text-shadow: none;
    text-align: left;
    transform: none;
}

.carousel-caption h1 {
    margin: 0 0 32px;
    font-weight: 400;
    font-size: 56px;
    color: #000;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.carousel-caption p {
    font-size: 19px;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.85;
}

#mainCarousel .carousel-inner .carousel-caption.blue-color h1,
#mainCarousel .carousel-inner .carousel-caption.blue-color p{
    color: #fff;
}

#mainCarousel .carousel-inner .item:nth-child(5) .carousel-caption,
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption {
    text-align: right;
}

/* 메인 - 컨텐츠 */
.main-content section {
    padding: 100px 0;
}

.main-content section:last-child {
    padding-bottom: 130px;
}

.main-content .sec1 .container {
    /* width: 1330px; */
    /* width: 1600px; */
}

.col-sm-25 {
    width: 20%;
}

.main-tit {
    margin: 0 0 40px;
    text-align: center;
}

.main-tit h3 {
    margin: 0 0 20px;
    font-size: 28px;
    color: #222;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.main-tit h3&gt;*,
.main-tit h4&gt;* {
    font-family: "Lato", "notokr";
}

.main-tit h4{
    width: 280px;
    margin: 0 auto;
    padding: 0;
    /* background: #00438a; */
    border-radius: 200px;
    font-weight: 600;
    font-size: 28px;
    color: #00438a;
}

.main-tit p {
    color: #777;
    font-size: 14px;
    line-height: 1.8;
}

.mian-prodcut {
    position: relative;
    /* padding: 0 70px; */
    height: 760px;
    background: url(/public/img/main/prd-entire-bg-2024.jpg) no-repeat center/cover;
}

.mian-prodcut .prd-tit{
    position: absolute;
    left: 50px;
    top: 40px;
}

.mian-prodcut .prd-tit h5{
    position: relative;
    font-size: 32px;
    color: #000;
    z-index: 2;
}

.mian-prodcut .prd-tit h5:before{
    content: "";
    position: absolute;
    left: -40px;
    top: -40px;
    width: 96px;
    height: 96px;
    background: url(/public/img/main/circle-blur.png) no-repeat center;
    z-index: -1;
}

.mian-prodcut .prd-tit span{
    position: absolute;
    left: 103%;
    bottom: 0px;
    width: 100%;
    margin-left: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #333;
}

.mian-prodcut .prd-tit span::before{
    content: "";
    position: absolute;
    left: -23px;
    bottom: 3px;
    width: 5px;
    height: 31px;
    background: #fff;
}

.mian-prodcut .row{
    position: absolute;
    bottom: 60px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    /* gap: 120px; */
}
.mian-prodcut .row::before,
.mian-prodcut .row::after{display: none;}
.mian-prodcut .col-sm-2 {
    padding: 0 60px 0 15px;
    width: auto;
    padding: 0;
}

.mian-prodcut .col-sm-2:last-child{
    padding-right: 0;
}

.mian-prodcut .col-sm-2:last-child .inner:after{
    display: none;
}

.mian-prodcut .inner{
    position: relative;
}

/* .mian-prodcut .inner:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 41px;
    height: 81px;
    background: url(/public/img/main/arrow.png) no-repeat center/cover;
    transform: translateY(-50%);
} */

.mian-prodcut .inner h5 {
    position: relative;
    margin: 0 0 18px;
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #4c7891;
}

.mian-prodcut .inner p {
    margin: 0;
    max-width: 200px;
    font-size: 13px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 0 0 #999;
}

.mian-prodcut .inner .num {
    position: absolute;
    left: -28px;
    top: 0;
    padding-top: 3px;
    width: 23px;
    height: 23px;
    background: #4c7891;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.main-banner1 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
}

.main-banner1&gt;div {
    padding: 0 5px;
}

.main-banner1 .inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-banner1 .inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3d3e40;
    opacity: 0.6;
    transition: 0.35s ease;
    z-index: 1;
}

.main-banner1 .inner:hover:before {
    background: #004989;
    opacity: 0.8;
}

.main-banner1 .inner img {
    transition: all ease 0.5s;
}

.main-banner1 .inner:hover img {
    transform: scale(1.1);
}

.main-banner1 .inner h5 {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 1;
    transform: translateY(-50%);
    font-family: "Lato", "notokr";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.main-banner1 .inner h5 span {
    display: block;
    margin: 0 0 14px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: "Lato", "notokr";
}

.main-banner2 {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 0 295px;
    background: url(/public/img/main/main-banner2-bg.jpg) no-repeat center center / cover;
}

.main-banner2 .inner {
    display: block;
    position: relative;
    padding: 38px 0 45px;
}

/* .main-banner2 .inner::before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 35px;
    background: #ddd;
} */

.main-banner2&gt;div:last-child .inner:before {
    display: none;
}

.main-banner2 .inner .icon {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    color: #ddd;
    /* color: #8e8f92; */
    font-size: 34px;
    transition: all 0.3s;
}

.main-banner2 .inner:hover .icon {
    color: #fff;
}

.main-banner2 .inner h5 {
    margin: 14px 0 0;
    font-size: 15px;
    color: #ddd;
    letter-spacing: -0.015em;
    font-weight: 350;
}

.main-banner2 .inner:hover h5 {
    color: #fff;
}
/* //메인 - 컨텐츠 */

/* 메인 - 제품 슬라이드 */
#main-prd-slide .slick-list{
    margin: 0 -15px;
}
#main-prd-slide .slick-list .slick-track{
}
#main-prd-slide .inner{
    margin: 0 15px;
    /* padding: 0 15px; */
    text-align: center;
}
#main-prd-slide .inner img{width: 100%;}

#main-prd-slide .prd-info{
    padding: 30px;
}

#main-prd-slide .prd-info h5{
    font-size: 22px;
    color: #00438a;
}

#main-prd-slide .prd-info h5 span{
    display: block;
    margin: 7px 0 0;
    font-size: 60%;
    font-weight: 600;
    color: #000;
}

#main-prd-slide .prd-info p{
    margin: 20px 0 0;
}

#main-prd-slide .slick-dots{
    bottom: -65px;
}

#main-prd-slide .slick-dots li{
    margin: 0 6px;
}

#main-prd-slide .slick-dots li,
#main-prd-slide .slick-dots li button{
    width: 13px;
    height: 13px;
}

#main-prd-slide .slick-dots li button:before{
    width: 13px;
    height: 13px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    color: transparent;
    opacity: 1;
}

#main-prd-slide .slick-dots li.slick-active button:before{
    background: #999;
}
/* //메인 - 제품 슬라이드 */

/* =============== 푸터 =============== */
.footer-wrap {
    color: #f8f8f8;
    font-size: 14px;
    color: #333;
}

.footer-wrap .top {
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #e3e3e3; */
    background: #004989;
}

.footer-wrap .top ul {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.footer-wrap .top ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
}

.footer-wrap .top ul li b {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 2px;
}

.footer-wrap .top ul li+li {
    margin-left: 15px;
}

.footer-wrap .bottom {
    background: #f8f8f8;
    padding: 50px 0;
}

.footer-wrap .bottom .links {
    margin-bottom: 30px;
}

.footer-wrap .bottom .links li {
    display: inline-block;
}

.footer-wrap .bottom .links li+li {
    margin-left: 20px;
}

/* .footer-wrap .bottom .links li+li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 13px;
    background: #ccc;
} */

.footer-wrap .bottom .links li a {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.025em;
}

.footer-wrap .bottom .links li a:hover,
.footer-wrap .bottom .links li a:focus {
    text-decoration: underline;
    color: #333;
}

.footer-wrap .bottom h5 {
    margin: 0 0 10px;
    text-align: right;
}

.footer-wrap .bottom .info {
    line-height: 1.55;
}

.footer-wrap .bottom .info li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #777;
}

.footer-wrap .bottom .info li:last-child {
    margin-right: 0;
}

.footer-wrap .bottom .info li a,
.footer-wrap .bottom .info li a:hover,
.footer-wrap .bottom .info li a:focus {
    text-decoration: underline;
    color: #777;
}

.footer-wrap .bottom .info li a:hover,
.footer-wrap .bottom .info li a:focus {
    color: #004989
}

.footer-wrap .bottom .info li span {
    display: inline-block;
    color: #666;
    margin-right: 0px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.footer-wrap .bottom h5 {
    margin: 5px 0 12px;
    text-align: right;
    font-size: 14px;
    letter-spacing: -0.03em;
}

.footer-wrap .bottom .right p {
    font-size: 12px;
    text-align: right;
    line-height: 1.8;
    margin: 0;
    color: #777;
}

.btn-mini {
    display: block;
    width: 140px;
    height: 37px;
    margin-top: 30px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #999;
    background: #999;
    float: right;
    text-decoration: none;
    letter-spacing: -0.03em;
}

.btn-mini:hover {
    color: #fff;
    background: #004989;
    border-color: #004989;
}

.footer-wrap .copy {
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 12px;
    text-align: left !important;
    color: #999;
}

/* =============== 게시판 =============== */

.table_default {
    border-top: 1px solid #333;
}

.table.table_default tbody .subject {
    /* text-align: center; */
}

.table.table_default thead th {
    background-color: #f8f8f8;
    border-bottom-color: #ddd;
}

.table.table_default tr th,
.table.table_default tr td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    padding: 17px 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -0.03em;
}

.table_blog2 dd {
    margin-bottom: 50px;
}

.table_blog2 dd .inner {
    border: none;
}

.table_blog2 dd .inner:hover,
.table_blog2 dd .inner:focus {
    border-color: #004989;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #004989;
}

.table_blog2 dd .inner .bottom {
    padding: 10px 0;
    text-align: center;
}

.table_blog2 dd .inner .bottom .info {
    display: none;
}

.category_wrap ul li+li {
    margin-left: 5px;
}

.category_wrap ul li a {
    padding: 12px 20px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #333;
}

.category_wrap ul li a:hover {
    border-color: #aaa;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #222;
    border-color: #222;
}

.btn.btn-primary {
    background: #004989;
    border: 1px solid #004989;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #003767;
    border-color: #003767;
}

.btn.btn-dark {
    background-color: #414141;
    border: 1px solid #414141;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
}

.board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #aaa;
}

.board_data_view .header_wrap {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}


@media (max-width: 768px) {
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #board_write_form fieldset&gt;.text-center {
        display: flex;
    }

    #board_write_form fieldset&gt;.text-center .btn.btn-lg {
        width: 100%;
        padding: 15px;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
}


/* =============== 로그인 =============== */

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

@media (max-width: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li+li::before {
        margin: 0 10px;
    }
}


/* =============== 문의폼 =============== */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
}

.board_wrapper .table.board_write_table tbody tr th {
    position: static;
}

.required_text {
    color: red !important;
}


td .text-muted {
    font-size: 14px;
}

.checkbox {
    margin-top: 11px;
}

.checkbox span a {
    text-decoration: underline;
    color: #5bacdf;
}

.form-caption {
    margin-bottom: 40px;
}

.form-caption ul li {
    position: relative;
    padding-left: 13px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}

.form-caption ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
}

/* =============== 서브페이지 =============== */

/* 공통 */
.sub-top {
    position: relative;
    height: 260px;
    background-image: url('/public/img/sub/sub-top.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.subPage[id^="about"] .sub-top {
    background-image: url('/public/img/sub/sub-top2.jpg');
}

.subPage[id^="brand"] .sub-top {
    background-image: url('/public/img/sub/sub-top3.jpg');
}

.subPage[id^="product"] .sub-top,
.subPage[id^="prd-detaile"] .sub-top {
    background-image: url('/public/img/sub/sub-top4.jpg');
}

.subPage[id^="community"] .sub-top {
    background-image: url('/public/img/sub/sub-top5.jpg');
}

.subPage[id^="contact"] .sub-top {
    background-image: url('/public/img/sub/sub-top6.jpg');
}

.sub-top h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1140px;
    margin: 0;
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #111;
    letter-spacing: -0.025em;
    font-family: "Lato", "notokr";
}

.sub-top .bread-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    border-radius: 0;
    text-align: right;
}

.sub-top .breadcrumb {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1140px;
    background: transparent;
    text-align: left;
}

.sub-top .breadcrumb li {
    font-size: 14px;
    color: #000;
    font-weight: 350;
}

.sub-top .breadcrumb li.active {
    color: #000;
    font-weight: 500;
}

.sub-top .breadcrumb li+li:before {
    content: '&gt;';
    color: #666;
    padding: 0 7px;
}

.sub-content {
    padding: 0 0 120px;
}

.sub-content section {
    margin-bottom: 120px;
}

.sub-content section article {
    margin-bottom: 80px;
}

.sub-content section:last-child,
.sub-content section article:last-child {
    margin-bottom: 0;
}

.sub-menu ul {
    margin: 50px 0 100px;
    text-align: center;
}

.sub-menu ul li {
    display: inline-block;
    margin: 0 -2px;
}

.sub-menu ul li a {
    position: relative;
    display: block;
    margin: 0 0px;
    padding: 12px 20px;
    width: 136px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #888;
    letter-spacing: -0.035em;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

.sub-menu ul li.active a {
    color: #222;
    font-weight: 400;
}

.sub-menu ul li.active a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #003767;
}

.sub-con-tit {
    margin: 0 0 90px;
    font-size: 38px;
    text-align: center;
    font-family: "Lato", "notokr";
    color: #333;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.sub-sec-tit {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    color: #4c664d;
}

.sub-sec-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 18px;
    background: #4c664d;
}

.greeting-wrap img {
    margin-left: -50px;
    margin-bottom: 40px;
}

.greeting-wrap p {
    font-size: 18px;
}

/* .greeting-wrap .desc h4 {
    position: relative;
    margin: 25px 0 40px;
    font-size: 28px;
    line-height: 1.63;
    color: #2e77b5;
    letter-spacing: -0.04em;
    font-weight: 350;
}

.greeting-wrap .desc p {
    color: #777;
    line-height: 1.85;
    font-size: 17px;
    letter-spacing: -0.035em;
} */

#about01 .sec1 {
    min-height: 1100px;
    background: url(/public/img/sub/about01-bg2.jpg) no-repeat center center / cover;
    padding: 200px 0 0;
}

#about01 .sec2 {
    background: url(/public/img/sub/about01-bg.jpg)no-repeat center center / cover;
}

.company-info {
    text-align: center;
    padding: 120px 0 100px;
    max-width: 1140px;
    margin: 0 auto;
}

.company-info&gt;div {
    padding: 0 10px;
}

.company-info .inner {
    min-height: 220px;
    margin-bottom: 20px;
    color: #fff;
    padding: 42px 20px 0px;
    background: #fff;
}

.company-info .inner .icon {
    font-size: 38px;
    margin: 0 0 20px;
    display: inline-block;
    color: #b9b9b9;
}

.company-info .inner h5 {
    margin: 0px 0 8px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.company-info .inner p {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: -0.04em;
}

.content.history {
    position: relative;
}

.content.history:before {
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ddd;
    z-index: 10;
}

.content.history .time_box {
    margin-bottom: 45px;
    background: #fff;
    position: relative;
    float: none;
}

.content.history .time_box:nth-child(odd) {
    margin-left: 56.7%;
}

.content.history .time_box:nth-child(even) {
    margin-right: 56.7%;
    text-align: right;
}

.content.history .time_box::before {
    content: '';
    background: #004989;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 11;
    border: 4px solid #fff;
}

.content.history .time_box:nth-child(odd)::before {
    left: -83px;
    top: 15px;
}

.content.history .time_box:nth-child(even)::before {
    right: -84px;
    top: 15px;
}


.content.history .time_box::after {
    content: "";
    clear: both;
    display: block;
}

.content.history .time_box .year {
    position: relative;
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 400;
    color: #004989;
    line-height: 1;
    letter-spacing: -0.025em;
    font-family: "Lato", "notokr";
}

.content.history .time_box .year:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    background: #d0d0d0;
}

.content.history .time_box:nth-child(odd) .year:before {
    left: -80px;
    top: 22px;
}

.content.history .time_box:nth-child(even) .year:before {
    right: -80px;
    top: 22px;
}

.content.history .time_box .li_history {
    padding: 12px 0 0;
    margin: 0;
}

.content.history .time_box .li_history&gt;li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    letter-spacing: -0.02em;
    font-size: 14px;
}

.content.history .time_box:nth-child(even) .li_history&gt;li {
    padding-left: 0;
    padding-right: 40px;
}

.content.history .time_box .li_history&gt;li&gt;span {
    color: #333;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    width: 50px;
    margin-right: 15px;
    position: absolute;
    left: 0;
}

.content.history .time_box:nth-child(even) .li_history&gt;li&gt;span {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 15px;
}

#about03 .sec1::after {
    content: "";
    display: block;
    clear: both;
}

.business-wrap {
    margin: 70px auto 0;
    /* width: 50%; */
    /* float: left; */
    max-width: 850px;
}

.business-wrap .circle {
    position: relative;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    /* border: 1px solid #76777b; */
    border-radius: 50%;
    color: #fff;
    background: #fff;
    background: #004989;
}

.business-wrap .circle::after {
    content: "";
    width: 116%;
    height: 116%;
    background: #004989;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    left: -8%;
    top: -8%;
    opacity: 0.5;
}

.business-wrap+.business-wrap .circle::after {
    background: #6f727b;
}

.business-wrap+.business-wrap .circle {
    background: #6f727b;
}

.business-wrap .circle h5 {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: "Lato", "notokr";
}

.business-wrap p {
    padding: 52px 35px 0;
    margin: 0;
    /* text-align: center; */
    line-height: 1.85;
}


.process-type1 {
    border: 1px solid #ddd;
    margin: 0;
}

.process-type1&gt;div {
    padding: 65px 60px;
}

.process-type1&gt;div+div {
    border-left: 1px solid #ddd;
}

.process-type1 h5 {
    margin: 0 0 32px;
    font-size: 26px;
    font-family: "Lato", "notokr";
    font-weight: 600;
}

.process-type1 h5 span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #7cabd4;
    font-family: "Lato", "notokr";
    font-weight: 400;
}

.process-type1 p {
    margin: 0;
    color: #777;
    line-height: 1.75;
    font-size: 14px;
}

.process-type1 p b {
    color: #555;
    font-size: 15px;
    margin-bottom: -16px;
    display: block;
}

.process-type2 {
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.process-type2&gt;div {
    padding: 0;
}

.process-type2&gt;div.fir .inner {
    padding: 80px 0 0 0;
    background: #004989;
    color: #fff;
    text-align: center;
}

.process-type2&gt;div.fir .inner h4 {
    font-size: 26px;
    letter-spacing: -0.03em;
}

.process-type2&gt;div.fir .inner h4 span {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
    font-family: "Lato", "notokr";
    color: #fff;
    letter-spacing: 0;
    opacity: 0.7;
}

.process-type2 .inner {
    position: relative;
    margin: 0;
    padding: 40px 25px 0 30px;
    min-height: 240px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.process-type2 .inner .num {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    color: #b1b1b3;
    font-family: "Lato", "notokr";
}

.process-type2 .inner h5 {
    font-size: 20px;
    margin: 30px 0 10px;
    letter-spacing: -0.03em;
    color: #222;
}

.process-type2 .inner p {
    margin: 0;
    letter-spacing: -0.035em;
    color: #777;
    line-height: 1.65;
    font-size: 14px;
}

#about04 .nav-tabs {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom: none;
    margin-bottom: 80px;
}

#about04 .nav-tabs&gt;li {
    margin: 0 -2px;
    display: inline-block;
    float: none;
}

#about04 .nav-tabs&gt;li&gt;a {
    padding: 13px 45px;
    border-radius: 0;
    color: #777;
    margin: 0;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    letter-spacing: -0.035em;
    min-width: 240px;
}

#about04 .nav-tabs&gt;li.active a,
#about04 .nav-tabs&gt;li.active a:hover,
#about04 .nav-tabs&gt;li.active a:focus {
    border: 1px solid #1d6baf;
    background: #1d6baf;
    color: #fff;
}

.maintenance {
    border: 20px solid #f0f0f0;
    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.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    color: #fff;
    background: #004989;
    font-weight: 500;
    border: none;
}

.maintenance .btn:hover {
    color: #fff;
    background: #003767;
}

.root_daum_roughmap {
    width: 100% !important;
}

.location-table {
    margin: 20px 0 0;
    width: 100%;
    border-top: 1px solid #333;
}

.location-table tr th,
.location-table tr td {
    padding: 14px 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.location-table tr th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
}

.location-table tr td a,
.location-table tr td a:hover,
.location-table tr td a:focus {
    text-decoration: underline;
    color: #5bacdf;
}


.certificate-wrap .inner {
    padding: 0 20px;
}

.certificate-wrap img {
    border: 1px solid #ddd;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
}

.certificate-wrap h5 {
    margin: 17px 0 55px;
    text-align: center;
    letter-spacing: -0.035em;
}

.nav-tabs {
    margin: 0 0 50px;
}

.nav-tabs&gt;li&gt;a {
    padding: 10px 45px;
    color: #555;
}

/* brand */
#brand01 .sec1 {
    margin-bottom: 0;
}

/* #brand01 .sec2 {
    margin-bottom: 0;
    background: url(/public/img/sub/brand01-bg2.jpg) no-repeat center center / cover;
    min-height: 920px;
    padding: 70px 0 0;
} */

.partners-wrap&gt;div {
    margin-bottom: 15px;
}

.partners-wrap h5 {
    margin: 0 0 30px;
    font-weight: 900;
    font-size: 16px;
    color: #a4a5a7;
}

.brand-story {
    text-align: center;
}

.brand-story p {
    position: relative;
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
}

.brand-story p:before {
    content: "";
    display: block;
    margin: 50px auto;
    width: 45px;
    height: 5px;
    background: #014488;
}

.brand-story h5 {
    margin: 100px 0;
    font-size: 27px;
    font-weight: 600;
}

/* //brand */

/* product */
.product-itme {
    border: 1px solid #ddd;
}

.product-itme+.product-itme {
    margin-top: 50px;
}

.product-itme&gt;div {
    float: left;
    width: 50%;
}

.product-itme .left {
    border-right: 1px solid #eee;
}

.product-itme .right {
    padding: 65px 70px 0;
}

.product-itme .right h5 {
    margin: 0px 0px 30px;
    padding: 0 0 13px;
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.025em;
}

.product-itme .right p {
    font-size: 18px;
    color: #666;
    font-weight: 350;
    letter-spacing: -0.035em;
    line-height: 1.8;
}

.pry-btn {
    display: inline-block;
    margin: 45px 0 0;
    padding: 12px 35px;
    border: 1px solid #004989;
    background: #004989;
    font-size: 14px;
    color: #fff;
    transition: all 0.35s;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.pry-btn:hover,
.pry-btn:focus {
    background: #003767;
    border: 1px solid #003767;
    color: #fff;
}

.subPage[id^="prd-detaile"] .product-itme .pry-btn {
    display: none;
}

/* product detale */
[id^=prd-detaile] .sec1 {
    margin-bottom: 80px;
}

#prd-tab {
    border-bottom: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

#prd-tab&gt;li {
    display: inline-block;
    width: 25%;
    margin: 0;
    float: left;
}

#prd-tab&gt;li&gt;a {
    padding: 13px 45px;
    border-radius: 0;
    color: #777;
    margin: 0;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    letter-spacing: -0.035em;
}

#prd-tab&gt;li+li&gt;a {
    border-left: none;
}

#prd-tab&gt;li.active&gt;a,
#prd-tab&gt;li.active&gt;a:focus,
#prd-tab&gt;li.active&gt;a:hover {
    border: 1px solid #1d6baf;
    background: #1d6baf;
    color: #fff;
}

/* faq */

#faq01 .sec1 {
    margin-bottom: 80px;
}

.bg-wrap {
    padding: 70px 0;
    background: #f5f5f5;
}

.faq-top10 {
    margin-left: -5px;
    margin-right: -5px;
}

.faq-top10&gt;div {
    padding: 0 5px;
}

.faq-top10 .info {
    background: #004989;
    min-height: 170px;
    color: #fff;
    padding: 45px 40px 0;
}

.faq-top10 .info h4 {
    font-size: 36px;
    margin: 0 0 10px;
    font-family: "Lato", "notokr";
}

.faq-top10 .info p {
    color: #fff;
    opacity: 0.8;
}

.faq-top10 .modal-wrap {
    display: block;
    margin: 0 0 10px;
    padding: 25px;
    background: #fff;
    border: 1px solid #fff;
    min-height: 170px;
}

.faq-top10 .modal-wrap:hover {
    border-color: #004989;
}

.faq-top10 .modal-wrap dl dt {
    letter-spacing: -0.03em;
    margin-bottom: 22px;
    color: #76777b;
}

.faq-top10 .modal-wrap dl dd {
    color: #666;
    letter-spacing: -0.02em;
    white-space: normal;
    height: 3.6em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* //faq */

/* AS center */
#as-guide &gt; div[class^="item"]+div[class^="item"]{
    margin-top: 80px;
}

#as-guide .item-tit{
    margin: 0 0 20px;
    font-size: 24px;
    position: relative;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
}

#as-guide p{
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

#as-guide .item-tit:before{
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 4px solid #5bacdf;
    border-radius: 50%;
}

#as-guide .item-sequence .row{
    margin-left: 0;
    margin-right: 0;
    /* background: #e9f5fc; */
    border: 1px solid #ddd;
    padding: 0 30px;
}

#as-guide .item-sequence .inner{
    position: relative;
    padding: 70px 0;
    text-align: center;
}

#as-guide .item-sequence .inner:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    background: #64ace0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

#as-guide .item-sequence .inner.last:after{
    display: none;
}

#as-guide .item-sequence .inner .txt{
    margin: 22px 0 0;
}

#as-guide .item-sequence .inner .txt p{
    margin: 0;
    color: #000;
    font-weight: 500;
}

#as-guide .item-sequence .inner .txt span{
    font-weight: 600;
    font-size: 18px;
    color: #004c8e;
}

#as-guide .OX-wrap{
    margin-top:35px;
}

#as-guide .OX-wrap .OK,
#as-guide .OX-wrap .NO{
    position: relative;
    min-height: 210px;
    padding: 40px;
    overflow: hidden;
}

#as-guide .OX-wrap .OK{
    background: #e9f5fc;
}

#as-guide .OX-wrap .NO{
    background: #fcede9;
}

#as-guide .OX-wrap .OK:after,
#as-guide .OX-wrap .NO:after{
    position: absolute;
    right: 25px;
    bottom: -38px;
    font-size: 135px;
    font-weight: 900;
    line-height: 1;
    opacity: 0.3;
}

#as-guide .OX-wrap .OK:after{
    content: "O";
    color: #64ace0;
}

#as-guide .OX-wrap .NO:after{
    content: "X";
    color: #fda38b;
}

#as-guide .OX-wrap dl{
    margin: 0;
}

#as-guide .OX-wrap dl dt{
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.03em;
}

#as-guide .OX-wrap dl dd{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    margin: 3px 0 0;
}

#as-guide .item-client .clearfix{
}

#as-guide .item-client .left,
#as-guide .item-client .right{
    float: left;
}

#as-guide .item-client .left{
    width: 100px;
}

#as-guide .item-client .left .circle{
    background: #004989;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    padding-top: 27px;
}

#as-guide .item-client .right{
    padding: 13px 0 0 15px;
    width: calc(100% - 100px);
}

#as-guide .item-client .right .tel{
    margin:0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

#as-guide .item-client .right .tel a,
#as-guide .item-client .right .tel a:hover,
#as-guide .item-client .right .tel a:focus{
    color: #004989 !important;
}

#as-guide .item-client .right .time{
    margin: 0;
}
/* //AS center */

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 120px auto;
    }
}

.modal .modal-content {
    border-radius: 0;
}

.modal-header {
    background: #004989;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 20px 15px;
    border-bottom: none;
}

.modal .modal-title {
    font-weight: 500;
    font-size: 22px;
}

.modal-header .close {
    position: absolute;
    right: -35px;
    top: 10px;
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.modal-body {
    padding: 30px;
    font-size: 16px;
    letter-spacing: -0.03em;
}

.modal-footer {
    border-top: none;
    padding-top: 0;
}

.modal-footer button {
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    padding: 7px 22px;
    transition: all 0.3s;
}

.modal-footer button:hover {
    background: #004989;
    color: #fff;
    border-color: #004989;
}
.main-banner2{
    padding:0;
}
@media(max-width:767px){
    .navbar-header .navbar-brand {
        margin-bottom:28px;
    }
    .navbar-header .navbar-brand  img{
        position:static;
        margin:0 10px;
        padding:0;
        transform:none;
    }
    .navbar-toggle{
        top:15px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#777!important;
    }
    .navbar-inverse .navbar-right{
        margin:0 -15px;
        background:rgba(255,255,255,0.85);
    }
    .nav.navbar-nav li#gnb_74&gt;a, .nav.navbar-nav li#gnb_75&gt;a,
    .nav.navbar-nav&gt;li&gt;a{
        padding:15px 20px;
    }
    .carousel-caption h1{
        font-size:28px;
    }
    #mainCarousel .carousel-inner .item {
        height: 510px;
    }
    #mainCarousel.is_fade .carousel-inner .item:nth-child(1){background-image:url(/public/img/slide/mob-slide1.jpg)!important;}
    #mainCarousel.is_fade .carousel-inner .item:nth-child(2){background-image:url(/public/img/slide/mob-slide2.jpg)!important;}
    #mainCarousel.is_fade .carousel-inner .item:nth-child(3){background-image:url(/public/img/slide/mob-slide3.jpg)!important;}
    #mainCarousel.is_fade .carousel-inner .item:nth-child(4){background-image:url(/public/img/slide/mob-slide4.jpg)!important;}
    #mainCarousel.is_fade .carousel-inner .item:nth-child(5){background-image:url(/public/img/slide/mob-slide5.jpg)!important;}
    .carousel-caption{
        display:none;
        left:15px;
        right:15px;
    }
    .carousel-caption p{
        font-size:16px;
    }
    #main-prd-slide .slick-dots {
        bottom: 0;
    }
    .slick-slide img{
        margin:0 auto;
        height:240px;
    }
    .main-content .sec1 .container{
        width:100%;
    }
    .main-content section{
        padding:50px 0;
    }
    .main-banner1 .inner{
        margin-bottom:5px;
    }
    .footer-wrap .bottom .links{
        text-align:center;
    }
    .footer-wrap .bottom .links li{
        margin:0 10px;
    }
    .footer-wrap .bottom .right p,
    .footer-wrap .bottom h5{
        text-align:left;
    }
    .footer-wrap .bottom h5{
        margin-top:40px;
    }
    .btn-mini{
        float:none;
    }
    .nav.navbar-nav li .dropdown-menu{
        height:auto;
        padding-top:0;
        text-align:left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{
        color:#666;
        padding-left:30px;
        font-weight: 500;
    }
    .sub-top{
        height:180px;
    }
    .sub-top .bread-wrap{
        left:15px;
    }
    .sub-top h1{
        font-size:38px;
    }
    .sub-menu ul{
        margin:0 0 80px;
    }
    .sub-menu ul li{
        display:block;
        width:100%;
        margin:0;
    }
    .sub-menu ul li a,
    .sub-menu ul li.active a{
        width:100%;
    }
    #about01 .sec1{
        padding:50px 15px;
        min-height:0;
        background-position:70% center;
    }
    .greeting-wrap img{
        margin:0 auto 40px;
    }
    .greeting-wrap p{
        padding:10px;
        font-size:15px;
        background: rgba(255,255,255,0.75);
    }
    .sub-content section {
        margin-bottom: 80px;
    }
    .sub-con-tit{
        margin-bottom:65px;
        font-size:32px;
    }
    .partners-wrap &gt; div{
        width:33.333%;
    }
    .partners-wrap  .clearfix{
        display: none;
    }
    .partners-wrap img{
        height:60px;
    }
    .content.history:before{
        left:5px;
    }
    .content.history .time_box .year:before{
        width:25px!important;
        left: -46px!important;
        top: 17px!important;
    }
    .content.history .time_box {
        margin-left: 60px!important;
    }
    .content.history .time_box::before{
        left: -62px!important;
        top: 10px!important;
    }
    .content.history .time_box:nth-child(even) {
        margin-right: 0;
        text-align: left;
    }
    .content.history .time_box:nth-child(even) .li_history&gt;li&gt;span {
        left: 0;
        right: auto;
        margin-left: 0;
        margin-right: 15px;
    }
    .content.history .time_box:nth-child(even) .li_history&gt;li {
        padding-right: 0;
        padding-left: 40px;
    }
    .content.history .time_box .year{
        font-size:32px;
    }
    .about03-con .left-con{
        margin-bottom:60px;
    }
    #about04 .nav-tabs&gt;li&gt;a{
        min-width:150px;
    }
    .certificate-wrap .inner{
        padding:0;
    }
    .certificate-wrap h5{
        min-height:30px;
    }
    .brand-story p{
        font-size:18px;
    }
    .brand-story h5{
        font-size:22px;
    }
    .product-itme&gt;div{
        float:none;
        width:100%;
    }
    .product-itme .right{
        padding:30px;
    }
    .product-itme .right h5{
        font-size:24px;
    }
    .product-itme .right p{
         font-size:16px;
    }
    .pry-btn{
        margin-top:30px;
    }
    .table_default .writer,
    .table_default .regdate{
        display:none;
    }
    .table_blog2 dd{
        width:100%;
    }
    .table_blog2 dd .inner .bottom .title a{
        font-size:16px;
    }
    #as-guide .item-sequence .inner:after{
        content:'\f107';
        right:auto;
        left:50%;
        top:auto;
        bottom:-10px;
        transform:translateX(-50%);
    }
    #as-guide .OX-wrap .OK, #as-guide .OX-wrap .NO{
        margin-bottom:5px;
    }
    .faq-top10 .info{
        margin-bottom:10px;
    }
    .faq-top10 .modal-wrap{
        min-height:0;
    }
    .faq-top10 .modal-wrap dl dd{
        height:auto;
    }
    .faq-top10 .info h4{
        font-size:30px;
    }
    .category_wrap ul li a{
        margin-bottom:4px;
    }
    .pagination_wrap{
        margin-top:20px;
    }
    .board_wrapper .text-center .btn.btn-lg {
        padding-left: 40px;
        padding-right: 40px;
    }
    .main_popup.main_popup_center{    transform: translate(0);}
    #prd-tab&gt;li&gt;a {
        padding: 13px 5px;
        font-size: 14px;
    }
}

.main_popup_contents {
    padding: 0px;
}
/* 다국어 버튼 */
.nav-upper{
    border-bottom: 1px solid #eee;
}
.nav-upper .lang{
    float: right;
    padding: 10px 0 0px;

}
.nav-upper .lang::after{
    content: '';
    display: table;
    clear: both;
}
.nav-upper .lang &gt; li{
    float: left;
    padding: 0px 10px;
    font-size: 15px;
    color: #999;
    font-weight: 600;
    border-right: 2px solid #dedede;
    line-height: 1;
    cursor: pointer;
}
.nav-upper .lang &gt; li.active{
    color: #00438a;
}
.nav-upper .lang &gt; li:last-child{
    border-right: 0;
}
.about01-04-img{
    position:relative;
    display:inline-block;
    max-width:100%;
}
.about01-04-img span{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -20px;
    display: block;
    width: 400px;
    max-width:100%;
    font-size: 20px;
    margin-top: -10px;
    color: #666;
}
.about03-txt{
    width:460px;
    max-width:100%;
    margin:0 auto;
}
.about03-txt.right{
    text-align:right;
}
.about03-txt span{
    display:block;
    padding:30px 10px 0;
    font-size:18px;
    line-height:1.8;
}
@media(max-width:767px){
    .about01-04-img span{
        position:static;
        display: block;
        margin:0;
        padding:10px;
        font-size: 15px;
        background: rgba(255,255,255,0.75);
    }
}
.img-caption{
    margin:10px 0;
    text-align:center;
    color:#666;
}</pre></body></html>