#main-gnb,
#m-main-gnb,
footer{
    display: none !important;
}

#apply-employment-body #main-gnb,
#apply-employment-body footer,
#apply-employment_view-body #main-gnb,
#apply-employment_view-body footer{
    display: block !important;
}

.board-employment-view-wrap{
    padding: 150px 0;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    #apply-employment-body #m-main-gnb,
    #apply-employment_view-body #m-main-gnb{
        display: block !important;
    }

    #apply-employment-body #main-gnb,
    #apply-employment-body footer,
    #apply-employment_view-body #main-gnb,
    #apply-employment_view-body footer{
        display: none !important;
    }
}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
    #apply-employment-body #m-main-gnb,
    #apply-employment_view-body #m-main-gnb{
        display: block !important;
    }

    #apply-employment-body #main-gnb,
    #apply-employment-body footer,
    #apply-employment_view-body #main-gnb,
    #apply-employment_view-body footer{
        display: none !important;
    }

    .board-employment-view-wrap{
        padding: 80px 0;
    }
}

/***** xs *****/
@media (max-width: 553px){
    #apply-employment-body #m-main-gnb,
    #apply-employment_view-body #m-main-gnb{
        display: block !important;
    }

    #apply-employment-body #main-gnb,
    #apply-employment-body footer,
    #apply-employment_view-body #main-gnb,
    #apply-employment_view-body footer{
        display: none !important;
    }

    .board-employment-view-wrap{
        padding: 80px 0;
    }
}

#apply-form-body select.form-control:not([size]):not([multiple]){
    height: auto;
}

.common img{
    padding: 0 0 20px;
}

.common-title{
    font-size: 20px;
}

.w-10per{
    width: 10% !important;
}

.w-20per{
    width: 20%;
}

.w-15per{
    width: 15% !important;
}

.table-orange-bar{
    border-top: 1px solid #ff8f43 !important;
}

.table-gray-bar{
    border-top: 1px solid #efefef;
}

.mt-0{
    margin-top: 0 !important;
}

.bg-5d{
    background-color: #5d5d5d !important;
}

.orange-bar{
    display: inline-block;
    width: 33px;
    height: 2px;

    margin: 10px 0 50px 0;

    background-color: #ff8f43;
}


.c-orange{
    border-bottom: 1px solid #ff8f43;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #9f9f9f;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #9f9f9f;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #9f9f9f;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #9f9f9f;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 553px){
    .orange-bar{
        margin: 10px 0 20px;
    }
}

/*****#####===== 하단 바 =====#####*****/
.page-title-solidline {
    width: 100%;
    height: 9px;
    margin: 0.5rem 0 2rem;
    border-bottom: 1px solid #DDDDDD;
}

/*****#####===== 플레이스 홀더 =====#####*****/
::-webkit-input-placeholder {
    font-size: 14px;
    color: #9f9f9f;
}

::-moz-placeholder {
    font-size: 14px;
    color: #9f9f9f;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #9f9f9f;
}

:-moz-placeholder {
    font-size: 14px;
    color: #9f9f9f;
}

/*****#####===== 폰트 =====#####*****/
.font-nt{
    font-family: "notokr" !important;
}

.font-nts{
    font-family: 'Noto Serif', serif !important;
}

.font-cg{
    font-family: 'Cormorant Garamond', serif !important;
}

.font-lb{
    font-family: 'Libre Baskerville' !important;
}

.font-mm{
    font-family: 'Mukta Malar', sans-serif !important;
}

.font-mt{
    font-family: 'Montserrat', sans-serif !important;
}

/*****#####===== 줄바꿈 =====#####*****/
[class*="txt"] {
    word-break:keep-all;
	word-wrap: break-word;
}

/*****#####===== 색상 =====#####*****/
.c-orange{
    color: #ff8f43 !important;
}

.c-red{
    color: rgb(145, 8, 8);
}

.c-fff{
    color: #fff !important;
}

.c-000{
    color: #000 !important;
}

.c-333{
    color: #333 !important;
}

.c-69{
    color: #696969;
}

.c-4d{
    color: #4d4d4d;
}

.b-orange{
	background-color: #ff8f43 !important;
}

.b-fff{
	background-color: #fff !important;
}

.b-000{
	background-color: #000 !important;
}

.b-333{
    background-color: #333 !important;
}

/*****##### 폰트 사이즈 #####*****/
.txt-h1{
    font-size: 58px;
}

.txt-h2{
    font-size: 50px;
}

.txt-h3{
    font-size: 45px;
}

.txt-h4{
    font-size: 34px;
}

.txt-h5{
    font-size: 30px;
}

.txt-h6{
    font-size: 28px;
}

.txt-h7{
    font-size: 26px;
}

.txt-h8{
    font-size: 24px;
}

.txt-h9{
    font-size: 22px;
}

.txt-h10{
    font-size: 20px;
}

.txt-h11{
    font-size: 18px;
}

.txt-h12{
    font-size: 16px;
}

.txt-h13{
    font-size: 14px;
}

.txt-h14{
    font-size: 12px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 50px;
    }

    .txt-h2{
        font-size: 42px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 26px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 20px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 14px;
    }

    .txt-h14{
        font-size: 12px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 46px;
    }

    .txt-h2{
        font-size: 38px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 26px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 20px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 14px;
    }

    .txt-h14{
        font-size: 12px;
    }
}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 46px;
    }

    .txt-h2{
        font-size: 38px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 26px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 18px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 12px;
    }

    .txt-h14{
        font-size: 12px;
    }
}

/***** xs *****/
@media (max-width: 553px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 46px;
    }

    .txt-h2{
        font-size: 38px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 20px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 20px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 11px;
    }

    .txt-h14{
        font-size: 10px;
    }
}

.btn-custom{
    display: inline-block;
    padding: 5px 30px;
    margin: 4px 0;

    border: 1px solid #ccc;

    font-size: 16px;
    color: #656565 !important;
}

.applicant-wrap .title-wrap{
    padding: 0 0 50px;
}

.applicant-wrap .title-wrap .subtitle{
    padding: 15px 0 0 0;

    font-size: 24px;
    text-align: center;
}

.applicant-wrap .table-wrap{
    position: relative;
    margin-bottom: 60px;
}

/* .applicant-wrap .section-title::after{
    content: '';
    display: block;
    position: absolute;

    width: 40px;
    height: 3px;

    top: -7px; left: 0;

    background-color: #ff8f43; 
} */

.applicant-wrap .section-title{
    position: relative;

    margin-bottom: 10px;

    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #000;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .applicant-wrap .table-wrap{
        overflow-x: auto;
    }

    .table-type{
        min-width: 769px;
        margin: 0;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .applicant-wrap .table-wrap{
        overflow-x: auto;
    }

    .table-type{
        min-width: 769px;
        margin: 0;
    }

    .applicant-wrap .title-wrap{
        padding: 0 0 20px;
    }
}


.table-type .btn{
    background-color: #5d5d5d !important;
    font-size: 12px;
}

.table-type label{
    margin-right: 10px;
    margin-bottom: 0;
}

.table-type label:last-child{
    margin-right: 0;
}

.table-type input[type="radio"]{
    margin-right: 3px;

    vertical-align: -1px;
}

.table-type .style-span{
    margin: 0 10px;
}

.table-type .form-group{
    margin-bottom: 0
}

.table-type .form-control{
    padding: 4px 3px 2px;
    font-weight: 300;
    font-size: 13px;
}

.table-type .form-group input:nth-child(2){
    margin-top: 5px;
}

.table-type tr th{
    text-align: center;
    font-size: 16px;
    font-weight: 500;

    background-color: #efefef;
}

.table-type tr td{
    font-size: 15px;
}

.table-type tr th,
.table-type tr td{
    padding: 7px;
    font-size: 14px;

    border-top: 0;
    border-bottom: 1px solid #efefef;
}

.table-type tr .th{
    width: 15%;
}

.table-type .small-input{
    max-width: 150px;
}

.table-type .middle-input{
    max-width: 20%;
}

.table-type .plus-btn,
.table-type .minus-btn{
    display: block;

    width: 100%;

    border: 0;
    background-color: transparent;
}

.table-type .plus-btn i::before,
.table-type .minus-btn i::before{
    font-size:30px;

    color: #ff8f43;
}

.table-type .preview{
    position: relative
}

.table-type .preview input{
    position: absolute;

    visibility: hidden;
}

.table-type .required i::before{
    margin-right: 5px;

    color: #ff8f43;
}

.table-type .ckedior-wrap{
    display: block;

    margin-top: .75rem; 
    padding: 0;
}

.table-type .cke_top,
.table-type .cke_bottom{
    display: none;
}

/*****#####===== 인적 사항 =====#####*****/
.human-wrap tr td:nth-child(1){
    width: 15%;
}

/*****#####===== 학력 사항 =====#####*****/
.academic-wrap tr th:nth-child(4){
    width: 12%;
}

.academic-wrap tr th:nth-child(5){
    width: 10%;
}

/*****#####===== 가족 사항 =====#####*****/
.family-wrap tr th:nth-child(2){
    width: 14%;
}

/*****#####===== 어학 능력 =====#####*****/
.ability-wrap tr th:nth-child(2){
    width: 14%;
}

.ability-wrap tr th:nth-child(3){
    width: 14%;
}

.ability-wrap tr th:nth-child(4){
    width: 14%;
}

/*=================================================
				컨펌
=================================================*/
#apply-confirm-page .login-wrap{
    position: fixed;
    width: 100%;
    height: 100%;

    background-color: #f9f9f9;
}

#apply-confirm-page .content-wrap{
    padding: 50px;
    box-shadow: 1px 1px 40px 1px rgba(167,167,167,0.3);
    background-color: #fff;
}

#apply-confirm-page .find-pw-wrap .btn{
    padding: 0;
    background-color: transparent;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    #apply-confirm-page .btn.submit_btn{
        padding: 5px 10px;
    }

    #apply-confirm-page .form-group{
        margin-bottom: 5px;
    }
}


/*=================================================
				인트로
=================================================*/
#apply-intro-page .login-type-wrap{
    position: fixed;
    width: 100%;
    height: 100%;

    background-color: #f9f9f9;
}

.type-outer-wrap{
    height: 100%;
}

.type-wrap{
    width: 300px;
    height: 500px;

    margin: 0 auto;

    box-shadow: 1px 1px 40px 1px rgba(167,167,167,0.3);

    background-color: #fff;
}

.type-wrap .logo{
    padding: 0 0 110px 0;
}

#apply-intro-page .btn-custom{
    padding: 3px 30px;
}

/*=================================================
				지원서 작성 초기
=================================================*/
.signup-wrap{
    position: fixed;
    width: 100%;
    height: 100%;

    background-color: #f9f9f9;
}

.signup-wrap td,
.signup-wrap th{
    padding: 5px 0;
}

.signup-wrap .btn{
    background-color: #5d5d5d !important;
}

.signup-wrap .email-wrap > input{
    width: 70%;
}

.signup-wrap .email-wrap > .btn{
    width: 30%;
    padding: 3px 30px;
    font-size: 13px;

    color: #fff;
}

.signup-wrap .form-control{
    font-size: 13px;
}

.signup-wrap .input-wrap{
    padding: 100px 50px;

    background-color: #fff;
    box-shadow: 1px 1px 40px 1px rgba(167,167,167,0.3);
}

.signup-wrap table{
    width: 100%;
}

.signup-wrap .btn{
    width: 100%;
    padding: 10px 30px;
}


/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    .signup-wrap table th{
        width: 25%;
    }

    .signup-wrap .join-form{
        width: 25%;
    }

    .signup-wrap .email-wrap > .btn{
        padding: 3px 10px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .signup-wrap table th{
        width: 30%;
    }

    .signup-wrap .join-form{
        width: 25%;
    }

    .signup-wrap .email-wrap > .btn{
        padding: 3px 5px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .signup-wrap table th{
        width: 25%;
    }

    .signup-wrap .join-form{
        width: 25%;
    }

    .signup-wrap .email-wrap > .btn{
        padding: 3px 10px;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .signup-wrap .input-wrap{
        padding: 50px;
    }

    .signup-wrap{
        position: relative;
    }

    .signup-wrap table th{
        width: 25%;
        padding: 5px 0 2px;
    }

    .signup-wrap .join-form{
        width: 25%;
    }

    .signup-wrap .email-wrap > .btn{
        width: 100%;
        padding: 5px 10px;
    }

    .signup-wrap .email-wrap > input{
        width: 100%;
    }

    .signup-wrap .email-wrap{
        display: block !important;
    }
}
/*=================================================
				form
=================================================*/
#apply-form-page{
    padding: 0 0 100px;
}

#apply-form-page .table{
    margin-bottom: 0 !important;
}

.ratio-box.ratio-banner .orange-bar{
    margin: 5px 0 15px;
}

.ratio-box.ratio-banner .subtitle{
    padding: 0;
}

.ratio-box.ratio-banner:before{
    padding-top: 200px;
}

/*=================================================
				term
=================================================*/
#apply-term-page{
    padding: 0 0 100px 0;
}

.main-title-wrap{
    padding: 0 0 50px 0;
}

.title-logo-wrap{
    padding: 70px 0;
}

/*=================================================
				lists
=================================================*/
/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 553px){
    #apply-lists-page .table-type{
        min-width: auto;
    }
}