@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

#site {
    padding-top: 96px;
    font-family: 'Roboto', 'notokr', sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

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

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

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

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

@media (min-width:1200px) {
    .navbar-inverse>.container {
        width: 100%;
        padding: 0 100px;
    }
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

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

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #222;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #00734f;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 1px solid #999;
        padding: 10px;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 7px 10px;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        background: #10a778;
        color: #fff;
    }
}

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

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

/* 슬라이드 공통 */
.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 {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.caret {
    display: none !important;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
}

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

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

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 40px 0;
    background-color: #404249;
    color: #ddd;
}

#site footer .copy {
    font-size: 11px;
    letter-spacing: 0em;
    opacity: 0.5;
}

#site footer li strong {
    font-weight: 500;
}

#site footer img {
    height: 54px;
}

#site footer ul {
    margin-bottom: 5px;
    padding-top: 7px;
}

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

#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.certi .img-box p {
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

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

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

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

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    text-align: center;
    font-size: 64px;
    font-weight: 200;
    letter-spacing: -0.04em;
    color: #2084D2;
    border-radius: 0;
    font-style: italic;
    position: relative;
    margin-right: 15px;
}

.numbering.sqr::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #ddd;
    transform: rotate(30deg);
    top: 47px;
    right: -2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.location-li span i {
    color: #2084D2;
    width: 22px;
}

[id^="refer0"] .subpage-content .row {
    display: none;
}

[id^="refer0"] .table-bordered>tbody>tr>td {
    padding: 20px 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.more-btn:hover {
    color: #2084D2;
    background: transparent;
}

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

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

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

.bull {
    position: relative;
    padding-left: .5em;
}

.bull:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #2084D2;
    position: absolute;
    left: 0;
    top: 0.5em;
    margin-top: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

.table-style thead tr th {
    background: #fafafa;
    font-size: 16px;
    padding: 15px 20px !important;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-left: 0;
    border-right: 0;
}

.table-bordered>tbody>tr>th {
    font-weight: 500;
}

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

.history-wrap {
    position: relative;
}

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

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

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

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

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

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

.history-wrap li {
    position: relative;
    margin: 0;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: #333;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

/* personal setting 0.64v end */
/* navigation setting */

/* mainpage setting */
.carousel-caption h1 {
    margin-bottom: 30px;
    font-size: 84px;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.carousel-caption h1:after {
    content: '';
    display: block;
    margin: 20px auto 0;
    width: 100px;
    height: 2px;
    background: #fff;
}

.carousel-caption p {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.034em;
    line-height: 1.4em;
}

.main-business {
    padding: 80px 0 120px;
}

.main-business .title {
    margin-bottom: 50px;
    text-align: center;
}

.main-business .title h3 {
    font-size: 40px;
    color: #111;
}

.main-business .img-caption {
    font-size: 20px;
    color: #111;
    margin-top: 20px;
    font-weight: 500;
}

.main-contact {
    position: relative;
    text-align: center;
    padding: 60px 0;
    background: #000;
}

.main-contact:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #455fa5 url(/public/img/main/m-contact.jpg) no-repeat center / cover;
    opacity: 0.5;
}

.main-contact>.container {
    position: relative;
    z-index: 10;
}

.main-contact p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.main-contact .more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 45px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.main-contact .more:hover {
    color: #fff;
    background: #2084D2;
    border-color: #2084D2;
}

/* footer setting */
#site footer li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

/* subpage setting */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    /* visibility: hidden; */
}

.pagination_wrap,
.search_wrap {
    /* visibility: hidden; */
}

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

.pageheader {
    height: 220px;
    background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
    position: relative;
    height: 100%;
}

.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.034em;
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}

.breadcrumb .active {
    color: #fff;
}

.subpage-content {
    padding-top: 100px;
    padding-bottom: 80px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #2084D2;
}

.subpage-content section {}

.subpage-content section h4 {
    /* position: relative; */
    /* margin-bottom: 30px; */
    /* font-size: 28px; */
    /* letter-spacing: -0.034em; */
    /* padding-left: 10px; */
}

/* .subpage-content section h4:before {
    content: '';
    display: block;
    width: 3px;
    height: 26px;
    background: #2084D2;
    position: absolute;
    left: 0;
    top: 2px;
} */

.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

.snb li:hover>a {
    background: none;
    border-color: #10bb88;
    color: #008e64;
}

@media(max-width:767px) {

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

/* subpage about */
.greet {
    padding-top: 20px;
}

.greet p {
    margin-bottom: 20px;
    font-size: 17px;
}

.greet .quote {
    font-size: 30px;
    margin-top: 0;
    font-weight: 500;
    color: #1b4aac;
    line-height: 1.35em;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
}

.greet .right-con {
    width: 55%;
}

.greet .left-con {
    padding-right: 60px;
    width: 45%;
}

.inner .clearfix {
    padding-bottom: 60px;
}

.inner .img-box img {
    padding: 10px;
    border: 1px solid #ddd;
    object-fit: contain;
}

.certi-box p {
    display: block;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: -0.034em;
}

/* subpage business */
#business01 .subpage-content .row {
    display: none;
}

#business03 .subpage-content .row {
    display: none;
}

#business01 h4+ul {
    margin-bottom: 20px;
}

#business01 h4+ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    padding-left: 30px;
}

#business01 .img-wrap img {
    /* padding:10px; */
    /* border:1px solid #ddd; */
}

#business01 .se1 {
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
}

.img-wrap .clearfix {
    padding-bottom: 30px;
}

.major-busi .inner {
    text-align: center;
}

.major-busi .clearfix {
    padding-bottom: 50px;
}

.major-busi .img-caption {
    margin-bottom: 0;
    font-size: 20px;
    color: #111;
    letter-spacing: -0.04em;
}

.major-busi .more {
    font-size: 14px;
    text-transform: uppercase;
    color: #117dcc;
    text-decoration: underline;
}

.major-busi .des {
    font-size: 16px;
}

.busi-top {
    margin-top: -30px;
    margin-bottom: 70px;
    text-align: center;
}

.busi-top p {
    font-size: 20px;
}

.busi03-top .left-con {
    padding-right: 60px;
}

.busi03-top .left-con img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.busi03-top p {
    /* margin-bottom:20px; */
    font-size: 19px;
    padding-top: 37px;
}

.busi03-process {
    padding: 40px 20px 0;
    border: 1px solid #ddd;
}

.busi03-process .img-caption {
    text-align: right;
    font-size: 14px;
    color: #999;
}

/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 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: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    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;
}

.member_wrapper h1 {
    border: none;
    margin-top: 0;
}

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

.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

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

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

@media(min-width:768px) {
    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    #navbar-bg {
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        top: 91px;
        background: #fff;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        height: 0;
    }

    .navbar-inverse.opened #navbar-bg {
        border-top: 1px solid #ddd;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        padding-top: 30px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on {
        background: #fff;
    }

    .navbar-inverse .navbar-right>li>a {
        display: inline-block;
        min-width: 160px;
        text-align: center;
        /* color:#fff; */
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }
}

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

    .navbar-brand>img {
        height: 40px;
        margin: 10px;
    }

    .navbar-inverse {
        padding: 0;
    }

    .navbar-toggle {
        top: 6px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
    }

    .carousel-control {
        display: none;
    }

    .carousel-caption {
        left: 15px;
        right: 15px;
    }

    .carousel-caption p br {
        display: none;
    }

    .main-business {
        padding: 60px 0;
    }

    .main-business .title h3 {
        margin: 0 0 10px;
        font-size: 32px;
    }

    .numbering.circle,
    .numbering.sqr {
        font-size: 45px;
    }

    .numbering.sqr::after {
        top: 28px;
    }

    .main-business .img-caption {
        margin: 0 0 30px;
        font-size: 18px;
    }

    .main-contact p {
        font-size: 20px;
    }

    #site footer img {
        margin: 0 0 15px;
        height: 35px;
    }

    .pageheader {
        height: 175px;
    }

    .pageheader h2 {
        font-size: 36px;
    }

    .snb ul {
        padding-top: 20px;
        display: block;
    }

    .snb a {
        padding: 10px 0;
    }

    .subpage-content {
        padding: 80px 0 60px;
    }

    .greet .left-con,
    .greet .right-con {
        width: 100%;
        padding: 0 15px;
    }

    .greet .left-con {
        margin-bottom: 30px;
    }

    .greet .quote {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .greet p {
        font-size: 15px;
    }

    .history-wrap h6:after {
        left: -60px;
    }

    .history-wrap h6:before {
        left: -52px;
        width: 40px;
    }


    .subpage-content section h4 {
        font-size: 22px;
    }

    .subpage-content section h4:before {
        height: 20px;
    }

    .location-li li {
        font-size: 14px;
    }

    .busi-top p {
        font-size: 16px;
    }

    .certi-box .clearfix {
        padding-bottom: 40px;
    }

    .certi-box h6 {
        font-size: 18px;
    }


    .major-busi .clearfix {
        display: none;
    }

    .major-busi .des {
        margin-bottom: 40px;
        font-size: 14px;
    }

    #business01 h4+ul li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4;
    }

    .busi03-top .left-con {
        margin-bottom: 30px;
        padding-right: 15px;
    }

    input.form-control {
        max-width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        min-width: 135px;
    }
}

.location-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.location-top ul {
    margin-left: 40px;
    font-size: 17px;
}

#about06 .location-top h4 {
    padding-right: 28px;
    font-weight: bold;
}

#about06 .location-top h4:before {
    position:
        absolute;
    left: auto;
    right: 0;
    height: 54px;
    top: -9px;
}

.location-wrap {
    margin-top: 60px;
}

.location-wrap .clearfix {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #ccc;
}

.location-wrap .txt-box h5 {
    font-size: 28px;
    font-weight: 600;
}


.location-wrap ul li {
    font-size: 16px;
}

.map-btn {
    padding: 9px 36px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #117dcc;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.map-btn:hover {
    color: #fff;
    background: #00734f;
}

.map-btn i {
    margin-right: 10px;
}

.engineering-trait li {
    font-size: 16px;
}

.subpage-content section h5 .number.sqr {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background: #117dcc;
    padding: 3px 9px;
    margin-right: 10px;
}

/* ------------ 준비중 ------------ */
.txt-area {
    padding: 100px 25px;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ddd;
    background: #fff;
}

.txt-area i {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--page-color);
    font-size: 58px;
    color: var(--page-point-color);
}

.txt-area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.txt-area p {
    color: #333;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width:567px) {
    .txt-area {
        padding: 50px 0;
        margin-top: 0;
        text-align: center;
        border-radius: 5px;
        border: 2px solid #ddd;
        background: #fff;
    }
}

/* 250701 NEW */
:root {
    --page-point-color: #3283d8;
    --page-point-color-hover: #0a2832;
    --gms-opsz: "opsz" 48;
    --icons: "material symbols outlined";
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}


@media (min-width:1200px) {

    .navbar-inverse+.agreement_container,
    .navbar-inverse+.privacy_container {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.login_container {
    padding: 200px 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    padding: 0 15px;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 220px;
}

.subpage-header .bg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.02em;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    padding-top: 40px;
}

.snb li {
    flex: 0 1 25%;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 180px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    border-bottom: 2px solid #ddd;
    margin-bottom: -2px;
    padding: 20px 0;
    font-weight: 500;
    color: #999;
}

.snb li.active a {
    background: #fff;
    font-weight: 600;
    color: #0075cf;
    border: 0;
    border-bottom: 2px solid #117dcc;
}

.snb li.active a::after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}

.breadcrumb .active {
    color: #fff;
}

.title-h3 {
    text-align: center;
    margin-bottom: 80px;
}

.title-h3 h3 {
    font-size: 40px;
    color: #333;
    margin-top: 0;
    display: inline;
    padding-bottom: 4px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.title-h3 h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin: 15px auto 0;
}

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

.subpage-content .con {}

/* 회사소개 */
.greet-wrap {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 100px;
}

.greet-wrap .img-box {}

.greet-wrap .img-box img {}

.greet-wrap .txt-box {}

.greet-wrap .txt-box p {
    font-size: 17px;
    padding-right: 30px;
}

.greet-wrap .txt-box p:first-child {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #000;
}

.greet-wrap .txt-box p+p {
    margin-top: 25px;
}

/* 조직도 */
.group-wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.group-wrap .img-box {}

.group-wrap .img-box img {}

.group-wrap .img-box:nth-child(1) img {
    width: 100%;
}

/* business */
.busi-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.busi-box {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 100px;
}

#business02 .busi-box {
    gap: 180px;
}

.busi-box:after {
    /* content: ''; */
    display: block;
    clear: both;
}

.busi-box h6 {
    font-size: 22px;
    letter-spacing: -0.04em;
    position: relative;
    line-height: 1.3em;
    margin: 0;
    font-weight: 700;
}

.busi-box h6::before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    right: 0;
}

.busi-box h6::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #1f84d2;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 7px;
}


#business02 .busi-box h6::before {
    width: 70px;
    height: 1px;
    right: -70px;
}

#business02 .busi-box h6::after {
    right: -70px;
}

.sub-tit {}

.sub-tit .sub-h4 {
    padding-top: 10px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.sub-tit .sub-h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 72px;
    height: 2px;
    background: var(--page-point-color);
}

.busi-box .txt-box {}

.busi-box .txt-box+.txt-box {
    margin-top: 40px;
}

.busi-box .txt-box p {
    line-height: 1.6;
    color: #333;
    margin: 0;
    font-size: 17px;
}

.busi-box .txt-box p+p {
    margin-top: 25px;
}


.total-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.total-wrap .txt-box {}

.total-wrap .txt-box p {
    font-size: 19px;
    text-align: center;
    margin: 0;
}

.total-wrap .txt-box p+p {
    margin-top: 15px;
}

.total-wrap .img-box {
    position: relative;
    margin-top: 50px;
}

.total-wrap .img-box::before {
    content: '토탈엔지니어링 절차';
    display: block;
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.total-wrap .img-box img {
    width: 100%;
    height: 220px;
    background: #f2f2f2;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.total-wrap .total-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.total-box .total {
    padding: 50px 25px;
    border: 1px solid #c2cfe1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.total-box .total > span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 17px;
    width: 43px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

.total-box .total h6 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.034em;
}

.total-box .total h6 span {
    display: flex;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 4px;
}

.total-box .total .dot-list {}

.total-box .total li {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 8px;
    position: relative;
}

.total-box .total li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}

.total-box .total li+li {
    margin-top: 5px;
}

.soose-wrap {}

.soose-wrap .txt-box {}

.soose-wrap .txt-box p {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
}

.soose-wrap .img-box {
    margin-bottom: 50px;
}

.soose-wrap .img-box img {
    width: 100%;
    height: 300px;
    background: #f2f2f2;
}

.soose-wrap .txt-box p+p {
    margin-top: 15px;
}

/* 인증 */
.certi-box {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 100px;
}

.certi-box:after {
    content: '';
    display: block;
    clear: both;
}

.certi-box h6 {
    font-size: 24px;
    letter-spacing: -0.04em;
    position: relative;
    line-height: 1.3em;
    margin: 0;
    font-weight: 700;
}

.certi-box h6::before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 14px;
    right: 0;
}

.certi-box h6::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #1f84d2;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 9px;
}

.certi-box .certi {}

.certi .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}

.certi .img-box {}

.certi .img-box img {}

.tab-box {}

.nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    gap: 2px;
}

.nav-tabs li {
    margin: 0;
    float: unset;
}

.nav-tabs li a {
    border-color: #b1becf;
    margin: 0;
    font-size: 17px;
    color: #8096b3;
    padding: 12px 25px;
    width: 180px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.nav-tabs li:not(.active) a:hover {
    color: #407fd2;
    border-color: #407fd2;
    background: #fff;
    font-weight: 500;
}

.nav-tabs li.active {}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    font-weight: 500;
    background: #307ecf;
}

/* customer */
.partner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.partner-wrap .img-box {}

.partner-wrap .img-box img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 25px 15px;
    border: 1px solid #ddd;
}

/* 채용정보 */
.welfare-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.welfare-wrap .welfare {
    border: 1px solid #bdc8d9;
    border-radius: 10px;
    padding: 40px 35px;
    aspect-ratio: 1;
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.welfare-wrap .welfare .txt-box {
    width: 100%;
}

.welfare-wrap .welfare span {
    font-size: 66px;
    --wght: 200;
    display: block;
    text-align: right;
    width: 100%;
    color: #407fd2;
}

.welfare-wrap .welfare p {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    color: #27425f;
}

.welfare-wrap .welfare small {
    margin-top: 5px;
}

.welfare-wrap .welfare ul {
    margin-bottom: 5px;
}

.welfare-wrap .welfare li {}

.welfare-wrap .welfare li::before {
    position: absolute;
    /* content: ""; */
    left: 0;
    top: 6px;
    width: 6px;
    height: 1px;
    background: #333;
}

.process-wrap {}

.process-wrap .sub-h5 {
    margin: 0 0 60px;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.034em;
}

.step-box {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 100%;
}

.step-box + p {
    font-size: 16px !important;
    padding: 20px;
    background: #f6f6f6;
    margin-top: 50px !important;
}

.step-box .step {
    position: relative;
    flex: 1;
}

.step-box .step+.step::before {
    position: absolute;
    left: -23%;
    top: 25%;
    color: #c2daf6;
    content: "\e5e1";
    font-family: var(--icons);
    font-variation-settings: var(--gms-400-fill);
    font-size: 40px;
}

.step-box .step:last-child span {
    background: #2f68b3;
    color: #fff;
    border-color: #2f68b3;
}

.step-box span {
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a69b5;
    font-size: 70px;
    --wght: 200;
    border: 1px solid #bdc8d9;
}


.step-box p {
    margin-top: -17px;
    color: #111;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: -0.034em;
}

.step-box p b {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    background: var(--page-point-color);
    width: 84px;
    border-radius: 15px;
    padding: 4px 5px 2px;
    margin-bottom: 10px;
}
.process-wrap p{
    text-align: center;
    margin: -20px 0 0;
    font-size: 17px;
}
/* cs센터 */
.root_daum_roughmap .cont {
    display: none !important;
}

.location-wrap ul {}

.location-wrap {}

.location-wrap .nav-tabs {}

.location-wrap .nav-tabs li {}

.location-wrap .nav-tabs li a {}

.location-wrap .nav-tabs li.active {}

.location-wrap .nav-tabs li.active a {}

.loaction-box {}

.loaction-box .map-box {
    border: 1px solid #ddd;
}

.loaction-box ul {
    padding: 40px 0;
}

.loaction-box ul li {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0;
    font-size: 18px;
}

.loaction-box ul li span {
    display: flex;
    font-weight: 600;
    color: #000;
    position: relative;
    align-items: center;
    gap: 10px;
    letter-spacing: 0;
}

.loaction-box ul li span::before {
    content: "\e55e";
    font-family: var(--icons);
    font-variation-settings: var(--gms-400-fill);
    font-size: 16px;
    color: #fff;
    background: #7390af;
    position: relative;
    width: auto;
    height: auto;
    line-height: 1.2;
    border-radius: 50%;
    padding: 5px 6px 0;
    aspect-ratio: 1;
}

.loaction-box ul li:nth-child(2) span::before {
    content: "\e61d";
}

.loaction-box ul li:nth-child(3) span::before {
    content: "\ead8";
}

#tab2 ul li:nth-child(3) span::before {
    content: "\ead8";
}

.loaction-box ul li+li {
    margin-top: 10px;
}

#tab2 .loaction-box ul li:nth-child(2) span::before {}

#tab2 ul li:nth-child(2) span::before {
    content: "\e1e6";
}

#tab2 ul li:nth-child(3) span::before {
    content: "\f1d0";
}

#tab3 ul li:nth-child(2) span::before {
    content: "\e1e6";
}

#tab3 ul li:nth-child(3) span::before {
    content: "\f1d0";
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#ab02 #bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: center;
    padding: 0;
    margin-top: 15px;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;

}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}


/* 목록 게시판 */
#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    /* background: #dedede; */
}

#notice01 #bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

#bbsArea .board_list_list tbody td span.badge a {}

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {}

/* 주문폼 */
#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f9f9f9;
    border-color: #e5e5e5;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    padding: 18px;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

.member_wrapper h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column
    }

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important
}

.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px !important
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-3px)
}

.member_wrapper .form-group>div:nth-child(2) {
    flex: 1
}

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7
}

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

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

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}