@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48;
    font-size: 65px;
    position: relative;
    z-index: 1;
}

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

#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 0;
    letter-spacing: -0.025em;
}

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

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


/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

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) {
    .col-sm-20 {
        width: 20%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}

.navbar.navbar-inverse.on {
    background: #fff;
    border-color: #e6e6e6;
}

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

.navbar-header .navbar-brand img {
    margin-top: 6px;
    display: inline-block;
    width: 175px;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 35px 36px;
    min-width: 160px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}

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

.nav.navbar-nav>li>a .caret {
    display: none;
}

.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: #2185bc;
    background: none;
}

.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
}

.nav.navbar-nav li .dropdown-menu li a {
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgb(255, 255, 255, 0.15);
    font-size: 14px;
}

.nav.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.nav.navbar-nav li .dropdown-menu li a:hover {
    background: #2185bc;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #2185bc;
}

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

    .navbar.navbar-inverse {
        background-color: #fff;
    }

    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
        width: 150px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 20px 15px 18px 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: #222;
    }

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

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

    .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-collapse,
    .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }

    .nav.navbar-nav>li>a {
        padding: 23px 36px;
        font-size: 18px;
        color: #222;
    }

    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0);
    }
}

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

    .nav.navbar-nav>li>a {
        display: block;
        min-width: auto;
        padding: 35px 18px;
    }
}

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

    .nav.navbar-nav>li>a {
        display: block;
        min-width: auto;
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

#mainCarousel .carousel-inner .item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
}

#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    text-shadow: none;
    top: 49%;
}

#mainCarousel .carousel-inner .item .tit {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    color: #fff;
    gap: 30px;
    font-size: 72px;
}

#mainCarousel .carousel-inner .item .tit img {
    width: 95px;
}

#mainCarousel .carousel-inner .item .tit span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

#mainCarousel .carousel-inner .item .tit span small {
    color: #fff;
    font-weight: 300;
    font-size: 73px;
}

#mainCarousel .carousel-inner .item P {}

#mainCarousel .carousel-control {
    display: none;
}

#mainCarousel .carousel-indicators>li,
#mainCarousel .carousel-indicators>li.active {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin: 0 3px;
}

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

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 71px);
    }

    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }

    #mainCarousel .carousel-inner .item .tit {
        gap: 10px;
    }

    #mainCarousel .carousel-inner .item .tit img {
        width: 38px;
    }

    #mainCarousel .carousel-inner .item .tit span {
        gap: 5px;
    }

    #mainCarousel .carousel-inner .item .tit span b {
        font-size: 25px;
    }

    #mainCarousel .carousel-inner .item .tit span small {
        font-size: 25px;
    }
}

@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 .tit span b,
    #mainCarousel .carousel-inner .item .tit span small{
        font-size: 40px;
    }
}

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

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

/* 메인 중단영역 */

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

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

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

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

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

/* 서브페이지 */

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

#portfolio01 .subHeader {
    background-image: url(/public/img/sub/sub_title01.jpg);
}

#portfolio02 .subHeader {
    background-image: url(/public/img/sub/sub_title02.jpg);
}

#portfolio03 .subHeader {
    background-image: url(/public/img/sub/sub_title03.jpg);
}

#portfolio04 .subHeader {
    background-image: url(/public/img/sub/sub_title04.jpg);
}

#facility01 .subHeader {
    background-image: url(/public/img/sub/sub_title05.jpg);
}

[id^="support"] .subHeader {
    background-image: url(/public/img/sub/sub_title06.jpg);
}

.subHeader .container {
    padding-top: 200px;
}

.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin: 0;
    letter-spacing: -0.055em;
    font-weight: 700;
}

.subHeader .container h2>.en {
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding-top: 20px;
}

.subHeader .container .breadcrumb {
    padding: 0;
    margin: 100px 0 0;
    background: none;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0;
}

.breadcrumb>li+li:before {
    padding: 0;
    color: #ccc;
    content: "/\00a0";
}

.subHeader .container .breadcrumb>li>a,
.subHeader .container .breadcrumb>li.active {
    color: #fff;
    opacity: 0.7;
}

.subMenu {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.subMenu .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.subMenu .nav>li {
    margin: 0;
    color: #333;
}

.subMenu .nav>li>a {
    margin: 0px 0 0px;
    border-bottom: 2px solid #fff;
    color: #aaa;
    padding: 0;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background: none;
    font-weight: 600;
    letter-spacing: -0.045em;
    padding: 24px 50px;
}

.subMenu .nav>li.active>a {
    background: none;
    opacity: 1;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #19bbef;
}

.subContent {
    padding-top: 90px;
}

.subContent_title {}

.subContent_title h3 {
    margin: 0;
    text-align: center;
    font-size: 43px;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.subContent_title h3 .en {
    display: block;
    font-size: 17px;
    color: #92cfe3;
    font-weight: 800;
    margin-top: 15px;
    letter-spacing: 0.1em;
}

.subContent .content,
.bbs-section {
    padding: 90px 0 120px;
}

#support01 .content.con1 {
    padding-top: 0;
}

#facility01 .content.con1 {
    padding: 80px 0 20px;
}

#about03 .content.con1 {
    padding: 80px 0 120px;
}

.table.table_default thead th {
    background-color: #fff;
}

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

.subContent .content h4 {}

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

.search_wrap {
    margin-bottom: 40px !important;
}

.greeting {
    padding: 80px 80px;
    width: 920px;
    margin: -250px auto 0;
    position: relative;
    background: #fff;
    text-align: center;
}

.greeting p {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.04em;
    text-align: left;
}

.greeting p.intro::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 125px;
}

.greeting p.intro {
    font-size: 28px;
    color: #2185bc;
    font-weight: 600;
    margin: 0 0 76px;
    text-align: left;
    letter-spacing: -0.05em;
    position: relative;
}

.greeting p.epil {
    font-size: 17px;
    color: #555;
    margin: 30px 0 0;
    text-align: right;
}

.greeting p.epil b {
    font-size: 22px;
    padding-left: 8px;
    color: #222;
}

.history {
    position: relative;
    width: 900px;
    margin: 0 auto 60px;
    padding-left: 199px;
}

.history:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history .timeline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 0 35px 60px;
}

.history .timeline:first-child {
    padding-top: 0;
}

.history .timeline:last-child {
    padding-bottom: 0;
}

.history .timeline .year {
    width: 200px;
}

.history .timeline .year p {
    margin: 0;
    font-size: 58px;
    color: #b8e6f4;
    line-height: 1;
    font-weight: 900;
}

.history .timeline .issue {
    padding-left: 60px;
    position: relative;
}

.history .timeline .issue::before,
.history .timeline .issue::after {
    content: '';
    display: block;
    position: absolute;
}

.history .timeline .issue::before {
    width: 18px;
    height: 18px;
    background: #19bbef;
    border-radius: 50%;
    border: 5px solid #c7ebff;
    top: 7px;
    left: -19px;
}

.history .timeline .issue>li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.045em;
    position: relative;
}

.history .timeline .issue>li::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #19bbef;
    left: -62px;
    top: 14px;
}

#about03 .intro {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin: 0;
    text-align: center;
    letter-spacing: -0.055em;
    line-height: 1.6em;
}

.vision-wrap {
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: center;
    padding: 70px 10px;
    padding-bottom: 20px;
}

.vision-wrap .vision {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    position: relative;
}

.vision-wrap .vision::before {
    content: "";
    display: block;
    position: absolute;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vision-wrap .vision::after {
    content: '\f100';
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    font-size: 52px;
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    color: #fff;
}

.vision-wrap .vision:nth-child(1)::after {
    content: '\e8b8';
}

.vision-wrap .vision:nth-child(3)::after {
    content: '\f8d7';
}

.vision-wrap .vision:nth-child(1) {
    background: #1fbbef;
}

.vision-wrap .vision:nth-child(2) {
    background: #1d84bc;
}

.vision-wrap .vision:nth-child(3) {
    background: #134966;
}

.vision-wrap .vision p {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.015em;
    line-height: 1.4;
    padding: 40px 20px 0;
}

.vision-wrap .vision p span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    letter-spacing: -0.04em;
}

#about04 .intro {
    margin-bottom: 80px;
    padding: 20px 60px;
    display: flex;
    align-items: center;
}

#about04 .intro img {
    width: 210px;
    margin-bottom: 0;
}

#about04 .intro p {
    font-size: 18px;
    color: #333;
    text-align: left;
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 1.6em;
    padding-top: 0;
    padding-left: 50px;
    margin-left: 50px;
    border-left: 1px solid #eee;
    margin-bottom: 0;
}

.process-wrap {
    padding: 0;
}

.process-wrap>div {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.process-wrap>div.top {
    flex-direction: row;
}

.process-wrap>div.bottom::after {
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    font-size: 70px;
    position: absolute;
    right: 77px;
    top: -31%;
    color: #96c5df;
    transform: rotate(90deg);
}

.process-wrap>div.bottom {
    flex-direction: row-reverse;
}

.process-wrap .process {
    text-align: center;
    padding: 35px 30px;
    border: 0;
    width: 220px;
    height: 220px;
    margin: 0 0 90px;
    position: relative;
    background: #eef5fa;
    border-radius: 50%;
}

.process-wrap .process::before {
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    font-size: 70px;
    position: absolute;
    left: -34%;
    top: 49%;
    transform: translateY(-50%);
    color: #96c5df;
}

.process-wrap .bottom .process::before {
    content: '\e5cb';
}

.process-wrap .top .process:nth-child(2) {
    background: #dbebf4;
}

.process-wrap .top .process:nth-child(3) {
    background: #bfdcec;
}

.process-wrap .top .process:nth-child(4) {
    background: #84bbda;
}

.process-wrap .bottom .process:nth-child(4) {
    background: #2185bc;
}

.process-wrap .bottom .process:nth-child(3) {
    background: #499bc8;
}

.process-wrap .bottom .process:nth-child(2) {
    background: #5fa7cf;
}

.process-wrap .top .process:nth-child(1) span,
.process-wrap .top .process:nth-child(2) span,
.process-wrap .top .process:nth-child(3) span {
    color: #2185bc;
}

.process-wrap .top .process:nth-child(1) p,
.process-wrap .top .process:nth-child(2) p,
.process-wrap .top .process:nth-child(3) p {
    color: #2185bc;
}

.process-wrap .bottom .process:nth-child(1) {
    background: #5fa7cf;
}

.process-wrap .top .process:nth-child(1):before {
    display: none;
}

.process-wrap .bottom .process:nth-child(4):before {
    display: none;
}

.process-wrap .process .num {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid;
    line-height: 1;
}

.process-wrap .process .icon-area {
    margin: 10px auto 15px;
}

.process-wrap .process .icon-area>span {
    font-size: 50px;
    display: block;
    color: #ffffff;
    padding-top: 7px;
}

.process-wrap .process .text-area>p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.045em;
    padding: 0 10px;
}

.root_daum_roughmap {
    width: 100% !important;
}

.location {
    padding: 30px 0px 0;
}

.location>li {
    display: flex;
    padding: 15px 0;
    border-bottom: 0;
    align-items: flex-start;
}

.location>li>span {}

.location>li>.tit {
    font-size: 18px;
    font-weight: 600;
    color: #2185bc;
    width: 240px;
    line-height: 1;
    position: relative;
    padding-left: 40px;
}

.location>li>.tit::before {
    content: '\e55e';
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: -4px;
    color: #fff;
    width: 28px;
    height: 28px;
    background: #2185bc;
    border-radius: 50%;
    padding: 5px 6px;
}

.location>li:nth-child(2)>.tit:before {
    content: '\e0b0';
    font-size: 15px;
    padding: 6px 7px;
}

.location>li:nth-child(3)>.tit:before {
    content: '\e158';
    font-size: 14px;
    padding: 7px 7px;
}

.location>li>.des {
    font-size: 16px;
    color: #000;
    line-height: 1.55em;
}

.location>li.number {}

.location>li.number>.des {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.location>li.number>.des dl {
    margin: 0;
    position: relative;
    padding-left: 50px;
}

.location>li.number>.des dl dt {
    position: absolute;
    top: 0;
    left: 0;
    color: #555;
    font-weight: 800;
}

.location>li.number>.des dl dd {}

#facility01 .facility {
    margin-bottom: 80px;
}

#facility01 .facility h5 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
    padding-left: 0;
    position: relative;
    letter-spacing: -0.05em;
}

/* #facility01 .facility h5::before{
    content: '';
    display: block;
    width: 5px;
    height: 13px;
    background: #1abbef;
    position: absolute;
    top: -3px;
    left: 2px;
    transform: skewX(-35deg);
} */
#facility01 .facility h5 small {
    font-size: 28px;
    font-weight: 200;
    margin-left: 12px;
    color: #000;
    letter-spacing: 0;
}

#facility01 .facility .row {
    margin: 0 -30px;
    /* padding: 40px 25px; */
    /* border: 1px solid #ddd; */
}

#facility01 .facility .row>div {
    padding: 0 30px;
}

#facility01 .facility img {}

.table.table-youil {
    border-top: 2px solid #1abbef;
}

.table.table-youil tr {
    border-bottom: 1px solid #ddd;
}

.table.table-youil tr th,
.table.table-youil tr td {
    text-align: center;
    font-size: 16px;
    padding: 15px 15px;
    border-top: 0;
}

.table.table-youil tr th {}

.table.table-youil thead tr th {
    border-bottom: 0;
    font-size: 16px;
    background: #fafafa;
    color: #1abbef;
}

.table.table-youil thead tr th:nth-child(1) {
    width: 30%
}

.table.table-youil tbody tr th {}

.table.table-youil tr td {}


#support01 .board_write_table {}

#support01 .board_write_table tr {}

#support01 .board_write_table tr th {
    background: none;
    font-size: 15px;
    text-align: left;
}

.board_wrapper .table.board_write_table tbody tr th {
    padding: 20px 20px;
    background-color: #ffffff;
    font-size: 15px;
}

#support01 .board_write_table tr th .required_text {}

#support01 .privacy-box {}

#support01 .privacy-box>p {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: -0.035em;
}

.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    padding: 20px 15px;
}

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

.board_wrapper .table.board_write_table .files+.sumChk {
    display: none;
}

#support01 .privacy-box>.wrap {
    border: 1px solid #ddd;
    height: 300px;
    overflow: scroll;
    overflow-x: auto;
    padding: 0 30px;
}

#support01 .privacy-box>.wrap p {
    white-space: pre-line;
    line-height: 1.5;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover {
    border-color: #2185bc;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover a {
    color: #2185bc;
}

:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: #2185bc;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #1973a5;
}

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

:where(.table_video, .table_blog2) .inner .bottom .title {
    font-weight: 500;
}

:where(.table_video, .table_blog2) .inner:hover .bottom .title a {
    text-decoration: none;
}

.board_data_view .header_wrap {
    padding: 45px 0;
}

.board_data_view .header_wrap .title {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.board_data_view .header_wrap .info span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .subHeader{    height: 197px;}
    .subHeader .container {
        padding-top: 52px;
    }
    .subHeader .container h2{
        font-size: 36px;
    }
    .subHeader .container h2>.en {
        padding-top: 5px;
    }
    .subHeader .container .breadcrumb {
        padding: 0;
        margin: 30px 0 0;
    }
    .subMenu{display: none;}
    .greeting {
        padding: 30px 0 0;
        width: auto;
        margin-top: 0;
    }
    .greeting p.intro {
        font-size: 21px;
    }
    .greeting p.intro br{display: none;}
    .history{
        width: auto;
        margin: 0 auto 60px;
        padding-left: 15px;
    }
    .history:before {
        left: 0;
        transform: translateX(0%);
    }
    .history .timeline{
        padding: 35px 0 35px 0px;
        flex-direction: column;
    }
    .history .timeline .year{
        width: 100%;
    }
    .history .timeline .year p{
        font-size: 40px;
        margin-bottom: 15px;
    }
    .history .timeline .issue{
        width: 100%;
        padding-left: 0px;
    }
    .history .timeline .issue::before{
        left: -24px;
    top: -42px;
    }
    .history .timeline .issue::after, .history .timeline .issue>li::before{display: none;}
    .history .timeline .issue > li{}
    .vision-wrap {
        flex-direction: column;
    }
    #about04 .intro {
        flex-direction: column;
        padding: 20px 15px;
    }
    #about04 .intro p{
        border-left: 0;
        border-top: 1px solid #eee;
        padding: 30px 0 0;
        margin: 30px 0 0 0;
    }
    .process-wrap{}
    .process-wrap>div.top{
        flex-direction: column;
    }
    .process-wrap>div.bottom{
        flex-direction: column;
    }
    .process-wrap .process{
        margin-bottom: 40px;
    }
    .process-wrap .process::before,
    .process-wrap .bottom .process::before,
    .process-wrap .bottom .process:nth-child(4):before{
        content: '\e313';
        display: block;
        top: -68px;
        left: 50%;
        transform: translateX(-50%);
    }
    .process-wrap>div.bottom::after{display: none;}
    .location>li {
        flex-direction: column;
    }
    .location>li>.tit{}
    .location>li>.des{
    padding: 15px 0 0 39px;
}
    .location>li.number>.des{
        flex-direction: column;
        gap: 10px;
    }
    .location>li.number>.des dl{}
    .location>li.number>.des dl dt{}
    .location>li.number>.des dl dd{}

    .table_blog2 dd{
        width: 100%;
    }
    #facility01 .facility .row{margin: 0 -15px}
    #facility01 .facility .row > div{padding: 0 15px}





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

@media (min-width: 768px) and (max-width: 991px) {
    .greeting {
        padding: 80px 80px;
        width: auto;
        margin: 0px auto 0;
    }
    .history {
        position: relative;
        width: auto;
        margin: 0 auto 60px;
        padding-left: 0;
    }
    .history:before {
        left: 34.7%;
    }
    .vision-wrap .vision {
        width: 200px;
        height: 200px;
    }
    .vision-wrap .vision::before{
        width: 180px;
        height: 180px;
    }
    .vision-wrap .vision::after {
        top: 7px;
    }
    .vision-wrap .vision p {
        font-size: 13px;
    }
    .process-wrap .process {
        padding: 20px 15px;
        width: 160px;
        height: 160px;
        margin: 0 0 40px;
    }
    .process-wrap .process .icon-area {
        margin: 5px auto 0px;
    }
    .process-wrap .process .text-area>p {
        margin: 0;
        font-size: 12px;
    }
    .process-wrap .process::before {
        font-size: 45px;
        left: -22%;
    }
    .process-wrap>div.bottom::after {
        font-size: 45px;
        right: 57px;
        top: -26%;
    }
    .location>li.number>.des {
        flex-direction: column;
        gap: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .greeting {
        width: 720px;
    }
    .greeting p.intro{}
    .greeting p.intro br{display: none;}
    .vision-wrap {
        display: flex;
        gap: 18px
    }
    .process-wrap .process {
        width: 190px;
        height: 190px;
        margin: 0 0 60px;
    }
    .process-wrap .process .icon-area {
        margin: 0px auto 0px;
    }
    .process-wrap>div.bottom::after {
        right: 59px;
    }
}

/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 50px 0;
    background: #282322;
    color: #fff;
}

footer .footer-logo {}

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

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

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

footer .footer-text {
    padding-left: 50px;
}

footer .footer-text p {
    font-weight: 500;
    color: #eee;
}

footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 3px;
    color: #cfcfcf;
    font-size: 13px;
}

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

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

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

footer .footer-text .copyrights {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}

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