@charset "utf-8";

.disabled {
    pointer-events: none;
    opacity: .5;
}

.filter.handphone-tip {
    margin-bottom: 60px;
    position: relative;
}
.filter.handphone-tip > .right::after {
    content: "(휴대폰 검색 예시 : 010-0000-0000)";
    position: absolute;
    right: 0;
    bottom: -40px;
    line-height: 35px;
    color: rgba(255,255,255,.5);
}

.popup_area {
    position: absolute;
    top: 0;
    left: 0;
    margin: 200px 60px 0 60px;
    z-index: 100;
}

.popup_area .popup_main {
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    float: left;
    margin-left: 5px;
    margin-bottom: 30px;
    position: relative;
    display: none;
}
.popup_area .popup_main > p {
    position: relative;
    padding-bottom: 108.89%;
    height: 0;
}
.popup_area .popup_main > .pc_only {
    width: 450px;
}
.popup_area .popup_main > .mobile_only {
    width: 100%;
}
.popup_main .popup_link{
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}
.popup_main .popup_link.no_link{
    cursor: default !important;
}
.popup_main .popup_link .popup-text-container {
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 20px;
}
.popup-text-container .popup-text-title {
    font-size: 2em;
    margin-top: 35px;
    display: inline-block;
}
.popup-text-container .popup-text-content {
    font-size: 1.5em;
    display: inline-block;
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
    .popup_area {
        margin: 22% 5% 0 5%;
        width: 90%;
    }

    .popup_area .popup_main {
        margin-left: 0;
        width: 100%;
    }
}


#container.main .player_area .swiper-slide a .info {
	position: absolute;
    left: 50%;
    display: inline-table;
    transform: translateX(-50%);
}

#container.fan .fan_news .list_notice .col:nth-of-type(4) {
    width: 138px;
    padding-right: 20px;
}

.spin-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    z-index: 103;
}

.spin-area .loader {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    border: 16px solid #b1b1b1;
    border-radius: 50%;
    border-top: 16px solid #f37321;
    width: 110px;
    height: 110px;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
