@charset "UTF-8";

/*=========================================================================
* 메인
===========================================================================*/
.m-section .inner {
    padding: 4.688rem 4rem;
}
.m-section .box-cont.bg-gray,
.m-section .box-cont.bg-white {
    width: 100%;
    height: 400px;
    background: var(--color-lightgray);
}
.m-section .box-cont.bg-white {
    background: #fff;
}
.main-banner {
    /* height: 540px; */
    position: relative;

    overflow: hidden;
    box-sizing: content-box;
    background: #66b3e2 url(../img/main-banner.jpg) center 0 / cover no-repeat;
}
.main-banner .inner {
    width: 95%;
    max-width: 1180px;
    margin: 0 auto;
}
.main-banner .text-area {
    max-width: 860px;
    width: 90%;
}
.main-banner .text-area svg { width: 100%; }
.main-banner .video-wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 580px;
}
.main-banner .vi-logo-wrap {
}
.main-banner.style02 {
    width: 100%;
	height: 100vh;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    box-sizing: content-box;
}
.main-banner.style02 .inner { height: 80vh; }
.m-section .tab {
    width: 30%;
}
.m-section .tab-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0.75rem 2rem;
    border: 1px solid var(--color-gray);
    border-radius: 0.75rem;
    margin: 0 1rem 1rem 0;
    transition: all ease 0.5s;
}
.m-section .tab-item:hover,
.m-section .tab-item.active {
    background: var(--color-basic);
    color: var(--color-dark);
    border-color: var(--color-dark);
}
.m-section .tab-cont {
    flex: 1;
}
.m-section .logo-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.logo-item {
    width: 230px;
    height: 100px;
    border-radius: 0.625rem;
    border: 1px solid var(--color-lightgray);
    margin: 0 0.625rem 0.625rem 0;
    overflow: hidden;
    background: #fff;
}
.logo-item img {
    width: 70%;
}
.m-section.section07 .notice-area,
.m-section.section07 .faq-area {
    width: calc(50% - 3rem);
}
.board-item {
    width: 100%;
    padding: 1.875rem;
    border-radius: 0.625rem;
    background-color: #e6e7ff9c;
}
.m-section.section07 .faq-area .board-item {
    background: #fff;
}
.m-section.section03 .box-cont > div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.m-section.section03 .text-area {
    padding: 2.5rem;
}

.m-section.section03 .badge {
    margin: 0 0.5% 1% 0;
}
.m-section.section03 .logo-wrap .logo-item {
    width: 24%;
}
.m-section.section03 .logo-wrap .logo-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.m-section.section04 .ip-item {
    width: 24%;
    flex-direction: column;
    text-align: center;
}

.m-section.section04 .ip-item .icon {
    width: 100%;
}
.m-section.section04 .ip-item .text-area {
    padding: 0 1.5rem;
}
.m-section.section05 .img-area-mo {
    display: none;
}
.m-section.section05 .arti-area {
    padding: 2rem 1rem;
    border-radius: 2rem;
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}
.m-section.section05 .arti-area .img-area > img {
    height: 200px;
}
.m-section.section07 {
    background: #f8f8f8;
}
/*=========================================================================
* 서브페이지 
===========================================================================*/
.subPage .inner {
    width: 100%;
    max-width: 1280px;
    padding: 3.125rem 0 3.125rem 0;
}
.sub-visual {
    padding: 5rem 0;
    background: url(../img/sub-bg.png) center/cover no-repeat;
}
.sub-visual.visual01 {
    background: url(../img/sub-visual01.png) center/cover no-repeat;
}
.sub-visual.visual02 {
    background: url(../img/sub-visual02.png) center/cover no-repeat;
}
.sub-visual.visual03 {
    background: url(../img/sub-visual03.png) center/cover no-repeat;
}
.sub-visual.visual04 {
    background: url(../img/sub-visual04.png) center/cover no-repeat;
}
.sub-visual.visual05 {
    background: url(../img/sub-visual05.png) center/cover no-repeat;
}
.sub-visual.visual06 {
    background: url(../img/sub-visual06.png) center/cover no-repeat;
}
.sub-visual.visual07 {
    background: url(../img/sub-visual07.png) center/cover no-repeat;
}

.sub-visual.visual08 {
    background: url(../img/sub-visual08.png) center/cover no-repeat;
}
.sub-visual.visual09 {
    background: url(../img/sub-visual09.png) center/cover no-repeat;
}
.sub-visual .text-area .title-02 {
    display: none;
}
.sub-visual .text-area .title-04 {
    font-size: 2.375rem;
}
.sub-visual .text-area * {
    color: var(--color-white);
}
.sub-visual.visual03 .text-area *,
.sub-visual.visual08 .text-area * {
    color: var(--color-dark);
}
.sub-tab {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.sub-tab ul.flex-wrap .sub-tabItem {
    flex: 1 20%;
}
.sub-tab ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.sub-tabItem {
    flex: 1;
    /* height: 3.125rem;
    line-height: 3.125rem; */
    border-right: 1px solid #f5f5f5;
}
.sub-tabItem a {
    padding: 1rem 0.375rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.sub-tabItem a.active {
    background: var(--color-secondary);
    color: var(--color-white);
}
/*=========================================================================
* 행사소개
===========================================================================*/
.fi-page01 .info-area .img-box {
    width: 30%;
    margin-right: 3.125rem;
}
.fi-page01 .cont-area {
    position: relative;
}
.fi-page01 .cont-area dl {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-lightgray);
}
.fi-page01 .cont-area dt {
    width: 80px;
}
.fi-page01 .cont-area dd {
    flex: 1;
}
.fi-page01 .cont-area .img-float {
    position: absolute;
    width: 300px;
    bottom: -100px;
    right: -200px;
    z-index: 1;
}
.info-program .ip-item {
    width: 48%;
    margin: 0 1% 2% 0;
}
.info-program .ip-item .icon {
    width: 140px;
    height: 140px;
    border-radius: 0.375rem;
    background: #e6e7ff9c;
    padding: 1rem 0;
}
.info-program .ip-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-program .ip-item .text-area {
    flex: 1;
}
.fi-page02 .arti-area {
    padding: 2.5rem;
    border-radius: 2rem;
    background: #f8f8f8;
}
.fi-page02 .text-area dt {
    width: 120px;
    height: 40px;
    margin-right: 1.25rem;
    border-radius: 40px;
    border: 2px solid var(--color-basic);
    color: var(--color-basic);
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
    background: #fff;
}
.fi-page02 .arti-area:nth-child(2) .text-area dt,
.rc-page03 .arti-area .text-area dt {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}
.fi-page02 .arti-area:nth-child(3) .text-area dt,
.rc-page04 .arti-area .text-area dt {
    border-color: var(--color-papaya);
    color: var(--color-papaya);
}
.fi-page02 .text-area {
    width: 50%;
    margin: 0 auto 1.875rem;
}
.fi-page02 .text-area dd {
    flex: 1;
    line-height: 40px;
}
.fi-page02 .text-area dd p {
    line-height: 1.4;
}
.fi-page02 .img-area img {
    width: 80%;
    margin: 2rem auto;
    text-align: center;
}
.fi-page02 .arti-area:nth-child(2) .img-area img,
.rc-page03 .arti-area .img-area img {
    width: 40%;
}
.fi-page02 .arti-area:nth-child(3) .img-area img,
.rc-page04 .arti-area .img-area img {
    width: 40%;
}
.fi-page02 .img-area-mo,
.rc-page04 .img-area-mo {
    display: none;
}
/*=========================================================================
* 로그인
===========================================================================*/
.loginPage .inner {
    padding: 6.125rem 0;
}
.loginPage .login-wrap {
    width: 95%;
    max-width: 550px;
    margin: 0 auto;
}
.loginPage .logo {
    width: 90%;
}

.loginPage .login-form {
    width: 100%;
}
.loginPage .login-form .input-area {
    margin-bottom: 0.375rem;
}
.loginPage .login-form .logininput {
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.loginPage .login-form .email-box > div {
    margin-left: 4px;
}
.loginPage .login-form .email-box > div:first-of-type {
    margin-left: 0;
}
.loginPage .login-form .input-area .btn {
    width: 90px;
    margin: 0 0 0 4px;
    padding: 0;
    height: 46px;
    line-height: 46px;
}
.loginPage .login-help {
    margin-bottom: 1.125rem;
}
.snsLogin .sns-list a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 1.875rem;
}
.snsLogin .sns-list a.icon-naver {
    background: #02c73c url(../img/icon-naver.svg) center no-repeat;
}
.snsLogin .sns-list a.icon-kakao {
    background: #fee500 url(../img/icon-kakao.png) center/contain no-repeat;
}
.login-wrap .box .bar {
    position: relative;
}
.login-wrap .box .bar:before,
.login-wrap .box .bar:after {
    display: block;
    clear: both;
    content: '';
    width: 30%;
    height: 1px;
    background: var(--color-gray);
    position: absolute;
    top: 50%;
}
.login-wrap .box .bar:before {
    left: 0;
}
.login-wrap .box .bar:after {
    right: 0;
}
.register-form {
    width: 100%;
}
.input-area .input-box,
.input-area > div {
    flex: 1;
}
.input-area .input-box input[type='text'] {
    flex: 1;
}
.input-area.id-pair .input-box input[type='text'] {
    flex: none;
    width: calc(100% - 23%);
}
.input-area .input-box .btn {
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 80px;
    border: 0;
    margin-right: 0;
}
.input-area .input-box .inputext.w100 {
    width: 100%;
    min-width: 100%;
}
.input-area label {
    width: 160px;
    display: block;
}
.input-area .inputbirth {
    width: 80px;
}
.agree-box .agreement .item {
    padding: 0.5rem 0;
}
.agree-box .agreement .item.allAgree {
    border-bottom: 1px solid var(--color-dark);
}
.scroll-y {
    height: 240px;
    overflow-y: auto;
}
.loginPage .id-box {
    padding: 2.5rem;
    border-radius: 1rem;
}
/*=========================================================================
* 공지사항
===========================================================================*/
.fi-page05 .table-cell .icon-file {
    border-radius: 0.25rem;
}
/*=========================================================================
* 채용정보
===========================================================================*/
.item-list {
    width: 100%;
}
.item-box {
    position: relative;
    width: 23%;
    margin: 1%;
    padding: 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid var(--color-lightgray);
    background: rgb(255, 255, 255);
    background: linear-gradient(165deg, rgba(255, 255, 255, 1) 50%, rgba(30, 169, 226, 0.4) 100%);
}
.item-box.on:after {
    display: block;
    clear: both;
    content: 'NEW';
    width: 65px;
    height: 24px;
    line-height: 24px;
    background: var(--color-danger);
    color: #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 1;
    font-size: 0.9rem;
    border-radius: 0.625rem;
    font-family: 'MangoByeolbyeol', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum',
        sans-serif;
}
.item-box .logo-area {
    width: 100%;
    height: 100px;
    border: 1px solid var(--color-lightgray);
    border-radius: 0.625rem;
}
.item-box .logo-area img {
    width: 60%;
}
.item-box .text-02.text-gray {
    color: var(--color-dark);
}
.item-list02 {
}
.item-list02 .item-box02 {
    position: relative;
    width: 24%;
    border-radius: 2rem;
    /* border: 1px solid var(--color-lightgray); */
    overflow: hidden;
}
.item-list02 .item-box02 .bg-area {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 2rem;
    background: var(--color-light-navy);
}
.item-list02 .item-box02 .bg-area > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-list02 .item-box02 .logo-area {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    overflow: hidden;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}
.item-list02 .item-box02 .logo-area > img {
    transform: translateY(-40px);
    width: 90%;
}
.item-list02 .item-box02 .text-area {
    padding: 1rem;
}
.item-list03 .item-box03 {
    position: relative;
    width: calc(25% - 1rem);
    margin: 1.5rem 1rem 1.5rem 0;
    padding: 2rem;
    border: 1px solid var(--color-lightgray);
}
.item-list03 .item-box03:nth-child(4n) {
    margin-right: 0;
}
.item-list03 .item-box03:before {
    width: 100%;
    height: 12px;
    background: #03318c;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
}
.item-list03 .item-box03.on:after {
    display: block;
    clear: both;
    content: 'NEW';
    width: 80px;
    height: 30px;
    line-height: 34px;
    position: absolute;
    top: -30px;
    left: 0;
    border-radius: 0 20px 0 0;
    background: #f1f1f1 url(../img/icon-lamp.png) 6px center/20px no-repeat;
    text-indent: 30px;
}

.item-list03 .item-box03.sort01.on:after,
.item-list03 .item-box03.sort01:before {
    background-color: #50c4f2;
    color: #fff;
}
.item-list03 .item-box03.sort02.on:after,
.item-list03 .item-box03.sort02:before {
    background-color: #03318c;
    color: #fff;
}
.item-list03 .item-box03.sort03.on:after,
.item-list03 .item-box03.sort03:before {
    background-color: #c7d93d;
    color: #fff;
}
.item-list03 .item-box03.sort04.on:after,
.item-list03 .item-box03.sort04:before {
    background-color: #f2b705;
    color: #fff;
}
.item-list03 .item-box03.sort05.on:after,
.item-list03 .item-box03.sort05:before {
    background-color: #12db90;
    color: #fff;
}
.item-list03 .item-box03.sort06.on:after,
.item-list03 .item-box03.sort06:before {
    background-color: #f45c48;
    color: #fff;
}
.item-list03 .item-box03.sort07.on:after,
.item-list03 .item-box03.sort07:before {
    background-color: #b79b77;
    color: #fff;
}
.item-list03 .item-box03.sort08.on:after,
.item-list03 .item-box03.sort08:before {
    background-color: #61acb0;
    color: #fff;
}
.item-list03 .item-box03.sort09.on:after,
.item-list03 .item-box03.sort09:before {
    background-color: #4512db;
    color: #fff;
}

.item-list03 .item-box03 .logo-area {
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.item-list03 .item-box03 .logo-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-list03 .item-box03 .badge {
    width: 100%;
    height: 38px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.125rem;
    background: #fff url(../img/img-search.png) 0 center/38px no-repeat;
}
.badge-area span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.375rem;
    padding: 0.375rem 1rem;
    border-radius: 1.5rem;
    background: var(--color-lightgray);
    font-size: 0.813rem;
}
.badge-area .badge01 {
    background: var(--color-basic);
    color: #fff;
}
.badge-area .badge02 {
    background: var(--color-secondary);
    color: #fff;
}
.badge-area .badge03 {
    background: var(--color-calm);
}
/* 기업 상세 */
.company-head .company-visual {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 1.5rem;
}
.company-head .company-visual > img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.company-head .company-visual:after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.company-head .company-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    z-index: 1;
}
.company-head .company-logo .img-box {
    height: 110px;
    border: 1px solid var(--color-lightgray);
    border-radius: 0.75rem;
    background: #fff;
    overflow: hidden;
}
.company-head .company-logo img {
    width: 50%;
}
.company-head .company-info {
    width: 100%;
}
.company-head .company-info dl {
    flex: 1 1;
    margin-right: 2%;
    padding: 0.75rem 0;
}
.company-head .company-info dl:nth-child(2) {
    margin-right: 0;
}
.company-head .company-info dt {
    width: 120px;
    text-align: center;
    background: var(--color-secondary);
    padding: 0.5rem 1rem;
    border-radius: 0.385rem;
    margin-right: 1rem;
    color: #fff;
}
.company-head .company-info dd {
    flex: 1;
    padding: 0.5rem 1rem;
    border-radius: 0.385rem;
    background: #f8f8f8;
    border: 1px solid var(--color-lightgray);
}
.company-head .company-desc dl {
    padding: 2rem;
    border-radius: 0.75rem;
    background: #f8f8f8;
    border: 1px solid var(--color-lightgray);
}
.company-detail .title-ico {
    width: 3.438rem;
    height: 3.438rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}
.company-detail .title-ico img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.company-hire .hire-item {
    width: 100%;
    margin: 0 0 1% 0;
    border: 1px solid var(--color-lightgray);
    border-radius: 0.75rem;
    padding: 1.25rem;
}
.company-hire .hire-item > div {
    width: 70%;
    line-height: 1.2;
}
.company-detail {
    line-height: 1.6;
}
.company-detail .video-area {
    height: 560px;
}
.company-detail .video-area iframe {
    width: 100%;
    height: 100%;
}
.company-welf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
    grid-row-gap: 50px;
}
.welf-item .icon {
    width: 42px;
    height: 42px;
    margin-right: 0.375rem;
    background: var(--color-lightgray);
}
.welf-item .icon.welf-01 {
    background: url(../img/icon-welf01.svg) center/contain no-repeat;
}
.welf-item .icon.welf-02 {
    background: url(../img/icon-welf02.svg) center/contain no-repeat;
}
.welf-item .icon.welf-03 {
    background: url(../img/icon-welf03.svg) center/contain no-repeat;
}
.welf-item .icon.welf-04 {
    background: url(../img/icon-welf04.svg) center/contain no-repeat;
}
.welf-item .icon.welf-05 {
    background: url(../img/icon-welf05.svg) center/contain no-repeat;
}
.welf-item .icon.welf-06 {
    background: url(../img/icon-welf06.svg) center/contain no-repeat;
}
.welf-item .icon.welf-07 {
    background: url(../img/icon-welf07.svg) center/contain no-repeat;
}
.welf-item .icon.welf-08 {
    background: url(../img/icon-welf08.svg) center/contain no-repeat;
}
.welf-item .icon.welf-09 {
    background: url(../img/icon-welf09.svg) center/contain no-repeat;
}
.welf-item .icon.welf-10 {
    background: url(../img/icon-welf10.svg) center/contain no-repeat;
}

.welf-item .welf-log .log-item {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}
.welf-item .welf-log .log-item:before {
    display: block;
    clear: both;
    content: '';
    width: 3px;
    height: 3px;
    background: var(--color-dark);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-1.5px);
}
.process-area .proc-item {
    position: relative;
    width: 160px;
    height: 160px;
    margin-right: 3%;
    padding: 1rem;
    border-radius: 4rem 0.5rem 4rem 0.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border: 3px solid #f1f1f1;
}
.process-area .proc-item strong {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
}
.process-area .proc-item span {
    font-size: 1.25rem;
    line-height: 1.2;
}
.process-area .proc-item:before {
    position: absolute;
    top: 50%;
    right: -25px;
    display: block;
    clear: both;
    content: '';
    width: 10px;
    height: 24px;
    background: url(../img/icon-arrow.svg) center/contain no-repeat;
    transform: rotate(180deg);
}
.process-area .proc-item:last-child:before {
    display: none;
}
.process-area .proc-item:after {
    display: block;
    clear: both;
    content: '';
    width: 140px;
    height: 140px;
    position: absolute;
    top: 7px;
    left: 8px;
    border: 3px solid;
    border-radius: 3.5rem 0.5rem 3.5rem 0.5rem;
    box-sizing: border-box;
}
.process-area .proc-item:first-child:after {
    border-color: #8967de;
}
.process-area .proc-item:nth-child(2):after {
    border-color: #9973f7;
}
.process-area .proc-item:nth-child(3):after {
    border-color: #ad8df7;
}
.process-area .proc-item:nth-child(4):after {
    border-color: #5f84dd;
}
.process-area .proc-item:nth-child(5):after {
    border-color: #6a93f7;
}
.process-area .proc-item:last-child:after {
    border-color: #88a8f9;
}
.process-area .proc-item:first-child strong {
    background: #8967de;
}
.process-area .proc-item:nth-child(2) strong {
    background: #9973f7;
}
.process-area .proc-item:nth-child(3) strong {
    background: #ad8df7;
}
.process-area .proc-item:nth-child(4) strong {
    background: #5f84dd;
}
.process-area .proc-item:nth-child(5) strong {
    background: #6a93f7;
}
.process-area .proc-item:last-child strong {
    background: #88a8f9;
}

.resume-area .res-item {
    width: 100%;
    padding: 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--color-lightgray);
    background: #f8f8f8;
    line-height: 1.6;
}
.line-box {
    border-radius: 0.75rem;
    border: 1px solid var(--color-lightgray);
    padding: 1.5rem;
    background: #f8f8f8;
}
.rc-logo-wrap {
}
.rc-logo-wrap .logo-item {
    width: 23%;
    margin: 1%;
    border: 1px solid var(--color-lightgray);
    background: #fff;
}
.rc-logo-wrap .logo-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.rc-logo-wrap .logo-item img {
    width: 65%;
    height: 90%;
    object-fit: contain;
}
.popup[data-popup='popup-recruit'] dl,
.popup[data-popup='popup-apply'] dl {
    border-bottom: 1px solid #f1f1f1;
    padding: 0.5rem 0;
}
.popup[data-popup='popup-recruit'] dl:first-of-type,
.popup[data-popup='popup-apply'] dl:first-of-type {
    border-top: 1px solid var(--color-dark);
}
.popup[data-popup='popup-recruit'] dt,
.popup[data-popup='popup-apply'] dt {
    width: 120px;
}
.shcedule-sort select {
    background-color: #fff;
}
.scedule-help p img {
    vertical-align: bottom;
}
.sc-table-scroll {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1.5rem;
}
.schedule-table .block {
    height: 34px;
}
.schedule-table .none {
    background: #f8f8f8;
    cursor: default;
}
.schedule-table .pick {
    background: url(../img/person-blue.svg) center/contain no-repeat;
}
.schedule-table .pick:hover {
    background-color: #d0f1ff;
}
.schedule-table .disable {
    background: url(../img/person-gray.svg) center/contain no-repeat;
    cursor: default;
}
.schedule-table th {
    line-height: 1.2;
    padding: 8px;
}
.schedule-table th,
.schedule-table td {
    min-width: 80px;
}
.sc-table-scroll {
    overflow-x: scroll;
}
.schedule-table th.sticky,
.schedule-table td.sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    border-right: 1px solid #c1c1c1;
    background: var(--color-papaya);
}
.popup[data-popup='popup-apply'] .text-area {
    padding: 1rem;
    background: #f8f8f8;
    border: 1px solid var(--color-lightgray);
    border-radius: 0.5rem;
}
/*=========================================================================
* 올인원패키지
===========================================================================*/
.jaso-item {
    width: 31%;
    border: 1px solid var(--color-lightgray);
    border-radius: 2rem;
    padding: 1.5rem;
}
.jaso-item .title-04 {
    height: 65px;
}
.jaso02-img .img-box {
    width: 50%;
}
.jaso03-img .item {
    width: 40%;
    margin: 0 2rem;
    padding: 2.5rem 2rem;
    border: 1px solid var(--color-lightgray);
    border-radius: 2rem;
}
.jaso03-img .img-box {
    border-radius: 1rem;
    overflow: hidden;
}
.jaso03-img .item .text-area {
    line-height: 1.6;
}
.jaso03-img .item .text-area .point:after {
    top: 15px;
}
.ao-page02 .process-area .proc-item02 .icon,
.ao-page04 .process-area .proc-item02 .icon,
.su-page03 .process-area .proc-item02 .icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid var(--color-lightgray);
}
.ao-page02 .process-area .proc-item02 .icon,
.ao-page04 .process-area .proc-item02 .icon,
.su-page03 .process-area .proc-item02 .icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid var(--color-lightgray);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.ao-page02 .process-area .proc-item02 .icon img,
.ao-page04 .process-area .proc-item02 .icon img,
.su-page03 .process-area .proc-item02 .icon img {
    width: 50%;
}
.ao-page02 .process-area .proc-item02,
.su-page03 .process-area .proc-item02,
.ao-page04 .process-area .proc-item02 {
    position: relative;
    margin-right: 10%;
}

.ao-page02 .process-area .proc-item02:after,
.ao-page04 .process-area .proc-item02:after,
.su-page03 .process-area .proc-item02:after {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: 50%;
    right: -45%;
    transform: translate(-100%, -50%) rotate(180deg);
    width: 14px;
    height: 24px;
    background: url(../img/icon-arrow.svg) center/contain no-repeat;
}
.ao-page02 .process-area .proc-item02:last-child,
.ao-page04 .process-area .proc-item02:last-child,
.su-page03 .process-area .proc-item02:last-child {
    margin-right: 0;
}
.ao-page02 .process-area .proc-item02:last-child:after,
.ao-page04 .process-area .proc-item02:last-child:after,
.su-page03 .process-area .proc-item02:last-child:after {
    display: none;
}

.ao-page03 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.ao-page03 .grid a {
    margin: 0 4px 4px 0;
}
.ao-page03 .grid .grid-7 {
    grid-row: 3;
    grid-column: 1/4;
}
.ao-page03 article,
.ao-page04 .box,
.su-page03 article {
    padding: 2.5rem;
    border-radius: 2rem;
    background: #f8f8f8;
}
.ao-page03 .box .img-area {
    width: 40%;
}
.ao-page04 .badge {
    width: 65px;
    text-align: center;
}
.ao-page04 .qr-img {
    width: 170px;
}
/*=================================================================================
* 마이페이지
=================================================================================*/
.noti-area {
    padding: 2rem;
    border-radius: 1.5rem;
}
.my-page02 .table-cell a:hover {
    text-decoration: underline;
}
.my-page02 .table-wrap .row dt.cols {
    font-weight: bold;
    width: 200px;
    background: #f8f8f8;
}
.my-page02 .table-wrap .row dd.cols {
    flex: 1;
}
.my-page02 .table-wrap .row .cols {
    height: 50px;
    line-height: 42px;
    padding: 4px 8px;
    border-bottom: 1px solid #e1e1e1;
}
.my-page02 .table-wrap .row:last-of-type .cols {
    height: 54px;
}
.my-page02 .table-wrap dd .text-area {
    width: 100%;
    min-height: 120px;
    border: 1px solid #e1e1e1;
    border-radius: 0.375rem;
    margin-bottom: 4px;
    padding: 8px;
}
.my-page02 .table-wrap dd textarea {
    border: 0;
}
.my-page03 .box {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}
.my-page03 .box dl {
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
}
.my-page03 .box dl:first-of-type {
    border-top: 1px solid var(--color-dark);
}
.my-page03 .box dl dt {
    width: 160px;
    line-height: 50px;
    padding: 4px 8px;
    background: #f8f8f8;
}
.my-page03 .box dl dd {
    flex: 1;
    padding: 4px 8px;
}
.my-page03 .box .email-box > div {
    margin: 0 4px 0 0;
}
.my-page03 .box .email-box input[type='text'] {
    width: 140px;
}
.table-sort {
    padding: 1rem;
    border-radius: 1rem;
}
.com-page02 .welfare-chk > div {
    width: 20%;
}
.com-page02 .welfare-chk .custom-checkbox {
    margin: 0 0 1% 0;
}
/*=================================================================================
* 금융권 직무백서
=================================================================================*/

.iframe-area {
    width: 100%;
    height: 1000px;
}
.iframe-area iframe {
    width: 100%;
    height: 100%;
}
/*=================================================================================
* 약관
=================================================================================*/
.termsPage .inner {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 80vh;
}
/*=================================================================================
* 창업지원
=================================================================================*/
.su-page01 .su-list .item {
    text-align: left;
}
.su-page01 .su-list .item h4 {
    width: 240px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 40px;
    background: var(--color-secondary);
    color: #fff;
}
.su-page01 .su-list .item p {
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}
.su-page01 .su-list .item p:before {
    display: block;
    clear: both;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color-dark);
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
.sup-01 .img-box {
    width: 40%;
    height: 500px;
    background: #f8f8f8;
}
.su-page02 .box {
    position: relative;
}
.su-page02 .box .text-area {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.su-page02 .logo-list .item,
.su-page03 .logo-list .item {
    width: 25%;
    height: 80px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid var(--color-lightgray);
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.su-page02 .logo-list .item img,
.su-page03 .logo-list .item img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin: 0 auto;
}
/*=================================================================================
* 프로그램
=================================================================================*/
.video-list .video-item {
    position: relative;
    width: calc(98% / 3);
    border: 1px solid var(--color-lightgray);
    padding: 1.25rem;
    margin: 0 1% 2rem 0;
    border-radius: 0.875rem;
}
.video-list .video-item:nth-of-type(3n) {
    margin-right: 0;
}
.video-list .video-item .thumbnail {
    width: 100%;
    height: 200px;
    background: #f8f8f8;
}
.video-list .video-item .thumbnail video,
.video-list .video-item .thumbnail iframe {
    width: 100%;
    height: 100%;
}
.pr-page01 .text-area {
    margin-right: 5rem;
}
.pr-page01 .img-area,
.pr-page06 .img-area,
.pr-page07 .img-area,
.pr-page08 .img-area,
.pr-page09 .img-area,
.pr-page10 .img-area {
    width: 80%;
    margin: 0 auto 3.5rem;
}
.pr-page01 dt .badge,
.pr-page06 .text-area .badge,
.pr-page07 .text-area .badge,
.pr-page08 .text-area .badge,
.pr-page09 .text-area .badge {
    width: 80px;
    text-align: center;
}
.pr-page06 .pt-item .img,
.pr-page07 .pt-item .img,
.pr-page08 .pt-item .img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--color-lightgray);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pr-page06 .pt-item .img img,
.pr-page07 .pt-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}
.pr-page08 .pt-item .img img {
    width: 80%;
    object-fit: contain;
}

/*=================================================================================
* 아카데미
=================================================================================*/
/* .ac-page02 .box .text-area {
    width: 50%;
} */
.ac-page02 .comm-img {
    width: 50%;
    max-width: 300px;
}
.ac-page02 .img-area ul {
    justify-content: space-between;
}
.ac-page02 .img-area li {
    text-align: center;
    width: 30%;
    margin-bottom: 2rem;
}
.ac-page02 .img-area li img {
    border: 1px solid var(--color-lightgray);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-page01 .table-wrap:first-of-type {
    overflow-x: scroll;
}
/*=================================================================================
* 모의고사
=================================================================================*/
#Container.Testpopup {
    width: 800px;
    margin: 0 auto;
}
.testpop-head {
    border-bottom: 1px solid var(--color-lightgray);
    padding: 15px 0 15px 180px;
    background: var(--color-secondary) url(../img/img-test.png) -1px 0/185px no-repeat;
}
.testpop-head * {
    color: #fff;
}
.Testpopup .ans-box {
    padding: 1.5rem 1rem;
    background: #f7f7f7;
}
.Testpopup .ans-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-basic);
    font-size: 1.313rem;
    text-align: center;
    margin-right: 10px;
    background: #fff;
}
.Testpopup .ans-box a.check {
    background: var(--color-basic);
    color: #fff;
}
/*=================================================================================
* 로그인 인증
=================================================================================*/
.login-select {
    width: 100%;
}
.login-box {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
}

.login-box .img-area {
    width: 140px;
    height: 140px;
    margin-right: 20px;
}
.login-box .btn {
    margin: 0;
}
.login-box .text-area {
    text-align: center;
    flex: 1;
}
/*=================================================================================
* 성적확인 팝업
=================================================================================*/
.popup[data-popup='popup-confirm'] .img-area {
    position: relative;
    padding: 20px 0;
}
.popup[data-popup='popup-confirm'] .img-area .text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
}
.popup[data-popup='popup-confirm'] dl {
    flex: 1;
}
.popup[data-popup='popup-confirm'] dl dt {
    border-top: 1px solid var(--color-dark);
    border-bottom: 1px solid var(--color-lightgray);
    padding: 8px;
}

.conference-list h3 { font-size: 24px; }
.conference-list .cl-summary { display: flex; justify-content: space-around; margin-bottom: 50px; }
.cl-summary .video-area { width: 40%; height: 288px;  }
.cl-summary .text { width: 50%; }
.cl-summary .text h3 { margin-bottom: 20px; }
.cl-summary .text span { display: block; border-top: solid 1px #e1e1e1; border-bottom: solid 1px #e1e1e1; padding: 20px 0; }

/*=================================================================================
* 채용 캘린더
=================================================================================*/
.title-year { display: flex; align-items: center; margin-bottom: 20px; font-size: 21px; }
.title-year h3 { margin-right: 20px; }
.title-year .custom-select { width: 140px; position: relative; user-select: none; }
.select-selected { cursor: pointer; }
.select-selected:after { content: ""; position: absolute; top: 7px; background: url("../img/location-arrow.svg") no-repeat; width: 17px; height: 12px; margin-left: 10px; }
.select-selected.select-arrow-active:after { transform: rotate(180deg); }
.select-items { position: absolute; background-color: #f1f1f1; width: 100%; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); z-index: 99; border-radius: 4px; border: 1px solid #ddd; }
.select-items div { padding: 10px; cursor: pointer; }
.select-items div a { color: #001541!important; display: block; width: 100%; height: 100%; }
.select-items div:hover { background-color: #ddd; }
.select-hide { display: none; }

.calendar-wrap { background-color: #f7f7f7; border: solid 1px #e1e1e1; display: flex; justify-content: space-between; align-items: flex-start; }
.calendar-wrap .calendar-box { background-color: #fff; border-right: solid 1px #e1e1e1; width: 65%; }
.calendar-wrap .calendar-box .thead { border-bottom: solid 1px #999; }
.calendar-wrap .calendar-box .thead dl { display: flex; align-content: center; }
.calendar-wrap .calendar-box .thead dl dt:nth-child(7) { border-right: 0; }
.calendar-wrap .calendar-box .thead dl dt { width: 14.28%; display: flex; flex-direction: column; align-items: center; padding: 15px 0; border-right: solid 1px #e1e1e1; }
.calendar-wrap .calendar-box .thead dl dt span { font-size: 18px; color: #121212; font-weight: 700; margin-bottom: 5px; }
.calendar-wrap .calendar-box .thead dl dt em { font-size: 13px; color: #666; }
.calendar-wrap .calendar-box .body dl:last-child { border-bottom: 0; }
.calendar-wrap .calendar-box .body dl { display: flex; flex-wrap: wrap; border-bottom: solid 1px #e1e1e1; }
.calendar-wrap .calendar-box .body dl dd { width: 14.28%; min-height: 94px; border-right: solid 1px #e1e1e1; padding: 15px;  }
.calendar-wrap .calendar-box .body dl dd a { width: 100%; height: 100%; display: block; }
.calendar-wrap .calendar-box .body dl dd a em { display: block; margin-bottom: 7px; }
.calendar-wrap .calendar-box .body dl dd:nth-child(7) { border-right: 0; }
.calendar-wrap .calendar-box .body dl dd div { display: flex; align-items: center; color: #12AC66; font-weight: 700; }
.calendar-wrap .calendar-box .body dl dd i.icon-page { margin-right: 5px;  width: 14px; height: 16px; background: url(../img/icon_page.svg) no-repeat; }
.calendar-wrap .calendar-box .body dl dd .block { color: #ccc; }

.calendar-wrap .jobpost-list { width: 35%; padding: 30px; height: 100%; }
.calendar-wrap .jobpost-list h3 { font-size: 24px; margin-bottom: 30px; text-align: center; }
.calendar-wrap .jobpost-list h3 span { display: block; margin-top: 8px; color: #747474; font-size: 14px; font-weight: normal; }
.calendar-wrap .jobpost-list ul li a { border-radius: 5px; background-color: #12AC66; width: 100%; padding: 15px; font-size: 18px; margin-bottom: 10px; color: #fff; display: block;  height: 100%; font-weight: 700; }
.calendar-wrap .jobpost-list ul li a:hover { background-color: #008347; }

@media(max-width: 768px) {
    /* 768px 레이아웃 */
	.conference-list .cl-summary { flex-wrap: wrap; }
	.cl-summary .video-area { width: 100%; height: 208px;  }
	.cl-summary .text { width: 100%; }
	.main-banner.style02 { height: 70vh; }
	.main-banner.style02 .inner { height: 60vh; }
	.calendar-wrap { flex-direction: column; }
	.calendar-wrap .calendar-box { border-right: 0; }
	.calendar-wrap .calendar-box, .calendar-wrap .jobpost-list { width: 100%; }
	.calendar-wrap .calendar-box .thead dl dt span { display: none; }
	.calendar-wrap .calendar-box .body dl dd { padding: 5px; }
	.calendar-wrap .calendar-box .body dl:last-child { border-bottom: solid 1px #e1e1e1; }
}

