@charset "utf-8";
/* CSS Document */

.comingsoon-wr { position: relative; background: url("../img/comingsoon-bg.jpg") center no-repeat; width: 100%; height: 100vh; background-size: cover; }
.comingsoon-wr span { position: absolute; top: 50px; right: 50px; color: #fff; font-size: 21px; }
.comingsoon-wr .title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1100px; height: 567px; background: url("../img/comingsoon-title.svg") no-repeat; }
.comingsoon-wr .title2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1100px; height: 567px; display: flex; align-items: center; }
.comingsoon-wr .title2 div:nth-child(1) { margin-right: 50px; }
.comingsoon-wr .title2 div a { display: block; width: 80%; }

@media (max-width: 768px) {
	.comingsoon-wr .title { background: url("../img/comingsoon-title-mo.svg") no-repeat; width: 90%; background-size: 100%;  }
	.comingsoon-wr span { position: absolute; top: 50px; right: 0; color: #fff; font-size: 21px; width: 100%; text-align: center; display: block; }
	.comingsoon-wr .title2 { flex-direction: column; width: 80%; margin: 0 auto; }
	.comingsoon-wr .title2 div:nth-child(1) { margin-right: 0; }
	.comingsoon-wr .title2 div a { display: block; width: 100%; margin: 0 auto; }
}

/*=================================================================================
* Main
=================================================================================*/
#wrap {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    overflow: hidden;
}
@media (max-width: 768px) {
    /* 모바일 레이아웃 */
}
/*=================================================================================
* flex
=================================================================================*/
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-center {
    justify-content: center;
}
.justify-flex-start {
    justify-content: flex-start;
}
.justify-flex-end {
    justify-content: flex-end;
}
.space-between {
    justify-content: space-between;
}
.align-start {
    align-items: flex-start;
}
.align-center {
    align-items: center;
}
.flex-column {
    flex-direction: column;
}
/*=================================================================================
* text
=================================================================================*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right;
}
.vertical-bottom {
    vertical-align: bottom;
}
.text-small {
    font-size: 0.857em;
}
.tip-text {
    padding: 8px 0;
    color: #999;
}
/*=================================================================================
* button
=================================================================================*/
.button-wrap {
    text-align: center;
    margin: 10px 0;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 22px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    transition: all ease 0.2s;
    cursor: pointer;
    outline: none;
    border: 0;
}
.btn-small {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
}
.btn-logout {
    margin-left: 20px;
}
.btn-basic {
    background: #02AE8A;
    color: #fff;
}
.btn-basic:hover {
    background: #0C2A6E;
}
.btn-secondary {
    background: #73d0f5;
    color: #fff;
}
.btn-secondary:hover {
    background: #34addd;
}
.btn-purple {
    background: #4a477f;
    color: #fff;
}
.btn-gray {
    background: #ccc;
    color: #fff;
}
.btn-end {
    background: #666 !important;
}
.i-download {
    display: inline-block;
    vertical-align: text-bottom;
    width: 25px;
    height: 30px;
    margin-left: 4px;
    background: url(../img/i-download.svg) center no-repeat;
}
.btn-download {}
.right-btn a {
    background-color: #02AE8A;
    border-radius: 5px;
    color: #fff;
}
@media (max-width: 1200px) {
    /* 1200px 레이아웃 */
}
@media (max-width: 768px) {
    /* 768px 레이아웃 */
}
@media (max-width: 767px) {
    /* 767px 이하  레이아웃 */
    .button-wrap {
        flex-direction: column;
    }
    .btn {
        display: block;
        max-width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 0 8px 0;
    }
    .btn-small {
        font-size: 12px;
        padding: 4px 8px;
    }
}
.mr20 { margin-right: 20px; }
/*=======================================================================================
* table 
========================================================================================*/
.table-wrap {
    width: 100%;
}
.table-wrap table {
    width: 100%;
}
.table-wrap .table-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.table01 {
    width: 100%;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
}
.table01 th, .table01 td {
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    line-height: initial;
}
.table01 th {
    background: #f7f7f7;
}
.table01 th.th-title {
    width: 125px;
}
.table01 td .dday, .table02 td .dday {
    color: #af125f;
}
.table02 {
    width: 100%;
}
.table02 th {
    background: #e8effe;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 10px 20px;
}
.table02 td {
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.table03 {
    border-top: solid 1px#e1e1e1;
    padding-top: 10px;
}
.table03 ul {
    display: flex;
    flex-wrap: wrap;
}
.table03 ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: solid 1px#e1e1e1;
}
.table03 ul li.w-full {
    width: 100% !important;
}
.table03 ul li .th-title {
    width: 140px;
    font-weight: 700;
    position: relative;
    z-index: 10;
}
.table03 ul li .td-text a {
    text-decoration: underline;
    color: #2266D6;
}
.table03 ul li.w-full .td-text {
    width: 80%;
}
.com-detail h4 {
    font-size: 21px;
    margin: 20px 0;
}
.com-title {
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
	margin-bottom: 50px;
}
.com-title h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
.com-title .com-logo {
    width: 320px;
    /*height: 100px;*/
    display: flex;
    margin: 0 auto;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
	padding: 10px 0;
}
.com-summary {}
.com-recruit {}
.com-photo {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.com-photo div {
    width: 49%;
    margin: .5%;
    border-radius: 10px;
    box-sizing: border-box;
}
.com-photo div img {
    border-radius: 10px;
    width: 100%;
}
.table04 {
    padding: 20px;
    border: solid 1px #e1e1e1;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.table04 ul {
    display: flex;
    flex-wrap: wrap;
}
.table04 ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: solid 1px#e1e1e1;
}
.table04 ul li .th-title {
    width: 120px;
    font-weight: 700;
    position: relative;
    z-index: 10;
}
.table04 ul li:last-child {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
/*=======================================================================================

* tab style

========================================================================================*/
#tab-menu {
    width: 100%;
    background: #fff;
    position: relative;
}
#tab-btn ul {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
#tab-btn li {
    float: left;
    text-align: center;
}
#tab-btn li a {
    display: block;
    font-size: 21px;
    padding: 12px 30px;
    font-weight: bold;
}
#tab-btn li.active a {
    color: #02AE8A;
    border-bottom: 3px solid #02AE8A;
}
#tab-cont {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}
#tab-cont .more {
    position: absolute;
    right: 0;
    top: 15px;
}
/*=======================================================================================
 ** Pagination 
========================================================================================*/
#pagination {
    display: flex;
    justify-content: center;
    margin: 32px 0 12px;
}
.blocks {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
}
.blocks:not(:first-child) {
    margin-left: 4px;
}
.blocks:hover {
    background-color: #0e3267;
    color: #fff;
}
#pagination a.active {
    background-color: #0e3267;
    color: #fff;
}
.blocks.last, .blocks.next {
    transform: rotate(180deg);
}
.blocks.last:hover, .blocks.first:hover, .blocks.next:hover, .blocks.prev:hover {
    background-color: #fff;
}
.blocks.first {
    background: url("../img/pagi_arrow.png") no-repeat;
}
.blocks.last, .blocks.next {
    background: url("../img/pagi_arrow.png") no-repeat;
}
/*=======================================================================================
* input radio check switch
========================================================================================*/
.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;
}
.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;
}
/*=================================================================================
* Tab
=================================================================================*/
#tab {
    width: 100%;
}
.tabs {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 70px;
}
.tabs-item {
    margin-right: 20px;
}
.tabs-item a {
    padding: 13px 30px;
    border-radius: 0 27px 27px 27px;
    background: #9a9a9a;
    display: block;
    color: #fff;
    font-size: 21px;
    text-align: center;
}
.tabs-item a.active {
    background: #02AE8A;
}
/*=======================================================================================
* register-area 
========================================================================================*/
.register-area {
    text-align: center;
    width: 100%;
    min-height: calc(100vh - 200px);
}
.register-area .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.register-area .register-title {
    width: 100%;
    margin-bottom: 70px;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.register-area h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.register-area h3 {
    margin-bottom: 30px;
}
.register-area .login-form {
    margin: 0 auto;
}
.register-area .login-form form {
    width: 100%;
    margin-bottom: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.register-area .login-form .col-box {
    margin-right: 10px;
}
.register-area .input-box {
    margin-bottom: 10px;
}
.register-area .input-box:last-of-type {
    margin-bottom: 0;
}
.register-area .input-box label {
    width: 100px;
    float: left;
    line-height: 54px;
}
.register-area .input-box .check__item label {
    width: auto;
    line-height: 1.2;
    margin-right: 16px;
}
.register-area .input-box input[type='text'], .register-area .input-box input[type='password'] {
    float: left;
    width: 460px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e1e1e1;
    text-indent: 12px;
    font-size: 18px;
}
.register-area input[type='submit'] {
    width: 120px;
    height: 118px;
    border-radius: 4px;
    background: #02AE8A;
    border: 0;
    outline: none;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 118px;
    box-sizing: border-box;
}
.register-area .button-wrap a {
    font-size: 18px;
}
/* 회원가입 */
.join-form {
    width: 100%;
}
.join-form .process-tab ul {
    width: 100%;
    margin-bottom: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join-form .process-tab .prc-item {
    width: 300px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    background: #ccc;
}
.join-form .process-tab .prc-item.active {
    background: #02AE8A;
}
.join-form .process-tab .prc-item i {
    width: 50px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.join-form .process-tab .prc-item .ico-term {
    background: url(../img/ico_term.svg) center no-repeat;
}
.join-form .process-tab .prc-item .ico-write {
    background: url(../img/ico_write.svg) center no-repeat;
}
.join-form .process-tab .prc-item .ico-certi {
    background: url(../img/ico_certi.svg) center no-repeat;
}
.join-form .process-tab .prc-item .ico-term::after, .join-form .process-tab .prc-item .ico-write::after, .join-form .process-tab .prc-item .ico-certi::after {
    display: none;
}
.join-form .terms-agree {}
.join-form .terms-title {
    margin-bottom: 20px;
    text-align: left;
}
.join-form .terms-box {
    width: 100%;
    height: 200px;
    margin-bottom: 8px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
.join-form .check__item {
    margin-bottom: 70px;
    font-size: 18px;
    cursor: pointer;
}
.join-form .check__item2 {
    margin-bottom: 20px;
    font-size: 21px;
    cursor: pointer;
    font-weight: 700;
}
.join-form .check__item2 label {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.join-form .default__check[type='checkbox']:not(.switchbox) ~ .custom__check, .join-form .default__check[type='radio']:not(.switchbox) ~ .custom__check, .join-form .default__check[type='checkbox'] ~ .custom__check, .join-form .default__check[type='radio'] ~ .custom__check {
    width: 20px;
    height: 20px;
}
.join-form .terms-box > div {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
    overflow-y: scroll;
}
.join-form .terms-box strong {
    display: block;
}
.join-form .button-wrap a {
    margin: 0 12px;
    height: auto;
    padding: 15px 50px;
    font-size: 24px;
    line-height: 24px;
}
.join-form .form-wrap {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
}
.join-form .form-wrap h4 {
    font-size: 21px;
    margin-bottom: 12px;
}
.join-form .form-wrap h4 span {
    color: #0e3267;
}
.join-form .form-wrap ul {
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.join-form .form-wrap .form-item {
    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;
}
.join-form .form-wrap .form-item .title {
    width: 200px;
    padding-left: 20px;
}
.join-form .form-wrap .form-item .title span {
    color: #0071bb;
}
.join-form .form-wrap .input-box {
    flex: 1;
    text-align: left;
}
.join-form .form-wrap .input-box .tip {
    margin-top: 10px;
}
.join-form .form-wrap input[type='text'], .join-form .form-wrap input[type='password'] {
    display: block;
    max-width: 370px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    margin-right: 10px;
}
.join-form .form-wrap select {
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
}
.join-form .form-wrap input[type='password'] {
    float: none;
}
.join-form .form-wrap input[type='submit'] {
    width: auto;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    background: #232323;
    font-size: 16px;
}
.join-form .form-wrap .phone {
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.join-form .form-wrap .phone .tip {
    color: #0071bb;
    margin: 8px 0;
    padding-left: 30px;
    background: url(../img/ico_caution.svg) 0 center no-repeat;
}
.join-form .form-wrap .phone .certify input[type='text'] {
    width: 270px;
}
.join-form .form-wrap .phone .certify input[type='submit'] {}
.join-form .form-wrap .input-box.gender .check__item {
    margin-bottom: 0;
    flex-direction: row;
}
.input-box.course .check__item {
    flex-wrap: wrap !important;
    flex-direction: inherit !important;
    margin-bottom: 0;
}
.input-box.course .check__item label {
    margin-bottom: 10px;
}
.join-form .form-wrap .input-box.address .post {
    width: 120px;
}
.join-form .form-wrap .input-box.address > div {
    margin-bottom: 4px;
}
.join-form .form-wrap .input-box.address > div:after {
    display: block;
    content: '';
    clear: both;
}
.join-form .form-wrap .input-box .email {
    display: flex;
    align-items: center;
}
.join-form .form-wrap .input-box .email span {
    margin-right: 8px;
}
.join-form .form-wrap .input-box .email input[type='text'] {
    width: 180px;
    float: none;
}
/* 아이디 비밀번호 찾기 */
.find-form form {}
.find-form .input-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.find-form .input-box input[type='text'] {
    width: 200px;
    margin: 0 12px;
}
.find-form .input-box select {
    height: 54px;
}
.find-form .button-wrap {
    margin-bottom: 20px;
}
.find-form .help-box a {
    font-size: 14px;
    color: #666;
    margin: 0 16px;
}
/*================================================================================
* Header
=================================================================================*/
.top_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 99;
    height: 90px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}
.header .inner {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 220px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../img/h1-logo.svg) 0 center/contain no-repeat;
}
.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header_menu {
    display: inline-block;
}
.header .gnb_links {
    width: 100%;
    margin-left: 50px;
}
.header .gnb_links .link {
    position: relative;
    top: 1px;
    min-width: 110px;
    max-width: 180px;
    margin: 0 8px;
    height: 100%;
    z-index: 100;
    vertical-align: top;
}
.header .gnb_links .link > a {
    position: relative;
    display: block;
    padding: 0 12px;
    font-size: 19px;
    line-height: 90px;
    text-align: center;
    color: #001541;
    box-sizing: border-box;
    font-family: 'GongGothicM', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
    ;
}
.header .gnb_links .link > a:after {
    transition: .08s;
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    background: #02AE8A;
}
.header .gnb_links .link > a:hover::after {
    opacity: 1;
    transition: .1s;
}
.header .gnb_1depth .link a span {}
.header .gnb_links .link a:hover, .header .gnb_links .link a.active {
    color: #02AE8A;
}
/* 2depth*/
.header .lnb-bg {
    display: none;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    height: 250px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 /3%);
}
.header_menu .gnb_2depth {
    display: none;
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.header_menu .gnb_2depth > ul {
    padding: 16px 0;
}
.header_menu .gnb_2depth .gnb_2depth-link {
    padding: 8px 0;
    line-height: 24px;
}
.header_menu .gnb_2depth .gnb_2depth-link a {
    position: relative;
    width: 100%;
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    font-family: 'GongGothicL', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
}
.header.active .lnb-bg {
    display: block;
}
.header.active .header_menu .gnb_2depth {
    display: block;
}
.main-header .inner {
    justify-content: center;
}
.main-header .gnb_links .link > a:hover {
    color: #02AE8A;
}
.header .gnb_links .link.on > a::after {
    opacity: 1;
    transition: .1s;
}
.gnb-ritght {
    position: absolute;
    right: 0;
}
.gnb-ritght a {
    color: #4D5B77;
    margin-left: 5px;
	font-size: 14px;
}
.gnb-ritght a:first-child::after {
    content: "ㅣ";
    padding-left: 10px;
}
@media(max-width: 1439px) {
    /* 1440px 레이아웃 */
    .header .logo {
        width: 240px;
    }
    .header .gnb_links .link {
        min-width: 120px;
    }
    .header .gnb_links .link a {
        font-size: 17px;
        padding: 0 0.5rem;
    }
    .header_menu .gnb_2depth .gnb_2depth-link a {
        padding: 0;
        font-size: 15px;
    }
    .visual .btn-wrap {
        left: 10% !important;
    }
    .visual .visual-01 {
        right: -50px !important;
    }
    .visual .visual-02 {
        right: -160px !important;
    }
    .visual .btn-wrap .text {
        width: 320px !important;
    }
}
@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
    .header .logo {
        left: 20px;
        width: 200px;
        height: 50px;
    }
    .register-area {
        right: 60px;
    }
    .header .header_menu {
        display: none;
    }
    .header {
        height: 60px;
        padding: 0 20px;
    }
    .m_section_wrap .header .inner {
        padding: 0;
        height: 100%;
    }
    .header .inner {
        height: 100%;
    }
}
@media(max-width: 768px) {
    /* 768px 레이아웃 */
    #Header {
        height: 80px;
        line-height: 80px;
    }
    .header .logo {}
	.header .inner { width: 100%; }
}
@media(max-width: 480px) {
    /* 480px 레이아웃 */
    #Header {
        height: 60px;
        line-height: 1.2;
    }
    .header .logo {
        left: 0;
        width: 140px;
    }
    .header .logo a {
        width: 140px !important;
    }
    .register-area a {
        font-size: 11px;
        padding: 3px;
    }
    .register-area {
        right: 40px;
    }
}
/* ----------------------------------------- Hamburger Menu */
.button-container {
    display: none;
    position: absolute;
    top: 50%;
    right: 40px;
    height: 28px;
    width: 36px;
    margin-top: -13px;
    cursor: pointer;
    z-index: 120;
    transition: opacity .25s ease;
}
.button-container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #131313;
}
.button-container.active .middle {
    opacity: 0;
    background: #131313;
}
.button-container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #131313;
}
.button-container span {
    background: #131313;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.m_section_wrap .button-container span {
    background: #fff;
}
.button-container span:nth-of-type(2) {
    top: 11px;
}
.button-container span:nth-of-type(3) {
    top: 20px;
}
.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 0.35s, visibility 0.35s, height 0.35s; */
    overflow: hidden;
    z-index: 100;
    box-shadow: -10px 0 10px 10px rgba(0, 0, 0, .16);
}
.overlay.open {
    opacity: 1;
    visibility: visible;
}
.overlay.open li.item_1depth {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.overlay.open li.item_1depth:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.overlay.open li.item_1depth:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.overlay.open li.item_1depth:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.overlay nav {
    position: relative;
    top: 10%;
}
.overlay .gnb_1depth {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.overlay .gnb_1depth .item_1depth {
    margin: 0 40px;
    flex: 1;
    position: relative;
    display: block;
    opacity: 0;
    text-align: left;
    line-height: 1.2;
}
.overlay .gnb_1depth .item_1depth > a:after {
    display: none;
}
.overlay .gnb_1depth .item_1depth > a {
    display: block;
    position: relative;
    color: #131313;
    text-decoration: none;
    overflow: hidden;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #131313;
    font-weight: 600;
    text-align: left;
}
.overlay .gnb_1depth .item_1depth.on > a {
    color: #073498;
}
.overlay .gnb_2depth {
    margin-left: 20px;
    text-align: left;
}
.overlay .gnb_2depth li a {
    font-size: 16px;
    color: #131313;
    line-height: 35px;
    font-weight: 500;
}
.overlay .gnb_2depth li a:hover {
    padding-left: 8px;
    color: #131313;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
.user-menu-pan {
    text-align: center;
}
.user-menu-pan .user-menu-link {
    font-size: 16px;
    margin: 8px;
    padding: 8px;
    color: #666;
}
@media(max-width: 1700px) {
    .visual .btn-wrap {
        left: 10% !important;
    }
    .visual .visual-01 {
        width: 740px;
        height: 340px;
    }
    .visual .visual-02 {
        right: -80px !important;
    }
}
@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
    .button-container {
        display: block;
        right: 0;
    }
    .m_section_wrap .button-container {
        right: 20px;
    }
    .overlay .gnb_1depth {
        flex-direction: column;
        padding: 0 20px;
    }
    .overlay .gnb_1depth .item_1depth {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .overlay .gnb_1depth .item_1depth > a {
        font-size: 21px;
    }
    .overlay .gnb_2depth li a {
        font-size: 13px;
    }
    .header .gnb_links .link {
        max-width: 100%;
    }
    .overlay nav {
        top: 60px;
    }
    .overlay .gnb_1depth .item_1depth:before, .overlay .gnb_1depth .item_1depth:after {
        position: absolute;
        top: 12px;
        right: 12px;
        margin-top: -1px;
        display: block;
        clear: both;
        content: '';
        width: 13px;
        height: 2px;
        background: #131313;
        /* transition: all 0.6s cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s; */
        transform: translate(-50%, -50%);
    }
    .overlay .gnb_1depth .item_1depth:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .overlay .gnb_1depth .item_1depth:after {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    .overlay .gnb_1depth .item_1depth.active::before {
        transform: translate(-50%, -50%) rotate(0);
    }
    .overlay .gnb_1depth .item_1depth.active::after {
        transform: translate(-50%, -50%) rotate(0);
    }
    .overlay .gnb_1depth .item_1depth.active .gnb_2depth {
        display: block;
    }
}
@media (max-width: 768px) {
    .hamburger {
        width: 35px;
        height: 35px;
    }
    .hamburger .line {
        height: 4px;
        margin: 6px auto;
    }
    #nav_trigger {
        margin-top: -17px;
    }
    #hamburger-2 .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}
@media (max-width: 767px) {
    .header .gnb_links .link a {
        font-size: 15px;
        line-height: 25px;
    }
    .overlay .gnb_1depth .item_1depth > a {
        font-size: 19px;
    }
    .overlay .gnb_2depth {
        display: none;
    }
    .button-container {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .header .logo a {
        width: 200px;
        margin-bottom: 5px !important;
    }
    .section04 dd span {
        text-align: center;
    }
    .section04 dd a {
        margin: 0 auto !important;
        width: 120px !important;
        display: block !important;
    }
    .main-visual {
        height: 62vh !important;
    }
    .visual {
        background: url(../img/m_main_visual_new.svg) bottom center no-repeat !important;
        background-size: cover !important;
    }
	.visual2 {
	background: url(../img/m_main_visual.svg) bottom center no-repeat !important;
	background-size: cover !important;
    }
    .visual .text-box {
        width: 80%;
    }
    .visual .visual-01 {
        width: 60% !important;
        height: auto;
        margin: 0 auto !important;
        background: url(../img/m_visual_00.svg) bottom center no-repeat !important;
        background-size: 100% !important;
		transform: translate(-50%, -65%) !important;
    }
    .section02 .inner {
        flex-wrap: wrap !important;
    }
    .section02 .inner .main-noitce, .section02 .inner .main-jobpost {
        width: 100% !important;
        margin-bottom: 50px !important;
    }
    .section02 .inner .main-jobpost .table02 tr td:nth-child(5) {
        display: flex;
        flex-direction: column;
    }
    .section02 .inner .main-jobpost .table02 tr td:nth-child(5) p {
        position: relative !important;
        font-size: 14px !important;
        top: 0 !important;
    }
}
/*=================================================================================
* Footer
=================================================================================*/
#Footer {
    padding: 50px 0;
    background-color: #1D2B67;
}
#Footer .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.footer h2 {
    font-size: 21px;
    font-family: 'GongGothicM', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
.footer-cont {
    width: 100%;
}
.footer .link {
    margin-bottom: 40px;
    text-align: center;
}
.footer .link.cf:after {
    content: "";
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    margin-top: 40px;
}
.footer .link a {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    color: #fff;
}
.footer .link span {
    color: #fff;
    margin: 0 5px;
}
.footer p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff!important;
}
.footer p span {
    display: block;
}
.footer .contact span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
}
.footer .copyright {
    margin-top: 11px;
    color: #fff;
}
#GoTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 60px;
}
.long-arrow-top {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
}
.long-arrow-top::after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #000;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
    top: 0;
}
@media (min-width: 1025px) {
    #GoTop {
        bottom: 50px;
        right: 50px;
    }
}
@media (max-width: 768px) {
    /* 모바일 레이아웃 */
    #Footer .inner {
        width: 100%;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-logo {
        margin: 0 20px 20px 0;
    }
    .footer p {
        font-size: 11px;
        margin-bottom: 4px;
        text-align: left;
    }
    .footer-cont {
        width: 100%;
    }
    .footer .link a {
        font-size: 14px;
    }
}
/*=================================================================================
* Container
=================================================================================*/
#Container {}
.section {
    position: relative;
    scroll-behavior: smooth;
}
.inner {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding: 60px 0;
}
/*================================================================================
* Main - page 
=================================================================================*/
.main-visual2 { width: 100%; height: 780px; display: flex; justify-content: center; align-items: center; flex-direction: column; z-index: 0;}
.main-visual2 .inner { height: 100%; }
.visual2 { position: relative; width: 100%; height: 100vh; background: url('../img/main_visual_new.svg') bottom center/cover no-repeat; display: flex; justify-content: center; align-items: center; flex-direction: column; z-index: 0; overflow: hidden; }
.visual2 dl { width: 50%; transform: translateX(52%); margin-top: 150px; display: flex; flex-wrap: wrap; }
.visual2 dl dd { display: flex; margin-bottom: 50px; width: 48%; }
.visual2 dl dd .icon { margin-right: 30px; width: 100px; }
.visual2 dl dd .text { padding-top: 20px; }
.visual2 dl dd .text h4 { font-size: 21px; font-family: 'GongGothicB', sans-serif; display: inline-block; position: relative; margin-bottom: 10px; }
.visual2 dl dd .text h4::before { content: ""; width: 105%; height: 2px; background-color: #001541; position: absolute; left: -3px; top: -5px; }
.visual2 dl dd .text h4::after { content: ""; width: 105%; height: 2px; background-color: #001541; position: absolute; left: -3px; bottom: 0; }
.visual2 dl dd .text ul li { font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif; list-style: disc; margin-left: 18px; }

.lecture-thumb { display: flex; justify-content: space-between; }
.lecture-thumb dd { width: 48%; }
.lecture-thumb dd img { max-width: 100%; }
.visual {
    position: relative;
    width: 100%;
    height: 840px;
    background: url('../img/main_visual_new.svg') bottom center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 0;
    overflow: hidden;
}
.visual .text-box {
    width: 500px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.visual .text-box span {
    display: inline-block;
}
.visual .text-box span.text-01 {
    width: 80%;
    margin-bottom: 20px;
}
.visual .visual-01 {
    width: 560px;
    height: 500px;
    position: absolute;
	top: 45%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: url("../img/visual_00.svg") no-repeat;
	background-size: 100%!important; 
}
.visual .visual-01 p {
    display: none;
}
.visual .visual-02 {
    width: 424px;
    height: 382px;
    position: absolute;
    bottom: 0;
    right: 50px;
    background: url("../img/visual_02.svg") no-repeat;
    display: none;
}
.main-section {
}
.main-title-area {
    position: relative;
    width: 100%;
}
.main-title-area .title02 {
    font-size: 24px;
}
.main-title-area .btn-more {
    display: block;
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}
/* section01 */
.main-visual .inner .text-box::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 519px;
    right: -50px;
    bottom: 0;
    display: block;
    background-size: 100%;
}
.main-visual .inner .text-box {
    width: 1200px;
    margin: 100px auto 0;
    position: relative;
}
.main-visual .inner .text-box span {
    display: inline-block;
}
.main-visual .inner .text-box span.text-01 {
    width: 50%;
    margin-bottom: 20px;
}
.visual .btn-wrap {
    margin: 80px 0 20px;
    text-align: center;
    position: absolute;
    top: 120px;
    left: 20%;
}
.visual .btn-wrap .text {
    margin: 0 auto 30px;
}
.visual .btn-wrap .text2 {
	margin: 100px auto 30px;
}
.visual .btn-wrap a {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    padding: 20px 50px;
    border-radius: 50px;
    border: solid 3px #fff;
    background-color: #01286A;
    color: #FDE023;
    font-weight: 700;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.visual .btn-wrap a.red {
    background-color: #d90053;
}
.main-visual {
    width: 100%;
    height: 840px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 0;
}
.main-visual .inner {
    height: 100%;
}
.main-visual .inner .visual-text {
    display: flex;
    justify-content: center;
}
.main-visual .main-text-area {
    margin-bottom: 50px;
}
.main-visual .main-text-area h3 {
    font-size: 42px;
    line-height: 1.4;
    color: #b1e0ff;
}
.main-visual .main-text-area h3 .point {
    color: #ccc9ff;
}
.main-visual .main-text-area h2 {
    font-size: 64px;
    color: #fff;
}

/* section02 */
.section02 .inner { display: flex; justify-content: space-between; }
.section02 .inner h3 { font-family: 'GongGothicB', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif; font-size: 26px; position: relative; margin-bottom: 30px; }
.section02 .inner h3 span { font-size: 16px; font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif; display: block; font-weight: normal; }
.section02 .inner h3 a { font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif; position: absolute; right: 0; bottom: 2px; font-size: 16px; font-weight: normal; padding-right: 30px; background: url(../img/more_icon.svg) top 4px right 8px no-repeat; }
.section02 .inner .main-noitce { width: 35%; }
.section02 .inner .main-noitce ul {}
.section02 .inner .main-noitce ul li:first-child { border-top: solid 1px #D0D4DD; }
.section02 .inner .main-noitce ul li { padding: 20px 0; border-bottom: solid 1px #D0D4DD; }
.section02 .inner .main-noitce ul li strong { display: block; font-size: 21px; }
.section02 .inner .main-noitce ul li span { display: block; color: #4D5B77; }
.section02 .inner .main-jobpost { width: 55%; }
.section02 .inner .main-jobpost .table02 thead { display: none; }
.section02 .inner .main-jobpost .table02 colgroup { display: none; }
.section02 .inner .main-jobpost .table02 tr:first-child { border-top: solid 1px #D0D4DD; }
.section02 .inner .main-jobpost .table02 tr { border-bottom: solid 1px #D0D4DD; display: flex; flex-wrap: wrap; padding: 20px 0; }
.section02 .inner .main-jobpost .table02 tr td { border-bottom: 0; padding: 0; text-align: left; }
.section02 .inner .main-jobpost .table02 tr td:nth-child(1) { width: 35%; font-size: 18px; font-weight: 700; }
.section02 .inner .main-jobpost .table02 tr td:nth-child(2) { width: 64%; font-size: 18px; }
.section02 .inner .main-jobpost .table02 tr td:nth-child(3) { width: 35%; color: #4D5B77; }
.section02 .inner .main-jobpost .table02 tr td:nth-child(4) { width: 35%; color: #4D5B77; }
.section02 .inner .main-jobpost .table02 tr td:nth-child(5) { width: 30%; text-align: right; color: #4D5B77; position: relative; }
.section02 .inner .main-jobpost .table02 tr td:nth-child(5) p { position: absolute; top: 3px; }

.section03 .inner { padding: 60px 0 0; }
.section04 .inner { padding: 60px 0 0; }
.section05 .inner { padding: 60px 0 50px; }
.section06 { background: #f7f7f7 url("../img/main_bg_02.png") center bottom no-repeat; display: block; }
.section06 .info-box, .info-box  { width: 100%; }
.section06 .info-box dl, .info-box dl { display: flex; justify-content: space-between; }
.section06 dl { width: 100%; display: flex; justify-content: space-between}
.section06 dl dd { display: flex; margin-bottom: 30px; }
.section06 dl.lecture-thumb dd { width: 48%; }
.section06 dl dd .icon { margin-right: 30px; width: 64px; }
.section06 dl dd .text { padding-top: 20px; width: auto; }
.section06 dl dd .text h4 { font-size: 21px; font-family: 'GongGothicB', sans-serif; display: inline-block; position: relative; margin-bottom: 10px; }
.section06 dl dd .text h4::before { content: ""; width: 105%; height: 2px; background-color: #001541; position: absolute; left: -3px; top: -5px; }
.section06 dl dd .text h4::after { content: ""; width: 105%; height: 2px; background-color: #001541; position: absolute; left: -3px; bottom: 0; }
.section06 dl dd .text ul li { font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif; list-style: disc; margin-left: 18px; }
.section06 .round-title { margin-bottom: 10px!important; display: inline-block; padding: 5px 20px; background-color: #01286A; border-radius: 30px; font-size: 21px!important; color: #fff; font-family: 'GongGothicM', sans-serif!important; }

/*=================================================================================
* 서브페이지
=================================================================================*/
#sub {}
.sub-visual {
    width: 100%;
    height: 360px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url('../img/sub-visual.svg') center no-repeat;
    background-size: cover;
    position: relative;
}
.sub-visual::after {
    display: none;
    content: "";
    width: 410px;
    height: 380px;
    background-size: 100%;
    position: absolute;
    right: 140px;
    bottom: -150px;
}
.sub-visual2 {
    width: 100%;
    height: 270px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url('../img/sub-visual.svg') center no-repeat;
    background-size: cover;
    position: relative;
}
.sub-visual .text-area, .sub-visual2 .text-area {
    width: 1160px;
    margin: 80px auto 70px;
    text-align: center;
}
.sub-visual .text-area .text01 {
    color: #121212;
    font-size: 21px;
}
.sub-visual .text-area h2, .sub-visual2 .text-area h2 {
    color: #fff;
    font-size: 32px;
    position: relative;
    font-family: 'GongGothicM';
}
.sub-visual .text-area span {
    font-size: 18px;
}
.sub-navi {
    width: 100%;
    height: 64px;
    background-color: #D4FFF5;
    border-bottom: solid 1px #99E5D5;
}
.sub-navi ul {
    width: 1160px;
    margin: 0 auto;
    display: flex;
}
.sub-navi ul li:first-child {
    width: 85px;
}
.sub-navi ul li {
    border-left: solid 1px #99E5D5;
    width: 100%;
}
.sub-navi ul li:first-child span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -500em;
    background: url("../img/icon_home.svg") no-repeat;
    margin-top: 20px;
}
.sub-navi ul li:last-child {
    border-right: solid 1px #99E5D5;
}
.sub-navi ul li a {
    display: block;
    line-height: 64px;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    color: #1C295C;
    font-weight: 700;
    text-align: center;
    text-wrap: nowrap;
}
.sub-navi ul li a:hover, .sub-navi ul li a.active {
	background-color: #96F1DE; 
}
.sub-cont {}
.sub-title {
    margin-bottom: 30px;
}
.sub-title h3 {
    font-size: 24px;
    font-family: 'GongGothicM', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
    font-weight: normal;
}
.sub-title h3 span { font-size: 16px; display: block; }
.search-form {
    width: 100%;
    margin-bottom: 20px;
}
.search-form select {
    min-width: 140px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    text-indent: 0;
    border-radius: 5px;
}
.search-form input[type='text'] {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 5px;
}
.search-form * {
    margin-right: 4px;
}
.map-link-area {
    margin-bottom: 100px;
    padding: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.map-link-area .map {
    position: relative;
    flex: 1;
    height: 660px;
    margin-right: 50px;
    background: url(../img/map-sejong.svg) center no-repeat;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
.map-link-area .map ul {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.map-link-area .map ul li {
    width: 100%;
    flex: 1;
    border-bottom: 1px solid #ddb6ca;
}
.map-link-area .map ul li:last-child {
    border-bottom: 0;
}
.map-town-link {}
.map-town-link a.link {
    position: absolute;
    display: block;
    line-height: 1.2;
    color: #0d2040;
    font-size: 27px;
    font-weight: 500;
}
.map-town-link a.link:hover {
    text-decoration: underline;
}
.map-town-link a.link1 {
    top: 222px;
    left: 151px;
}
.map-town-link a.link2 {
    top: 394px;
    left: 209px;
}
.map-town-link a.link3 {
    top: 495px;
    left: 248px;
}
.map-link-area .map-link {
    position: relative;
}
.map-link-area .map .btn-tip {}
.map-link-area .map .btn-tip a {
    display: inline-block;
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin: 0 5px;
    font-size: 14px;
    color: #121212;
}
.map-link-area .map .btn-tip .link-tip01 {
    background: #fae1d8;
}
.map-link-area .map .btn-tip .link-tip02 {
    background: #fcbdbe;
}
.map-link-area .map .btn-tip .link-tip03 {
    background: #c4c6eb;
}
.map-link-area .map-link a {
    position: relative;
    display: block;
    text-align: right;
    height: 100%;
}
.map-link-area .map-link p {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #02AE8A;
    font-size: 24px;
}
.map-link-area .button-area {
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.map-link-area .job-group {
    flex: 1;
    margin-bottom: 74px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.map-link-area .job-group .btn-job {
    /*float: left;
    width: 220px;
    display: block;*/
    margin: 15px;
    width: 220px;
    padding: 110px 20px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    text-align: center;
}
.map-link-area .job-group .btn-job.btn01 {
    background: url(../img/btn-job01.svg) center 30px no-repeat;
}
.map-link-area .job-group .btn-job.btn02 {
    /*    margin-right: 0;*/
    background: url(../img/btn-job02.svg) center 30px no-repeat;
}
.map-link-area .job-group .btn-job.btn03 {
    /*   margin-bottom: 0;*/
    background: url(../img/btn-job03.svg) center 30px no-repeat;
}
.map-link-area .job-group .btn-job.btn04 {
    /*    margin-right: 0;
    margin-bottom: 0;*/
    background: url(../img/btn-job04.svg) center 30px no-repeat;
}
.map-link-area .job-group .btn-job span {
    font-size: 24px;
}
.map-link-area .industry {}
.map-link-area .industry h4 {
    font-size: 24px;
    color: #02AE8A;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}
.map-link-area .industry ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-link-area .industry .id-item {
    margin: 0 15px;
}
.map-link-area .industry .id-item:last-child {}
.map-link-area .industry .id-item a {
    display: block;
    text-align: center;
}
.map-link-area .industry .id-item .thum {
    width: 74px;
    height: 74px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.map-link-area .industry .id-item .thum.id-btn01 {
    background: url(../img/id-btn01.svg) center no-repeat;
}
.map-link-area .industry .id-item .thum.id-btn02 {
    background: url(../img/id-btn02.svg) center no-repeat;
}
.map-link-area .industry .id-item .thum.id-btn03 {
    background: url(../img/id-btn03.svg) center no-repeat;
}
.map-link-area .industry .id-item .thum.id-btn04 {
    background: url(../img/id-btn04.svg) center no-repeat;
}
.map-link-area .industry .id-item .thum.id-btn05 {
    background: url(../img/id-btn05.svg) center no-repeat;
}
.map-link-area .industry .id-item p {
    font-size: 16px;
    line-height: 1.3;
}
.comp-list-wrap {}
.comp-list-wrap ul {}
.comp-list-wrap .comp-list-item {
    width: 100%;
    height: 220px;
    margin: 0 0 20px 0;
}
.comp-list-wrap .comp-list-item a {
    display: block;
}
.comp-list-wrap .comp-list-item:nth-child(4n) {
    margin-right: 0;
}
.comp-list-wrap .comp-list-item .logo-area {
    width: 300px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comp-list-wrap .comp-list-item .logo-area img {
    max-width: 100%;
}
.comp-list-wrap .comp-list-item .comp-info {
    padding: 15px;
}
.comp-list-wrap .comp-list-item .comp-name {
    font-size: 18px;
    margin-bottom: 8px;
}
.comp-list-wrap .comp-list-item .text02 {
    font-size: 15px;
    color: #666;
}
.row-box {
    margin-bottom: 50px;
}
.comp-detail .row-box.top-box {
    justify-content: flex-start;
    align-items: flex-start;
}
.comp-detail .logo-area {
    width: 320px;
    height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 100px;
    border: solid 1px #e1e1e1;
}
.comp-detail .comp-detail-info {
    flex: 1;
}
.comp-detail .comp-name {}
.comp-detail .address {
    font-size: 16px;
    margin-bottom: 8px;
}
.comp-detail .comp-homepage {
    font-size: 16px;
    margin-bottom: 20px;
}
.comp-detail h4 {
    font-size: 21px;
    margin-bottom: 20px;
}
.comp-detail .button-wrap {
    margin-top: 70px;
}
.comp-list-wrap p.title {
    text-align: left;
}
.comp-list-wrap .table02 span {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.comp-list-wrap .btn-purple {
    font-size: 16px;
    margin-top: 10px;
}
.icon-task {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background: url(../img/ico_task.svg) center no-repeat;
    background-size: contain;
}
.service-area {}
.service-area .row-box:first-of-type ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.service-area .main-cont-area {}
.service-area .sv-button {}
.service-area .sv-button:last-child {
    margin-right: 0;
}
.service-area .sv-button .sv-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.service-area .sv-button .sv-item img {}
.service-area .sv-button .sv-text {
    font-size: 16px;
    text-align: center;
}
.service-area .tooltip-box {
    position: relative;
}
.service-area .tooltip {
    position: absolute;
    top: 40px;
    left: 5px;
    display: none;
    width: 200px;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
}
.service-area .tooltip.on {
    display: block;
}
.service-area .bg-young, .service-area .bg-middel, .service-area .bg-woman, .service-area .bg-old, .service-area .bg-disabled, .service-area .bg-ect {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
}
.service-area .bg-young {
    background-color: #4d7dff;
}
.service-area .bg-middel {
    background-color: #e63acc;
}
.service-area .bg-woman {
    background-color: #ff5c2b;
}
.service-area .bg-old {
    background-color: #5d35e5;
}
.service-area .bg-disabled {
    background-color: #65c116;
}
.service-area .bg-ect {
    background-color: #6e6e6e;
}
.mentor-area {}
.mentor-area .noti-box, .mentor-area .box {
    margin-bottom: 50px;
}
.mentor-area .box .cf {
    display: flex;
    flex-wrap: wrap;
}
.mentor-area .noti-box {}
.mentor-area .noti-box .img-box {
    float: left;
    background: #f7fffe;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}
.mentor-area .noti-box .text-box {
    float: left;
    margin-left: 40px;
    padding-top: 20px;
}
.mentor-area .noti-box p {
    margin-bottom: 16px;
    color: #666;
}
.mentor-area .noti-box h4 {
    font-size: 24px;
    font-weight: normal;
}
.mentor-area .apply-form {
    padding: 50px;
    margin-bottom: 70px;
}
.mentor-area .apply-form form {
    width: 100%;
}
.mentor-area .apply-form .termbox {
    width: 100%;
    padding: 20px;
    border: 1px solid #e1e1e1;
    height: 160px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.mentor-area .apply-form .termbox p {
    margin-bottom: 5px;
}
.mentor-area .apply-form .termbox strong {
    display: block;
}
.mentor-area .apply-form h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.mentor-area .check__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.mentor-area .check__item label {
    margin-right: 20px;
    font-size: 16px;
}
.mentor-area .input-box {
    width: 50%;
    /* height: 85px;*/
    float: left;
    margin-bottom: 20px;
}
.mentor-area .input-box.full {
    width: 100%;
}
.mentor-area .input-box .address {}
.mentor-area .input-box .address > div {
    margin-bottom: 4px;
}
.mentor-area .input-box .address .post {
    width: 120px;
    margin-right: 4px;
}
.mentor-area .input-box .address .btn-black {
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: #232323;
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: none;
    text-align: center;
}
.mentor-area .input-box .input-tit {
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-top;
    margin-bottom: 16px;
}
.text-danger {
    color: #ce3a54;
    font-size: 16px;
}
.mentor-area .input-box input[type='text'] {
    width: 100%;
    max-width: 350px;
}
.mentor-area .input-box .email {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mentor-area .input-box .email span {
    margin-right: 4px;
}
.mentor-area .input-box .email .emailbox {
    width: 175px;
    margin-right: 4px;
}
.mentor-area .button-wrap .btn {
    width: 270px;
    height: 74px;
    line-height: 74px;
}
.bus-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.bus-item .left, .bus-item .right {}
.bus-item .left {
    width: 335px;
    margin-right: 120px;
    text-align: center;
}
.bus-item .left .poster-img {
    background: #f7f7f7;
    width: 100%;
    height: 380px;
    border-radius: 10px;
}
.bus-item .left img {
    width: 100%;
}
.bus-item .left .title {
    font-size: 27px;
    margin-bottom: 60px;
}
.bus-item .left img {
    margin-bottom: 50px;
}
.bus-item .left .btn {
    width: 220px;
    height: 50px;
    border-radius: 50px;
    background: #02AE8A;
    color: #fff;
}
.bus-item .right {
    flex: 1;
}
.bus-item .right h4 {
    font-size: 21px;
}
.list-wrap {
    padding: 30px 0 0 0;
}
.list-wrap .list-dot {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
.list-wrap .list-dot .title {
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    color: #131313;
}
.list-wrap .list-dot .title:before {
    display: block;
    clear: both;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f1a800;
    position: absolute;
    top: 11px;
    left: -15px;
}
.list-wrap .list-dot p {
    font-size: 14px;
    color: #666;
}
.about-area {}
.about-area .row-box {
    width: 1160px;
    margin: 0 auto;
    padding: 50px;
}
.about-area .row-box h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
}
.about-area .about01 {
    padding-top: 0;
}
.about-area .about01 h4 {
    font-size: 46px;
    line-height: 1.2;
    margin-right: 200px;
    display: inline-block;
    vertical-align: text-bottom;
}
.about-area .about01 p {
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: text-bottom;
}
.about-area .about-bg01 {
    width: 100%;
    height: 500px;
    background: url(../img/about-bg01.jpg) center no-repeat;
}
.about-area .about03 {}
.about-area .about03 dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}
.about-area .about03 dl:last-of-type {
    margin-bottom: 0;
}
.about-area .about03 .icon {
    width: 74px;
    height: 74px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-right: 30px;
}
.about-area .about03 .icon01 {
    background: url(../img/about-icon01.svg) center no-repeat;
}
.about-area .about03 .icon02 {
    background: url(../img/about-icon02.svg) center no-repeat;
}
.about-area .about03 .icon03 {
    background: url(../img/about-icon03.svg) center no-repeat;
}
.about-area .about03 .icon04 {
    background: url(../img/about-icon04.svg) center no-repeat;
}
.about-area .about03 .icon05 {
    background: url(../img/about-icon05.svg) center no-repeat;
}
.about-area .about03 dd {
    flex: 1;
}
.about-area .about03 dd p {
    font-size: 16px;
    color: #666;
    line-height: 1.2;
}
.about-area .about03 dd .title {
    margin-bottom: 12px;
    font-size: 18px;
    color: #131313;
}
.about-area .about04 {
    padding-bottom: 150px;
}
.about-area .about04 li {
    float: left;
}
.about-area .about04 .item {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-area .about04 .item p {
    font-size: 18px;
    text-align: center;
}
.about-area .about04 .item.last {
    background: #282425;
}
.about-area .about04 .item.last p {
    color: #fff;
}
.about-area .about04 .arrow {
    width: 56px;
    height: 120px;
    background: url(../img/ico_slide_arrow.svg) center no-repeat;
}
.terms-box h2 {
    margin-bottom: 30px;
    font-size: 21px;
}
.terms-box h3 {
    margin: 20px 0;
    font-size: 18px;
}
.terms-box p {
    margin-bottom: 5px;
    font-size: 15px;
}

@media (max-width: 1280px) {
    .sub-visual::after {
        width: 300px;
        height: 280px;
    }
}
@media (max-width: 1024px) {
    .sub-visual::after {
        display: none;
    }
}
/*=================================================================================
* Board Style
=================================================================================*/
.board-list {
    width: 100%;
    border-top: 1px solid #131313;
}
.board-list .board-item.first {
    background: #f7f7f7;
}
.board-list .board-item {
    position: relative;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #e1e1e1;
}
.board-list .board-item .number {
    float: left;
    font-size: 16px;
    color: #666;
    width: 50px;
    text-align: center;
}
.board-list .board-item .title {
    display: block;
    float: left;
    padding-left: 20px;
    width: calc(100% - 350px);
}
.board-list .board-item.first .title {
    text-align: center;
}
.board-list .board-item .date {
    /*    position : absolute;
    top: 12px;
    right: 12px;*/
    float: left;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.view-area {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 30px;
}
.view-area .view-title {
    width: 100%;
    border-top: 1px solid #232323;
}
.view-area .view-title h4 {
    line-height: 1.6;
    padding: 20px;
    font-size: 20px;
    color: #232323;
    margin-bottom: 0;
    word-wrap: break-word;
    font-weight: 500;
}
.view-area .view-title .view-info {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0;
}
.view-area .view-title .view-info ul {
    display: inline-block;
    overflow: hidden;
}
.view-area .view-title .view-info ul li {
    float: left;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.6;
}
.view-area .view-title .view-info ul li + li {
    border-left: 1px solid #ccc;
}
.view-area .view-title span {
    float: left;
    padding-right: 8px;
}
.view-area .view-title .text {
    color: #707070;
    float: left;
}
.view-area .view-title .text:before {
    content: ':';
    padding-right: 8px;
}
.view-area .view-cont {
    min-height: 350px;
    padding: 20px 20px 40px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    word-wrap: break-word;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
	overflow: hidden;
	display: flex;
    justify-content: center;
}
.view-area .view-cont p, .view-area .view-cont span, .view-area .view-cont li {
    font-family: 'GongGothicM' !important;
}
.view-area .bo_info {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.view-style02 {}
.view-style02 .view-title {
    border-width: 2px;
}
.view-style02 .view-title .title {
    padding: 20px;
}
.view-style02 .view-title h4 {
    font-size: 28px;
    margin-bottom: 12px;
    padding: 0;
}
.view-style02 .view-title .dday {
    display: block;
    width: 55px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #02AE8A;
    border: 1px solid #02AE8A;
    font-size: 12px;
    border-radius: 30px;
}
.view-style02 .view-title .view-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 0;
}
.view-style02 .view-title .view-info .thum-area {
    width: 380px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
}
.view-style02 .view-title .view-info .thum-area img {
    width: 100%;
    margin: 0 auto;
}
.view-style02 .view-info .text-info {
    flex: 1;
    padding-left: 60px;
}
.view-style02 .view-info .text-info dl {
    margin-bottom: 20px;
}
.view-style02 .view-info .text-info dt {
    font-weight: 600;
    margin-bottom: 4px;
}
.view-style02 .view-info .text-info dd {
    color: #666;
    font-weight: 400;
}
.view-style02 .view-info .text-info .time {
    color: #02AE8A;
    float: none;
    padding: 0;
}
.view-style02 .view-title .button-wrap {
    padding-bottom: 40px;
}
.tab-view-title {
    margin-bottom: 20px;
}
.tab-view-title h4 {
    font-size: 21px;
    color: #131313;
    margin-bottom: 12px;
}
.downfile {
    width: 100%;
    padding: 30px 30px;
    background: #f8f8f8;
    border-radius: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.downfile .text {
    font-size: 21px;
    color: #131313;
}
.downfile .down-file {
    color: #02AE8A;
    font-weight: 600;
    font-size: 18px;
    display: block;
    padding-right: 30px;
    background: url(../img/download-circular-button.png) 100% no-repeat;
    background-size: 20px;
}
.agency-wrap {
    width: 100%;
    position: relative;
}
.agency-info dl {
    margin-bottom: 20px;
    color: #131313;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.agency-info dt {
    width: 120px;
}
.agency-info dd {}
.agency-wrap .location-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.agency-wrap .location-btn a {
    display: block;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1;
    margin-bottom: 12px;
    background: #fff;
    font-size: 14px;
}
/*=================================================================================
* bookmark star style
=================================================================================*/
.stars {
    background: url(../img/icon-star.svg) center no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 0 auto;
    cursor: pointer;
}
.stars:hover, .stars.on {
    background: url(../img/icon-star-on.svg) center no-repeat;
}
/*================================================================================
* Mypage
=================================================================================*/
.mypage-wrap .register-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mypage-tab {
    width: 100%;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.2;
}
.mypage-tab .mp-tab-item {
    flex: 1;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
}
.mypage-tab .mp-tab-item:first-of-type {
    border-right: 0;
}
.mypage-tab .mp-tab-item.active, .mypage-tab .mp-tab-item.active:hover {
    background: #02AE8A;
    color: #fff;
    border-color: #02AE8A;
}
.mypage-tab .mp-tab-item:hover {
    color: #02AE8A;
}
/*=================================================================================
* Tab
=================================================================================*/
.tabs {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.tabs.column-none {
    flex-direction: row !important;
}
#tab-links {
    width: 100%;
    list-style-type: none;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.tabs.wrap {
    flex-wrap: wrap;
}
.tabs.wrap li {
    margin-bottom: 20px;
}
.tabs .tab-link {
    flex: 1;
    text-align: center;
}
.tabs .tab-link a {
    display: block;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e1e1e1;
    border-bottom-color: #02AE8A;
}
.tabs .tab-link a.active {
    border-color: #02AE8A;
    color: #02AE8A;
    border-bottom: 0;
}
.tabs .tab-link a:hover:not(.active) {
    color: #232323;
}
.tabs .tab-link a span {
    line-height: 1.2;
    font-size: 20px;
}
.tabs section {
    width: 100%;
    min-height: 340px;
    background: #fff;
    padding: 40px 0;
    display: none;
}
.tabs section.active {
    display: block;
}
@media (max-width: 1200px) {
    /* 1200px 레이아웃 */
}
@media (max-width: 768px) {
    .tabs .tab-link a {
        height: 60px;
        line-height: 60px;
    }
    .tabs .tab-link a span {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .sub-navi ul {
        width: inherit;
    }
    .sub-navi ul li:first-child {
        width: 100px;
    }
    .sub-navi ul li:first-child a {
        display: flex;
        justify-content: center;
    }
    .sub-navi ul li {
        width: 180px;
    }
    .sub-navi ul li a {
        height: auto;
        padding: 0;
        text-align: center;
        font-size: 12px!important;
    }
    .sub-cont {
        margin-top: 20px;
    }
    .festival-area {
        padding: 0;
    }
    .fes-box .info-box dt {
        padding: 5px 20px !important;
    }
    .fes-box .info-box2 dl {
        width: 100% !important;
    }
	.section06 .info-box dl, .info-box dl { flex-direction: column; }
}
/*=================================================================================
* Media 
=================================================================================*/
@media (max-width: 1200px) {
    /* 1200px 레이아웃 */
    .inner {
        width: 96%;
    }
    .map-link-area {
        padding: 30px;
    }
    .map-link-area .map {
        width: 100%;
        max-width: 640px;
        height: 600px;
        background-size: contain;
        margin: 0 auto;
    }
    .map-town-link {
        width: 100%;
        height: 600px;
    }
    .map-town-link a.link {
        font-size: 21px;
    }
    .map-town-link a.link1 {
        top: 195px;
        left: 121px;
    }
    .map-town-link a.link2 {
        top: 370px;
        left: 175px;
    }
    .map-town-link a.link3 {
        top: 458px;
        left: 220px;
    }
}
@media (max-width: 1024px) {
    .main-visual {
        background-size: cover;
        background-position: right;
        height: 60vh;
    }
	.main-visual2 { 
		background-size: cover;
        background-position: right;
        height: 460px;
	}
    .visual {
        background-position: -50px 0;
        background: url(../img/main_visual_new.svg) bottom center / cover no-repeat;
    }
	 .visual2 {
        background-position: -50px 0;
        background: url(../img/main_visual_new.svg) bottom center / cover no-repeat;
    }
	.visual2 dl { transform: translateX(45%); margin-top: 70px; }
	.visual2 dl dd { margin-bottom: 10px; }
	.visual2 dl dd .icon { width: 25%; margin-right: 20px; }
	.visual2 dl dd .text { width: 65%; }
	.visual2 dl dd .text h4 { font-size: 16px; }
	.visual2 dl dd .text ul li { font-size: 14px; }
    .visual .btn-wrap {
        left: 8%;
        top: 100px;
    }
    .visual .btn-wrap .text {
        width: 250px;
    }
    .visual .btn-wrap a {
        font-size: 21px;
        padding: 10px 30px;
    }
    .visual .visual-01 {
        width: 400px;
        height: 380px;
    }
    .visual .visual-02 {
        right: -110px;
        background-size: 100%;
        width: 270px;
        height: 240px;
    }
    .main-visual .inner .visual-text {
        margin-top: 20px;
    }
    .main-info {
        width: 90%;
    }
    .section02 .inner {
        flex-direction: column;
    }
    .section02 .inner .main-noitce {
        width: 100%;
    }
    .section02 .inner .main-jobpost {
        width: 100%;
        margin: 50px 0;
    }
    .table01 th, .table01 td, .table02 td, .table02 th {
        font-size: 14px;
        padding: 12px 6px;
    }
    .sub-navi {
        height: 46px;
    }
    .sub-navi ul {
        width: 100%;
    }
    .sub-navi ul li:first-child span {
        margin-top: 10px;
    }
    .sub-navi ul li a {
        line-height: 46px;
        font-size: 14px;
    }
    .inner {
        padding: 20px;
    }
    .section02 .main-notice-wrap {
        flex-direction: column;
    }
    .main-notice-area {
        margin-right: 0;
    }
    #tab-btn li a {
        font-size: 17px;
        padding: 12px 20px;
    }
    #tab-cont {
        padding: 20px 0;
    }
    .main-notice-area .board-list .items a, .main-notice-area .board-list .items span {}
    .main-notice-area .board-list .items a {
        width: 80%;
        text-overflow: ellipsis;
    }
    .main-help-area {
        width: 100%;
    }
    .main-help-area ul .help-item .text-area h4 {
        font-size: 16px;
    }
    .main-help-area ul .help-item .text-area p {
        font-size: 14px;
    }
    .main-help-area ul .help-item {
        padding: 12px;
    }
    .section02 .stats-area {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .section02 .stats-item {
        margin-bottom: 12px;
        padding: 0 8px;
        flex: 1;
    }
    .section02 .stats-item dt {
        font-size: 12px;
        margin-bottom: 8px;
        height: 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .section02 .stats-item dd {
        font-size: 16px;
    }
    .program-link-area {
        flex-direction: column;
    }
    .program-link-area a {
        width: 100%;
        height: 120px;
        margin: 0 0 10px 0;
        padding: 20px;
    }
    .program-link-area .prg-btn01 {
        background-size: 40%;
    }
    .program-link-area .prg-btn02 {
        background-size: 80%;
    }
    .program-link-area h4 {
        font-size: 19px;
    }
    .program-link-area p {
        font-size: 14px;
    }
    .section02 .video-area .item .text-area h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .section02 .video-area .item .text-area p {
        font-size: 12px;
    }
    .section02 .video-area .item .thum {
        width: 100%;
        height: 140px;
        margin-bottom: 10px;
    }
    .sponsor-area {
        justify-content: center;
    }
    .sponsor-area li {
        width: 30%;
        margin: 6px;
    }
    .sponsor-area li a {
        height: 60px;
        line-height: 60px;
    }
    .view-area .view-title h4 {
        font-size: 16px;
        padding: 16px 10px;
    }
    .view-area .view-title .view-info ul li {
        padding: 0 8px;
        font-size: 12px;
        line-height: 1.4;
    }
    /* 서브 비주얼 */
    .sub-visual {
        height: 240px;
    }
    .sub-visual.visual01 {
        background-size: cover;
    }
    .sub-visual .text-area {
        width: 100%;
        margin-bottom: 0;
    }
    .sub-visual .text-area .text01 {
        font-size: 17px;
    }
    .sub-visual .text-area h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    /* 혁신채용관 */
    .map-link-area .map {
        width: 100%;
        max-width: 480px;
        height: 680px;
        background-size: contain;
        margin: 0 auto;
    }
    .map-town-link {
        width: 100%;
        height: 680px;
    }
    .map-town-link a.link1 {
        top: 215px;
        left: 134px;
    }
    .map-town-link a.link2 {
        top: 419px;
        left: 205px;
    }
    .map-town-link a.link3 {
        top: 525px;
        left: 248px;
    }
    .map-link-area {
        margin-bottom: 50px;
        padding: 20px;
    }
    .map-link-area .job-group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .map-link-area .job-group .btn-job {
        float: none;
        width: 120px;
        height: 120px;
        margin: 0 10px 10px 0;
        padding-top: 80px;
    }
    .map-link-area .job-group .btn-job span {
        font-size: 16px;
    }
    .map-link-area .job-group .btn-job.btn01, .map-link-area .job-group .btn-job.btn02, .map-link-area .job-group .btn-job.btn03, .map-link-area .job-group .btn-job.btn04 {
        background-size: 50px;
    }
    .map-link-area .industry ul, .comp-list-wrap ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .map-link-area .industry h4 {
        margin-bottom: 12px;
    }
    .map-link-area .industry .id-item {
        float: none;
        margin: 0 10px 10px 10px;
    }
    .map-link-area .industry .id-item p {
        font-size: 14px;
    }
    .comp-list-wrap .comp-list-item {
        height: 170px;
        width: 48%;
        margin: 1%;
    }
    .comp-list-wrap ul {
        justify-content: flex-start;
    }
    .comp-list-wrap .comp-list-item .comp-name {
        font-size: 17px;
        margin-bottom: 0;
    }
    .comp-list-wrap .comp-list-item .logo-area {
        height: 80px;
    }
    .comp-list-wrap .comp-list-item .comp-info {
        padding: 12px;
    }
    .comp-list-wrap .comp-list-item .text02 {
        font-size: 14px;
    }
    .comp-detail .row-box.top-box {
        flex-direction: column;
    }
    .comp-detail .logo-area {
        width: 280px;
        height: 160px;
        margin: 0 auto 20px;
    }
    /* 상시채용관 */
    .search-form * {
        margin-right: 0;
    }
    .search-form select {
        width: 100%;
        margin-bottom: 4px;
        font-size: 16px;
    }
    .search-form .btn {
        display: inline-block;
        text-align: right;
    }
    .comp-list-wrap {
        overflow-x: scroll;
    }
    .comp-list-wrap .table-wrap {
        width: 800px;
    }
    .comp-list-wrap .btn-purple {
        font-size: 14px;
    }
    /* 고용서비스 */
    .service-area .row-box:first-of-type ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .service-area .sv-button {
        flex: 1;
        margin-bottom: 20px;
    }
    .service-area .sv-button .sv-item {
        width: 75px;
        height: 75px;
        margin: 0 auto 12px;
    }
    .service-area .sv-button .sv-item img {
        width: 50%;
    }
    .service-area .sv-button .sv-text {
        font-size: 14px;
    }
    /* 취업상담신청 */
    .mentor-area .noti-box .img-box {
        width: 100%;
        float: none;
        margin-bottom: 12px;
    }
    .mentor-area .noti-box .text-box {
        width: 100%;
        float: none;
        padding-top: 0;
        margin: 0;
    }
    .mentor-area .noti-box h4 {
        font-size: 17px;
    }
    .mentor-area .noti-box p {
        font-size: 13px;
    }
    .mentor-area .apply-form {
        margin-bottom: 30px;
        padding: 20px;
    }
    .mentor-area .input-box {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        height: auto;
    }
    .mentor-area .input-box input[type='text'] {
        font-size: 14px;
    }
    .mentor-area .input-box .email .emailbox {
        width: 25%;
    }
    .mentor-area .input-box .address .btn-black {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .mentor-area .button-wrap .btn {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
    }
    /* 지원사업 및 신청 */
    .bus-item {
        flex-direction: column;
    }
    .bus-item .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    /* 세종지역혁신프로젝트 */
    .about-area .row-box {
        width: 100%;
        padding: 20px;
    }
    .about-area .about01 h4 {
        font-size: 32px;
    }
    .about-area .about01 p {
        font-size: 16px;
    }
    .about-area .about-bg01 {
        height: 240px;
        background-size: cover;
    }
    .about-area .about03 dl {
        align-items: flex-start;
    }
    .about-area .about03 dd p {
        font-size: 14px;
    }
    .about-area .about04 .item {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .about-area .about04 .arrow {
        height: 80px;
        width: 30px;
    }
    .about-area .about04 .item p {
        font-size: 14px;
    }
    /* 로그인 회원가입 */
    .register-area h2 {
        font-size: 28px;
    }
    .register-area .register-title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .register-area .login-form {}
    .register-area .login-form form {
        flex-direction: column;
    }
    .register-area .login-form .col-box {
        width: 100%;
        margin: 0;
    }
    .register-area .input-box label {
        text-align: left;
        line-height: 30px;
    }
    .register-area .input-box:last-of-type {
        margin-bottom: 20px;
    }
    .register-area .input-box input[type='text'], .register-area .input-box input[type='password'] {
        width: 100%;
    }
    .register-area input[type='submit'], .join-form .button-wrap a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        padding: 0;
    }
    .join-form .button-wrap a {
        margin: 0 0 8px 0;
    }
    .find-form .button-wrap .btn {
        width: 100%;
    }
    .join-form .process-tab .prc-item {
        width: auto;
        flex: 1;
        margin: 0 2px;
        padding: 12px 0;
        height: auto;
        line-height: 1.2;
        font-size: 14px;
    }
    .join-form .process-tab ul {
        margin-bottom: 50px;
    }
    .join-form .process-tab .prc-item i {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 auto 12px;
    }
    .join-form .process-tab .prc-item .ico-term, .join-form .process-tab .prc-item .ico-write, .join-form .process-tab .prc-item .ico-certi {
        background-size: contain;
    }
    .join-form .form-wrap .form-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .join-form .form-wrap .form-item .title {
        padding: 0;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .join-form .form-wrap .input-box {
        width: 100%;
    }
    .join-form .form-wrap input[type='text'], .join-form .form-wrap input[type='password'], .join-form .form-wrap input[type='submit'], .join-form .form-wrap select {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .join-form .form-wrap input[type='submit'] {
        padding: 0 12px;
        float: left;
    }
    .join-form .form-wrap .input-box input[type='text'] {
        width: 100%;
    }
    .register-area .input-box .check__item label, .join-form .form-wrap .input-box.gender .check__item {
        font-size: 14px;
    }
    .join-form .form-wrap .input-box.gender .check__item, .join-form .form-wrap .input-box.course .check__item {
        flex-direction: column;
    }
    .input-box.course .check__item {
        flex-wrap: wrap !important;
        flex-direction: inherit !important;
    }
    .register-area .input-box .check__item label {
        margin: 0 0 8px 0;
    }
    .join-form .form-wrap .input-box .email input[type='text'] {
        width: 30%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 5px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 5px;
    }
}
@media (max-width: 768px) {
	.support-event ul li { width: 100%!important; }
	.support-event li em { font-size: 14px!important; }
	.support-event li > span { font-size: 16px!important; }
	.inner { padding: 20px !important; }
    .main-visual .inner .text-box {
        width: 100%;
    }
    .main-visual .inner .text-box span.text-01 {
        width: 100%;
    }
    .main-visual .inner .text-box::after {
        width: 260px;
        height: 250px;
        position: inherit;
        bottom: inherit;
    }
    .visual .btn-wrap {
        margin: 30px 0 20px;
        top: 80px;
        left: 50% !important;
		transform: translateX(-50%);
    }
    .visual .btn-wrap .text2 {
        width: 280px !important;
        margin: 0 auto 10px;
    }
    .visual .btn-wrap a {
        margin: 5px;
        padding: 10px 50px;
        font-size: 18px;
    }
	.lecture-thumb { flex-direction: column; }
	.lecture-thumb dd { width: 100%; }
	.main-visual2 { height: 1170px; margin-bottom: 30px; }
	.visual2 { height: 100%; background-size: 100%!important; background-position: 0 -100px!important; }
	.visual2 dl { transform: none; position: absolute; left: 20px; bottom: 0; width: 100%; }
	.visual2 dl dd { width: 100%; }
	.visual2 dl dd .icon { width: 18%; margin-right: 30px; }
	.visual2 dl dd .text { }
	.section06 .inner h3 { margin-bottom: 0!important; }
    .section02 .text-box ul li {
        flex-direction: column;
    }
    .section02 .text-box ul li .title {
        width: 100%;
        margin-right: 0;
    }
    .section02 .text-box ul li .desc {
        margin-top: 20px;
        text-align: center;
        font-size: 16px;
    }
    .section02 .text-box ul li .logo-area {
        margin-top: 20px;
    }
    .section02 .text-box {
        width: 90% !important;
        margin: 0 auto;
    }
    .section02 .info h2 {
        font-size: 34px;
    }
    .section02 h3 {
        font-size: 21px !important;
    }
    .section02 p {
        font-size: 16px !important;
    }
    .section02::after {
        display: none;
    }
    .section02 .inner h3 span {
        font-size: 13px;
    }
    .section02 .inner h3 a {
        top: 2px !important;
        font-size: 14px !important;
        background: url(../img/more_icon.svg) top 3px right 8px no-repeat;
    }
    .section02 .inner .main-noitce ul li strong {
        font-size: 18px !important;
    }
    .section03 h3 span, .section04 h3 span {
        font-weight: normal;
        line-height: 24px;
    }
	.section06 dl { margin-top: 20px; flex-direction: column; }
	.section06 dl.lecture-thumb dd { width: 100%; }
	.swiper-slide ul { width: 90%; }
    .map-link-area .map {
        margin: 0 auto 100px;
    }
    .map-link-area {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        padding: 20px;
    }
    .map-town-link a.link1 {
        top: 229px;
        left: 127px;
    }
    .map-town-link a.link2 {
        top: 436px;
        left: 205px;
    }
    .map-town-link a.link3 {
        top: 552px;
        left: 248px;
    }
    .mypage-tab .mp-tab-item {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }
    .btn-small {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        margin-left: 20px;
        padding: 0 12px;
    }
    #Footer {
        padding: 30px 0;
    }
    .terms-box h2 {
        font-size: 18px;
    }
    .terms-box h3 {
        font-size: 16px;
    }
    .terms-box p {
        font-size: 13px;
    }
	.com-title h2 { font-size: 26px; }
	.table03 ul li { width: 100%; }
}
@media (max-width: 414px) {
    .map-link-area .map, .map-town-link {
        height: 550px;
    }
    .map-link-area .map {
        margin-bottom: 50px;
    }
    .section02 .video-area .item {
        width: 100%;
    }
    .map-town-link a.link {
        font-size: 17px;
    }
    .map-town-link a.link1 {
        top: 205px;
        left: 87px;
    }
    .map-town-link a.link2 {
        top: 348px;
        left: 140px;
    }
    .map-town-link a.link3 {
        top: 424px;
        left: 174px;
    }
    .map-link-area .map .btn-tip a {
        font-size: 13px;
        width: 100px;
        margin: 0 3px;
    }
    .bui-item {
        height: 345px;
    }
    .bui-item .img-area {
        height: 255px;
        padding: 0;
    }
    .bui-item .img-area img {
        width: 100%;
    }
    .bui-item .text-area .date {
        font-size: 14px;
    }
    .bui-item .text-area .title03 {
        font-size: 16px;
    }
    .nt-cont {
        width: 90%;
    }
    .section02 .stats-item p {
        font-size: 16px;
    }
    .section02 .video-area .item .text-area p {
        font-size: 18px;
    }
    .sponsor-area li {
        width: 46%;
    }
    .section02 .video-area .item .thum {
        height: 97px;
    }
    .section02 .video-area .item .thum img {
        width: 100%;
    }
    .main-notice-area .tab-notice .nt-cont strong {
        line-height: 20px;
    }
    .map-link-area .map, .map-town-link {
        height: 470px;
    }
    .map-link-area {
        padding: 10px;
    }
    .map-link-area .map .btn-tip a {
        margin: 0;
    }
    .map-town-link a.link1 {
        top: 179px;
    }
    .map-town-link a.link2 {
        top: 308px;
    }
    .map-town-link a.link3 {
        top: 379px;
    }
    .comp-list-wrap .comp-list-item .comp-name {
        font-size: 14px;
    }
    #Footer .inner {
        width: 100%;
    }
}
/* gallery */
.gallery {
    width: 100%;
}
.gallery ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
.gallery ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}
img {
    /*display: block;*/
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
}
.details {
    margin: 50px 0;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
    padding: 50px 20px;
}
.details h3 {
    margin-top: 50px;
}
.details h3:first-child {
    margin-top: 0;
}
.main-section .todays-jobstatus {
    width: 1160px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.todays-jobstatus .title {
    width: 30%;
    padding-left: 50px;
}
.todays-jobstatus .title h3 {
    font-size: 21px;
    color: #4a0b2a;
    margin-bottom: 10px;
    line-height: 32px;
}
.todays-jobstatus .title h3 strong {
    font-size: 32px;
}
.todays-jobstatus .title span {
    font-size: 16px;
    color: #666;
}
.todays-jobstatus .data {
    width: 70%;
    padding-right: 50px;
}
.todays-jobstatus .data ul {
    display: flex;
    justify-content: space-between;
}
.todays-jobstatus .data ul li {
    width: 27%;
    text-align: center;
}
.todays-jobstatus .data ul li p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Y_Spotlight';
    color: #4a0b2a;
}
.todays-jobstatus .data ul li p span {
    font-size: 18px;
    font-weight: normal;
}
.todays-jobstatus .s-title {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 0;
    background-color: #02AE8A;
    border-radius: 3px;
    color: #fff;
}
.stats-group {
    display: flex;
    justify-content: space-between;
}
.stats-group div:nth-child(1) {}
.stats-group .group-01 {
    width: 46%;
}
.stats-group .titbg-01 {
    background-color: #ffebf6;
}
.stats-group .titbg-02 {
    background-color: #f7f7f7;
}
.stats-group table {
    width: 100%;
    border-top: solid 1px #e1e1e1;
}
.stats-group table tr td {
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    padding: 7px 10px;
}
.stats-group table tr td a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
}
.stats-group table tr td div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stats-group table tr td:last-child {
    border-right: 0;
}
.stats-group table td .stats-arrow {
    font-size: 13px;
    padding-right: 30px;
}
.stats-group table td .stats-arrow.up {
    background: url('../img/stats-up.svg') 100% 50% no-repeat;
}
.stats-group table td .stats-arrow.down {
    background: url('../img/stats-down.svg') 100% 50% no-repeat;
}
.stats-group .graph-box {
    width: 50%;
}
.stats-group .graph-box img {
    width: 100%;
}
.stats-group .month {
    font-size: 12px;
    background-color: #99a9cb;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: 5px;
}
.stats-group .quarter {
    font-size: 12px;
    background-color: #8ec67f;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: 5px;
}
.stats-group em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    width: 22px;
    height: 22px;
}
.stats-group em .layer-info {
    position: absolute;
    background-color: #fff;
    z-index: 100;
    display: block;
    top: 0;
    left: 30px;
    width: 560px;
    padding: 20px;
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    display: none;
}
.stats-group em .layer-info strong {
    border-bottom: solid 1px #e1e1e1;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.stats-group em .layer-info p {
    margin: 5px 0;
    font-size: 13px;
    font-weight: 400;
}
.mov-list {}
.mov-list ul {
    display: flex;
    flex-wrap: wrap;
}
.mov-list ul li {
    width: 25%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mov-list ul li span {
    display: block;
}
.mov-list ul li .thumb {
    margin-bottom: 10px;
}
.mov-list ul li .title {
    text-align: center;
}
.mov-view-box {
    width: 100%;
    height: 560px;
}
#sub .mentoring-list {
    border-top: solid 1px #e1e1e1;
}
#sub .mentoring-list ul {
    display: flex;
    flex-wrap: wrap;
}
#sub .mentoring-list ul li {
    border-bottom: solid 1px #e1e1e1;
    padding: 10px 0;
    width: 50%;
}
#sub .mentoring-list ul li a {
    display: flex;
}
#sub .mentoring-list .thumb {
    margin-right: 30px;
    width: 30%;
    padding-right: 0;
}
#sub .mentoring-list .thumb span {
    width: 100%;
    height: 126px;
    overflow: hidden;
    display: block;
}
#sub .mentoring-list .thumb span img {
    max-width: 100%;
    border-radius: 10px;
}
#sub .mentoring-list .info-box {
    width: 67%;
}
#sub .mentoring-list .info-box div {
    display: block;
    padding-right: 30px;
    font-size: 14px;
}
#sub .mentoring-list .info-box div strong {
    margin-right: 10px;
}
#sub .mentoring-list .info-box div span {
    color: #02AE8A;
}
#sub .mentoring-list .info-box div.tit {
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 21px;
    font-size: 15px;
}
#sub .mentoring-list .info-box div.keyword {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-cont03 .mentoring-list {}
.tab-cont03 .mentoring-list ul {
    display: flex;
    flex-direction: column;
}
.tab-cont03 .mentoring-list ul li {
    border-bottom: solid 1px #e1e1e1;
    padding: 10px 0;
    width: 100% !important;
}
.tab-cont03 .mentoring-list ul li a {
    display: flex;
    align-items: center;
}
.tab-cont03 .mentoring-list .thumb {
    margin-right: 10px;
    width: 30%;
}
.tab-cont03 .mentoring-list .thumb span {
    width: 180px;
    height: 126px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.tab-cont03 .mentoring-list .thumb span img {
    max-width: 100%;
}
.tab-cont03 .mentoring-list .info-box {
    width: 70%;
}
.tab-cont03 .mentoring-list .info-box div {
    display: block;
}
.tab-cont03 .mentoring-list .info-box div strong {
    display: inline-block;
}
.tab-cont03 .mentoring-list .info-box div span {
    color: #02AE8A;
}
.tab-cont03 .mentoring-list .info-box div.tit {
    font-weight: 700;
    margin-bottom: 5px;
}
.tab-cont03 .mentoring-list .info-box div.keyword {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    #sub .mentoring-list ul li {
        width: 100%;
    }
    #sub .mentoring-list ul li a {
        flex-wrap: wrap;
    }
    #sub .mentoring-list .thumb {
        margin-bottom: 20px;
    }
    #sub .mentoring-list .thumb, #sub .mentoring-list .info-box {
        width: 100%;
    }
    #sub .mentoring-list .info-box div.tit {
        font-size: 18px;
    }
    #sub .mentoring-list .info-box div {
        padding-right: 0;
    }
    .main-section .todays-jobstatus {
        height: auto;
        flex-direction: column;
        width: 100%;
    }
    .todays-jobstatus .title {
        padding-left: 20px;
        width: 100%;
        margin-top: 20px;
    }
    .todays-jobstatus .title h3, .todays-jobstatus .title h3 strong {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .todays-jobstatus .title h3 br {
        display: none;
    }
    .todays-jobstatus .data {
        width: 100%;
        padding: 0 20px;
        margin: 20px 0;
    }
    .todays-jobstatus .data ul {
        width: 100%;
    }
    .todays-jobstatus .s-title {
        font-size: 14px;
    }
    .todays-jobstatus .data ul li p, .todays-jobstatus .data ul li p span {
        font-size: 16px;
    }
    .main-notice-area {
        width: 100%;
    }
    .main-notice-area .comp-list-wrap ul {
        flex-direction: column;
    }
    .comp-list-wrap .comp-list-item .logo-area {
        height: inherit;
    }
    .main-notice-area .comp-list-wrap .comp-list-item {
        margin-bottom: 15px;
        width: 100%;
    }
    .tab-cont03 .mentoring-list ul li a {
        flex-direction: column;
        align-items: flex-start;
    }
    .tab-cont03 .mentoring-list .thumb, #sub .mentoring-list .thumb {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        padding-right: 0;
    }
    .tab-cont03 .mentoring-list .thumb span, #sub .mentoring-list .thumb span {
        width: 100%;
    }
    .tab-cont03 .mentoring-list .thumb span img, #sub .mentoring-list .thumb span img {
        width: 100%;
    }
    .tab-cont03 .mentoring-list .info-box {
        width: 100%;
    }
    .tab-cont03 .mentoring-list .info-box div.tit {
        font-size: 16px;
    }
    .tab-cont03 .mentoring-list .info-box div {
        font-size: 13px;
        padding-right: 0;
    }
    .section02 .stats-group .graph-box {
        display: none;
    }
    .section02 .stats-group .group-01 {
        width: 100%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-size: 50%;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-size: 50%;
    }
    .mov-list ul li {
        width: 50%;
    }
    .mov-list ul li .title {
        font-size: 14px;
    }
    .table-wrap {
        overflow-x: scroll;
    }
    .table-wrap table {
        width: 100%;
    }
    #GoTop {
        display: none !important;
    }
    #tab-cont .more {
        top: 9px;
    }
    .sub-visual {
        height: 180px;
    }
    .sub-visual, .sub-visual.visual01, .sub-visual.visual02, .sub-visual.visual03, .sub-visual.visual04, .sub-visual.visual05 {
        background-size: 170%;
        background-position: 50% 100%;
    }
    .view-area .view-cont {
        padding: 20px 0;
    }
    .view-style02 .view-title .view-info {
        flex-direction: column;
    }
    .view-style02 .view-title .view-info .thum-area {
        width: 100%;
    }
    .view-style02 .view-title .title {
        padding: 0 0 20px 0;
    }
    .view-style02 .view-title .title h4 {
        padding: 16px 0 0 0;
    }
    .view-style02 .view-info .text-info {
        padding-left: 0;
        font-size: 15px;
        padding-top: 20px;
    }
    .board-list .board-item.first {
        display: none;
    }
    .board-list .board-item p, .board-list .board-item p a {
        font-size: 15px;
    }
    .board-list .board-item .number {
        text-align: left;
    }
    .board-list .board-item .title {
        width: 100%;
        padding-left: 0;
    }
    .board-list .board-item .date {
        width: auto;
        margin-right: 20px;
    }
    .biz-summary p {
        margin: 10px 0;
    }
    .biz-summary ul li span {
        display: block !important;
    }
    .biz-figure h3 {
        font-size: 15px !important;
    }
    .biz-figure div {
        padding: 15px !important;
    }
    .biz-figure {
        margin: 30px 0 !important;
    }
    .main-notice-area .board-list .items a {
        width: 73%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tab-cont03 .mentoring-list .info-box div.keyword {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .main-notice-area .board-list .items span {
        top: 4px;
    }
    .main-notice-area .tab-notice .top {
        margin-bottom: 0;
    }
    .main-help-area ul .help-item .text-area {
        padding-left: 120px;
    }
    .sub-visual .text-area {
        margin: 90px 0 20px;
    }
    .sub-cont .iframe {
        width: 100%;
        overflow-x: scroll;
    }
    .sub-cont .iframe div {
        width: 1200px;
        height: 720px;
    }
    .sub-cont .iframe div iframe {
        width: 100% !important;
        height: 100% !important;
    }
    #tuto_wr_start_btn {
        display: none !important;
    }
    .jobclip-list ul li .thumb-mov {
        height: 82px !important;
        margin-bottom: 10px !important;
    }
    .jobclip-list ul li .info-text {
        font-size: 14px;
        line-height: 18px;
        display: block;
    }
    .table02 {
        border-top: solid 1px #e1e1e1;
    }
    .table02 colgroup {
        display: none;
    }
    .table02 thead {
        display: none;
    }
    .table02 tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: solid 1px #e1e1e1;
    }
    .table02 tbody tr td {
        border-bottom: 0;
    }
    .table02 tbody tr td:nth-child(1) {
        width: 100% !important;
        text-align: left;
        padding-bottom: 0;
        font-weight: 700;
        font-size: 18px;
    }
    .table02 tbody tr td:nth-child(2) {
        width: 100% !important;
        text-align: left;
        padding-bottom: 0;
        font-weight: 700;
        font-size: 16px !important;
    }
    .table02 tbody tr td:nth-child(3) {
        width: 45%;
        text-align: left;
    }
    .table02 tbody tr td:nth-child(4) {
        width: 30%;
    }
    .table02 tbody tr td:nth-child(5) {
        width: 25%;
        text-align: right;
    }
	.event { flex-direction: column; }
	.event dd { width: 100%!important; margin-bottom: 30px!important; }
	.event dd .thumb { margin: 0; }
	.swiper-slide ul li span { height: 80px!important; }
	
	.diagnosis-wr ul { display: flex; flex-wrap: wrap; }
	.diagnosis-wr ul li { width: 100%!important; margin-right: 0!important; margin-bottom: 30px!important; }

	.support-wr ul { display: flex; flex-wrap: wrap; }
	.support-wr ul li { width: 100%!important; margin-right: 0!important; margin-bottom: 30px!important; }
}
.biz-summary p {
    margin: 30px 0;
}
.biz-summary ul li {
    padding-left: 15px;
    position: relative;
}
.biz-summary ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 8px;
    border-radius: 3px;
    background-color: #c7c7c7;
}
.biz-summary ul li span {
    font-weight: 500;
    display: inline-block;
    width: 70px;
}
.biz-figure {
    border: solid 1px #ddd;
    margin: 50px 0 100px;
}
.biz-figure h3 {
    font-size: 18px;
    text-align: center;
    background-color: #f8f9fb;
    padding: 20px 0;
}
.biz-figure div {
    padding: 50px;
}
.sub-cont .iframe div {
    margin-top: -45px;
}
.sub-cont .iframe div iframe {
    height: 800px;
    border: 0;
}
.sub-cont .iframe div iframe .interactiveBar {
    height: 36px;
}
@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}
.swiper-slide ul {
    width: 100%;
    flex-wrap: wrap;
}
.swiper-slide ul li {
    width: 20%;
    height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.swiper-slide ul li span {
    margin: 10px;
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    background-color: #fff;
	padding: 5px 20px 0;
	width: 100%;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.recruit-list {}
.recruit-list ul {
    display: flex;
    flex-wrap: wrap;
}
.recruit-list ul li {
    width: 20%;
}
.recruit-list ul li .thumb-logo {
    border: solid 1px #e1e1e1;
    margin: 10px 10px 0 10px;
    border-radius: 10px;
    overflow: hidden;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit-list ul li .thumb-logo img {
    width: 80%;
}
.recruit-list ul li .info-text {
    padding: 10px;
}
.recruit-list ul li .info-text strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.com-zone {}
.com-zone .cont-tit {
    margin-bottom: 80px;
}
.recruit-list {
    width: 100%;
}
.recruit-list .item {
    width: 24%;
    float: left;
    margin: 0 1% 1% 0;
    padding: 14px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}
.recruit-list .img-area {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background: #fafafa;
}
.recruit-list .img-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recruit-list .info-area {}
.recruit-list .info-area h3 {
    margin-bottom: 12px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recruit-list .info-area h3 a {
    font-size: 19px;
    font-weight: 500;
}
.recruit-list .info-area .date {
    color: #999;
    font-size: 14px;
}
.recruit-list .info-area .date span {
    display: inline-block;
    margin-right: 20px;
}
.search-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.search-wrap * {
    height: 45px;
    line-height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 16px;
}
.search-wrap select {
    width: 140px;
}
.search-wrap input[type='search'] {
    width: 300px;
    margin: 0 4px;
    padding-left: 20px;
}
.search-wrap input[type='submit'] {
    width: 70px;
}
.cont-zone .cont-tit {
    margin-bottom: 80px;
}
.cont-zone .cont-tit strong {
    font-size: 18px;
}
.cont-zone .cont-bg {
    width: 100%;
    height: 350px;
    background: url(../img/bg-contzone.png) no-repeat;
    background-size: 100%;
}
.video-list {}
.video-list .list-title {
    position: relative;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
}
.video-list .list-title:after {
    display: block;
    clear: both;
    content: '';
    width: 60px;
    height: 5px;
    background: #5391f3;
    margin: 10px auto 0;
}
.video-list .item {
    width: 32.333%;
    float: left;
    margin: 0 1% 1% 0;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}
.video-list .vid-thum {
    width: 100%;
    height: 200px;
    background: #fafafa;
    margin-bottom: 20px;
}
.video-list .vid-info {}
.video-list .vid-info h3 {
    margin-bottom: 20px;
}
.video-list .vid-info h3 a {
    font-weight: 500;
    font-size: 21px;
}
.video-list .vid-info .source {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-list .vid-info .source p {
    font-size: 16px;
    color: #999;
    font-weight: 300;
}
.cont-zone .test-wrap, .cont-zone .test-wrap02 {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #f0f3f8;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cont-zone .test-wrap02 {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.cont-zone .test-wrap > div, .cont-zone .test-wrap02 > div {
    flex: 1;
}
.cont-zone .test-wrap .left {
    padding-top: 10px;
}
.cont-zone .test-wrap p {
    margin-bottom: 8px;
}
.cont-zone .test-wrap p span {
    padding: 4px;
}
.highlight {
    display: inline;
    box-shadow: inset 0 -30px 0 #02AE8A;
    color: #fff;
    border-radius: 4px;
}
.cont-zone .test-wrap .text03 {
    margin-bottom: 40px;
}
.cont-zone .test-wrap .text04 {
    margin-bottom: 4px;
    font-size: 15px;
    opacity: 0.5;
}
.cont-zone .test-item {
    text-align: center;
}
.cont-zone .test-item ul {
    display: inline-block;
}
.cont-zone .test-item .item {
    width: 220px;
    height: 300px;
    float: left;
    margin: 12px;
    padding: 30px;
    background: #fff;
    border: 1px solid #cde0ff;
    border-radius: 10px;
    text-align: center;
}
.cont-zone .test-item .item .img-area {
    width: 124px;
    height: 124px;
    margin: 0 auto 20px;
    border: 2px dashed #f1f1f1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.cont-zone .test-item .item .img-area img {
    width: 60px;
}
.cont-zone .test-item .item .text-area {}
.cont-zone .test-item .item .text-area p {
    font-weight: 600;
    font-size: 18px;
}
.cont-zone .test-item .item .text-area p span {
    font-weight: 300;
    font-size: 17px;
}
.cont-zone .test-item .item .button-wrap {}
.cont-zone .test-item .item .button-wrap a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    background: #02AE8A;
    color: #fff;
    font-size: 21px;
    border-radius: 40px;
    font-weight: 500;
}
.cont-zone .test-item .item .button-wrap a.btn-secondary {
    background: #73d0f5;
}
.cont-zone .test-wrap02 {}
.cont-zone .test-wrap02 .test-title {
    margin-bottom: 50px;
    font-size: 32px;
}
.cont-zone .test-wrap02 .test-title .desc {
    font-size: 21px;
}
.cont-zone .test-wrap02 .user-test {}
.cont-zone .test-wrap02 .user-test p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 8px;
}
.cont-zone .test-wrap02 .user-test p span {
    vertical-align: middle;
}
.cont-zone .test-wrap02 .user-test .name {
    padding: 0 4px;
    font-size: 21px;
    font-weight: 500;
}
.cont-zone .test-wrap02 .user-test .date {
    display: block;
    font-weight: 600;
}
.cont-zone .test-wrap02 .user-test .text-danger {
    color: #e43636;
    font-weight: 500;
}
.cont-zone .item-aly {
    width: 80%;
    margin: 20px auto 12px;
    padding: 30px 50px;
    background: #fff;
    border: 1px solid #cde0ff;
    border-radius: 10px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-zone .item-aly .img-area {
    width: 140px;
    height: 140px;
    border: 2px dashed #f1f1f1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.cont-zone .item-aly .img-area img {
    width: 60px;
}
.cont-zone .item-aly dl {
    font-size: 21px;
    text-align: left;
    margin-bottom: 12px;
}
.cont-zone .item-aly dl dt, .cont-zone .item-aly dl dd {
    display: inline-block;
    vertical-align: middle;
}
.cont-zone .item-aly dl dt {
    margin-right: 20px;
}
.cont-zone .item-aly dl dd {
    font-weight: 600;
}
.cont-zone .item-aly .button-wrap {
    width: auto;
}
.cont-zone .item-aly .button-wrap a {
    display: block;
    width: 200px;
    height: 120px;
    line-height: 120px;
    background: #5391f3;
    color: #fff;
    font-size: 21px;
    border-radius: 5px;
}
.jobclip-list ul {
    display: flex;
    flex-wrap: wrap;
}
.jobclip-list ul li {
    width: 31%;
    margin: 0 1% 20px;
    border: solid 1px #e1e1e1;
    padding: 10px;
    border-radius: 10px;
}
.jobclip-list ul li .thumb-mov {
    height: 180px;
    margin-bottom: 20px;
}
.pna-text span {
    display: block;
}
.pna-thumb {
    margin: 50px 0;
}
.pna-logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pna-logo ul li {
    width: 19%;
    margin: 0 0 13px 0;
    border: solid 1px #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.pna-logo ul li:nth-child(5), .pna-logo ul li:nth-child(10), .pna-logo ul li:nth-child(15), .pna-logo ul li:nth-child(20), .pna-logo ul li:nth-child(25), .pna-logo ul li:nth-child(30) {
    margin-right: 0;
}
.pna-inquiry {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background-color: #02AE8A;
    border-radius: 10px;
}
.pna-inquiry span {
    color: #fff;
    display: block;
}
.poster-box {
    width: 40% !important;
    margin-right: 20px !important;
}
.select-menu { display: none; }
.select-menu {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.select-menu .selected {
    padding: 10px 38px;
    position: relative;
}
.select-menu .select-arrow {
	width: 21px;
	height: 14px;
	display: block;
	position: absolute; 
	right: 30px;
	top: 16px;
	background: url("../img/select_arrow.svg") no-repeat;
}
.select-menu .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 30;
	background-color: #F4FFE8;
}
.select-menu .options div {
    padding: 10px 38px;
    cursor: pointer;
	border-bottom: solid 1px #99E5D5;
}
.select-menu .options div a { 
	width: 100%;
	height: 100%;
	display: block;
}
.select-menu .options div:hover {
    background-color: #99E5D5;
}
.select-menu.active .options {
    display: block;
}
.select-menu.active > .selected i { transform: rotate(180deg); }

.event dd { width: 33%; margin: 0 1%; display: flex; flex-direction: column; align-items: center; }
.event dd .no { width: 46px; height: 46px; display: flex; background-color: #024D9E; border-radius: 100%; justify-content: center; align-items: center; color: #fff; font-weight: 700; }
.event dd .title { font-size: 21px; margin-top: 10px; }
.event dd .thumb { margin: 20px 0; }
.event dd .text-box { background-color: #F4FFE8; padding: 15px; border-radius: 10px; font-size: 16px; width: 100%; text-align: center; }

.event-thumb-list li { width: 33.33%; }
.event-thumb-list li span { display: block; }
.event-thumb-list li .thumb { text-align: center; }
.event-thumb-list li .text { text-align: center; }

.diagnosis-wr ul { display: flex; flex-wrap: wrap; }
.diagnosis-wr ul li { width: 32%; margin-right: 2%; margin-bottom: 70px; display: flex; flex-direction: column; align-items: center; }
.diagnosis-wr ul li:nth-child(3) { margin-right: 0; }
.diagnosis-wr ul li h3 { padding: 10px 30px 7px; background-color: #02AE8A; color: #fff; border-radius: 30px; width: 180px; text-align: center; margin-bottom: 30px; }
.diagnosis-wr ul li span { display: block; text-align: center; margin-bottom: 20px; font-size: 18px; font-weight: 700; }
.diagnosis-wr ul li em { text-align: center; display: block; font-weight: 700; }

.support-wr ul { display: flex; flex-wrap: wrap; }
.support-wr ul li { width: 49%; margin-right: 2%; margin-bottom: 70px; display: flex; flex-direction: column; align-items: center; }
.support-wr ul li:nth-child(2), .support-wr li:nth-child(4) { margin-right: 0; }
.support-wr ul li h3 { padding: 10px 30px 7px; background-color: #02AE8A; color: #fff; border-radius: 30px; width: 180px; text-align: center; margin-bottom: 30px; }
.support-wr ul li span { display: block; text-align: center; margin-bottom: 20px; font-size: 18px; font-weight: 700; }
.support-wr ul li em { text-align: center; display: block; font-weight: 700; }
.mr-20 { margin-right: 20px; }

.col-1 { width: 10%; }
.col-15 { width: 15%; }
.col-2 { width: 20%; }
.col-25 { width: 25%; }
.col-3 { width: 30%; }
.col-35 { width: 35%; }
.col-4 { width: 40%; }
.col-45 { width: 45%; }
.col-5 { width: 50%; }
.col-55 { width: 55%; }
.col-6 { width: 60%; }
.col-65 { width: 65%; }
.col-7 { width: 70%; }
.col-75 { width: 75%; }
.col-8 { width: 80%; }
.col-85 { width: 85%; }
.col-9 { width: 90%; }
.col-95 { width: 95%; }
.col-10 { width: 100%; }


