.sp-bg-1 {
  background-color: #cbcbcb !important;
}
.sp-bg-2 {
  background-color: #5f9af3 !important;
}
.sp-bg-3 {
  background-color: #f8f8f8 !important;
}
.sp-bg-4 {
  background-color: #e8e8e8 !important;
}
.sp-text-right {
  text-align: right !important;
}
.sp_hover_underline {
  cursor: pointer;
}
.sp_hover_underline:hover {
  text-decoration: underline;
}
.sp-input::placeholder,
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  opacity: 0.7; /* Firefox */
}
.tc-pink {
  color: #D94A6F !important;
}
.tc-gray {
  color: #646673 !important;
}
.tc-red {
  color: #E52316 !important;
}
.tfs-10 {
  font-size: 10px !important;
}
.tfs-12 {
  font-size: 12px !important;
}
.tfw-700 {
  font-weight: 700 !important;
}
.tfw-900 {
  font-weight: 900 !important;
}

.sp-input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a6a6a6;
}
.d-flex {
  display: flex !important;
}
.align-end {
  align-items: end;
}
.flex-1 {
  flex: 1 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.sp-input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a6a6a6;
}
.sp-lh-1 {
  line-height: 1 !important;
  margin-bottom: 21px !important;
}
.color-1 {
  color: #ed0068 !important;
}
.color-2 {
  color: #5f9af3 !important;
}
.w-100150 {
  width: calc(100% - 150px) !important;
}
.tl {
  text-align: left !important;
  justify-content: left !important;
}
.tr {
  text-align: right !important;
  justify-content: right !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.sp-input-plus .sp-form-inline {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.sp-input-plus .sp-form-inline:first-child .sp-btn-input-del {
  display: none;
}
.sp-input-plus div .sp-input {
  margin-top: 0 !important;
}
.sp-input-plus.disabled div .sp-btn-2 {
  display: none;
}
.info-flex {
  /* display: flex;
  align-items: center; */
}
.info-flex .sp-input-plus {
  flex: 1;
}
.sp-w-100 {
  width: 100% !important;
}
.sp-hide {
  display: none !important;
}
.sp-row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.sp-col {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.w-10070 {
  width: calc(100% - 70px) !important;
}
.w-70 {
  width: 70px;
}
.mr-12 {
  margin-right: 12px !important;
}
.tl {
  text-align: left !important;
  justify-content: left !important;
}
.tr {
  text-align: right !important;
  justify-content: right !important;
}
.sp-input {
  padding: 10px 13px;
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
}
.sp-input:focus,
.sp-input:active {
  border: 1px solid #a6a6a6;
  outline: none;
}
.sp-input-2 {
  background-color: #f8f8f8;
  border-color: #e8e8e8;
}
.sp-input-2:focus,
.sp-input-2:active {
  border: 1px solid #e8e8e8;
  outline: none;
}
.sp-input-search,
.sp-input-datepicker {
  line-height: 20px;
  padding: 10px 16px;
  padding-left: 42px;

  padding-left: 42px;
}
.wrapper-sp-input-search {
  position: relative;
  display: inline-block;
}
.wrapper-sp-input-search .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.sp-input-datepicker {
  background-image: url("../images/input-date-icon.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center left 16px;
}
.sp-hidden {
  display: none;
}
.sp-btn {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  color: #733E8E;
  background: #fff;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #733E8E;
  display: inline-block;
  line-height: 20.27px;
}
.sp-btn.pink {
  background-color: #ff018b;
  border-color: #ff018b;
  color: #fff;
}
.sp-btn.pink:hover {
  background-color: #db0077;
  border-color: #db0077;
}
.sp-btn.disabled {
  cursor: default;
}
.sp-btn.pink.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.sp-btn-disable,
.sp-btn-disable:hover {
  cursor: default !important;
  background-color: #e8e8e8 !important;
  color: #787878 !important;
}
.sp-btn:focus,
.sp-btn:active {
  outline: none;
}
.sp-btn-1 {
  color: #fff;
  background-color: #232323;
  border: none;
  font-size: 14px;
  border-radius: 6px;
  padding: 0 24px;
  line-height: 32px;
}
.sp-btn-2 {
  border: 1px solid #a6a6a6;
  min-width: 83px;
  text-align: center;
  line-height: 20px;
  padding: 0px 15px;
  border-radius: 6px;
  display: inline-block;
  line-height: 30px;
  text-decoration: none !important;
}
.sp-btn.active.show,
.sp-btn:hover {
  background-color: #a6a6a6;
  color: #fff;
  border-color: #a6a6a6;
}
.sp-btn-3 {
  border-radius: 4px;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
}
.sp-btn-4 {
  padding: 0px 13.5px;
  border: 1px solid #232323;
  line-height: 40px;
}
.sp-btn-csv-download,
.sp-btn-print,
.sp-btn-setting,
.sp-btn-lock {
  background-image: url("../images/share-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 16px;
  padding-left: 30px;
  height: fit-content;
}
.sp-btn-lock {
  background-image: url("../images/lock_icon.png");
  background-size: 20px;
}
a.sp-btn-lock:hover {
  text-decoration: none !important;
}
.sp-btn-lock-disable {
  border: 1px solid #a6a6a6 !important;
  color: #a6a6a6 !important;
  cursor: default !important;
  background-color: #f3f3f3 !important;
}
.sp-btn-lock-disable:hover {
  background-color: #f3f3f3 !important;
}
.sp-btn-csv-download:hover {
  background-image: url("../images/share-icon.svg");
}
.sp-btn-print {
  background-image: url("../images/btn-print-icon.svg");
}
.sp-btn-print:hover {
  background-image: url("../images/btn-print-icon-hover.svg");
}
.sp-btn-setting {
  padding-left: 39px;
  padding-right: 30px;
  background-size: 18px;
  background-image: url("../images/btn-setting-icon.svg");
  background-position: center left 13.5px;
  position: relative;
}
.sp-btn-setting:hover {
  background-image: url("../images/btn-setting-icon-hover.svg");
}
.sp-btn-setting:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #232323;
  border-right: solid 2px #232323;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sp-btn-setting:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.sp-btn-setting.open:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 19px;
}
.sp-btn-5 {
  border-radius: 4px;
  color: #787878;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
}
.sp-btn-6 {
  border: 1px solid #a6a6a6;
  line-height: 20px;
  padding: 5px 15px;
  border-radius: 6px;
  background-image: url("../images/btn-csv-icon.svg");
  background-repeat: no-repeat;
  background-position: center right 16.5px;
  background-size: 22px;
  padding-right: 44.5px;
}
.sp-btn-6:hover {
  background-image: url("../images/btn-csv-icon-hover.svg");
}
.sp-btn-7 {
  border: 1px solid #232323;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #232323;
  padding: 4.5px 13px;
}
.sp-btn-8,
.sp-btn-9 {
  background: #ff018b;
  color: #fff;
  border-radius: 24px;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  border: none;
  width: 100%;
  max-width: 207px;
  text-align: center;
}
.sp-btn-8:hover {
  background: #db0077;
}
.sp-btn-9 {
  background: #0066ff;
}
.sp-btn-9:hover {
  background: #0053d0;
}
.sp-btn-new {
  background-color: #ff018a;
  color: #fff;
  cursor: default;
}
.sp-btn-new:hover {
  background-color: #ff018a;
}

.sp-btn-auth {
  padding: 6px 16px;
  border-radius: 20px;
  background:linear-gradient(90deg, #E76487 0%, #E46E84 40%, #EE97B3 100.01%);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  border: none;
}
.sp-btn-auth img {
  width: 24px;
  height: 24px;
}

.sp-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.sp-content.is-slider {
  /* padding: 23px 12px 24px; */
  padding-bottom: 30px;
}
.sp-mypage-content {
  height: 425px;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  padding-bottom: 24px;
}
.sp-content-header {
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 12px;
  /* border-bottom: 1px solid #e8e8e8; */
  display: flex;
  text-align: left;
  align-items: center;
}
.sp-content-header .reload {
  cursor: pointer;
}
.sp-content-header > img {
  margin-right: 8px;
}
.sp-content-header .header-left {
  display: flex;
  align-items: center;
  flex: 1;
}
.sp-content-header > span,
.sp-content-header .header-left > span {
  display: inline-block;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.sp-content-header > span a {
  color: #232323;
}
.sp-content-header > span a:hover {
  text-decoration: none;
}
.head-twitter.sp-content-header > span {
  max-width: calc(100% - 20px);
}
.header-100 > span {
  max-width: 100%;
}
.sp-mypage-content .sp-content-header {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
}
.sp-content.is-slider .sp-content-header {
  /* width: calc(100% - 24px);
  display: block;
  margin: 0 auto; */
}
.sp-content-header .question,
.top-search h1 .question,
.modal-dialog .modal-content .modal-body .item_filter .name .question,
.offical-channel-ranking .flex-item .question,
.list-video-search:nth-child(1) .left .question,
.video-trend .content-top .btn-left .question,
.channel-timesearch .timesearch-explain .question,
.sp-tab-label .question {
  display: inline;
  margin-left: 13px;
  color: #787878;
  position: relative;
}
.sp-tab-label .question {
  z-index: 9;
}
.sp-content-header .question {
  display: inline-block;
  height: 20px;
}
.offical-channel-ranking .flex-item .question,
.list-video-search:nth-child(1) .left .question,
.video-trend .content-top .btn-left .question {
  width: 32px;
  margin-left: 4px;
}
.top-search h1 .question i,
.sp-content-header .question i,
.modal-dialog .modal-content .modal-body .item_filter .name .question i,
.offical-channel-ranking .flex-item .question i,
.list-video-search:nth-child(1) .left .question i,
.video-trend .content-top .btn-left .question i,
.channel-timesearch .timesearch-explain .question i,
.sp-tab-label .question i {
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
  font-size: 18px;
  transform: translateY(-50%);
  color: #787878;
}
.top-search h1 .question .tooltiptext,
.sp-content-header .tooltiptext,
.modal-dialog .modal-content .modal-body .item_filter .name .question .tooltiptext,
.offical-channel-ranking .flex-item .question .tooltiptext,
.list-video-search:nth-child(1) .left .question .tooltiptext,
.video-trend .content-top .btn-left .question .tooltiptext,
.channel-timesearch .timesearch-explain .question .tooltiptext,
.sp-tab-label .question .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #f8f8f8;
  color: #232323;
  text-align: left;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(93 93 93 / 30%);
  box-shadow: 0 1px 4px 0 rgb(93 93 93 / 30%);
  padding: 0.75rem 0.5rem;
  position: absolute;
  z-index: 10;
  top: 30px;
  right: -80px;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
}
.top-search h1 .question .tooltiptext {
  left: 0;
  right: auto;
  z-index: 9999;
}
.offical-channel-ranking .flex-item .question .tooltiptext,
.list-video-search:nth-child(1) .left .question .tooltiptext,
.video-trend .content-top .btn-left .question .tooltiptext {
  width: 260px;
}
.top-search h1 .question:hover .tooltiptext,
.sp-content-header .question:hover .tooltiptext,
.modal-dialog .modal-content .modal-body .item_filter .name .question:hover .tooltiptext,
.offical-channel-ranking .flex-item .question:hover .tooltiptext,
.list-video-search:nth-child(1) .left .question:hover .tooltiptext,
.video-trend .content-top .btn-left .question:hover .tooltiptext,
.channel-timesearch .timesearch-explain .question:hover .tooltiptext,
.sp-tab-label .question:hover .tooltiptext {
  visibility: visible;
}
.sp-app-icon {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  /*border: 1px solid #E1E1E1;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.sp-app-icon-disable {
  cursor: default !important;
}
.sp-app-icon-border {
  border: 1px solid #D3D5DE;
}
.sp-app-icon-40 {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.sp-app-icon-24 {
  width: 24px;
  height: 24px;
}
.sp-app-icon-52 {
  width: 52px;
  height: 52px;
  border-radius: 10px;
}
.sp-app-icon-56 {
  width: 56px !important;
  height: 56px !important;
  border-radius: 10px;
}
.sp-app-icon-76 {
  width: 76px;
  height: 76px;
  border-radius: 10px;
}
.sp-app-icon-104 {
  width: 104px;
  height: 104px;
  border-radius: 16px;
}

.sp-app-icon-circle {
  border-radius: 50% !important;
}
.external-link span{
  color: #733E8E !important;
}
a.external-link:after {
  margin: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  content: "\F35D";
  font-weight: 900;
  color: #733E8E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lh-14 {
  line-height: 14px !important;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  /*margin-top: 3.5px;
  margin-right: 8px;*/
  border-radius: 50%;
  border-style: solid;
  border-color: #787878;
  box-sizing: unset;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
}
input[type="radio"]:checked + * {
  color: #232323;
}

input[type="radio"]:checked + *::before {
  background: radial-gradient(#232323 0%, #232323 30%, transparent 40%, transparent);
  border-color: #232323;
}
.sp-radio-buttons label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #a6a6a6;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.sp-radio-buttons li {
  display: inline-block;
  margin-right: 20px;
}
.sp-radio-buttons li:last-child {
  margin-right: 0;
}
.sp-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  width: fit-content;
}
.sp-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #232323;
  box-sizing: border-box;
  border-radius: 2px;
  transform: translateY(-50%);
}
.sp-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sp-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sp-checkbox input:checked ~ .checkmark {
  background-color: #0066ff;
}
.sp-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.sp-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 2px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp-select {
  position: relative;
}
.sp-select .sp-selected,
.sp-input-date {
  border: 1px solid #232323;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 4.5px 14px;
  padding-right: 32px;
  font-size: 14px;
  line-height: 21px;
  background-image: url("../images/dropdown-icon.svg");
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center right 14px;
  cursor: pointer;
  background-color: #fff;
}
.sp-select .sp-selected:hover {
  background-image: url("../images/dropdown-icon-hover.svg");
  background-color: #a6a6a6;
  border-color: #a6a6a6;
  color: #fff;
}
.sp-select-2 .sp-selected:hover {
  background-image: url("../images/dropdown-icon-2-hover.svg");
}
.sp-select-2 .sp-selected,
.sp-input-date {
  border: none;
  padding: 5.5px 14px;
  background-color: #f8f8f8;
  background-image: url("../images/dropdown-icon-2.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 12px 6px;
  padding-left: 10px;
  padding-right: 30px;
  display: block;
  color: #232323;
}
.sp-selected-cover {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.sp-select .sp-select-list {
  position: absolute;
  top: 42px;
  background: #787878;
  border-radius: 4px;
  padding: 4px;
  display: none;
  z-index: 999;
  white-space: nowrap;
  width: fit-content;
}
.sp-select .sp-select-list li {
  display: block;
  margin: 4px auto;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 12.5px 7px 32.5px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.sp-select .sp-select-list li:hover {
  background: #6b8de9;
}
.sp-select .sp-select-list li.selected {
  background: #6b8de9;
  background-image: url("../images/selected-icon.svg");
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center left 12.5px;
}

.select2-container--default,
.select2-container {
  margin-top: -2px;
}
.select2-container--default .select2-selection--single {
  height: 42px;
  padding-left: 42px;
  background-image: url(../images/input-search-icon.svg);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 14px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  margin-top: -2px;
  background-color: #f8f8f8;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  height: 42px;
  line-height: 41px;
  margin-top: -7px;
}

.sp-tab {
  padding: 0px;
}
.sp-tab .sp-tab-content {
  padding: 20px 24px;
}
.sp-tab .sp-tab-content > div {
  display: none;
}
.sp-tab .sp-tab-content > div.active {
  display: block;
}
.sp-tab .sp-tab-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.sp-tab .sp-tab-header > div {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 24px 24px 16px;
  cursor: pointer;
  color: #a6a6a6;
}
.sp-tab .sp-tab-header > div.active {
  color: #232323;
  border-bottom: 1px solid #232323;
}

.sp-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(35, 35, 35, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.sp-modal .sp-modal-content {
  position: fixed;
  top: 50%;
  left: calc(50% + 110px);
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 700px;
  padding: 40px 24px 24px;
  width: 90%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  border-radius: 10px;
}
.sp-modal .sp-modal-header {
  width: 100%;
  position: relative;
  display: block;
}
.sp-modal .sp-modal-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -16px;
  right: 0px;
  background-image: url(../images/btn-close-black.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sp-modal .form-group {
  margin-bottom: 24px;
}
.sp-modal .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp-modal .form-group label {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.sp-modal .form-group label .required {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ed0068;
  margin-left: 11px;
}
.sp-modal .form-group .form-control {
  display: block;
  width: 100%;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sp-modal .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.sp-modal .form-group .input-note {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #232323;
  margin-top: 10px;
}
.sp-modal .sp-checkbox .checkmark {
  border-color: #a6a6a6;
}
.sp-form-inline > div > label {
  display: inline-block;
}

.sp-pagination {
  display: block;
  width: 100%;
  padding: 24px 0 0 0;
  text-align: center;
}
.sp-pagination a {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  color: #D94A6F;
  line-height: 22px;
  margin-right: 12px;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  /* padding: 0 5px; */
  border: 1px solid #D94A6F;
}
.sp-pagination .sp-page-btn,
.sp-pagination .current {
  background: #D94A6F;
  color: #fff;
}
.sp-pagination .paginate_disable {
  color: #D3D5DE;
  border-color: #D3D5DE;
  pointer-events: none;
  background: #fff;
}

.top-search {
  line-height: 42px;
  margin-bottom: 24px;
}
.top-search h1 {
  width: 180px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #232323;
}
.top-search h1 a {
  color: #232323;
  text-decoration: none;
}
.top-search h1 a:hover {
  text-decoration: none;
}
.top-search h1 i {
  margin-right: 8px;
}
.top-search .form-search-index {
  display: inline-block;
  width: calc(100% - 185px);
  text-align: right;
  height: 42px;
}
.top-search .form-search-index .sp-input-search {
  min-width: 384px;
  margin-right: 9px;
  padding-left: 42px;
  border: 1px solid #a6a6a6;
}

.sp-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(min-content, max-content);
}
.sp-grid-284 {
  grid-template-columns: repeat(12, 1fr);
}
.sp-grid-284 > div:first-child {
  grid-column-start: 1;
  grid-column-end: 9;
}
.sp-grid-284 > div:last-child {
  grid-column-start: 9;
  grid-column-end: 13;
}
.sp-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sp-link-button {
  border: 1px solid #0166ff;
  border-radius: 6px;
  padding: 0 34px 0 13px;
  height: 32px;
  line-height: 30px;
  position: relative;
}
.sp-link-button a {
  color: #0166ff;
  font-size: 14px;
  height: 14px;
}
.sp-link-button a span:after {
  content: url("/images/icon/1x/blue_next.svg");
  width: 6px;
  height: 12px;
  position: absolute;
  right: 17px;
}
.sp-link-button.block {
  border-color: #a6a6a6;
}
.sp-link-button.block a {
  color: #a6a6a6;
  pointer-events: none;
}
.sp-link-button.block a span:after {
  content: url("/images/icon/1x/gray_next.svg");
}

.btn-filter {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #232323 url("/images/youtube_icon/filter_icon.png") no-repeat center center;
  background-size: 42px 42px;
}
.sp-btn-chart {
  padding: 9.5px 13.5px;
  border: 1px solid #232323;
  background-image: url(../images/chart.svg);
  background-repeat: no-repeat;
  background-position: center right 13.5px;
  background-size: 22px;
  padding-right: 39.5px;
}
.sp-btn-chart:hover {
  background-image: url(../images/chart-hover.svg);
}
.icon-video {
  min-width: 41px;
  max-width: 44px;
  height: 20px;
  position: relative;
  padding-left: 6px;
}
.icon-video.none-live-icon {
  background: transparent url("/images/youtube_icon/none_live_icon.png") no-repeat center center;
  background-size: 41px 20px;
}
.icon-video .live-icon {
  /* background: transparent url("/images/youtube_icon/live_icon.png") no-repeat center center;
  background-size: 41px 20px; */
  width: 12px;
  height: 12px;
  background: #D94A6F;
  border-radius: 50%;
}
.icon-video.live-upcoming-icon {
  background: transparent url("/images/youtube_icon/none_live_icon.png") no-repeat center center;
  background-size: 41px 20px;
}
.icon-video.live-upcoming-icon::before {
  background: transparent url("/images/youtube_icon/time.svg") no-repeat center center;
  content: "";
  position: absolute;
  top: -2%;
  right: -16%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-size: 14px 14px;
  transform: translateY(-50%);
}
.result_filter {
  width: 100%;
  text-align: justify;
}
.result_filter .name {
  display: inline;
}
.result_filter .item_filter {
  margin-left: 24px;
  display: none;
  line-height: 30px;
}
.result_filter .item_filter .form-span {
  color: #787878;
}
.search_conditions {
  float: left;
  margin-top: 10px;
}
.search_conditions > div {
  display: inline;
  margin-right: 24px;
}
.search_conditions > div > span {
  margin-top: 8px;
  display: inline;
  line-height: 31px;
}
.search_conditions > div > span > span:first-child {
  color: #787878;
}

.account-info > div {
  padding: 21px 0 24px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.account-info > div:last-child {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
}
.account-info > div:last-child a {
  color: #232323;
  text-decoration: underline;
}
.account-info > div > h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.account-info > div:first-child > p {
  font-size: 14px;
  color: #787878;
}
.account-info > div label {
  width: 115px;
  display: inline-block;
  color: #787878;
  font-size: 14px;
}
.account-info > div .info-value {
  font-weight: 500;
  font-size: 16px;
}
.account-info > div .sp-btn-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.account-info .user-contract-info p {
  line-height: 1;
  margin-bottom: 20px;
}
.account-info .user-contract-info p:last-child {
  margin-bottom: 0;
}
.form-search-lock .search-lock-icon {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url("../images/lock_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.plan-lock {
  position: relative;
}
.plan-lock-container,
.plan-lock-container-1,
.plan-lock-container-2,
.plan-lock-container-3,
.plan-lock-container-4 {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(229, 229, 229, 0.9);
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.plan-lock-with-nav {
  position: relative;
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  top: 20px;
  z-index: 9;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
#container.close .plan-lock-with-nav {
  width: calc(100% - 40px);
  left: 20px;
}
.plan-lock-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  max-width: 550px;
  padding: 40px 24px;
  width: 90%;
  font-size: 14px;
  font-weight: normal;
  color: #787878;
  border-radius: 16px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}
.footer-lock {
  position: relative;
  height: 300px;
  width: calc(100% - 226px);
  margin-left: 226px;
}
body.close .footer-lock {
  width: 100%;
  margin-left: 0;
}
.footer-lock .plan-lock-popup {
  font-size: 14px;
  color: #787878;
  line-height: 21px;
  max-width: 492px;
  text-align: justify;
}
.plan-lock-popup > a {
  color: #0066ff;
  text-decoration: underline;
}
.footer-lock .plan-lock-popup > a {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.plan-lock-popup .popup-sub-title {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #787878;
}
.lock-popup-header {
  width: 100%;
  position: relative;
}
.lock-popup-close {
  position: absolute;
  right: -11px;
  top: -27px;
  cursor: pointer;
  background-image: url(../images/btn_close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.plan-lock-popup .lock-popup-btn {
  display: block;
  margin: 32px auto 0;
  padding: 8px 16px;
  width: fit-content;
  background-image: linear-gradient(to right, #e76487, #e76686, #e66886, #e66a85, #e56c85, #e67089, #e6748c, #e77890, #e98099, #eb88a2, #ed8fab, #ee97b3);
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
table tr th.sorting > span,
table tr th.sorting_desc > span,
table tr th.sorting_asc > span {
  cursor: pointer;
}
.sp-table-sort {
  padding: 8px 12px;
  height: auto;
  background-color: #232323;
  color: #646673;
  font-weight: 400;
  font-size: 12px;
}
.sp-table-sort .sp-table-sort-icons {
  padding: 4px 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #666567;
  width: 23.25px;
  border-radius: 4px;
  margin-left: 8px;
}
.sp-table-sort.sp-table-sort-white .sp-table-sort-icons {
  background-color: #fff;
}
.sp-table-sort .sp-table-sort-icons > span {
  display: block;
  font-size: 17px;
  width: fit-content;
  height: 6px;
  position: relative;
  color: #8c8c8c;
  cursor: pointer;
}
.sp-table-sort.sp-table-sort-white .sp-table-sort-icons > span {
  color: #d8d8d8;
}
.sp-table-sort.sp-table-sort-white .sp-table-sort-icons > span.active {
  color: #232323;
}
.sp-table-sort .sp-table-sort-icons > span.active {
  color: #fff;
}
.sp-table-sort .sp-table-sort-icons > span:first-child {
  margin-bottom: 4px;
}
.sp-table-sort .sp-table-sort-icons > span::before {
  position: absolute;
  top: -6px;
  left: 6px;
}
.sp-table-sort span {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.sp-table-sort.sp-table-sort-desc span,
.sp-table-sort.sp-table-sort-asc span {
  padding-right: 20px;
}
.sp-table-sort.sp-table-sort-desc span::before,
.sp-table-sort.sp-table-sort-asc span::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/sort_up.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sp-table-sort.sp-table-sort-desc span::before {
  background-image: url('../images/sort_down.svg');
}
/* .sp_table_sort thead tr th.sp-table-sort span::before {
  content: "\f0de";
  background-color: #fff;
  top: -2px;
}
.sp_table_sort thead tr th.sp-table-sort span::after {
  content: "\f0dd";
  bottom: -3.5px;
}
.sp_table_sort thead tr th.sp-table-sort span::after,
.sp_table_sort thead tr th.sp-table-sort span::before {
  color: #d8d8d8;
  position: absolute;
  display: block;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  text-align: center;
  margin-left: 12px;
  right: 0;
}
.sp_table_sort thead tr th.sp-table-sort.sp-table-sort-desc span::after,
.sp_table_sort thead tr th.sp-table-sort.sp-table-sort-asc span::before {
  color: #232323;
} */
.pre-app-survey > div {
  display: inline-block;
  vertical-align: middle;
}
.pre-app-survey:hover {
  background-color: #f8f8f8;
}
.pre-app-survey .preapp-cate,
.pre-app-survey .preapp-cate:hover {
  background-color: #b388eb;
}
.pre-app-survey .preapp-date,
.pre-app-survey .preapp-date:hover {
  background-color: #f8f8f8;
  color: #232323;
  margin: 0 10px;
}
.pre-app-survey .preapp-tilte a {
  color: #232323;
}
.close {
  float: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
  text-shadow: 0 0 0 #fff;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #232323;
  opacity: 1;
}
.social_link .social-pre-app,
.social_link .social-apple,
.social_link .social-twitter,
.social_link .social-youtube,
.social_link .social-phone ,
.social_link  .social-chart{
  width: 44px;
  height: 44px;
  display: inline-block;
  background-size: 44px 44px;
  background-position: center center;
  background-repeat: no-repeat;
}

.social_link .social-apple.block,
.social_link .social-twitter.block,
.social_link .social-youtube.block,
.social_link .social-phone.block {
  pointer-events: none;
  cursor: default;
}

.social_link .social-pre-app {
  background-image: url("/images/youtube_icon/pre_app_icon.svg");
  border-radius: 4px;
  margin-left: 8px;
}

.social_link .social-apple {
  background-image: url("/images/youtube_icon/calendar.svg");
  border-radius: 4px;
  margin-left: 8px;
}

.social_link .social-apple.block {
  background-image: url("/images/youtube_icon/calendar_deactive.svg");
}

.social_link .social-twitter {
  margin-left: 8px;
  border-radius: 4px;
  background-image: url("/images/youtube_icon/twitter_social_x_icon1.svg");
}

.social_link .social-twitter.block {
  background-image: url("/images/youtube_icon/twitter_social_x_icon_block1.svg");
}

.social_link .social-youtube {
  margin-left: 8px;
  background-image: url("/images/youtube_icon/youtube_icon.svg");
}

.social_link .social-youtube.block {
  background-image: url("/images/youtube_icon/youtube_icon_deactive.svg");
}
.social_link .social-phone {
  background-image: url("/images/youtube_icon/phone.svg");
}
.social_link .social-phone.block {
  background-image: url("/images/youtube_icon/phone_deactive.svg");
}
.social-chart {
  background-image: url("/images/youtube_icon/chart.svg");
  border-radius: 4px;
  margin-left: 8px;
}
.datepicker {
  width: fit-content;
}
.datepicker table tr td span,
.datepicker td,
.datepicker th {
  font-size: 13px;
  /* border: 1px solid #fff; */
}
.datepicker-days table tbody tr td {
  padding: 0.2em 0.8em;
  border-radius: 10px;
}
.datepicker .datepicker-switch {
  line-height: 26px;
  border: none;
  font-size: 14px;
  border-radius: 6px;
  background-color: #a6a6a6;
  color: #fff;
  font-weight: 500;
}
.datepicker thead tr th.datepicker-switch:hover,
.datepicker thead tr:first-child th.datepicker-switch:hover{
  background-color: #a6a6a6;
}
.fa-laptop:before {
  content: ' ' !important;
  background-image: url(/images/youtube_icon/pre_app_icon_menu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  top: 8px;
}
.fa-x-twitter {
  position: relative;
  width: 24px;
  height: 24px;
}
.fa-x-twitter:before {
  content: ' ' !important;
  background-image: url(/images/youtube_icon/X.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
}
.top-search .fa-x-twitter {
  width: 27px;
  display: inline-block;
}
.top-search .fa-x-twitter:before {
  width: 27px;
  height: 29px;
  top: 0px;
  background-image: url(/images/youtube_icon/twitter_x_icon.svg);
}
.top-search .fa-laptop {
  width: 27px;
}
.top-search .fa-laptop:before {
  width: 27px;
  height: 29px;
  top: 0px;
  background-image: url(/images/youtube_icon/pre_app_icon_page.svg);
}
.faq-item .fa-laptop {
  position: relative;
}
.faq-item .fa-laptop:before {
  top: -8px;
  background-image: url(/images/youtube_icon/pre_app_icon_page.svg);
}
@media screen and (max-width: 1400px) {
  /*.sp-content-header > span,
  .sp-content-header .question {
    display: inline-block !important;
    height: 20px;
    vertical-align: middle;
    line-height: 18px;
  }*/
  .sp-content-header .question {
    margin-left: 0;
  }
  .sp-content-header .question i {
    display: block;
    margin-left: 10px;
  }
}

@media screen and (max-width: 325px) {
  .sp-btn-2 {
    min-width: initial !important;
    padding: 0px 10px;
  }
  .sp-tweet footer {
    padding: 24px 10px;
  }
}


.nav, 
.nav-menu-current, 
.nav-content,
.nav .auth-menu {
  background: #fff;
  color: #232323;
}

.nav .nav-menu:hover,
.nav .nav-menu.nav-menu-active:hover,
.nav .open-sub li:hover,
.nav .menu-first .nav-menu.nav-menu-active:hover,
.nav .open-sub li:hover .nav-content-link {
  color: #D94A6F;
}

.nav .nav-menu.nav-menu-active .nav-icon-active, 
.nav .nav-menu.nav-menu-active .current,
.nav .open-sub li .nav-content-link,
.nav .nav-menu .nav-menu-label {
  color: #232323;
}
.nav .nav-menu .nav-menu-label:hover {
  color: #232323 !important;
}
.nav-close {
  display: none;
}

.nav.open {
  width: 240px;
  min-width: 240px;
  padding: 20px;
}
.nav .logo {
  padding: 0;
}
.nav .logo img {
  width: 200px;
  height: 30px;
}
.nav-menu {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav .nav-menu .nav-menu-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.nav .nav-menu .fa, .nav .nav-menu .far, .nav .nav-menu .fas, .nav .nav-menu .fab {
  font-size: 20px;
  width: 20px;
  padding: 0;
  line-height: normal;
}

.nav .nav-menu .fa.fa-home {
  font-size: 18px;
  margin-right: 5px;
}

.nav .open-sub li {
  padding: 4px 0 4px 0;
}

.nav .open-sub li .nav-content-link,
.bottom-menu ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #232323;
}

#sidebar-container .menu-first > li {
  margin-bottom: 24px;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 24px 0;
  width: calc(100% - 40px);
}
.bottom-menu ul {
  margin-bottom: 34px;
}
.bottom-menu ul li {
  margin-top: 8px;
}
.bottom-menu p {
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#container {
  background-color: #ECEDF3;
  padding: 20px 20px 20px 30px;
  margin-left: 240px;
}

.top-search {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.top-search .form-search-index {
  width: auto;
  flex: 1;
  text-align: right;
  padding-right: 20px;
}
.top-search .form-search-index {
  min-width: 400px;
}
.sp-input-search {
  padding: 8px;
  padding-left: 40px;
  background-color: #F8F8F9;
  margin-right: 14px;
  min-width: 240px;
}

.page-title a {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.page-title a .fa {
  font-size: 18px;
}
.page-title.page-title-csv {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page-title.page-title-csv a {
  margin-bottom: 0;
}
.page-title.page-title-csv .header-right {
  display: flex;
  gap: 15px;
  justify-content: right;
  align-items: center;
  flex: 1;
}

.account-header-menu .bell-icon {
  margin-right: 10px;
}
.sp-content-page-header {
  padding: 0;
  margin-bottom: 15px;
  border: none;
}
.sp-content-page-header .header-right-csv {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sp-tabs {
  margin-bottom: 10px;
}
.sp-tabs-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C6C8D8;
}
.sp-tabs-100 .sp-tabs-header {
  justify-content: space-between;
  line-height: 20px;
}
.sp-tabs-header .sp-tab-label {
  padding: 0 63px 13px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.sp-tabs-100 .sp-tabs-header .sp-tab-label {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.sp-tabs-header .sp-tab-label > span,
.sp-tabs-header .sp-tab-label > span a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #232323;
}
.sp-tabs-header .sp-tab-label.active {
  border-bottom: 4px solid #D94A6F;
  padding-bottom: 9px;
}
.sp-tabs-header .sp-tab-label.active > span {
  color: #D94A6F;
}
.sp-tab-2 .sp-tabs-header {
  border: none;
}
.sp-tabs-2 .sp-tabs-header .sp-tab-label {
  border: 1px solid #D94A6F;
  padding: 4px;
}
.sp-tabs-2 .sp-tabs-header .sp-tab-label.active {
  background-color: #D94A6F;
  border: 1px solid #D94A6F;
}
.sp-tabs-2 .sp-tabs-header .sp-tab-label > span {
  color: #D94A6F;
  font-size: 12px;
  font-weight: 400;
}
.sp-tabs-2 .sp-tabs-header .sp-tab-label.active > span {
  color: #fff;
}
.sp-tabs-header .sp-tab-label .btn-datepicker {
  position: absolute;
  top: 30px;
  left: 0;
}
.sp-table,
.sp-ul-table {
  width: 100%;
  border-collapse: collapse;
}
.sp-table thead tr,
.sp-ul-table .sp-ul-table-header {
  background: #F8F8F9;
  height: 37px;
}
.sp-ul-table .sp-ul-table-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: #646673;
  padding: 10px 0;
}
.sp-table-sort {
  background: #F8F8F9;
}
.sp-table thead tr th {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: #646673;
  padding: 10px 0;
}
.sp-table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #C6C8D8;
  vertical-align: middle;
}
.sp-table tbody tr td,
.sp-table tbody tr td > a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 16px 0;
  vertical-align: middle;
  color: #232323;
}

.sp-table tbody tr td.rank {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.datepicker-dropdown {
  padding: 20px 15px;
  border-radius: 10px;
}
.datepicker table {
  border-collapse: collapse;
}
.datepicker table tr td span,
.datepicker .datepicker-days table tr td span {
  width: 60px;
  height: fit-content;
  padding: 8px 0;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  margin: 0;
  border-radius: 20px;
  color: #232323;
}
.datepicker .datepicker-switch,
.datepicker thead tr th.datepicker-switch:hover, 
.datepicker thead tr:first-child th.datepicker-switch:hover {
  background: #fff;
  color: #232323;
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 12px;
  line-height: 14px;
}

.datepicker .datepicker-days table tr td:hover {
  background-color: #eee;
}

.datepicker .datepicker-days table tr td.active,
.datepicker table tr td span.active,
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover:active {
  background: #D94A6F !important;
}
.datepicker-dropdown.datepicker-orient-left:before,
.datepicker-dropdown.datepicker-orient-left:after {
  left: 50%;
  transform: translateX(-50%);
}
.duration_time {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.menu-dropdown {
  position: relative;
}
.menu-dropdown ul {
  display: none;
  position: absolute;
	background: #fff;
	top: 39px;
	list-style: none;
	right: 0px;
	text-align: right;
	padding-top: 10px;
	font-size: 14px;
	line-height: 19px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 99999;
}
.menu-dropdown:hover ul {
	display: block;
}
.menu-dropdown ul li {
	padding: 10px 20px 10px 20px;
	font-weight: 400;
	position: relative;
  width: fit-content;
  white-space: nowrap;
}
.menu-dropdown a {
  color: #733E8E;
  text-decoration: none;
}
.sns-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 100%;
}
.sns-icons img {
  width: 16px;
}