@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

#site {
    font-family: "Geist", "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
}

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    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;
}

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

.btn {
    transition: all 0.15s;
}
@media (min-width: 1300px) {
    .container {
        width: 1230px;
    }
}

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

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #222;
    --icons: "material symbols outlined";
    --nav-pd-inline: 20px;
    --nav-height: 110px;
    --input-height: 46px;
    --input-height-lg: 54px;
    --table-blog-gap: 20px;
    --page-dark-color: #222;
    --page-dark-color-hover: #111;
}

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

.navbar-inverse+.login_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
}

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

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

.navbar-brand>span {
    display: block;
    /* gap: 15px; */
    /* align-items: center; */
    font-size: 36px;
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
}
.navbar-inverse.on{
    /* height: 82px; */
}
.navbar-inverse:hover {
    /* background: linear-gradient(#393939bf, transparent); */
    /* background: #1e1e1e; */
}

.navbar-inverse.on .navbar-brand>span,
.navbar-inverse:hover .navbar-brand>span {
    color: #fff;
}

.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;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
}

.navbar-inverse.on .navbar-brand img{
    /* filter: brightness(0) invert(1); */
}

/* 상단 메뉴 */

.navbar-inverse {
    background: transparent;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease;
    height: var(--nav-height);
}

@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1800px;
        height: var(--nav-height);
        transition: all 0.3s ease;
    }

.navbar-inverse.on>.container {
    /* height: 82px; */
}

footer .container {
    width: 100%;
    max-width: 1800px;
}

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

.navbar-header {}

.navbar-inverse .navbar-nav {}

.navbar-inverse .navbar-nav li {
    color: #000;
}

.navbar-inverse.on .navbar-nav li {
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:last-child {
    border-bottom: 0;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: left;
    padding: 5px 10px;
    font-size: 13px;
    color: #bcbcbc;
    font-weight: 400;
    transition: all 0.1s ease;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    /* padding-inline: var(--nav-pd-inline); */
    transition: all 0.2s;
    opacity: 0.85;
}
/* 
.navbar-inverse .navbar-nav>li>a::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 18px;
    transition: all 0.3s;
    opacity: 0;
    background: #000;
    transform: translateX(-50%);
}

.navbar-inverse.on .navbar-nav>li>a::before {
    background: #fff;
}

.navbar-inverse .navbar-nav>li:hover>a::before {
    width: calc(100% - (var(--nav-pd-inline)*2));
    opacity: 1;
} */

.navbar-inverse.on .navbar-nav>li>a {
    color: #fff;
}


.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: #fff;
    opacity: 1;
}

.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: 100vh;
}

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

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 24%;
    background: linear-gradient(to bottom, #000000, transparent);
    opacity: 0.4;
}

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

.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;
    background: transparent !important;
    width: 10%;
    opacity: 0.8;
    text-shadow: none;
}
.carousel-control.left .glyphicon::before,
.carousel-control.right .glyphicon::before{
    font-family: var(--icons);
    font-weight: 100;
    font-size: 40px;
}

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

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

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border: 1px solid rgb(255 255 255 / 100%);
    margin: 0px 3px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
    width: 10px;
    height: 10px;
}

/* 스크롤바 */
html::-webkit-scrollbar {
    height: 10px;
    width: 10px
}

html::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    overflow: visible
}

html::-webkit-scrollbar-track {
    background: #090909;
    box-shadow: none
}


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

.mainpage section {
    padding: 120px 0 160px;
}

/* 서브 페이지 */
.subpage {
    background: #090909;
}

.subpage-header {
    position: relative;
    height: 650px;
}

.subpage-header::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #000000, transparent);
    opacity: 0.2;
    z-index: 1;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

[id^=ab0] .subpage-header .bg {
    background: url("/public/img/sub/ab01bg.jpg?250206") no-repeat center;
    background-size: cover;
}

[id^=work0] .subpage-header .bg {
    background: url("/public/img/sub/work01bg.jpg?250206") no-repeat center;
    background-size: cover;
}

[id^=careers0] .subpage-header .bg {
    background: url("/public/img/sub/career01bg.jpg?250206") no-repeat center;
    background-size: cover;
}
[id^=contact0] .subpage-header .bg {
    background: url("/public/img/sub/contact01bg.jpg?250206") no-repeat center;
    background-size: cover;
}

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

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

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

.title-h3 h3 {
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}

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

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

.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: 18px;
    color: #666;
    font-weight: 500;
    letter-spacing: -0.3px;
    transition: all 0.15s;
}

.snb a:hover {
    color: #ccc;
}

.snb li.active a {
    font-weight: 500;
    color: #f0f0f0;
}

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

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

.bar-list {}

.bar-list>li {
    position: relative;
    font-size: 15px;
    padding-left: 15px;
}

.bar-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #fff;
    width: 7px;
    height: 2px;
}

.bar-list>li>span {}

.dot-list {}

.dot-list>li {
    padding-left: 10px;
    position: relative;
    left: 0;
    font-size: 14px;
}

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

.dot-list>li>span {}

.company-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: flex-start;
    border-top: 1px solid hsl(0deg 0% 100% / 40%);
    padding-top: 65px;
    padding-left: 20px;
}

.company-wrap img {
    filter: brightness(1) invert(1) saturate(0) contrast(1.5);
    /* width: 90%; */
    object-fit: contain;
}

.company-info {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 10px;
    /* padding-left: 130px; */
}

.company-info>li {
    font-size: 15px;
    padding-left: 0;
}

.company-info>li::before {
    top: 12px;
    height: 1px;
    width: 0;
}

.company-info>li>span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 12px;
}

.company-info.bar-list .inner-list {
}

.inner-list>li {
    font-size: 15px;
    padding-left: 0;
    color: #c0c0c0;
    letter-spacing: -0.3px;
    padding-top: 2px;
}

.inner-list>li+li {margin-top: 4px;}

.inner-list>li::before {
    content: none;
    /* width: 0; */
}

.inner-list>li>span {
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
}

/* CEO message */
.ceo-txt {}

.ceo-txt p {
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    font-weight: 300;
}

.ceo-txt .ceo-en {
    max-width: 600px;
    margin: 0 auto;
}

.ceo-kr p {
    /* font-size: 15px; */
    /* line-height: 1.6; */
    /* letter-spacing: -0.2px; */
    /* margin-bottom: 5px; */
}

.ceo-txt p:last-child {
    margin-bottom: 0;
}

.ceo-txt {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 600px;
    margin: 0 auto;
}

/* Our Team */
.team-wrap {}

.team-wrap .img-box {}

.team-wrap .img-box img {}

.team-wrap .img-box p {
    font-size: 20px;
    color: #fff;
    margin-top: 35px;
    text-align: center;
    letter-spacing: -0.3px;
}

/* Works */
[id^=work0] .bbs-area {
    /* padding-top: 40px; */
    /* background: #fff; */
}

.category_wrap {
    margin-bottom: 110px;
    margin-top: -70px;
}

.category_wrap ul {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.category_wrap ul li {
    margin: 0;
}

.category_wrap li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #999;
    padding: 9px 22px;
    border-radius: 100px;
    background: rgba(255,255,255,0.1);
    border: none;
    transition: all 0.15s;
}

.category_wrap ul li.on a {
    color: #000;
    background: #fff;
}

.category_wrap li a:hover {
    background: rgba(255,255,255,0.2);
}

.search_wrap .btn {
    background: #333;
    border: 0;
    color: #fff;
    border: 1px solid #333;
    height: var(--input-height);
}

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

.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    background: #fff;
    font-size: 16px;
    padding: 15px 20px;
}

.table_blog2 .inner .top span.thumb {
    height: 240px;
    transition: all 0.4s ease;
}


.table_blog2 .inner:hover .top span.thumb {
    transform: scale(1.1);
    filter: brightness(0.5);
}

#contact01 .form-control {
    font-size: 14px;
    height: var(--input-height);
    background-color: transparent;
    border: 1px solid #555;
    color: #fff;
    letter-spacing: -0.2px;
    padding: 15px 15px;
    vertical-align: bottom;
    line-height: 1.2;
}

#contact01 .form-control {
    height: var(--input-height-lg);
}

#contact01 #captcha {
    height: var(--input-height-lg);
}

#contact01  textarea.form-control {
    color: #fff;
}

.search_wrap #search_kind option {
    color: #333;
}

#contact01 .form-control:not([readonly]):focus {
    border-color: #fff;
}

#contact01 .form-control::placeholder {
    color: #666;
}

/* ------ 글 작성 폼 ------ */

#board_write_form .btn.btn-primary {
    font-size: 18px;
    font-weight: 500;
    margin: 0 !important;
}

#board_write_form .btn.btn-primary:hover {
    background: var(--page-dark-color-hover);
}

#board_write_form {
    background: #fff;
    padding: 60px;
}

#board_write_form .form-control {
    color: #333;
    border-color: #ddd;
    padding: 10px 15px;
}

#board_write_form .text-muted {
    font-size: 13px;
    letter-spacing: -0.2px;
}

#board_write_form tbody tr th {
    padding: 20px;
    font-size: 16px;
    letter-spacing: -0.3px;
    width: 200px;
}

#board_write_form tbody tr th span {
    margin-right: 3px;
    color: #ff2121;
    font-weight: 400;
}

/* ------ 글 작성 폼 end ------ */


.board_wrapper .text-center {
    margin-top: 0;
    padding-top: 80px;
}

.table_blog2 {
    margin-inline: calc(var(--table-blog-gap) * -1);
}

.table_blog2 dd {
    margin-bottom: 50px;
    padding-inline: var(--table-blog-gap);
}

.table_blog2 .inner {
    border: 0;
}

.table_blog2 .title {
    margin: 0;
}

.table_blog2 .bottom {
    padding: 25px 10px 0px;
    text-align: center;
}

.table_blog2 .info {
    display: none;
}

.table_blog2 .badge {
    display: block;
    background: transparent;
    font-size: 14px;
    color: #888;
    padding: 0;
    margin-bottom: 10px;
}

.table_blog2 .bottom a span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.board_data_view {border-top: none;border-bottom: none;}

.board_data_view .header_wrap .title {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -1.2px;
}

.board_data_view .header_wrap {
    padding: 0 0 60px;
    border-bottom: none;
}

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

#work01 .board_data_view .header_wrap .info {
    display: none;
}

.board_wrapper .option_wrap {
    margin-top: 60px;
    margin-bottom: 100px;
}

.board_data_view .header_wrap .info span {
    color: #fff;
    font-size: 13px;
    color: rgb(255 255 255 / 40%);
}

.board_data_view .header_wrap .info span + span {
    margin-left: 10px;
}

.board_data_view .header_wrap .info span strong {
    margin-right: 4px;
}

.board_data_view .contents_wrap {
    padding: 0;
}

.board_data_view .contents_wrap .contents_inner {
    color: #fff;
}

.btn.btn-outline-dark,
.btn.btn-outline-dark {
    background: var(--page-dark-color);
    color: #fff;
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus {
    background: #fff;
    color: var(--page-dark-color);
}

.btn.btn-outline-danger,
.btn.btn-outline-danger {
    background-color: var(--page-danger-color);
    color: #fff;
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus {
    background-color: #fff;
    color: var(--page-danger-color);
    border-color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background: #fff;
    color: var(--page-dark-color);
}

/* Careers */
.career-wrap {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: fit-content;
    margin: 0 auto;
}

.career-wrap li {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
    font-weight: 300;
    text-align: center;
}

.career-wrap li span {
    display: inline-block;
    margin-right: 6px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
}

/* Contact */
.map-wrap {}

.map-box {
    display: grid;
    grid-template-columns: 0.55fr 1fr;
    gap: 60px;
    align-items: center;
}

.map-box+.map-box {
    margin-top: 60px;
}

.map-info {
    color: #fff;
}

#contact01 h5 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.4px;
}

#contact01 .bbs-area h5 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-bottom: 50px;
}

.map-info ul {}

.map-info ul li {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: -0.3px;
}

.map-info ul li span {
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
}

#contact01 .bbs-area {
    margin-top: 150px;
}

#contact01 .board_wrapper .table.board_write_table {
    border-top: none;
    /* display: block; */
    border-bottom: none;
}

#contact01 .board_wrapper .table.board_write_table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
}

#contact01 .board_wrapper .table.board_write_table tbody tr {
    /* background: #000000; */
    /* border-bottom: 1px solid #ddd; */
}

#contact01 .board_wrapper .table.board_write_table tbody tr#item_0 {
    grid-column: span 2;
}

#contact01 .board_wrapper .table.board_write_table tbody tr :where(th, td) {
    background: transparent;
    font-size: 16px;
    color: #fff;
    display: block;
    border: 0;
    padding: 0;
    letter-spacing: -0.3px;
    font-weight: 500;
}

#contact01 .board_wrapper .table.board_write_table tbody tr td {
    padding: 0;
}
#contact01 #item_email td p{
    font-size: 14px;
    display: none;
}
#contact01 .board_wrapper .table.board_write_table tbody tr th{padding-bottom: 6px;padding-left: 10px;}
#contact01 #item_agree a {color: #c0c0c0;}

#contact01 #item_agree a:hover {
    color: #fff;
}
#contact01 .board_wrapper .text-center .btn + .btn{
    margin: 0 auto;
}

#contact01 .board_wrapper .text-center .btn-primary.btn-lg {
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    border-color: #fff;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 11px;
    border-radius: 100px;
}

#contact01 .board_wrapper .text-center .btn-lg::after {
    content: '\e941';
    font-family: var(--icons);
    font-weight: 100;
    font-size: 31px !important;
    line-height: 1;
}
#contact01 .board_wrapper .text-center .btn:hover{
    background: #fff;
    color: #000;
}
.checkbox label, .radio label {
    font-size: 14px;
    letter-spacing: -0.2px;
}

.custom_checkbox + span::before {
    color: #c0c0c0
}

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

.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: #ff2121;
    font-weight: 400;
}
#captcha {
    height: var(--input-height);
    vertical-align: bottom;
    /* opacity: 0.85; */
}

#wr_captcha {
    margin-top: 0 !important;
}
#captcha + br {
    display: none;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    color: rgb(255 255 255 / 45%);
    background: #090909;
}

#site footer .copy {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    border-top: 1px solid rgba(255,255,255,.18);
    padding: 35px 0;
}

/* #site footer .footer-wrap {
    display: grid;
    padding: 40px 0;
    grid-template-columns: 0.5fr 1fr;
}

#site footer .footer-logo {}

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

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

.footer-info li {
    font-size: 13px;
    margin-right: 10px;
    color: #333;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
}

.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%;
} */

/* 반응형 */

@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: #fff;
        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: #fff;
    }

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        background: rgba(0,0,0,0.4);
    }

    .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: 100%;
        left: 50%;
        right: auto;
        background: #000;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 15px 10px;
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        box-shadow: none;
    }

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

    .carousel-indicators {
        bottom: 30px;
    }
}
@media (max-width:991px) {
    .category_wrap ul {
        justify-content: center;
        gap: 15px 4px;
        flex-flow: wrap;
        justify-content: flex-start;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 10px 10px 0 10px;
    }
    .navbar-brand {
        height: 25px;
    }
    .subpage-header {
        height: 400px;
    }
    .subpage-content {
        padding: 55px 0 80px;
    }
    .title-h3 {
        margin-bottom: 45px;
    }
    .title-h3 h3 {
        font-size: 40px;
    }
    .company-wrap img {
        width: 300px;
        margin: 0 auto;
    }
    .company-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 45px;
        padding-left: 0;
    }
    .company-info {
        gap: 30px;
        margin-top: 10px;
        /* padding-left: 130px; */
    }
    .category_wrap {
        margin-bottom: 60px;
        margin-top: 0;
    }
    .map-box {
        grid-template-columns: 355px 1fr;
        gap: 30px;
        align-items: center;
    }
}
@media (max-width:767px) {
    .map-box+.map-box {
        margin-top: 90px;
    }
    .map-box {
        grid-template-columns: 1fr;
    }
    .navbar-brand {
        margin: 10px 0 0 15px !important;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 5px 17px;
        font-size: 13px;
        font-weight: 600;
        color: #ccc;
        transition: all 0.1sease;
    }
    /* #mainCarousel .carousel-inner .item{
        height: 600px;
    } */
    .category_wrap li a {
        font-size: 15px;
        padding: 9px 15px;
    }
}
@media (max-width:576px) {
    .ceo-kr p:nth-child(1) br{
        display: none;
    }
    .map-info ul li {
        font-size: 14px;
    }
    #contact01 h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .career-wrap li {
        font-size: 15px;
        line-height: 1.5;
    }
    .navbar-brand {
        height: 20px;
    }
    /* #mainCarousel .carousel-inner .item{
        height: 400px;
    } */
    .company-info>li>span {
        display: block;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: -0.6px;
        margin-bottom: 10px;
    }
    .title-h3 {
        margin-bottom: 30px;
    }
    .title-h3 h3 {
        font-size: 30px;
    }
    .company-wrap img {
        width: 200px;
        margin: 0 auto;
    }
    .company-info>li>span {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .inner-list>li {
        font-size: 14px;
    }
    .snb a {
        font-size: 16px;
    }
    .ceo-txt p {
        margin-bottom: 19px;
        font-size: 15px;
    }
    #bbsArea .col-xs-6 {
        width: 100%;
    }
    .table_blog2 .inner .top span.thumb {
        height: 400px;
        transition: all 0.4s ease;
    }
    .subpage-header {
        height: 230px;
    }
}
.pagination_wrap li a{
    color: #fff;
}
.pagination_wrap li.active a{
    color: #fff;
}