/* 공통디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #333;
}
* {
    box-sizing: border-box;
}
.inner {
    margin: 7rem 0 8rem;
}
/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #F7F9F9;
}
.indexImg {
    position: absolute;
    width: 70%;
    left: 50%; bottom: 15%;
    transform: translateX(-50%);
}
.indexText {
    display: block;
    position: absolute;
    left: 50%; top: 30%;
    transform: translateX(-50%);
    width: 40%;
}
/* header */
header {
    overflow-x: hidden;
}
.headerTop {
    position: fixed;
    width: 100%;
    height: 6rem;
    background: #fff;
}
.headerLogo {
    width: 40%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.nav-btn {
    display:block;
    position: absolute;
    top: 50%; right: 2rem;
    transform: translateY(-50%);
    background: url(../img/menu.png) no-repeat center/contain;
    width: 2.5rem; height: 2.5rem;
}
.nav-btn:after {
    display: block;
    content: '';
    position: absolute;
    width: 3.5rem; height: 3.5rem;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.backColor {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.4);
    left: 0; top: 0;
    width: 100%;
    height: 100vh;
}
header.on .backColor {
    display: block;
}
header.on nav{
    right: 0;
}
nav {
    position: fixed;
    z-index: 50;
    background: #fff;
    width: 80%;
    height: 100vh;
    top: 0; right: -100%;
    transition: 0.3s;
}
.navTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}
.navLogo {
    width: 13rem;
}
.close-btn {
    position: relative;
    display:block;
    background: url(../img/close.png) no-repeat center/contain;
    width: 1.8rem; height: 1.8rem;
}
.close-btn:after {
    content: '';
    position: absolute;
    width: 3.5rem; height: 3.5rem;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
.navMenu {
    margin-top: 5rem;
    text-align: center;
}
.menuArea li {
    border-bottom: 1px solid #DAE5E9;
}
.menuArea li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem;
}
.menuText {
    width: 100%;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 1.5rem 0;
    text-align: center;
}
.go-btn {
    display: block;
    width: 1.8rem; height: 1.8rem;
    background: url(../img/menu-arrow.png) no-repeat center/contain;
}

/* home */
.topBanner {
    display: block;
    width: 100%;
    padding: 0 2rem;
}
.topBanner img {
    width: 100%;
}
.homeTextInner {
    padding: 2rem;
}
.homeTitle {
    font-family: 'NanumSquareRound',sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    padding-bottom: 1.5rem;
}
.homeContents {
    font-size: 1.5rem;
    font-weight: 700;
    color: #444;
    border: 1px solid #E3E3E3;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    line-height: 1.4;
}
.homeBtnArea {
    width: 100%;
}
.homeBtn {
    padding: 1rem 2rem;
}
.homeBtn > a {
    width: 100%;
}
.homeBtn > a > img {
    width: 100%;
}
/* SUB */
.subTap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}
.tapMenu {
    display: flex;
    align-items: center;
    text-align: center;
    height: 5.5rem;
}
.tabText {
    display: inline-block;
    font-family: 'NanumSquareRound';
    font-size: 1.5rem;
    font-weight: 800;
    color: #aaa;
}
.tapMenu.active {
    border-bottom: 3px solid #7EC9EC;
}
.tapMenu.active > .tabText {
    color: #0E5469;
}
.content {
    background: #F5F6F8;
    padding: 1rem 0 2rem;
    border-top: 1px solid #ECECEC;
}
.sub_title {
    padding: 1.5rem 2rem;
    font-family: 'NanumSquareRound';
    font-size: 1.8rem;
    color: #235F77;
    font-weight: 800;
}
.bold {
    padding: 0 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #777;
}
.contents {
    padding: 1rem 2rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
    white-space: pre-wrap;
}
.point2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #51AACE;
}
/* sub2 */
.supportInner {
    padding: 2rem 0;
}
.section-A {
    background: #F5F6F8;
}
.bold.sub2 {
    padding-top: 1rem;
}
.contents.sub2 {
    padding-bottom: 2.5rem;
}
.sky_title {
    padding: 0 2rem;
}
.title {
    padding: 1.5rem 2rem;
    font-family: 'NanumSquareRound';
    font-size: 1.8rem;
    color: #235F77;
    font-weight: 800;
}
/* career */
.careerTitle {
    padding-bottom: 2.5rem;
}
.boxCont {
    padding: 1.5rem 2rem;
    border: 1px solid #BABABB;
    border-radius: 1.5rem;
    margin: 2rem 2rem 2.5rem;
    background: #F5F6F8;
}
/* qna */
.box {
    margin: 0 2rem 1.5rem;
    border: 1px solid #A5B2B6;
    background: #F2F3F4;
    border-radius: 1.3rem;
}
.box.open i {
    background-image: url(../img/qna-up.png);
}
.box.open .qnestionInner {
    border-bottom: 1px solid #A5B2B6;
}
.qnestionInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}
.qna {
    font-size: 1.5rem;
    font-weight: 800;
    color: #194F73;
    max-width: 28rem;
    line-height: 1.3;
}
.qnestionInner i {
    display: inline-block;
    min-width: 1.5rem; min-height: 1.5rem;
    background: url(../img/qna-down.png) no-repeat center/contain;
}
.box.open .answer {
    display: block;
}
.answer {
    display: none;
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #386685;
    font-weight: 600;
}
/* news */
.news-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 15rem;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
}
.news-img {
    display: block;
    width: 49%;
    height: 100%;
}
.news-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
    height: 100%;
}
.news-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
}
.date {
    font-size: 1.2rem;
    color: #68B5D4;
    font-weight: 700;
}
/* labor */
.top-text {
    border-bottom: 1px solid #A5B2B6;
}
.laborForm {
    padding: 2rem;
}
.laborForm form {
    display: flex;
}
#searchSelect{
    font-size: 1.5rem;
    width: 40%;
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
    border-color: #A5B2B6;
    background: url(../img/qna-down.png) no-repeat 94% 50%;
    background-size: 1.2rem;
}
#searchSelect option {
    font-size: 1.3rem;
}
.search-box {
    display: flex;
    justify-content: space-between;
    width: 58%;
    margin-left: 1rem;
    border: 1px solid #A5B2B6;
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
}
.search {
    width: 100%;
    font-size: 1.5rem;
}
.search-btn {
    width: 2rem;
}
.search-btn img {
    width: 100%;
}
.result_wrap {
    padding: 0 2rem;
}
.laborName {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.5rem 0;
}
.laborIcon {
    display: inline-block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/menu-arrow.png) no-repeat center/contain;
}
.pagination {
    display: flex;
    /* width: 80vw; */
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 3rem;
}
.pagination .page {
    font-size: 1.5rem;
    color: #b3b3b3;
    padding-right: 2rem;
}
.pagination .page.on {
    color: #333;
    font-weight: 600;
}
.pagination .page-prev {
    margin-right: 2rem;
    width: 0.8rem;
}
.pagination .page-prev img {
    transform: rotate(180deg);
    width: 100%;
}
.pagination .page-next {
    width: 0.8rem;
}
.pagination .page-next img {
    width: 100%
}
/* labor_sub */
#main_content {
    border-bottom: 1px solid #A5B2B6;
}
.info {
    display: flex;
    justify-content: space-between;
    padding: 2rem 2rem 1.5rem;
}
.name, .name-row {
    display: inline-block;
}
.name {
    font-size: 1.6rem;
    font-weight: 800;
    width: 10rem;
}
.name-row {
    font-size: 1.5rem;
    width: 22rem;
}
/* share */
.share {
    padding: 3rem 2rem;
}
.snsTitle {
    font-family: 'NanumSquareNeo';
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}
.sns_share {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.shear-btn {
    display: inline-block;
    width: 4rem;
    margin-right: 1rem;
}
.sns_share .shear-btn:last-child {
    margin-right: 0;
}
.sns_share img {
    width: 100%;
}





/* footer */
footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 7rem;
    background: #fff;
    left: 0; bottom: 0;
    z-index: 100;
}
footer > button {
    display: block;
    width: 4rem; height: 4rem;
}
.prev {
    background: url(../img/prev.png) no-repeat center/contain;
}
.next {
    background: url(../img/next.png) no-repeat center/contain;
}
footer > a {
    display: block;
    width: 4.5rem;
}
footer > a > img {
    width: 100%;
}