@charset "utf-8";

@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

:root{
    --color-blue: #164392;
    --color-red: #DA2420;
    --color-dark: #121111;
}
.material-symbols-outlined {}

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 11.4rem;}
#site > .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Pretendard', '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-color: #fff;border-bottom: 0;box-shadow: 0px 0 0.5rem rgba(0, 0, 0, 0.11);}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 2.0rem;margin-top: 0.7rem;margin-left: 0 !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: .5rem;display: inline-block;width: 9rem;}
.navbar-header .navbar-brand .text{
    margin-left: 13px;
    font-size: 2.2rem;
    color: #000;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.navbar-header .navbar-brand:hover .text,
.navbar-header .navbar-brand:focus .text{}

.nav.navbar-nav > li > a{display: block;height: 100%;padding: 4.7rem 3.2rem;font-size: 1.8rem;color: var(--color-dark);font-weight: 600;}
.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: #164390;background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;transform: translateX(-50%);border-top: 3px solid #164390;}
.nav.navbar-nav li .dropdown-menu li a{padding: 1.2rem 1.5rem;text-align: center;color: var(--color-dark);font-size: 1.5rem;font-weight: 400;border-bottom: 1px solid #eee;}
.nav.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom:0;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    color: #000;
}


@media (max-width: 767px){
    #site{padding-top: 74px;}
    html{font-size: 2vw;}
    
    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
    }

    .navbar-header .navbar-brand img {
        width: 58px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 21px 15px;
        margin-left: 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: 15px 0;
        font-size: 1.8rem;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translateX(0);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .navbar-header .navbar-brand .text {
        margin-left: 8px;
        font-size: 1.9rem;
    }
    .nav.navbar-nav > li > a {
        padding: 4.7rem 1.2rem;
        font-size: 1.7rem;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
    .nav.navbar-nav > li > a {
        padding: 4.7rem 2.6rem;
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: calc(100vh - 11.4rem);
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;top: 23%;left: 5.5rem;right: 5.5rem;text-align: left;text-shadow: none;}
#mainCarousel .carousel-inner .item h1{
    font-size: 6.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: right;
}
#mainCarousel .carousel-inner .item h1 small{
    color: #fff;
    display: block;
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.07rem;
    margin-bottom: 2rem;
}
#mainCarousel .carousel-inner .item p{}

#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #fff;
    margin: 0 0.3rem;
}
#mainCarousel .carousel-indicators li.active{}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {height: calc(100vh - 74px);}
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 75.0rem) / 2);right: calc((100% - 75.0rem) / 2);}
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 97.0rem) / 2);right: calc((100% - 97.0rem) / 2);}
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{padding: 12.0rem 0;}

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

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

/* 서브페이지 */

.subHeader {height: 30rem;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.subHeader::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .35;
}
.subHeader .container{height: 100%;position: relative;}
.subHeader .container h2{text-align: center;color: #fff;font-size: 4.3rem;margin: 0;position: absolute;left: 50%;top: 42%;transform: translateY(-50%) translateX(-50%);font-weight: 700;}
#inquiry .subHeader .container h2 {
    top: 52%;
}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;position: absolute;bottom: 1.0rem;right: 1.5rem;display: none;}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff; opacity: 0.7;}

.subMenu{
    margin-top: -6.2rem;
}
.subMenu .nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-bottom: 0;
}
.subMenu .nav::before,
.subMenu .nav::after{display: none;}
.subMenu .nav > li{
    margin: 0;
    width: 100%;
}
.subMenu .nav > li > a{
    font-size: 1.8rem;
    position: relative;
    font-weight: 600;
    text-align: center;
    padding: 1.8rem 0rem;
    color: #aaa;
    border-radius: 0;
    /* border: 1px solid #164390; */
    background: rgba(0, 0, 0, 0.66);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.subMenu .nav > li:first-child > a{
    border-left: 0;
}
.subMenu .nav > li:first-child > a {
    border-top-left-radius:1rem;
}
.subMenu .nav > li:last-child > a {
    border-top-right-radius:1rem;
}

.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus{
    background: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.66);
}
.subMenu .nav > li > a:hover::after,
.subMenu .nav > li > a:focus::after{
    content: '';
    width: 100%;
}
.subMenu .nav > li.active > a{
    font-weight: 700;
    background: #fff;
    color: #164390;
}
/* .subMenu .nav > li.active > a::after{
    content: '';
    width: 100%;
    background: #121111;
} */

.subContent{padding-top: 10rem;}
.subContent_title{
    padding-bottom: 10rem;
}
.subContent_title h3{
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    color: #222;
    margin: 0;
}
.subContent .content, .bbs-section{padding-bottom: 10rem;}
.subContent .content:last-child {
    padding-bottom: 14rem;
}
.bbs-area .board_wrapper{margin-top: 0;}
.search_wrap {
    margin-bottom: 1rem;
}
.subContent .content h4{
    font-size: 2.9rem;
    font-weight: 800;
    color: var(--color-dark);
    padding-left: 0;
    position: relative;
    line-height: 1;
    margin: 0 0 2.5rem;
    display: inline-block;
}
.subContent .content h4::before {
    display: block;
    content: '';
    position: absolute;
    width: 1.2rem;
    height: .6rem;
    background: #164390;
    box-shadow: 0rem 0.4rem 0px #d82420;
    right: -15px;
    transform: skew(42deg, 349deg);
    top: -9px;
    border-radius: 20px;
}
#about03 iframe {
    height: 38rem !important;
}
/* .subContent .content h4::before{content: '';display: block;width: 0.6rem;height: 0.6rem;background: var(--color-blue);border-radius: 50%;box-shadow: 0rem 1rem var(--color-red);position: absolute;top: 1rem;left: 0;} */

.greeting{}
.greeting .image{}
.greeting .image img{
    border-radius: 2.5rem;
}

.greeting .text{
    margin-top: 5rem;
}
.greeting .text p{
    font-size: 1.6rem;
    margin: 0 0 1.8rem;
    line-height: 1.54em;
    color: #555;
}
.greeting .text p.intro{
    font-size: 2rem;
    font-weight: 700;
    padding-right: 10rem;
    color: var(--color-dark);
    margin: 0 0 2.2rem;
}

.vision{}
.vision .tit{
    margin: 0px 0 1.8rem;
}
.vision .tit p{
    margin: 0;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1;
    padding: 3rem 0;
    background: linear-gradient(90deg, #1f50a5 0%, #103a84 100%);
    color: #fff;
    border-radius: 1.2rem;
}
.vision .tit p b{}
.vision .wrap{
    display: flex;
    gap: 0 1.8rem;
}
.vision .wrap .box{
    flex: 1;
    padding: 3rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f3f5f7;
    justify-content: flex-start;
}
.vision .wrap .box .num{
    font-size: 1.6rem;
    display: inline-block;
    line-height: 1;
    margin: 0px 0 2rem;
    color: #164390;
    font-weight: 900;
}
.vision .wrap .box p{
    font-size: 1.7rem;
    margin-bottom: 0;
    color: #222;
}

.history{
    background: #fafafa;
    padding: 3rem 6rem 6rem;
    border-radius: .5rem;
}
.history::before{
    content: '';
}
.history .timeline{
    padding: 2.5rem 0;
    border-bottom: 1px dashed #ddd;
    display: flex;
    align-items: center;
}
.history .timeline::before{
    content: '';
}
.history .timeline .date{
    font-size: 2.8rem;
    font-weight: 700;
    color: #164392;
    width: 25rem;
    position: relative;
    padding-left: 1.8rem;
}
.history .timeline .date::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #164392;
    /* border-radius: 50%; */
    left: 0;
    top: 1.7rem;
}
.history .timeline .issue{
    width: calc(100% - 25rem);
    line-height: 1;
    font-size: 1.8rem;
    color: var(--color-dark);
}

.location{
    display: flex;
    gap: 3rem;
    justify-content: center;
    width: 100rem;
    margin: -5rem auto 0;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 4rem 3rem 0;
    border-radius: 1rem;
}
.location li{
    display: flex;
    align-items: center;
    gap: 0 .7rem;
    color: #000;
    font-size: 1.7rem;
    line-height: 1;
    padding: 0;
    font-weight: 500;
    position: relative;
}

.location li .material-symbols-outlined{
    color: #fff;
    font-size: 15px;
    background: var(--color-blue);
    border-radius: 50%;
    padding: 5px;
}

.what-we-do{}
.what-we-do p{
    text-align: center;
    font-size: 1.8rem;
    padding: 0rem 6rem 6rem;
    line-height: 1.66em;
    position: relative;
    background: #fff;
    width: 99rem;
    margin: 0 auto;
    /* margin-top: -6rem; */
    border-radius: 2rem;
}
.what-we-do img{
    margin-bottom: 0;
    border-radius: 2.5rem;
}
.what-we-do p.intro{
    font-size: 2.4rem;
    font-weight: 300;
    color: #222;
    margin: 0 0 3rem;
    padding: 0;
    width: 100%;
}
.what-we-do p.intro:before {display:none;}
.route-wrap{
    margin-top: 10rem;
}
.route-wrap img{
    margin: 0 0 5rem;
    border-radius: 3rem;
    box-shadow: 0 4px 20px -7px;
}

.partner-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.partner-wrap .partner{
    width: calc((100% / 5) - 0.8rem);
    border: 1px solid #e5e5e5;
    padding: 0.3rem 2.4rem;
    display: block;
}
.partner-wrap a.partner:hover,
.partner-wrap a.partner:focus{border-color: #164390;}
.partner-wrap .partner.kepco{
}
.partner-wrap .partner.h-line{background: #1D2088;}
.partner-wrap .partner img{}

.ship-wrap{
    display: flex;
    align-items: flex-start;
}
.ship-wrap .image{
    width: 40rem;
}
.ship-wrap .image img{}
.ship-wrap .text{
    width: calc(100% - 40rem);
    padding-left: 12rem;
}
.ship-wrap .text h5{
    color: #222;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0rem 0 2rem;
    position: relative;
}
.ship-wrap .text h5::before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    background: #b7b7b7;
    left: -120px;
    top: 13px;
}
.ship-wrap .text h5::after {
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border: 4px solid #fa2723;
    border-radius: 50%;
    left: -50px;
    top: 6px;
    background: #fff;
}
.table-style{
    width: 100%;
    border-top: 1px solid #333;
}
.table-style tr{
    border-bottom: 1px solid #ddd;
}
.table-style tr th,
.table-style tr td{
    font-size: 1.5rem;
    padding: 1.4rem;
}
.table-style tr th:last-child,
.table-style tr td:last-child{}
.table-style tr th{
    background: #f8f8f8;
}
[id^="business"] .table-style tr th{color: #333;}
.table-style tr td{
    color: var(--color-dark);
}

.tms-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2.2rem;
}
.tms-wrap .tit{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 4rem;
    width: 100%;
    flex-direction: row-reverse;
    background: #164392;
    padding: 2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #1f50a5 0%, #103a84 100%);
}
.tms-wrap .tit h5{
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}
.tms-wrap .tit img{
    width: 6rem;
    background: #fff;
    border-radius: .3rem;
    margin-right: 3rem;
}

.tms-history{
    border-left: 6px solid #eee;
    margin: 0px 0 4rem;
    width: 100%;
    margin-left: 0.5rem;
}
.tms-history .timeline{
    padding: 2rem 2.5rem;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.tms-history .timeline::before{
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -1.1rem;
    transform: translateY(-50%);
    border: 4px solid #184595;
}
.tms-history .timeline > span{
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-dark);
    width: 13rem;
}

.tms-info{
    width: 49%;
    padding: 3.5rem 4rem;
    background: #f3f5f7;
    border-radius: 1rem;
}
.tms-info h6{
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 2rem;
    color: #164392;
}
.tms-info .li-tms{}
.tms-info .li-tms > li{
    font-size: 1.6rem;
    padding-left: 1.5rem;
    position: relative;
    margin-top: 0.3rem;
}
.tms-info .li-tms > li::before{
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.1rem;
    background: #999;
    position: absolute;
    top: 1rem;
    left: 0;
}

.career-needs{
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}
.career-needs .box{
    padding: 4rem 4rem 3.8rem;
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 4px solid #164392;
    border-bottom: 2px solid #164392;
    border-radius: 0;
}
.career-needs .box:nth-child(2) {
    border-top: 4px solid #169256;
    border-bottom: 2px solid #169256;
}
.career-needs .box:nth-child(2) .icon .material-symbols-outlined {
    background-color:#169256;
}
.career-needs .box:nth-child(3) {
    border-top: 4px solid #0490c4;
    border-bottom: 2px solid #0490c4;
}
.career-needs .box:nth-child(3) .icon .material-symbols-outlined {
    background-color: #0490c4;
}
.career-needs .box:nth-child(4) {
    border-top: 4px solid #463492;
    border-bottom: 2px solid #463492;
}
.career-needs .box:nth-child(4) .icon .material-symbols-outlined {
    background-color: #463492;
}
.career-needs .box::before {
    content: '01';
    display: block;
    position: absolute;
    font-size: 1.5rem;
    font-weight: 800;
    right: 50%;
    top: 6.7rem;
    transform: translateX(50%);
    color: #222;
    border-bottom: 1px solid;
    line-height: 1;
}
.career-needs .box:nth-child(2):before {
    content: '02';
}
.career-needs .box:nth-child(3):before {
    content: '03';
}
.career-needs .box:nth-child(4):before {
    content: '04';
}
.career-needs .box .icon{
    margin-top: -9.2rem;
}
.career-needs .box .icon .material-symbols-outlined{
    display: block;
    font-size: 4.4rem;
    text-align: center;
    margin: 0 auto 0rem;
    color: #fff;
    width: 9.5rem;
    height: 9.5rem;
    background: #164392;
    border-radius: 50%;
    padding: 2rem;
    border: 6px solid #ffffff;
}
.career-needs .box .text{}
.career-needs .box .text p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    margin-top: 5.2rem;
    color: #222;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
    padding: 1.7rem 1.5rem;
    font-size: 1.6rem;
}
.table.table_default tbody .subject {
    font-size: 16px;
}
td.regdate, td.writer, td.hits {
    color: #999;
}
.badge {
    background-color: #000;
    border-radius: .4rem;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #0c306c;
}
.btn.btn-primary {
    background-color: #164390;
    border: 1px solid #164390;
    color: #fff;
}
.search_wrap .btn, .board_wrapper .option_wrap .btn {
    border-radius: 0.5rem;
}
.search_wrap .form-control {
    border-radius: 0.5rem;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #164390;
    color: #fff;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #164390;
    color: #164390;
}
.board_wrapper .text-center .btn.btn-lg {
    font-size: 1.5rem;
    border-radius: .5rem;
}
.board_wrapper .table.board_write_table .files_upload_wrap .btn {
    border-radius: 0.5rem;
}
.board_data_view .header_wrap {
    padding: 4.5rem 0;
}
.board_wrapper .text-center span {
    font-size: 1.6rem !important;
}
.board_data_view .header_wrap .title {
    font-weight: 600;
}
#form_contact #list_btn{display: none;}
.board_wrapper .table.board_write_table tbody tr th {
    background-color: #F5F5F5;
    padding: 2rem 3rem;
    font-size: 1.5rem;
}
.checkbox label, .radio label {
    font-size: 1.6rem;
}
.form-control:not([readonly]):focus {
    border-color: #164390;
}

@media (max-width: 767px){
    .subHeader{height: 15rem;}
    .subHeader .container h2 {
        top: 50%;
    }
    .subMenu{display: none;}
    .subContent {
        padding-top: 6rem;
    }

    .greeting .text p.intro {
        padding-right: 0;
    }
    .vision .wrap {
        display: flex;
        gap: 1.8rem;
        flex-direction: column;
    }
    .history {
        padding: 1.5rem 2rem 3rem;
    }
    .history .timeline .date {
        font-size: 2rem;
        width: 17rem;
    }
    .history .timeline .date::before {
        width: 3px;
        height: 3px;
        top: 1.3rem;
    }
    .history .timeline .issue{flex: 1}
    .location {
        display: flex;
        gap: 3rem;
        width: auto;
        padding: 4rem 0rem 0;
        flex-direction: column;
    }

    .what-we-do p {
        padding: 0rem 0rem 6rem;
        width: auto;
    }
    .partner-wrap .partner {
        width: calc((100% / 2) - 0.5rem);
    }

    .ship-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .ship-wrap .image{width: 100%;}
    .ship-wrap .text {
        width: 100%;
        padding-left: 0;
        padding-top: 10rem;
    }
    .ship-wrap .text h5::before {
        left: 0;
        top: -15px;
    }
    .ship-wrap .text h5::after {
        left: 70px;
        top: -20px;
    }

    .tms-info {
        width: 100%;
    }

    .career-needs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .writer,
    .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){
    .subMenu .nav > li > a {
        font-size: 1.2rem;
    }
    .subMenu {
        margin-top: -5.2rem;
    }
    .location {
        display: flex;
        width: auto;
        padding: 4rem 3rem 0;
        flex-direction: column;
    }
    .what-we-do p {
        text-align: center;
        font-size: 1.6rem;
        padding: 0rem 0rem 6rem;
        width: auto;
    }
    .partner-wrap .partner {
        width: calc((100% / 2) - 0.5rem);
    }

    .ship-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .ship-wrap .image{width: 100%;}
    .ship-wrap .text {
        width: 100%;
        padding-left: 0;
        padding-top: 10rem;
    }
    .ship-wrap .text h5::before {
        left: 0;
        top: -15px;
    }
    .ship-wrap .text h5::after {
        left: 70px;
        top: -20px;
    }
    .tms-info {
        width: 100%;
    }
    .career-needs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .location {
        width: auto;
        padding: 4rem 1rem 0;
    }
    .location li{font-size: 1.6rem}
    .subMenu {
        margin-top: -5.6rem;
    }
    .subMenu .nav > li > a {
        font-size: 1.5rem;
    }
    .tms-info {
        width: 48%;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 5.5rem 0;background: #141414;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: .4;}
footer .footer-text{}
footer .footer-text p{
    margin: 0 0 .7rem;
}
footer .footer-text ul{padding-left: 0;margin-bottom: 0;opacity: .7;}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 1.5rem;line-height: 1.4;margin-bottom: .2rem;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 1.2rem;margin-top: .7rem;opacity: .35;}

@media (max-width: 767px){
    footer .footer-logo h1 > a {
        display: inline-block;
        width: 9rem;
    }
}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //푸터 */


.maintenance {margin-top: .5rem;border: 7px solid #E5E5E5;padding: 5.0rem 2.5rem;text-align: center;}
.maintenance .icon {display: block;line-height: 1;font-size: 6.4rem;margin-bottom: 1.0rem;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 2.2rem;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 2.0rem;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 1.4rem;letter-spacing: -0.03em;color: #818181;margin-bottom: 2.0rem;}
.member_wrapper {max-width: 117.0rem;}