@charset "UTF-8";
@keyframes bubbleDown {
  0% {
    right: 90%;
  }
  100% {
    right: 100%;
  }
}
@keyframes bubbleUpDown {
  0% {
    bottom: calc(100% + 32px);
  }
  100% {
    bottom: calc(100% + 19.2px);
  }
}
@keyframes bubbleUpDownMini {
  0% {
    bottom: calc(100% + 10px);
  }
  100% {
    bottom: calc(100% + 6px);
  }
}
/* scss 버튼 */
.btn {
  cursor: pointer;
  font-family: "Pretendard", sans-serif;
}
.btn-wrap {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .btn-wrap {
    height: 40px;
  }
}
.btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn-rounding {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
}
.btn-rounding:not(:has(.btn)) {
  padding: 0px 45px;
}
.btn-rounding .btn {
  padding: 0px 45px;
}
.btn-bg-black {
  border: 1px solid #1E1E1E;
  background-color: #1E1E1E;
  font-weight: 500;
  color: #fff;
}
.btn-bg-darkblue {
  border: 1px solid #00155E;
  background-color: #00155E;
  font-weight: 500;
  color: #fff;
}
.btn-bg-darkblue .btn .txt {
  color: #fff;
}
.btn-bg-white {
  font-weight: 500;
  color: #1E1E1E;
}
.btn-black {
  border: 1px solid #1E1E1E;
  background-color: #fff;
  font-weight: 500;
  color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .btn-post {
    font-size: 15px;
  }
}
.btn-post-wrap {
  width: 100%;
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .btn-post-wrap {
    height: 40px;
    max-width: 90px;
  }
}
.btn-post-wrap.btn-rounding {
  padding: 0;
}
.btn-post-wrap .btn-post {
  padding: 0;
}

.sect-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sect-link {
    padding-top: 20px;
  }
}

/* scss 버튼 */
/* scss side버튼 */
.side-container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .side-container {
    padding-right: 30px;
  }
}

.btn-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn-side {
    font-size: 17px;
  }
}
.btn-side::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 88%;
  height: 88%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #FFFFFF4D;
  background-color: transparent;
  z-index: 1;
}
.btn-side-wrap {
  position: sticky;
  top: calc(100dvh - 60px);
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  opacity: 1;
  transform: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-side-wrap {
    top: calc(100dvh - 190px);
    transform: translateY(100%);
    width: 80px;
    height: 80px;
  }
}
.btn-side-wrap:hover .btn-side {
  color: #fff;
}
.btn-side-wrap.hide {
  opacity: 0;
  pointer-events: none;
}
.btn-side-note {
  position: absolute;
  right: 0;
  bottom: calc(100% + 32px);
  transition: opacity 0.3s, width 0.3s;
  pointer-events: none;
  animation: bubbleUpDown 1.5s 0.3s infinite alternate;
}

.bubble {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bubble-wrap .icon {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
}

/* scss side버튼 */
/* scss 수정 */
.performance_all_month_calendar {
  position: relative;
}

.bubble {
  min-width: 194px;
  min-height: 80px;
}
.bubble .tit {  
  font-weight: 500;
    font-size: 24px;
    letter-spacing: -1.68px;
  }
  @media only screen and (max-width: 767px) {
    .bubble .tit {
      font-size: 18px;
      letter-spacing: -1.26px;
    }
}
.bubble .tit strong {
  font-weight: 800;
}
.bubble .cont {
    font-size: 15px;
  letter-spacing: -0.75px;
  color: #666666;
}
.bubble-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 158px;
  border-radius: 15px;
  border: 2.5px solid #1E1E1E;
  background-color: #fff;
  padding: 37px 31px 41px 33px;
  overflow: hidden;
  transition: width 0.3s;
}
@media only screen and (max-width: 767px) {
  .bubble-wrap {
    display: none;
  }
}
.bubble-wrap::before {
  content: "";
  position: absolute;
  right: 50px;
  transform: translateX(50%);
  top: 100%;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom-width: 16px;
  border-top-width: 16px;
  border-top-color: #1E1E1E;
}
.bubble-wrap::after {
  content: "";
  position: absolute;
  right: 50px;
  transform: translateX(50%);
  top: calc(100% - 2.5px);
  border-top: 6.75px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6.75px solid transparent;
  border-left: 7px solid transparent;
  border-bottom-width: 13.5px;
  border-top-width: 13.5px;
  border-top-color: #fff;
}

.btn-side {
  background-color: #1E1E1E;
  color: #fff;
}
.btn-side-note {
  width: 256px;
}

/* scss 수정 */
/* css 수정 */

.performance_all_month .calendar_ver01{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 40px;
}
.performance_all_month .calendar_ver01 .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.performance_all_month.gallery_show .calendar_ver01 .top{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    align-items: flex-end;
}
.performance_all_month .calendar_ver01 .top .left_zone{

}
.performance_all_month .calendar_ver01 .top .left_zone .cal{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 20px;
}
.performance_all_month.gallery_show .calendar_ver01 .top .left_zone .cal{
    display: none;
}
.performance_all_month .calendar_ver01 .top .left_zone .cal .date{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 40px;
    font-weight: 700;
}
.performance_all_month .calendar_ver01 .top .left_zone .cal .date{

}
.performance_all_month .calendar_ver01 .top .left_zone .cal .num{
    display: flex;
    gap: 15px;
    font-family: 'Ibarra Real Nova', serif;
}
.performance_all_month .calendar_ver01 .top .left_zone .cal .num button{
    border: 1px solid #DDDDDD;
    border-radius: 800px;
    width: 80px;
    height: 45px;
    font-size: 17px;
    letter-spacing: -0.9px;
    color: #1E1E1E;
    font-weight: 500;
}
.performance_all_month .calendar_ver01 .top .left_zone .gal{
    display: none;
    font-size: 16px;
}
.performance_all_month.gallery_show .calendar_ver01 .top .left_zone .gal{
    display: flex;
}
.performance_all_month.gallery_show .calendar_ver01 .top .left_zone .gal .num{
    font-weight: 700;
    color: #00155E;
    margin-left: 4px;
}
.performance_all_month .calendar_ver01 .top .right_zone{

}
.performance_all_month .calendar_ver01 .top .right_zone .in{
    border: 1px solid #DDDDDD;
    border-radius: 800px;
    background-color: #F9F9F9;
    padding: 4px;
}
.performance_all_month .calendar_ver01 .top .right_zone .in .btn{
    width: 100px;
    height: 35px;
    font-size: 16px;
    border-radius: 800px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.performance_all_month .calendar_ver01 .top .right_zone .in .btn.active{
    border: 2px solid #00155E;
    background-color: #fff;
    color: #00155E;
    font-weight: 600;
}
.performance_all_month .calendar_ver01 .bottom{
    margin-top: 25px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc{

}
.performance_all_month .calendar_ver01 .bottom .calendar.pc th{
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #E3E3E3;
    text-align: left;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc th .line{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td{
    border: 1px solid #E3E3E3;
    height: auto;
    vertical-align: top;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td .in{
    width: 100%;
    height: 100%;
    padding: 12px;
    position: relative;
    min-height: 155px;
    padding-bottom: 30px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td.today{
    background-color: #F7F8FC;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td.today .in::before{
    content: "Today";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 25px;
    background-color: #00155E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Ibarra Real Nova', serif;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td .in .box_button_wrap{
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 5px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td .in .box_button_wrap .list{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td .in .box_button_wrap .list .icon{

}
.performance_all_month .calendar_ver01 .bottom .calendar.pc td .in .box_button_wrap .list .text{
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}
.gallery_show .tab_ver02 .right input{
    flex: 1;
    height: 100%;
    border: 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-size: 17px;
}
.gallery_show .tab_ver02 .right input::placeholder{
    color: #444;
    color: #1E1E1E33;
}
.gallery_show .tab_ver02 .right button{
    width: 35px;
    min-width: 35px;
    height: 100%;
    text-align: right;
    display: block;
}
.gallery_show .tab_ver02 .right button img {
    width: 16px;
    height: 16px;
}
@media (max-width: 1800px) {
    
}
@media (max-width: 1340px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 1024px) {
    .tab_ver02{
        flex-direction: column;
        padding-top: 50px;
    }
    .tab_ver02 .left{
        width: 100%;
    }
    .tab_ver02 .right{
        display: none;
    }
    .gallery_show .tab_ver02 .right{
        display: flex;
        width: 100%;
        height: 53px;
        margin-top: 10px;
        border: 1px solid #E3E3E3;
        padding-left: 0px;
    }
    .performance_all_year.gallery_show .tab_ver02 .right{
        border-bottom: 0;
        border: 0;
        margin-top: 0;
    }
    .gallery_show .tab_ver02 .right input{
        padding-left: 20px;
        width: calc(100% - 45px);
    }
    .gallery_show .tab_ver02 .right button{
        text-align: center;
        width: 45px;
        aspect-ratio: 1/1;
    }
    .performance_all_month .calendar_ver01 .bottom .calendar.pc{
        display: none;
    }
}
@media (max-width: 767px) {
    .tab_ver02 {
        padding-top: 25px;
        width: 100%;
    }
    .tab_ver02 .left {
        display: block;
        white-space: nowrap;
        font-size: 0;
        width: auto;
        overflow: auto;
        margin-left: -15px;
        padding-left: 15px;
        width: calc(100% + 30px);
    }
    .tab_ver02 .left .btn:last-of-type {
        margin-right: 15px;
    }
    .performance_all_month .calendar_ver01{
        margin-top: 30px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone{
        width: 100%;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal{
        justify-content: space-between;
        padding-right: 0;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal .date{
        gap: 10px;
        font-size: 28px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal .date .btn_prev,
    .performance_all_month .calendar_ver01 .top .left_zone .cal .date .btn_next{
        width: 40px;
        height: 40px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal .date .btn_prev img,
    .performance_all_month .calendar_ver01 .top .left_zone .cal .date .btn_next img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
  
    .performance_all_month .calendar_ver01 .top .left_zone .cal .num{
        padding-top: 1px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal .num button{
        width: 70px;
        height: 42px;
        font-size: 15px;
    }
    .performance_all_month .calendar_ver01 .top .right_zone{
        width: 100%;
        margin-top: 25px;
        margin-left: auto;
    }
    .performance_all_month.gallery_show .calendar_ver01 .top .right_zone{
        margin-top: 10px;
    }
    .performance_all_month .calendar_ver01 .top .right_zone .in{
        display: flex;
    }
    .performance_all_month .calendar_ver01 .top .right_zone .in .btn{
        width: auto;
        height: 39px;
        font-size: 15px;
        padding: 0 10px;
        flex: 1;
    }
    .performance_all_month .tab_ver02{
        margin-top: 0px;
        padding-top: 10px;
    }
    .gallery_show .tab_ver02{
        margin-top: 5px;
        padding-top: 5px;
    }
    .performance_all_month.gallery_show .calendar_ver01 .top .left_zone .gal{
        font-size: 16px;
    }
    
}
@media (max-width: 425px) {
    .gallery_show .tab_ver02 .right{
        height: 45px;
    }
    .gallery_show .tab_ver02 .right input{
        padding-left: 15px;
        font-size: 15px;
    }
    .gallery_show .tab_ver02 .right input::placeholder{
        font-size: 16px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal{
        gap: 10px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal .num button{
        width: 56px;
        height: 37px;
        font-size: 15px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal .num{
        gap: 4px;
    }
    .performance_all_month .calendar_ver01 .top .right_zone{
        margin-top: 10px;
    }
}
@media (max-width: 375px) {
    .performance_all_month .calendar_ver01 .top .left_zone .cal{
        gap: 5px;
    }
    .performance_all_month .calendar_ver01 .top .left_zone .cal .date{
        gap: 3px;
    }
}











.performance_all_month .calendar_ver01 .bottom .calendar.mobile{
    display: none;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .top_box{
    display: flex;
    flex-wrap: wrap;
    gap: 7px 6.5px;
    margin-top: 10px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .top_box .item{
    width: calc(16.66666% - 6.5px);
    height: auto;
    min-height: 38px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    letter-spacing: -1.12px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    text-align: center;
    padding: 4px;
    line-height: 1;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .top_box .item.active{
    background: #00155E;
    border: 1px solid #00155E;
    color: #fff;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box{
    margin-top: 30px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box > div{
    margin-top: 40px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box > div .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box > div .info .tit{
    letter-spacing: -1.4px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box > div .info .date{
    font-weight: 700;
    font-size: 15px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 10px 0px;
    border-bottom: 1px solid #F1F1F1;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor .left{
    font-size: 15px;
    width: 50%;
    display: flex;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor .left span{
    display: inline-block;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor .left span.num{
    width: 24px;
    min-width: 24px;
    display: flex;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor .right{
    display: flex;
    gap: 7px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor .right > *{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    min-height: 22px;
    text-align: center;
    word-break: break-all;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    letter-spacing: -0.65px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor .right .detail{
    border: 1px solid #683726;
    background-color: #683726;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box div .list .floor .right .reservation{
    border: 1px solid #C7000B;
    background-color: #C7000B;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box .program{
    margin-top: 30px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul{
    
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor{
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .box_button_wrap{
    
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .box_button_wrap .icon{

}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .box_button_wrap .text{

}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap{
    display: flex;
    min-height: 85px;
    padding: 10px 0;
    gap: 30px;
    border-bottom: 1px solid #dddddd;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul.today .floor .wrap{
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .left_a{
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .left_a .date{
    font-size: 18px;
    color: #444;
    font-family: 'Ibarra Real Nova', serif;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .left_a .day{
    font-size: 13px;
    color: #1E1E1E4D;
    font-family: 'Ibarra Real Nova', serif;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul.today .floor .wrap .left_a .day{
    font-size: 18px;
    color: #222;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .right_a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .right_a::after{
    content: "";
    position: absolute;
    left: -18px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #dddddd;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .right_a .list{
    display: flex;
    align-items: flex-start;
    gap: 7px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .right_a .list .icon{
    display: flex;
    align-items: center;
    width: 20px;
    min-width: 20px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .right_a .list .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul .floor .wrap .right_a .list .text{
    font-size: 15px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.mobile .bottom_box ul.today .floor .wrap .right_a .no-event{
    font-size: 15px;
    color: #898989;
}

.performance_all_month .calendar_ver01 .bottom .calendar.guide{
    margin-top: 20px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.guide .line_wrap{
    display: flex;
    justify-content: flex-end;
    gap: 23px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.guide .line_wrap .box{
    display: flex;
    align-items: center;
    gap: 5px;
}
.performance_all_month .calendar_ver01 .bottom .calendar.guide .line_wrap .box .icon{

}
.performance_all_month .calendar_ver01 .bottom .calendar.guide .line_wrap .box .text{
    font-size: 14px;
    font-weight: 500;
}
.performance_all_month_calendar .layout_max{
    z-index: 0;
}
@media (max-width: 1800px) {
    
}
@media (max-width: 1700px) {
    .btn-side-note{
        display: none;
    }
    .side-container{
        padding-right: 40px;
    }
    .btn-side-wrap{
        transform: translateY(-40px);
    }
}
@media (max-width: 1340px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 1024px) {
    .performance_all_month .calendar_ver01 .bottom .calendar.mobile{
        display: block;
    }
    .btn-note.btn-side-note{
        display: none;
    }
}
@media (max-width: 767px) {
    .performance_all_month .calendar_ver01 .bottom .calendar.mobile .top_box{
        margin-top: 0;
    }
    .performance_all_month .calendar_ver01 .bottom .calendar.guide .line_wrap{
        gap: 15px;
    }
    .performance_all_month .calendar_ver01 .bottom .calendar.mobile .top_box .item{
        font-size: 15px;
    }
    .btn-side-wrap{
        top: calc(100dvh - 80px);
    }
}
@media (max-width: 425px) {

}
@media (max-width: 375px) {

}

/* css 수정 */