@charset "UTF-8";

/*=================================================================================
 * LOGIN (로그인)
 =================================================================================*/
 .login-wrap {display: flex; flex-flow: column wrap; justify-content: center; width: 460px;}
 .login-wrap .logo {text-align: center; margin-bottom: 40px;}
 .login-wrap .login-form dl {margin-bottom: 16px;}
 .login-wrap ul {display: flex; justify-content: center; gap: 16px;}
 .login-etc {margin: 30px 0;}
 .login-etc li::after {content: ''; display: inline-block; margin-left: 12px; width: 1px; height: 14px; background-color: #E5E8EF; vertical-align: middle;}
 .login-etc li:last-child:after {display: none;}
 .sns-login {text-align: center; color: #9FA8BA; font-size: 14px;}
 .sns-login p {margin-bottom: 24px;}

.hint {color: #808080; margin-top: 5px;}
.hint-red {color: #FF3055; margin-top: 5px;}

/*=================================================================================
 * 재생 - 숏폼
 =================================================================================*/
.video-wrap {display: flex; gap: 16px; height: 100%;}
.video-wrap .video {border-radius: 16px; overflow: hidden; background-size: cover;}
.video-wrap .video video, .video-wrap .video img {display:block; width: 100%; height: 100%; object-fit: cover;}
.video-wrap .video-btn {display: flex; flex-flow: column wrap; justify-content: space-between;}
.video-wrap .video-btn > div {display: flex; flex-flow: column wrap; gap: 8px;}
.video-wrap .video-btn > div a {display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: #EFF1F6; color: #000; font-size: 12px; font-weight: 600;}
.video-wrap .video-btn > div a p {margin-top: 26px;}
.video-wrap .video-btn .btn-sound {background: url('../images/icon/ico-audio-off.svg')#EFF1F6 no-repeat center;}
.video-wrap .video-btn .btn-sound.on {background: url('../images/icon/ico-audio.svg')#EFF1F6 no-repeat center;}
.video-wrap .video-btn .btn-reply {background: url('../images/icon/ico-reply.svg')#EFF1F6 no-repeat top 6px center;}
.video-wrap .video-btn .btn-push {background: url('../images/icon/ico-push.svg')#EFF1F6 no-repeat center;}
.video-wrap .video-btn .btn-push.on {background: url('../images/icon/ico-push-on.svg')#EFF1F6 no-repeat center;}
.video-wrap .video-btn .btn-dm {background: url('../images/icon/ico-dm.svg')#EFF1F6 no-repeat center;}
.video-wrap .video-btn .btn-mark {background: url('../images/icon/ico-mark.svg')#EFF1F6 no-repeat center;}
.video-wrap .video-btn .btn-mark.on {background: url('../images/icon/ico-mark-on.svg')#EFF1F6 no-repeat center;}
.video-wrap .video-btn .btn-like {background: url('../images/icon/ico-like.svg')#EFF1F6 no-repeat top 6px center;}
.video-wrap .video-btn .btn-like.on {background: url('../images/icon/ico-like-on.svg')#EFF1F6 no-repeat top 6px center;}
.video-wrap .video-btn .btn-more {background: url('../images/icon/ico-more.svg')#EFF1F6 no-repeat center;}

@media screen and (max-width: 1024px) {
 .video-wrap {gap: 8px; margin-bottom: 8px;}

 .video-wrap .video-btn > div {gap: 4px;}
 .video-wrap .video-btn > div a {width: 56px; height: 56px; transform: scale(.9);}
}

/*=================================================================================
 * 재생 - 푸쉬하기
 =================================================================================*/
 .push-wrap .cont .top {text-align: center; margin-bottom: 40px;}
 .push-wrap .cont .top .img-box {margin:0 auto; width: 220px; height: 260px;}
 .push-wrap .cont .top .img-box img {width: 100%; height: 100%; object-fit: cover;}
 .push-wrap .cont .top .video-name {margin: 16px 0;}
 .push-wrap .cont .top .gift-push {display: flex; align-items: center; justify-content: center; gap: 8px;}
 .push-wrap .cont .top dl {display: flex; align-items: center; justify-content: center; gap: 8px;}
 .push-wrap .cont .top dl dt {color: #7F7F8C;}
 .push-wrap .cont .top dl dd {color: #151516; font-weight: 800;}
 
 .push-wrap .cont .bottom {background-color: #FAFBFC; padding: 26px 12px; border-top: 1px solid #E5E8EF;}
 .push-wrap .cont .bottom .title-box dl dt {color: #7F7F8C;}
 .push-wrap .cont .bottom .title-box dl dd {color: #151516; font-weight: 800;}
 .push-wrap .cont .bottom .info-box p {font-weight: bold; margin: 16px 0 8px 0; color: #7F7F8C;}



/*=================================================================================
 * 업로드
 =================================================================================*/
  .upload-wrap h4 {margin: 24px 0 15px 0;}
  .upload-wrap .img-box {width: 200px; height: 300px;}
  .upload-wrap .btn-viewer {display: block; padding: 10px; color: #fff;}
  .upload-wrap .btn-edit {position: absolute; bottom:8px; left: 50%; width: 94%; background-color: rgba(0, 0, 0, .7); border-radius: 6px; transform: translateX(-50%);}
  .upload-wrap .txt-box {width: calc(100% - 200px);}
  .upload-wrap .txt-box textarea {padding: 8px; width: 100%; height: 100%;}
  
@media screen and (max-width: 1024px) {
   .upload-wrap .img-box {width: 124px; height: 200px;}
   .upload-wrap .txt-box {width: calc(100% - 124px);}
}


/*=================================================================================
 * 내지갑 - 간편비밀번호
 =================================================================================*/
.password-wrap {display: flex; flex-flow: column wrap; justify-content: center; width: 100%; max-width: 500px; text-align: center;}
.password-wrap section {width: 100%;}
.password-wrap h2 {margin-bottom: 40px;}
.pin-dots {display: flex; justify-content: center; gap: 10px; margin-bottom: 40px; font-size: 24px; font-weight: 900;}
.dot {display: flex; justify-content: center; align-items: center; width: 100%; height: 80px; border: 1px solid #DDDDDD; border-radius: 8px; background-color: #fff;}
.dot.filled::after {content: ""; width: 20px; height: 20px; background-color: #151516; border-radius: 50%;}
.keypad {display: grid; width: 100%; grid-template-columns: repeat(3, 28%); gap: 10px 40px; justify-content: center; margin: 0 auto;}
.keypad button {height: 100px; font-size: 30px; font-weight: 400; color: #111; border: none; border-radius: 8px; background-color: #fff; cursor: pointer; transition: background-color 0.2s ease;}
.keypad button:active {background-color: #e0e0e0;}
.keypad .clear {font-size: 17px;}
.btn-find {display: inline-block; margin: 0 auto; border-bottom: 1px solid #c6cad2; font-weight: 500; color: #C6CAD2; margin-top: 40px;}
  
@media screen and (max-width: 500px) {
   .pin-dots {gap: 8px;}
   .dot {height: 70px;}
   .keypad {gap: 10px; grid-template-columns: repeat(3, 33%);}
   .keypad button {font-size: 24px; height: 70px;}
}

/*=================================================================================
 * 내지갑 - 충전내역
 =================================================================================*/
 .page-wallet .layout-contents article {max-width: 1000px; width: 100%;}
 .wallet-wrap .cont > div {margin-bottom: 24px;}
 .wallet-wrap .banner-box {display: flex; justify-content: center; align-items: center; width: 100%; height: 120px; background-color: #C6CAD2; border-radius: 16px; color: #fff; overflow: hidden;}
 .wallet-wrap .push-box {display: flex; justify-content: space-between; align-items: center; padding: 24px 20px; border: 1px solid #E5E8EF; border-radius: 16px; gap: 12px;}
 .wallet-wrap .push-box > div {display: flex; align-items: flex-start; width: 100%; gap: 12px;}
 .wallet-wrap .push-box dl dt {display: flex; align-items: center; padding: 8px 0; font-size: 16px; gap: 8px;}
 .wallet-wrap .push-box dl dd {font-size: 18px; font-weight: 900;}
 .wallet-wrap .search-box {display: flex; justify-content: space-between; align-items: center; gap: 8px;}
 .wallet-wrap .search-box ul {display: flex; justify-content: space-between; align-items: center;}
 .wallet-wrap .search-box .srch-input {width: 100%; max-width: 320px;}
 .wallet-wrap .list-wrap {padding-bottom: 40px;}
 .wallet-wrap .list-wrap .item {display: flex; justify-content: space-between; align-items: center; padding: 20px 10px; border-bottom: 1px solid #E5E8EF;}
 .wallet-wrap .list-wrap .item .s {font-size: 13px; color: #7F7F8C; font-weight: 500;}
 .wallet-wrap .list-wrap .item .right {text-align: right;}
 .wallet-wrap .list-wrap .item h4 {margin: 6px 0;}
 .date-quick {gap: 8px;}
 .date-quick a{display: flex; justify-content: center; align-items: center; padding: 16px 16px; background-color: #EFF1F6; color: #7F7F8C; border: none !important;border-radius: 6px; white-space: nowrap;}
 .date-quick li.on a {background-color: #000; color: #fff;}
  
@media screen and (max-width: 1200px) {
   .wallet-wrap .search-box {justify-content: flex-start; flex-flow: row wrap;}
   .wallet-wrap .search-box .srch-input {max-width: 100%;}
}
@media screen and (max-width: 500px) {
   .wallet-wrap .search-box ul {width: 100%;}
   .wallet-wrap .search-box ul li {width: 100%;}
   .wallet-wrap .search-box ul li a {padding: 8px; text-align: center;}
   .wallet-wrap .search-box .date-input input[type=date] {font-size: 15px; padding: 8px; width: 100%; min-width: 80px;}
   .wallet-wrap .search-box .date-input li:nth-child(2) {width: 20px;}
   
   .wallet-wrap .push-box {flex-flow: row wrap;}
   .wallet-wrap .push-box .btn {width: 100%;}
}


/*=================================================================================
 * 내지갑 - 푸쉬 충전하기
 =================================================================================*/
 .page-push-charge article {max-width: 600px; width: 100%;}
 .charge-wrap .toggle-group {margin-top: 12px;}
 .charge-wrap .form-wrap > div {padding-bottom: 8px;}

 .radio-group li {display: flex; align-items: center; gap: 8px; padding: 16px 0; border-bottom: 1px solid #EFF1F6;}
 .radio-group li label {width: 100%;}

 .toggle-group {display: flex; align-items: center; gap: 8px;}
 .toggle-group li {width: 100%;}
 .toggle-group li a{display: flex; justify-content: center; align-items: center; width: 100%; padding: 12px 16px; border:1px solid #C6CAD2; color: #5D5D64; border-radius: 8px; white-space: nowrap;}
 .toggle-group li.on a {background-color: #000; color: #fff;}
 
 .toggle-group.s {gap: 4px;}
 .toggle-group.s li {width: auto;}
 .toggle-group.s li a {font-size: 14px; background-color: #F4F5F9; color: #111; border-radius: 50px; border: none;}
 .toggle-group.s li.on a {background-color: #000; color: #fff;}
 
@media screen and (max-width: 500px) {
   .toggle-group.s li a {padding: 8px 12px;}
}