@charset "utf-8";
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 90px;
}
a,
button {
    outline: none !important;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "NanumSquare", "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;
}

.intro-board-widget-layout {
    display: none;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
    margin-bottom: 0;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    margin-top: 15px;
    width: 160px;
}
.navbar-header .navbar-brand img {
    margin-top: 8px;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 30px 35px 30px;
    font-size: 18px;
    color: #333;
    font-weight: 900;
    letter-spacing: -0.034em;
    line-height: 30px;
}
/* B2B몰 바로가기 */
.nav.navbar-nav > li#m-21 > a {
    margin-top: 22px;
    margin-left: 20px;
    padding: 8px 25px 8px 50px;
    font-size: 16px;
    font-weight: 700;
    color: #361c1b;
    background: #fbe300;
    border-radius: 50px;
}
.nav.navbar-nav > li#m-21 > a::before {
    content: "";
    top: 9px;
    left: 15px;
    width: 30px;
    height: 32px;
    position: absolute;
    background: url(/skin/img/kakao.png) no-repeat center / contain;
    z-index: 2;
}
navbar-nav > li#m-21 > a:hover,
.nav.navbar-nav > li#m-21 > a:focus,
.nav.navbar-nav > li#m-21:hover > a,
.nav.navbar-nav > li#m-21:focus > a {
    outline: none;
}
.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: #005bb8 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 5px;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li:hover a {
    background: #005bb8;
    color: #fff;
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */

.fill {
    height: 730px;
}
.container.container_slide {
    width: 100%;
    padding: 0;
}
.carousel-inner .item .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 15%;
    padding: 0;
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p {
    text-align: left;
}
.carousel-inner .item .carousel-caption h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 1.25em;
    letter-spacing: -0.02em;
}
.carousel-inner .item .carousel-caption p {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 300;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span {
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
    padding: 0;
}
.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px !important;
    border: 0;
    background: rgba(255, 255, 255, 0.4);
}
.carousel-indicators li.active {
    border: 0;
}
.carousel-control {
    display: none;
}

/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container {
    display: none;
}
.mainpage {
    background: url(/skin/img/main/mainBg.jpg) no-repeat center / cover;
    height: 620px;
}
.mainPage {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.container_contents,
.intro-html-layout,
.intro-html-layout > .col-sm-12 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-html-layout {
    /* padding: 80px 0; */
    background: #f8f8f8;
}
.mainpage .container {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
    width: 100%;
    padding: 0;
}
.mainpage .container .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #fff;
}
.mainpage .container .items a {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px;
    padding-top: 155px;
    justify-content: start;
    width: 375px;
    background: #f6f6f6;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
}
.mainpage .container .items a:hover {
    background: #024a81;
    h5,
    p {
        color: #fff;
    }
}
.mainpage .container .items img {
    width: 70px;
    position: absolute;
    top: 60px;
}
.intro-html-layout .row > div:nth-child(2).main_link {
    background: #3b97d8;
}
.intro-html-layout .main_link:hover {
    text-decoration: none;
}
.intro-html-layout .main_link h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.intro-html-layout .main_link h5::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 20px 0;
    display: none;
}
.intro-html-layout .main_link p {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 500;
}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.subHeader {
    height: 180px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container {
    height: 100%;
    position: relative;
}
.subHeader .container h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #033c79;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
}
.subHeader .container .breadcrumb {
    position: absolute;
    bottom: 19%;
    left: 50%;
    background: none;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
}
.subHeader .container .breadcrumb li > a {
    color: #222;
    letter-spacing: -0.034em;
    font-family: "notokr";
    font-size: 13px;
}
.subHeader .container .breadcrumb li.active {
    color: #222;
    font-family: "notokr";
    font-size: 13px;
}
.subContent {
    padding-top: 110px;
}
.subContent .content {
    padding-bottom: 180px;
}
.subContent h4 {
    font-size: 42px;
    font-weight: 900;
    position: relative;
    margin-top: 0;
    margin-bottom: 100px;
    text-align: center;
}

#Contact .subContent h4 {
    display: none;
}
/*
.subContent h4::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #005BB8;
    box-shadow: 8px 0px 0px #65a5e6;
    position: absolute;
    left: 0;
    top: 11px;
}
*/
.subContent h4 > small {
    font-size: 18px;
    display: block;
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: -0.034em;
    color: #999;
}
.subContent .content p {
    font-size: 16px;
}

.subContent .content .greeting {
    padding-left: 40px;
}
.subContent .content .greeting p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    line-height: 1.7em;
}

.timeline-vt {
    position: relative;
    padding: 70px 110px;
    /* border: 1px solid #ddd; */
}
.timeline-vt::before {
    content: "";
    display: block;
    height: 90%;
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 42px;
}
.timeline-vt .timeline-item {
    width: 500px;
    float: right;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 5%;
}
.timeline-vt .timeline-item.reversed {
    float: left;
    padding-left: 30px;
    padding-right: 0;
}
.timeline-vt .timeline-item h5 {
    margin: 0 0 10px;
    color: #fff;
    color: #295ba9;
    font-size: 26px;
    position: relative;
    letter-spacing: -0.05em;
    font-weight: 600;
    text-align: right;
}
.timeline-vt .timeline-item.reversed h5 {
    text-align: left;
}
.timeline-vt .timeline-item h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #295ba9;
    width: 26px;
}
.timeline-vt .timeline-item h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -56px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #295ba9;
    border-radius: 50%;
    background: #fff;
}
.timeline-vt .timeline-item.reversed h5::before {
    content: "";
    position: absolute;
    left: -45px;
}
.timeline-vt .timeline-item.reversed h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    right: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #295ba9;
    border-radius: 50%;
    background: #fff;
}
.timeline-vt .timeline-item ol.list-timeline {
    margin: 0;
    padding: 0;
    text-align: right;
}
.timeline-vt .timeline-item.reversed ol {
    text-align: left;
}
.timeline-vt .timeline-item ol.list-timeline li {
    font-size: 22px;
    padding: 3px 0;
    position: relative;
    letter-spacing: -0.03em;
    color: #000;
}

.subContent .li_location {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.subContent .li_location li {
    font-size: 15px;
}
.subContent .li_location li > span {
    display: inline-block;
    font-weight: 600;
}
.subContent p.note {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}
.subContent p.note::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #005bb8;
}

#About04 .location {
    /* background: #2E5B9E; */
    /* padding: 60px 40px 30px; */
}
#About04 .location h5 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-top: 0;
    margin-bottom: 40px;
    display: none;
}
#About04 #mailForm {
    padding: 0;
}
#About04 #mailForm > .form-group::after {
    content: "";
    display: table;
    clear: both;
}
#About04 #mailForm > .form-group > label {
    float: left;
    font-weight: 500;
    /* color: #fff; */
    width: 100px;
    font-size: 16px;
}
#About04 #mailForm > .form-group > .form-control {
    float: right;
    width: calc(100% - 100px);
    background: none;
    height: 24px;
    /* color: #fff; */
    padding: 0;
}
#About04 #mailForm > .form-group:nth-child(4) > .form-control {
    height: auto;
}
#About04 #mailForm label[for="mail_agree"] {
    /* color: #fff; */
    font-size: 15px;
    font-family: "notokr";
    letter-spacing: -0.034em;
}
#About04 #mailForm .btn-primary {
    background: #fff;
    padding: 15px 25px;
    width: 200px;
    margin: 10px 0 0;
    float: right;
}

#Prod01 .thumbnail {
    margin-top: 0;
    border: 0;
    padding: 0;
}
#Prod01 .thumbnail:hover {
    text-decoration: none;
}
#Prod01 .thumbnail .caption {
    padding: 40px 0 0;
    display: block;
    text-align: center;
}
#Prod01 .thumbnail .caption h5 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.034em;
    margin-bottom: 35px;
    margin-top: 0;
}
#Prod01 .thumbnail .caption h5 > small {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
#Prod01 .thumbnail .caption span {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #005bb8;
    padding: 11px 34px 9px;
    font-size: 18px;
    text-transform: uppercase;
    background: #fff;
    font-weight: 700;
    color: #005bb8;
}
#Prod01 .thumbnail:hover .caption span,
#Prod03 .subContent .content .link:hover {
    background: #005bb8;
    border-color: #005bb8;
    color: #fff;
}

#Prod02 .thumbnail {
    border-radius: 0;
    border: 1px solid #ccc;
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 80px;
}
#Prod02 .thumbnail:hover {
    text-decoration: none;
}
#Prod02 .thumbnail::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 91, 184, 0.8);
    opacity: 0;
    transition: all 0.3s ease;
}
#Prod02 .thumbnail .caption {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
}
#Prod02 .thumbnail:hover::before {
    opacity: 1;
}
#Prod02 .thumbnail:hover .caption {
    opacity: 1;
}
#Prod02 .thumbnail .caption h5 {
    position: relative;
    color: #fff;
    margin: 0;
    text-align: center;
    z-index: 11;
    font-size: 30px;
}
/*
#Prod02 .thumbnail .caption::before{
    content: '';
    display: block;
    width: 140px;
    height: 20px;
    background: #005BB8;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    z-index: 10;
}*/

#Prod03 .subContent .content .row {
    margin-bottom: 50px;
}
#Prod03 .subContent .content p.text-center {
    font-size: 20px;
    margin-bottom: 100px;
    margin-top: 100px;
    color: #333;
    letter-spacing: -0.034em;
    line-height: 1.7em;
}
#Prod03 .subContent .content .link {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #005bb8;
    padding: 17px 34px;
    font-size: 18px;
    text-transform: uppercase;
    background: #fff;
    font-weight: 700;
    color: #005bb8;
    text-decoration: none;
}

#mailForm {
    padding: 0 80px;
}
#mailForm > .form-group {
    margin-bottom: 20px;

    font-family: "notokr";
}
#mailForm > .form-group > label {
    color: #222;
    font-size: 16px;
}
#mailForm > .form-group > .form-control {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    padding: 6px 0px 12px;
    font-size: 17px;
}

#mailForm .btn-primary {
    border: 1px solid #005bb8;
    width: 180px;
    padding: 15px 0px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0;
    margin: 150px auto 0;
    background: #fff;
    font-weight: 700;
    color: #005bb8;
}
#Contact {
    margin-bottom: 80px;
}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    background-color: #2d3235;
    color: #fff;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: "notokr";
}

.container.footer-wrapper {
    padding: 40px 0 40px;
}

.footer-wrapper .left > span {
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.7em;
}

.footer-wrapper .left > span + span {
    margin-left: 20px;
}

.footer-wrapper .right-top {
    text-align: left;
}

.footer-wrapper .right-top .tel {
    color: #19b2fc;
    font-size: 26px;
    line-height: 16px;
    font-weight: bold;
}

.footer-wrapper .right-top .tel > small {
    color: #76d2ff;
    font-weight: normal;
    margin-left: 5px;
    font-size: 17px;
}

.footer-wrapper .right-top .tel .mail {
    color: #fff;
    /* opacity: .9; */
    font-size: 14px;
    margin-left: 15px;
    font-weight: 300;
    letter-spacing: 0.034em;
}

.footer-wrapper .right-top .tel-caution {
    padding-top: 10px;
    display: block;
    color: #fff;
    opacity: 0.8;
}

/* //푸터 */

.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: #818181;
    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;
    }
}
#Prod01 .thumbnail img {
    background: #eeeeee;
    padding: 60px 80px;
    border-radius: 10px;
}
.breadcrumb > li + li:before {
    color: #222;
    font-size: 11px;
    padding: 0 2px;
}
#mailForm label[for="mail_agree"] {
    font-size: 16px;
    font-family: "notokr";
    letter-spacing: -0.034em;
}
#mailForm > .form-group p.error {
    font-size: 13px;
    color: #ff0000;
}
#mailForm .btn-primary:hover,
#About04 #mailForm .btn-primary:hover {
    background: #005bb8;
    border: 1px solid #005bb8;
    color: #fff;
}
.footer-wrapper .left > span strong {
    font-size: 15px;
    font-weight: 500;
}
.footer-wrapper .left small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}
.footer-wrapper .right-top .tel-caution small {
    font-size: 13px;
    font-weight: 300;
}
#Prod03 .con1 {
    text-align: center;
}
#Prod02 .con1 .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
#Prod02 .content {
    padding-bottom: 100px;
}
#About03 img {
    /* width: 700px; */
}
#About04 .location .row > div:last-child {
    padding-left: 60px;
}
.footer-wrapper .right-top .tel-caution small {
    font-size: 13px;
    font-weight: 300;
}
#Prod03 .con1 {
    text-align: center;
}
#Prod02 .con1 .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
#Prod02 .content {
    padding-bottom: 100px;
}
#About04 .location .row > div:last-child {
    padding-left: 60px;
}
#About .subContent {
    padding-top: 0;
}
#About .subContent .content {
    padding: 100px 0 0;
}
#About .subContent .content:first-child {
    padding-top: 110px;
}
#About .subContent .content:last-child {
    padding-bottom: 200px;
}
#About .subContent hr {
    margin: 100px 0 0;
    border-top: 1px dotted #ddd;
}
/* #About .subContent .content {
    padding-bottom: 100px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 100px;
}
#About .subContent .content:last-child {
    border: none;
} */

@media (max-width: 767px) {
    .body-layout {
        padding-top: 85px;
    }
    /* nav */
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 27px;
        margin-bottom: 24px;
        background: #005bb8;
        border-color: #005bb8;
    }
    .navbar-inverse .navbar-toggle:hover {
        background: #005bb8 !important;
        border-color: #005bb8 !important;
    }
    .nav.navbar-nav > li > a {
        text-align: center;
        padding: 15px 32px 15px;
        font-size: 17px;
    }
    .nav.navbar-nav > li#m-21 > a {
        margin: 0;
        padding: 15px 32px 15px;
        font-weight: 900;
        color: #024881;
        background: #fff;
    }
    .nav.navbar-nav > li#m-21 > a::before {
        display: none;
    }
    .nav.navbar-nav > li#m-21 > a:hover,
    .nav.navbar-nav > li#m-21 > a:focus,
    .nav.navbar-nav > li#m-21:hover > a,
    .nav.navbar-nav > li#m-21:focus > a {
        color: #002b56 !important;
        background: #fff !important;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0);
        background: #f8f8f8;
    }
    /* mainSlide */
    .fill {
        height: 330px;
    }
    .carousel-inner .item .carousel-caption {
        left: 10%;
        right: 10%;
        transform: translateY(-50%);
    }
    .carousel-inner .item .carousel-caption h1 {
        font-size: 26px;
    }
    .carousel-inner .item .carousel-caption p {
        font-size: 16px;
    }

    /* main */
    .intro-html-layout .main_link {
        padding: 10px 0 20px 20px;
    }
    .intro-html-layout .main_link h5 {
        font-size: 20px;
    }

    /* subPage */
    .subContent .content .greeting {
        padding: 30px 0;
    }
    .subContent .content .greeting p {
        font-size: 16px;
    }
    .timeline-vt {
        padding: 50px 0 50px 30px;
    }
    .timeline-vt .timeline-item {
        float: left;
        width: 100%;
        padding: 0 0 30px !important;
    }
    .timeline-vt .timeline-item h5 {
        text-align: left;
    }
    .timeline-vt .timeline-item ol.list-timeline {
        text-align: left;
    }
    .timeline-vt .timeline-item ol.list-timeline li {
        font-size: 16px;
    }
    .timeline-vt::before {
        left: 0;
        transform: translate(0, 0);
    }
    .timeline-vt .timeline-item h5::before {
        content: "";
        left: -35px !important;
        right: auto !important;
    }
    .timeline-vt .timeline-item h5::after {
        content: "";
        left: -30px !important;
        right: auto !important;
    }
    #About04 .location .row > div:last-child {
        padding: 40px 15px 0;
    }

    #Prod01 .thumbnail {
        margin-bottom: 30px;
    }
    #Prod01 .thumbnail .caption {
        padding-top: 20px;
    }
    #Prod01 .thumbnail .caption h5 {
        margin-bottom: 20px;
    }
    #Prod01 .thumbnail .caption span {
        padding: 6px 21px 9px;
        font-size: 16px;
    }
    #Prod02 .thumbnail {
        margin-bottom: 30px;
    }
    #Prod03 .subContent .content p.text-center {
        font-size: 16px;
    }

    #mailForm {
        padding: 0 15px;
    }
    #mailForm label[for="mail_agree"] {
        font-size: 12px;
    }
    #mailForm .btn-primary {
    }
    /* footer */
    .footer-wrapper .left > span {
        display: block;
        margin: 0 !important;
    }
    .footer-wrapper .right-top .tel {
        margin: 5px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* nav */
    .nav.navbar-nav > li > a {
        padding: 30px 25px 30px;
    }

    /* mainSlide */
    .fill {
        height: 450px;
    }
    .carousel-inner .item .carousel-caption {
        left: 10%;
        right: 10%;
        transform: translateY(-50%);
    }
    .carousel-inner .item .carousel-caption h1 {
        font-size: 50px;
    }
    .carousel-inner .item .carousel-caption p {
        font-size: 21px;
    }

    /* main */

    /* subPage */
    .timeline-vt .timeline-item ol.list-timeline li {
        font-size: 16px;
    }
    .timeline-vt .timeline-item {
        width: 100%;
    }

    /* footer */
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* nav */

    /* mainSlide */
    .fill {
        height: 600px;
    }
    .carousel-inner .item .carousel-caption {
        left: 10%;
        right: 10%;
        transform: translateY(-50%);
    }

    /* main */

    /* subPage */
    .timeline-vt .timeline-item {
        width: 100%;
    }

    /* footer */
}
