@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;
}
.visual {
    height: 940px;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    background-color: #020A2F;
    padding: 0 210px;
    background: url("../img/visual-bg.jpg") center no-repeat; 
    background-size: cover;
}
.visual .inner {
    width: 100%;
    max-width: 1920px !important;
    padding: 0 !important;
    position: relative;
    height: 100%;
}
.visual .inner .visual-box { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; }
.visual .inner .visual-box span { display: block; }
.visual .inner .visual-box span:nth-child(1) { margin-bottom: 20px; }

.main-fair-info { text-align: center; }
.main-fair-info h3 { margin: 70px 0 30px; font-size: clamp(18px, 1.406vw, 27px); position: relative; color: #3891D1; }
.main-fair-info h3::after { content: ""; position: absolute; width: 100px; height: 3px; background-image: linear-gradient(to right, #5EC455 0%, #3891D1 100%); left: 50%; bottom: -10px; transform: translateX(-50%); }
.main-fair-info h3:nth-child(1) { margin-top: 0; }
.main-fair-info div { font-size: clamp(16px, 1.094vw, 21px); }
.main-fair-info .point { font-size: clamp(16px, 1.771vw, 34px); }
.main-fair-info .point:after { display: none; }
@keyframes moveShape1 {
    0% {
        left: 0;
        top: 0;
    }
    50% {
        left: 160px;
        top: 0;
    }
    100% {
        left: 0;
        top: 0;
    }
}
@keyframes moveShape2 {
    0% {
        left: 0;
        top: 0;
    }
    50% {
        left: 0px;
        top: 160px;
    }
    100% {
        left: 0;
        top: 0;
    }
}
@keyframes moveShape3 {
    0% {
        left: 0;
        top: 0;
    }
    50% {
        left: 320px;
        top: 0;
    }
    100% {
        left: 0;
        top: 0;
    }
}
.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: 50%;
}
.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: #F0F6FF;
}
.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.section03 {
    background: #E7385D;
}
.m-section.section07 {
    background: #f7f7f7;
}
.m-section.section03 h2, .m-section.section03 h3, .m-section.section03 p {
    color: #fff;
}
/*=========================================================================
* 서브페이지 
===========================================================================*/
.subPage .inner {
    width: 100%;
    max-width: 1280px;
    padding: 7rem 0;
	position: relative;
}
.sub-visual {
    height: 260px;
    background-color: #010327;
}
.sub-visual.visual01 {
    background: #010327 url("../img/sub-bg.svg") right 0 bottom -140px/ 30% no-repeat;
}
.sub-visual.visual02 {
    background: #010327 url("../img/sub-bg.svg") right 0 top -20px/ 30% no-repeat;
}
.sub-visual.visual03 {
    background: #010327 url("../img/sub-bg.svg") right 20px bottom -160px/ 30% no-repeat;
}
.sub-visual.visual04 {
    background: #010327 url("../img/sub-bg.svg") right 0 bottom -130px/ 30% no-repeat;
}
.sub-visual.visual05 {
    background: #010327 url("../img/sub-bg.svg") right 40px top -90px/ 30% no-repeat;
}
.sub-visual .text-area .title-04 {
    font-size: 2.375rem;
    margin-bottom: 10px;
}
.sub-visual .text-area * {
    color: var(--color-white);
}
.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;
    font-size: 1rem;
}
.sub-tabItem a.active {
    background: var(--color-secondary);
    color: var(--color-white);
}
.sub-section .top-title {
    display: inline-block;
    font-size: 1.54rem;
    background-color: #01134B;
    border-radius: 34px;
    padding: 0 40px 0 74px;
    color: #fff;
    position: relative;
    height: 54px;
    line-height: 54px;
}
.sub-section .top-title::before {
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #34BDE5;
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}
.sub-section .top-title.icon-01::before {
    background: #34BDE5 url(../img/title-bg-01.svg) no-repeat;
}
.sub-section .top-title.icon-02::before {
    background: #34BDE5 url(../img/title-bg-02.svg) no-repeat;
}
.sub-section .top-title.icon-03::before {
    background: #34BDE5 url(../img/title-bg-03.svg) no-repeat;
}
.sub-section .top-title.icon-04::before {
    background: #34BDE5 url(../img/title-bg-04.svg) no-repeat;
}
.sub-section .top-title2 {
    display: inline-block;
    font-size: 1.54rem;
    background-color: #213F9A;
    border-radius: 34px;
    padding: 0 40px 0 74px;
    color: #fff;
    position: relative;
    height: 54px;
    line-height: 54px;
}
.sub-section .top-title2::before {
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #34BDE5;
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}
.sub-section .top-title2.icon-01::before {
    background: #0386D4 url(../img/title-bg-05.svg) no-repeat;
}
.sub-section .top-title2.icon-02::before {
    background: #0386D4 url(../img/title-bg-06.svg) no-repeat;
}
.sub-section .top-title2.icon-03::before {
    background: #0386D4 url(../img/title-bg-07.svg) no-repeat;
}
.sub-section .top-title3 {
    display: inline-block;
    font-size: 1.54rem;
    background-color: #E7385D;
    border-radius: 34px;
    padding: 0 40px 0 74px;
    color: #fff;
    position: relative;
    height: 54px;
    line-height: 54px;
}
.sub-section .top-title3::before {
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #34BDE5;
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}
.sub-section .top-title3.icon-01::before {
    background: #FFB700 url(../img/title-bg-08.svg) no-repeat;
}
.sub-section .top-title3.icon-02::before {
    background: #FFB700 url(../img/title-bg-09.svg) no-repeat;
}
.sub-section .top-title4 {
    display: inline-block;
    font-size: 1.54rem;
    background-color: #AFC81E;
    border-radius: 34px;
    padding: 0 40px 0 74px;
    color: #fff;
    position: relative;
    height: 54px;
    line-height: 54px;
}
.sub-section .top-title4::before {
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #34BDE5;
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}
.sub-section .top-title4.icon-01::before {
    background: #0386D4 url(../img/title-bg-10.svg) no-repeat;
}
.sub-section .top-title5 {
    display: inline-block;
    font-size: 1.54rem;
    background-color: #48AD67;
    border-radius: 34px;
    padding: 0 40px 0 74px;
    color: #fff;
    position: relative;
    height: 54px;
    line-height: 54px;
}
.sub-section .top-title5::before {
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #34BDE5;
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}
.sub-section .top-title5.icon-01::before {
    background: #AFC81E url(../img/title-bg-11.svg) no-repeat;
}
.sub-section .top-title5.icon-02::before {
    background: #AFC81E url(../img/title-bg-12.svg) no-repeat;
}
/*=========================================================================
* 행사소개
===========================================================================*/
.fi-page01 .info-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fi-page01 .info-area .img-box {
    width: 35%;
    margin-right: 3.125rem;
}
.fi-page01 .cont-area {
    position: relative;
    width: 55%;
}
.fi-page01 .cont-area dl:nth-child(2) {
    border-top: 1px solid var(--color-lightgray);
}
.fi-page01 .cont-area dl {
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--color-lightgray);
    align-items: center !important;
}
.fi-page01 .cont-area dt {
    width: 80px;
}
.fi-page01 .cont-area dd {
    flex: 1;
}
.fi-page01 .cont-area dd span {
    margin-right: 10px;
}
.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: #fff;
    padding: 1rem 0;
}
.info-program .ip-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-program .ip-item .text-area {
    flex: 1;
}
.cont-area .cont-area2 h3 {
    color: var(--color-secondary);
    margin: 50px 0 10px;
    font-size: 1.5rem;
}
.cont-area .cont-area2 ul {
    display: flex;
    margin-top: 20px;
    width: 100%;
    justify-content: space-between;
}
.cont-area .cont-area2 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    border: solid 1px #e1e1e1;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
.cont-area .cont-area2 ul li strong {
    display: block;
}
.cont-area .cont-area2 ul li span {
    display: block;
    text-align: center;
}
.cont-area .cont-area2 ul li::after {
    content: ">";
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}
.cont-area .cont-area2 ul li:nth-child(3)::after {
    display: none;
}
.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;
}
.map-info {}
.map-info h3 {
    display: flex;
    align-items: center;
    margin: 50px 0 10px;
	color: #213F9A;
}
.map-info h3 i {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.map-info ul {
    margin-left: 44px;
}
.map-info ul li {
    margin-bottom: 20px;
}
.map-info ul li strong {
    display: block;
    margin-bottom: 10px;
}
.map-info ul li:last-child {
    margin-bottom: 0;
}
.map-info ul li p {
    line-height: 24px;
    color: #747474;
}
.map-info li .bus-01 {
    color: #2F5AE6;
}
.map-info li .bus-02 {
    color: #3CC344;
}
.map-info li .bus-03 {
    color: #FF433C;
}
/*=========================================================================
* 로그인
===========================================================================*/
.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: 20%;
    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 .input-box input[type="date"] {
    background: url('../img/calendar.svg') center right 10px no-repeat;
    background-size: 16px;
    cursor: pointer;
    text-indent: 5px;
}
.input-area .input-box input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}
.input-area.id-pair .input-box input[type='text'] {
    flex: none;
    width: calc(100% - 23%);
}
.input-area .input-box .btn {
    height: 42px;
    line-height: 42px;
    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 {
    
}
.scroll-y {
    height: 240px;
    overflow-y: auto;
}
.loginPage .id-box {
    padding: 2.5rem;
    border-radius: 1rem;
}
.input-box .join-duty {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
}
.join-duty li {
    width: 49.5%;
    margin: 2px 0;
}
.join-duty input {
    display: none;
}
.join-duty label {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100% !important;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.join-duty input:checked + label {
    background: #213F9A;
    color: #fff;
    border-color: #213F9A;
}
.join-duty label:hover {
    background: #213F9A;
    color: #fff;
}
/*=========================================================================
* 검색
===========================================================================*/
.search-form {
	margin-top: 30px;
}
.search-form form { 
	border-top: solid 1px var(--color-lightgray);
}
.search-form dl {
	border-bottom: solid 1px var(--color-lightgray);
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px; 
}
.search-form dt { 
	width: 12%; 
}
.search-form dd { 
	display: flex; flex-wrap: wrap; width: 85%; 
}
.search-form dd div { 
	width: 16%;
}
.search-form dd .check {
    margin: 3px 20px;
    display: flex;
    align-items: center;
}
.search-form dd .check input {
    display: none;
}
.search-form dd .check label {
    letter-spacing: -0.025em;
    height: 24px;
    line-height: 24px;
    background-repeat: no-repeat;
    background: url(../img/check-box.svg) no-repeat;
    background-position: left top;
    padding-left: 34px;
    cursor: pointer;
	font-size: 15px;
}
.search-form dd .check input:checked+label { 
	background: url("../img/check-box-active.svg") no-repeat; 
}
.search-input {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.search-input .btn-reset {
    padding: 5px 20px;
    background-color: var(--color-dark);
    border-radius: 20px;
    color: var(--color-white);
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.search-input .btn-search {
    padding: 5px 20px;
    background-color: var(--color-secondary);
    border-radius: 20px;
    color: var(--color-white);
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

/*=========================================================================
* 공지사항
===========================================================================*/
.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;
    border: 1px solid var(--color-lightgray);
    border-radius: 10px;
    overflow: hidden;
}
.item-list03 .item-box03:hover {
    border: 1px solid var(--color-secondary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.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 .text-area, .item-list03 .item-box03 dl {
    padding: 1.45rem;
}
.item-list03 .item-box03 dl {
    background-color: #F0F6FF;
}
.item-list03 .item-box03 dl dd:nth-child(1) {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-list03 .item-box03 dl dd:nth-child(2), .item-list03 .item-box03 dl dd:nth-child(3) {
    margin-bottom: 5px;
}
.item-list03 .item-box03 dl dd {
    display: flex;
}
.item-list03 .item-box03 dl dd strong {
    display: block;
    width: 30%;
}
.item-list03 .item-box03 dl dd span {
    display: block;
    width: 70%;
    color: var(--color-secondary);
}
.item-list03 .item-box03 .logo-area {
    width: 100%;
    height: 80px;
    overflow: hidden;
    padding: 1.45rem 1.45rem 0 1.45rem;
}
.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;
}
/*=========================================================================
* 상세정보
===========================================================================*/
.com-info { 
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.com-info .logo { 
	width: 30%;
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.com-info .logo img { 
	width: 60%; 
}
.com-info .info-text { 
	width: 65%; 
}
.com-info .info-text strong {
	font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.com-info .info-text p {
	line-height: 24px;
}
.summary { 
	display: flex; 
	flex-wrap: wrap; 
}
.summary dd { 
	width: 50%; 
	display: flex;
	margin-bottom: 5px; 
}
.summary dd label {
	width: 25%;
    background-color: var(--color-secondary);
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}
.summary dd span {
	width: 70%;
	padding: 10px;
}
.view-map {
	margin: 20px 0;
    border: solid 1px #e1e1e1;
	border-radius: 10px;
	padding: 20px;
}
.view-title {
    font-size: 21px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 30px;
}
.view-title a {
	background-color: var(--color-secondary);
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.job-post-01 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
    border: solid 1px #e1e1e1;
    padding: 30px 0;
    border-radius: 10px;
}
.job-post-01 li {
	display: flex;
	flex-direction: column;
    align-items: center;
}
.job-post-01 li strong, .job-post-01 li span {
	display: block;
	margin-top: 10px;
}
.job-post-02 {
	border-top: solid 1px #e1e1e1;
}
.job-post-02 dl {
	border-bottom: solid 1px #e1e1e1;
    display: flex;
    flex-wrap: wrap;
}
.job-post-02 dl dt {
	padding: 20px;
    font-weight: bold;
    width: 20%;
    background-color: #f7f7f7;
}
.job-post-02 dl dd {
	width: 80%;
	padding: 20px;
}
.job-post-02 p { 
	margin-top: 10px; 
}
.job-post-02 p strong { 
	color: var(--color-danger); 
}
.job-post-02 .rc-proc-view { 
	display: flex; 
	align-items: center;
}
.job-post-02 .rc-proc-view li { 
	margin-right: 20px; 
	display: flex;
}
.job-post-02 .rc-proc-view li::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/s-arrow.svg) no-repeat;
	margin: 3px 0px 0 20px;
}
.job-post-02 .rc-proc-view li:last-child { 
	margin-right: 0; 
}
.job-post-02 .rc-proc-view li:last-child::after {
	display: none;
}

/*=========================================================================
* 올인원패키지
===========================================================================*/
.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;
	flex-wrap: wrap;
}
.com-page02 .welfare-chk > div {
    width: 20%;
}
.com-page02 .welfare-chk .custom-checkbox {
    margin: 0 0 1% 0;
}
.my-summary {
    margin-bottom: 30px;
}
.my-summary .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}
.my-summary .profile p {
    margin: 10px 0;
}
.works h3 {
    margin-bottom: 10px;
}
.works ul {}
.works ul li {
    margin-right: 20px;
    text-align: center;
    border: solid 1px #e1e1e1;
    padding: 10px;
    width: 140px;
    border-radius: 10px;
}
.works ul li.active {
    border: solid 1px #213F9A;
}
.mypage-title h2 {
    font-size: 21px;
    margin-bottom: 20px;
}
.form-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border-bottom: solid 1px #e1e1e1;
}
.form-item .title {
    width: 20%;
}
.form-item .input-box {
    width: 80%;
}
.form-wrap {
    margin-bottom: 30px;
}
.form-wrap ul.cf {
    border-top: solid 1px #e1e1e1;
}
.form-wrap .input-box .tip {
    margin-top: 10px;
    font-size: 15px;
}
.form-wrap .input-box span {
    margin-right: 5px;
}
.button-wrap {
    text-align: center;
}
/*=================================================================================
* 직무백서
=================================================================================*/
.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;
}

/*=================================================================================
* 모의고사
=================================================================================*/
#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;
    }
    .cont-area .cont-area2 ul li::after {
        right: -14px;
    }
}
/*=================================================================================
* 이력서
=================================================================================*/
.check__item {
    display: flex;
    flex-direction: column;
}

.check__item label {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.default__check[type=checkbox],
.default__check[type=radio] {
    display: none;
}

.default__check[type=checkbox] ~ .custom__check,
.default__check[type=radio] ~ .custom__check {
    display: flex;
    align-items: center;
    height: 16px;
    border: 1px solid #E1E1E1;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}

.default__check[type=checkbox] ~ .custom__check:after,
.default__check[type=radio] ~ .custom__check:after {
    content: "";
    display: inline-block;
    position: absolute;
    transition: all 0.4s ease;
	left: 5px;
    top: 3px;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check,
.default__check[type=radio]:not(.switchbox) ~ .custom__check {
    justify-content: center;
    width: 16px;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check:after,
.default__check[type=radio]:not(.switchbox) ~ .custom__check:after {
    visibility: hidden;
}

.default__check[type=checkbox].switchbox + .custom__check,
.default__check[type=radio].switchbox + .custom__check {
    width: 32px;
}

.default__check[type=checkbox].switchbox + .custom__check:after,
.default__check[type=radio].switchbox + .custom__check:after {
    transform: scale(1.5);
    left: 4px;
}

.default__check[type=checkbox].switchbox:not(:checked) ~ .custom__check:after,
.default__check[type=radio].switchbox:not(:checked) ~ .custom__check:after {
    background-color: #000;
}

.default__check[type=checkbox].switchbox:checked ~ .custom__check:after,
.default__check[type=radio].switchbox:checked ~ .custom__check:after {
    left: 20px;
}

.default__check[type=checkbox]:disabled ~ .custom__check,
.default__check[type=radio]:disabled ~ .custom__check {
    opacity: 0.3;
    cursor: not-allowed;
}

.default__check[type=checkbox]:checked ~ .custom__check,
.default__check[type=radio]:checked ~ .custom__check {
    background-color: #000;
}

.default__check[type=checkbox]:checked ~ .custom__check:after,
.default__check[type=radio]:checked ~ .custom__check:after {
    visibility: visible;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check {
    border-radius: 0.375rem;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check:after {
    height: 7px;
    width: 3px;
    margin-top: -1px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.default__check[type=radio] ~ .custom__check,
.default__check[type=checkbox].switchbox ~ .custom__check {
    border-radius: 50rem;
}

.default__check[type=radio] ~ .custom__check:after,
.default__check[type=checkbox].switchbox ~ .custom__check:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50rem;
}


.resume-form input[type="text"],
.resume-form select,
.resume-form textarea {
    border: solid 1px #ccc !important;
}

.default__check[type=checkbox] ~ .custom__check,
.default__check[type=radio] ~ .custom__check {
    border: solid 1px #ccc !important;
}

.resume-form {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
}

.resume-form .title-box {
    border: solid 2px var(--color-secondary);
}

.resume-form .title-box input[type="text"] {
    border: 0;
    max-width: 100% !important;
    width: 100% !important;
    height: 54px !important;
    line-height: 54px !important;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border: 0 !important;
}

.resume-form .title-box input::placeholder {
    font-weight: bold;
    font-size: 18px;
    text-indent: 0;
    text-align: center;
}

.resume-form h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.resume-form h4 {
    font-size: 21px;
    margin: 50px 0 10px;
    border-bottom: solid 2px var(--color-secondary);
	padding-bottom: 10px;
}

.resume-form h4 label {
    margin: 0 0 0 10px;
    font-weight: normal;
}

.resume-form h4 span {
    font-size: 13px;
    color: #888;
    margin-left: 10px;
    font-weight: 400;
}

.resume-form ul {
    width: 100%;
}

.resume-form ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.resume-form ul li .title {
    width: 200px;
    padding-left: 20px;
    font-weight: 500;
}

.resume-form .input-box {
    flex: 1;
    text-align: left;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.resume-form .input-box .btn-del {
    /* position: absolute;
    right: 0;
    top: 1px;*/
    background-color: #999;
}

.resume-form .input-box .btn-cancel {
    padding: 0 6px;
    background-color: #999;
    height: 21px;
    line-height: 18px;
    font-size: 14px;
    margin-left: 5px;
}

.resume-form .input-box .tip {
    margin-top: 10px;
}

.resume-form .input-box .multiplex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 15px;
}

.resume-form .input-box label.title {
    color: var(--color-secondary);
    font-weight: 700;
    padding-left: 0;
    width: 100% !important;
}

.resume-form .input-box .area-group {}

.resume-form input[type="text"].w-small {
    width: 20% !important;
}

.resume-form input[type="text"].w-full {
    width: 100% !important;
    margin-right: 0;
}

.resume-form input[type="text"] {
    display: block;
    width: 300px !important;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 8px;
}

.resume-form textarea.selftext {
    height: 500px;
}

.resume-form .auto input[type="text"] {
    width: inherit !important;
}

.resume-form em {
    float: left;
    line-height: 42px;
    margin-right: 10px;
}

.resume-form select,
.resume-form input[type="date"] {
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    margin-right: 10px;
    text-indent: 6px;
}

.resume-form select {
    padding: 0;
    min-width: 170px;
    float: left;
    margin-bottom: 8px;
}

.resume-form textarea {
    margin-bottom: 8px;
}

.resume-form input[type="date"] {
    border: solid 1px #e1e1e1;
    min-width: 160px;
}

.resume-form input[type="submit"] {
    width: auto;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    background: #232323;
    font-size: 16px;
}

.resume-form label {
    width: auto !important;
    margin-right: 20px;
    display: flex;
    align-items: center;
    line-height: 42px !important;
}

.resume-form label span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.resume-form button {
    height: 42px;
    line-height: 42px;
    background-color: var(--color-secondary);
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
}

.resume-form .sort {
    margin-right: 50px;
}

.resume-form .sort-b {
    margin-bottom: 10px;
}

.resume-form .photo {
    width: 27%;
}

.resume-form .photo .ph-box {
    border: solid 1px #e1e1e1;
    width: 200px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: inherit;
}

.resume-form .photo .ph-box span {
    margin-top: 0;
}

.resume-form .photo .ph-box span img {
    width: inherit !important;
    max-width: 100%;
}

.resume-form .photo span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.resume-form .default {
    width: 100%;
}

.resume-form .list-box {
    margin-top: 20px;
}

.resume-form .tip {
    margin-bottom: 10px;
    color: #AF125F;
}

.resume-form .tip i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background: url("../img/tip_icon.svg") no-repeat;
    vertical-align: middle;
}

.resume-form .tip2 {
    margin: 10px 0 0;
    color: #AF125F;
}

.resume-form table {}

.resume-form table th {
    text-align: center;
    border: solid 1px #ccc;
    padding: 5px 0;
    background-color: #f7f7f7;
}

.resume-form table td {
    text-align: center;
    border: solid 1px #ccc;
    padding: 5px 10px;
}

.resume-form .btn-wrap {
    text-align: center;
    padding: 30px 0;
}

.resume-view {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
}

.resume-view .title-box {
    border: solid 2px var(--color-secondary);
    text-align: center;
    font-size: 24px;
}

.resume-view .title-box {
    border: solid 2px #ccc;
    padding: 10px 0;
}

.resume-view .title-box input[type="text"] {
    border: 0;
    max-width: 100% !important;
    width: 100% !important;
    height: 54px !important;
    line-height: 54px !important;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.resume-view .title-box input::placeholder {
    font-weight: bold;
    font-size: 18px;
    text-indent: 0;
    text-align: center;
}

.resume-view h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.resume-view h4 {
    font-size: 21px;
    margin: 50px 0 0;
    border-bottom: solid 2px var(--color-secondary);
}

.resume-view h4 span {
    font-size: 18px;
    color: #121212;
    margin-left: 10px;
    font-weight: 700;
}

.resume-view h4 span strong {
    color: #AF125F
}

.resume-view ul {
    width: 100%;
    border-top: 1px solid #e1e1e1;
}

.resume-view ul li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.resume-view ul li .title {
    width: 200px;
    padding-left: 20px;
    padding: 10px;
}

.resume-view ul li .text-box {
    padding: 10px;
    width: 100%;
}

.resume-view ul li .text-box .tit-01 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

.resume-view ul li .text-box em {
    margin: 0 10px;
    color: #ccc;
}

.resume-view .photo {
    width: 27%;
}

.resume-view .photo .ph-box {
    border: solid 1px #e1e1e1;
    width: 200px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: inherit;
}

.resume-view .photo .ph-box span {
    margin-top: 0;
}

.resume-view .photo .ph-box span img {
    width: inherit !important;
    max-width: 100%;
}

.resume-view .default {
    width: 100%;
}

.resume-view dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: dotted 1px #e1e1e1;
}

.resume-view dl dt {
    width: 10%;
}

.resume-view dl dd {}

.resume-view dl.col1 dt {
    width: 10%;
}

.resume-view dl.col1 dd {
    width: 90%;
}

.resume-view dl.col2 dt {
    width: 10%;
}

.resume-view dl.col2 dd {
    width: 40%;
}

.resume-view dl.col3 dt {
    width: 10%;
}

.resume-view dl.col3 dd {
    width: 23.3%;
}

.resume-view dl.col4 dt {
    width: 10%;
}

.resume-view dl.col4 dd {
    width: 15%;
}

.resume-view ul li .text-box h3 {
    font-size: 18px;
}

.resume-view .input-box {
    flex: 1;
    text-align: left;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
}

.program-01 ul { margin-top: 50px; }
.program-01 ul li div { display: flex; flex-direction: column; align-items: center; }
.program-01 ul li div strong { display: block;font-size: 21px; margin-bottom: 20px; color: var(--color-secondary); }
.program-01 ul li div span { display: block; font-size: 16px; width: 100%; padding: 10px; border: solid 1px var(--color-lightgray); border-radius: 5px; box-sizing: border-box; margin-bottom: 5px; text-align: center; position: relative; }
.program-01 ul li div span.sp::after { content: ""; position: absolute; right: 0; top: -20px; display: block; width: 46px; height: 46px; background: url("../img/sp-icon.svg") no-repeat; }
.program-01 > .title-01 { text-align: center; font-size: 24px; margin-bottom: 10px; font-weight: 500; }
.program-01 > .title-02 { text-align: center; font-size: 32px; font-weight: 700; }
.program-01 > .title-02 span { color: var(--color-secondary); }
.program-01 .grid { display: grid; gap: var(--gap); }
.program-01 .grid-auto { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.fair-app .card-wrap { display: flex; flex-wrap: wrap; gap: 2%; }
.card-wrap > div { width: 32%; margin-top: 30px; border: solid 1px #e1e1e1; padding: 20px; border-radius: 10px; }
.card-wrap > div:nth-child(1), .card-wrap > div:nth-child(2), .card-wrap > div:nth-child(3) { margin-top: 0; }
.card-wrap > div h3 { margin-bottom: 10px; }
.card-wrap > div p { margin-bottom: 10px; font-size: 15px; }
.card-wrap > div a { display: block; width: 100%; height: 34px; line-height: 34px; background: var(--color-secondary); color: var(--color-white); border-radius: 5px; text-align: center; }

.fair-app .fa-tab { margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 15px; }
.fair-app .fa-tab a { background-color: #ccc; padding: 10px 20px; border-radius: 5px; }
.fair-app .fa-tab a.active { background: var(--color-secondary); color: var(--color-white); }

.fair-app form { margin-bottom: 20px!important; }
.fair-app .text-box { margin-bottom: 20px; border: solid 1px #e1e1e1; border-radius: 10px; font-weight: 700; padding: 20px; background-color: #F5F9FF; }
.select2-container .select2-selection--single { height: 36px!important; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-top: 4px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 4px!important; background: #fff url(../img/icon-select-arrow.svg) no-repeat right 10px center / 12px; width: 24px!important; }
.select2-container--default .select2-selection--single { border: 1px solid #e1e1e1!important; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
.app-popup h2 { margin-bottom: 20px; }

.join-box { background-color: #F0F1F2; border-radius: 10px; padding: 20px; font-size: 14px; }
.join-box h3 { margin-bottom: 20px; }
.join-box p { margin-bottom: 10px; }
.join-box ul { margin-bottom: 10px; }
.join-box ul li { list-style: disc; margin: 0 0 5px 20px; line-height: 24px; }
.join-box ul li:last-child { margin-bottom: 0; }
