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

* {
    word-break: keep-all;
}
.header-design {
  background-color: #a4508b;
  background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
  height: 120px;
  text-align: center;
}

header .footer-wave {
  max-width: 102%;
  width: 100%;
  height: 187.8px;
  left: 0;
  z-index: 1;
  bottom: -67px;
  background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png)
    repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}

@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1440px;
  }
}

#site {
    padding-top: 0px;
    font-family: 'Roboto', 'notokr', 'Noto Sans JP', 'Noto Sans TC', sans-serif;
    color: #333;
    letter-spacing: -0.034em;
    font-size: 16px;
    background: #f4f4f4;
}

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

ol,
ul,
li,
dl {
    font-size: 16px;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

ul+ul,
ul+ol,
ol+ul {
    margin-top: 15px;
}

span[class^="material-icons"] {
    vertical-align: middle;
    line-height: 1;
    user-select: none;
    font-size: 58px;
}

br {
    visibility: visible;
    opacity: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    position: relative;
    line-height: 1;
}

p {
    font-size: 16px;
}

a {
    color: #408cff;
    text-decoration: none;
}

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

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

.row::before,
.row::after,
.container::before,
.container::after {
    content: none;
    display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row>* {
    float: inherit;
}

.li-round li,
.li-dash li {
    position: relative;
    padding-left: 13px;
}

.li-round li::before,
.li-dash li::before {
    font-weight: 700;
    position: absolute;
    left: 0;
}

.li-dash li::before {
    content: '';
    width: 5px;
    height: 1px;
    background: #666;
    top: 11px;
}

.li-round li::before {
    content: '·';
}

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

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

/* 상단 메뉴 */

.navbar>.container {
    display: flex;
    align-items: center;
    width: 100%;
}

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

.navbar-inverse {
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    padding: 0px 0px;
    margin-bottom: 0;
    border: 0
}

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

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

.navbar-right :is(#snb_82, #snb_83, #snb_84) {
    display: none;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav{
    gap: 20px;
}
.navbar-inverse .navbar-nav>li>a {
    position: relative;
    z-index: 10;
    padding: 40px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0;
}

/* 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: #fff;
    color: #0f3875;
}

/* 드롭다운 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #040000;
    /* background: #0e2b57; */
}

/* pc nav 드롭다운 메뉴*/
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding: 8px 10px;
    color: #ddd;
    margin: 2px 10px;
    line-height: 1.2;
    transition: all 0.25s ease;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 10px;
    bottom: 4px;
    transition: all 0.25s ease;
    opacity: 0.7;
}


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

.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover::after {
    width: 100%;

}

@media (min-width: 768px) {
    .navbar>.container {
        height: 100px;
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse {
        position: relative;
    }

    .navbar-collapse {
        position: relative;
        width: 100%;
    }

    .navbar-collapse .navbar-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        float: inherit !important;
        gap: 20px;
    }

    .navbar-collapse .navbar-right #gnbauth {
        position: absolute;
        top: 0;
        right: 0px;
    }

    .navbar-collapse .navbar-right #gnbauth a {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        position: absolute;
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
    }

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

    .navbar-inverse .navbar-nav>li>a.active::after,
    .navbar-inverse .navbar-nav>li:hover>a::after {
        opacity: 1;
        width: 100%;
    }

    .navbar-inverse .navbar-nav>li>a.active::after {
        transition: 0s !important;
    }

    .navbar-inverse .navbar-nav>li>a::after {
        transition: .25s;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 37px;
        width: 0;
        height: 2px;
        background: #0e2b57;
        opacity: 0;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0px);
        border-radius: 0;
        border: 0;
        padding: 20px 0 25px;
        text-align: center;
        animation: drop .35s forwards;
        box-shadow: none;
    }

    @keyframes drop {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

}

@media(min-width:1420px) {

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

    .navbar>.container,
    .container-fluid,
    #site footer .container {
        width: 100%;
        padding: 0 50px;
    }

    .sub-title {
        width: 100%;
    }
    .navbar-collapse .navbar-right {
        gap: 60px;
    }
    .subpage .container {
        max-width: 1240px;
        width: 100%;
    }
}

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

    .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 75px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-brand>img {
        height: 50px;
    }

    .navbar-collapse {
        padding: 0;
        width: 100vw;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

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

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 100px;
        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 .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: #444;
    }

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

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

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

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

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

    .dropdown-menu {
        padding: 0;
    }

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

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

    .navbar-inverse .navbar-nav .dropdown-menu {
        display: none;
    }
}

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

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

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

.carousel-caption {
    top: 45%;
}

.item:nth-child(1) .carousel-caption h1,
.item:nth-child(1) .carousel-caption p {
    text-align: center;
}

.item:nth-child(2) .carousel-caption h1,
.item:nth-child(2) .carousel-caption p {
    text-align: left;
}

.item:nth-child(3) .carousel-caption h1,
.item:nth-child(3) .carousel-caption p {
    text-align: right;
}

.carousel-caption h1 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.4em;
}

.carousel-caption p {
    font-size: 58px;
    line-height: 1.35;
    font-weight: 300;
    padding-top: 0px;
    text-shadow: 0 0 30px #000;
}

.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 4%;
    display: none;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.carousel-control.right {
    justify-content: flex-end;
}

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

.carousel-control.left {
    justify-content: flex-start;
}

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

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100px;
    font-size: 25px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    background: rgba(0, 0, 0, .2);
    text-shadow: none;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
}

.glyphicon.glyphicon-chevron-right::before {
    content: '\e5e1';
    font-family: 'Material Icons';
}

.glyphicon.glyphicon-chevron-left::before {
    content: '\e2ea';
    font-family: 'Material Icons';
}


.carousel-indicators {
    position: absolute;
    box-sizing: border-box;
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgba(255, 255, 255, 0.8);
    border-top: 3px solid #fff;
}

.carousel-indicators li,
.carousel-indicators li.active {
    text-indent: 0;
    border: 0;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 15%;
    height: 100%;
}

.carousel-indicators li+li,
.carousel-indicators li+li.active {
    border-left: 1px solid #fff;
}

.carousel-indicators li.active {
    background: #fff;
}

.indicators-caption {
    display: flex;
    height: 100%;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.indicators-caption strong {
    margin-bottom: 10px;
    font-size: 15px;
}

/* li.active .indicators-caption strong{
    color: #0f3875;
} */
/* li.active .indicators-caption{
    border-top: 3px solid #14448b;
    margin-top: -3px;
} */

.indicators-caption span {
    font-size: 14px;
}

/* =================================== mainpage =================================== */
.mainpage section {
    background: #eee;
    padding: 120px 0 120px;
}

.mainpage section.se03 {
    background: #fff;
    padding-top: 120px;
}

.mainpage .se02 {
    padding: 0;
    background: url(img/main/m-04.jpg) no-repeat center / cover;
    overflow: hidden;
}

.mainpage .se02>.container-fluid {
    background: rgba(0, 0, 0, 0.55);
}

.mainpage .row {
    margin: 0 -5px;
}

.mainpage div[class^='col-'] {
    padding: 0 5px;
}

.mainpage h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.15em;
    color: #000;
}

.mainpage h2::after {
    content: '';
    width: 70px;
    height: 1px;
    display: block;
    margin: 30px auto 0;
    background: #444;
}

.mainpage h2+p {
    text-align: center;
    margin-bottom: 75px;
    line-height: 1.65;
}

.mainpage img.icon {
    position: relative;
    z-index: 5;
}

.mainpage img.icon+.caption {
    position: relative;
    text-align: center;
    padding-top: 40px;
    padding-left: 40px;

    margin-bottom: 0;
}

.main-product-wrap a {
    display: block;
    padding: 40px 0;
    transition: all 0.3s ease;
}

section.se01 .main-product-wrap>div {
    padding: 0;
}

.mainpage .main-card-wrap {
    margin: 0 -10px;
}

.mainpage .main-card-wrap>div {
    padding: 0 10px;
}

.main-product-wrap a:hover {
    background: #fff;
}

.se01 .main-product-wrap div+div {
    border-left: 1px solid #ddd;
}

.main-card-wrap .inner {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    height: 245px;
}

.mainpage section .main-card-wrap .caption {
    transition: .3s;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
    padding: 40px 18px 18px 35px;
}

.mainpage section .main-card-wrap h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: -0.06em;
}

.mainpage section .main-card-wrap h4+p {
    font-size: 17px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    letter-spacing: -0.05em;
}

.mainpage .main-card-wrap p.more {
    transition: .3s;
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.41);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    border-radius: 50%;
}

.mainpage .main-card-wrap p.more::after{
    margin: 0;
    transform: translateY(1px);
    font-size: 18px;
}

.mainpage .main-card-wrap img {
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mainpage .main-card-wrap .inner .caption::after {
    z-index: 5;
    transition: .35s;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}
@media (hover:hover){

    .mainpage .main-card-wrap .inner:hover .caption {
        background-color: rgba(0, 0, 0, .5);
    }
    .mainpage .main-card-wrap .inner:hover .caption::after {
        opacity: 1;
        border: 7px solid #1e52a0;
    }
    .mainpage .main-card-wrap .inner:hover .more{
        transform: rotate(180deg);
    }
    .mainpage .main-card-wrap .inner:hover img {
        transform: scale(1.1);
    }
}

.mainpage .main-card-wrap .vertical .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 20px;
}

.mainpage .main-card-wrap .vertical img {
    width: 100px;
    margin-right: 15px;
}

.mainpage .main-card-wrap .vertical .caption {
    width: 250px;
    padding: 0;
}

.mainpage .caption {
    padding: 55px 40px 0 20px;
    margin-bottom: 80px;
}

.mainpage .caption h4 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #111;
    font-weight: 600;
}

.mainpage .caption p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.mainpage p.more {
    display: inline-block;
    margin-top: 45px;
    padding: 0;
    /* border-bottom: 1px solid #000; */
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #000;
}

.mainpage p.more::after {
    display: inline-block;
    transform: translateY(2px);
    content: '\e145';
    font-weight: 900;
    font-family: 'Material Icons';
    font-size: 13px;
    margin-left: 3px;
    margin-right: -2px;
}

.main-contact-wrap {
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.main-contact-wrap>div {
    text-align: center;
}

.main-contact-wrap p {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 20px;
}

.link-btn {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 16px 50px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.link-btn:hover {
    background: #fff;
    color: #111;
}

section.se04 {
    padding-bottom: 0;
}

.se04 .container-fluid {
    padding: 0;
}

.mainpage section .main-tech-wrap>div {
    padding: 0;
}

.main-tech-wrap {
    margin: 0 !important;
}
.main-tech-wrap img{
    width: 100%;
}
.main-tech-wrap .caption {
    transition: .25s;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .15);
}

.main-tech-wrap a:hover .caption {
    background: rgba(0, 0, 0, .5);
}

.main-tech-wrap .caption::after {
    transition: .25s;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0px solid #fff;
}

.main-tech-wrap a:hover .caption::after {
    opacity: 1;
    border: 7px solid #fff;
}

.main-tech-wrap .caption h4 {
    color: #fff;
    font-weight: 400;
}

/* =================================== sub common =================================== */
/* sub-header */

.breadcrumb {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 13px;
    background: none;
}

.breadcrumb::after {
    content: '';
    display: block;
    flex: 1;
    width: 100%;
    height: 8px;
    background: #0e2b57;
    margin-left: 15px;
}

.breadcrumb>li.active,
.breadcrumb>li {
    line-height: 1;
    font-size: 13px;
    color: #555;
    font-weight: 300;
}

.breadcrumb>li.active {
    color: #0e2b57 !important;
    font-weight: 500;
}

.breadcrumb>li+li:before {
    content: '\e5cc';
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 300;
    font-size: 16px;
    line-height: 0;
    transform: translateY(3px);
    padding: 0 3px;
    color: #888;
}

.sub-header-wrap {
    position: relative;
}

/* script css */
.subpage:not(#career01, #help01) .sub-header-wrap+.subpage-content {
    margin-top: 105px;
}

.sub-title {
    position: relative;
    z-index: 2;
}

.sub-header-wrap h2 {
    margin: 85px 0 20px;
    font-size: 52px;
    color: #000;
    font-weight: 300;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.sub-header-wrap p {
    margin: 0;
    line-height: 1.35;
    font-size: 18px;
    color: #888;
}

/* snb-default */
.snb {
    position: relative;
    z-index: 10;
    margin: 70px 0 0;
}

.snb ul {
    display: flex;
}

.snb ul {
    margin: 0;
    justify-content: center;
}

.snb li {
    margin: 0;
    text-align: center;
}

.snb li+li {
    margin-left: 10px;
}

.snb li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    background: #fff;
    height: 35px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
    transition: all 0.25s ease;
}
@media (hover:hover){

    .snb li>a:hover {
        background: #0e2b57;
        color: #fff;
    }
}

.snb li.active a {
    position: relative;
    color: #fff;
    background: #0e2b57;
}

/* subpage default */
/* .subpage {
    background: #eee;
} */

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

.subpage-content section>.row+.row::before {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #ddd;
}

.subpage-content section>.row+.row.sub-adv-wrap::before {
    margin-bottom: 40px;
}

.subpage-content section>.row:last-child {
    margin-bottom: 0;
}

.subpage-content section {
    padding: 90px 150px 100px;
    margin-bottom: 75px;
    background: #fff;
    box-shadow: 15px 15px 70px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

#tech00 .subpage-content section,
#product00 .subpage-content section,
#help01 .subpage-content section,
#about00 .subpage-content section {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 120px;
}

.subpage-content h3 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 65px;
    letter-spacing: -0.04em;
    color: #111;
}

.subpage-content h4 {
    font-weight: 500;
    font-size: 30px;
    color: #111;
    margin-bottom: 40px;
    letter-spacing: -0.055em;
}

.subpage-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #111;
    letter-spacing: -0.05em;
}

.subpage-content .con-title {
    margin-bottom: 20px;
    border-bottom: 2px solid #0e2b57;
}

.subpage-content .con-title h5 {
    display: inline-block;
    background: #0e2b57;
    padding: 6px 16px 6px 12px;
    margin-bottom: -2px;
    font-size: 20px;
    color: #fff;
    border-top-right-radius: 10px;
}

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

.subpage-content .sub-caption {
    padding: 40px 0px 0 0;
}

.subpage-content .sub-caption .row {
    margin: 0 -10px
}

.subpage-content .sub-caption .row>div {
    padding: 0 10px !important;
}

.subpage-content .sub-caption ul+h5 {
    margin-top: 40px;
}

.subpage-content .img-caption {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.subpage-content p {
    font-size: 16px;
    line-height: 1.7;
}

.subpage-content .li-dash li {
    line-height: 1.53;
}

.subpage-content .li-dash li+li {
    margin-top: 8px;
}

.subpage-content .col-sm-12+.col-sm-12 {
    margin-top: 50px;
}

.subpage-content .wrap-title+.col-sm-12 {
    margin-top: 0;
}

.subpage-content .row>div.clearfix {
    margin-bottom: 50px;
}

.sub-point-wrap {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.sub-point-wrap::before,
.sub-point-wrap::after {
    content: none;
}

.sub-point-wrap>div {
    width: 100%;
    padding: 0 !important;
}

.sub-point-wrap .img-wrap {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.sub-point-wrap .sub-caption {
    padding-top: 30px
}

.sub-point-wrap .img-wrap h5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .45);
    line-height: 1.4;
    font-size: 20px;
}

.sub-point-wrap .li-dash li {
    font-size: 15px;
    line-height: 1.65
}

.sub-point-wrap .li-dash li+li {
    margin-top: 15px !important;
}

p.mini-num {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: #0e2b57;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.03em;
    font-weight: 500;
}

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

.sub-info-wrap h3 {
    color: #fff;
    font-size: 20px;
}

.sub-info-wrap .item {
    transition: .5s;
    overflow: hidden;
    position: relative;
    display: block;
}

.sub-info-wrap .inner {
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0);
}

.sub-info-wrap .inner:hover {
    background: rgba(0, 0, 0, .4);
}

.sub-info-wrap img {
    height: 300px;
    width: 100%;
}

.sub-info-wrap .inner::after {
    transition: .35s;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0px solid transparent;
}

.sub-info-wrap .item:hover {
    box-shadow: 7px 7px 25px rgba(0, 0, 0, .35);
}

.sub-info-wrap .item:hover .inner::after {
    opacity: 1;
    border: 7px solid #1e52a0;
}

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

.sub-adv-wrap span {
    position: relative;
    color: #15396f;
    z-index: 2;
}

.sub-adv-wrap.wrap02 span {
    font-size: 50px;
    font-weight: 400;
}

.sub-adv-wrap.wrap02 h5 {
    margin-bottom: 25px;
    padding-bottom: 12px;
}

.sub-adv-wrap.wrap02 .icon::after {
    width: 30px;
    height: 30px;
    right: -11px;
    bottom: 6px;
}

.sub-adv-wrap .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.sub-adv-wrap .icon::after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    background: #e8edf5;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -12px;
    bottom: -2px;
}

.sub-adv-wrap h5 {
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid #617eaa;
    font-size: 24px;
    color: #0e2b57;
    letter-spacing: -0.06em;
}

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

.subpage-content .sub-adv-wrap.wrap02 li+li {
    margin-top: 12px;
}

.sub-adv-wrap li {
    font-size: 15px;
    letter-spacing: -0.04em;
}

.sub-adv-wrap .item {
    position: relative;
    height: 100%;
    padding: 40px 38px 40px;
    border: 1px solid #c7d0dd;
    border-radius: 15px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

/* 01 */
.sub-greet-wrap img {
    margin-bottom: 30px;
}

.sub-greet-wrap .top {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 55px;
    color: #0e2b57;
    line-height: 1.5;
}

.sub-greet-wrap p {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.035em;
    margin-bottom: 30px;
    font-weight: 400;
}

.sub-greet-wrap .name {
    margin-top: 20px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
    color: #111;
}

.vision-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vision-wrap .item h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 22px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under;
    text-decoration-color: #333;
}

.vision-wrap .item .info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    /* border-radius: 140px; */
}

.vision-wrap .item.i01 .info {
    background-color: #0e2b57;
    color: #fff;
}

.vision-wrap .item.i02 .info {
    border: 1px solid #47638f;
    color: #0e2b57;
    font-weight: 500;
    position: relative;
}

.vision-wrap .item .info p {
    font-size: 24px;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.vision-wrap .value-icon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.vision-wrap .value-icon .icon {
    padding: 45px 35px 42px;
    border: 1px solid #c7d0dd;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    text-align: center;
}

.vision-wrap .value-icon span {
    color: #0e2b57;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.vision-wrap .value-icon span::after {
    content: '';
    display: block;
    position: absolute;
    background: #e6ecf5;
    color: #fff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    left: -9px;
    bottom: -6px;
    z-index: -1;
}

.vision-wrap .value-icon>.icon:nth-child(odd) span::after {
    right: auto;
    bottom: auto;
    left: -6px;
    top: -3px;
}

.vision-wrap .value-icon h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.38;
    color: #0e2b57;
    letter-spacing: -0.04em;
}

.year-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 15px;
}

.year-wrap .item {
    position: relative;
    display: grid;
    grid-template-columns: 250px auto;
    gap: 40px;
    padding-left: 38px;
    padding-bottom: 70px;
    border-left: 1px solid #dde0e5;
}

.year-wrap .item h5 {
    position: static;
    margin-bottom: 0;
    line-height: 1;
    font-size: 34px;
    color: #0e2b57;
    letter-spacing: -0.02em;
}

.year-wrap .item h5::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 13px;
    box-sizing: content-box;
    display: block;
    aspect-ratio: 1;
    width: 8px;
    border-radius: 50%;
    background-color: #0e2b57;
}

.year-wrap .item h5::after {
    content: '';
    position: absolute;
    left: -17px;
    top: 1px;
    box-sizing: content-box;
    display: block;
    aspect-ratio: 1;
    width: 30px;
    border-radius: 50%;
    /* background-color: rgb(103 133 177 / 22%); */
    border: 1px solid #7096cb;
}

.area-wrap {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.area-wrap .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
    align-items: center;
}

.area-wrap .item .text {
    padding-bottom: 10px;
}

.area-wrap .item .text span.num {
    display: block;
    font-size: 18px;
    margin-bottom: 40px;
    color: #0e2b57;
    font-weight: 600;
    line-height: 1;
    text-decoration: underline;
    text-underline-position: under;
    display: none;
}

.area-wrap .item .text h5 {
    font-size: 28px;
    color: #0e2b57;
    line-height: 1.4;
    margin-bottom: 20px;
}

.area-wrap .item .text p {
    font-size: 16px;
    line-height: 1.65;
}

/* map */
:is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"]) {
    width: 100% !important;
    height: 400px !important;
    padding: 0 !important;
}

iframe[src^="https://www.google.com/"] {
    background-color: #e5e3df;
    margin-bottom: -6px;
}

.map-wrap {
    display: grid;
    grid-template-columns: 40% auto;
}

.map-wrap .wrap-title {
    grid-column: span 2;
}

.map-wrap .map-info {
    padding-top: 70px;
    padding-right: 40px;
}

.map-wrap .map-info h4 {
    position: relative;
    margin-bottom: 22px;
    font-size: 20px;
    letter-spacing: -0.08em;
    font-weight: 500;
    color: #333;
}

.map-wrap .map-info h5 {
    margin-bottom: 45px;
    color: #0e2b57;
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1.44;
}


.map-wrap .map-info ul {
    flex-wrap: wrap;
    display: flex;
    padding-right: 20px;
}

.map-wrap .map-info ul li {
    padding-left: 0;
    margin: 25px 0 0;
    font-size: 14.5px;
    letter-spacing: 0;
    flex: 1 1 40%;
}

.map-wrap .map-info ul li::before {
    content: '';
}

.map-wrap .map-info ul li strong {
    letter-spacing: -0.015em;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.map-wrap .map-info ul li::before {
    content: none;
}

/* 02 */
.tech .sub-adv-wrap {
    margin: 20px -10px 0px;
}

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

.tech .sub-adv-wrap .item {
    padding: 40px 28px 35px;
}

.tech .sub-adv-wrap .item h5 {
    font-size: 23px;
    height: 90px;
}

.tech .detail p strong {
    font-size: 25px;
    font-weight: 500;
    color: #073376;
    line-height: 1.65;
    letter-spacing: -0.055em;
    display: inline-block;
    margin-top: 10px;
}

#product01 .detail h5 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 500;
    color: #073376;
    line-height: 1.64;
    letter-spacing: -0.055em;
}

#product04 .sub-img-wrap img {
    margin-top: 25px;
    margin-bottom: 10px;
}

/* 03 */
#tech01 .con-title+img {
    margin: 60px auto 0;
}

#tech01 .sub-con-wrap .li-dash strong.tit {
    display: block;
    margin-bottom: 2px;
    margin-top: 13px;
}

/* 04 */
.carrer-wrap p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.7;
}

.carrer-wrap .top h5 {
    margin: 10px 0 20px;
}

.carrer-wrap .info-wrap h5 {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin: 0;
    font-size: 26px;
}

.carrer-wrap .info-wrap {
    margin-top: 60px;
    /* display: flex;
    justify-content: flex-start;
    flex-direction: column; */
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 60px 40px; */
    border-top: 2px solid #0e2b57;
}

.carrer-wrap .info-wrap .item {
    display: grid;
    grid-template-columns: 30% auto;
    grid-template-rows: min-content;
    /* align-items: flex-start; */
    border-bottom: 1px solid #e3e3e3;
    padding: 40px 60px 45px;
}

.carrer-wrap .info-wrap .item li {
    margin-top: 5px;
    line-height: 1.5;
}

.carrer-wrap .info-wrap span.material-icons-outlined {
    color: #15396f;
    margin-right: 35px;
    font-size: 50px;
}

#career01 .subpage-content h3 {
    margin-bottom: 30px;
}

#career01 .subpage-content h3+p {
    margin-bottom: 40px;
}


/* table */
.sub-table-wrap div:not(.wrap-title)+.col-sm-12 .table-responsive{
    margin-top: 30px;
}

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

.sub-table-wrap .table-style {
    border-color: #111;
    margin-bottom: 0;
}

.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    border-color: #e3e3e3;
    text-align: center;
    padding: 14px 14px;
    font-size: 15px;
    vertical-align: middle;
}

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

.sub-table-wrap .table-style thead th,
.sub-table-wrap .table-style tbody th {
    background: #f8f8f8;
    border-color: #ddd;
}

.maintenance {
    border: 1px solid #e3e3e3;
    padding: 80px 25px;
    text-align: center;
    margin-bottom: 100px;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 95px;
    margin-bottom: 25px;
    color: #ddd;
}

.maintenance .big-cont {
    display: block;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
}

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

.maintenance .btn {
    width: 120px;
}

.share-wrap {
    display: none;
}

.subpage-content .share-wrap {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.share-wrap a {
    transition: .25s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #bbb;
    background: #fff;
}

.share-wrap a img {
    opacity: .65;
}

.share-wrap a+a {
    margin-left: 15px;
}

.share-wrap a:hover {
    border-color: #0e2b57;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.share-wrap a:hover img {
    opacity: 1;
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 50px 0;
    background-color: #111;
    color: #aaa;
    letter-spacing: -0.01em;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-row>div {
    flex-basis: content;
    width: auto;
}

.footer-row::before,
.footer-row::after {
    content: none;
}

.footer-logo {
    margin-right: 15px;
}

.footer-logo img {
    opacity: 1;
}

.footer-info {
    text-align: right;
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 1.5;
}

.footer-info li {
    display: inline;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.footer-info li strong {
    letter-spacing: 0;
    color: #aaa;
}

.copyright {
    font-size: 13px;
    text-align: right;
    color: #666;
    letter-spacing: 0;
}

#scrolltop {
    position: relative;
    display: block;
    float: right;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    outline: none;
}

#scrolltop .inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

/* mobile*/
@media(max-width:767px) {
    .footer-info {
        margin-top: 15px;
    }

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

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

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

/* bbs common */
.board_data_view .header_wrap .title {
    font-weight: 600;
    font-size: 28px;
}

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

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

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

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

:is(.board_wrapper, .pagination_wrap, .search_wrap) {
    content-visibility: hidden;
}

.bbs-area :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    content-visibility: auto;
}


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

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

.table.table_default tbody tr:hover .subject a {
    font-weight: 500;
    color: #111;
}

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

.table.table_default tbody td {
    font-size: 14px;
}

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

.table.table_default tr th,
.table.table_default tr td {
    padding: 17px 10px;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #ccc;
    letter-spacing: -0.025em;
}

.table.table_default thead th {
    padding: 18px 10px;
    /* background: #fff; */
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 15px;
}

.table_default {
    border-top: 1px solid #333;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333
}

.board_wrapper .table.board_write_table>tbody>tr>td,
.board_wrapper .table.board_write_table>tbody>tr>th,
.board_wrapper .table.board_write_table>tfoot>tr>td,
.board_wrapper .table.board_write_table>tfoot>tr>th,
.board_wrapper .table.board_write_table>thead>tr>td,
.board_wrapper .table.board_write_table>thead>tr>th {
    border-top: none;
    border-bottom: 1px solid #eee;
    padding: 20px 20px;
}

.board_wrapper .table.board_write_table tbody tr th {
    background: #f8f8f8;
    font-size: 16px;
    padding-left: 40px;
    vertical-align: middle;
    border-color: #e8e8e8;
}

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

.table.table_default tr td,
.table.table_default tbody th.num {
    color: #777;
    font-size: 14px;
}

.btn {
    transition: all 0.25s;
    font-size: 14px;
    padding: 13px 12px;
    font-weight: 500;
}

.btn.btn-primary {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #000;
    border-color: #000;
}

.btn.btn-dark {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #000;
    border-color: #000;
}

/* member */

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

.member_wrapper h1 {
    margin-top: 0;
}

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

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

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

.table_blog2 dd .inner {
    border: none;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
    color: #777 !important;
}

.form-control {
    height: 48px;
    padding: 10px 14px;
    font-size: 16px;
}

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

/* wrapper */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0px;
    font-family: 'notokr';
}

.board_wrapper .text-center .btn {
    padding: 18px 0 !important;
}

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

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files+.sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 16px;
}

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

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

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

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

.board_box_blog2 .inner .bottom .title {
    font-size: 25px;
    letter-spacing: -0.02em;
}

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

.board_data_view {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 55px 0;
}

.board_data_view .contents_wrap p {
    font-size: 17px;
}

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

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


.checkbox label,
.radio label {
    font-size: 15px;
    color: #333;
}

.checkbox,
.radio {
    margin-top: 4px;
}

.custom_checkbox+span a {
    font-weight: 500;
    color: #333;
}

.custom_checkbox+span a:hover {
    text-decoration: underline
}

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

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

/* =================================== mobile =================================== */
/* mainpage */
@media(max-width:767px) {
    p {
        font-size: 14px;
    }

    /* carousel */
    #mainCarousel{
        display: flex;
        flex-direction: column-reverse;
    }
    #mainCarousel .carousel-inner .item {
        /* height: 350px; */
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    #mainCarousel .carousel-inner .item:nth-child(2){
        background-position: 80% center;
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }

    .carousel-indicators {
        position: static;
        flex-direction: column;
        height: auto;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        padding: 15px 10px !important;
        width: 100%;
    }
    .carousel-indicators li{
        background-color: #ddd;
    }

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

    .indicators-caption strong {
        margin-bottom: 4px;
    }

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

    .mainpage section.se03,
    .mainpage section {
        padding: 70px 0;
    }

    .mainpage h2 {
        font-size: 30px;
    }

    .mainpage .caption h4 {
        margin-bottom: 15px;
    }

    .mainpage h2+p {
        margin-bottom: 40px;
    }

    .mainpage p.more {
        margin-top: 25px;
    }

    .main-contact-wrap p {
        line-height: 1.25;
    }

    .mainpage .main-card-wrap>div+div {
        margin-top: 35px;
    }
    .mainpage .main-card-wrap>div{
        width: 100%;
    }
    .mainpage section.se04 {
        padding-bottom: 0;
    }

    .main-tech-wrap .caption {
        padding: 35px 30px;
    }
}

/* subpage */
@media(max-width:767px) {

    ol,
    ul,
    li,
    dl {
        font-size: 15px;
    }

    .sub-header-wrap h2 {
        margin: 65px 0 20px;
        font-size: 40px;
    }

    .sub-header-wrap p {
        font-size: 15px;
        line-height: 1.4;
    }

    .snb {
        margin-top: 35px;
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

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

    .snb li+li {
        margin-top: 5px;
        margin-left: 0;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .subpage-content h4 {
        font-size: 26px;
        line-height: 1.35;
    }

    .subpage-content section {
        padding: 50px 25px 50px;
    }

    .sub-info-wrap img {
        height: auto;
    }

    .sub-info-wrap h3 {
        font-size: 24px !important;
    }

    .sub-info-wrap>div+div {
        margin-top: 15px;
    }

    .sub-info-wrap .inner {
        padding: 25px;
    }

    .sub-greet-wrap .top {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .sub-adv-wrap .sub-caption {
        padding: 25px 25px 35px;
    }

    .subpage-content h3 {
        font-size: 30px;
        line-height: 1.35;
    }

    .li-box {
        flex-wrap: wrap;
    }

    .li-box>li {
        flex: inherit;
        width: 100%;
    }

    .li-box>li+li {
        margin-top: 10px;
        margin-left: 0;
    }

    .subpage-content h5 {
        margin-bottom: 15px;
    }

    .subpage-content .sub-caption {
        padding-top: 25px;
    }

    .sub-carrer-wrap .bottom .row>div {
        width: 100%;
    }

    .sub-carrer-wrap .bottom .row>div+div {
        margin-top: 40px;
    }

    .sub-carrer-wrap .bottom h5 {
        height: 80px;
        margin-bottom: 20px;
    }

    .carrer-wrap .info-wrap .item {
        padding: 30px 10px;
        display: block;
    }

    .carrer-wrap .info-wrap h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .carrer-wrap .info-wrap span.material-icons-outlined {
        margin-right: 10px;
        font-size: 40px;
    }

}
/* 22-11-30 renewal */
@media(max-width:767px) {
    .subpage-content h3{
        margin-bottom: 40px;
    }
    .subpage-content .col-sm-12+.col-sm-12{}
    .main-card-wrap .inner{
        height: 230px;
    }
    .sub-info-wrap::before,
    .sub-info-wrap::after{
        content: none;
    }
    .sub-info-wrap{
        gap: 20px;
    }
    .subpage section .sub-info-wrap div+div{
        margin-top: 0;
    }
    .vision-wrap .item .info{
        height: auto;
        padding: 30px;
        text-align: center;
    }
    .vision-wrap .value-icon{
        grid-template-columns: repeat(1,1fr);
    }
    .vision-wrap .value-icon .icon{
        padding: 30px 20px;
    }
    .year-wrap .item{
        display: flex;
        flex-direction: column;
    }
    .area-wrap .item{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .map-wrap{
        display: flex;
        flex-direction: column-reverse;
    }
    .map-wrap .map-info{
        padding-right: 0;
        padding-top: 40px;
    }
    .map-wrap .map-info h5{
        margin-bottom: 20px;
        font-size: 22px;
    }
    :is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"]){
        aspect-ratio: 1;
        width: 100% !important;
        height: auto !important;
    }
    .subpage-content section>.row+.row::before{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .tech .sub-adv-wrap{
        margin-top: 0;
    }
    .tech .detail p strong{
        font-size: 22px;
    }
    .tech .sub-adv-wrap .item h5{
        height: auto;
    }
    .sub-point-wrap{
        display: flex;
        flex-direction: column;
    }
    .sub-point-wrap .img-wrap h5{
        padding: 50px;
    }
    .sub-adv-wrap >div:first-child {
        margin-top: -20px;
    }
    .sub-adv-wrap.wrap02 span{
        font-size: 42px;
    }
    .sub-adv-wrap .icon{
        margin-bottom: 15px;
    }
    .sub-table-wrap .col-sm-12{
        width: 100%;
    }
    .sub-table-wrap .col-sm-6+.col-sm-6{
        margin-top: 20px;
    }
}
/* bbs, etc */
@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%;
    }

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

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

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

    .member_wrapper h1 {
        font-size: 30px;
    }

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