@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
    font-family: 'NEXEN_TIRE_Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/NEXEN_TIRE_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NEXEN_TIRE_Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/NEXEN_TIRE_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
    font-size: 16px;
}

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.6;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    background: transparent;
    padding: 20px 15px;
    font-size: 16px;
    width: 200px;
}

.bbs-area .table_default thead th {
    background: #fff;
    color: #000;
    font-weight: 700;
}

.bbs-area .table_default tr th,
.bbs-area .table_default tr td {
    font-size: 16px;
    padding: 18px 15px;
}

.bbs-area .table_default tr td, .bbs-area .table_default tbody tr th.num {
    font-size: 15px;
    font-weight: 400;
}

.bbs-area .table_default tbody .notice {
    background: #fafafa;
}

.bbs-area .table_default tbody .notice .subject {
    color: #222;
    font-weight: 600;
    font-size: 17px;
}

.bbs-area .table_default .tbody .subject {}

.bbs-area .table_default tbody .subject a {
    font-size: 17px;
}

:root {
    --page-point-color: #457bb9;
    --icons: "material symbols outlined";
}

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

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

.member_wrapper h1 {
}

/* 상단 로고*/
.navbar-brand {
    height: 52px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
}


@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }
    .navbar-inverse .navbar-nav>li>a{
        padding: 40px 10px;
    }
}

.navbar-inverse {
    background: #fff !important;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

.navbar-inverse .navbar-nav .dropdown {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 40px 25px;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
}

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

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

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

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
}

.carousel-caption h1 {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.1;
    color: #eee;
    font-weight: 700;
    font-size: 60px;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.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: 50%;
    transition: ease-in-out 0.15s all;
}

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

/* 메인 페이지 */
.mainpage {}

.mainpage section {
}

#main_wrapper {
    margin-top: 100px;
}

.mainpage .main-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}

.mainpage .img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainpage .main-img {
    background: #f2f2f2 url("/public/img/main/main_bg02.jpg") no-repeat center / cover;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    position: relative;
}

.main-img .img-box {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.7) 33% 68%, rgba(0, 0, 0, 0.1) 100%); */
    /* padding: 40px 0; */
    color: #fff;
}

.main-img .img-box h1 {
    color: #fff;
    font-weight: 700;
    font-size: 92px;
    line-height: 1;
    margin: 0 0 30px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.main-img .img-box span {
    font-size: 28px;
    position: relative;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    font-weight: 600;
}

.main-img .img-box img {
    height: 100px;
}

.main-img .img-box h4 {
    font-size: 25px;
    margin-top: 30px;
    color: #121212;
}

.mainpage .main-intro {
    display: none;
}

.main-intro .img-box {}

.main-intro .img-box img {
    width: 80px;
    aspect-ratio: 1;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.main-intro .img-box span {
    display: block;
    margin: 20px 0 12px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.main-intro .img-box p {
    font-size: 15px;
    font-weight: 500;
    color: #888;
}

/* 서브 페이지 */
.subpage {
    padding-top: 100px;
    position: relative;
}

.subpage-header {
    position: relative;
    height: 350px;
    display: none;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 54px;
}

/* [ subpage-navbar ] */
.snb {
    position: fixed;
    z-index: 10;
    background: #fafafa;
    border-bottom: 1px solid #dedede;
    width: 100%;
}

.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #dedede;
    display: none;
}

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

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

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 60px;
    color: #888;
}

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #000;
}

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

.title-h3 {margin-bottom: 90px;}

.title-h3+div>.img-box {
    margin-bottom: 80px;
}

.title-h3+div>.img-box img {
    width: 100%;
    height: 350px;
    background: #f2f2f2;
    object-fit: cover;
}

.title-h3 h3 {
    font-size: 56px;
    width: fit-content;
    letter-spacing: -0.045em;
    line-height: 1;
    font-family: 'NEXEN_TIRE_Bold';
}

.title-h3 h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 1px;
    background: var(--page-point-color);
    display: none;
}

[id^="ab0"] .title-h3 h3::after {
    content: '회사소개';
    display: inline-block;
    font-size: 26px;
    font-family: 'NEXEN_TIRE_Regular';
    margin-left: 25px;
    letter-spacing: 0;
    color: var(--page-point-color);
}
[id^="kc0"] .title-h3 h3::after {
    content: 'KC인증';
    display: inline-block;
    font-size: 26px;
    font-family: 'NEXEN_TIRE_Regular';
    margin-left: 30px;
    letter-spacing: 0;
    color: var(--page-point-color);
}

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

.subpage-content .con {}

/*  인사말  */
.greet-wrap {}

.greet-wrap .img-box {}

.greet-wrap .img-box img {}

.subpage-content .text-box {}

.inner-tit {
    position: relative;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 100px;
}

.inner-tit::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: var(--page-point-color);
    display: none;
}

[id^="kc0"] .inner-tit {
    border-bottom: 1px solid #999;
    margin-bottom: 80px;
}

#kc04 .inner-tit {
    margin-bottom: 0;
    border-bottom: 0;
}

#kc04 .inners-box + .inner-tit {
    margin-top: 100px;
    border-top: 1px solid #999;
    padding-top: 100px;
}

#many01 .inner-tit {
    display: inherit;
}

.inner-tit h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.inner-tit span {
    font-size: 19px;
    margin-left: 7px;
    opacity: 0.7;
    color: var(--page-point-color);
}

.inner-tit .txt p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
}

.inners-box {}

#ab01 .inner-tit {
    display: none;
}

.inners-box .greet {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.greet .intro {
}

.greet .intro.txt p {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
}

.greet .intro span {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: var(--page-point-color);
}

.txt p {
    font-size: 18px;
    line-height: 1.8;
}

.greet .txt p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
}

.greet .txt p.spec {
    text-align: end;
    font-weight: 600;
    font-size: 18px;
    margin-top: 50px;
}

.greet .txt img {
    width: 202px;
    float: right;
}

/* 오시는길 */
.map-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
    margin-top: 60px;
}

.map-box {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: flex-end; */
}

.map-info {
    margin-bottom: 30px;
}

.map-info span {
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
    color: #666;
}

.map-info p {
    font-size: 24px;
    font-weight: 600;
}

.map-link {
    display: flex;
    gap: 7px;
    margin-bottom: 10px;
}

.map-link a {
    display: flex;
    width: fit-content;
    padding: 7px 17px 5px 12px;
    align-items: center;
    color: #fff;
    gap: 8px;
    justify-content: center;
    background: var(--page-point-color);
    border-radius: 2px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.map-link a span {
    display: block;
    color: #fff;
    font-size: 21px;
}

.map-table {}

.map-table table {
    width: 100%;
    border-top: 1px solid;
}

.map-table tr {
    border-bottom: 1px solid #e9e9e9;
    border-left: 0;
    border-right: 0;
}

.map-table .spec td span {
    width: 75px;
}

.map-table .spec th {
    position: relative;
}

.map-table .spec th>span {
}

.map-table .spec th::after {
    position: absolute;
    content: "";
    width: 7px;
    aspect-ratio: 1;
    right: 94px;
    top: 32px;
    background: #f35757;
    border-radius: 50%;
}

.map-table th {
    color: #333;
    display: flex;
    align-items: center;
    /* padding-right: 100px !important; */
}

.map-table th span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
    line-height: 1;
    font-size: 23px;
}

.map-table td {
    color: #444;
}

.map-table th,
.map-table td {
    font-size: 18px;
    padding: 30px 0;
}

.map-table td ul {}

.map-table td li {
    line-height: 1.8;
    font-size: 17px;
}

.map-table td li span {
    width: 75px;
    display: inline-block;
    color: #333;
    font-weight: 600;
}

/* 전기용품 및 생활 용품 */
.kc01-wrap {}

.kc01-wrap .text-box {}

.safety {}

.safety .inner:first-child {
    margin-bottom: 60px;
}

.safety-wrap {position: relative;display: grid;grid-template-columns: 300px 1fr;gap: 80px;}

.safety-wrap>h5 {
    background: linear-gradient(137deg, #3c82c3, #9dc34e);
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-size: 37px;
    text-align: left;
    font-weight: 700;
    line-height: 1.3;
    padding: 60px 0 0 50px;
}

.safety-wrap .safety-box:nth-child(2) {
    display: grid;
}

.safety-wrap.spec {
    background: #fff;
    padding: 50px 40px;
    border: 4px dotted var(--page-point-color);
    margin: 0 70px;
    border-radius: 20px;
}

.safety-wrap.spec .safety-box:nth-child(2) {
    grid-template-columns: 1fr;
}

.safety-wrap .safety-box:nth-child(2) img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    background: #f2f2f2;
    box-shadow: 3px 5px 7px #e1e1e1;
}

.safety-wrap.spec .safety-box:nth-child(2) img {
    width: auto;
    height: auto;
    object-fit: cover;
    background: #f2f2f2;
    box-shadow: none;
    margin-left: 73px;
}

.safety-wrap .safety-box:nth-child(2) .safe-tit {}

.safety-wrap .safety-box:nth-child(2) .safe-tit h5 {
    height: 60px;
}

.safety-wrap .safety-box+.safety-box {
}

.subpage-content .inner+.inner {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #e9e9e9;
    gap: 80px;
}

#overseas01 .subpage-content .inner+.inner {
    border: 0;
    margin-top: 50px;
    padding-top: 60px;
}

.tb-txt {
    border-top: 1px solid #333 !important;
    padding-top: 50px !important;
    /* flex-direction: column; */
}

.tb-txt .txt-box {
    display: grid;
    grid-template-columns: 300px 1fr;
}

.tb-txt .txt-box + .txt-box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

#kc03 .tb-txt .txt-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px;
    width: 520px;
}

#kc03 .tb-txt .txt-box ul li {
    background: #4e7cbb;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 2px;
}

.safety-box {background: #f8f8f8;padding: 30px;border-radius: 5px;}

.safe-tit {}

.safe-tit h5 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.safe-tit h5::before {
}

.safe-tit h5::after {
}

.safe-tit p {font-weight: 500;font-size: 18px;line-height: 1.8;}

.safety-wrap .txt-box > img {
    display: none;
}

.num-list {
    display: flex;
    flex-direction: column;
}

.num-list li {
    display: flex;
    font-size: 18px;
    gap: 15px;
    font-weight: 600;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    padding: 15px 30px;
}

.num-list li + li {
    margin-top: 10px;
}

.num-list li span {
    color: #fff;
    width: 32px;
    border-radius: 50%;
    background: var(--page-point-color);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.num-list li img {
    height: 60px;
}

.num-box {
    counter-reset: int 0;
    flex-flow: wrap;
    font-weight: 500;
}

.num-box li {
    position: relative;
    padding-left: 25px;
    font-size: 24px;
}

.num-box li::before {
    left: 9px;
    top: 7px;
    counter-increment: int 1;
    content: counter(int);
    position: absolute;
    color: #fff;
    font-weight: 500;
    background: #81addf;
    aspect-ratio: 1;
    width: 24px;
    border-radius: 50%;
    padding-top: 3px;
    font-size: 14px;
}

/* 어린이 제품 */
.imgTxt {
    position: relative;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 80px;
}

.imgTxt .img-box {
    position: relative;
}

.imgTxt .img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.imgTxt .img-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    background: linear-gradient(137deg, #3c82c3, #9dc34e);
    border-radius: 0 30px 30px 0;
}

.imgTxt .img-box .img-tit {
    position: absolute;
    content: "";
    z-index: 2;
    left: 45%;
    transform: translate(-50%, 0);
    top: 20px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
}

.img-tit h5 {
    font-size: 37px;
    text-align: left;
    font-weight: 700;
    line-height: 1.3;
}

.img-tit p {
    margin-top: 10px;
    font-size: 17px;
    text-align: left;
    line-height: 1.4;
}

.imgTxt.spec .txt-box {
    background: #fff;
}

.imgTxt.spec .txt-box h3 {
    font-size: 32px;
    text-align: center;
    position: relative;
    color: #111;
    font-weight: 600;
    padding-bottom: 20px;
}

.imgTxt.spec .txt-box h3::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 50px;
    height: 1px;
    background: var(--page-point-color);
}

.imgTxt.spec .txt-box h3 span {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

.imgTxt .txt-box {
    /* width: 95%; */
    /* padding: 50px 40px; */
    /* background: #f1f2f3; */
    /* transform: translateY(-80px); */
    /* margin: 0 auto; */
    /* position: relative; */
    /* z-index: 1; */
}

.txt-box p {
    font-size: 17px;
    line-height: 1.6;
}

#kc02 .txt-box > p, #kc03 .txt-box > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
}

.dot-box {
    margin-top: 40px;
    padding: 30px 50px;
    background: #f1f7ff;
    border-radius: 5px;
    color: #293c5b;
}

.dot-box + .dot-box {
    margin-top: 20px !important;
}

.dot-box h5 {
    color: var(--page-point-color);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.dot-box h5::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    background: var(--page-point-color);
    height: 1px;
}

.dot-box p {
    text-align: center;
}

.dot-inner>h5 {}

.dot-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.dot-box ul li {
    width: fit-content;
    padding: 9px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 25px;
    background: #fff;
}

.dot-box .num-box li {
    padding: 9px 20px 9px 40px;
}

.dot-box .dot-inner {}

.dot-inner h5 {}

.dot-inner img {}

.dot-inner img+p {}

.dot-circle {
    display: flex;
    gap: 40px;
}

.circle-box {
    width: 150px;
}

.circle-box p {
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}

.circle-box .circle {
    width: 100%;
    aspect-ratio: 1;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-box .circle span {
    color: #fff;
}

.c01 .circle {
    background: #0b1761;
}

.circle-box span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.c01 span {
    color: #0b1761;
}

.c02 .circle {
    background: #be9555;
}

.c02 span {
    color: #be9555;
}

.c03 .circle {
    background: #9da2a5;
}

.c03 span {
    color: #9da2a5;
}

.c04 .circle {
    background: #000000;
}

.c04 span {
    color: #000000;
}

.dot-inner+.dot-inner {
    margin-top: 80px;
}

.dot-inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.dot-inner ul li {
    border: 0;
    border-radius: 15px;
    width: 100%;
    background: #ddd;
}

.pdf-box {
    display: flex;
    flex-direction: column;
    gap: 15px !important;
}

.pdf-box .col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pdf-box .col a {
    display: flex;
    width: 100%;
    padding: 15px 25px;
    gap: 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 17px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 8px 2px 62px 0px rgba(34, 51, 89, 0.07);
    overflow: hidden;
    background: #eef1f3;
    color: #294f7a;
}

.pdf-box .col a:hover, .pdf-box .col a:focus {
    background: #2e547e;
    color: #fff;
    text-decoration: none;
}

.pdf-box .col a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 26px;
    width: 1px;
    height: 23px;
    background: #ddd;
    display: none;
}

.pdf-box .col a:last-child::after {
    display: none;
}

.pdf-box .col a span {
    display: block;
}

.pdf-box .col2 {
    grid-template-columns: 1fr 1fr;
}

.pdf-box .col3 {
    grid-template-columns: 1fr;
}

.spec-box {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 30px;
}

.spec-box .list-box {}
.spec-box .list-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 40px;
    background: #edf1f5;
    border-radius: 15px;
}

.spec-box .list-box li {
    border-radius: 2px;
    position: relative;
    font-size: 17px;
    background: #fff;
    padding: 9px;
    font-weight: 500;
    text-align: center;
}

.spec-box .list-box li::before {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #222;
    left: 0;
    top: 11px;
    display: none;
}

.spec-box .img-box {}

.spec-box .img-box img {
    height: 100%;
    object-fit: contain;
}

.small-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.small-box.left {
    align-items: flex-start;
    padding-right: 50%;
}

.small-box.right {
    align-items: flex-end;
    padding-left: 50%;
}

.small-box h5 {
    font-size: 28px;
    background: var(--page-point-color);
    width: 290px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 15px;
}

.small-box.left h5 {}

.small-box.right h5 {}

.small-box p {
    font-size: 19px;
}

.small-box.left p {}

.small-box.right p {
    text-align: end;
}

.bg-box {
    background: #f2f2f2 url("/public/img/sub/performBg.jpg") no-repeat center / cover;
    padding: 40px 55px;
    width: 90%;
    margin: 50px auto 0;
    border-radius: 50px;
}

.bg-box .box-tit {
    text-align: center;
    font-size: 24px;
    color: var(--page-point-color);
    margin-bottom: 70px;
}

.one-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
    justify-content: center;
    counter-reset: int 0;
}

.one-list .one {
    aspect-ratio: 1;
    background: #6197d5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    flex: 1;
    padding: 30px;
}

.one-list .one::before {
    position: absolute;
    content: counter(int);
    counter-increment: int 1;
    width: 42px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--page-point-color);
    border-radius: 50%;
    top: 30px;
    font-size: 20px;
    font-weight: 700;
}

.one-list .one p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.bg-txt {
    padding: 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.sub-h5 {
    padding-left: 30px;
    position: relative;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.sub-h5::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10px;
    width: 17px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    border-radius: 50%;
    z-index: 2;
}

.sub-h5::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 4px;
    width: 14px;
    aspect-ratio: 1;
    background: #d0dce9;
    border-radius: 50%;
    z-index: 1;
}

.bg-tit {
    display: flex;
    justify-content: space-between;
}

.bg-tit img {}

.ce-txt {
}

.ce-txt p {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 0;
}

.ce-txt p b {
    color: var(--page-point-color);
    font-weight: 800;
    font-size: 24px;
}

.ce-txt p span {
    color: var(--page-point-color);
}

.certify {}

.certify table {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid;
}

.certify table tr {}

.certify table tr th {
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-top: 0;
}

.certify table tbody tr {}

.certify table tbody td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 18px;
}

.dot-list {
}

.dot-list li {
    position: relative;
    display: flex;
    gap: 5px;
    padding-left: 12px;
    font-size: 18px;
    line-height: 1.6;
}

.dot-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 4px;
    aspect-ratio: 1;
    background: #333;
    border-radius: 50%;
}

.dot-list li span {
    display: block;
    color: var(--page-point-color);
    font-weight: 700;
    line-height: 1.6;
    width: 64px;
}

.img-wrap {
    display: flex;
    /* grid-template-columns: repeat(7, 1fr); */
    /* gap: 25px; */
    margin-top: 40px;
    gap: 20px;
}

.img-wrap img {
    /* width: 100%; */
    /* object-fit: contain; */
    /* height: 70px; */
}

#many01 .imgTxt .img-box img {
    height: 500px;
}

#many01 .img-txt {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 20px;
    padding: 30px 50px;
    width: 100%;
    color: #fff;
}

#many01 .img-txt h5 {}

#many01 .img-txt p {
    margin-bottom: 20px;
    padding: 5px 20px;
    background: var(--page-point-color);
    display: block;
    width: fit-content;
    font-size: 25px;
}

#many01 .dot-list {
    margin-bottom: 20px;
}

#many01 .dot-list li {}

#many01 .dot-list li::before {
    background: #fff;
    top: 15px;
}

.tb-txt .txt-box h3 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #00499d;
}

#many01 .txt-box h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: var(--page-point-color);
    display: none;
}

#many01 .txt-box li {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.4;
}

#many01 .txt-box li small {
    display: block;
    color: #999;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}

#many01 .txt-box:nth-child(2) li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    width: 7px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    border-radius: 50%;
    z-index: 2;
}

#many01 .txt-box li::after {
}

#many01 .txt-box li span {
    background: #4e7cbb;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 2px;
    margin-right: 10px;
}

#many01 .txt-box:nth-child(2) li {
    padding-left: 17px;
}

#many01 .txt-box div p {
    font-weight: 700;
    color: #00499d;
}

#many01 .txt-box div p + p {
    margin-top: 5px;
}

#many01 .txt-box div ul li {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
}

#many01 .txt-box div ul {
    margin-bottom: 10px;
}

.txt-line {}

.txt-line p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
}

.txt-line p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 80%;
    background: var(--page-point-color);
    width: 2px;
}

.etc-box {
    width: 95%;
    margin: 0 auto;
    padding: 30px 40px;
    border: 1px dashed var(--page-point-color);
    border-radius: 15px;
}

.etc-box .etc-tit {
    font-size: 29px;
    color: var(--page-point-color);
    margin-bottom: 30px;
    font-weight: 600;
}

.etc-box ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.etc-box ul li {
    font-size: 22px;
    display: flex;
    gap: 41px;
    align-items: center;
}

.etc-box ul li b {
    font-weight: 600;
}

.etc-box ul li small {
    color: #999;
    font: 20px;
}

.etc-box ul li span {
    display: inline-block;
    background: var(--page-point-color);
    color: #fff;
    font-size: 25px;
    padding: 5px 15px;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #1b1e21;
    color: #999;
}

.footer-box>a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 222px;
    padding: 10px 15px;
    border: 1px solid #777;
    position: relative;
    margin-bottom: 28px;
}

.footer-box>a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #ffffff;
    border-bottom: none;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    content: "";
}

.footer-info .li-a {}

.footer-info .li-a a {
    color: #888;
    text-decoration-line: underline;
}

.footer-info .li-a a span {
    display: inline-block;
    margin: 5px 0 0 7px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid #999999;
    vertical-align: top;
    line-height: 20px;
}

.footer-info .li-a a span {}

#site footer .footer-wrap {
    display: grid;
    padding: 45px 0;
    grid-template-columns: 1fr 200px;
    align-items: flex-start;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 48px;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li {
    font-size: 14px;
    margin-right: 15px;
    color: #999;
    font-weight: 500;
    margin-bottom: 13px;
    position: relative;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    opacity: 0.5;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
    margin: 0;
}

.footer-sns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.footer-sns a {
    display: block;
    position: relative;
}

.footer-sns a::before {
    position: absolute;
    content: "";
    right: -32%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    aspect-ratio: 1;
    background: #888;
    border-radius: 50%;
    display: none;
}

.footer-sns a:last-child::before {
    display: none;
}

.footer-sns a img {
    width: 100%;
    filter: invert(1) grayscale(1);
    object-fit: contain;
    width: 100%;
}

/* 반응형 */

@media (min-width: 1740px) {
    .mainpage .main-img>.container {
        width: 1710px;
    }
}

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

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

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

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

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

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .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 {
        min-width: 160px;
        left: 50%;
        right: auto;
        background: #fff;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 0;
        padding: 7px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        border: 1px solid #c5d3e7;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: var(--page-point-color);
        color: #fff;
    }
}
/* 상단 메뉴 */
@media (max-width:1199px) {
    .one-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .navbar-inverse>.container {
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        font-weight: 600;
        color: #222;
        padding: 20px 15px 10px;
    }
    .mainpage .main-img {
        height: calc(100vh - 116px);
    }
    #main_wrapper{
        margin-top: 116px;
    }
    .navbar-brand {
        height: 35px;
        padding: 0;
        margin-left: 0 !important;
    }
    .circle-box {
        width: 120px;
    }
    .tb-txt .txt-box {
        grid-template-columns: 270px 1fr;
    }
    .spec-box {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .spec-box .img-box {
        margin: 0 auto;
    }
    #kc04 .inner-tit {
        position: relative;
        padding-bottom: 80px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    #kc04 .inners-box + .inner-tit {
        margin-top: 50px;
        border-top: 1px solid #999;
        padding-top: 50px;
    }
}
@media (max-width:991px) {
    .spec-box .list-box ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 20px;
        background: #edf1f5;
        border-radius: 15px;
    }
    .tb-txt {
        padding-top: 30px !important;
    }
    .tb-txt .txt-box + .txt-box {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ddd;
    }
    .tb-txt .txt-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 20px 10px 10px;
    }
    .main-img .img-box h1 {
        font-size: clamp(40px, 7.51vw, 75px);
    }
    .main-img .img-box span {
        font-size: clamp(18px, 2.81vw, 28px);
    }
    .title-h3 h3 {
        font-size: clamp(28px, 5.61vw, 56px);
    }
    [id^="ab0"] .title-h3 h3::after,
    [id^="kc0"] .title-h3 h3::after {
        font-size: clamp(18px, 2.61vw, 26px);
        margin-left: 20px;
    }
    .title-h3 {
        margin-bottom: 55px;
    }
    .title-h3+div>.img-box img {
        height: 270px;
    }
    .greet .txt p {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 18px;
    }
    .greet .intro.txt p {
        font-size: 24px;
    }
    .greet .intro span {
        font-size: 28px;
    }
    .inners-box .greet {
        gap: 25px;
    }
    .map-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 60px;
    }
    .inner-tit h2 {
        font-size: clamp(25px, 4.01vw, 40px);
    }
    .inner-tit .txt p {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 18px;
    }
    .inner-tit {
        padding-bottom: 80px;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .safety-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .safety-wrap>h5 {
        font-size: 37px;
        padding: 20px 0 20px 20px;
    }
    .subpage-content .inner+.inner {
        gap: 30px;
    }
    .subpage-content .inner+.inner {
        margin-top: 50px;
        padding-top: 50px;
    }
    .sub-h5 {
        font-size: clamp(22px, 2.81vw, 28px);
        margin-bottom: 20px;
    }
    .num-list li {
        flex-direction: column;
        text-align: center;
    }
    .imgTxt .img-box img {
        width: 100%;
        object-fit: cover;
        height: 170px;
        padding: 20px 0;
    }
    .imgTxt {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .imgTxt .img-box .img-tit {
        position: absolute;
        content: "";
        z-index: 2;
        left: 0%;
        transform: translate(0, -50%);
        top: 50%;
        color: #fff;
        text-align: center;
        margin-top: 0;
        width: 100%;
    }
    .img-tit h5 {
        font-size: 37px;
        text-align: center;
        font-weight: 700;
        line-height: 1.3;
    }
    .img-tit p {
        margin-top: 10px;
        font-size: 17px;
        text-align: center;
        line-height: 1.4;
    }
    .num_col{
        width: 20%;
    }
    .subject_col{
        width: 40%;
    }
    .writer_col{
        width: 20%;
    }
    .regdate{
        width: 20%;
    }
    .bbs-area .table_default thead th,
    .bbs-area .table_default td{
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .one-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .spec-box .list-box li {
        font-size: 16px;
        padding: 7px;
    }
    #kc03 .tb-txt .txt-box ul {
        gap: 13px;
        width: 100%;
    }
    .circle-box {
        width: auto;
    }
    .dot-circle {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(4, 1fr);
    }
    #kc02 .txt-box > p, #kc03 .txt-box > p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8;
    }
    .img-tit p {
        margin-top: 5px;
        font-size: 15px;
    }
    .img-tit h5 {
        font-size: 24px;
    }
    .imgTxt .img-box img {
        height: 132px;
        padding: 20px 0;
    }
    .pdf-box .col a {
        padding: 15px 25px;
        gap: 10px;
        font-size: 15px;
    }
    .dot-box {
        padding: 25px 10px;
    }
    .txt-box p {
        font-size: 16px;
    }
    .safe-tit h5 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .safety-wrap>h5 {
        font-size: 22px;
        padding: 10px 0 10px 10px;
    }
    .navbar-inverse>.container {
        flex-direction: unset;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #main_wrapper {
        margin-top: 78px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 10px 10px;
    }
    .navbar-brand {
        margin-left: 15px !important;
    }
    .mainpage .main-img{
        height: 500px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
        padding: 10px 15px;
        font-size: 15px;
        color: #333;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a:hover{
        color: var(--page-point-color);
    }
    .subpage-content {
        padding: 70px 0 100px;
    }
    .subpage {
        padding-top: 78px;
        position: relative;
    }
    .wrap_map{
        height: 320px !important;
    }
}
@media (max-width:576px) {
    .spec-box .list-box li {
        font-size: 14px;
        padding: 4px;
    }
    .spec-box .list-box ul {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
    }
    .spec-box .img-box img {
        height: 300px;
        object-fit: contain;
    }
    #kc03 .tb-txt .txt-box ul {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }
    
    .dot-circle {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .subpage-content .inner+.inner {
        gap: 30px;
    }
    .imgTxt .img-box img {
        height: 110px;
        padding: 10px 0;
    }
    .pdf-box .col {
        grid-template-columns: repeat(1, 1fr);
    }
    .num-list li {
        font-size: 16px;
        gap: 15px;
    }
    .inner-tit .txt p {
        font-size: 16px;
    }
    .safe-tit h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .safety-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .wrap_map {
        height: 260px !important;
    }
    .map-table .spec th::after {
        right: -8px;
        top: 14px;
    }
    .map-table .spec th {
        position: relative;
        width: fit-content;
    }
    .map-table th, .map-table td {
        font-size: 16px;
        padding: 15px 0;
    }
    .map-table td{
        padding-top: 0;
    }
    .map-table tr {
        border-bottom: 1px solid #e9e9e9;
        display: flex;
        flex-direction: column;
        padding: 0 30px;
    }
    .greet .txt p {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 16px;
    }
    .title-h3+div>.img-box img {
        height: 200px;
    }
    .title-h3+div>.img-box {
        margin-bottom: 55px;
    }
    .inners-box .greet {
        grid-template-columns: 1fr;
    }
    .footer-sns {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    #site footer .footer-wrap {
        padding: 45px 0;
        grid-template-columns: 1fr 30px;
        align-items: flex-start;
    }
    .certify table {
        width: 100%;
        margin: 30px 0;
        border-top: 1px solid;
        display: block;
        overflow-x: auto;
    }
    .img-wrap {
        display: flex;
        flex-flow: wrap;
    }
    .bg-txt {
        padding: 40px;
    }
    .dot-list li {
        display: flex;
        gap: 5px;
        padding-left: 12px;
        font-size: 16px;
        flex-direction: column;
    }
    .ce-txt p {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .certify table tbody td {
        padding: 8px;
        font-size: 14px;
    }
    .certify table tr th {
        font-size: 14px;
        padding: 8px;
    }
    .txt-line p {
        margin-bottom: 40px;
        font-size: 16px;
        font-weight: 500;
        padding-left: 20px;
        position: relative;
    }
    .board_wrapper .table.board_write_table :where(.input-group.input-group-big, .form-control.form-control-big){
        width: 250px;
    }
}
@media (max-width:475px) {
    .one-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .one-list .one {
        width: 80%;
        margin: 0 auto;
    }
    .one-list .one p {
        font-size: 18px;
    }
}