@charset "utf-8";

/*-------------------------------------------------------*/
/* Morangga Colorset
/*-------------------------------------------------------*/

/* main colort set 수정 */
body { color: #666666; }
.ie-zone { padding-top: 40px; padding-bottom: 40px; }
.page-title .at-title { height: 200px; }


/* margin, padding */
.m-bottom-30 { margin-bottom: 30px !important; }
.m-bottom-50 { margin-bottom: 50px !important; }
.m-top-30 { margin-top: 30px !important; }
.m-top-50 { margin-top: 50px !important; }
.p-left-10 { padding-left: 10px !important; }
.p-left-24 { padding-left: 24px !important; }
.p-both-20 { padding: 20px 0 !important; }
.p-both-50 { padding: 50px 0 !important; }

/* color */
.s-color-skyblue { color: #21a6ed; }
.s-color-blue { color: #4b6cb7; }
.s-color-darknavy { color: #416f8b;}
.bg-skyblue { background-color: #21a6ed !important; }
.bg-darknavy { background-color: #416f8b !important; }

/* 서브네비게이션 */
.at-sub-info .sub-naviwrap {
    position: relative;
    width: 100%;
    height: 51px;
    background: #4d7ebf;
    top: 1px;
}

.at-sub-info .sub-naviwrap .page_submenu > ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li {
    float: left;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li.has_on.menu_open {
    background: #01c3d5;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li.has_on.menu_open a {
    color: #fff;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li.li-first {
    display: inline-block;
    *height: 15px;
    padding: 14.5px 15px;
    font-size: 14px;
    color: #fff;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li > a {
    display: inline-block;
    *height: 15px;
    padding: 14.5px 15px;
    font-size: 14px;
    color: #fff;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li:hover {
    background: #fff;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li:hover a {
    color: #4d7ebf;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li.on {
    background: #fff;
    *border-top: 2px solid red;
}

.at-sub-info .sub-naviwrap .page_submenu > ul > li.on a {
    color: #4d7ebf;
}

/* 서브페이지 공통 */
.page-content {
    line-height: 22px;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 14px !important;
}

.page-content h6 { font-size: 16px; font-weight: 400; letter-spacing: -1px; color: #1a1a1a; padding-bottom: 10px; margin-top: 25px; text-align: left; }
.page-content .article-title {
    color: #0083B9;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}

.page-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.page-content ul > li:last-child {
    margin-right: 0;
}

.page-content ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-content ol > li > ol > li {
    list-style: disc;
}

.page-content p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    letter-spacing: -1px;
}

.page-content table {
    border-top: 2px solid #999;
    border-bottom: 1px solid #ddd;
}

.page-content th,
.page-content td {
    line-height: 1.6 !important;
}

.page-content table.tbl-center th,
.page-content table.tbl-center td,
.page-content th.text-center,
.page-content td.text-center {
    text-align: center !important;
}

.page-content .sub-title, aside .sub-title, .board-list .sub-title, .qa-list .sub-title, .apply .sub-title1, .view-wrap .sub-title, .write-wrap .sub-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: #4d7ebf;
    margin-bottom: 10px;
}

.page-content .sub-title:before, aside .sub-title:before, .board-list .sub-title:before, .qa-list .sub-title:before, .view-wrap .sub-title:before, .write-wrap .sub-title:before  {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 5px solid #01c3d5;
    box-sizing: border-box;
    border-radius: 14px;
    background: #fff;
}

.page-content .sub-title span, aside .sub-title span, .board-list .sub-title span, .qa-list .sub-title span, .apply .sub-title1 span, .view-wrap .sub-title span, .write-wrap .sub-title span {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin-left: 20px;
}

.page-content .sub-des, .board-list .sub-des, .apply .sub-des1, .view-wrap .sub-des, .write-wrap .sub-des {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.page-content .sub-des p, .board-list .sub-des p, apply .sub-des1 p, .view-wrap .sub-des p, .write-wrap .sub-des p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    *padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
}

.page-content .txt-center {
    text-align: center;
}

.page-content .font-18 {
    font-size: 18px !important;
}

/* table */
.table-wrap {
    color: #5e5e5e;
}

.table-wrap table {
    border-bottom: 1px solid #ececec;
    width: 100%;
    border-top: 2px solid #416f8b !important;
}

.table-wrap table .bd-t th {
    border-top: 2px solid #eb5451;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}

.table-wrap table .bd-t-2 th {
    border-top: 2px solid #416f8b;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}

.table-wrap table .bd-t-3 th {
    border-top: 1px solid #ececec;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}

.table-wrap table .bd-t-4 th {
    border-top: 2px solid #eb5451;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}

.table-wrap .understand-1 tr.bd-t-5 th:first-child {
    border-top: 2px solid #eb5451;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
}

.table-wrap .understand-1 tr.bd-t-5 td {
    border-top: 2px solid #eb5451;
}

.table-wrap table .icon th,
.table-wrap table .icon td {
    padding: 5px 0;
    text-align: center;
}

.table-wrap .understand-1 th {
    border-top: 1px solid #ececec;
}

.table-wrap .understand-1 tr.icon td {
    border-left: none;
}

.table-wrap table .bd-t-3 th:first-child {
    border-left: 1px solid #ececec;
}

.table-wrap table th {
    padding: 12px 0;
    *border-left: 1px solid #ececec;
    font-size: 15px;
    vert-align: middle;
}

.table-wrap table .bd-t-4 th,
.table-wrap table .bd-t-3 th {
    padding: 10px 0 !important;
    border-left: 1px solid #ececec;
    font-size: 16px;
    vert-align: middle;
}

.table-wrap table th:first-child {
    border-left: none;
}

.table-wrap table td {
    padding: 12px 10px;
    *border-left: 1px solid #ececec;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
    *letter-spacing: -0.7px;
}


.table-wrap table td > ul,
.table-wrap table td > ol {
    padding: 0;
}

.table-wrap table td > ul > li,
.table-wrap table td > ol > li {
    margin-left: 15px;
}

.table-wrap table td:first-child {
    border-left: none;
}

.table-wrap .active {
    background: #f5f5f5;
}

.table-wrap .info {
    background: #5e5e5e;
    opacity: 0.6;
}

.table-wrap .info-2 {
    background: #416f8b;
    opacity: 0.6;
}

.table-wrap .blit-txt {
    margin: 0;
    padding: 0;
}

.table-wrap .blit-txt li {
    position: relative;
    padding-left: 15px;
    margin: 0;
}

.table-wrap .blit-txt li span.pd-1 {
    position: absolute;
    left: 0;
}

.table-wrap .l-two li {
    padding-left: 54px !important;
}

.table-wrap .understand-1 .col01 {
    width: 14%;
}

.table-wrap .understand-1 .col02 {
    width: 28%;
}

.table-wrap .understand-1 .col03 {
}

.table-wrap .understand-1 .col04 {
    width: 28%;
}

.table-wrap .understand-1 .col05 {
    width: 15%;
}

.table-wrap .understand-1 .col06 {
    width: 20%;
}

.table-wrap .understand-1 .col07 {
    width: 25%;
}

.table-wrap .understand-1 .col08 {
    width: 25%;
}

.table-wrap .understand-1 .col09 {
    width: 15%;
}

.table-wrap .understand-1 .col10 {
    width: 85%;
}

/* location */
#daumRoughmapContainer1605446181446 { width: 100% !important;}
 .map-info { *border: 1px solid #dadada; margin: 80px auto 0; padding: 20px 0; width: 100%; display: block; }
 .map-info img { float: left; }
 .map-info img.md100 { margin-left: 100px !important; }
 .map-info ul { border-bottom: 1px solid #ddd; padding-bottom: 25px; }
 .map-info ul li { color: #555; line-height: 33px; font-size: 16px; }
 .sub04-txt { float: left; margin-top: 5px; margin-left: 20px; }
 ul.bullet-list li { padding-left: 10px; font-size: 16px; line-height: 28px; }
 ul li.mt5 { margin-top: 5px !important; }
 ul li.mt10 { margin-top: 10px !important; }
 .map-area { position: relative; }
 .txt { position: absolute; z-index:100; *bottom: -90px; left: 50%; transform: translateX(-50%); width: 90%; margin-top: -60px;}
 .txt-wrap { background-color: #416f8b; box-shadow: 3px 3px 3px rgba(0,0,0,0.2); padding: 25px 0; *width: 90%; margin: 0 auto; border-radius: 10px;}
 .txt-wrap .location-logo { position: absolute; border-right: 1px solid rgba(255,255,255,0.7); text-align: center; *line-height: 80px; *height: 80px; width: 20%; margin-top: -8.5px;}
 .txt-wrap .contact { display: block; color: #fff; font-weight: 500; font-size: 16px; letter-spacing: -1px; line-height: 1.6; padding: 0 0 0 25%; }
 .txt-wrap .contact p { padding: 0; margin: 0; word-break: break-all;}
 .txt-wrap .bt { position: absolute; right: 60px; margin-top: -44px; display: block; border-radius: 65px; border: 2px solid #fff; color: #fff; font-size: 16px; text-align: center; min-width: 10%; line-height: 36px; height: 40px; }
 .txt-wrap .bt:hover { color: #416f8b; background-color: #fff; }

 /* main */
.ul_main { list-style-type: none;  display: block; margin: 0; padding: 0; text-align: center;}
.ul_main li {
    width: 19.2%;
    float: left;
    margin-right: 1%;
    border: 1px solid #dedede;
    padding: 0px 20px;
}
.ul_main li:last-child {
    margin-right: 0;
    width: 19.2%;
}
.ul_main dt, .ul_main dd { text-align: center; }
.ul_main dt > img {
    width: 60px;
    display: block;
    margin: 35px auto 20px;
    height: auto;
}
.ul_main .img-hover {
    display: none;
    *position: absolute;
}
.ul_main .hover-1:hover .img-hover, .ul_main .hover-2:hover .img-hover, .ul_main .hover-3:hover .img-hover, .ul_main .hover-4:hover .img-hover,.ul_main .hover-5:hover .img-hover {
    display: block;
}
.ul_main .hover-1:hover .img-none, .ul_main .hover-2:hover .img-none, .ul_main .hover-3:hover .img-none, .ul_main .hover-4:hover .img-none, .ul_main .hover-5:hover .img-none {
    display: none;
}
.ul_main dt { margin-bottom: 15px; }
.ul_main dd { font-size: 14px; }
 /* sub -common */
.sub-section strong { font-size: 16px;  font-weight: 500;}
.sub-section hr { margin: 60px 0; border: 0; border-top: 1px solid #eee; display: block; }
.sub-section i { margin-right: 10px; }
.sub-section dl { *border: 1px solid #eee; text-align: center; color: #5e5e5e; *border-top-left-radius: 10px; *border-bottom-right-radius: 10px; }
.sub-section dl > dt { padding: 10px 15px; color: #fff; font-weight: 500;  background-color: #4b6cb7;  border-top-left-radius: 10px;}
.sub-section dl > dd { border: 1px solid #eee; border-bottom-right-radius: 10px; line-height: 1.3; padding: 10px 15px;  height: 60px; max-height: 60px; }
.sub-section h5 { font-size: 17px; letter-spacing: -0.06em;  margin: 20px 0; color: #4b6cb7; }

/* sub-page-nav */
.nav-tabs {
    margin-bottom: 50px !important;
}
.nav-tabs > li.active > a, nav-tabs > li.active {
    color: #fff !important;
    background-color: #4b6cb7 !important ;
    *border: none;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
    color:#4b6cb7;
    text-decoration: none;
}
.nav > li > a  {
    padding: 10px 25px !important;
}
#intro .ul_main li a:focus, #intro .ul_main li a:hover, #intro .ul_main li a:active {
    color: #fff;
    text-decoration: none;
}

 /* greeting */
.sub-section .greeting-img  img { border-radius: 10px; }

/* facility */
.sub-section .mobile-facility { display: none; }
.sub-section .ul_facility { list-style-type: none; }
.sub-section ul.ul_facility > li {
    width: 24%;
    float: left;
    margin-right: 1.333%;
}
.sub-section ul.ul_facility > li:last-child {
    margin-right:  0;
}

/* location */
.sub-section .map-info ul.time {
    border-bottom: none;
    padding-bottom: 0;
}

/* how to */
.sub-section .ul_howto { list-style-type: none; }
.sub-section .ul_howto i { display: block; text-align: center; padding-bottom: 20px 0px 0 0; font-size: 30px; font-weight: 300; color: #fff; line-height: 1.6; transition: 0.3s; }
.sub-section .ul_howto li { width: 18.4%; float: left;  margin-right: 2%;}
.sub-section .ul_howto li:last-child { margin-right: 0; }

.bw_title {
    position: relative;
    padding: 30px;
    margin-bottom: 55px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}
.bw_title > h3 {
    padding-left: 10px;
    border-left: 3px solid #3279b8;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.bw_title li.item a p {
    margin: 0 !important;
}
.bw_title li.item a {

    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5 !important;
}
.bw_title li.item {
    *border-bottom: 1px solid #e5e5e5 !important;
}
.bw_title li:last-child {
    border-bottom: none !important;
}
.bw_title .list {
    margin-top: 30px;
}


/* 반응형 */
@media all and (max-width:991px) {
    .sub-section .ul_howto dd { height: 100px; max-height: 100px; }
    .sub-section .ul_howto dt {
        height: 128px;
        max-height: 128px;
    }
    .ul_main  dd { height: 80px; max-height: 80px;}

}

@media (max-width: 767px) {
    .ul_main li {
        width: 49.5%;
        float: left;
        margin-right: 1%;
        margin-bottom: 10px;
    }
    .ul_main li:last-child {
        width: 49.5%;
    }
    .ul_main li:nth-child(2), .ul_main li:nth-child(4) {
        margin-right: 0;
    }
    .ul_main dd {
        height: 60px;
        max-height: 60px;
    }
    .sub-section .ul_howto dt {
        height: 100px;
        max-height: 100px;
    }
    .sub-section .ul_howto dd {
        height: 60px;
        max-height: 60px;
        *line-height: 20px;
    }
    .sub-section ul.ul_facility > li,  .sub-section ul.ul_howto > li {
        width: 49.5%;
        float: left;
        margin-right: 1%;
    }
    .sub-section ul.ul_facility > li:nth-child(2) {
        margin-right:  0;
    }
    .sub-section ul.ul_howto > li:nth-child(2), .sub-section ul.ul_howto > li:nth-child(4) {
        margin-right:  0;
    }
    .sub-section .ul_howto i {
        line-height: normal;
    }
    .sub-section .row-0 { padding-left: 0;  padding-right: 0;}
}

@media all and (max-width:480px) {
    .ul_main li, .sub-section ul.ul_facility > li,  .sub-section ul.ul_howto > li {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .ul_main li:last-child {
        width: 100%;
    }
    .sub-section .ul_howto i {
        line-height: normal;
    }
    .sub-section .ul_howto dt {
        height: 100px;
        max-height: 100px;
    }
    .sub-section .ul_howto dd {
        height: 60px;
        max-height: 60px;
        *line-height: 40px;
    }
    .sub-section .pc-facility {
        display: none;
    }
    .sub-section .mobile-facility {
        display: block;
    }
}