@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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");
* {
    word-break: keep-all;
}

#site {
    padding-top: 131px;
    font-family: "Roboto", "notokr", sans-serif;
    font-size: 15px;
}
p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    text-align: left;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

ul {
    padding: 0;
}

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

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

.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: 18px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin: 20px 0 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

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

.subpage > .container {
    position: relative;
}

.subpage-content section {
    margin: 50px 0 60px;
}
.subpage-content section > .row {
    margin-bottom: 60px;
}

.subpage-content section:last-child {
    border-bottom: 0;
    margin-bottom: 80px;
    padding-bottom: 0;
}

.subpage-content h3 {
    font-weight: 700;
    color: #222;
    position: relative;
    font-size: 32px;
    margin: 0;
    letter-spacing: -0.02em;
}
.subpage-content h3:nth-of-type(2) {
    font-size: 26px;
    font-weight: 600;
}
.subpage-content h4 {
    font-weight: 500;
    color: #333;
    position: relative;
    font-size: 23px;
    margin: 0 0 25px 0;
    padding-left: 15px;
    letter-spacing: -0.02em;
}
#form01 .subpage-content h4 {
    font-size: 18px;
}
.subpage-content h4::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 48%;
    transform: translateY(-50%);
    width: 7px;
    height: 18px;
    background: #80d201;
}

.subpage-content h5 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.25;
    margin: 0;
}

.li-dash li {
    position: relative;
    padding-left: 15px;
}

.li-dash li::before {
    content: "-";
    position: absolute;
    left: 0;
}

.li-row {
    border-bottom: 1px solid #444;
    background: #fff;
    color: #666;
    letter-spacing: -0.25px;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.li-row li:last-child::after {
    display: none;
}

.li-row li::after {
    display: inline-block;
    transform: translateY(2px);
    margin-left: 10px;
    margin-right: 10px;
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
}

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

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

/* 상단 메뉴 */
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar > .container {
    display: flex;
    justify-content: space-between;
    background: #017649;
}

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

.navbar-inverse {
    background: #017649;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    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;
    margin: 0;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    z-index: 10;
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

/* .navbar-inverse .navbar-nav>li:nth-child(1n+2) > a{
    border-left: 1px solid #000;
} */
/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.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: #080808;
}

/* .navbar-inverse .navbar-nav>li>a:hover::after,
.navbar-inverse .navbar-nav>li>a:focus::after,
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #017649;
    bottom: 0;
}  */
.navbar-brand img {
    /* width: 230px; */
    height: 30px;
    margin-bottom: 4px;
}
@font-face {
    font-family: "Eulyoo1945-SemiBold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-SemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.navbar-brand::after {
    content: "EB Incorporation";
    display: inline;
    margin: 0 0 0 12px;
    font-size: 26px;
    color: #222;
    letter-spacing: -0.75px;
    font-family: "Eulyoo1945-SemiBold";

    font-weight: 700;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

/* 드롭다운 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.7);
}

/* 드롭다운 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    color: #ccc;
}

/* 드롭다운 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
    color: #444;
}

@media (max-width: 767px) {
    #site {
        padding-top: 70px;
    }
    .navbar-inverse {
        background: #fff;
    }
    .navbar > .container {
        background: #fff;
    }

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

    .navbar-collapse {
        padding: 0;
    }
    .navbar-brand::after {
        font-size: 22px;
        margin-left: 7px;
    }
    .navbar-nav {
        margin: 0;
        width: 100%;
        background: #007b4b;
    }
    .navbar-brand img {
        height: 25px;
    }
    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar > .container {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

    .dropdown-menu {
        padding: 0;
    }

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

    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #222;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
        color: #fff;
        background: #017649;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-nav > li {
        flex-grow: 1;
    }

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

    .navbar-inverse .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nav-top {
        background: #fff;
        border-bottom: 1px solid #333;
    }

    .nav-top > .container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        /* width: 100%; */
        min-width: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 0;
        padding: 0;
        text-align: center;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        font-size: 14px;
        padding: 10.75px 20px;
    }

    /* pc nav 드롭다운 후버 */
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #19ad74;
        color: #fff;
        /* text-shadow: 0 0 .15px #fff, 0 0 .15px #fff; */
    }
}

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

/* =================================== main =================================== */

/* 슬라이드 */
.main-carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 115px);
    display: flex;
    align-items: flex-end;
}

#mainCarousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

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

.carousel-caption {
    text-align: left;
    top: 35%;
}

.carousel-caption h1 {
    position: relative;
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

.carousel-caption p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    padding-top: 0;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
    color: #fff;
    letter-spacing: 0.01em;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 10%;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 50px;
    height: 7px;
    border-radius: 0%;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: ease-in-out 0.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);
}

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

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

/* =================================== main =================================== */
#mainCarousel + .container {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 65%;
}
.main-box-wrap {
    display: flex;
    /* margin-bottom: 200px; */
}

.main-box-wrap > div {
    padding: 10px;
}

.main-box-wrap a {
    position: relative;
    display: block;
}

/* .main-box-wrap a:hover .inner{
    background: #017649;
    color: #fff;
} */
.main-box-wrap a::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.main-box-wrap .inner {
    border-radius: 50%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    overflow: hidden;
}
.main-box-wrap a .inner::before {
    content: "";
    top: 50%;
    left: 50%;
    width: 320px;
    height: 0;
    position: absolute;
    background: #27b74d;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.29, 0.44, 0.58, 0.99);
}

.main-box-wrap a:hover .inner::before {
    height: 300px;
}

.main-box-wrap span[class^="material-icons"] {
    user-select: none;
    color: #0a962f;
    text-align: center;
    font-size: 65px;
    margin-bottom: 10px;
    z-index: 1;
}

.main-box-wrap p {
    text-align: center;
    font-size: 18px;
    color: #333;
    z-index: 1;
    font-weight: 500;
}
.main-box-wrap a:hover .inner span,
.main-box-wrap a:hover .inner p {
    color: #fff;
}
/* =================================== sub(all) =================================== */
.breadcrumb {
    color: #333;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 11px;
    float: right;
    background: none;
}

.breadcrumb .active {
    color: #333;
}

.pageheader {
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center / cover;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.pageheader::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.15);
}

.subheader-wrap {
    height: 100%;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: flex-end;
    z-index: 2;
}

.subheader-wrap h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 50px;
    color: #fff;
    font-weight: 900;
}

.subpage-content {
    margin-top: 85px;
    padding-left: 20px;
}

.snb {
    margin: 60px 0 0 0;
    padding-right: 50px;
    position: relative;
    z-index: 10;
}

.snb h2 {
    font-size: 24px;
    margin: 0;
    height: 120px;
    text-align: center;
    background: #017649;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    line-height: 1.5;
    display: none;
}

div[id^="global"] .snb h2 {
    font-size: 20px;
}

.snb ul {
    border-top: 2px solid #017649;
    margin: 0;
}

.snb li {
    margin: 0;
}

.snb li a {
    position: relative;
    color: #666;
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 15px 40px 15px 5px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.snb li a::after {
    font-size: 20px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 2px;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
}

.snb li.active a::after,
.snb li.active a:hover::after {
    color: #a1c138;
    color: #333;
}

.snb li.active a,
.snb li.active a:hover {
    position: relative;
    color: #017649;
    font-weight: 700;
}

.snb li a:hover {
    color: #333;
    font-weight: 500;
}

.snb li a:hover::after {
    color: #333;
    font-weight: 900;
}

/* =================================== subpage =================================== */
/* 01 */
.sub-greet-wrap .top {
    font-size: 32px;
    color: #007d4e;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.2;
}

.sub-greet-wrap img {
    margin-bottom: 50px;
}

.sub-greet-wrap p {
    color: #555;
    margin-bottom: 25px;
    line-height: 1.8em;
}
.sub-greet-wrap p span{
    display: block;
    font-weight: 600;
    color: #333;
    margin-top: 5px;
}
.sub-greet-wrap .name {
    margin: 35px 0 0;
    font-weight: 600;
    text-align: right;
}
.sub-company-wrap {
    background: url(/public/img/sub/sub_tit_line.png) repeat;
    margin: 0;
    padding: 50px 40px;
    position: relative;
}
.sub-company-wrap::before {
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background: #fff;
    position: absolute;
    top: 7px;
    left: 7px;
}
.sub-company-wrap > div:nth-child(2) {
    margin-left: 0;
}

.sub-company-wrap h4 {
    display: none;
}
.sub-company-wrap img {
    margin: 0 0 20px;
    height: 50px;
}

.sub-company-wrap table {
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #999;
}
.sub-company-wrap span[class^="material-icons"] {
    font-size: 18px;
    color: #007b4b;
}
/* .sub-company-wrap table colgroup > col:nth-child(1) {
    width: 40%;
}

.sub-company-wrap table colgroup > col:nth-child(2) {
    width: 60%;
} */
.sub-company-wrap table th,
.sub-company-wrap table td {
    vertical-align: middle !important;
    padding: 15px !important;
}

.sub-company-wrap .table-style th,
.sub-company-wrap .table-style td {
    padding: 10px;
    vertical-align: middle;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    padding: 15px 2px !important;
}

.sub-company-wrap .table-style tbody th {
    color: #555;
}
#incorp01 img {
    padding-top: 30px;
}
#incorp03 iframe {
    height: 420px !important;
}
.sub-map-wrap .li-map {
    margin: -3px 0 0 0;
    padding: 20px 30px;
    border-radius: 0 0 5px 5px;
    border: 5px solid #eee;
}

.sub-map-wrap .li-map li:first-child {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}
.sub-map-wrap:nth-child(3) .li-map li:first-child {
    margin-bottom: 0;
}
.sub-map-wrap .li-map li {
    font-size: 16px;
    font-weight: 500;
    color: #007b4b;
    margin-bottom: 0;
}

.sub-map-wrap .li-map li span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #67caa3;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    padding: 6px 0;
    margin-right: 10px;
}

.sub-text-wrap img {
    margin-bottom: 40px;
}

.sub-text-wrap p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.sub-text-wrap p:last-child {
    margin-bottom: 0;
}
.li-history {
    margin: 30px 0;
}
.sub-history-wrap .li-history li {
    padding: 15px 0;
    position: relative;
}

.sub-history-wrap .li-history strong {
    display: inline-block;
    font-size: 18.5px;
    min-width: 200px;
    color: #0c8657;
    font-weight: 500;
    font-style: italic;
    padding-left: 70px;
}

.sub-history-wrap .li-history span {
    color: #333;
    font-size: 15.5px;
}
.sub-history-wrap .li-history li::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #00b771;
    position: absolute;
    border-radius: 50%;
    border: 7px solid #e1efe2;
    left: 2px;
    top: 17px;
}

.li-history::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #000;
}

.li-history::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: calc(100% - 50px);
    background: #f3f3f3;
    left: 28px;
    bottom: 50px;
}
#about04 .sub-profile-wrap {
    margin-bottom: 200px;
}
.sub-profile-wrap {
    margin: 0 -10px;
}

.sub-profile-wrap > div {
    padding: 0 10px;
}
.sub-profile-wrap .inner {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f6f6f6;
}
#global01 .sub-profile-wrap .inner {
    background: transparent;
}
#global01 .li-profile .name {
    font-size: 20px;
}
.sub-profile-wrap .inner img {
    width: 150px;
    margin-right: 25px;
}
.sub-profile-wrap .inner img.ceo {
    width: 200px;
}
.li-profile {
    margin: 0 0;
    padding: 20px 20px 19px 0;
    padding: 20px;
    width: 100%;
    min-height: 150px;
}

.li-profile .name {
    padding-bottom: 5px;
    /* margin-right: 30px; */
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}
.li-profile li {
    position: relative;
}
.li-profile .rank {
    font-size: 12px;
    display: block;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.li-profile li.list:nth-child(1n + 3) {
    padding-left: 15px;
    padding-right: 30px;
    font-size: 16px;
}
.li-profile li:not(.name, .rank) {
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
    color: #666;
    font-size: 14px;
}

.li-profile li:last-child {
    margin-bottom: 0;
}
.sub-team-wrap:last-child {
    display: flex;
    justify-content: center;
}
.sub-team-wrap p {
    text-align: center;
    margin-bottom: 0;
}
.sub-team-wrap .inner {
    background: #f6f6f6;
    padding: 10px 30px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}
.sub-team-wrap .inner > p {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 0;
    color: #007b4b;
    font-size: 15px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

.sub-team-wrap .inner .mgr {
    /* width: 47.5%; */
    width: 100%;
}

.sub-team-wrap .inner .mgr > p {
    text-align: center;
    font-weight: 400;
    margin: 0;
    color: #111;
    font-size: 14px;
    margin-bottom: 3px;
}
.sub-team-wrap .li-profile {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    min-height: 0;
}
.sub-team-wrap .li-profile li {
    position: relative;
    padding-left: 17px;
    color: #666;
    font-size: 12px;
    letter-spacing: -0.015em;
}
.sub-team-wrap .li-profile span[class^="material-icons"] {
    background: transparent;
    width: inherit;
    height: inherit;
    color: rgb(22, 173, 113);
    padding: 2px 0;
}
ul li span.round {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 12px;
    background: #67caa3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    color: #fff;
    padding: 4px 0;
    text-align: center;
}
.li-profile span[class^="material-icons"],
.li-profile i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
    background: #67caa3;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    padding: 4px 0;
    text-align: center;
}
#about01 .sub-profile-wrap .inner {
    margin-bottom: 0;
}
.carrer {
    display: flex;
    flex-wrap: wrap;
}
.carrer .year {
    width: 50%;
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid #ccc;
}
.carrer .year h5 {
    display: block;
    display: inline-block;
    font-size: 22px;
    color: #0c8657;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}

.carrer .year h6 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
}
.carrer .year p {
    margin-bottom: 0;
}
/* 02 */
.sub-product-wrap img {
    margin-bottom: 20px;
}
.sub-product-wrap h5 {
    font-size: 18px;
    color: #6e6e6e;
    margin: 0;
}
/* 03 */
.sub-process-wrap > div {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 20px 30px 30px;
    position: relative;
}
.sub-process-wrap h5 span {
    font-weight: 500;
    color: #fff;
    padding: 8px 10px;
    background: #149c68;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: -1px;
    top: 20px;
    width: 42px;
    font-size: 15px;
}

.sub-process-wrap h5 {
    color: #159c68;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding: 7px 0 0 40px;
}

.sub-process-wrap .ol-num {
    margin: 0;
}

.sub-process-wrap .ol-num li {
    list-style-type: decimal;
    margin-bottom: 7px;
    color: #666;
}

.sub-process-wrap .ol-num li:last-child {
    margin-bottom: 0;
}

.sub-service-wrap img {
    margin-bottom: 30px;
}
.sub-service-wrap .box-01 .inner {
    border-top: 1px solid #999;
    padding-top: 50px;
}
.sub-service-wrap .inner {
    position: relative;
    padding: 0;
    margin: 0 0 50px;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.sub-service-wrap .inner h5 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 12px;
    width: 100%;
    color: #333;
}

.sub-service-wrap .inner p {
    text-align: center;
}

.sub-plan-wrap span[class^="material-icons"],
.sub-plan-wrap i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ecf5f1;
    border-radius: 50%;
}

.sub-service-wrap span[class^="material-icons"],
.sub-service-wrap i {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    border-radius: 50%;
    flex: 1 1 15%;
    z-index: 0;
}

.sub-service-wrap span[class^="material-icons"],
.sub-service-wrap i {
    font-size: 45px;
    color: #009c61;
    position: relative;
    padding: 18px;
}
.sub-service-wrap span[class^="material-icons"]::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: #ecf5f1;
    position: absolute;
    z-index: -1;
    border-radius: 50px;
    left: 0;
    top: 0;
}
.sub-service-wrap .text {
    flex: 1 1 85%;
}
.sub-plan-wrap img {
    margin-bottom: 30px;
}
.sub-plan-wrap .col-sm-6 {
    width: 100%;
}

.sub-plan-wrap .inner {
    border-bottom: 2px dotted #eee;
    position: relative;
    padding: 30px 0 40px;
}
.sub-plan-wrap > div:last-child .inner {
    border-bottom: 0;
}
.sub-plan-wrap .inner .text {
    padding: 10px 20px 0 130px;
}
.sub-plan-wrap .inner h5 {
    margin-bottom: 7px;
    width: 100%;
    font-size: 18px;
}

.sub-plan-wrap .inner p {
    line-height: 1.6em;
    margin-bottom: 0;
}

#service02 .sub-plan-wrap .inner {
    padding: 30px 0 30px;
    border-bottom: 1px solid #eee;
}
#service02 .sub-plan-wrap .box-01 .inner {
    border-top: 1px solid #999;
}

.sub-plan-wrap span[class^="material-icons"],
.sub-plan-wrap i {
    position: absolute;
    left: 0;
    font-size: 42px;
    color: #009c61;
}

.sub-plan-wrap .li-dash {
    margin: 11px 0 0;
    line-height: 1.4;
}

.sub-plan-wrap .li-dash li {
    margin-bottom: 5px;
}

.sub-step-wrap .inner {
    padding: 20px 30px 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 10px;
    background: #f6f6f6;
    height: 160px;
}

.sub-step-wrap div:last-child .inner {
    margin-bottom: 0;
}

.sub-step-wrap .step {
    position: absolute;
    left: 0;
    top: 0;
}

.sub-step-wrap span[class^="material-icons"],
.sub-step-wrap i {
    min-width: 115px;
    color: #87bd68;
    font-size: 48px;
    text-align: center;
    padding-top: 42px;
    background: #fff;
    height: 115px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 3px;
}

.sub-step-wrap h5 {
    font-size: 18px;
    color: #526f64;
    margin: 15px 15px 10px;
}

.sub-step-wrap h5 span {
    color: #809872;
    font-size: 13px;
    position: absolute;
    left: 65px;
    top: 40px;
    font-weight: 600;
    letter-spacing: 0.034em;
    border-bottom: 1px solid #ddd;
}

.sub-step-wrap p {
    color: #888;
    line-height: 1.4;
    margin: 0 15px;
}
.sub-step-wrap .box-01 .inner {
    background: #edf3e8;
}

.sub-step-wrap .box-02 .inner {
    background: #e8f3ea;
}

.sub-step-wrap .box-03 .inner {
    background: #e8f3ef;
}
.sub-box-wrap {
    margin: 0 -10px;
}

.sub-box-wrap > div {
    padding: 0 10px;
}

.sub-box-wrap > .box-04 {
    margin-left: 0;
}
.sub-box-wrap span[class^="material-icons"],
.sub-box-wrap i {
    width: 100%;
    text-align: center;
    user-select: none;
    font-size: 38px;
    color: #0c8657;
    margin: 0 0 12px;
}

.sub-box-wrap .inner {
    position: relative;
    padding: 40px 20px 0;
    margin: 0px 0 20px;
    height: 265px;
    background: #f6f6f6;
}

.sub-box-wrap .inner h5 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
    color: #0c8657;
    font-weight: 700;
}

.sub-box-wrap .inner p {
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 0;
    color: #888;
}

.sub-box-wrap .li-dash {
    width: 100%;
    background: #eee;
    padding: 15px;
    margin: 0;
    line-height: 1.5;
}

.sub-box-wrap .li-dash li {
    margin-bottom: 5px;
}
.sub-logo-wrap {
    margin: 0 -10px;
}

.sub-logo-wrap > div {
    padding: 0 10px;
}
.sub-logo-wrap .inner {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.sub-logo-wrap img {
    padding: 15px;
}
.sub-logo-wrap p {
    margin-top: 10px;
    text-align: center;
    color: #444;
}

/* .li-ser-wrap{
    display: flex;
} */

.li-ser {
    margin: 0 -0.25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.li-round li,
.li-ser li {
    width: 50%;
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-bottom: 2px;
}

.li-round li::before,
.li-ser li::before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #555;
    position: absolute;
    top: 9px;
    left: 2px;
}
.li-round li {
    width: 100%;
    line-height: 1.5;
    color: #555555 !important;
    text-align: left;
    font-size: 15px !important;
}
.li-round,
[id^="service0"] .li-ser {
    padding: 10px 0 0;
}
.li-round li,
[id^="service0"] .li-ser li {
    font-size: 17px;
    padding: 3px 0 3px 15px;
    color: #333;
}
#service03 .li-ser {
    padding: 0;
}
#service03 .sub-product-wrap img {
    margin-bottom: 40px;
}
#service05 .li-ser li,
#service03 .li-ser li {
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.4;
}
.li-round li::before,
[id^="service0"] .li-ser li::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0bb372;
    top: 12px;
}
/* 04 */
.subpage-content .sub-partner-wrap {
    margin-bottom: 0 !important;
}
.sub-partner-wrap img {
    margin-bottom: 30px;
}

.sub-partner-wrap .inner {
    color: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}

.sub-partner-wrap .inner h5 {
    margin-bottom: 35px;
    padding-left: 70px;
    font-weight: 600;
}

.sub-partner-wrap span[class^="material-icons"],
.sub-partner-wrap .inner i {
    color: #00a868;
    font-size: 64px;
    margin-bottom: 15px;
    position: absolute;
    left: -7px;
    top: 8px;
}

.sub-partner-wrap .top .inner {
    border-bottom: 3px dotted #eee;
    position: relative;
}

.sub-partner-wrap .bottom .inner {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* 05 */

/* table */

/* bbs */

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 35px 0 30px;
    background-color: #efefef;
}

.footer-logo img {
    width: 150px;
}

.footer-info {
    color: #777;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.75;
}
.footer-info li:first-child {
    display: block;
    font-size: 16px;
    color: #666;
}
.footer-info li {
    margin-right: 15px;
    display: inline-block;
}

.copyright {
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* =================================== map, board, bbs =================================== */

/* bbs btn */

.bbs-area h4 {
    font-weight: 500;
    color: #222;
}

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

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

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

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

.btn.btn-primary {
    border: 0;
    background: #666;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #333;
}

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

.board_wrapper {
    margin-top: 0;
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 14px;
}
.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 100%;
}
.text-muted {
    font-size: 14px;
    letter-spacing: -0.034em;
    margin-top: 10px !important;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}
.text-muted i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#form01 .checkbox span a {
    color: #239c6e;
    font-weight: 700;
    letter-spacing: -0.034em;
}
#form01 .checkbox span a:hover {
    text-decoration: underline;
}
/* =================================== mobile =================================== */
@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }

    .member_wrapper .text-center,
    .board_wrapper .text-center {
        display: flex;
        justify-content: center;
    }

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

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

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

    .member_wrapper h1 {
        font-size: 30px;
    }
    .carousel-caption {
        top: 47.5%;
        text-align: center;
        left: 5%;
        right: 5%;
    }
    .main-carousel {
        flex-wrap: wrap;
        position: relative;
        height: auto;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
    .carousel-caption p {
        text-align: center;
        font-size: 18px;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    #mainCarousel {
        position: relative;
    }
    #mainCarousel .carousel-inner .item {
        height: 300px;
    }
    #mainCarousel + .container {
        padding: 0 30px;
        position: static;
        transform: translate(0, 0);
        width: 100%;
        background: #f8f8f8;
    }
    .main-box-wrap {
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .main-box-wrap > div {
        width: 50%;
    }
    .main-box-wrap span[class^="material-icons"] {
        font-size: 52px;
        margin-bottom: 0;
    }
    .main-box-wrap p {
        font-size: 15px;
    }
    .main-box-wrap .inner {
        padding-top: 25px;
        border: 1px solid #ddd;
    }
    .pageheader {
        background: url(/public/img/sub/sub-top01.jpg) no-repeat 67% / cover;
        height: 150px;
    }
    .snb {
        margin-top: 25px;
        border: 0;
        padding-right: 15px;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        flex: auto;
        width: 100%;
    }

    .breadcrumb {
        display: none;
        margin: 0;
        width: 100%;
        margin-top: 15px;
        position: static;
        padding-left: 3px;
        font-size: 11px;
        letter-spacing: -0.5px;
    }
    .subpage-content {
        margin-top: 50px;
    }
    .subpage-content h3 {
        font-size: 26px;
        text-align: center;
    }
    .subpage-content h4 {
        font-size: 21px;
        line-height: 1.35;
    }
    .sub-service-wrap .inner h5 {
        text-align: center;
        margin-bottom: 15px;
    }
    .sub-greet-wrap .top {
        text-align: center;
        font-size: 28px;
    }
    .sub-greet-wrap p {
        margin-bottom: 20px;
        line-height: 1.75em;
    }
    .sub-greet-wrap .top br {
        display: block !important;
    }
    .subpage-content {
        padding-left: 15px;
    }
    .subpage-content section:last-child {
        margin-bottom: 50px;
    }
    .subpage-content h4::before {
        top: 3px;
        transform: translateY(0);
    }
    .sub-process-wrap h5 {
        padding-left: 0px;
    }
    .sub-product-wrap h5 {
        margin-bottom: 5px;
    }
    .sub-process-wrap h5 span {
        position: static;
        display: block;
        margin-bottom: 10px;
    }
    .sub-process-wrap .ol-num {
        padding-left: 0;
    }
    .subheader-wrap {
        align-items: center;
    }
    .subheader-wrap h2 {
        margin-bottom: 0;
        font-size: 28px;
    }
    .subpage-content section > .row {
        margin-bottom: 30px;
    }
    .sub-text-wrap img {
        margin-bottom: 25px;
    }
    .sub-text-wrap p {
        line-height: 1.7;
        margin-bottom: 20px;
    }
    #about01 .sub-profile-wrap .inner {
        flex-wrap: wrap;
        background: #fff;
        padding: 0px !important;
    }
    #about01 .li-profile {
        padding: 20px 0 0 0;
        margin-bottom: 30px;
    }
    #about01 .li-profile li {
        padding-right: 0px !important;
    }
    #about01 .li-profile .rank {
        text-align: center;
    }
    #about01 .li-profile .name {
        padding-bottom: 10px;
        text-align: center;
    }
    #about01 .carrer .year {
        padding: 30px 0px 30px 0;
    }
    #about01 .li-profile li.list:nth-child(1n + 3) {
        font-size: 14px;
    }
    .carrer .year {
        width: 100%;
    }
    .sub-profile-wrap .inner img.ceo {
        margin: 0 auto;
    }
    .sub-company-wrap {
        padding: 25px 10px;
    }
    .sub-company-wrap img {
        height: auto;
    }
    .sub-service-wrap .inner {
        padding: 25px 0 !important;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 25px;
    }
    .li-round li,
    .li-ser li {
        width: 100%;
    }
    .sub-service-wrap span[class^="material-icons"],
    .sub-service-wrap i {
        justify-content: center;
        margin-bottom: 15px;
    }
    .sub-service-wrap span[class^="material-icons"]::after {
        transform: translateX(-50%);
        left: 50%;
    }
    .sub-history-wrap .li-history strong {
        padding-left: 0px;
        margin-bottom: 5px;
        display: block;
    }
    .sub-history-wrap .li-history span {
        padding-left: 0px;
        margin-top: 5px;
        font-size: 15px;
    }
    .sub-history-wrap .li-history li {
        padding-left: 40px;
    }
    .sub-history-wrap .li-history li::before {
        width: 20px;
        height: 20px;
        border: 5px solid #e1efe2;
        left: 5px;
        top: 18px;
    }
    .sub-profile-wrap .inner img {
        margin-right: 15px;
    }
    .sub-process-wrap > div {
        padding: 15px 20px 20px;
    }
    .li-profile .rank {
        font-size: 11px;
    }
    .li-profile li:nth-child(1n + 3) {
        font-size: 13px;
        padding-left: 25px;
    }
    #global01 .li-profile li:nth-child(1n + 3) {
        font-size: 14px;
    }
    .li-profile span[class^="material-icons"],
    .li-profile i {
        width: 18px;
        font-size: 10px;
        height: 18px;
    }
    .sub-plan-wrap .inner .text {
        padding: 0;
    }
    .sub-plan-wrap span[class^="material-icons"],
    .sub-plan-wrap i {
        position: static;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .sub-plan-wrap img {
        margin-bottom: 15px;
    }
    .sub-plan-wrap .inner h5 {
        text-align: center;
    }
    .sub-plan-wrap .inner p {
        text-align: center;
    }
    #service03 .sub-product-wrap img {
        margin-bottom: 25px;
    }
    #service03 .li-ser {
        margin-bottom: 25px;
    }
    #service05 .li-round,
    [id^="service0"] .li-ser {
        margin-bottom: 15px;
    }
    #site footer {
        padding: 25px 0;
    }
    .li-round,
    [id^="service0"] .li-ser {
        padding: 0;
    }
    .li-round li,
    [id^="service0"] .li-ser li {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .sub-step-wrap span[class^="material-icons"],
    .sub-step-wrap i {
        margin-right: 0;
    }
    .sub-step-wrap .inner {
        flex-wrap: wrap;
        height: auto;
        padding: 20px;
        justify-content: center;
    }
    .sub-step-wrap h5 span {
        left: 50%;
        transform: translateX(-50%);
    }
    .sub-step-wrap h5 {
        text-align: center;
    }
    .sub-step-wrap p {
        text-align: center;
    }
    #global01 .li-profile {
        padding: 15px 0px 15px 0;
    }
    /* #global01 .li-profile .name,
    #global01 .li-profile .rank{
        text-align: center;
    } */
    #global01 .sub-profile-wrap .inner {
        margin-bottom: 10px;
    }
    #global01 p {
        text-align: center;
    }
    .sub-partner-wrap img {
        margin-bottom: 15px;
    }
    .sub-partner-wrap span[class^="material-icons"],
    .sub-partner-wrap .inner i {
        position: static;
        margin: 0 auto;
        display: block;
        width: 70px;
        text-align: center;
    }
    .sub-partner-wrap .inner h5 {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .sub-box-wrap .inner {
        height: auto;
        padding: 40px 20px;
    }
    #incorp02 .sub-text-wrap p:last-child {
        text-align: center;
    }
    .sub-team-wrap .li-profile {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sub-team-wrap .li-profile li + li {
        margin-left: 5px;
    }
    .sub-team-wrap .inner p {
        font-size: 13px;
    }
    .sub-team-wrap .inner {
        padding: 10px;
        margin-bottom: 10px;
    }
    #incorp01 .li-profile li:nth-child(1n + 3) {
        padding-left: 17px;
    }
    .sub-map-wrap .li-map {
        padding: 10px 15px;
    }
    .sub-map-wrap .li-map li:first-child {
        font-size: 14px;
        text-align: center;
    }
    .sub-map-wrap .li-map li {
        text-align: center;
        font-size: 14px;
    }
    .sub-map-wrap .li-map li span {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
    .main-box-wrap a:hover .inner {
        background: #27b74d;
    }
    .main-box-wrap a .inner::before {
        content: none;
    }
    .footer-info {
        margin-top: 15px;
    }

    .footer-info li {
        display: block;
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .footer-info li + li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .bbs-area .board_wrapper .text-center {
        padding-top: 30px;
        display: flex;
        width: 100%;
    }
    .bbs-area .board_wrapper .text-center .btn.btn-lg,
    .bbs-area .board_wrapper .text-center .btn + .btn {
        flex: 1;
        min-width: inherit;
    }
    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }
    .member_wrapper {
        padding-top: 50px;
    }
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
}
