@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    word-break: keep-all;
}

#site {
    padding-top: 90px;
    font-family: 'Roboto', 'notokr', sans-serif;
    letter-spacing: -0.03em;
}

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

/*=================================== reset =================================== */

img {
    flex-shrink: 0;
}

.img-box {
    position: relative;
}

:is(ol, ul, li, dl) {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
}

:is(p, h1, h2, h3, h4, h5, h6, dt dd, th, td, li) {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: -0.034em;
}

:is(a, a:hover) {
    text-decoration: none;
}

.form_history_title {
    font-size: 26px;
    font-weight: 600;
}

.alert-info {
    color: #222;
    background-color: #f5f5f5;
    border-color: #ccc;
    font-size: 16px;
    padding: 30px 30px;
}

.alert-info li {
    list-style: circle;
}

button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #444;
}

br {
    visibility: visible;
    opacity: 0;
}

/*=================================== common =================================== */
[class$="-dash"] {
    margin: 0;
    padding: 0;
}

[class$="-dash"]>*:not(dt) {
    position: relative;
    padding-left: 15px;
}

[class$="-dash"]>*:not(dt)::before {
    position: absolute;
    left: 0;
}

[class$="-dash"]>*:not(dt)::before {
    content: '-';
}

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

/* =================================== material symbol =================================== */
:root {
    /* https://fonts.google.com/icons */
    --gms: 'Material Symbols Outlined';
    --true: 1;
    --false: 0;
    /* fill icon */
    --gms100_Fill: 'FILL' var(--true), 'wght' 100, 'GRAD' 0, 'opsz' 48;
    --gms200_Fill: 'FILL' var(--true), 'wght' 200, 'GRAD' 0, 'opsz' 48;
    --gms300_Fill: 'FILL' var(--true), 'wght' 300, 'GRAD' 0, 'opsz' 48;
    --gms400_Fill: 'FILL' var(--true), 'wght' 400, 'GRAD' 0, 'opsz' 48;
    --gms500_Fill: 'FILL' var(--true), 'wght' 500, 'GRAD' 0, 'opsz' 48;
    --gms600_Fill: 'FILL' var(--true), 'wght' 600, 'GRAD' 0, 'opsz' 48;
    --gms700_Fill: 'FILL' var(--true), 'wght' 700, 'GRAD' 0, 'opsz' 48;
    /* outlined icon */
    --gms100_Out: 'FILL' var(--false), 'wght' 100, 'GRAD' 0, 'opsz' 48;
    --gms200_Out: 'FILL' var(--false), 'wght' 200, 'GRAD' 0, 'opsz' 48;
    --gms300_Out: 'FILL' var(--false), 'wght' 300, 'GRAD' 0, 'opsz' 48;
    --gms400_Out: 'FILL' var(--false), 'wght' 400, 'GRAD' 0, 'opsz' 48;
    --gms500_Out: 'FILL' var(--false), 'wght' 500, 'GRAD' 0, 'opsz' 48;
    --gms600_Out: 'FILL' var(--false), 'wght' 600, 'GRAD' 0, 'opsz' 48;
    --gms700_Out: 'FILL' var(--false), 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

.material-symbols-outlined {
    /* default */
    font-variation-settings: var(--gms400_Fill);
    user-select: none;
}

/* =================================== navbar =================================== */
.menu-top {
    position: relative;
    z-index: 100;
    text-align: right;
}

.menu-top .container {
    position: relative;
}

.menu-top .container>div {
    display: inline-block;
}

.menu-top ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.menu-top ul>li {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.menu-top .link {
    position: absolute;
    top: -2px;
    right: 35px;
    z-index: 10;
}

.menu-top .link ul>li>a {
    min-width: 73px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    background: #eee;
    color: #222;
    border: none;
    border-radius: 3px;
}

.menu-top .link ul>li>a:where(:hover, :focus) {
    color: #fff;
    background: #007cbe;
}

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

/* 상단 메뉴 */
.navbar-header,
.navbar>.container {
    display: flex;
}

.navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar>.container {
    justify-content: space-between;
}

.navbar>.container::before,
.navbar>.container::after {
    display: none;
}

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

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 0;
    height: auto;
}

.navbar-brand:after {
    content: 'ISO 9001 / ISO 14001 / ISO 45001 인증업체';
    display: block;
    text-align: center;
    color: #00928d;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    white-space: nowrap;
}


/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav>li>a {
    position: relative;
    z-index: 10;
    font-size: 17px;
    font-weight: 500;
    color: #222;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav>li>a:is(:hover, :focus),
.navbar-inverse .navbar-nav>li:is(:hover, :focus) .dropdown-toggle {
    background: none;
    color: #000;
}

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #fff;
}

/* dropdown-menu 메뉴 기본 */
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #fff;
}

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
    background: #f5f5f5;
    color: #14abb1 !important;
}

@media (min-width: 768px) {
    .navbar-inverse {
        padding-top: 10px;
    }

    /* pc nav 메뉴 */
    .navbar-inverse .navbar-nav>li>a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90px;
        padding: 8px 25px 0;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        text-align: center;
        color: #333;
        border-top: 2px solid #14abb1;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 14px 25px;
        font-size: 15px;
        line-height: 1;
        color: #333 !important;
        border-bottom: 1px solid #f0f0f0;
    }
}

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

    .menu-top .link {
        right: 5px;
        top: 5px;
    }

    .menu-top .link ul>li>a {
        font-size: 10px;
        min-width: 60px;
        padding: 4px 5px;
    }

    .navbar-header {
        justify-content: space-between;
        padding-top: 10px;
        height: 80px;
        border-bottom: 1px solid #ddd;
    }

    .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: 175px;
        margin: 0 0 5px 15px !important;
    }

    .navbar-brand:after {
        font-size: 10px;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 12px 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:is(:hover, :focus) {
        background: none;
        border-color: #444;
    }

    .navbar-inverse .navbar-toggle:is(:hover, :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 :is(.dropdown-header, li>a) {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #f7f7f7;
        border-top: 2px solid #14abb1;
    }

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

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

/* =================================== footer =================================== */

#site footer {
    margin-top: 0px;
    padding: 35px 0 45px;
    background-color: #fff;
    border-top: 1px solid #eee;
}

/* left logo */
.footer-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-logo img {
    opacity: .55;
}

.footer-logo:after {
    content: 'ISO 9001 / ISO 14001 / ISO 45001 인증업체';
    display: block;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    white-space: nowrap;
}

/* default */
.footer-info {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.footer-info li:not(.corp, .copyright, .clearfix, .address) {
    display: inline;
    margin-right: 10px;
}

.footer-info li:where(.corp, .copyright) {
    display: block;
}

.footer-info li.corp {
    font-size: 17px;
    margin-bottom: 10px;
    color: #444;
}

.footer-info li.copyright {
    margin-top: 12px;
    font-size: 13px;
    color: #bbb;
}

.footer-info .address {
    margin-bottom: 10px;
}

.footer-info .address ul {
    display: flex;
}

.footer-info .address li {
    display: flex;
    flex-direction: column;

}

.footer-info .address li+li {
    margin-left: 15px;
}

.footer-info .address strong {
    margin-bottom: 3px;
    color: #555;
}

/* scrolltop */
#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #14abb1;
}

#scrolltop .inner {
    aspect-ratio: 1/1;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #636363;
}

#scrolltop .inner :is(i, span) {
    font-size: 24px;
}

/* mobile footer*/
@media(max-width:767px) {
    .footer-info .address ul {
        flex-direction: column;
        gap: 10px 0;
    }

    .footer-info>li {
        display: block !important;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .footer-info li+li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }
}

/* no_content */
.maintenance {
    background: #f4f4f4;
    padding: 100px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    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: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* =================================== mainCarousel =================================== */

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

#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
}

/* caption */
.carousel-caption {
    top: 48%;
    padding: 0;
}

.carousel-caption h1 strong {
    display: block;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.15em;
    opacity: .85;
    margin-bottom: 25px;
}

.carousel-caption h1 {
    position: relative;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.055em;
    margin-bottom: 20px;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 1.65;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.carousel-caption .more-btn {
    margin-top: 45px;
}

.more-btn {
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 186px;
    height: 51px;
    padding: 2px 24px 0;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: .8;
    color: #fff;
}

.more-btn i {
    font-size: 20px;
    margin-top: -1px;
    color: #fff;
}

.more-btn:hover i {
    color: #fff;
}

.more-btn:hover {
    background: #007cbe !important;
    color: #fff;
    border-color: #007cbe;
}

/* control */
.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 10%;
}

.carousel-control:is(.right, .left) {
    background: transparent;
    justify-content: center;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left span {
    margin-left: 0;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
    font-family: var(--gms);
    font-weight: 100;
}

.glyphicon.glyphicon-chevron-right::before {
    content: '\e5e1';
}

.glyphicon.glyphicon-chevron-left::before {
    content: '\e5e0';
}

.carousel-control :is(.glyphicon-chevron-left, .glyphicon-chevron-right, .icon-next, .icon-prev) {
    font-size: 32px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
}


/* indicators */
.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators :is(li, li.active) {
    aspect-ratio: 1/1;
    width: 11px;
    height: auto;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    transition: ease-in-out .15s all;
}

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

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

/* =================================== mainpage common =================================== */
/* section */
.mainpage section {
    padding: 85px 0 95px;
}

/* wrap */

/* =================================== subpage header =================================== */

/* default */
.subpage-header {
    position: relative;
    display: flex;
    flex-flow: wrap;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/public/img/sub/sub-top01.jpg);
}

/* background */

/* .subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
} */

/* .subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
} */

/* .subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
} */

/* .subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
} */

/* .subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
} */

.subpage-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
}

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

.subpage-header .subpage-title h2 {
    margin-top: -25px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.breadcrumb {
    position: static;
    /* bottom: 100px; */
    background: none;
    padding: 0;
    margin: 5px 0 0;
    display: flex;
    gap: 20px;
    font-size: 13px;
    justify-content: center;
}

.breadcrumb>li {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb>li.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    content: '\e5cc';
    font-family: var(--gms);
    font-weight: 400;
    position: absolute;
    left: -24px;
    display: block;
    font-size: 18px;
    line-height: 1;
}

/* =================================== snb =================================== */
.snb {
    margin-top: -28px;
    position: relative;
    z-index: 10;
}

.nav-tabs,
.snb :where(ul, li>a) {
    display: flex;
}

.snb ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.snb li {
    flex: 1;
}

.snb li>a {
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 56px;
    font-size: 16px;
    color: #9c9c9c;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    margin: 0 -1px;
    letter-spacing: -0.034em;
    font-weight: 500;
}

@media (hover:hover) {

    .snb li>a:hover {
        color: #14abb1;
        font-weight: 500;
    }
}

.snb li.active a {
    position: relative;
    font-weight: 600;
    border: 1px solid #14abb1;
    background: #14abb1;
    color: #fff;
}

.nav-tabs {
    border: 0;
    margin-top: 30px;
    justify-content: center;
}

.nav-tabs>li {
    border: 0;
    margin: 0;
}

.nav-tabs>li+li {
    margin-left: 12px;
}

.nav-tabs>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    width: 120px;
    font-size: 17px;
    font-weight: 500;
    color: #8c8c8c;
    margin-right: 0 !important;
    position: relative;
    background: #f5f5f5;
    border-radius: 50px;
}

.nav-tabs>li:first-child>a::before {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #e1e1e1;
    border: 0;
    font-weight: 500;
    border-radius: 50px;
}

.nav-tabs>li.active> :is(a, a:hover) {
    background: #fff;
    border: 0;
    color: #14abb1;
    border-radius: 60px;
    font-weight: 500;
    margin: 0;
    border: 1px solid #14abb1;
}

/* .snb li.active a::after {
    content: '';
    position: absolute;
    display: block;
    background: #222;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
} */


/* =================================== subpage section, title =================================== */
.subpage-content section {
    min-height: 700px;
    padding: 90px 0 120px;
}

.subpage-content .container {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}

.text-center span {
    font-size: 16px !important;
}

.subpage-content .container::before,
.subpage-content .container::after {
    content: none;
}

.subpage-content :where(.container, .container>.row) {
    position: relative;
}

/* .subpage-content :where(.container>.row+.row, section>.row+.row) {
    margin-top: 75px;
} */

.subpage-content .col-sm-12:not(.wrap-title)+.col-sm-12 {
    margin-top: 40px;
}

.subpage-content .wrap-title+ :is(.wrap-content, .bbs-area) {
    margin-top: 20px;
}

#ab03 .subpage-content .wrap-title+ :is(.wrap-content, .bbs-area) {
    padding: 0 7px;
}

/* .subpage-content .se-title {
    margin-bottom: 30px;
} */

/* .subpage-content .se-title::after {
    content: '';
    display: block;
    width: 34px;
    height: 8px;
    background: #98dadd;
    transform: skew(332deg) translateX(-50%);
    position: absolute;
    left: 50%;
    top: -25px;
} */

:where(#ab03, [id^="ep01_"]) .subpage-content .se-title:after {
    content: none;
}

.subpage-content .se-title h3 {
    margin: 0;
    font-size: 41px;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: -0.045em;
}

.subpage-content .se-title h3+p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 30px;
    line-height: 1.6;
    font-weight: 400;
    color: #333;
}

.subpage-content .wrap-title h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    letter-spacing: -0.055em;
    padding-left: 0;
}

.subpage-content .wrap-title :where(h4+p, h4+ul) {
    margin-top: 20px;
}

.subpage-content .wrap-title :where(li, p, dd) {
    position: relative;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    margin: 0;
    color: #666;
}

.subpage-content .wrap-title li+li {
    margin-top: 5px;
}

.subpage-content .wrap-content h5 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #333;
}

.subpage-content .wrap-content h5 small {
    display: inline-block;
    margin-left: 10px;
}

.subpage-content .wrap-content div+h5 {
    margin-top: 50px;
}

.subpage-content p {
    font-size: 16px;
    line-height: 1.45;
    color: #444;
}

.subpage-content p+p {
    margin-top: 15px;
}

/* =================================== subpage content =================================== */
/* 01 */

/* map */
/* map-kakao */
.root_daum_roughmap,
.root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 400px;
    padding: 0 !important;
}

/* map-google */
.map-google iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -5px;
    background: #f4f4f4;
}

.greet-wrap .img-box {
    position: relative;
    overflow: hidden;
    margin: 10px auto 0;
    /* clip-path: polygon(80% 100%, 100% 0%, 20% 0%, 0% 100%); */
    /* aspect-ratio: 1/1; */
    width: 450px;
}

.greet-wrap p.top {
    font-size: 28px;
    line-height: 1.4;
    color: #14abb1;
    letter-spacing: -0.045em;
    margin-bottom: 50px;
    position: relative;
    margin-top: 90px;
}

.greet-wrap p.top::before {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 1px;
    background: #acacac;
    transform: rotate(-45deg);
    top: 107px;
}

.greet-wrap p {
    line-height: 1.6;
    color: #666;
}

.greet-wrap p+p {
    margin-top: 17px;
}

.history-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}

@media (min-width:900px) {
    .history-wrap {
        width: 800PX;
        margin: 0 auto;
    }
}

.history-wrap>div {
    width: 100%;
    margin: 0;
}

.history-wrap .item>div {
    padding: 0;
}

.history-wrap .title {
    position: relative;
    overflow: hidden;
    height: 44px;
    border-bottom: 1px solid #4dcfd4;
}

.history-wrap h5 {
    transform: translateY(1px);
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    color: #14abb1;
    font-style: italic;
}

.history-wrap .li-year {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.history-wrap .li-year strong {
    color: #222;
}

.history-wrap .li-year li {
    display: flex;
    gap: 15px;
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.history-wrap .li-year small {
    font-size: 15px;
    color: #999;
}

.cert-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0px;
}

#ab03 .col-sm-3 {
    width: 20%;
    padding: 0 8px;
}

.cert-wrap img {
    padding: 6px;
    border: 1px solid #ddd;
}

.cert-wrap p {
    text-align: center;
    margin-top: 15px;
    color: #333;
}

.adv-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 0 60px;
}

.adv-wrap .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-top: 2px solid #14abb1;
    border-radius: 10px;
    aspect-ratio: 1.05/1;
    padding: 50px 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}

.adv-wrap .item span.material-symbols-outlined {
    font-variation-settings: var(--gms200_Out);
    font-size: 94px;
    color: #14abb1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.075);
}

.adv-wrap .item p {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

/* .org-wrap+.org-wrap{
    margin-top: 90px;
} */
.table-org {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #e91c2c;
}

.table-org :is(tbody, thead) tr :is(th, td) {
    border-color: #ddd;
    text-align: center;
    padding: 13px;
    font-size: 15px;
    vertical-align: middle;
}

.table-org :is(thead) tr :is(th) {
    border-right: 1px solid #878787;
}

.table-org thead th {
    border-bottom: 0 !important;
    background-color: #555;
    color: #fff;
    font-weight: 500;
    border-left: 1px solid #fff;
}

.table-org tbody th {
    background: #eeeeee;
    font-weight: 600;
}

.table-org tbody td {
    border: 1px solid #ddd;
    color: #545454;
}

.table-org tbody :is(td.sum, tr.sum>td) {
    font-weight: 600;
    color: #e22533;
}

.map-wrap h5 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
    /* margin-top: 53px; */
}

#ab06 .col-sm-6.left {
    padding: 40px 40px 40px;
    background: #f5f7f7;
    margin-top: 50px;
    width: 44%;
    margin-left: 70px;
    position: relative;
}

#ab06 .col-sm-6.left::before {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 1px;
    background: #b7e2e3;
    left: -86px;
    top: 57px;
}

#ab06 .col-sm-6.left::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #23b8bc;
    border-radius: 50%;
    left: -8px;
    top: 49px;
    border: 4px solid #b7e2e3;
}

.map-wrap .wrap-content {
    margin-top: 0;
}

.map-wrap .li-map {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.map-wrap .li-map li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.map-wrap .li-map span {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 40px;
    background: #fff;
    color: #23b8bc;
    font-size: 19px;
    font-variation-settings: var(--gms600_Fill);
    border: 1px solid #d9f3f4;
}

/* 02 */
.blog-wrap .table_blog dd:only-child>.text-center {
    width: 100%;
}

.blog-wrap .table_blog dd::after,
.blog-wrap .table_blog dd .right .info {
    display: none;
}

.blog-wrap .table_blog {
    border-top-color: #333;
}

.blog-wrap .table_blog dd {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px;
}

.blog-wrap .table_blog dd a {
    font-weight: 500;
}

.table_blog dd .right .title a {
    font-size: 19px;
    letter-spacing: -.035em;
}

@media (hover:hover) {


    .blog-wrap .table_blog dd .title a:hover {
        color: #14abb1;
    }

    .table_blog dd .right .title a:hover,
    .table_blog dd .title a:focus {
        color: #14abb1;
    }
}

.blog-wrap .table_blog dd .right {
    width: auto;
    flex-grow: 1;
    padding-top: 10px;
}

.blog-wrap .table_blog dd .right .text p {
    padding: 0;
}

.blog-wrap .table_blog dd .left a .thumb {
    aspect-ratio: 5/3;
    width: 250px;
    height: auto;
}

.blog-wrap .table_blog dd :where(.left, .right) {
    width: auto;
    height: auto;
}

/* 03 */

/* 04 */

/* 05 */

/* table */
.sub-table-wrap {
    margin-top: 30px;
}

.sub-table-wrap:first-child {
    margin-top: 0;
}

.table-style :is(tbody, thead) :is(th, td) {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    vertical-align: middle;
}

.sub-table-wrap .table-style thead th {
    border-bottom: 0;
}

.sub-table-wrap .table-style tbody th {
    background: #efefef;
}

/* =================================== board, bbs =================================== */
/* .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;
} */

.subpage+.board_wrapper,
.subpage+.board_wrapper+.search_wrap {
    display: none;
}

:is(.table_video, .table_blog2, ) dd .inner .bottom {
    padding: 15px 20px;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding: 0;
}

:is(.table_video, .table_blog2) dd :is(.inner .bottom) .title a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info {
    display: none;
    /* display: flex;
    gap: 10px; */
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info span {
    padding: 0;
}

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

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

.board_wrapper .text-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.board_wrapper .text-center :is(.btn.btn-lg, .btn+.btn) {
    min-width: 190px;
}

.board_wrapper .text-center .btn+.btn {
    margin: 0 6px;
}

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

.btn.btn-primary:is(:hover, :focus) {
    background-color: #3b7777;
    border-color: #3b7777;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #64a7e9;
    color: #fff;
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #64a7e9;
    color: #64a7e9;
}

/* 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_blog dd::after,
.table_blog dd .right .info {
    display: none;
}

.table_blog dd {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding: 25px 25px;
}

.table_blog dd a {
    font-weight: 500;
}

.table_blog dd .right {
    flex-grow: 1;
    padding-top: 10px;
}

.table_blog dd .left a .thumb {
    aspect-ratio: 5/3;
    width: 250px;
    height: auto;
}

.table_blog dd :where(.left, .right) {
    width: auto;
    height: auto;
}

.table_blog2 dd .inner {
    border: none;
}

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

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

.table.table_default tr :is(th, 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;
}

#cs02 .board_wrapper .text-center {
    display: revert;
}

.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 :is(.input-group.input-group-big, .form-control.form-control-big, .btn, .form-control) {
    width: 50%;
}

.board_wrapper .table.board_write_table tbody tr th {
    background-color: #fff;
    padding: 20px 30px;
    width: 250px;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    padding: 20px 15px;
    border-top: 1px solid #ececec;
}

.checkbox,
.radio {
    margin-top: 0;
}

.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: 15px;
}

.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: 2px solid #999;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ccc;
    padding: 40px;
    text-align: left;
}

.board_data_view .contents_wrap {
    padding: 50px 40px;
}

.board_data_view .header_wrap .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.board_data_view .header_wrap .info {
    margin-top: 10px;
}

.board_data_view .header_wrap .info span {
    font-size: 14px;
    color: #999;
    margin-right: 5px;
}

.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) {
    main {
        height: 85vh;
    }

    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: 100%;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }

    .carousel-caption h1 {
        font-size: 14vw;
    }

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

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

    .carousel-indicators :is(li, li.active) {
        width: 12px;
        height: 12px;
        margin: 0 3px;
    }
}

/* subpage */
@media(max-width:767px) {
    .snb {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 0;
        background: #f7f7f7;
    }

    .snb ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .snb li {
        margin: 0;
        flex: 0 1 calc(50% - 5px);
    }

    .snb li>a {
        font-size: 15px;
        height: 50px;
    }

    .subpage-content section {
        padding: 50px 0 70px;
        min-height: auto;
    }

    .subpage-content .container {
        gap: 30px 0;
    }

    .subpage-content .se-title h3 {
        font-size: 36px;
    }

    .subpage-header {
        height: 200px;
    }

    .subpage-header .subpage-title h2 {
        margin-top: 0;
    }

    .greet-wrap .img-box {
        width: 100%;
    }

    .greet-wrap p.top {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .greet-wrap p.top br {
        display: none;
    }

    .greet-wrap p.top::before {
        top: 100px;
    }

    .history-wrap .title {
        margin-bottom: 30px;
    }

    .history-wrap .li-year li {
        flex-direction: column;
        gap: 10px 0;
        padding-bottom: 15px;
    }

    #ab03 .col-sm-3 {
        width: 50%;
    }

    .adv-wrap {
        padding: 0 30px;
    }

    .adv-wrap>div {
        width: 100%;
    }

    .map-google iframe {
        height: 350px;
    }

    #ab06 .col-sm-6.left {
        width: calc(100% - 30px);
        margin: 30px 15px 0;
        padding: 30px;
    }

    #ab06 .col-sm-6.left::before {
        display: none;
    }

    #ab06 .col-sm-6.left::after {
        left: 10px;
        top: -5px;
    }

    .blog-wrap .table_blog dd {
        padding: 25px 15px;
        gap: 10px 0;
    }

    .table_blog dd .left {
        padding: 0;
    }

    .table_blog dd .left a {
        display: block;
    }

    .table_blog dd .right .title {
        white-space: normal;
    }

    .blog-wrap .table_blog dd .left a .thumb,
    .blog-wrap .table_blog dd :where(.left, .right) {
        width: 100%;
    }

    .board_data_view .header_wrap {
        padding: 25px 20px;
    }

    .board_data_view .header_wrap .info span {
        font-size: 12px;
    }

    .board_data_view .header_wrap .info span strong {
        display: none;
    }

    .table_video dd,
    .table_blog2 dd {
        width: 100%;
    }

    .table_blog dd .right .text p {
        font-size: 15px;
    }
}

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

    .privacy_body {
        padding: 0 30px;
    }

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

    .table_default .subject {
        width: 100%;
    }

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

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

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

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

    .board_data_view .download_wrap tr {
        display: flex;
        flex-direction: column;
    }

    .board_data_view .download_wrap tr>* {
        width: 100%;
    }

    .board_data_view .download_wrap tr th {
        padding-bottom: 10px;
    }

    .board_data_view .download_wrap tr li a {
        word-break: break-all;
    }

    .board_data_view .download_wrap tr li+li {
        margin-top: 10px;
    }

    .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 :is(.btn.btn-lg, .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 :is(li, 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;
}