/* header */
header .logo{
	margin: 40px 80px;
}

header .logo img{
	width:137px;
}

header .navi{
	margin: 50px 0;
}

header .navi ul{
	display: flex;
}

header .navi ul li{
	width:160px;
}

header .navi ul li a{
	margin:0 64px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;	
}

header.show .navi ul li a, header.sub .navi ul li a{
	color: #141414;	
}

header .navi ul li dl{
	display:none;
}

header .navi ul li dl dd{
	margin:32px 0;
}
header .navi ul li dl dd a{
	color: #141414;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

header .navi ul li dl dd a:hover{
	text-decoration-line: underline;
}

header .navi .mobile-navi{
	display:none;
}

header .global{
	margin: 40px 80px;
}

header .global .global-select{
	border-radius: 50px;
	border: solid 1px #fff;
	display: flex;
}

header.show .global .global-select, header.sub .global .global-select{
	border: solid 1px #141414;
}


header .global .global-select span{
	color: #fff;
	font-family: Anton;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;	
	padding:6px 14px; 
    margin: 4px;
}

header.show .global .global-select span, header.sub .global .global-select span{
	color: #141414;
}

header .global .global-select span.active{
	color: #141414;
	border-radius: 50px;
	background: #fff;
}

header.show .global .global-select span.active, header.sub .global .global-select span.active{
	color: #fff;
	border-radius: 50px;
	background: #141414;
}


/* gnb */
.gnb-title{
	margin:210px 80px 80px;
	color: #fff;
	font-family: Anton;
	font-size: 149px;
	font-weight: 400;
	line-height: 150px; /* 100.671% */
	letter-spacing: 2.98px;
	text-transform: uppercase;
    display: flex;
    justify-content: space-around;
}

.gnb{
  width: 100%;
  height: 100%;
}
.gnb.active{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.gnb .gnb-video{
  width: 100%;
  height: 100%;
  object-fit: cover;  
}

.contest-photo{
	margin-top:400px;
    width: 100%;
}

.contest-photo h1{
	color: #fff;
	font-family: Anton;
	font-size: 136px;
	font-weight: 400;
	line-height: 150px; /* 110.294% */
	letter-spacing: 2.72px;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:175px;
}


.contest-photo .photo-list{
    overflow-x: auto;
    white-space: nowrap;
	contain:paint;
	 -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.contest-photo .photo-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.contest-photo .photo-list ul{
	display: flex;
	
}

.contest-photo .photo-list ul:first-child{
	height:320px;
	margin-bottom:16px;
}


.contest-photo .photo-list ul:nth-child(2){
	height:640px;
}


.contest-photo .photo-list ul li{
	margin-right:16px;
}

.contest-photo .photo-list ul li:last-child{
	margin-right:0;
}

.contest-photo .photo-list ul li img{
    max-width: unset;
	height:100%;
	cursor:pointer;
}

.audition-menu{
	width:100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../images/list_img_05.png") lightgray 50% / cover no-repeat;
	min-height:1080px;
	max-height:100%;
}


.audition-menu .audition-menu-list{
	padding:230px 320px;
}

.audition-menu .audition-menu-list ul{
	border-top:solid 2px #D9D9D9;
}

.audition-menu .audition-menu-list ul:last-child{
	border-bottom:solid 2px #D9D9D9;
}

.audition-menu .audition-menu-list ul li{
	padding:48px 0;
    display: flex;
    justify-content: space-between;
}

.audition-menu .audition-menu-list ul li .menu-name dd:first-child{
	color: #fff;
	font-family: Anton;
	font-size: 56px;
	font-weight: 400;
	line-height: 64px; /* 114.286% */
	letter-spacing: 1.12px;
	text-transform: capitalize;		
}

.audition-menu .audition-menu-list ul li .menu-name dd:last-child{
	color: rgba(255, 255, 255, 0.80);
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.audition-menu .audition-menu-list ul li .menu-detail dd{
    border-radius: 100px;
    border: solid 2px #fff;
    padding: 24px 54px;
    color: #fff;
    font-family: Anton;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
	cursor:pointer;
}

.audition-menu .audition-menu-list ul li .menu-detail dd:hover{
    color: #141414;
	background: #FFF;
	animation: fadein 3s;
}

@keyframes fadein {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

.sitemap{
    max-width: 1280px;
    margin: 0 auto;
}

.sitemap h1{
	margin:160px 0 120px;
	color: #fff;
	font-family: Anton;
	font-size: 136px;
	font-weight: 400;
	line-height: 150px; /* 110.294% */
	letter-spacing: 2.72px;
	text-transform: uppercase;
    text-align: center;
}

.sitemap .sitemap-list ul{
	margin-bottom:150px;
}

.sitemap .sitemap-list ul li:last-child{
    padding: 67.5px 0;
    display: flex;
    justify-content: space-between;
}

.sitemap .sitemap-list ul li .menu-name dd:first-child{
	color: #fff;
	font-family: Anton;
	font-size: 56px;
	font-weight: 400;
	line-height: 64px; /* 114.286% */
	letter-spacing: 1.12px;
	text-transform: capitalize;		
}

.sitemap .sitemap-list ul li .menu-name dd:last-child{
	color: rgba(255, 255, 255, 0.80);
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.sitemap .sitemap-list ul li .menu-detail dd{
    border-radius: 100px;
    border: solid 2px #fff;
    padding: 24px 54px;
    color: #141414;
    font-family: Anton;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
	background: #FFF;
	cursor:pointer;
}


.sitemap .sitemap-list ul li .menu-detail  dd:hover{
    color: #fff;
	background:unset;
	animation: fadein 3s;
}


.scroll-menu{
    position: absolute;
    top: 0px;
    width: 100%;
    background: #141414;
	display:none;
    padding-bottom: 200px;
}


/* footer */
footer img{
	width:80px;
    display: block;
    margin-bottom: 24px;
}

footer .footer-info{
    max-width: 1280px;
    margin: 0 auto;	
}

footer .footer-info span{
    display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;	
	color: #666;
	margin-bottom:16px;
}

footer .footer-info span a{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;	
	color: #666;
	margin-bottom:16px;
}

/* 모바일 메뉴 */
#m-open-menu {
	display:none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #36374080;
}
#m-open-menu.show{
    display: block;
}
#m-open-menu .menu-container {
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    bottom: 0;
    background: #fff;
    width:100%;
    overflow: hidden;
	padding:24px;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 4%), 2px 2px 20px rgb(0 0 0 / 6%);
    
}

#m-open-menu .menu-container .user-area{
    display: flex;
    justify-content: space-between;	
}

#m-open-menu .menu-container .user-area span img{
	width:76px;
}

#m-open-menu .menu-container .menu-list{
	margin-top:20px;
	padding:0 8px;
    height: 82%;
    overflow-y: auto;
    border-bottom: solid 1px #141414;
}

#m-open-menu .menu-container .menu-list li{
	padding:20px 0;
}

#m-open-menu .menu-container .menu-list li a{
	color: #141414;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#m-open-menu .menu-container .menu-list li dl{
	padding-top:20px;
	display:none;
}


#m-open-menu .menu-container .menu-list li dl dd{
	padding:12px 0;
}

#m-open-menu .menu-container .menu-list li dl dd a{
	color: #141414;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#m-open-menu .menu-container .lang-select{
    border-radius: 50px;
    border: solid 1px #141414;
    margin-top: 24px;
    display: inline-block;
    float: right;
    padding: 4px;

}

#m-open-menu .menu-container .lang-select ul{
	display: flex;
    justify-content: flex-end;
}

#m-open-menu .menu-container .lang-select ul li{
	color: #141414;
	font-family: Anton;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;	
	padding:6px 16px;
}

#m-open-menu .menu-container .lang-select ul li.on{
	color: #fff;
	border-radius: 50px;
	background: #141414;
	font-size: 18px;

}


/* sub visual */
.visual{
	position:relative;
	width: 100%;
    background:url(../images/visual_01.png)  no-repeat;
	background-size: cover;
    min-height: 480px;
    max-height: 100%;	
}
.visual h1{
    position: absolute;
    bottom: 80px;
    width: 1280px;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    left: 50%;
}

.content{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 170px;
}

.content h1{
	margin:80px 0;
	text-align:center;
	color: #141414;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}

.content h1.sub-title{
	font-size: 32px;
	margin:65px 0 0 0;
}

.content h1.sub-title em {
	color: #0646A5;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}

.content h3{
	color: #666;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin-top:20px;
}

.group-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.group-list ul li{
	color: #141414;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
    flex-basis: 25%;
	padding:55px 24px;
	background: #F5F5F5;
	border:solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.greeting-list  .tab-menu{
	margin-bottom:120px;
}

.greeting-list  .tab-menu ul{
    display: flex;
    justify-content: space-evenly;
}

.greeting-list  .tab-menu ul li span{
	color: #141414;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
    vertical-align: middle;
}

.greeting-list  .tab-menu ul li.active span{
	text-decoration-line: underline;
}


.greeting-list  .tab-menu ul li img{
	width:55px;
    vertical-align: middle;
    margin-right: 10px;
}

.info{
	display:none;
}
.info.active{
	display:block;
}

.info ul{
    display: flex;
    justify-content: flex-start;	
}

.info ul li:first-child{
	padding:40px 80px;
	border-right:1px solid #eee;
    text-align: center;
    flex-basis: 35%;
}

.info ul li .name{
	color: #141414;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	margin:18px 0;
}

.info ul li .title{
	color: #141414;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
}

.info ul li:last-child{
	padding-left:80px;
    flex-basis: 65%;
}

.info ul li:last-child h3{
	color: #141414;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	margin-bottom:32px;
}

.info ul li:last-child h3 em{
	color: #0646A5;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;	
}
.info ul li:last-child p{ 
	color: #666;
	text-align: justify;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.info .history{
	padding:48px;
	margin-top:50px;
	background: #F5F5F5;	
    display: flex;
    justify-content: flex-start;
}

.info .history .history-list{
	margin-right:40px;
}

.info .history .history-list h3{
	color: #141414;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin-bottom:24px;
}

.info .history .history-list p{
	color: #141414;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;	
	margin-bottom:16px;
}

.info .history .history-img img{
	margin-right:17px;
}

.info .history .history-img img:last-child{
	margin-right:0;
}

.vision-list .vision-info ul{
    display: flex;
    justify-content: space-around
}

.vision-list .vision-info ul li{
	width: 368px;
	height: 368px;
	border-radius: 368px;	
}

.vision-list .vision-info ul li:first-child{
	background: #0646A5;
}

.vision-list .vision-info ul li:last-child{
	background: #F33622;
}


.vision-list .vision-info ul li span{
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
    display: block;
    margin-top: 117px;
}

.vision-list .vision-info ul li p{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:14px;
	padding:0 79px;
}

.vision-list .vision-value{
	margin-top:120px;
}

.vision-list .vision-value h1{
	color: #141414;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;	
}

.vision-list .vision-value ul{
	padding:32px;
	border-radius: 500px;
	background: #F5F5F5;	
    display: flex;
    justify-content: space-around;
}

.vision-list .vision-value ul li{
	width: 256px;
	height: 256px;
    padding: 95px 0;
    background: #fff;
    border-radius: 50%;
}

.vision-list .vision-value ul li span{
	color: #141414;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
    display: block;
    margin-bottom: 12px;
}

.vision-list .vision-value ul li p{
	color: #666;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.history-list h1{
	text-align:left;
	color: #141414;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
    margin: 24px 0;
}

.history-list h1 svg{
	margin-right:24px;
}

.history-list ul{
    margin-left: 10px;
	border-left:solid 1px #141414;
}

.history-list ul li{
	margin-left:32px;
	color: #666;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;	
	margin-bottom:24px;
}
.organization-list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.organization-list ul.th{
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

.organization-list ul li{
    flex-basis: 30%;
	color: #141414;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	padding:24px 0;
}

.organization-list ul li:last-child{
    flex-basis: 40%;
}

.organization-list ul.th li{
	font-weight: 700;	
	padding:16px 0;
}

.intro{
    padding-bottom: 64px;
    border-bottom: 1px solid #eee;
}

.intro.section-01 ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.intro.section-01 ul li:first-child{
    flex-basis: 35%;
}

.intro.section-01 ul li:last-child{
    flex-basis: 65%;
	color: #666;
	text-align: justify;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.intro.section-01 ul li h1{
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	text-align:left;
	margin:0 40px 0 0;
}

.intro.section-01 ul li h1 em{
	color: #0646A5;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;	
}


.intro.section-02{
	margin-top:48px;
}

.intro.section-02 ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin-bottom:32px;
}

.intro.section-02 ul li{
    flex-basis: 33.3%;
}

.intro.section-02 ul li img{
    vertical-align: middle;
}

.intro.section-02 ul li span{
	color: #141414;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;	
    vertical-align: middle;
    margin-left: 24px;
}

.intro.section-03{
	margin-top:48px;
}

.intro.section-03 ul{
    display: flex;
    justify-content: space-between;
}

.intro.section-03 ul li{
	margin-left:16px;
}

.intro.section-04{
	margin-top:48px;
    border-bottom:none;
}

.intro.section-04 ul{
    display: flex;
    justify-content: space-between;
}

.intro.section-04 ul li{
	display: flex;
    justify-content: flex-start;
    border: 1px solid #eee;
    flex-basis: 50%;
    align-items: center;
}

.intro.section-04 ul li:last-child{
	border-left:none;
}

.intro.section-04 ul li .icon{
    margin: 0 24px 0 40px;
    padding: 14px 20px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    border-radius: 50%;
    display: inline-block;
    width: 56px;
	height:56px;
}

.intro.section-04 ul li .icon.p{
	background:#0A85C0;
}

.intro.section-04 ul li .icon.e{
	background:#F5C706;
}

.intro.section-04 ul li .icon.a{
	background:#141414;
}

.intro.section-04 ul li .icon.c{
	background:#F5383F;
}

.intro.section-04 ul li .icon.g{
	background:#0A9E40;
}

.intro.section-04 ul li dl{
	padding:35px 0;
}

.intro.section-04 ul li dl .title{
	color: #141414;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;	
	margin-bottom:12px;
}

.intro.section-04 ul li dl .detail{
	color: #141414;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}

.intro.section-04 ul:last-child li:first-child{
	border-right:none;
}

.culture ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;	
}

.culture ul li:first-child{
    flex-basis: 400px;
	border-right:1px solid #eee;
}

.culture ul li:last-child{
	padding-left:80px;
    flex-basis: 880px;
}

.culture ul li dl{
	margin-bottom:24px;
}

.culture ul li .col{
	color: #666;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;	
}

.culture ul li .val{
	color: #141414;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}

.culture ul li h3{
	color: #141414;
	font-family: Pretendard;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
    margin: 0 0 24px;
    text-align: left;
}

.culture ul li h3 em{
	color: #0646A5;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;	
}
.culture ul li .speech{
	color: #666;
	text-align: justify;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
    margin-bottom: 64px;
}

.culture ul li h5{
	color: #141414;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;	
	margin-bottom:24px;
}

.culture ul li h5 em{
	color: #0646A5;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;	
}

.culture ul li dl.photo{
	margin-bottom:64px;
    display: flex;
    justify-content: space-betwee
}

.culture ul li dl.photo dd:first-child{
	margin-right:16px;
}

.apply-content{
	max-width:1920px;
	width:100%;
    background: url(../images/bg.png) no-repeat;
    min-height: 1563px;
    max-height: 100%;
    margin: 0 auto;
}


.apply-content .apply-info{
	padding-top:960px;
}

.apply-content .apply-info h1{
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 133.333% */
	letter-spacing: 0.96px;
	text-transform: uppercase;	
}

.apply-content .apply-info h1 em{
	color: #1267C5;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: 0.96px;
	text-transform: uppercase;		
}

.apply-content .apply-info p, .apply-content .apply-info p a{
	margin-top:32px;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px; /* 150% */
	letter-spacing: 0.64px;
	text-transform: uppercase;	
}

.button-group{
    display: flex;
    justify-content: center;
    text-align: center;		
	margin-top:56px;
}

.button-group button, .button-group button a{
    padding: 24px 54px;
	font-family: Anton;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	border-radius: 100px;
	margin:0 10px;
}

.button-group button.black{

    border: 1px solid #fff;
	color: #fff;
}



.button-group button.white{
    border: 1px solid #000;
	color: #000;
	background:#fff;
}

.audition-list .filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.audition-list .filter .date{
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;	
}

.audition-list .filter select{
	border:none;
    padding-right: 30px;
	color: #141414;
	text-align: right;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.audition-list .list{
	margin-top:24px;
}

.audition-list .list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.audition-list .list ul li{
	flex-basis: 25%;
	margin:8px 16px 8px 0;
	background: #F7F7F7;
}

.audition-list .list ul li:nth-child(4n){
	margin-right:0px;
}


.audition-list .list ul li img{
	margin:32px 74px 16px;
	width:160px;
    border-radius: 80px;
	cursor: pointer;
}

.audition-list .list ul li h1{
	color: #141414;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;	
    margin: 0;
}

.audition-list .list ul li h3{
	color: #999;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;	
    margin-top: 10px;
    margin-bottom: 30px;
}

.audition-list .list ul li dl{
    display: flex;
    justify-content: space-between;
	flex-wrap: nowrap;
}

.audition-list .list ul li dl dd:first-child{
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;	
	margin-left:20px;
	margin-bottom:16px;
    flex-basis: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.audition-list .list ul li dl dd:last-child{
	color: #0646A5;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;	
	margin-right:20px;
    flex-basis: 40%;
    text-align: right;
}

.audition-list .list ul li .total{
    display: flex;
    justify-content: space-between;	
	margin-top:24px;
	padding-top:24px;
	border-top:1px solid #eee;
}

.audition-list .list ul li .total span:first-child{
	color: #141414;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;	
	margin-left:20px;
}

.audition-list .list ul li .total .total-score{
	color: #FF2E17;
	text-align: right;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin-right:20px;
}

.audition-list .list ul li button{
	margin:32px 20px;
    width: calc(100% - 40px);
	padding:20px;
	border-radius: 50px;
	background: #141414;	
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}

.profile{
    display: flex;
    justify-content: flex-start;
}

.profile{
    display: flex;
    justify-content: flex-start;
}

.profile .profile-img .img-detail{
	width:480px;
	height:480px;
	position:relative;
	margin-right:80px;
}

.profile .profile-img .img-detail h1{
    position: absolute;
    top: 16px;
	left:16px;
    margin: 0;
    padding: 29px 24px;
    background: #fc6251;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;	
}

.profile .profile-img .img-detail .total-class{
	background: #000;
    opacity: 0.7;
    padding: 16px 20px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;	
}

.profile .profile-img .img-list{
	margin:16px 0;
}

.profile .profile-img .img-list ul{
    display: flex;
    justify-content: center;
}

.profile .profile-img .img-list ul li{
	width: 40px;
	height: 40px;	
	border-radius: 20px;
	border: 2px solid #0646A5;	
	margin-right:8px;
}
.profile .profile-img .img-list ul li img{
	border-radius: 20px;
	border: 2px solid #FFF;
}

.profile .profile-info{
	width:100%;
}

.profile .profile-info .name{
	color: #141414;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;	
    margin-bottom: 20px;
}

.profile .profile-info .profile-detail dl{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #EEE;
}

.profile .profile-info .profile-detail dl:last-child{
  border-bottom: 1px solid #EEE;
}

.profile .profile-info .profile-detail dl dd:first-child{
    flex-basis: 30%;
	color: #666;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.profile .profile-info .profile-detail dl dd:last-child{
    flex-basis: 70%;
	color: #141414;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.movie-list ul{
   display: flex;
   justify-content: center;
}

.movie-list ul li{
    margin: 0 16px;
}

.evaluation{
    display: flex;
    justify-content: flex-start;	
}

.evaluation .profile-img{
	width:320px;
	background: #F7F7F7;
	padding:32px 20px;
    text-align: center;
	margin-right:40px;
}

.evaluation .profile-img img{
	width:120px;
    margin: 8px 0;
}

.evaluation .profile-img h3{
	color: #141414;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}

.evaluation .profile-img .total-class{
	padding: 16px 20px;
    border-radius: 50px;
    background: #FC6251;
    margin-top: 32px;
    color: #FFF;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;	
}


.evaluation .profile-img .comment{
    padding-top: 16px;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    border-top: 1px solid #eee;
    margin-top: 40px;	
}

.evaluation .evaluation-list{
	display: flex;
    justify-content: flex-start;	
}

.evaluation .evaluation-list ul {
    margin-right: 18px;
}

.evaluation .evaluation-list .movie-area .movie-title{
    background: #141414;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 14px 12px;
    width: 294px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.evaluation .evaluation-list .score{
    padding: 20px 16px;
    border: 1px solid #eee;
    border-top: none;
}

.evaluation .evaluation-list .score dl{
    display: flex;
    justify-content: space-between;	
    align-items: center;
}

.evaluation .evaluation-list .score dl .point{
    color: #0646A5;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-top: 8px;
}

.evaluation .evaluation-list .score dl button{
    padding: 12px 16px;
    color: #141414;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #eee;	
}


.ranking .filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ranking .filter .date{
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.ranking .filter select{
	border:none;
    padding-right: 30px;
	color: #141414;
    text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.ranking .filter select option{
    padding: 20px 20px 40px;	
}

.ranking .filter .search{
    position: relative;
	margin-left:24px;
}

.ranking .filter .search input{
	border: 1px #EEE;
	background: #F7F7F7;
	padding:13px 44px 13px 16px;
	color: #999;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.ranking .filter .search svg{
    position: absolute;
    margin: 12px;
    right: 0px;
	cursor:pointer;
}

.ranking .list.rank-list{
    height: auto;
    max-height: 600px;
    overflow-y: auto;
}
.ranking .list.rank-list::-webkit-scrollbar{
    width: 10px;
    background-color: unset;
    border: 1px solid #0646A5;
}

.ranking .list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding:16px 0;
}

.mo-tab{
	display:none;
}

.ranking .mo-list{
	display:none;
}

.ranking .list ul.th{

	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:16px 0;
}


.ranking .list ul li{
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    flex-basis: 20%;	
}

.ranking .list ul.th li{
	color: #141414;
	font-weight: 700;
}

.ranking .chart-tab ul{
    display: flex;
    justify-content: flex-start;	
}

.ranking .chart-tab ul li{
    padding: 13px 16px;
    border-radius: 50px;
    background: #fff;
    border:1px solid #eee;
	color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-right: 8px;	
}

.ranking .chart-tab ul li.active{
	color: #fff;	
	background: #0646A5;
}

.ranking .chart-info{
	height:900px;
}
