@charset "utf-8";

#site {
    padding-top: 95px;
}

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr',
        "NanumGothic", "나눔고딕",
        'NanumBarunGothic',
        'Apple SD Neo Gothic',
        'Malgun Gothic',
        'Gulim',
        sans-serif;
}

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

p {
    font-size: 16px;
    line-height: 1.6;
}

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;
}


/* =============== 네비게이션 =============== */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.navbar .navbar-header .navbar-brand {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    color: #222;
    letter-spacing: -0.05em;
    margin-left: 0;
    display: block;
}

.navbar .navbar-header .navbar-brand span span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.46em;
}

.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 45px 35px 30px;
    font-size: 17px;
    color: #111;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.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: #1d95d1 !important;
    background: none !important;
}

.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
}

.nav.navbar-nav li .dropdown-menu li a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.nav.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.nav.navbar-nav li .dropdown-menu li:hover a {
    background: #1d95d1;
}

@media (max-width: 767px) {
    #site {
        padding-top: 70px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0);
    }

    .navbar-collapse {
        width: 100vw;
        padding: 0;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 100px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

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

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    /* menu */
    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

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

    .navbar-inverse .navbar-nav>li>a {
        padding: 15px;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* 드롭다운 폰트 */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        text-align: left;
    }

    /* 드롭다운 메뉴 클릭시 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #fff;
        background: #2968d4;
    } */

    .navbar .navbar-header .navbar-brand {
        width: inherit;
        height: inherit;
    }

    .navbar .navbar-header .navbar-brand img {
        width: 90px;
    }
}



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

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

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

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-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 li,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    margin: 0 3px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    top: 36%;
    text-shadow: none;
    padding-bottom: 60px;
}

.carousel-caption h1 {
    margin: 0 0 40px;
    font-size: 70px;
    font-weight: 700;
    color: #222;
    /* height: 260px; */
    /* background: url(/public/img/logo/logo.png) center no-repeat; */
}

.carousel-caption h1 span {
    display: block;
    margin-left: 5px;
    font-size: 98px;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #fff;
}

.carousel-caption p {
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.034em;
    line-height: 1.6em;
    font-weight: 300;
}

/* 메인 - 컨텐츠 */
#section_03afdb {
    position: relative;
}

#section_03afdb>.container {
    width: 100%;
}

.slide-inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 57%;
    width: 1000px;
}

.slide-inner>.row {
    margin-left: -2px;
    margin-right: -2px;
}

.slide-inner>.row>div {
    padding: 0 15px;
}

.slide-inner .inner {
    display: inline-block;
    width: 100%;
    height: 300px;
    padding: 60px 50px 50px;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 125, 187, 0.7);
    transition: 0.35s ease;
}
@media (hover:hover){
    .slide-inner .inner:hover {
        transform: translateY(-20px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        background: rgb(29, 149, 209);
    }
}

.slide-inner .inner h4 {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.slide-inner .inner .icon {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    /* background: #18599f; */
    font-size: 75px;
    padding-top: 18px;
    border-radius: 50%;
    color: #fff;
}


/* =============== 푸터 =============== */
.footer-wrap {
    padding: 35px 0;
    background: #444a50;
    color: #bbb;
    font-size: 13px;
}

.footer-wrap .company-name {
    margin: 0 0 5px;
    font-size: 15px;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
    letter-spacing: -0.02em;
}


.footer-wrap ul li {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap ul li span {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .copy {
    margin: 10px 0 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
}


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

@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>.text-center {
        display: flex;
    }

    #board_write_form fieldset>.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 {
    position: static;
}


/* =============== 서브페이지 =============== */
/* 준비중 */
.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.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    border-color: #666;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

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

/* 공통 */
.sub-top {
    background: #555 url(/public/img/sub/sub-top-01.jpg) no-repeat center/cover;
    position: relative;
    height: 440px;
    z-index: -1;
}

.sub-top h1 {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    width: 1070px;
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.06em;
}

.sub-top .bread-wrap {
    position: absolute;
    left: 70px;
    right: 0;
    top: 64%;
    background: transparent;
    border-radius: 0;
}

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

.sub-top .breadcrumb li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.sub-top .breadcrumb li.active {
    color: #fff;
}

.sub-top .breadcrumb li+li:before {
    content: '>';
    padding: 0 11px;
    color: rgba(255, 255, 255, 0.75);
}

.sub-menu ul {
    margin: 0 auto;
    text-align: center;
}

.sub-menu ul li {
    padding: 0 5px;
    display: inline-block;
    position: relative;
}

.sub-menu ul li a {
    display: block;
    padding: 22px 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.sub-menu ul li a:hover,
.sub-menu ul li a:focus {
    /* background: #eee; */
    color: #ffffff;
}

.sub-menu ul li.active a {
    /* background: #1d95d1; */
    border-color: #1d95d1;
    color: #fff;
}

.sub-content {
    padding: 100px 0 150px;
}

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

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

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

.sub-con-tit {
    margin: 0 0 45px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.06em;
}

.sub-sec-tit {
    position: relative;
    margin: 0 0 30px;
    padding-left: 14px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.034em;
    color: #0048b5;
}

.sub-sec-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 22px;
    background: #62a0ff;
    border-radius: 30px;
}

.sub-sec-tit span {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    color: #999;
}

/* about */
.greeting-wrap .desc {
    text-align: left;
    padding-right: 50px;
    padding-left: 80px;
    padding-top: 180px;
}

.greeting-wrap .desc p {
    font-size: 24px;
    letter-spacing: -0.08em;
    line-height: 1.6em;
    position: relative;
    font-weight: 400;
}

/* product */
.product-st .info {
    margin: 0 0 30px;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    box-shadow: 4px 5px 0px #f4f4f4;
    position: relative;
}

.product-st h5 {
    position: relative;
    margin: 30px 0 15px;
    font-size: 27px;
}

/* .product-st h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 32px;
    height: 1px;
    background: #ddd;
} */

.product-st h5 span {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    color: rgb(0, 125, 187);
    letter-spacing: -0.06em;
}

.product-st ul li {
    display: inline-block;
    position: relative;
    padding-left: 0;
    font-size: 18px;
}

.product-st ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 4px;
    background: #ccc;
    display: none;
}

#product01 .sec6 article.bg {
    position: relative;
    background: #f4f4f4;
    padding: 40px 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
}

#product01 .sec6 article.bg h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    border-radius: 50%;
    height: 7px;
    background: #222;
    transform: translateY(-50%);
}

#product01 .sec6 .item-box p {
    margin: 15px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #d41414;
    letter-spacing: -0.06em;
}

/* .product-st ul {
    margin: 0 0 25px;
}

.product-st ul li {
    position: relative;
    display: table;
    width: 100%;
    padding: 2px 0 2px 13px;
    color: #555;
}

.product-st ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background: #1d95d1;
}

.product-st ul li span {
    display: table-cell;
    width: 100px;
    font-weight: 500;
    color: #000;
} */

.table-style {
    margin: 0;
    border-top: 2px solid #333;
}

.table-style caption {
    position: relative;
    margin: 10px 0 15px;
    padding: 0 0 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.table-style caption:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #62a0ff;
    border-radius: 50%;
}

.table-style tr th,
.table-style tr td {
    padding: 10px !important;
    font-size: 15px;
    text-align: center;
}

.table-style thead tr th {
    background: #ddd;
    font-weight: 500;
    color: #333;
}

.table-style tbody tr th {
    background: #fafafa;
}

.table02 {
    margin-top: 50px;
}

h5.notice {
    position: relative;
    margin: 15px 0;
    padding-left: 14px;
    font-size: 16px;
}

h5.notice:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 2px;
    background: #999;

}

.images {
    margin: 0 -5px;
}

.images>div {
    padding: 0 10px;
}

.images img {
    margin-bottom: 20px;
}

.details-wrap+.details-wrap {
    margin-top: 30px;
}

.details-wrap {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
    margin: 0;
    border-radius: 5px;
}

.details-wrap p {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: -0.034em;
    color: #023c7b;
}

/* .details-wrap.bg{
    background: #eee;
    border-color: #ddd;
} */

.details-wrap.bg p {
    position: relative;
    margin: 0 0 15px;
    padding: 15px;
    border-top: 2px solid #d9e6ec;
    background: #d9e6ec;
    font-size: 15px;
    line-height: 1.35em;
    color: #333;
    height: 92px;
}

.details-wrap.bg p:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent #d9e6ec;
    z-index: 1;
}

.con-summary {
    margin-bottom: 50px;
    padding: 7px;
    color: #555;
    background: repeating-linear-gradient(45deg, #ccc 0, #ccc 0.05em, transparent 0.1em, transparent 0.3em);
}

@media (min-width:1070px) {
    .container {
        width: 1100px;
    }
}

.sub-menu {
    background: hsla(205, 90%, 36%, 0.5);
    margin-top: -68px;
    z-index: 1000;
}

.sub-menu ul li a::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.sub-menu ul li:last-child a::after {
    display: none;
}

.sub-menu ul li.active a::before {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
}

.board_wrapper {
    margin-top: 0;
}

/* #product01 .sec1 {
    margin-bottom: 30px;
} */

#product01 article.bg {
    padding: 0 100px;
}

#product01 article.bg h2 {
    font-size: 20px;
    position: relative;
    padding-left: 13px;
    margin-bottom: 20px;
}

.product-st .info::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 4px;
    background: #222;
    transform: translateX(-50%);
}

#product01 article.bg img {
    padding: 0 20px;
}

#product01 article.bg:last-child {
    border-bottom: none;
}

#product02 .img-thumbnail {
    margin-bottom: 30px;
}

.con-summary h4 {
    background: #fff;
    margin: 0;
    padding: 25px 25px 25px;
    line-height: 1.5;
    font-size: 17px;
}

.con-summary h4:nth-child(2) {
    padding-bottom: 25px;
    padding-top: 0;
}

#product05 .sec4 img,
#product05 .sec6 img {
    margin-bottom: 80px;
}

.greeting-wrap img {
    border-radius: 10px;
}

.greeting-wrap .desc p::before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    top: -50px;
}

.greeting-wrap .desc p::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -50px;
}

#product04 .img-thumbnail {
    width: 100%;
    margin-top: 20px;
}

#product04 .img-thumbnail {
    margin-bottom: 30px;
}

/* =================================== board, bbs =================================== */
/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 24px;
    letter-spacing: -0.06em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}

.board_data_view .contents_wrap p {
    font-size: 17px;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

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

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 16px;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.table_blog2 dd .inner {
    border: none;
}

/* .bbs-area h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    color: #222;
}

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

.bbs-area h4.title {
    text-align: center;
} */

.bbs-area .reply_wrap h4 {
    text-align: left;
}

.bbs-area .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.bbs-area .search_wrap>*+* {
    margin-left: 5px;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn+.btn {
    min-width: 200px;
}

.btn.btn-primary {
    font-family: 'notokr';
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
}

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

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

.member_wrapper h1 {
    margin-top: 0;
}

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

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

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

.table_blog2 dd .inner {
    border: none;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

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


.table.table_default tr td {
    color: #777;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

input.form-control {
    font-family: 'notokr', sans-serif;
}

/* wrapper */
.board_wrapper {
    margin: 0 !important;
    font-family: 'notokr';
}

.board_wrapper i::after,
.board_wrapper i::before {
    font-family: 'Font Awesome 5 Free';
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files+.sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

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

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

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    font-size: 25px;
    letter-spacing: -0.02em;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

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

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.board_data_view .contents_wrap p {
    /* font-size: 17px; */
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

.main_popup {
    border: 0;
}

.main_popup_contents {
    padding: 0;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* =================================== mobile =================================== */
/* mainpage */
@media(max-width:767px) {

    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }

    #mainCarousel .carousel-inner .item:nth-child(1) {
        background-position: 75%;
    }

    .carousel-caption {
        top: 55%;

    }

    .carousel-control {
        display: none;
        font-size: 14px;
    }

    .carousel-caption h1 span {
        font-size: 62px;
    }

    .carousel-caption p {
        font-size: 18px;
    }

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

    .slide-inner {
        position: static;
        width: inherit;
        padding: 40px 0;
        transform: translateX(0) translateY(0);
        background: rgba(0, 125, 187, 1);
    }

    .slide-inner .inner h4 {
        font-size: 17px;
    }

    .slide-inner .row {
        display: flex;
        margin: 0;
        padding: 0 10px;
    }

    .slide-inner>.row>div {
        padding: 0;
    }

    .slide-inner .row>div+div {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

    .slide-inner .inner {
        transition: none;
        display: block;
        width: inherit;
        height: inherit;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
    }

    .slide-inner .inner .icon {
        padding-top: 0;
        font-size: 36px;
        width: inherit;
        height: inherit;
    }

    .mainpage section {
        padding: 75px 0 90px;
        background: #eee;
    }

    .mainpage h2 {
        font-size: 32px;
    }

}

/* subpage */
@media(max-width:767px) {
    .breadcrumb {
        margin: 0;
        width: 100% !important;
        max-width: inherit !important;
        text-align: center;
        margin-top: 15px;
    }

    .sub-top .bread-wrap {
        position: static;
        margin-top: 15px;
    }

    .sub-content {
        padding: 75px 0 !important;
    }

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

    .sub-top {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        height: 250px;
    }

    .sub-top h1 {
        position: static;
        width: inherit;
        font-size: 42px;
        margin-top: 20px;
        transform: translateX(0) translateY(0);
    }

    .greeting-wrap .desc {
        margin: 40px 0;
        padding: 30px 0;
    }

    .greeting-wrap .desc p::before {
        top: -30px;
    }

    .greeting-wrap .desc p::after {
        bottom: -30px;
    }

    .sub-menu {
        background: rgba(0, 125, 187, 1);
        padding: 15px 0;
        margin-top: 0;
    }

    .sub-menu ul li {
        width: 100%;
    }

    .sub-menu ul li a {
        padding: 15px 0;
    }

    .sub-con-tit {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .sub-sec-tit {
        font-size: 22px;
    }

    #product01 .sec6 article.bg {
        padding: 30px;
    }

    #product03 .sec1 .row>.clearfix {
        display: none;
    }

    #product03 .sec1 .row>div+div {
        margin-top: 50px;
    }

    #product03 .sec1 .row table {
        margin-top: 0;
    }

    .sub-menu ul li a::after {
        content: none;
    }

    .greeting-wrap .desc p {
        font-size: 22px;
    }
    .details-wrap.bg p{
        height: auto;
    }
}

/* bbs, etc */
@media(max-width:767px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .privacy_body {
        padding: 0 30px;
    }

    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .search_wrap>*+* {
        margin-left: 0;
    }

    .board_wrapper div.text-center {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

    .board_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn+.btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
    }

    .main_popup_contents {
        padding: 10px;
    }
}

/* bbs-reset */
.board_data_view .contents_wrap p {
    font-size: inherit;
}

.board_data_view .contents_wrap li,
.board_data_view .contents_wrap dl {
    margin: inherit;
    padding: inherit;
    list-style-position: inside !important;
}

.board_data_view .contents_wrap ul li {
    list-style-type: disc !important;
}

.board_data_view .contents_wrap ol li {
    list-style-type: decimal !important;
}