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

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

#site {
    background-color: #fff;
    word-break: keep-all !important;
    /* padding-top: 100px; */
padding-top: 0;}

#site > .container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}
#site > .login_wrapper,
#find_idpw{height: calc(100vh - 142.83px);}
#site > .login_wrapper .member_wrapper,
#find_idpw .member_wrapper{padding-top: 200px;}

/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-20 {
        width: 20%;
    }

    .col-sm-40 {
        width: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-20 {
        width: 20%;
    }

    .col-md-40 {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }

    .col-lg-40 {
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    /* background-color: #fff; */
    /* border-bottom: 1px solid #ddd; */
    background: rgb(0 34 66 / 60%);
    border-bottom: none;
    }

.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 0 !important;
    height: auto;
}

.navbar-header .navbar-brand img {
    
    display: inline-block;
    vertical-align: bottom;
    
}

.navbar-right {
    margin-right: -30px;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 50px 32px 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Poppins', 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
}

.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a,
.nav.navbar-nav>li>a:hover,
.nav.navbar-nav>li>a:focus,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li.open>a:hover,
.nav.navbar-nav>li.open>a:focus {
    color: #24b8ff;
    background: none;
}

.nav.navbar-nav li .dropdown-menu {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    padding: 0;
    border: none;
    border-radius: 0 0 3px 3px;
    background: #fff;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.nav.navbar-nav li .dropdown-menu li a {
    padding: 13px 20px;
    
    color: #111;
    font-size: 14px;
}
.nav.navbar-nav li .dropdown-menu li + li a {
    border-top: 1px solid #eee;
}

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

.navbar-right {
    margin-right: 0;
}
@media (max-width: 767px) {
    #site {}
    .navbar.navbar-inverse {
        /* background-color: #fff; */
        /* border-bottom: 1px solid #ddd; */
        background: rgb(0 23 66 / 100%);
        border-bottom: none;
    }
    .navbar-right {
        margin-right: -30px;
    }
    .navbar-header .navbar-brand {
        margin-top: 17px;
        margin-left: 15px !important;
    }
    .navbar-header .navbar-brand img{width: 80%;}
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        background: none;
        padding: 0;
        margin: 29px 15px 29px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 2px;
        border-radius: 1px;
    }
  .navbar-inverse .navbar-collapse{overflow-x: hidden;}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: 0;
    }
    .nav.navbar-nav>li>a {
        padding: 20px 32px;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
        background: rgba(0,0,0,0.6);
    }
    .nav.navbar-nav li .dropdown-menu li a{
        color: #fff;
    }
    .nav.navbar-nav li .dropdown-menu li + li a {
        border-top: 0;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {height: 100vh;}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    top: 52%;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    text-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-size: 68px;
    font-weight: 700;
    margin: 0 0 30px;
    font-family: 'Poppins';
}

#mainCarousel .carousel-inner .item .carousel-caption p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .15px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.6;
}

.carousel-control {
    display: none;
}

.carousel-indicators>li,
.carousel-indicators>li.active {}

.carousel-indicators>li.active {}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 43px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 68px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
    }
}

/* //슬라이드 영역 */

/* 메인 중단영역 */
.carousel-inner {
    position: relative;
}

.carousel-inner::after {
    content: url('/public/img/main/symbol.png');
    position: absolute;
    right: -160px;
    bottom: -150px;
    opacity: 0.65;
}

#main_wrapper>section {
    padding: 120px 0;
}

.main-link-wrap {
    position: absolute;
    top: 51%;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
}

.main-link-wrap .row {
    margin: 0 -5px;
}

.main-link-wrap .row>div {
    padding: 0 5px;
}

.main-link-wrap .main-link {
    display: block;
    position: relative;
    margin: 0 0 10px;
    height: 260px;
    background: rgb(0 11 27 / 63%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition: all .3s ease;
    box-shadow: 0 10px 15px rgb(0 0 0 / 24%);
    color: #fff;
}

.main-link-wrap .main-link img {
    height: 260px;
}

.main-link-wrap .main-link .caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 15px 0;
    text-align: center;
}

.main-link-wrap .col-xs-6:nth-child(2n) .main-link .caption {
    background: rgba(0, 37, 89, 0.8);
}

.main-link-wrap .main-link:hover {
    background: rgb(0 11 27 / 90%);
    border-color: #fff;
    color: #00fdff;
}

.main-link-wrap .main-link .caption .tit {
    display: block;
    margin: 0;
    font-size: 19px;
    height: 55px;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
}

.main-link-wrap .main-link .caption .more {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 42px;
    padding-left: 10px;
    color: #00fafb;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.8px;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 360px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subHeader .container {
    height: 100%;
    position: relative;
}

.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    margin: 33px 0 0;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
    font-weight: 700;
}

.subMenu {
    margin-top: -60px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.subMenu .nav {
    text-align: center;
}

.subMenu .nav>li {
    margin: 0 22px;
    float: none;
    display: inline-block;
}

.subMenu .nav>li:first-child {
    margin-left: 0;
}

.subMenu .nav>li:last-child {
    margin-right: 0;
}

.subMenu .nav>li>a {
    display: block;
    position: relative;
    background: none;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 59px;
    padding: 0;
}

.subMenu .nav>li.active>a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -7px;
    width: 14px;
    height: 8px;
    border-bottom: 8px solid #fff;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
}

.subMenu .nav>li>a:hover {
    color: #24b8ff;
}

.subMenu .nav>li.active>a,
.subMenu .nav>li.active>a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-weight: 500;
}

.subMenu .nav>li.active>a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #179ad8;
    position: absolute;
    left: 0;
    top: -1px;
}

.subContent {
    padding-bottom: 30px;
}

.subContent_title {
    margin-bottom: 75px;
}
[id^="business"] .subContent_title {
    margin-bottom: 105px;
}
.subContent_title>.container {
    position: relative;
}

.subContent_title h3 {
    padding-top: 90px;
    margin: 0;
    font-size: 36px;
    text-align: center;
    font-family: 'Poppins', 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.015em;
}

.subContent_title .breadcrumb {
    position: absolute;
    right: 15px;
    top: 23px;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
    font-size: 11px;
}

.subContent_title .breadcrumb>li {}

.subContent_title .breadcrumb>li>a,
.subContent_title .breadcrumb>li.active {
    color: #909090;
}

.subContent_title .breadcrumb>li.active {
    color: #666;
}

.breadcrumb>li+li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
}

.subContent .content {
    padding-bottom: 80px;
}

.subContent .content h4 {}

.subContent .content h4::before {
    content: '';
}

.greeting {padding-right: 50px;}

.greeting>p {
    font-size: 20px;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.6;
}
.greeting>p:nth-child(3), .greeting>p:nth-child(4) {
    font-size: 16px;
    color:#555;
}
.greeting>p.naru {
    font-size: 42px;
    font-weight: 700;
    color: #053e66;
    font-family: 'Poppins', 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
    margin-bottom: 18px;
    line-height: 1.2;
    /* margin-bottom: 25px; */
}

.greeting .history {
    position: relative;
}

.greeting .history:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    position: absolute;
    top: 14px;
    left: calc(25% - 30px);
}

.greeting .history .timeline {
    display: flex;
    margin-bottom: 25px;
}

.greeting .history .timeline .year {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    flex: 25%;
    position: relative;
    font-family: 'Poppins', 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
color: #0b489d;}

.greeting .history .timeline .year:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    
    border-radius: 50%;
    position: absolute;
    top: 14px;
    
    right: 25px;background: #699fe9;
}
.greeting .history .timeline .year:before{
    content: '';
    width: 55px;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    right: 30px;
    top: 18px;
}
.issue {
    flex: 75%;
}

.issue>li {
    position:relative;
    font-size: 14px;
    margin-top: 7px;
    color: #666;
    padding-left: 16px;
}
.issue>li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background: #333;
    width: 5px;
    height: 5px;
}
[id^="business"] .issue>li::before {
    height:1px;
    top:8px;
}
#about02 .issue{padding: 45px 0 0 50px;}
#about02 .issue>li {
    font-size: 20px;
    margin-top: 15px;
    color: #111;
}
@media (max-width: 767px) {
    #about02 .issue{padding: 45px 0 0 0px;}
}

.li-location {
    padding: 30px 0px;
    margin: 0 0 20px;
    text-align: center;
    background: #f2f5f6;
}

.li-location>li {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
    letter-spacing: 0;
}

.li-location>li:first-child{
    display: block;
    margin-bottom: 10px;
}

.li-location>li>span {
    color: #0b619d;
    font-weight: 600;
    margin-right: 12px;
}

.li-location>li>span i {
    display: inline-block;
    margin-right: 6px;
    width: 28px;
    height: 28px;
    background: #669ec3;
    color: #fff;
    border-radius: 50%;
    line-height: 28px;
    font-size: 12px;
}

[id^="business"] .content.con1 .row {}

[id^="business"] .content.con1 img:first-child {
    margin-bottom: 10px;
}

[id^="business"] .content.con1 .row>.col-md-7 {
    padding-left: 50px;
    box-shadow: 2px 3px 15px rgb(0 0 0 / 12%);
    padding: 50px;
/* margin-left: -40px; */
    background: #fff;
    z-index: 1;
    margin-top: -40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 240px;
}

[id^="business"] .con1 .row>.col-md-7 p:first-child::before {
    content: '';
    width: 50px;
    height: 1px;
    /* background: #333; */
    display: block;
    /* margin-bottom: 35px; */
    /* margin-top: 5px; */
}

[id^="business"] .content.con1 .row>.col-md-7 p {
    font-size: 16px;
    color: #444;
    line-height: 1.58;
    margin: 0 0 28px;
}

[id^="business"] .content.con1 .row>.col-md-7 p:last-child {
    margin-bottom: 0;
}

.bbs-area .board_wrapper {
    margin-top: 0;
}


.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 #eaeaea;
    padding: 16px 20px;
}

.board_wrapper .table.board_write_table tbody tr th {
    width: 210px;
    padding: 30px 35px 22px;
    background: #f5f6f7;
    border-color: #e6e6e6;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.034em;
}

.board_wrapper .table.board_write_table tbody tr th >span.required_text{
    color: red
}

.board_wrapper .table.board_write_table {
    font-size: 15px;
    letter-spacing: -0.035em;
    border-top: 1px solid #333;
}

.board_wrapper .table.board_write_table .form-control {
    height: 44px;
    font-size: 15px;
    letter-spacing: -.035em;
}

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

.subContent .btn {
    font-size: 15px;

}

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

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

.checkbox a {
    text-decoration: underline;
    color: #009b9b;
}

.reply_wrap {
    display: none;
}

.table_default {
    border-top: 1px solid #333;
    letter-spacing: -0.035em;
}

.table.table_default tr th, 
.table.table_default tr td {
    border-bottom: 1px solid #e6e6e6;
}
.table.table_default thead th {
    border-bottom: 1px solid #ddd;
    background: #f5f6f7;
    font-weight: 500;
    color: #111;
}

@media (max-width: 767px) {
    .subHeader {
        height: 280px;
    }
    .subHeader .container h2 {
        width: 80%;
    }
    .subMenu{display: none;}

    .greeting {
        padding-right: 0;
    }
    .greeting>p.naru {
        font-size: 33px;
    }
    .greeting .history:before {
        left: 0;
    }
    .greeting .history .timeline {
        display: block;
        margin-bottom: 25px;
        padding-left: 30px;
    }

    .greeting .history .timeline .year:before {
        content: '';
        width: 20px;
        right: auto;
        left: -30px;
    }
    .greeting .history .timeline .year:after {
        left: -34px;
        right: auto;
    }
    .li-location {
        padding: 20px;
        text-align: left;
    }
    .li-location>li{
        display: block;
        margin: 10px 0;
    }
    .li-location>li>span {
        display: block;
        margin: 0 0 5px;
    }
    .li-location>li>span i{
        text-align: center;
    }

    [id^="business"] .content.con1 .row>.col-md-7 {
        box-shadow: none;
        padding: 0 15px;
        margin-left: 0;
        margin-top: 30px;
        display: block;
        min-height: 240px;
    }


    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits {
        display: none;
    }

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

    #list_btn {
        display: none;
    }

    #write_btn {
        margin: 0;
    }
  #site > .login_wrapper, #find_idpw{height: inherit;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .greeting .history .timeline .year:before{display: none;}
    .li-location>li {
        font-size: 16px;
        display: inline-block;
        margin: 5px 20px;
        letter-spacing: 0;
    }
    .subMenu .nav>li {
        margin: 0 10px;
    }
    .subMenu .nav>li>a {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 40px 0;
    background: #555a5e;
    color: #a9aeb3;
    font-size: 13px;
}

footer .footer-logo {}

footer .footer-logo h1 {
    margin: 0;
}

footer .footer-logo h1>a {
    display: block;
}

footer .footer-logo h1>a>img {
    display: block;
}

footer .footer-text {}

footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

footer .footer-text ul:after {
    content: '';
    clear: both;
    display: table;
}

footer .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 1.45;
}

footer .footer-text ul li.company {
    font-weight: 500;
    color: #eee;
}

footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.45;
}

footer .footer-text .copyrights {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
    opacity: 0.6;
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 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;
}

.member_wrapper {
    max-width: 1170px;
}