.career-page .inner-page-top h1 {
	text-align: center;
	font-weight: normal;
	font-size: 110px;
	direction: ltr;
}

.career-page .inner-page-top h1 small {
	font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    display: block;
    width: 100%;
    clear: both;
    margin-top: 30px;
}

.career {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color:#000;
}

.career .career-main {
	flex-direction: column;
}
.career a {
	color:#000;
}

.career .tabs {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.career .tab {
    float: left;
    font-weight: bold;
}

.career .tab.selected,
.career .tab:hover {
	color: #00c6ee;
	border-bottom: 4px solid #00c6ee;
}

.tab-content {
	display: flex;
	flex-direction: column;
}
.tab-content,
.tab-content .position {
	width: 100%;
}


.position-title {
	margin:0;
	padding:0;
	border-bottom: 1px solid #00c6ee4a;
	position: relative;
	cursor: pointer;
}

.position-title .main {
	font-weight: bold;
}

.position-title .sub {
	color: #727b85;
}

.position-title .sub {
	color: #727b85;
}


.position-title .position-plus {
	position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    border-radius: 50%;
    border: 2px solid #00c6ee;
    
}

.position-plus span {
    background-color: #00c6ee;
    margin: auto;
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all .4s ease;
}

.position-plus span:nth-child(2) {
    transform: rotate(-90deg);
}

.position-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
	width: 100%;
	max-width: 100%;
}

.position.expanded .position-content {
	max-height: 300vh;
}

.position.expanded .position-title {
	border-bottom: 1px solid #00c6ee;
}

.position.expanded .position-title .position-plus span:nth-child(2) {
	transform: rotate(0);
}

.position .detail-title {
	padding:0;
	margin:0;
}

.position .detail-content {
	color:#727b85;
	font-size: 16px;
	line-height: 1.63;
}

.position .detail-content ul,
.position .detail-content p {
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

.position .apply {
    background-color: #00c6ee;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
    float: left;
    border-radius: 24.5px;
    text-transform: uppercase;
}
.career-grid {
	display: flex;
	justify-content: space-between;
}


.career .sidebar {
	text-align: center;
	border-radius: 7px;
}

.career .sidebar-inner {
	background:#000320;
	color:#fff;
	flex-direction: column;
	display: flex;
}

.career .sidebar-title {
	margin:0;
	padding:0;
	font-weight: bold;
}


.career .sidebar .stat .num {
    font-weight: bold;
    color: #00c6ee;
}




@media (min-width: 1024px) {
	.career {
		padding-top:73px;
	}
	.career-grid {
		flex-direction: row;
	}
	.career .tabs {
		padding-bottom: 100px;
	}

	.career .tab {
		font-size: 24px;
	    padding-bottom: 17px;
	    padding-top:39px;
	}
	.tab-content .position {
		margin-bottom:49px; 
	}

	.position-title {
		padding-bottom:9px;
	}

	.position-title .position-plus {
		width: 37px;
	    height: 37px;
	}

	.position-plus span {
	    width: 15px;
	    height: 2px;
	}
	.position-title .main {
		font-size: 24px;
	}

	.position-title .sub {
		padding-top:5px;
		font-size: 16px;
	}

	.position-title .sub {
		padding-top:5px;
		font-size: 16px;
	}

	.position .detail-title {
		font-size: 16px;
		margin-top:50px;
		padding-bottom: 20px;
	}

	.position .detail-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.position .apply {
	    font-size: 12px;
		padding: 11px 54px;
		margin-top: 15px;
	    margin-bottom: 59px;
	}


	.career .sidebar {
		width: 280px;
	}

	.career .sidebar-inner {
		padding:43px 57px 62px 57px;
		border-radius: 10px 10px 0 0;
	}

	.career .sidebar-title {
		font-size: 25px;
	}

	.career .sidebar .stat {
		margin-top:66px;
	}

	.career .sidebar .stat .num {
		font-size: 48px;
	    line-height: 48px;
	}

	.career .sidebar .stat .title {
		margin-top: 5px;
	    font-size: 22px;
	    line-height: 26px;
	}

}

@media (min-width: 1501px) {
	.career-grid {
		width: 1302px;
	}
	.career-main {
		width: 805px;
	}
	
}

@media (min-width:1280px) and (max-width:1500px) {
	.career-grid {
		width: 1180px;
	}
	.career-main {
		width: 760px;
	}
	.career .sidebar {
	    padding: 43px 57px 62px 57px;
	    width: 240px;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.career-grid {
		width: 960px;
	}
	.career-main {
		width: 680px;
	}
	.career .sidebar {
	    padding: 39px 33px 62px 33px;
	    width: 230px;
	}
}


@media (max-width: 1023px) {

	.career-page .inner-page-top h1 {
		font-size: 70px;
	}

	.career {
		padding-top:50px;
		padding-bottom:50px;
	}
	.career-grid {
		width: 84%;
		flex-direction: column;
	}

	.career .tabs {
		padding-bottom: 30px;
	}
	.career .tab {
		font-size: 3.5vw;
	}
	.position {
		margin-top: 30px;
	}
	.position-title {
		font-size: 20px;
	}
	.position-title .position-plus {
		width: 22px;
	    height: 22px;
	}

	.position-plus span {
	    width: 11px;
	    height: 1px;
	}
	.position-title .sub {
		font-size: 65%;
	}

	.position .detail {
		margin-top:40px;
	}
	.position .detail-title {
		font-size: 18px;
	}
	.position .detail-content {
		padding-top: 20px;
		font-size: 14px;
		padding-bottom: 20px;
	}
	.position .apply {
		padding:10px 40px;
		font-size: 11px;
		font-weight: normal;

	}
	.career .sidebar {
		margin-top: 40px;
		width: 100%;
	}

	.career .sidebar-inner {
		padding:30px 10% 20px 10%;
		width: 100%;
	}

	.career .sidebar-title {
		font-size: 20px;
	}

	.career-stats {
		display: flex;
		flex-direction: row;
		margin-top: 20px;
		flex-wrap: wrap;
		width: 100%;
		float:left;
	}

	.career-stats .stat {
		width: 32%;
		margin-right: 2%;
		float:left;
		padding-bottom: 20px;
	}

	.career-stats .stat .num {
		font-size: 20px;
	}
	.career-stats .stat .title {
		padding-top: 10px;
		font-size: 14px;
		line-height: normal;
	}

	.career-stats .stat:nth-child(7) {
		display: none;
	}
	.career-stats .stat:nth-child(3),
	.career-stats .stat:nth-child(6),
	.career-stats .stat:nth-child(9) {
		margin-right: 0;
	}

}