@charset "utf-8";
@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=block");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=block");
@import url("https://fonts.googleapis.com/css2?family=Hahmlet:wght@100;200;300;400;500;600;700;800;900&display=block");

@font-face {
    font-family: "RIDIBatang";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "meiryo";
    src: url("/assets/fonts/meiryo/meiryo.ttc") format("woff");
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: "meiryob";
    src: url("/assets/fonts/meiryo/meiryob.ttc") format("woff");
    font-weight: 700;
    font-display: block;
}

* {
    word-break: keep-all;
}

body:lang(jp) * {
    word-break: break-all !important;
}

#site {
    padding-top: 149px;
    font-family: "Roboto", "Noto Sans KR", "notokr", sans-serif;
    opacity: 0;
}
#site.no-js{
    opacity: 1;
}
#site:lang(jp) {
    font-family: "meiryo", "meiryob", "Roboto", sans-serif;
}

#site > .container {
    width: 100%;
    padding: 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1330px;
    }
}

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

img {
    flex-shrink: 0;
}

ol,
ul,
li,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;
    letter-spacing: -0.025em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt {
    position: relative;
    margin: 0;
    letter-spacing: -0.025em;
}

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

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

span[class^="material-icons"] {
    /* transform: translateY(1px); */
    vertical-align: middle;
    line-height: 1;
    user-select: none;
}

.internet.explorer span[class^="material-icons"] {
    transform: translateY(5px);
}

br {
    visibility: visible;
    opacity: 0;
}

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

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

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

/* =================================== navbar =================================== */
#langBtn {
    line-height: 1;
    transform: translateY(15px);
}

#langBtn button.lang {
    padding: 0;
    background: transparent;
    font-size: 14px;
    letter-spacing: 0;
    border: 0;
    font-weight: 400;
    line-height: 1;
    color: #888;
}

#langBtn button.lang + button {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #ccc;
}

#langBtn button.lang.active {
    color: #437dea;
    font-weight: 700;
}

#langBtn button.lang:hover {
    text-decoration: underline;
}

#langBtn button.lang.active:hover {
    text-decoration: inherit;
}

.login-wrap {
    position: absolute;
    right: 15px;
    top: 25px;
    display: flex;
}

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

.login-wrap a {
    color: #888;
    font-size: 13px;
}

.login-wrap a:hover {
    text-decoration: underline;
}

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

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

.navbar-collapse {
    width: 100%;
}

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

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

.nav-top {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.nav-top > .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
}

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

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

.navbar-inverse,
.subpage-header,
.snb .fixed {
    transition: top 0.35s;
}

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

.navbar-brand {
    display: flex;
    align-items: flex-end;
    margin-left: 0px !important;
    padding: 0;
    height: auto;
}

.navbar-brand::after {
    content: "Save energy Save nature";
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
    margin-left: 15px;
    white-space: nowrap;
    letter-spacing: -0.025em;
    color: #437dea;
    padding-bottom: 3px;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    padding: 0px 25px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.034em;
}

.navbar-inverse .navbar-nav,
.navbar-inverse .navbar-nav > li + li {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px;
}

.navbar-inverse .navbar-nav {
    border-left-width: 1px;
    border-right-width: 1px;
}

.navbar-inverse .navbar-nav > li + li {
    border-left-width: 1px;
}

/* 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: none;
    color: #cedfff;
    border: 0;
}

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #fff;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 0 !important;
}

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

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
    color: #437dea;
}

@media (min-width: 768px) {
    .navbar-inverse.nav-up {
        top: -95px !important;
    }

    .subpage-header.nav-up {
        top: 51px !important;
    }

    .snb .fixed.nav-up {
        top: 147px;
    }

    #gnbauth {
        display: none;
    }

    #gnbauth i {
        display: none;
    }

    .navbar-inverse {
        background: #2651a1;
    }

    .navbar-header {
        display: none;
    }

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

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        /* min-width: calc(100% - 50px); */
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        padding: 5px 5px;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-top-color: #333;
    }

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

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

    .navbar-inverse {
        border-bottom: 1px solid #a7b9da;
    }

    .navbar-inverse.nav-up {
        top: -92px !important;
    }

    .subpage-header.nav-up {
        top: 0px !important;
    }

    .snb .fixed.nav-up {
        top: 35px;
    }

    #langBtn {
        transform: translateY(0);
    }

    .nav-top > .container {
        justify-content: flex-end;
        height: auto;
        padding-top: 7px;
        background: #fff;
    }

    #langBtn button.lang {
        font-size: 12px;
    }

    #langBtn button.lang + button {
        padding-left: 7px;
        margin-left: 7px;
    }

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

    .navbar-collapse {
        width: 100vw;
        padding: 0;
        background: #2651a1;
    }

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

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

    .navbar > .container {
        display: block;
    }

    .navbar-brand {
        display: block;
        order: 1;
        width: 120px;
        align-items: center;
        margin: 0 0 0 15px !important;
    }

    .navbar-brand::after {
        display: block;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5px;
    }

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

    /* .navbar-inverse.nav-up .navbar-toggle{
        bottom: -52px;
    } */

    .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: #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;
        justify-content: flex-start;
    }

    .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: #444;
    } */

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

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

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

#site footer {
    position: relative;
    z-index: 10;
    margin-top: 0px;
    padding: 50px 0 40px;
    background-color: #383a3e;
}

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

.footer-info {
    color: #eee;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.8;
    font-weight: 300;
}

.footer-info li:not(.clearfix) {
    display: inline;
    margin-right: 15px;
    letter-spacing: 0.02em;
    color: #ccc;
}

.footer-info li strong {
    font-weight: 500;
    color: #ddd;
}

li.copyright {
    display: inline-block;
    font-size: 12px;
    color: #888;
    margin: 7px 0 0 0;
}

#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #437dea;
    background: #f0f0f0;
    border-radius: 50%;
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#scrolltop i {
    font-size: 32px;
    color: #1058df;
}

/* mobile*/
@media (max-width: 767px) {
    #site footer {
        padding: 40px 0 55px;
    }

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

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

    #scrolltop {
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 40px;
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 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: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

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

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

/* 슬라이드 */
#mainCarousel {
    margin-top: -149px;
}

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

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

.carousel-caption {
    top: 53.5%;
    padding: 0;
    left: 15.5%;
    right: 15.5%;
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
}

body:lang(en) .carousel-caption h1 {
    font-size: 44px;
}

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

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

.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: 45px;
    height: 100px;
    font-size: 28px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    background: #333;
}

.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 {
    text-align: left;
    padding-left: 0px;
    bottom: 200px;
    left: 15.5%;
    right: 15.5%;
    margin-left: 0;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 0;
    margin: 0 2px;
}

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

.carousel-indicators li.active {
    width: 60px;
    background: #fff;
    border: 2px solid #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: 1350px) {
    .carousel-caption h1 {
        font-size: 45px;
    }

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

    .carousel-indicators {
        bottom: 200px;
    }
}

@media (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 40px;
    }

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

    .carousel-indicators {
        bottom: 100px;
    }
}

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

.main-goal-wrap {
    border-radius: 10px;
    background: #fff;
    /* border: 1px solid #006ba5; */
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 70px 0;
}

.main-goal-wrap img {
    margin: 0 auto;
}

.main-goal-wrap h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 60px;
}

.main-goal-wrap p {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.025em;
    color: #444;
}

.main-goal-wrap p::before {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin: 40px auto 35px;
    background: #ddd;
}

/* =================================== sub common =================================== */
.subpage {
    /* position: relative; */
    padding-top: 42px;
}

/* .subpage::before{
    content: '';
    margin-top: -187px;
    display: block;
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/public/img/sub/greet01.jpg);
} */

.subpage-header {
    position: fixed;
    z-index: 100;
    top: 149px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    background: #eef1f7;
    border-bottom: 1px solid #e2e3e7;
}

.breadcrumb {
    background: none;
    padding: 0 0 0 3px;
    margin: 0;
    font-size: 14px;
}

.breadcrumb > li,
.breadcrumb > li a {
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: -0.025em;
}

.breadcrumb > li.active {
    color: #006ba5;
    font-weight: 500;
}

.breadcrumb > li + li:before {
    padding: 0 3px;
}

/* =================================== snb left =================================== */
.snb {
    position: relative;
    z-index: 10;
}

.snb .fixed {
    position: fixed;
    top: 233px;
    z-index: -1;
    width: 250px;
    height: 100%;
    /* background: #f8f8f8; */
}

@media (max-width: 1200px) {
    .snb .fixed {
        width: 200px;
    }
}

.snb-title {
    padding: 22px 0 32px;
}

.snb-title h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
    padding-left: 2px;
    letter-spacing: -0.034em;
}

.snb ul,
.snb li > a {
    margin: 0;
}

.snb li > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-left: 20px;
    border: 1px solid #d4dde3;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    color: #777;
    border-radius: 4px;
    margin-bottom: 5px;
    font-weight: 500;
}

body:lang(jp) .snb li > a,
body:lang(en) .snb li > a {
    padding-right: 30px;
    line-height: 1.445;
    padding-top: 14px;
    padding-bottom: 13px;
    height: auto;
}

body:lang(en) .snb li > a {
    font-size: 16px;
}

body:lang(jp) .snb li > a {
    font-size: 15px;
}

.snb li > a:hover {
    color: #437dea;
    border-color: #437dea;
}

.snb li.active a::after {
    content: "\f105";
    position: absolute;
    right: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c1d7ff;
}

.snb li.active a {
    position: relative;
    color: #fff;
    background: #437dea;
    border-color: #437dea;
}

/* =================================== subpage section, title =================================== */
.subpage-content {
    float: right;
    margin-top: 75px;
    padding-left: 75px;
    min-height: 600px;
}

@media (min-width: 992px) {
    .subpage-content {
        width: 80.1%;
    }
}

.subpage-content > .title {
    background: #fff url(/public/img/sub/ptn.jpg) repeat-x bottom;
}

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

.subpage-content section > .row + .row {
    position: relative;
    padding-top: 100px;
    margin-top: 100px;
}

.subpage-content section > .row + .row::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 4px solid #2651a1;
}

.subpage-content section > .row + .sub-con-wrap::before {
    width: 100%;
    left: 0;
}

.subpage-content .col-sm-12 {
    margin-bottom: 30px;
}

.subpage-content .col-sm-12:last-child {
    margin-bottom: 0;
}

.subpage-content .wrap-title {
    margin-bottom: 0;
}

.subpage-content .wrap-title h4 {
    margin-bottom: 40px;
}

.subpage-content dt {
    font-size: 18px;
    letter-spacing: -0.025em;
}

.subpage-content dd,
.subpage-content p {
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.45;
}

.subpage-content h5 + p {
    line-height: 1.6;
}

.subpage-content h3 {
    display: inline-block;
    padding-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #333;
}

.subpage-content h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.034em;
    color: #302f79;
}

.subpage-content h4::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 25px;
    background: #006ba5;
    display: none;
}

.subpage-content h4 + p {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.025em;
    color: #302f79;
    margin-top: -20px;
}

.subpage-content h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: #333;
    letter-spacing: -0.034em;
    position: relative;
    padding-left: 12px;
}

.subpage-content h5:not(.year)::before {
    content: "";
    display: block;
    width: 7px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
}

.subpage-content h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: #333;
}

/* =================================== subpage content =================================== */
p.img-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.img-box {
    position: relative;
}

.img-box.bordered,
.img-box.colored {
    padding: 40px 30px;
}

.img-box.bordered {
    border: 1px solid #ddd;
}

.img-box.colored {
    background: rgba(0, 0, 0, 0.03);
}

.img-box.colored img {
    position: relative;
    z-index: -1;
}

.img-box.cert {
    padding: 5px;
    border: 1px solid #ccc;
}

.sub-img-wrap .clearfix {
    margin-bottom: 30px;
}

/* 01 */
.sub-greet-wrap {
    margin: 0;
}

.sub-greet-wrap > div {
    padding: 0;
}

.sub-greet-wrap .text {
    padding-right: 100px;
}

.sub-greet-wrap p {
    font-size: 16px;
    line-height: 1.65em;
}

.sub-greet-wrap p:nth-child(1) {
    font-size: 26px;
}

.sub-greet-wrap p:nth-child(2) {
    margin-top: 10px;
}

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

.sub-greet-wrap strong {
    color: #003daf;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.sub-history-wrap .inner-year {
    position: relative;
    padding-bottom: 75px;
}

.sub-history-wrap div:last-child .inner-year:last-child {
    padding-bottom: 0;
}

.sub-history-wrap .left .inner-year {
    padding-right: 70px;
}

.sub-history-wrap .right .inner-year {
    padding-left: 70px;
}

.inner-year h5 {
    line-height: 0.8;
    position: static;
    font-weight: 300;
    font-size: 50px;
    color: #437dea;
    margin-bottom: 35px;
    padding-left: 0;
    letter-spacing: -0.034em;
}

.inner-year h5::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    border: 0;
    background: #ddd;
    top: 9px;
    right: 0;
    left: auto;
}

.inner-year h5::after {
    box-sizing: content-box;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0px;
    border-radius: 50%;
    background: #fff;
    border: 7px solid #437dea;
}

.left .inner-year h5 {
    text-align: right;
}

.left .inner-year h5::before {
    right: 0;
    left: auto;
}

.left .inner-year h5::after {
    right: -10px;
}

.right .inner-year h5 {
    text-align: left;
}

.right .inner-year h5::before {
    right: auto;
    left: 0;
}

.right .inner-year h5::after {
    left: -10px;
}

.sub-history-wrap .li-year {
    margin: 0;
}

.sub-history-wrap .li-year li {
    position: relative;
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 17px;
    color: #666;
}

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

.sub-history-wrap .li-year li:last-child {
    margin-bottom: 0;
}

.sub-history-wrap .left .li-year li {
    /* flex-direction: row-reverse; */
    text-align: right;
    padding-right: 40px;
}

.sub-history-wrap .right .li-year li {
    text-align: left;
    padding-left: 40px;
}

.sub-history-wrap .left {
    transform: translateX(0.5px);
    border: 0;
    border-right: 1px;
    padding-right: 0;
}

.sub-history-wrap .right {
    transform: translateX(-0.5px);
    border: 0;
    border-left: 1px;
    padding-left: 0;
}

.sub-history-wrap .left,
.sub-history-wrap .right {
    border-color: #87a3d6;
    border-style: solid;
}

.sub-history-wrap .li-year span {
    position: absolute;
    height: 100%;
    font-weight: 900;
    font-size: 18px;
    color: #2651a1;
}

.sub-history-wrap .left .li-year span {
    right: 0;
}

.sub-history-wrap .right .li-year span {
    left: 0;
}

.sub-history-wrap .right:last-child {
    border-color: #fff;
}

/* .sub-history-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sub-history-wrap .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-top: 30px;
    border-top: 1px solid #d4dde3;
}

.sub-history-wrap h5 {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 42px;
    font-weight: 400;
    padding-left: 0;
}

.sub-history-wrap h5::before {
    display: none;
}

.sub-history-wrap ul {
    flex: 1;
    padding-left: 130px;
}

.sub-history-wrap ul li {
    font-size: 16px;
}

.sub-history-wrap ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #437dea;
    top: 46%;
    transform: translateY(-50%);
}

.sub-history-wrap ul li+li {
    margin-top: 5px;
} */

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

.sub-map-wrap .root_daum_roughmap .map_border {
    display: none !important;
}

/* map-google */
.map-google {
    background: #eee;
}

.map-google iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -5px;
}

.sub-map-wrap > div {
    margin-bottom: 10px !important;
}

.sub-map-wrap i {
    line-height: 1;
    font-size: 26px;
    color: #437dea;
    font-weight: 300;
}

.sub-map-wrap .icon {
    display: flex;
}

.sub-map-wrap strong {
    display: block;
    font-size: 18px;
    color: #222;
}

.sub-map-wrap dl {
    width: 100%;
}

.sub-map-wrap dl strong {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -1px;
}

.sub-map-wrap dt {
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    padding-right: 7px;
    letter-spacing: 0;
    padding-left: 35px;
}

.sub-map-wrap dd {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    display: inline-block;
}

.map-location {
    margin: 0;
    border: 5px solid #eee;
    padding: 30px 10px;
}

.map-location .icon {
    width: 25%;
}

.map-location .icon:nth-child(1) {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
}
.map-location .icon:nth-child(1):only-child {
    margin-bottom: 0;
}
body:lang(en) .map-location .icon:nth-child(1),
body:lang(jp) .map-location .icon:nth-child(1) {
    width: 100%;
    margin-top: 0px;
}

.map-location .icon {
    margin-top: 10px;
}

.map-location i {
    background: #8fb2f3;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 6px;
    margin-right: 7px;
    position: absolute;
    left: -3px;
    top: -8px;
}

.sub-map-wrap .map-vehicle .icon + .icon {
    margin-top: 45px;
}

.sub-map-wrap .map-vehicle dt {
    margin-bottom: 0;
    padding-left: 35px;
    width: 250px;
}

.sub-map-wrap .map-vehicle dd {
    position: relative;
    padding-left: 100px;
    margin-left: 5px;
    letter-spacing: -0.025em;
}

.sub-map-wrap [class^="line"] span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    transform: translateY(-3px);
    border-radius: 50%;
    background: #eee;
    color: #fff;
    padding: 1px 0 0;
}

.map-vehicle .icon dl {
    background: #f4f4f4;
    padding: 15px 30px;
}

.sub-map-wrap .map-vehicle dt i {
    position: absolute;
    left: 0;
    top: -7px;
}

.sub-map-wrap .line-sub08 span {
    background: #e6186c;
}

.sub-map-wrap .line-bus02 span {
    background: #48972c;
}

.sub-con-wrap {
    margin: 0;
}

.sub-con-wrap > div {
    padding: 0;
}

.sub-con-wrap .left .inner {
    padding: 0px 70px 0 0px;
}

.sub-con-wrap .right .inner {
    padding: 0px 0px 0 15px;
}

.sub-con-wrap .text + ul,
.sub-con-wrap .text + .row {
    margin-top: 30px;
}

.sub-con-wrap .text ul {
    padding: 30px;
    background: #f4f4f4;
}

.sub-con-wrap .text h5 {
    font-size: 18px;
    padding-left: 0;
}

.sub-con-wrap .text h5::before {
    display: none;
}

.sub-con-wrap .text p,
.sub-con-wrap .text li {
    font-size: 16px;
}

.sub-con-wrap .text li + li {
    margin-top: 5px;
}

.sub-con-wrap .text p + p {
    margin-top: 20px;
}

.sub-con-wrap .text p + h5 {
    margin-top: 40px;
}

.sub-info-wrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.sub-info-wrap > div {
    padding: 0;
}

.sub-info-wrap .right {
    width: 40%;
    padding: 100px 0 0 120px;
}

.sub-info-wrap .left {
    width: 60%;
}

.sub-info-wrap .right img {
    border: 1px solid #eee;
    height: 400px;
}

.sub-info-wrap h5 {
    width: 100%;
    padding: 0;
    font-size: 26px;
    color: #333;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
}

.sub-info-wrap .text {
    padding: 100px 50px 0 120px;
}

.sub-info-wrap .text li {
    font-size: 16px;
    line-height: 1.6em;
}

.sub-info-wrap .text li + li {
    margin-top: 15px;
}

/* 02 */
.sub-pd-wrap .row {
    margin: 0 -10px;
}

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

.img-wrap {
    margin: 0 -10px;
}

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

.img-wrap p {
    padding: 15px 15px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border-top: 0;
}

.img-wrap p span {
    margin-left: 10px;
    font-weight: 900;
    color: #006ba5;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    background: #222;
}

.row.video-wrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.row.video-wrap > div {
    padding: 0;
}

.video-wrap .info {
    padding: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: 5px solid #dce6f7;
    margin-top: 20px;
}

.video-wrap .info p {
    flex: 1;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.03em;
    color: #302f79;
}

.video-wrap .info p + .more-btn {
    margin-left: 50px;
}

.video-wrap .info p + .more-btn {
    background: #437dea;
    color: #fff;
    width: 120px;
}

.video-wrap .info p + .more-btn:hover {
    background: #333;
}

.more-btn {
    background: #fff;
    align-self: flex-end;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100px;
    color: #000;
    font-weight: 500;
    /* border: 1px solid #005786; */
}

.more-btn:hover {
    background: #006ba5;
    color: #fff;
}

.stage-wrap .info {
    text-align: center;
    padding: 30px;
    border: 3px solid #eee;
    border-top: 0;
}

.stage-wrap > div + div .img-box::before {
    content: "";
    position: absolute;
    z-index: 5;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding-top: 2px;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
    color: #2651a1;
    font-family: "notokr";
}

.stage-wrap > div + div .img-box::after {
    content: "\EA6B";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-left: 60px solid #fff;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
}

#pd01 .wrap01 .img-wrap p {
    padding: 10px;
    background: #2651a1;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}

#pd01 .wrap01 .img-wrap .item {
    position: relative;
    border-radius: 20px;
}

#pd01 .wrap01 .img-wrap .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid #437dea;
}

#pd01 .wrap01 .img-wrap p span {
    color: #a0e5ff;
    font-weight: 400;
    font-size: 16px;
}

#pd01 .wrap03 > div:nth-child(2) {
    width: 62%;
    margin-bottom: 0;
}

#pd01 .wrap03 > div:nth-child(3) {
    width: 38%;
    padding-left: 50px;
}

#pd01 .wrap05 .img-box img {
    margin-left: 0;
}

#pd02 .wrap01 .wrap-title p {
    font-size: 20px;
    margin-bottom: 10px;
    color: #302f79;
}

#pd01 .stage-wrap > div + div:nth-child(2) .img-box::before {
    content: "세척";
}

body:lang(en) #pd01 .stage-wrap > div + div:nth-child(2) .img-box::before {
    content: "Wash";
    font-size: 12px;
}

body:lang(jp) #pd01 .stage-wrap > div + div:nth-child(2) .img-box::before {
    content: "洗浄";
}

#pd01 .stage-wrap > div + div:nth-child(3) .img-box::before {
    content: "완료";
}

body:lang(en) #pd01 .stage-wrap > div + div:nth-child(3) .img-box::before {
    content: "Done";
    font-size: 12px;
}

body:lang(jp) #pd01 .stage-wrap > div + div:nth-child(3) .img-box::before {
    content: "完了";
}

#pd02 .stage-wrap > div + div:nth-child(2) .img-box::before {
    content: "회수";
}

body:lang(en) #pd02 .stage-wrap > div + div:nth-child(2) .img-box::before {
    content: "Collect";
    font-size: 12px;
}

body:lang(jp) #pd02 .stage-wrap > div + div:nth-child(2) .img-box::before {
    content: "回収";
}

#pd02 .stage-wrap > div + div:nth-child(3) .img-box::before {
    content: "분리";
}

body:lang(en) #pd02 .stage-wrap > div + div:nth-child(3) .img-box::before {
    content: "Done";
    font-size: 12px;
}

body:lang(jp) #pd02 .stage-wrap > div + div:nth-child(3) .img-box::before {
    content: "分離";
}

.stage-wrap p.img-caption {
    padding: 0 15px;
    margin-top: -45px;
    background: #2651a1;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

body:lang(en) .stage-wrap p.img-caption,
body:lang(jp) .stage-wrap p.img-caption {
    font-size: 14px;
}

.stage-wrap .over {
    position: absolute;
    left: 0px;
    bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.stage-wrap ul.over li + li {
    margin-left: 7px;
}

.stage-wrap p.over strong {
    margin: 0 5px;
    padding-bottom: 3px;
    font-size: 20px;
}

.stage-wrap .color01 p.img-caption {
    background: #ff4e67;
}

#cons02 .wrap01 .inner {
    padding: 100px 30px 50px 120px;
}

#cons02 .wrap01 h4 {
    color: #333;
}

#cons02 .wrap01 .text p {
    line-height: 1.65em;
}

.row.install-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.install-wrap > div {
    width: 50%;
    padding: 0 6px !important;
}

.install-wrap > div + div .img-box::before {
    content: "\e5e1";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: "Material Icons", "notokr", sans-serif;
    color: #006ba5;
    display: none;
}

.install-wrap > div:nth-child(4) .img-box::before {
    content: none;
}

.install-wrap img {
    margin: 0 auto;
    /* border-radius: 50%; */
}

.install-wrap p {
    margin-top: 10px;
    margin-bottom: 21px;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.icon-wrap .item {
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #eee;
    padding: 20px 40px 20px;
}

.icon-wrap dl {
    flex: 1;
    padding: 10px 0 0 50px;
}

.icon-wrap dl dt {
    padding-bottom: 7px;
    font-size: 20px;
}

.icon-wrap dl dd {
    font-size: 16px;
}

.icon-wrap .img-box {
    overflow: hidden;
    position: relative;
}

.icon-wrap .img-box img {
    height: 100px;
}

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

.select-wrap > div {
    margin-bottom: 20px;
}

.select-wrap .item {
    height: 100%;
    background: #322f79;
}

.select-wrap dl {
    text-align: center;
    padding: 17px;
    color: #fff;
}

.select-wrap dt {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 500;
}

.select-wrap dd {
    font-size: 16px;
    font-weight: 300;
}

p.subscript {
    padding: 25px 30px;
    background: #eee;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.select-wrap + p.subscript {
    border: 5px solid #dce6f7;
    background: #fff;
    font-size: 20px;
    color: #302f79;
    font-weight: 700;
}

.row.product-wrap > div.col-sm-12 {
    margin-bottom: 30px;
}

.row.product-wrap > div:nth-child(2),
.row.product-wrap > div:nth-child(3) {
    width: 50%;
}

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

.product-wrap .item {
    display: flex;
    height: 100%;
    /* border: 1px solid #ddd; */
    border-top: 2px solid #2651a1;
    background: #2651a1;
    padding: 40px 53px;
    justify-content: center;
    flex-direction: column;
    /* height: 641px; */
}

.product-wrap .item img {
    /* width: 250px; */
    margin: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #fff;
}

.product-wrap .top .img-box img {
    margin: 0 auto;
    height: 330px;
}

.product-wrap dl {
    flex: 1;
}

.product-wrap dl dt {
    padding-bottom: 20px;
    font-size: 22px;
    margin: 30px 0 20px 0;
    padding-bottom: 15px;
    text-align: center;
    color: #f4f4f4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-wrap dl dd {
    font-size: 16px;
    padding-bottom: 5px;
    color: #fff;
}

#cons02 .wrap03 .left {
    width: 45%;
}

#cons02 .wrap03 .right {
    width: 55%;
    padding: 30px 15px 0 20px;
}

#cons02 .wrap04 .left {
    width: 60%;
}

#cons02 .wrap04 .right {
    width: 40%;
}

.service-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.service-wrap h5 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    padding-left: 0;
}

.service-wrap h5::before {
    height: 1px;
    width: 20px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #c8dce9;
}

.service-wrap > div {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 20%;
}

.service-wrap .item {
    height: 100%;
    padding: 50px 20px 40px;
    border: 1px solid #c8dce9;
    text-align: center;
}

.service-wrap .item i {
    display: inline-block;
    line-height: 1;
    margin-bottom: 50px;
    font-size: 45px;
    color: #437dea;
}

/* 03 */
.sub-rnd-wrap .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* height: 500px; */
    height: 540px;
    padding: 40px;
    background: url(/public/img/sub/rnd-bg-240614.jpg) no-repeat center / cover;
}

.sub-rnd-wrap .inner .mark {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    padding: 3px 0px 3px 3px;
}

.sub-rnd-wrap .inner h4 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    padding-left: 0;
    line-height: 1.35;
}

.sub-rnd-wrap .inner h4::before {
    content: none;
}

.sub-rnd-wrap .img-wrap > .clearfix {
    margin-bottom: 20px;
}

.sub-rnd-wrap .text {
    margin: 100px 30px 100px 120px;
}

.sub-rnd-wrap .text strong {
    font-size: 26px;
    color: #333;
    letter-spacing: -0.034em;
}

.sub-rnd-wrap .text span {
    display: inline-block;
    margin-top: 7px;
    font-size: 15px;
    color: #204383;
    background: #e2ebfb;
    padding: 1px 10px;
    letter-spacing: 0;
}

.sub-rnd-wrap .text strong::before,
.sub-info-wrap h5::before,
#cons02 .wrap01 h4::before {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin-bottom: 20px;
    background: #333;
    position: absolute;
    left: -120px;
    top: 14px;
}

.sub-rnd-wrap .text p {
    font-size: 16px;
    line-height: 1.65em;
}

.sub-rnd-wrap .text p + p {
    margin-top: 30px;
}

.equip-wrap {
    display: flex;
    margin: 0 -10px;
}

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

.equip-wrap > div:nth-child(1) .item {
    border: 3px solid #ff4e67;
    border-top: 0;
}

.equip-wrap .img-box {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 170px;
}

.equip-wrap h5 {
    text-align: center;
    padding: 10px 0;
    border-bottom: 0 !important;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
}

.equip-wrap .equip-logo {
    margin: 20px auto 30px;
}

.equip-wrap > div:nth-child(1) h5 {
    background: #ff4e67;
}

.equip-wrap > div:nth-child(2) h5 {
    background: #006ba5;
}

.equip-wrap > div:nth-child(2) .item::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    border: 3px solid #006ba5;
}

.equip-wrap h5::before {
    content: none;
}

.equip-wrap .info {
    display: flex;
    padding: 20px;
    border: 3px solid #eee;
    border-top: 0;
}

.equip-wrap .info dl {
    flex: 1;
    text-align: center;
}

.equip-wrap .info dt {
    margin-bottom: 5px;
}

.robot-wrap {
    display: flex;
    margin: 50px -10px 0;
}

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

.robot-wrap .item {
    height: 100%;
    border: 1px solid #ccc;
    border-top: 2px solid #2651a1;
}

.robot-wrap img {
    /* border-radius: 5px; */
    padding: 10px 10px 0;
}

/* .robot-wrap > div::before{
    content: "\EA6B";
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: remixicon, 'notokr';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
} */
.robot-wrap p {
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 0 15px;

    border-top: 0;
    color: #2651a1;
}

/* 04 */

/* 05 */

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

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

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

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

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

/* =================================== board, bbs =================================== */
.category_wrap ul li a {
    font-size: 16px;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #006ba5;
}

.sub-cert-wrap .table_blog2 dd {
    width: 25%;
}

.sub-cert-wrap .table_blog2 dd .inner .top a .thumb {
    padding-top: calc(1120 / 790 * 100%);
    /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
}

.sub-video-wrap .table_video {
    margin: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}

.sub-video-wrap .table_video dd {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.sub-video-wrap .table_video dd + dd {
    border-top: 1px solid #ccc;
}

.sub-video-wrap .table_video dd .inner {
    display: flex;
    padding: 20px 15px;
    border: 0;
}

.sub-video-wrap .table_video dd .inner .top {
    width: 20%;
}

.sub-video-wrap .table_video dd .inner .bottom {
    width: 80%;
    padding-left: 30px;
    padding-top: 0;
}

.sub-video-wrap .table_video dd .bottom .title {
    flex: 1;
}

.sub-video-wrap .table_video dd .inner .top a .thumb {
    display: block;
    height: auto;
    padding-top: calc(1080 / 1920 * 100%);
    /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
}

.sub-video-wrap .table_video dd .bottom .info {
    margin-bottom: 0;
    font-size: 15px;
}

.sub-video-wrap .table_video dd .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table_video dd .inner .top,
.table_blog2 dd .inner .top {
    border: 1px solid #ccc;
}

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
    padding: 20px 0 0 0;
}

.table_blog2 dd .inner .bottom .info {
    display: none;
}

.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
    padding: 0;
}
#com03 .table_blog2 dd .inner .bottom .title,
#pd03 .table_blog2 dd .inner .bottom .title {
    position: relative;
    padding-top: 28px;
}

.table_blog2 dd .inner .bottom .title a {
    font-size: 17px;
}

.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
    font-weight: 500;
}

.bbs-area h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    color: #222;
}

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

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

.bbs-area .reply_wrap h4 {
    text-align: left;
    font-size: 16px;
}

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

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

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

.btn.btn-primary {
    font-family: "notokr";
    background-color: #666;
    border: 0;
    font-weight: 500;
    color: #fff;
}

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

/* 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;
}
#com03 .table_blog2 dd,
#pd03 .table_blog2 dd {
    margin-bottom: 40px;
}
.table_blog2 dd .inner {
    border: none;
}

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

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

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

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

.table.table_default tr td {
    color: #777;
}

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

input.form-control {
    font-family: "notokr", sans-serif;
}

/* wrapper */
.board_wrapper {
    margin: 0 !important;
    font-family: "notokr";
}

.board_wrapper i::after,
.board_wrapper i::before {
    font-family: "Font Awesome 5 Free";
}

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

.board_wrapper .table.board_write_table .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: 14px;
}

.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 .download_wrap table th {
    width: 120px;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 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;
    letter-spacing: -0.06em;
}

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

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

.category_wrap {
    margin-bottom: 40px;
}

.badge {
    position: absolute;
    top: 0;
    padding: 5px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    background: transparent;
    border: 1px solid #006ba5;
    color: #006ba5;
}
.sub-list-wrap .badge {
    position: static;
}
.main_popup {
    border: 0;
    z-index: 5000;
}

.main_popup_contents {
    padding: 0;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* pd02_k */
.top-img img {
    margin: 0 auto;
    height: 330px;
}
.feature_box {
    display: flex;
    gap: 40px;
}
.feature_box .txt-box {
    width: 70%;
}
.feature_box .txt-box p + p {
    margin-top: 15px;
}
.pd02_k .subpage-content h5 + p + .img-box {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .feature_box {
        flex-direction: column;
    }
    .top-img img {
        height: inherit;
    }
    .feature_box .txt-box {
        width: 100%;
    }
    .pd02_k .col-sm-4 + .col-sm-4 {
        margin-top: 10px;
    }
}

/* =================================== mobile =================================== */

/* mainpage */
@media (max-width: 767px) {
    /* carousel */
    #mainCarousel {
        margin-top: 0;
    }

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

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 45%;
    }
    body:lang(kr) .carousel-caption h1 {
        font-size: 36px;
    }
    body:lang(jp) .carousel-caption h1,
    body:lang(en) .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-indicators {
        left: 15px;
        bottom: 140px !important;
    }

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

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

    .mainpage section {
        padding: 75px 0 90px;
        background: #eee;
    }

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

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

    .snb ul {
        position: relative;
        opacity: 0;
        position: relative;
        margin-top: -52%;
        /* display: none; */
        flex-wrap: wrap;
    }

    .snb.show ul {
        top: 0;
        margin-top: 0%;
        opacity: 1;
        /* border-bottom: 2px solid #204383; */
        box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.35);
    }

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

    .snb li > a {
        background: #fff;
        border-radius: 0;
        margin-bottom: 0;
    }

    .snb li.active a::after {
        right: 25px;
    }

    .subpage-header {
        height: 35px;
        top: 92px;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .subpage-content {
        margin-top: 0;
        padding-top: 180px;
        padding-left: 15px;
    }

    .subpage-content section {
        padding-bottom: 75px;
    }

    .subpage-content section > .row + .row {
        padding-top: 70px;
        margin-top: 70px;
    }

    .snb .fixed {
        width: auto;
        height: auto;
        top: 127px;
        left: 0px;
        right: 0px;
        padding: 0;
    }

    .snb-title {
        transition: 0.25s;
        position: relative;
        z-index: 20;
        background: #2651a1;
        padding: 17px 0;
        text-align: center;
        /* box-shadow: 0px 10px 15px rgba(0, 0, 0, .075); */
    }

    .show .snb-title {
        box-shadow: none;
    }

    .snb-title h2 {
        font-size: 20px;
        color: #fff;
    }

    .snb-title h2::after {
        content: "\f107";
        position: relative;
        transform: translateY(-1px);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
        width: 22px;
        height: 22px;
        margin-left: 12px;
        padding-top: 2px;
        border-radius: 50%;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        font-size: 15px;
    }

    .show .snb-title h2::after {
        transform: translateY(-1px) rotate(180deg);
    }

    .subpage-content h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .subpage-content section > .row + .row::before {
        border-bottom-width: 2px;
    }

    .sub-greet-wrap .text {
        padding-right: 0;
    }

    .sub-greet-wrap img {
        width: 100%;
        margin-top: 30px;
    }

    .sub-history-wrap {
        padding: 0 15px 0 30px;
    }

    .inner-year h5::before {
        width: 30px;
    }

    .sub-history-wrap .right .inner-year {
        padding-left: 45px;
    }

    .sub-history-wrap .li-year li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sub-cert-wrap .table_blog2 dd {
        width: 50%;
    }

    .sub-refer-wrap .table_blog2 dd {
        width: 100%;
    }

    .sub-info-wrap {
        flex-wrap: wrap;
    }

    .sub-info-wrap .left {
        width: 100%;
    }

    .sub-info-wrap .right {
        width: 100%;
        padding: 0;
    }

    #cons01 .sub-info-wrap .right {
        margin-top: 40px;
    }

    #cons02 .wrap01 .inner,
    .sub-info-wrap .text {
        padding: 0;
    }

    .sub-rnd-wrap .text strong::before,
    .sub-info-wrap h5::before,
    #cons02 .wrap01 h4::before {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        margin: 50px 0 40px;
    }

    .sub-info-wrap .col-sm-12 {
        margin-bottom: 0;
    }

    .sub-info-wrap img {
        margin: 0;
    }

    .sub-video-wrap .table_video dd .bottom .info {
        display: none;
    }

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

    .map-location .icon {
        width: 100% !important;
    }

    .map-location .icon + .icon {
        margin-top: 20px;
    }

    .map-location .icon dl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .map-location .icon dd {
        /* margin-top: -5px; */
        text-align: center;
        margin-top: 10px;
    }

    .map-kakao {
        position: relative;
        z-index: -5;
    }

    .equip-wrap {
        flex-wrap: wrap;
    }

    .robot-wrap {
        flex-wrap: wrap;
    }

    .robot-wrap > div {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    #cen01 .equip-wrap > div + div {
        margin-top: 20px;
    }

    #cen01 .equip-wrap .info dl {
        width: 50%;
        flex: auto;
        margin-bottom: 15px;
    }

    .equip-wrap {
        margin: 0 -15px;
    }

    .equip-wrap > div {
        padding: 0 15px;
    }

    .equip-wrap .info {
        flex-wrap: wrap;
    }

    .equip-wrap > div:nth-child(2) .item::before {
        width: calc(100% - 30px);
    }

    .img-wrap > div + div {
        margin-top: 40px;
    }

    #pd01 .wrap01 .img-wrap > div.col-sm-3 {
        width: 50%;
        float: left;
        margin-top: 0 !important;
    }

    #pd01 .wrap01 .img-wrap > div.col-sm-6 {
        width: 100%;
        margin-top: 20px;
        float: left;
    }

    .video-wrap .info {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20px;
    }

    .video-wrap .info p + .more-btn {
        margin-left: 0;
        margin-top: 15px;
    }

    .stage-wrap img {
        width: 100%;
    }

    .stage-wrap > div + div .img-box::before {
        content: "";
        position: absolute;
        z-index: 5;
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        padding-top: 2px;
        background: transparent;
        font-size: 17px;
        font-weight: 600;
        color: #2651a1;
        font-family: "notokr";
    }

    .stage-wrap > div + div .img-box::after {
        content: "\EA6B";
        position: absolute;
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
        width: 0px;
        height: 0px;
        border-top: 60px solid #fff;
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
    }

    .subpage-content h4 + p {
        margin-bottom: 40px;
    }

    #pd01 .wrap03 > div:nth-child(2) {
        width: 100%;
        padding: 0 15px;
    }

    #pd01 .wrap03 > div:nth-child(3) {
        width: 100%;
        margin-top: 40px;
        padding: 0 15px;
    }

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

    .product-wrap .top .img-box img {
        height: auto;
    }

    .row.product-wrap > div:nth-child(2),
    .row.product-wrap > div:nth-child(3) {
        width: 100%;
    }

    .product-wrap .item {
        height: auto;
    }

    .service-wrap {
        flex-wrap: wrap;
    }

    .service-wrap > div {
        width: 50%;
    }

    .service-wrap .item {
        padding: 30px 20px;
    }

    #cons02 .wrap03 .left,
    #cons02 .wrap03 .right {
        width: 100%;
        padding: 0;
    }

    #cons02 .wrap04 .left,
    #cons02 .wrap03 .left {
        margin-bottom: 30px;
    }

    #cons02 .wrap04 .left,
    #cons02 .wrap04 .right {
        width: 100%;
    }

    .sub-con-wrap .left .inner {
        padding: 0;
    }

    .sub-con-wrap .right .inner {
        padding: 0;
    }

    .sub-rnd-wrap .inner {
        padding: 25px 40px 0 25px;
        height: 200px;
    }

    .sub-rnd-wrap .inner .mark {
        position: absolute;
        left: 40px;
        bottom: 30px;
        width: 150px;
        height: 150px;
    }

    .sub-rnd-wrap .text {
        margin: 40px 0px 0;
    }

    .sub-video-wrap .table_video dd .inner {
        padding-left: 0;
        padding-right: 0;
    }

    .table_video dd .inner .top a:before {
        font-size: 22px !important;
    }

    .sub-video-wrap .table_video dd .inner .top {
        width: 30%;
    }

    .sub-video-wrap .table_video dd .inner .bottom {
        width: 70%;
        padding-left: 20px;
        padding-right: 15px;
    }

    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a {
        font-weight: 400;
        font-size: 16px;
    }
}
@media (max-height: 920px) {
    .carousel-indicators {
        bottom: 90px;
    }
}
@media (max-height: 720px) {
    .carousel-indicators {
        bottom: 30px;
    }
}

/* bbs, etc */
@media (max-width: 767px) {
    .member_wrapper {
        padding-top: 170px;
        padding-bottom: 150px;
    }

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

    .table_default .subject {
        width: 100%;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big,
    .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,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

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

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

    .bbs-area .board_wrapper div.text-center {
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

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

    .table.table_responsive tbody tr th {
        padding: 15px !important;
    }

    .main_popup_contents {
        padding: 10px;
    }
}
.history-wrap {
    position: relative;
}
.history-wrap .col {
    display: grid;
    grid-template-columns: minmax(0, 3.1fr) minmax(0, 6fr);
    /* border-top: 1px solid #222; */
    /* border-bottom: 1px solid #aaa; */
}
.history-wrap .col + .col {
    margin-top: 100px;
}
.history-wrap .col .info {
    position: relative;
    /* border-left: 1px solid #ccc; */
    margin-top: 10px;
}
.history-wrap .col .info::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    background-color: #ccc;
    top: 15px;
    bottom: 0;
    /* z-index: -1; */
    border-bottom: 19px solid #fff;
}
.history-wrap h5 {
    line-height: 1.2;
    font-size: 42px;
    font-weight: 400;
    color: #437dea;
    margin-block: 0;
    /* font-family: var(--page-font-family-en); */
}
.history-wrap li {
    font-size: 16px;
    padding-left: 80px;
    letter-spacing: -0.02em;
    position: relative;
}
.history-wrap li.clearfix {
    margin-top: 20px;
}
.history-wrap li.clearfix::before {
    content: none;
}
.history-wrap li + li {
    margin-top: 15px;
}
.history-wrap li::before {
    content: "";
    box-sizing: content-box;
    position: absolute;
    left: -5px;
    top: 6px;
    display: block;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid var(--page-point-color);
    background: #fff;
}

.history-wrap b {
    display: inline-block;
    /* width: 30px; */
    margin-right: 12px;
    /* font-size: 19px; */
}

/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .history-wrap .col {
        display: flex;
        flex-direction: column;
    }
    .history-wrap .col li{
        padding-left: 30px;
    }
    .history-wrap h5{
        padding-left: 0;
        font-size: 36px;
    }
    .history-wrap .col .info{
        margin-top: 30px;
        margin-left: 10px;
    }
}
/* 공지사항 숨기기 1227 */
#snb_78{
    display: none;
}