@font-face {
    font-family: 'NEXONLv1 Gothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('/fonts/Paperlogy-4Regular.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('/fonts/Paperlogy-5Medium.ttf') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('/fonts/Paperlogy-6SemiBold.ttf') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('/fonts/Paperlogy-7Bold.ttf') format('woff2');
    font-weight: 700;
}

#panel{
    min-width: 320px;
}

.ring-event{
    font-family: "NEXONLv1 Gothic", sans-serif;
}

.ring-event p {
    margin-bottom: 0;
}

.ring-event section {
    display: flex;
    justify-content: center;
}

.ring-event section > div{
    max-width: 768px;
}

#ring-detail .detail-btn,
#homepage-participate .participate-btn{
    padding: 16px 24px 16px 28px;
    display: inline-block;
    background-color: #7E57C2;
    border-radius: 999px;
    color: white;
    font-weight: 700;
}

.detail-btn p {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0;
}

#share h2{
    font-family: Montserrat, sans-serif;
    color: #7230B8;
    font-weight: 800;
    font-size: 28px; /*clamp(28px, 5vw, 35px);*/
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

#share .title{
    font-weight: 700;
    color: #212121;
    font-size: 18px; /*clamp(18px, 3vw, 23px);*/
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

#share .title span{
    line-height: 1.5;
    letter-spacing: -0.7px;
}

.share-container .icons img{
    width: 48px;
    height: 48px;
    cursor: pointer;
}

#participate .title,
#homepage-participate .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

#participate .sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.ring-event #participate img{
    display: inline-block;
    width: 148px;
}

#homepage-participate .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}

#event-notice .title{
    font-family: "Pretendard", sans-serif;
    color: #212121;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.7px;
    cursor: pointer;
}

#event-notice.closed  ul{
    display: none;
}

#event-notice li{
    font-family: "Pretendard", sans-serif;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.7px;
}

#app-install .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -1px;
}

#app-install .buttons a{
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    background-color: #212121;
    font-family: Tahoma, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.31px;
    color: white;
    letter-spacing: -1px;
}

#app-install .buttons .apple {
    padding: 12px 14px;
}

#app-install .buttons .google {
    padding: 12px 6px;
}

#comment input,
#comment button,
#comment p{
    font-family: "Pretendard", sans-serif;
}

#comment-form input {
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.5px;
}

#comment textarea {
    border: none;
    resize: none;
    outline: none;
    max-height: 100px;
}

.comment-input button {
    border: none;
    background-color: #3758FD;
    color: white;
    outline: none;
    right: 0;
    padding: 13px 19px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.comment-list .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: -0.7px;
}

.comment-list .time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.7px;
}

.comment-list .content {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    text-align: start;
    color: #C1C1C1;
    background-color: transparent;
    outline: none;
    border: none;
    width:100%
}

.comment-list .content.active {
    background-color: white;
    color: #212121;
    width: 80%;
}

.comment-info .modify-box p{
    font-weight: 400;
    font-size: 15px;
    color: #212121;
    line-height: 1.4;
    letter-spacing: -0.7px;
    cursor: pointer;
}

.comment-list .user-info img{
    display: inline-block;
    border-radius: 999px;
}

.modify-box p.hide {
    display: none;
}

.comment-info .modify-box.hide{
    display: none;
}

/* pre-order 페이지*/
.pre-order-event{
    font-family: Paperlogy;
    letter-spacing: 0;
}

.pre-order-event p{
    margin: 0;
}

.pre-order-event .timer-box{
    padding-bottom: 40px;
}

.pre-order-event .timer{
    padding: clamp(12px, 3.5vw, 25px) 20px;
    background-color: #2124CC;
    font-size: clamp(17px, 4.5vw, 35px);
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    color: white;
    border-radius: 999px;
    width: 90%;
    max-width: 570px;
    min-width: 280px;
}

.pre-order-event #share .title{
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0;
}

.pre-order-event #app-install .install-box{
    max-width: 375px;
    min-width: 320px;
}

.pre-order-event #app-install .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.pre-order-event #app-install .title span{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}

.pre-order-event #naver-store p{
    font-weight: 800;
    font-size: clamp(24px, 6vw, 34px);
    line-height: 28px;
    color: white;
    vertical-align: middle;
    margin-left: clamp(5px, 2vw, 20px);
}

.pre-order-event #naver-store a {
    padding: 41.5px clamp(24px, 7vw, 54px);
}

.pre-order-event #naver-store img{
    width: clamp(30px, 5vw, 36px);
}
