@charset "utf-8";

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










/*********** reset ***********/
* {
    margin: 0;
    padding: 0;
    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;
}

body {
    font-size: 16px;
}

ul {
    list-style: none;
}

img {
    vertical-align: top;
}

.hidden {
    position: absolute;
    left: -9999px;
}

a:any-link {
    text-decoration: none;
}










/*font*/
p {
    font: normal 1em/2 'Pretendard Variable';
    letter-spacing: -3%;
    text-align: justify;
}

h1 {
    font: bold 1.13em/1.6 'Pretendard Variable';
    letter-spacing: -3%;
}

h2 {
    font: bold 1em/1.6 'Pretendard Variable';
    letter-spacing: -3%;
}

h3 {
    font: 800 1.75em/1.2 'Pretendard Variable';
    letter-spacing: -3%;
}

h4 {
    font: bold 1em/1.6 'Pretendard Variable';
    letter-spacing: -3%;
}

h5 {
    font: bold 1em/1.6 'Pretendard Variable';
    letter-spacing: -3%;
}

li {
    font: normal 1em/2 'Pretendard Variable';
    letter-spacing: -3%;
}










/*********** 모바일 기본설정 ***********/
/***header***/
#header {
    position: fixed;
    top: 0;
    width: calc(100% - 40px);
    height: 40px;
    padding: 20px;
    z-index: 2;
    pointer-events: none;
}

.logo {
    position: absolute;
    width: 120px;
    line-height: 40px;
    cursor: pointer;
    pointer-events: all;
}

.logo a {
    color: #000;
}

#lang {
    position: absolute;
    top: 20px;
    right: 70px;
}

.lang {
    cursor: pointer;
    pointer-events: all;
    height: 40px;
    overflow: hidden;
}

.lang > li {
    line-height: 40px;
}








/***nav***/
.menu {
    position: fixed;
    right: 20px;
    top: 29px;
    width: 25px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
}

.line1,
.line2,
.line3 {
    width: 25px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.line2 {
    top: 9px;
}

.line3 {
    top: 18px;
}

.deg45 {
    transform: translateY(9px) rotate(45deg) scale(1.2);
}

.deg-45 {
    transform: translateY(-9px) rotate(-45deg) scale(1.2);
}

.rotatey90 {
    transform: rotateY(90deg);
}

#lnb {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 40px;
    padding: 40px 20px 0 20px;
    background-color: #fff;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

.lnb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 40px);
    height: 100vh;
    padding: 40px 20px 0 20px;
    background-color: #fff;
    z-index: 1;
}

.lnb > li {
    position: relative;
    top: 80px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 24px;
}

.lnb > li:nth-child(7) {
    margin-bottom: 90px;
}

.lnb > li:nth-child(7)::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -46px;

}

.lnb > .signin,
.lnb > .signup {
    font-weight: 400;
    font-size: 1em;
    line-height: 22px;
    margin-bottom: 16px;
}

.sub {
    display: none;
    padding: 10px 0 0 20px;
}

.sub > li {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 35px;
    cursor: pointer;
}

.sub > li:hover {
    color: #666;
}

.draw {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 5px;
    right: 20px;
    transform: rotate(45deg);
    transition: all 0.2s;
}

.drawrotate {
    transform: rotate(135deg);
}








/***main***/
#contentwrap {
    max-width: 639px;
}





/*home*/

.home {
    position: relative;
}

.mainbanner {
    width: calc(100% - 40px);
    height: 100vh;
    background-image: url(../img/home/banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px;
}

.mainbanner h3,
.mainbanner h4,
.mainbanner h2 {
    position: absolute;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.mainbanner h3 {
    top: 130px;
    font-size: 1.5em;
    font-weight: 600;
}

.mainbanner h4 {
    top: 160px;
    font-size: 1em;
    line-height: 1.2;
}

.mainbanner h2 {
    width: 350px;
    bottom: 100px;
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 800;
}

.homeMenu {
    margin-top: 20px;
}

.homeMenu > p {
    font-size: 0.88em;
    margin-bottom: 20px;
}

.artists,
.timetable,
.tickets,
.gallery {
    overflow: hidden;
    cursor: pointer;
}

.gallery {
    margin-bottom: 0;
}

.homeMenu,
.news,
.playlist {
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
}

.homeMenu_grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}

.homeMenu_grid > div > div {
    float: left;
}

.box {
    width: calc((100% - 16px) / 2);
    padding-top: calc((100% - 16px) / 2);
    background-color: #ddd;
    position: relative;
    margin-right: 16px;
}

.box > h4 {
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-size: 1.25em;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box2 {
    position: relative;
    width: calc((100% - 16px) / 2);
    padding-top: calc((100% - 16px) / 2);
}

.box2 > span:first-child {
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: 300;
}

.arrow1 {
    position: absolute;
    top: 40px;
    right: 1px;
    width: calc(100% / 2 - 16px);
    height: 1px;
    background-color: #000;
}

.arrow2 {
    position: absolute;
    top: 36px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}

.newsbanner {
    width: 100%;
    position: relative;
}

.newsbanner > ul {
    position: relative;
    width: 400%;
    overflow: hidden;
    left: 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.newsbanner > ul > li {
    width: calc(100% - 16px);
    cursor: pointer;
}

.newsbanner > ul > li:hover h4 {
    text-decoration: underline;
}

.newsbanner > ul > li > span {
    font-size: 0.88em;
    color: #666;
}

.newsbanner > ul > li > h4 {
    font: normal 1.13em/1.6 'Pretendard Variable';
}

.newsbanner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.newsbanner .next {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.next1 {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #000;
    border-radius: 21px;
}

.next2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.viewmore {
    display: block;
    width: 160px;
    height: 60px;
    border: 1px solid;
    margin: 40px auto 10px auto;
    position: relative;
    cursor: pointer;
}

.viewmore:hover {
    background-color: #4757FF;
    color: #fff;
}

.viewmore:hover .arrow1 {
    background-color: #fff;
}

.viewmore .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 0.883em;
}

.viewmore .arrow1,
.viewmore .arrow2 {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.viewmore .arrow1 {
    width: 20%;
}

.viewmore .arrow2 {
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
}

.playlist > h3 {
    margin-bottom: 20px;
}

.playlist > h3 .spotify {
    color: #00BC48;
}

.playlist iframe {
    background-color: #285486;
}







/*info*/
.page_info {
    width: calc(100% - 40px);
    padding: 150px 20px 0 20px;
    color: #fff;
    margin-bottom: 160px;
}

.bgi {
    background-image: url(../img/info/bgi.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.info_top {
    margin-top: 80px;
    position: relative;
}

.info_top > h2 {
    font-weight: 800;
    font-size: 3em;
    text-align: center;
    line-height: 1.2;
}

.info_top > h4 {
    font-size: 1.5em;
    text-align: center;
    line-height: 1.2;
}

.info_top > p {
    margin-top: 60px;
    margin-bottom: 70px;
    text-align: center;
}

.poster {
    width: 100%;
    margin-bottom: 80px;
}

.overview {
    margin-bottom: 80px;
}

.overview p {
    line-height: 2;
}

.iprf {
    overflow: hidden;
    margin: 60px 20px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-gap: 16px;
}

.iprf img {
    width: 100%;
}

.iprf h4 {
    width: 200px;
    font-size: 1.5em;
    margin-left: 16px;
    line-height: 1.2;
}

.date_place {
    padding-bottom: 60px;
}

.date_place h3 {
    margin-bottom: 30px;
}

.name_detail {
    width: 100%;
    overflow: hidden;
    line-height: 2;
    letter-spacing: -0.5px;
    margin: 25px 0;
}

.name {
    float: left;
    width: calc((100% - 16px * 3) / 4);
}

.detail {
    float: left;
    width: calc(100% - ((100% - 16px * 3) / 4));
}

.viewhistory {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.viewhistory span {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 60px;
    background-color: #fff;
    color: #4757FF;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}









/*page_news*/

.page_news {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 60px;
}

.news_top {
    padding-top: 100px;
    width: 100%;
    height: 166px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.news_top h3 {
    text-align: center;
    font-size: 2.5em;
    height: 110px;
}

.news_search {
    width: 100%;
    height: 50px;
    position: relative;
}

.searchbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 36px;
    background-color: #ddd;
    border-radius: 18px;
    border: none;
    padding: 0 16px;
    font-size: 1em;
}

.search {
    position: absolute;
    top: 6px;
    right: 16px;
    cursor: pointer;
}

.search > span:nth-child(1) {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-radius: 14px;
    right: 0;
    top: 0;
}

.search > span:last-child {
    position: absolute;
    width: 2px;
    height: 7px;
    background-color: #000;
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
}

.news_list {
    width: 100%;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: auto auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.news_article {
    margin-bottom: 10px;
    cursor: pointer;
}

.news_title {
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 5px;
}

.news_date {
    font-size: 0.88em;
    line-height: 1;
    color: #666;
}

.news_article img {
    width: 100%;
}

.news_pagenum {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.news_pagenum > ul {
    width: 195px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 5px;

}

.news_pagenum > ul > li {
    line-height: 2;
    float: left;
    line-height: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.news_pagenum > ul > li:last-child {
    margin-right: 0;
}

.news_pagenum > ul > li:first-child::after {
    content: "";
    position: absolute;
    background-color: #eee;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    z-index: -1;
}

.news_pagenum > ul > li:hover::after {
    content: "";
    position: absolute;
    background-color: #eee;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    z-index: -1;
}










/*faq*/

.page_faq {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 60px;
}

.faq_top {
    padding-top: 100px;
    width: 100%;
    height: 166px;
    border-bottom: 1px solid;
}

.faq_top h3 {
    text-align: center;
    font-size: 2.5em;
    height: 110px;
}

.faq_search {
    width: 100%;
    height: 50px;
    position: relative;
}

.faq_list {
    width: 100%;
    grid-gap: 16px;
    padding-bottom: 30px;
}

.faq_article {
    padding: 20px 16px 25px 16px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.faq_article:hover .faq_title {
    text-decoration: underline;
}

.faq_title {
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 5px;
}

.faq_date {
    font-size: 0.88em;
    line-height: 1;
    color: #999;
}

.faq_pagenum {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.faq_pagenum > ul {
    width: 195px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 5px;

}

.faq_pagenum > ul > li {
    line-height: 2;
    float: left;
    line-height: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.faq_pagenum > ul > li:last-child {
    margin-right: 0;
}

.faq_pagenum > ul > li:first-child::after {
    content: "";
    position: absolute;
    background-color: #eee;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    z-index: -1;
}

.faq_pagenum > ul > li:hover::after {
    content: "";
    position: absolute;
    background-color: #eee;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    z-index: -1;
}








/*page_lineup*/
.page_lineup {
    margin-bottom: 80px;
    width: calc(100% - 40px);
    padding: 20px;
}

.title_bgi {
    position: absolute;
    width: 100%;
    height: 343px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.title_bgi img {
    width: 100%;
    height: 343px;
}

.lineup_top {
    padding: 135px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 250px;
    text-align: center;
}

.lineup_top ul {
    width: 150px;
    height: 40px;
    margin: 20px auto 0 auto;
    display: grid;
    grid-template-columns: auto auto auto;
}

.lineup_top ul li {
    font-size: 1.25em;
    font-weight: 800;
    color: #fff;
    position: relative;
    cursor: pointer;
}

li.check::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 3px;
    background-color: #fff;
}

.lineup_top h3 {
    width: calc((100% - 48px) / 2);
    margin: 5px auto;
    font-size: 2.6em;
    color: #fff;
    line-height: 1;
}

.lineup_list {
    width: 100%;
    padding-top: 20px;
}

.lineup_list h4 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 30px;
}

.lineup_list ul {
    width: 100%;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: auto auto;
}

.lineup_list ul li {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 40px;
    cursor: pointer;
}

.lineup_list ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lineup_list ul li .hoverbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    opacity: 1;
    background-color: #fff;
}

.lineup_list ul li .hoverbox h5 {
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}








/*page_timetable*/
.page_timetable {
    margin-bottom: 80px;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.timetable_top {
    padding: 135px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 250px;
    text-align: center;
}

.timetable_top ul {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto;
}

.timetable_top ul li {
    font-size: 1.25em;
    font-weight: 800;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.timetable_top h3 {
    width: calc((100% - 48px) / 2);
    margin: 10px auto;
    font-size: 2.6em;
    color: #fff;
    line-height: 1;
}

.timetable_list {
    width: 100%;
    padding: 20px 0;
}

.timetable_list h4 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 30px 0;
    border-bottom: 1px solid;
}

.timetable_list ul {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 16px;
}

.timetable_list ul li {
    height: 20px;
}

.artistname {
    font-weight: bold;
}

.kbstage,
.hsstage,
.globalstage {
    width: 100%;
    margin-bottom: 60px;
}

.timetable_list .viewmore {
    margin-top: 100px;
    overflow: hidden;
}

.timetableposter {
    display: none;
    width: 100%;
    margin-top: 100px;
}

.timetableposter img {
    width: 100%;
}








/*page_ticket*/
.page_ticket {
    margin-bottom: 80px;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.ticket_top {
    padding: 130px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 250px;
    text-align: center;
}

.ticket_top h3 {
    width: 200px;
    margin: 30px auto 0 auto;
    font-size: 2.6em;
    color: #fff;
    line-height: 1;
}

.ticket_btn {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 30px;
}

.ticket_btn ul {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: auto;
}

.ticket_btn ul li {
    width: calc((100% - 16px) / 2);
    line-height: 50px;
    background-color: #4757FF;
    text-align: center;
    margin: 0 auto;
}

.ticket_btn ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.ticket_table {
    width: 100%;
    padding: 20px 0;
}

.ticket_table h4 {
    font-size: 1.25em;
    margin-bottom: 20px;
}

.ticket_regular {
    margin-bottom: 60px;
}

.ticket_regular .row {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid;
}

.ticket_regular .row > li {
    height: 50px;
    border-bottom: 1px solid;
    font-size: 0.88em;
    letter-spacing: -0.5px;
}

.ticket_regular .col.subject {
    font-weight: 800;
    height: 50px;
    background-color: #E2E5FF;
    color: #4757FF;
}

.ticket_regular .col li {
    width: 25%;
    float: left;
    line-height: 50px;
}

.ticket_regular li.subject {
    font-weight: 700;
}

.ticket_sale .row {
    width: 100%;
    border-top: 1px solid #000;
    overflow: hidden;
}

.ticket_sale .row .subject {
    line-height: 50px;
    text-align: center;
    font-weight: 800;
    height: 50px;
    background-color: #E2E5FF;
    color: #4757FF;
}

.ticket_sale .row > li {
    height: 50px;
    border-bottom: 1px solid #000;
    font-size: 0.88em;
    letter-spacing: -0.5px;
    line-height: 1.6;
}

.ticket_sale .col li {
    float: left;
    line-height: 50px;
}

.ticket_sale .col li:first-child {
    width: 25%;
    font-weight: 700;
}

.ticket_sale .col li:nth-child(2) {
    width: 75%;
}

.ticket_sale .row > li.padding {
    height: 70px;
}

.ticket_sale .col li.padding {
    line-height: 1.6;
    padding: 13px 0;
}







/*page_rookie*/
.page_rookie {
    margin-bottom: 80px;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.rookie_top {
    padding: 130px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 250px;
    text-align: center;
}

.rookie_top h3 {
    margin: 30px auto 0 auto;
    font-size: 2.6em;
    color: #fff;
    line-height: 1;
}

.rookie_list {
    width: 100%;
    padding: 20px 0;
}

.rookie_list h4 {
    font-size: 1.25em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 80px;
}

.rookie_list h4 span {
    color: #4757FF;
}

.prize {
    width: 100%;
}

.Prizelist {
    display: grid;
    grid-template-columns: 45% 55%;
    margin-bottom: 32px;
}

.prize h5 {
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.2;
}

.prize h5 span {
    display: block;
    font-size: 0.7em;
    font-weight: 400;
    margin-top: 10px;
}

.prizeimg {
    position: relative;
    cursor: pointer;
}

.Prizelist img {
    width: 100%;
    height: 100%;
}

.prizeimg .hoverbox {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s;
}

.prizeimg:hover .hoverbox {
    opacity: 0.5;
}

.rookie_list .viewmore {
    overflow: hidden;
}

.rookieposter {
    display: none;
    width: 100%;
    padding-top: 60px;
}

.rookieposter img {
    width: 100%;
}










/*page_tour*/
.page_tour {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.tour_top {
    padding: 130px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 250px;
    text-align: center;
}

.tour_top h3 {
    width: 300px;
    margin: 30px auto 0 auto;
    font-size: 2.6em;
    color: #fff;
    line-height: 1;
}

.tour_intro h3 {
    margin: 30px auto 0 auto;
    font-size: 2.6em;
    color: #fff;
    line-height: 1;
}

.tour_intro h4 {
    font-size: 1.25em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
}

.tour_intro h4 span {
    color: #4757FF;
}

.tour_logos {
    width: 50%;
    margin: 0 auto 60px auto;
    text-align: center;
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0;
    place-items: center;
}

.IClogo {
    width: 160px;
    order: -2;
    object-position: center;
}

.ICTour {
    width: 150px;
}

.tour_logos .plus {
    font-size: 3em;
    font-weight: 100;
    color: #999;
    order: -1;
}

.tour_list {
    width: 100%;
    padding: 20px 0;
}

.tout_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 16px;
}

.tour_list ul li {
    width: 100%;
    margin-bottom: 60px;
    font: normal 1em/1.6 'Pretendard Variable';
    letter-spacing: -0.5px;
}

.tour_list ul li img {
    width: 100%;
    margin-bottom: 10px;
}

.tourname {
    font-size: 1.25em;
    font-weight: 700;
}

a.tourmore {
    color: #666;
    text-decoration: underline;
}








/*page_photo*/
.page_photo {
    margin-bottom: 80px;
}

.photo_top {
    padding: 100px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 250px;
    text-align: center;
}

.photo_top h3 {
    margin: 50px auto 0 auto;
    font-size: 2.6em;
    color: #fff;
    line-height: 1;
}

.gallery_list {
    width: 100px;
    margin: 20px auto 0 auto;
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
}

.gallery_year {
    height: 40px;
    overflow: hidden;
}

.gallery_year li {
    width: 100%;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 40px;
    text-indent: -20px;
    cursor: pointer;
}

.gallery_list span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    top: 13px;
    right: 18px;
}

.gallery_type {
    width: calc(100% - 40px);
    padding: 20px;
    margin-top: 10px;
}

.gallery_type ul {
    width: 100%;
    height: 60px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
}

.gallery_type li {
    line-height: 1.2;
    text-align: center;
    font-weight: 800;
    font-size: 1.13em;
    position: relative;
    cursor: pointer;
    color: #999;
}

.gallery_type li:hover {
    color: #4757FF;
}

.gallery_type li.check {
    color: #4757FF;
}

.gallery_type li.check::after {
    position: absolute;
    top: -7px;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 45px solid #E2E5FF;
    z-index: -1;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
}

.gallery_type li span {
    font-size: 90%;
}

.gallery_photo {
    width: calc(100% - 40px);
    padding: 20px;
    margin-top: 10px;
}

.gallery_photo ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 16px;
}

.gallery_photo ul li {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    cursor: pointer;
}

.gallery_photo ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_photo ul li .hoverbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: #000;
    transition: all 0.2s;
}

.gallery_photo ul li:hover .hoverbox {
    opacity: 0.5;
}








/*page_sponsor*/
.page_sponsor {
    margin-bottom: 30px;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.sponsor_top {
    padding: 130px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 250px;
    text-align: center;
}

.sponsor_top h3 {
    margin: 50px auto 0 auto;
    font-size: 2.6em;
    color: #fff;
}

.sponsor_img {
    width: 100%;
}

.sponsor_img img {
    width: 100%;
}









/***footer***/
.footerTop a {
    color: #fff;
}

.footerTop {
    width: calc(100% - 40px);
    height: 100px;
    padding: 50px 20px 30px 20px;
    background-color: #000;
    color: #fff;
    position: relative;
}

.logo_b {
    width: 100px;
    line-height: 1.2;
    cursor: pointer;
}

.fnb {
    position: absolute;
    top: 50px;
    right: 20px;
}

.fnb > ul > li {
    float: left;
    margin-left: 16px;
    line-height: 1.2;
    cursor: pointer;
}

.address {
    width: calc(100% - 40px);
    padding: 20px;
    margin-top: 20px;
    font-size: 0.88em;
    text-decoration: none;
    line-height: 1.6;
    text-align: right;
}

small {
    display: block;
    font-size: 100%;
    margin-bottom: 20px;
}

address {
    font-style: normal;
    text-decoration: underline
}

.sns {
    width: calc(100% - 40px);
    height: 40px;
    padding: 20px;
}

.sns > ul {
    width: 176px;
    float: right;
}

.sns > ul > li {
    float: left;
    margin-left: 16px;
    width: 32px;
    height: 32px;
    background-color: #000;
    border-radius: 16px;
    overflow: hidden;
}

.sns > ul > li.li_white {
    background-color: #fff;
}

.sns > ul > li > a > img.img_white {
    top: -13px;
}

.sns > ul > li:nth-child(3) > a > img.img_white {
    top: -14px;
}

.sns > ul > li:nth-child(4) > a > img.img_white {
    top: -15px;
}

.sns > ul > li:first-child {
    margin-left: 0;
}

.sns > ul > li > a {
    display: block;
    width: 100%;
    height: 200%;
    position: relative;
}

.sns > ul > li > a > img {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.insta {
    width: 19px;
}

.face {
    width: 19px;
}

.youTube {
    width: 20px;
}

.naver {
    width: 21px;
}


/***footer addclass***/
.footerTop_white {
    color: #000;
    background-color: #fff;
}

.text_white {
    color: #fff;
}

a.text_black {
    color: #000;
}










/*********** tablet 추가설정 ***********/
@media all and (min-width: 640px) {
    body {
        font-size: 17px;
    }




    /*main*/

    #contentwrap {
        max-width: 1023px;
    }

    .mainbanner h2 {
        text-align: right;
        width: 500px;
        right: 20px;
    }

    .mainbanner h3 {
        font-size: 1.65em;
        font-weight: 700;
    }

    .mainbanner h4 {
        margin-top: 5px;
    }

    .homeMenu_grid {
        grid-template-columns: auto auto;
        grid-gap: 16px;
    }

    .newsbanner > ul {
        width: 200%;
    }

    .playlist {
        width: 640px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 80px;
    }

    .playlist h3 {
        line-height: 1;
        margin-bottom: 30px;
    }

    .playlist h3 > span {
        font-size: 80%;
    }

    .viewmore {
        width: 200px;
    }




    /*info*/
    .page_info > .info {
        display: grid;
    }

    .info_top {
        margin-top: 130px;
        height: calc(100vh - 150px);
    }

    .info_top h2 {
        margin-top: 100px;
        font-size: 4em;
    }

    .info > img {
        width: 80%;
        margin: 0 auto;
        order: 1;
    }

    .overview {
        display: grid;
    }

    .overview h3 {
        margin-bottom: 30px;
    }

    .iprf {
        width: 400px;
        margin: 0 auto 60px auto;
        order: -1;
    }

    .map {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 16px;
        align-items: center;
    }

    .googlemap {
        height: 300px;
    }

    .name_detail .name {
        width: 30%;
    }

    .name_detail .detail {
        width: 70%;
    }

    .detail_text {
        margin-top: 30px;
        margin-bottom: 60px;
    }


    .viewhistory {
        order: 2;
        margin-top: 60px;
    }


    /*news*/
    .news_article > img {
        height: 250px;
        object-fit: cover;
    }


    /*artist*/
    .lineup_list ul {
        grid-template-columns: auto auto auto;
    }


    /*timetable*/
    .timetable_list ul li {
        height: 25px;
        line-height: 25px;
    }



    /*ticket*/
    .ticket_top h3 {
        width: 100%;
        margin-top: 50px;
    }

    .ticket_btn ul {
        width: 70%;
        margin: 0 auto;
        grid-template-columns: auto auto;
    }

    .ticket_btn ul li {
        width: 100%;
    }


    /*gallery*/

    .gallery_list span {
        right: 15px;
    }

    .gallery_photo ul {
        grid-template-columns: auto auto auto;
    }

    .gallery_type ul {
        width: 450px;
        margin: 0 auto;
    }


    /*tour*/
    .tour_intro h4 {
        margin-top: 30px;
    }

    .tour_logos {
        width: 400px;
        grid-template-columns: auto auto auto;
    }








    /*footer*/
    .footerTop h2 {
        width: 280px;
    }

    .address {
        text-align: center;
    }

    .sns > ul {
        float: inherit;
        margin: 0 auto;
    }
}










/*********** pcWeb 추가설정 ***********/
@media all and (min-width: 1024px) {
    body {
        font-size: 18px;
    }

    #contentwrap {
        max-width: none;
    }



    .page_info,
    .page_news,
    .page_faq,
    .page_timetable,
    .page_ticket,
    .page_tour,
    .page_sponsor,
    .page_lineup,
    .page_rookie {
        max-width: 1024px;
        margin: 0 auto 120px auto;
    }




    /*lnb*/
    .menu {
        display: none;
    }

    .draw {
        display: none;
    }

    #lnb {
        z-index: 10;
        overflow: hidden;
        transition: all 0.2s;
    }

    #lnb:hover {
        height: 210px;
    }

    #header {
        z-index: 20;
    }

    .lnb {
        display: block;
        position: fixed;
        width: 780px;
        top: 0;
        right: 70px;
        height: 40px;
        padding: 20px 0;
        z-index: 10;
        background-color: transparent;
    }

    .lnb > li {
        position: static;
        margin: 0;
        padding: 0;
        float: left;
        font-size: 16px;
        line-height: 40px;
        margin-right: 28px;
    }

    .lnb > li:nth-child(7) {
        margin-bottom: 0;
        margin-right: 32px;
    }

    .lnb > li:nth-child(7)::after {
        content: none;
    }

    .sub {
        display: block;
        position: absolute;
        top: 80px;
        padding: 0;
        font-size: 18px;
    }

    .sub > li {
        display: block;
        width: 90px;
        margin-bottom: 1px;
        height: 35px;
        line-height: 1.2;
    }

    #lang {
        right: 20px;
    }

    .lang {
        font-size: 16px;
    }

    .signup {
        display: none;
    }

    .lnb > .signin {
        font-size: 16px;
        line-height: 40px;
        margin-right: 0;
    }






    /*main*/
    .homeMenu,
    .news,
    .playlist {
        max-width: 1280px;
        margin: 60px auto;
        padding: 20px;
    }

    .mainbanner h3 {
        font-size: 2.2em;
    }

    .mainbanner h4 {
        font-size: 1.3em;
        margin-top: 20px;
    }

    .mainbanner h2 {
        font-size: 3.5em;
        width: 800px;
    }

    .homeMenu_grid {
        grid-template-columns: auto auto auto auto;
    }

    .homeMenu_grid .box {
        width: calc((100% - 32px) / 3 * 2 + 16px);
    }

    .homeMenu_grid .box {
        padding-top: calc((100% - 32px) / 3 * 2 + 16px);
    }

    .homeMenu_grid .box h4 {
        bottom: 10px;
        left: 10px;
        font-size: 20px;
    }

    .box2 {
        width: calc((100% - 32px) / 3);
        font-size: 16px;
        line-height: 1.3;
    }

    .box2 .arrow1 {
        transform: rotate(-45deg);
        width: 50px;
        top: 70px;
    }

    .box2 .arrow2 {
        transform: rotate(0deg);
        top: 52px;
        right: 7px;
    }

    .newsbanner > ul {
        width: 100%;
        grid-gap: 16px;
    }

    .newsbanner > ul > li {
        width: 100%;
    }

    .newsbanner > ul > li > img {
        height: 180px;
    }

    .newsbanner > ul > li span {
        font-size: 16px;
    }

    .newsbanner > ul > li h4 {
        font-size: 1em;
        line-height: 1.6;
        height: 30px;
    }

    .newsbanner .next {
        display: none;
    }







    /*info*/

    .info_top h2 {
        font-size: 5em;
    }

    .overview {
        position: relative;
        height: 300px;
        margin-bottom: 120px;
    }

    .overview h3 {
        position: absolute;
        left: calc(40% + 16px);
    }

    .iprf {
        position: absolute;
        width: 40%;
        grid-template-columns: auto;
        grid-gap: 16px;
        margin: 0;
    }

    .iprf img {
        width: 45%;
        margin: 0 auto;
    }

    .iprf h4 {
        width: 350px;
        margin: 0 auto;
        text-align: center;
    }

    .overview p {
        position: absolute;
        width: calc(60% - 16px);
        left: calc(40% + 16px);
        bottom: 30px;
    }

    .date_place {
        width: 100%;
        height: 300px;
        position: relative;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .date_place h3 {
        position: absolute;
        left: calc(40% + 16px);
    }

    .map {
        display: block;
        margin: 0;
        padding: 0;
    }

    .googlemap {
        float: left;
        width: calc(39% - 16px);
        height: 300px;
    }

    .name_detail {
        margin-top: 60px;
        width: calc(61% - 16px);
        margin-left: 32px;
        float: left;
        text-indent: 32px;
    }

    .detail_text {
        position: absolute;
        bottom: 0;
        left: calc(40% + 16px);
        width: calc(60% - 16px);
    }

    .info > img {
        width: 66.6666%;
    }







    /*news*/
    .news_top,
    .faq_top {
        margin-top: 60px;
    }

    .news_list {
        grid-template-columns: auto auto auto;
    }

    .searchbox {
        width: 250px;
    }

    .news_pagenum > ul,
    .faq_pagenum > ul {
        width: 230px;
    }





    /*faq*/
    .faq_article {
        display: grid;
        padding: 0 0 0 8px;
        height: 105px;
        grid-template-columns: 90px calc(100% - 90px - 16px);
        position: relative;
        grid-gap: 16px;
    }

    .faq_title {
        align-content: center;
        text-indent: 8px;
        font-weight: 600;
    }

    .faq_date {
        align-content: center;
        text-align: center;
        width: 90px;
        order: -1;
        line-height: 1.2;
    }

    .faq_date em {
        font-size: 2.25em;
        font-weight: 800;
        color: #000;
    }

    em {
        font-style: normal;
    }





    /*lineup*/

    .lineup_list {
        margin-bottom: 60px;
    }

    .lineup_list ul {
        grid-template-columns: auto auto auto auto;
    }

    .lineup_top ul {
        margin-top: 10px;
        font-size: 18px;
        grid-gap: 10px;
    }

    .lineup_top h3 {
        margin-top: 20px;
    }

    .lineup_list ul li {
        margin-bottom: 0;
    }

    .lineup_list ul li:hover .hoverbox {
        opacity: 1;
    }

    .lineup_list ul li .hoverbox {
        display: grid;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: all 0.2s;
        place-items: center;
    }

    .lineup_list ul li .hoverbox h5 {
        width: 100%;
        font-weight: bold;
        line-height: 1.2;
        font-size: 1.3em;
        color: #fff;
        text-align: center;
    }








    /*timetable*/
    .timetable_top ul {
        margin-top: 10px;
        font-size: 18px;
        grid-gap: 10px;
    }

    .timetable_top h3 {
        margin-top: 20px;
    }

    .timetable_list ul {
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 16px;
    }

    .timetable_list ul li {
        width: 100%;
    }

    .timetableposter {
        width: 70%;
        margin: 120px auto 0 auto;
    }






    /*ticket*/
    .ticket_top h3 {
        margin-top: 50px;
    }

    .ticket_btn ul {
        width: 800px;
        grid-template-columns: auto auto auto auto;
        font-size: 18px;
    }

    .ticket_regular .row li,
    .ticket_sale .row li {
        height: 60px;
        line-height: 60px;
    }

    .ticket_regular .row .subject,
    .ticket_sale .row .subject {
        height: 60px;
        line-height: 60px;
    }

    .ticket_sale .row > li.padding {
        height: 60px;
    }

    .ticket_sale .col li.padding {
        line-height: 60px;
        padding: 0;
    }





    /*superrookie*/
    .rookie_list h4 {
        margin-top: 30px;
        margin-bottom: 90px;
    }

    .prize {
        display: grid;
        grid-template-columns: calc((100% - 32px) / 2) calc((100% - 32px) / 2);
        grid-gap: 32px;
    }

    .prize h5 {
        font-size: 1.5em;
        font-weight: 800;
    }


    .rookieposter {
        width: 66.6666%;
        margin: 30px auto 0 auto;
    }







    /*tour*/
    .tour_top h3 {
        width: 100%;
        margin-top: 50px;
    }

    .tour_intro h4 {
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .tour_logos {
        margin-bottom: 90px;
    }

    .tour_list ul li {
        position: relative;
        overflow: hidden;
        height: 300px;
        text-align: justify;
    }

    .tour_list ul li img {
        float: left;
        width: calc((100% - 16px) / 2 - 16px);
        height: 300px;
        object-fit: cover;
        margin-right: 16px;
    }

    .tourname {
        display: block;
        position: relative;
        top: 150px;
        font-weight: 900;
        text-indent: 16px;
        font-size: 1.5em;
    }

    .tourinfo {
        position: absolute;
        left: calc((100% - 16px) / 2 + 16px);
        bottom: 0;
        display: block;
    }






    /*gallery*/
    .gallery_list {
        margin-top: 10px;
        font-size: 18px;
    }

    .gallery_list span {
        width: 9px;
        height: 9px;
        top: 11px;
    }

    .gallery_type {
        margin: 30px auto;
    }

    .gallery_photo ul {
        grid-template-columns: auto auto auto auto;
    }




    /*sponsor*/

    .page_sponsor {
        margin-bottom: 0;
    }

    .sponsor_img {
        width: calc(100% - 40px);
    }






    /*footer*/

    footer {
        font-size: 18px;
    }

    .footerTop {
        height: 80px;
    }

    .footerTop .logo_b {
        width: 500px;
    }
}