@charset "UTF-8";


section.page_title_area {
	background-image: url("../img/audition/page_header.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	text-align: center;
}

.contents_inner {
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
}

section.contents {
    padding: 10rem 0;
}

.audition_head {
    max-width: 1100px;
    margin: 0 auto 100px;
    display: flex;
    align-items: center;
}

.audition_head h3 {
    width: 30%;
    font-size: 3rem;
    font-weight: 300;
}

.audition_head p {
    width: 75%;
    font-weight: 300;
    line-height: 30px;
    border-left: 0.5px solid;
    padding-left: 6%;
    font-size: 1.4rem;
}

.audition_contents {
    max-width: 1100px;
    margin: 0 auto;
}

.audition_contents h3 {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding-bottom: 30px;
}

.audition_contents_inner table th {
    width: 28%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 40px;
    font-size: 1.5rem;
    background: rgba(255,255,255,0.2);
    font-weight: 300;
}

.audition_contents_inner table td {
    padding: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    opacity: 0.75;
    width: 73%;
    background: rgba(255,255,255,0.1);
}

.audition_contents_inner table {
    max-width: 1100px;
    margin: 0 auto;
}

ul.audition_wanted_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.audition_wanted_part li {
    width: 24.5%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.15) 100%);
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 0.75%;
    font-weight: 300;
}

ul.audition_wanted_part li span {
	padding: 3px 20px;
	border-radius: 100px;
	background: none;
	color: #fff;
	border: 0.5px solid #fff;
}

.audition_contents_inner {
    margin: 100px 0;
}

ul.audition_flow {
    display: flex;
    justify-content: space-between;
}

ul.audition_flow li {
    width: 9%;
    writing-mode: vertical-rl;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    align-items: center;
	position: relative;
}

ul.audition_flow li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
    content: "";
    display: block;
    right: -25%;
    transform: rotate(-45deg);
}

ul.audition_flow li:nth-child(1) {
    background: rgba(255,255,255,0.025);
}

ul.audition_flow li:nth-child(2) {
    background: rgba(255,255,255,0.05);
}

ul.audition_flow li:nth-child(3) {
    background: rgba(255,255,255,0.075);
}

ul.audition_flow li:nth-child(4) {
    background: rgba(255,255,255,0.1);
}

ul.audition_flow li:nth-child(5) {
    background: rgba(255,255,255,0.125);
}

ul.audition_flow li:nth-child(6) {
    background: rgba(255,255,255,0.15);
}

ul.audition_flow li:nth-child(7) {
    background: rgba(255,255,255,0.175);
}

ul.audition_flow li:nth-child(8) {
    background: rgba(255,255,255,0.2);
}

ul.audition_flow li:nth-child(8):after {
    display: none;
}

ul.table_list li {
    margin-bottom: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 12px;
}

ul.table_list li:last-child {
    margin: 0;
}

ul.table_list li span {
    display: block;
    font-size: 1.2rem;
    opacity: 0.55;
    margin-top: 3px;
}

.saraly_title {
    margin-bottom: 12px;
    font-weight: 500;
    background: rgba(255,255,255,0.2);
    padding: 8px 12px;
}

.saraly_amount {
    padding-left: 15px;
    font-weight: 500;
}

.saraly_items {
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 300;
}

.salery_items span {
    font-size: 1.3rem;
    display: block;
}

.saraly_items span {
    display: block;
    font-size: 1.2rem;
    opacity: 0.65;
    font-weight: 300;
    line-height: 18px;
    margin-top: 5px;
}

.salery_items_title {
    padding: 0px 15px;
    margin: 15px 0 8px;
    border: 0.5px solid;
    font-size: 1.2rem;
    width: max-content;
    line-height: 20px;
}

span.table_ps {
    font-size: 1.3rem;
    margin-top: 15px;
    display: block;
    line-height: 20px;
    font-weight: 300;
    opacity: 0.55;
}

ul.table_list li:before {
    width: 4px;
    height: 4px;
    border: 0.5px solid #fff;
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    border-radius: 100%;
}

a.more_link {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 50px;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
	transition: all 0.25s ease-in-out 0s;
}

a.more_link:hover {
	background: #fff;
	color: #001550;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.contents {
    padding: 5rem 0;
}

.audition_head {
    padding: 0 5%;
    display: block;
    margin: 0 auto 20px;
}

.audition_head h3 {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
}

.audition_head p {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 26px;
    border: none;
}

section.contents_wrapper {
    padding: 40px 0;
}

.audition_contents_inner {
    padding: 30px 5%;
    margin: 0;
}

.audition_contents h3 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.audition_wanted_part {
    flex-wrap: wrap;
}

ul.audition_wanted_part li {
    width: 49%;
    padding: 2%;
    font-size: 1.2rem;
}

ul.audition_wanted_part li span {
    font-size: 1.1rem;
    padding: 2px 12px 3px;
}

.audition_contents_inner {}

ul.audition_flow li:after {
    width: 6px;
    height: 6px;
}

ul.audition_flow li {
    font-size: 1.2rem;
    font-weight: 300;
}

.audition_contents_inner table th {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    width: 24%;
}

.audition_contents_inner table td {
    padding: 5%;
    font-size: 1.2rem;
    line-height: 20px;
}

span.table_ps {
    font-size: 1.1rem;
    line-height: 17px;
    margin-top: 10px;
}

ul.table_list li {
    font-size: 1.2rem;
    line-height: 19px;
    margin-bottom: 8px;
}

.saraly_title {
    font-size: 1.1rem;
    line-height: 18px;
    padding: 6px 10px;
}

.saraly_amount {
    font-size: 1.2rem;
    line-height: 20px;
}

.saraly_items {
    font-size: 1.2rem;
    line-height: 22px;
}

.saraly_items span {
    font-size: 1.1rem;
    line-height: 17px;
}

.salery_items_title {
    font-size: 1.1rem;
    padding: 2px 10px;
    margin: 10px 0 8px;
}
}