/* page-sub.css */
@import url("notosans-cjk-kr.css");
@import url("common.css");
@import url("animate.css");
@import url("effects.css");
@import url("layout.css");
@import url("comps.css");
@import url("floating.css");
@charset "UTF-8";
/* subPage inc */

header {
	background-color: #FFF;
}

.logo-header {
	display: none;
}

.logo-header.m {
	display: inline-block;
}

.header-nav-link {
    color: #333;
}

header.fixed .header-nav-link.active,
.header-nav-link.active {
	color: #0084FF;
}

.menu-btn-area > .btn-menu {
    background: transparent url('../img/icons/ico-btn-menu-bl.png') 50% 50%/ 20px 17px no-repeat;
}

.list-item-sub {
    top: 88px;
    border: 1px solid #333;
}
             
.container {
    min-height: calc(100vh - 170px);
    padding-top: 100px;
}
/* // subPage inc */
/* subPage 상단 배경 */
.section-bg {
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 240px;
    text-align: left;
}

.section-bg-img,
.section-bg-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.section-bg-pc {                        
    display: block;
}

.section-bg-m {
    display: none;
}

.section-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    padding-left: 0;
    text-align: center;
}

.section-bg-text h2 {
    font: 700 50px 'noto';
    line-height: 1.2;
}

.section-bg-text p {
	padding-top: 20px;
    font: 400 18px 'noto';
    line-height: 1.5;
}

.section-bg {
    overflow: hidden;
}

.section-bg-pc,
.section-bg-m {
    position: absolute;
    left: 0;
    top: 0;
}


.zoomAndFade {
    -webkit-animation-name: zoomAndFade;
    animation-name: zoomAndFade;
}

@-webkit-keyframes zoomAndFade {
  from {
    opacity: 0;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    opacity: 1;
  }

  to {
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


@keyframes zoomAndFade {
  from {
    opacity: 0;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    opacity: 1;
  }

  to {
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* // subPage 상단 배경 */
/* subPage title */
.sc > .sub-title {
	text-align: center;
}

.sc > .sub-title.notice {
    padding: 45px 0 15px 0;
}

.sc > .sub-title.contacts {
    padding: 50px 0;
}

.sc > .sub-title h2 {
	position: relative;
    width: 100%;
    padding-bottom: 22px;
    font: 500 36px 'noto';
    color: #333;
    line-height: 1;
}

.sc > .sub-title h2.sub {
    padding-bottom: 10px;
}

.sc > .sub-title p {
    font: 400 16px 'noto';
    color: #333;
    line-height: 1.4;
}

.sc > .sub-title em {
    font: 400 22px 'noto';
    line-height: 1.4;
}
/* // subPage title */
/* 약관 페이지 */
/* 이용약관 */
.terms {
    position: relative;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    padding: 2.375rem 20px 2rem 20px;
    margin: 0 auto;
}

.terms-top-title {
    margin-bottom: 1.875rem;
    font-family: 'noto';
    font-size: 38px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
}

.terms-box {
    margin-bottom: 1.875rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

.terms-box ul {
    margin-bottom: 20px;
}

.terms-box .terms-sub {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

.terms-box .terms-sub2 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
}

.terms-box .terms-indent {
    text-indent: 10px;
}

.terms-box .terms-indent-B {
    text-indent: 20px;
}

.terms-box ul li {
    position: relative;
    padding-left: 20px;
}

.terms-box ul li::before {
    content: '\00B7';
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1.1;
    color: #666;
}

.terms-box.center {
    text-align: center;
}

.terms-bold {
    font-weight: 700;
}

.m-off {
    display: inline-block;
    padding:0 5px;
}

/* 이용약관 테이블 */
.terms-table-list {
    position: relative;
    width: 100%;
    clear: both;
    margin: 16px 0 20px 0;
    border-top: 1px solid #333;
    font-family: 'noto';
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    color: #333;
}

.terms-table-list tbody th {
    padding: 5px 0;
    background-color: #F8F8F8;
    border: 1px solid #C7C7C7;
    font-weight: 400;
    vertical-align: middle;
}

.terms-table-list tbody td {
    padding: 5px 0;
    background-color: #FFF;
    border: 1px solid #C7C7C7;
    font-weight: 400;
    vertical-align: middle;
}

.terms-close {
    display: inline-block;
    width: 19px;
    height: 18px;
    -ms-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background: transparent url('../img/icons/ico-cancel-black.png') 50% 50%/19px auto no-repeat;
    cursor: pointer;
}

.row.text-right {
    text-align: right;
}

/* 모바일 & 태블릿 공통 */
@media(max-width: 1023px) {
    /* subPage inc */
    .container {
        min-height: 1px;
        padding-top: 60px;
    }
    /* // subPage inc */
    /* subPage 상단 배경 */
    .section-bg {
        height: 300px;
        text-align: center;
    }

    .section-bg-pc {
        display: none;
    }

    .section-bg-m {
        display: block;
    }

    .section-bg-text {
        padding: 0 15px;
    }

    .section-bg-text h2 {
        font: 500 30px 'noto';
        line-height: 1.2;
    }

    .section-bg-text p {
        padding-top: 12px;
        font: 400 14px 'noto';
        line-height: 1.5;
    }
    /* // subPage 상단 배경 */
    /* subPage title */
    .sc > .sub-title.contacts {
        padding: 35px 0;
    }

    .sc > .sub-title.notice {
        padding: 35px 0 15px 0;
    }

    .sc > .sub-title.worker {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sc > .sub-title h2 {
        padding-bottom: 18px;
        font:  500 28px 'noto';
        line-height: 1;
    }

    .sc > .sub-title em {
        font: 400 18px 'noto';
    }


    /* // subPage title */
}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1023px) {

}

/* 모바일 */
@media(max-width: 767px) {
    .terms-top-title {
        font-size: 24px;
    }
    /* subPage 상단 배경 */
    .section-bg-text p > br {
        display: none;
    }
    /* // subPage 상단 배경 */
}

/* PC */
@media(min-width: 1023px) {
    /* 메뉴 active */
    .header-nav-link.active:after {
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        background-color: #0084FF !important;
    }

    .header-nav-link:after {
        background-color: #333;
        transition: all .25s ease-in-out;
    }

    header .nav-area .list-item:hover .header-nav-link:not(.active):after {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
}