@charset "UTF-8";

/* @font-face {
    font-family: 'NanumSquareAcR';
    src: url('../fonts/NanumSquareOTF_acR.otf') format('otf');
}
@font-face {
    font-family: 'NanumSquareAcB';
    src: url('../fonts/NanumSquareOTF_acB.otf') format('otf');

}
@font-face {
    font-family: 'NanumSquareAcEB';
    src: url('../fonts/NanumSquareOTF_acEB.otf') format('otf');

}
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap'); */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* font-family: 'Noto Sans', sans-serif; */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	line-height: 1;
    color:#000;
    overflow-x: hidden;
    margin: 0;
}
i {
    font-style: no;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover{
    cursor: pointer;
}
.cobalt {
    color: #34C9D4;
}
.red {
    color: red !important;
}

/* 공통 */
/* 웹폰트 부드럽게, 모서리의 경계 픽셀이 깨지지 않음 */
* {
    -webkit-font-smoothing:antialiased;
}
.hidden {
    display: none;
}
.container {
    max-width:1280px;
    margin: 0 auto;
}
.container-1600 {
    max-width:1600px;
    margin: 0 auto;
}
.container-1700 {
    max-width:1700px;
    margin: 0 auto;
}
.container-1000 {
    max-width:1000px;
    margin: 0 auto;
}
.posrel {
    position: relative;
}


.pc {
    display: block !important;
}
.tab {
    display: none !important;
}
.mo {
    display: none !important;
}
#barsbtn {
    display: none;
}
#closedbtn {
    display: none;
}


/*  header */
#mainhd {}
#mainhd .main_hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    position: relative;
    padding-right: 100px;
}
#mainhd .main_hd #hd_logo {
    width: 80px;
}
#mainhd .main_hd #hd_logo img {
    width: 100%;
    display: none;
}
#mainhd .main_hd #hd_logo img.logo_active {
    display: inline;
}
#mainhd .main_hd nav ul{
    display: flex;
}
#mainhd .main_hd nav ul li {
    margin-left: 40px;
}
#mainhd .main_hd nav ul li a {
    font-size: 17px;
    color: #707070;
    font-weight: 500;
   
}
#mainhd.sub_hd {
    position: absolute;
    z-index: 10;
    width: 100%;
}
#mainhd.sub_hd .main_hd nav ul li a {
    color: #fff;
}



/* main index */

.index .section1 .sec1_bg {
    position: relative;
    width: 100%;
    height: 740px;
    overflow-y: hidden;
}
.index .section1 .sec1_bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.index .section1 .sec1_bg .v_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index .section1 .sec1_bg .v_txt img {
    width: 100%;
}
.index .section2 {
    background: #222;
}
.index .section2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.index .section2 ul li {
    flex: 1;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 20px 0;
}
.index .section2 ul li:last-child {
    border-right: none;
}
.index .section2 ul li .t_txt {
    margin-bottom:20px ;
    text-transform: uppercase;
}
.index .section2 ul li .b_txt {
    font-size: 36px;
}
.index .section3 {
    padding: 150px 0;
}
.index .section3 h2 {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.index .section3 .creator_cont > ul {
    display: flex;
    justify-content: center;
    margin: 100px auto;
    max-width: 700px;
}
.index .section3 .creator_cont > ul.c2 {
    /* max-width: 1000px; */
    max-width: 700px;
}
.index .section3 .creator_cont >ul >li {
    margin-bottom: 30px;
    margin: 0 15px;
}
.index .section3 .creator_cont >ul >li .content {
    width: 100%;
}
.index .section3 .creator_cont >ul >li .content .img_box{
    width: 100%;
}
.index .section3 .creator_cont >ul >li .content .img_box img{
    width: 100%;
}
.index .section3 .creator_cont >ul >li .content .txt_box > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.index .section3 .creator_cont >ul >li .content .txt_box > ul > li h4 {
    font-size: 17px;
    font-weight: 400;
}
.index .section3 .creator_cont >ul >li .content .txt_box > ul > li span a{
    color:#D802FF;
    padding-left: 10px;
}
.index .section3 .creator_cont .morebtn {
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 40px auto 0; 
    background: #7550F4;
    padding: 15px 0;
    display: block;
    text-align: center;
    width: 160px;
    box-sizing: border-box;
}
.index .section4 {
    padding: 150px 0;
    background: #222222;

}
.index .section4 h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}
.index .section4 ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.index .section4 ul li {
    margin-right: 40px;
}
.index .section4 ul li:last-of-type {
    margin-right: 0;
}
.index .section4 ul li .content_box {
    width: 100%;
}
.index .section4 ul li .content_box .img{
    width: 100%;
}
.index .section4 ul li .content_box .img img{
    width: 100%;
}
.index .section4 ul li .content_box .txt {
    margin-top: 20px;
}
.index .section4 ul li .content_box .txt h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.index .section4 ul li .content_box .txt p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.5;
}
.index .section4 ul li .content_box .txt a {
    margin: 50px auto 0;
    color: #fff;
    display: block;
    width: 140px;
    padding: 10px 0;
    text-align: center;
    background: #7550F4;
    border-radius: 15px;
}
.index .section5 {
    padding: 150px 0;
}
.index .section5 h2 {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.index .section5 .img {
    margin-top: 80px;
    width: 100%;
}
.index .section5 .img img {
    width: 100%;
}
.index .section6 {
    padding: 80px 0;
    background: #222222;
}
.index .section6 ul {
    display: flex;
    justify-content: space-between;
}
.index .section6 ul li {
    border-radius: 20px;
    padding: 50px;
    width: 100%;
}
.index .section6 ul li .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index .section6 ul li:first-of-type {
    margin-right: 20px;
    background: #7550F4;
}

.index .section6 ul li:last-of-type {
    margin-left: 20px;
    background: #fff;
}
.index .section6 ul li .content .txt h3 {
    font-size: 24px;
    font-weight: 700;
}
.index .section6 ul li .content .txt  p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
.index .section6 ul li .content .arrow  {
    font-size: 24px;
}
.index .section6 ul li:first-of-type .txt h3 {
    color: #fff;
}
.index .section6 ul li:first-of-type .txt p {
    color: #fff;
}
.index .section6 ul li:first-of-type .arrow {
    color: #fff;
}

.footer {
    padding: 50px 0;
    background: #333;
}
.footer ul {
    display: flex;
    padding-top: 30px;
    align-items: center;
    border-top: 1px solid #666;
}
.footer ul li:first-of-type {
    
}
.footer ul li .img {
    width: 100px;
    padding: 0 80px;
    box-sizing: content-box;
}
.footer ul li .img img{
    width: 100%;
}
.footer ul li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #666;
}
.footer ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #666;
    margin-top: 20px;
}

.sub .section_top {
    width: 100%;
    height: 450px;
    background: #000;
    position: relative;
}
.sub .section_top .content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sub .section_top  .content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    
}
.sub .section_top  .content p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 50px;
    
}
.sub .section_top h2 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.sub01 .section1 {
    background: #222;
    padding: 80px 0 0;
}
.sub01 .section1 .sec_top {
    background: #000;
    padding: 50px 80px;
}
.sub01 .section1 .sec_top p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.sub01 .section1 .sec_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub01 .section1 .sec_content .txt {
    font-size: 200px;
    color: rgba(255,255,255,0.3);
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}
.sub01 .section1 .sec_content .txt span {
    font-size: 140px;
}
.sub01 .section1 .sec_content .img {
    margin-right: 100px;
}

.sub02 .section1 {
    padding: 150px 0;
}
.sub02 .section1 .content >ul {
    display: flex;
    flex-wrap: wrap;
}
.sub02 .section1 .content >ul >li {
    width: 22%;
    margin-bottom: 50px;
    margin-right: 30px;
}
.sub02 .section1 .content >ul >li:nth-of-type(4){
    margin-right: 0;
}

.sub02 .section1 .content >ul >li .img {
    width: 100%;
}
.sub02 .section1 .content >ul >li .img img{
    width: 100%;
}
.sub02 .section1 .content >ul >li >ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}
.sub02 .section1 .content >ul >li >ul > li span {
    margin-left: 10px;
}
.sub02 .section1 .content >ul >li >ul > li span a {
    color: #D802FF;
}
.sub03 .section1 {
    padding: 150px 0;
    background: #222;
}
.sub03 .section1 .content> ul  {
    display: flex;
    justify-content:space-between;
    margin-bottom: 80px;
    align-items: center;
}
.sub03 .section1 .content> ul:last-of-type{
    margin-bottom: 0;
} 
.sub03 .section1 .content> ul > li {
    width: 100%;
}
.sub03 .section1 .content> ul:first-of-type > li:first-of-type{
    margin-right: 100px;
} 
.sub03 .section1 .content> ul > li .txt{
    background: #000;
    padding: 50px 100px 50px 50px;
    border-radius: 15px;

}
.sub03 .section1 .content> ul > li .txt h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.sub03 .section1 .content> ul > li .txt .underline {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 10px 0 20px;
}
.sub03 .section1 .content> ul > li .txt h3{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.sub03 .section1 .content> ul > li .txt p{
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
}
.sub03 .section1 .content> ul > li > ul {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
}
.sub03 .section1 .content> ul > li > ul > li {
    margin-right: 20px;
}
.sub03 .section1 .content> ul > li > ul > li:last-of-type {
    margin-right: 0;
}
.sub03 .section1 .content> ul > li > ul > li .img {
    width: 100%;
}
.sub03 .section1 .content> ul > li > ul > li .img img{
    width: 100%;
}
.sub03 .section1 .content> ul > li > ul > li .sns {
    text-align: end;
    margin-top: 15px;
    padding: 0 20px;
}
.sub03 .section1 .content> ul > li > ul > li .sns span {    
    padding-left: 20px;
}
.sub03 .section1 .content> ul > li > ul > li .sns span a {
    color: #D802FF;
}
.sub03 .section1 .content .song_part {
    margin-bottom: 100px;
}
.sub03 .section1 .content .song_part ul {
    /* max-width: 1000px; */
    margin: 0 auto;
    display: flex;
    width: 100%;
}
.sub03 .section1 .content .song_part ul li {
    margin-bottom: 100px;
    width: 100%;
    margin-right: 10px;
}
.sub03 .section1 .content .song_part ul li:last-of-type  {
    margin-right: 0;
}
.sub03 .section1 .content .song_part ul li video {
    width: 100%;
}
.sub03 .section1 .content .song_part ul li h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.sub03 .section1 .content .song_part ul li p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}
.sub03 .section1 .content .song_part.ver2 ul li {
    width: 25%;
}

.sub03 .section1 .content .song_part.ver3 ul li {
    width: 32%;
}


.sub04 .section1 {
    padding: 150px 0;
    background: #222;
}
.sub04 .section1 h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.sub04 .section1 .content {
    border-top: 2px solid #fff;
    width: 100%;
    margin-top: 80px;
}
.sub04 .section1 .content > ul {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #666;

}

.sub04 .section1 .content > ul > li {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
    
}

.sub04 .section1 .content > ul > li .img {
    font-size: 70px;
    color: #fff;
    margin-right: 30px;
}
.sub04 .section1 .content > ul > li .txt h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.sub04 .section1 .content > ul > li .txt p {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}
.sub04 .section2 {
    padding: 150px 0;
}
.sub04 .section2 .creators > ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sub04 .section2 .creators > ul > li {
    width: 100%;
    margin-right: 5px;
}
.sub04 .section2 .creators > ul > li:last-of-type {
    margin-right: 0;
}
.sub04 .section2 .creators > ul > li .img {
    width: 100%;
}
.sub04 .section2 .creators > ul > li .img img{
    width: 100%;
}
.sub04 .section2 .apply {
    margin-top: 100px;
}
.sub04 .section2 .apply > ul {
    display: flex;
}
.sub04 .section2 .apply > ul > li:first-of-type {
    margin-right: 80px;
}
.sub04 .section2 .apply > ul > li:first-of-type .img {max-width: 400px;}
.sub04 .section2 .apply > ul > li:first-of-type .img img{width: 100%;}
.sub04 .section2 .apply > ul > li:first-of-type .txt {
    width: 100%;
    display: flex;
    justify-content:space-between ;
    padding: 10px 50px;
    font-size: 16px;
}
.sub04 .section2 .apply > ul > li:first-of-type .txt span {
    padding-left: 20px;
}
.sub04 .section2 .apply > ul > li:first-of-type .txt span a {
    color: #D802FF;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li {
    margin-bottom: 40px;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .ip_wrap {
    display: flex;
    justify-content: space-between;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .ip_wrap .input_part {
    margin-right: 40px;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .ip_wrap .input_part:last-of-type {
    margin-right: 0;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li  .input_part .ttl {
    font-size: 20px;
    color: #707070;
    margin-bottom: 10px;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .input_part .input_box {
    width: 100%;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .input_part .input_box input {
    height: 28px;
    width: 100%;
    padding: 0 10px;
}
.sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .input_part .input_box textarea {
    height: 60px;
    width: 100%;
}
.sub04 .section2 .apply > ul > li .check {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.sub04 .section2 .apply > ul > li .agree_cont {
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    padding: 20px;
}
.sub04 .section2 .apply > ul > li #agreeview {
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
}
.sub04 .section2 .apply > ul > li #agree_cont {
    display: none;
}
.sub04 .section2 .apply > ul > li #agree_cont.active {
    display: block;
}
.sub04 .section2 .apply > ul > li .check label {
    padding-left: 5px;
}
.sub04 .section2 .apply > ul > li .submitbtn {
    display: block;
    margin-top: 30px;
    width: 140px;
    text-align: center;
    line-height: 28px;
    background: #7550F4;
    color: #fff;
    border-radius: 10px;
    border: 0;
}
.sub07 .section1 {
    padding: 150px 0;
}

.bo_div {
    width: 100%;
    margin-bottom: 50px;

}
.bo_div .ttl {
    font-size: 18px;
    font-weight: 700;
    width: 200px;
}
.bo_div h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
} 
.bo_div ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.bo_div ul li .input_part {
    width: 500px;
}
.bo_div ul li .input_part input {
    width: 100%;
}


/* 다국어변경버튼 */
#changelang{
    position: absolute;
    right: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    width: 42px;
    height: 42px;

} 
.hide{
    display: none !important;
}
.show{
    display: block !important;
} 

/* 셀렉트 영역 스타일 */
/* .selectlang{
    position: relative;
    padding: 5px 10px;
    width: 60px;
    border-radius: 5px;
    border:1px solid salmon;
    background-color: linen;
    background-image: url("https://img.icons8.com/material-rounded/18/000000/expand-arrow.png");
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
} */

/* 옵션 영역 스타일 */
.selectlang ul{
    position: absolute; 
    top: 0;
    left: 0; 
    /* border:1px solid salmon; */
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
  
}
.selectlang ul li{
    padding: 10px;
    display: none;
    /* border-radius: 5px; */
}
.selectlang ul li.active {
    display: block;
}
.selectlang ul li:first-child{
    background: tomato;
}
.selectlang ul li:nth-child(2){
    background: gold;
}
.selectlang ul li:nth-child(3){
    background: orange;
}
.selectlang ul li:hover{
    background-color: #34C9D4;
}

/* 아이콘 스타일 */
#changelang i{
    vertical-align: bottom;
    margin-right: 5px;
}
#changelang i img{
    width: 20px;
}

#chlbtn {
    position: absolute;
    top: 10px;
    left: 50px;
    width: 100%;
}
#chlbtn a {
    font-size: 20px;
    color: #83cfd7;
}

.quick_menu {
    position: fixed;
    bottom: 100px;
    right: 50px;
    background: #ededed;
    z-index: 2;
    padding: 35px 0;
    border-radius: 50px;
}
.quick_menu li {
    width: 100px;
    height: 70px;
    margin-bottom: 20px;
    /* background: #F9E54E; */
    cursor: pointer;
    text-align: center;
    position: relative;
    border-radius: 50px;
}

.quick_menu li .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.quick_menu li .content .quick_icon {
    width: 44px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.quick_menu li .content .quick_icon img {
    width: 100%;
}
.quick_menu li .content .quick_txt {
    font-size: 14px;
    color: #494949;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: 700;
}

.quick_menu li:last-of-type {
    height: 50px;
    margin-bottom: 0;
}
.quick_menu li:last-of-type .content .quick_icon {
    width: 24px;
}
.quick_menu li .quick_icon span {
    font-size: 20px;
}





/* mobile */
@media screen and (max-width:480px){
    .pc {
        display: none !important;
    }
    .tab {
        display: none !important;
    }
    .mo {
        display: block !important;
    }
    .moi {
        display: inline-block !important;
    }
    #main_nav {
        display: none;
    }
    #main_nav.active {
        display: block;
        padding-top: 70px;
    }
    #mainhd .main_hd {
        height: 70px;
    }
    #mainhd.active .main_hd{
        display: block;
        width: 100%;
        border-bottom: 1px solid #222;

    }
    #mainhd.active {
        background: #000;
        width: 100%;
        height: 100vh;
        display: block;

    }
    #mainhd.sub_hd .main_hd {
        height: 70px;
        background: #000;
        border-bottom: 1px solid #222;
    }
    #mainhd .main_hd #hd_logo {
        width: 60px;
        margin-left: 20px;
        height: 70px;
        line-height: 70px;
       
    }

    #barsbtn {
        line-height: 70px;
        position: absolute;
        top: 0;
        right: 80px;
        font-size: 18px;
        color: #34C9D4;
    }

    #chlbtn {
        position: absolute;
        top: 6px;
        left: 35px;
        width: 100%;
    }



    #mainhd .main_hd nav ul {
        display: block;
    }
    #mainhd .main_hd nav ul li {
        margin-left: 40px;
        margin-bottom: 30px;
    }
    #barsbtn.active {
        display: block;
    }
    #closedbtn {
        display: none;
        line-height: 70px;
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 18px;
        color: #fff;
    }
    #closedbtn.active {
        display: block;
    }
    .index .section1 .sec1_bg {
        height: auto;
    }
    .index .section1 .sec1_bg video {
        position: static;
        transform: none;
    }
    .index .section2 ul {
        padding: 10px 0;
    }
    .index .section2 ul li .t_txt {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .index .section2 ul li .b_txt {
        font-size: 16px;
    }
    .index .section2 ul li:last-of-type .b_txt {
        font-size: 12px;
    }
    .index .section2 ul li {
        padding: 5px 0;
    }
    .index .section3 {
        padding: 80px 0;
    }
    .index .section3 h2 {
        font-size: 28px;
    }
  
    .index .section3 .creator_cont > ul {
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
        margin: 50px auto 0;

    }
    .index .section3 .creator_cont > ul.c1 ,  .index .section3 .creator_cont > ul.c3,   .index .section3 .creator_cont > ul.c2{
        padding: 0 15%;
    }
    .index .section3 .creator_cont > ul > li {
        margin: 0 5px;
    }
    .index .section3 .creator_cont > ul > li .content .txt_box > ul {
        display: block;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }
    .index .section3 .creator_cont > ul > li .content .txt_box > ul > li {
        text-align: center;
    }
    .index .section3 .creator_cont > ul > li .content .txt_box > ul > li h4 {
        font-size: 10px;
        text-align: center;
    }
    .index .section3 .creator_cont > ul > li .content .txt_box > ul > li span a {
        padding-left: 2px;
        font-size: 10px;
    }

    .index .section3 .creator_cont .morebtn {
        font-size: 14px;
        margin: 20px auto 0;
        padding: 10px 0;
        width: 120px;
    }
    .index .section4 {
        padding: 80px 20px;
    }
    .index .section4 h2 {
        font-size: 24px;
        text-align: center;
        word-break: keep-all;
    }
    .index .section4 ul {
        display: block;
    }
    .index .section4 ul li {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .index .section4 ul li:last-of-type {
        margin-bottom: 0;
    }
    .index .section4 ul li .content_box .txt h3 {
        font-size: 18px;
    }
    .index .section4 ul li .content_box .txt p {
        font-size: 14px;
        margin-top: 20px;
    }
    .index .section4 ul li .content_box .txt a {
        margin: 30px auto 0;
    }
    .index .section5 {
        padding: 80px 0;
    }
    .index .section5 h2 {
        font-size: 28px;
    }
    .index .section5 .img {
        margin-top: 50px;
    }
    .index .section6 {
        padding: 20px;
    }
    .index .section6 ul {
        display: block;
    }
    .index .section6 ul li {
        padding: 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    .index .section6 ul li:last-of-type {
        margin-bottom: 0;
    }
    .index .section6 ul li .content .txt h3 {
        font-size: 18px;
    }
    .index .section6 ul li .content .txt p {
        font-size: 12px;
    }
    .content .arrow {
        font-size: 16px;
    }
    .index .section6 ul li:last-of-type {
        margin-left: 0px;
    }
    .index .section6 ul li:first-of-type {
        margin-right: 0px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer ul {
        display: block;
        padding-top: 20px;
        border-top: none;
    }
    .footer ul li .img {
        width: 80px;
        padding: 0;
        box-sizing: content-box;
        margin: 0 auto;
    }
    .footer ul li:first-of-type {
        margin-bottom: 20px;
    }
    .footer ul li h3 {
        font-size: 14px;
        text-align: center;
    }
    .footer ul li p {
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }

    .sub {
         margin-top: 70px;
    }
    .sub .section_top {
        height: 150px;
    }
    .sub .section_top .content h2 {
        font-size: 24px;
        padding: 0 20px;
    }
    .sub01 .section1 {
        padding: 20px 0 0;
    }
    .sub01 .section1 .sec_top {
        background: #000;
        padding: 50px 20px;
    }
    .sub01 .section1 .sec_top p {
        font-size: 14px;
    }
    .sub01 .section1 .sec_content {
        width: 100%;
        padding: 0 20px;
    }
    .sub01 .section1 .sec_content .txt {
        font-size: 40px;
        margin-right: 20px;
    }
    .sub01 .section1 .sec_content .txt span {
        font-size: 20px;
    }
    .sub01 .section1 .sec_content .img {
        margin-right: 0;
        width: 100%;
    }
    .sub01 .section1 .sec_content .img  img {
        width: 100%;
    }
    .sub .section_top .content p {
        font-size: 12px;
        margin-top: 10px;
        padding: 0 20px;
    }
    .sub02 .section1 {
        padding: 80px 20px;
    }
    .sub02 .section1 .content > ul > li {
        width: 46%;
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .sub02 .section1 .content > ul > li:nth-of-type(2n){
        margin-right: 0;
    }
    .sub02 .section1 .content > ul > li > ul {
        padding: 10px;
    }
    .sub02 .section1 .content > ul > li > ul > li span {
        margin-left: 5px;
    }
    .sub03 .section1 {
        padding: 80px 0;
    }
    .sub03 .section1 .content > ul {
        display: block;
        margin-bottom: 50px;
    }
    .sub03 .section1 .content > ul > li .txt {
        padding:50px 20px;
    }
    .sub03 .section1 .content > ul > li .txt h2 {
        font-size: 28px;
    }
    .sub03 .section1 .content > ul > li .txt h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .sub03 .section1 .content > ul > li .txt p {
        font-size: 14px;
        margin-top: 20px;
    }
    .sub03 .section1 .content > ul > li > ul {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
    .sub03 .section1 .content > ul > li > ul > li {
        margin-right: 5px;
    }
    .sub03 .section1 .content > ul > li > ul > li .sns {
        text-align: center;
        margin-top: 10px;
        padding: 0;
    }
    .sub03 .section1 .content > ul > li > ul > li .sns span {
        padding-left: 10px;
    } 
    .sub03 .section1 .content > ul > li > ul > li .sns span:first-of-type {
        padding-left: 0px;
    }
    .sub04 .section1 {
        padding: 80px 0;
    }
    .sub04 .section1 h2 {
        font-size: 28px;
    }
    .sub04 .section1 .content {
        margin-top: 30px;
    }
    .sub04 .section1 .content > ul {
        padding: 0 10px;
    }
    .sub04 .section1 .content > ul > li {
        padding: 20px 0;
    }
    .sub04 .section1 .content > ul > li .img {
        font-size: 20px;
        color: #fff;
        margin-right: 10px;
    }
    .sub04 .section1 .content > ul > li .txt h3 {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .sub04 .section1 .content > ul > li .txt p {
        font-size: 7px;
        line-height: 1.3;
    }
    .sub04 .section2 {
        padding: 80px 0;
    }
    .sub04 .section2 .apply > ul {
        display: block;
    }
    .sub04 .section2 .apply {
        margin-top: 10px;
    }
    .sub04 .section2 .apply > ul > li:first-of-type {
        margin-right: 0px;
        padding: 0 80px 50px;
    }
    .sub04 .section2 .apply > ul > li:first-of-type .img {
        width: 100%;
    }
    .sub04 .section2 .apply > ul > li:first-of-type .img img {
        width: 100%;
    }
    .sub04 .section2 .apply > ul > li:first-of-type .txt {
        padding: 10px 10px;
        font-size: 14px;
    }
    .sub04 .section2 .apply > ul > li:first-of-type .txt span {
        padding-left: 10px;
    }
    .sub04 .section2 .apply > ul > li .apply_form {
        margin-top: 50px;
        padding: 0 20px;
    }
    .sub04 .section2 .apply > ul > li .check {
        font-size: 10px;
    }
    .sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .input_part .ttl {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li {
        margin-bottom: 20px;
    }
    
    .sub04 .section2 .apply > ul > li:last-of-type .apply_table ul li .ip_wrap .input_part {
        margin-right: 20px;
    }
    .sub07 .section1 {
        padding: 80px 0;
    }

    .sub03 .section1 .content .song_part {
        margin-bottom: 30px;
    }
    .sub03 .section1 .content .song_part ul {
        /* max-width: 1000px; */
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .sub03 .section1 .content .song_part ul li {
        margin-bottom: 50px;
        width: 100%;
        margin-right: 0px;
    }
    .sub03 .section1 .content .song_part ul li:last-of-type  {
        margin-right: 0;
    }
    .sub03 .section1 .content .song_part ul li h2 {
        font-size: 14px;
    }
    .sub03 .section1 .content .song_part.ver2 ul li {
        width: 100%;
    }

    #changelang {
        right: 50px;
        width: 20px;
        height: 32px;
    }
    .selectlang ul li {
        padding: 5px;
    }

    .quick_menu {
        display: flex !important;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        border-radius: 0;
        padding: 0;
    }
    .quick_menu li {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
        position: relative;

    }
    .quick_menu li::after {
        content: "";
        width: 1px;
        height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        background: #fff;
    }
    .quick_menu li:last-of-type:after {
        content: "";
        width: 1px;
        height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        background: #fff;
        display: none;
    }

    .quick_menu li .content .quick_icon {
        width: 24px;
        text-align: center;
        margin: 0 auto;
        border-radius: 5px;
    }
    .quick_menu li .content .quick_txt {
        font-size: 12px;
        color: #4C464C;
        white-space: nowrap;
        margin-top: 5px;
    }
    .quick_menu li:last-of-type {
        height: 70px;
        margin-bottom: 0;
    }
    .sub03 .section1 .content .song_part.ver3 ul li {
        width: 100%;
    }
    .sub03 .section1 .content .song_part ul li p {
        font-size: 12px;
    }
    
     






}