#job-wrap {
    position: relative;
    background-image: url(../img/bg-page.png);
    background-position: center top;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

#job-wrap .inner {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

#job-wrap .list {
    position: relative;
    padding: 5px 0px;
}

#job-wrap .list table {
    width: 100%;
}

#job-wrap .list table .header {
    background: #a8a5e3;
}

#job-wrap .list table .header .col {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 5px 20px;
    border-left: 1px solid #fff;
}

#job-wrap .list table .header .col-1 {
    border-left: 0px;
}

#job-wrap .list table .header .col-2 {
    width: 200px;
    text-align: center;
}

#job-wrap .list table .header .col-3 {
    width: 160px;
    text-align: center;
}

#job-wrap .list table .body .col {
    font-size: 16px;
    line-height: 23px;
    padding: 10px 20px;
    border-bottom: 1px solid #cfcfcf;
}

#job-wrap .list table .body .col-1 > a {
    display: block;
}

#job-wrap .list table .body .col-2 {
    text-align: center;
}

#job-wrap .list table .body .col-3 {
    text-align: center;
}

#job-wrap .list table .body .col-3 > a {
    background-image: url(../img/svg/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #a8a5e3;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
    border-radius: 12px;
}

#job-wrap .list-mobile {
    display: none;
    padding: 20px 0px;
}

#job-wrap .list-mobile table {
    width: 100%;
}

#job-wrap .list-mobile table .col {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0px 10px 10px;
    border: 1px solid #cfcfcf;
}

#job-wrap .list-mobile table .col-label {
    background: #a8a5e3;
    color: #fff;
    width: 130px;
}

#job-wrap .list-mobile table .col-val > a.more {
    background-image: url(../img/svg/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #a8a5e3;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
    border-radius: 12px;
}

#job-wrap> .inner2 {
    position: relative;
    max-width: 1300px;
    margin: auto;
    margin-bottom: -60px;
}

#job-wrap .details {
    position: relative;
    background-image: url(../img/bg-info.png);
    background-position: center top;
    background-repeat: repeat-x;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

#job-wrap .details .content {
    position: relative;
    padding: 50px;
}

#job-wrap .details .content .applylink {
    position: relative;
    display: inline-block;
    background: #e45c8c;
    float: right;
    min-width: 200px;
    height: 38px;
    border-radius: 19px;
    margin-left: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

#job-wrap .details .content .applylink > span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 30px;
    line-height: 38px;
    text-align: center;
}

#job-wrap .details .content .applylink > span:after {
    position: absolute;
    background-image: url(../img/svg/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c33e6c;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    top: 7px;
    right: 7px;
    border-radius: 12px;
}

#job-wrap .details .description .title {
    font-size: 24px;
    font-weight: 700;
    color: #7d3d8f;
}

#job-wrap .details .description .date {
    font-size: 16px;
    margin-top: 10px;
}

#job-wrap .details .description .line {
    background: #e7e7e7;
    width: 50px;
    height: 4px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#job-wrap .details .description .iwassist-editor {
    font-size: 16px;
    line-height: 1.8;
}

#job-wrap .iwassist-editor {
    font-size: 16px;
    line-height: 1.8;
}

#job-wrap .iwassist-editor ul {
    list-style: none;
    padding: 0px;
}

#job-wrap .iwassist-editor li {
    position: relative;
    padding-left: 20px;
}

#job-wrap .iwassist-editor ul li:before {
    position: absolute;
    background: #e45c8c;
    content: '';
    top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

#job-wrap .iwassist-editor ol {
    list-style: none;
    padding: 0px;
    counter-reset: item;
}

#job-wrap .iwassist-editor ol > li {
   counter-increment: item;
   padding-left: 30px;
}

#job-wrap .iwassist-editor ol > li:before {
   position: absolute;
    content: counter(item);
    background: #e45c8c;
    border-radius: 10px;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    left: 0;
    top: 2px;
    font-size: 14px;
    line-height: 20px;
}

#job-wrap .lists .item {
    position: relative;
    margin-top: 10px;
}

#job-wrap .lists .item .parent-title {
    position: relative;
    background: #a461b7;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 10px 30px;
    padding-right: 60px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}

#job-wrap .lists .item .parent-title:after {
    position: absolute;
    display: inline-block;
    background-image: url(../img/icon-open.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff3f7;
    content: '';
    width: 36px;
    height: 36px;
    top: 7px;
    right: 7px;
    border-radius: 18px;
    overflow: hidden;
}

#job-wrap .lists .item .parent-title2:after {
    background-image: url(../img/icon-close.png);
}

#job-wrap .lists .item .child {
    display: none;
    padding: 10px 20px;
}

#job-wrap .details .content:not(.full) {
	display: inline-block;
	width: calc(100% - 470px);
	vertical-align: top;
}

#job-wrap .details .apply {
	display: inline-block;
	position: relative;
	width: 400px;
	padding: 35px 20px;
	padding-bottom: 60px;
	background: #e6dbf9;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 50px;
	vertical-align: top;
}

#job-wrap .details .apply:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100000000px;
	background: #e6dbf9;
}

#job-wrap .details .apply p {
	line-height: 25px;
	font-size: 15px;
	letter-spacing: -0.35px;
}

#job-wrap .details .apply .title {
	line-height: normal;
	font-size: 24px;
	color: #4f0a65;
	margin-bottom: 20px;
}

#job-wrap .details .apply .note {
	margin-bottom: 27px;
}

#job-wrap .details .apply .note span {
	float: right;
	color: #e45c8c;
}

#job-wrap .details .apply .row {
	line-height: 34px;
}

#job-wrap .details .apply .row + .row {
	margin-top: 23px;
}

#job-wrap .details .apply .row > div {
	display: inline-block;
	vertical-align: top;
}

#job-wrap .details .apply .row .label {
	width: 88px;
	font-size: 15px;
}

#job-wrap .details .apply .row .input {
	width: calc(100% - 106px);
}

#job-wrap .details .apply .row .input input,
#job-wrap .details .apply .row .input select {
	width: 100%;
	height: 34px;
	line-height: 32px;
	font-size: 15px;
	padding: 0 10px;
	border: solid 1px #f1f1f1;
	background: #f1f1f1;
	vertical-align: top;
}

#job-wrap .details .apply .row .input .error {
	border-color: #e93a3a;
}

#job-wrap .details .apply .row .input .iwassist-selector {
	width: 100%;
	background: #f1f1f1;
	vertical-align: top;
}
#job-wrap .details .apply .row .input .iwassist-choice {
	width: 100%;
    border: 0;
}

#job-wrap .details .apply .row .input .iwassist-choice > select {
	background: none;
}

#job-wrap .details .apply .row .input .iwassist-virtual {
	width: 32px;
	background: none;
}

#job-wrap .details .apply .row .input .iwassist-virtual:after {
	border-color: #434343;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    padding: 3px;
    margin-top: -5px;
    right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#job-wrap .details .apply .row .start {
	width: 18px;
	text-align: right;
	font-size: 16px;
	color: #e76c97;
}

#job-wrap .details .apply .upload {
	margin-top: 28px;
	margin-bottom: 20px;
}

#job-wrap .details .apply .upload .label {
	margin-bottom: 25px;
}

#job-wrap .details .apply .upload .uploaded {
	display: inline-block;
	position: relative;
	width: calc(100% - 80px);
	line-height: 30px;
	vertical-align: top;
}

#job-wrap .details .apply .upload .uploaded .file {
	font-size: 15px;
	padding-left: 27px;
	padding-right: 28px;
	background: url(../img/icon_file.svg) no-repeat top left -6px;
}

#job-wrap .details .apply .upload .uploaded .file + .file {
	margin-top: 10px;
}

#job-wrap .details .apply .upload .uploaded .file .name {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

#job-wrap .details .apply .upload .uploaded .file .del_btn {
	position: absolute;
	top: 6px;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: url(../img/button_delete.svg) no-repeat center center, #9c9c9c;
}

#job-wrap .details .apply .upload .btn {
	padding-top: 16px;
	padding-bottom: 13px;
	border-bottom: solid 1px #ffffff;
}

#job-wrap .details .apply .upload .btn label {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 15px;
	background: #e76c97;
	cursor: pointer;
	margin-right: 20px;
	vertical-align: top;
}

#job-wrap .details .apply .upload .btn label.long {
	width: 90px;
}

#job-wrap .details .apply .upload label.long + .uploaded {
	width: calc(100% - 110px);
}

#job-wrap .details .apply .upload .btn label span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#job-wrap .details .apply .upload .btn input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#job-wrap .details .apply .remark {
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 40px;
}

#job-wrap .details .apply .g-recaptcha {
    margin-bottom: 40px;
}

#job-wrap .details .apply .button #submit {
    background: #e45c8c;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0px;
    cursor: pointer;
    line-height: 40px;
}

#job-wrap .details .apply .button #reset {
    background: #919191;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0px;
    cursor: pointer;
    line-height: 40px;
    margin-left: 6px;
}

#job-wrap .details .apply .button .submit {
	position: relative;
    height: 40px;
    border-radius: 20px;
    background: #e7e7e7;
}

#job-wrap .details .apply .button .submit span {
	position: absolute;
    font-size: 16px;
    top: 0px;
    left: 65%;
    line-height: 40px;
}

#job-wrap .details .apply .button .submit .submit-btn {
	position: relative;
    display: block;
    width: 53%!important;
    height: 40px;
    background-color: #e45c8c;
    border: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

#job-wrap .details .apply .button .submit .submit-btn > img{
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 16px;
    -webkit-animation: 2s moveleft infinite;
    animation: 2s moveleft infinite;
}

@-webkit-keyframes moveleft {
    0% { right: 16px; }
    50% { right: 24px; }
    100% { right: 16px; }
}

@keyframes moveleft {
    0% { right: 16px; }
    50% { right: 24px; }
    100% { right: 16px; }
}


@media only screen and (max-width: 1016px) {
    #job-wrap > div.inner2 {
        margin-bottom: 0px;
    }
    
    #job-wrap .details {
        border-radius: 10px;
    }
    
    #job-wrap .details .content {
        padding: 30px 20px;
    }
	
	#job-wrap .details .content:not(.full) {
		width: calc(100% - 390px);
	}
	
	#job-wrap .details .apply {
		width: 350px;
		margin-top: 30px;
		margin-right: 20px;
	}
}


@media only screen and (max-width: 916px) {
    #job-wrap .list table .header .col-2 {
        width: 160px;
    }

    #job-wrap .list table .header .col-3 {
        width: 110px;
    }
}

@media only screen and (max-width: 756px) {
	#job-wrap .details .content:not(.full) {
		width: 100%;
	}
	
	#job-wrap .details .apply {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 516px) {
    #job-wrap {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    
    #job-wrap .list {
        display: none;
    }
    
    #job-wrap .list-mobile {
        display: block;
    }
    
    #job-wrap .details {
        border-radius: 10px;
    }
    
    #job-wrap .details .content {
        padding: 20px 15px;
    }

    #job-wrap .details .description .title {
        font-size: 20px;
    }
    
    #job-wrap .details .description .line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #job-wrap .details .description .iwassist-editor {
        font-size: 15px;
    }
    
    #job-wrap .details .content .applylink {
        display: block;
        float: none;
        margin-left: 0px;
    }
}