#idModalMyPage .mypage-header {
  background-color: #EC008C;
  border: 3px solid #FFFFFF;
  height: 48px;
}
#idModalMyPage .mypage-title {
  font-family: SCDreamMedium;
  font-size: 16px;
  color: #FFFFFF;
}

#idModalMyPage .mypage-tab {
  font-family: SCDreamMedium;
  font-size: 13px;
}
#idModalMyPage .mypage-tab .nav-link {
  color: #6c757d;
}
#idModalMyPage .mypage-tab .active {
  color: #EC008C;
}
#idModalMyPage .mypage-contents {
  font-family: SCDreamRegular;
  font-size: 13px;
  padding-top: 15px;
  height: 410px;
}

#idModalMyPage .mypage-information-sect {
  height: 390px;
  padding: 8px 6px 2px 6px;
}
#idModalMyPage .mypage-information {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#idModalMyPage .mypage-information-icon {
  font-size: 24px;
  float: left;
  margin-top: -4px;
}
#idModalMyPage .mypage-information-name {
  font-family: SCDreamMedium;
  font-size: 14px;
  color: #343a40;
  padding: 0px;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#idModalMyPage .mypage-information-title {
  font-family: SCDreamRegular;
  font-size: 13px;
  color: #6c757d;
  padding: 0px;
}
#idModalMyPage .mypage-information-product {
  font-family: SCDreamRegular;
  font-size: 13px;
  color: #343a40;
  padding: 0px;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#idModalMyPage .mypage-information-channel {
  font-family: SCDreamRegular;
  font-size: 13px;
  color: #343a40;
  padding: 0px;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#idModalMyPage .mypage-button {
  font-family: SCDreamMedium;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #EC008C;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
  width: 80px;
  height: 30px;
  margin-top: -2px;
}
#idModalMyPage .mypage-played-img {
  width: 50%;
  object-fit: cover;
  object-position: center;
}
#idModalMyPage .mypage-played-name {
  font-family: SCDreamRegular;
  font-size: 13px;
  color: #343a40;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
#idModalMyPage .mypage-played-count {
  font-family: SCDreamRegular;
  font-size: 11px;
  color: #1A1A1A;
  text-align: center;
  width: 100%;
  height: 20px;
  background-color: #F0F1F2;
  border: none;
  border-radius: 10px;
  margin: 0;
  padding-top: 2px;
}

#idModalMyPage .mypage-notice-sect {
  height: 390px;
  padding: 8px 6px 2px 6px;
}
#idModalMyPage .mypage-notice-title {
  font-family: SCDreamMedium;
  font-size: 13px;
  color: #343a40;
  text-align: left;
  vertical-align: middle;
  background-color: #f1f2f3;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  padding: 8px;
}
#idModalMyPage .mypage-notice-detail {
  font-family: SCDreamRegular;
  font-size: 12px;
  color: #343a40;
}

#idModalMyPage .mypage-service-sect {
  height: 410px;
  padding: 8px 6px 2px 6px;
}
#idModalMyPage .mypage-service-banner {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 12px;
}
#idModalMyPage .mypage-service-customersvc {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 12px;
}
#idModalMyPage .mypage-service-logo {
  width: 60%;
  height: auto;
}
#idModalMyPage .mypage-service-footer {
  font-family: SCDreamRegular;
  font-size: 12px;
  color: #6c757d;
  text-align: center;
  padding: 0;
  margin: 0;
}

#idModalMyPage hr {
  margin: 0;
  color: #c0c0c0;
}
