/* color setting */
/* font size setting */
/* layout setting */
/* etc */
/* all */
html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
  font-family: 'MunkenSans', 'Noto Sans KR', sans-serif !important;
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
h1 {
  font-size: calc(6vw + 20px);
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 16px;
}
.et_pb_row,
.container {
  width: 100%;
  max-width: 100%;
}
#main-content,
.et_pb_section {
  background-color: transparent;
}
#main-content {
  min-height: 60vh;
}
#page-container {
  overflow-x: hidden;
}
::selection {
  color: white;
  background: black;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
@media screen and (min-width:981px) {
  .et_pb_section {
    padding: 0 !important;
  }
  .et_pb_row {
    padding: 0 20px 20px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% +  20px) !important;
    max-width: inherit !important;
  }
  .et_pb_column {
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .et_pb_column_1_2 {
    width: 50% !important;
  }
  .et_pb_column_1_3 {
    width: 33.33333333% !important;
  }
  .et_pb_column_1_4 {
    width: 25% !important;
  }
  .et_pb_column_1_5 {
    width: 20% !important;
  }
  .et_pb_column_1_6 {
    width: 16.66666667% !important;
  }
  .et_pb_column_2_3 {
    width: 66.66666667% !important;
  }
  .et_pb_column_3_4 {
    width: 75% !important;
  }
  .et_pb_column_2_5 {
    width: 40% !important;
  }
  .et_pb_column_3_5 {
    width: 60% !important;
  }
  .et_pb_column_4_5 {
    width: 80% !important;
  }
  .et_pb_column_4_4 .et_pb_grid_item {
    width: calc(13.75%) !important;
    margin-right: 20px !important;
    margin-bottom: 0 !important;
  }
  .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n) {
    margin-right: 0 !important;
  }
  .et_pb_row.et_pb_row_cpt {
    padding: 0 !important;
  }
  .et_pb_module {
    margin-bottom: 0 !important;
  }
  #et-main-area {
    padding-top: calc((8vw + 20px) + 61px);
  }
  body.home #et-main-area {
    padding-top: calc((8vw + 20px) + 61px);
  }
}
@media screen and (max-width:980px) {
  html {
    font-size: 15px;
  }
  .et_pb_section {
    padding: 0 !important;
  }
  .et_pb_row {
    padding: 0 !important;
  }
  .et_pb_column {
    margin: 0 !important;
  }
  .et_pb_module {
    margin-bottom: 0 !important;
  }
  h2 {
    font-size: 17.6px;
  }
  h3 {
    font-size: 17.6px;
  }
}
/* header */
header.et-l.et-l--header {
  z-index: 9;
}
header.et-l.et-l--header .kma-header-section {
  position: fixed !important;
  width: 100%;
  background-color: white;
}
header.et-l.et-l--header .kma-header-section .header-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu {
  padding-left: 10px;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px !important;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item a {
  font-size: 22px;
  color: black;
  padding: 10px 0 4px !important;
  line-height: 1.4;
  border-bottom: 6px solid transparent;
  transition: 0s;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item a:first-child:after {
  display: none;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item ul.sub-menu {
  top: 100%;
  padding: 0;
  width: auto;
  border: 1px solid;
  border-bottom: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item ul.sub-menu li {
  padding: 0;
  margin-right: 0 !important;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item ul.sub-menu li a {
  font-size: 16px;
  width: 160px;
  display: block;
  padding: 5px 8px !important;
  border-bottom: 1px solid;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item:hover a,
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item.current-menu-item a,
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item.current-menu-ancestor a {
  border-color: black;
  opacity: 1;
  transition: 0s;
}
header.et-l.et-l--header .kma-header-section .header-top .et_pb_menu ul.et-menu.nav li.menu-item.accent-menu a {
  animation-name: accent-menu;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes accent-menu {
  0% {
    color: red;
  }
  33.333% {
    color: #81d100;
  }
  66.667% {
    color: #009dff;
  }
  100% {
    color: #ce00ff;
  }
}
header.et-l.et-l--header .kma-header-section .header-top .header-search {
  position: absolute;
  top: 0;
  right: calc(30% - 255px);
}
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul {
  padding: 0 !important;
}
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-taxonomy-nominee_year,
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-taxonomy-nominee_genre,
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-sort_order,
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-post-meta-nominee-winner {
  display: none;
}
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-search {
  background-image: url(https://koreanmusicawards.com/wp-content/uploads/2021/01/search-icon.svg);
  background-position: 0;
  background-repeat: no-repeat;
}
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-search input[type="text"] {
  border: 0;
  font-size: 22px;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-search input[type="text"]:focus {
  background-color: #f2f2f2;
  color: black;
  cursor: text;
  border-bottom: 1px solid black;
}
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-search input[type="text"]:focus::placeholder {
  color: #747474;
}
header.et-l.et-l--header .kma-header-section .header-top .header-search .searchandfilter ul li.sf-field-search input[type="text"]::placeholder {
  color: transparent;
}
header.et-l.et-l--header .kma-header-section .header-top .sns-icon {
  position: absolute;
  top: 10px;
  right: 0;
}
header.et-l.et-l--header .kma-header-section .header-top .sns-icon a {
  display: inline-block;
  margin-left: 3px;
}
header.et-l.et-l--header .kma-header-section .header-top .sns-icon a img {
  display: block;
}
header.et-l.et-l--header .kma-header-section .header-bottom {
  padding-bottom: 0 !important;
  border-bottom: 1px solid;
}
header.et-l.et-l--header .kma-header-section .header-bottom .page-title_en {
  float: left;
  width: 80%;
  font-family: 'KraszVAR', 'Krasz', sans-serif !important;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 300;
  pointer-events: none;
}
header.et-l.et-l--header .kma-header-section .header-bottom .page-title_ko {
  position: absolute;
  padding-top: 11px;
  right: 0;
  width: 100%;
  text-align: right !important;
  font-size: 22px;
  line-height: 1.3;
}
header.et-l.et-l--header .kma-header-section .header-bottom.sticky .page-title_en {
  font-size: 50px;
  font-weight: 450;
}
header.et-l.et-l--header .sticky-trigger {
  position: absolute;
  width: 100%;
  top: 6vw;
}
.et-db #et-boc .et-l .et-menu a {
  color: black;
}
@media screen and (max-width:980px) {
  header.et-l.et-l--header .kma-header-section {
    position: static !important;
    padding: 0;
  }
  header.et-l.et-l--header .kma-header-section .header-bottom {
    padding: 8px !important;
  }
  header.et-l.et-l--header .kma-header-section .header-bottom .page-title_en {
    display: block !important;
    font-size: 30px !important;
    height: auto !important;
    font-weight: 400 !important;
    margin-bottom: 0;
  }
  header.et-l.et-l--header .kma-header-section .header-bottom .page-title_ko {
    padding-top: 0 !important;
    font-size: 15px !important;
    line-height: 1.3;
  }
  header.et-l.et-l--header .mobile-header {
    padding: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header.et-l.et-l--header .mobile-header .et_pb_row {
    padding: 30px 0 0 !important;
  }
  header.et-l.et-l--header .mobile-header .et_pb_row .mobile-logo {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  header.et-l.et-l--header .mobile-header .et_pb_row .mobile-logo img {
    width: 100%;
    padding: 8px 6px 8px 8px;
  }
  button#responsive-menu-pro-button {
    width: 100% !important;
    border-bottom: 1px solid black !important;
  }
  #responsive-menu-pro-container {
    top: 30px !important;
    transition: transform 0.2s;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item {
    border-bottom: 1px solid black;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    font-size: 23px !important;
    text-align: center;
    padding-top: 1px;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    display: none;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item ul.responsive-menu-pro-submenu {
    text-align: center;
    margin-top: -3px;
    padding-bottom: 5px;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item ul.responsive-menu-pro-submenu li {
    display: inline-block !important;
    width: auto;
    padding: 0 5px;
    border-bottom: 0;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item ul.responsive-menu-pro-submenu li a {
    font-size: 15px !important;
    line-height: 1.4;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content {
    padding: 16px !important;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .header-search .searchandfilter ul li.sf-field-taxonomy-nominee_year,
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .header-search .searchandfilter ul li.sf-field-taxonomy-nominee_genre,
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .header-search .searchandfilter ul li.sf-field-sort_order,
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .header-search .searchandfilter ul li.sf-field-post-meta-nominee-winner {
    display: none;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .header-search .searchandfilter ul li.sf-field-search {
    margin-bottom: 15px;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .header-search .searchandfilter ul li.sf-field-search label {
    width: 100%;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .header-search .searchandfilter ul li.sf-field-search label input.sf-input-text {
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding: 5px 0 !important;
    background-color: #eaeaea;
    border: 0;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .sns-icon {
    text-align: center;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .sns-icon a {
    display: inline-block;
    padding: 0 2px;
  }
  body.home .header-bottom {
    display: none;
  }
}
@media screen and (max-width:650px) {
  header.et-l.et-l--header .kma-header-section .header-bottom .page-title_en {
    position: static;
    float: left;
    width: 70%;
    font-size: 28px !important;
  }
  header.et-l.et-l--header .kma-header-section .header-bottom .page-title_ko {
    position: static;
    float: right;
    width: 30%;
    font-size: 14px !important;
  }
}
/* archive page */
.archive-section .et_pb_row {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0;
  width: 100% !important;
}
.archive-section .et_pb_row .et_pb_column {
  padding: 0 !important;
}
.archive-section .searchandfilter {
  position: relative;
  border-top: 1px solid black;
  z-index: 1;
}
.archive-section .searchandfilter > ul {
  padding: 0;
  border-bottom: 1px solid black;
  height: 50px;
  margin-right: -1px;
}
.archive-section .searchandfilter > ul > li {
  float: left;
  padding: 0;
  border-right: 1px solid black;
  height: 50px;
}
.archive-section .searchandfilter > ul > li label {
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.archive-section .searchandfilter > ul > li label select.sf-input-select {
  border: 0;
  padding: 7px 15px;
  font-size: 25px;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  line-height: 1.5;
  height: 49px;
}
.archive-section .searchandfilter > ul > li .chosen-container {
  font-size: 25px;
  width: 100% !important;
  height: 50px;
  position: inherit;
}
.archive-section .searchandfilter > ul > li .chosen-container a.chosen-single {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 50px;
  padding: 7px 15px;
  color: black;
  line-height: 1.5;
}
.archive-section .searchandfilter > ul > li .chosen-container a.chosen-single div b {
  background: none;
}
.archive-section .searchandfilter > ul > li .chosen-container a.chosen-single div b:after {
  content: "→";
  font-size: 25px;
  color: black;
  font-weight: 300;
  font-family: 'MunkenSans';
  position: absolute;
  right: 9px;
  top: 7px;
  transform: rotate(90deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .archive-section .searchandfilter > ul > li .chosen-container a.chosen-single div b {
    background-image: none !important;
  }
}
.archive-section .searchandfilter > ul > li .chosen-container.chosen-with-drop .chosen-single div b:after {
  transform: rotate(-90deg);
}
.archive-section .searchandfilter > ul > li .chosen-container .chosen-drop {
  position: inherit;
}
.archive-section .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-search {
  display: none;
}
.archive-section .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-results {
  color: black;
  width: 100vw;
  position: absolute;
  left: 0;
  background-color: #f2f2f2;
  padding: 5px;
  border-top: 1px solid black;
  border-bottom: 1px solid;
}
.archive-section .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-results li.active-result {
  background-color: white;
  display: inline-block;
  border: 1px solid;
  border-radius: 30px;
  margin: 3px 3px;
  padding: 2px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.archive-section .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-results li.active-result.highlighted {
  background-color: black !important;
  background-image: none !important;
}
.archive-section .searchandfilter > ul > li:nth-child(-n+3) {
  width: 16.667%;
}
.archive-section .searchandfilter > ul > li.sf-field-sort_order {
  position: relative;
}
.archive-section .searchandfilter > ul > li.sf-field-sort_order label:after {
  content: "→";
  font-size: 25px;
  color: black;
  font-weight: 300;
  font-family: MunkenSans;
  position: absolute;
  right: 9px;
  top: 12px;
  transform: rotate(90deg);
}
.archive-section .searchandfilter > ul > li.sf-field-search {
  width: 33.3334%;
  border-right: 0;
  position: relative;
}
.archive-section .searchandfilter > ul > li.sf-field-search:after {
  content: "";
  background-image: url(https://koreanmusicawards.com/wp-content/uploads/2021/01/search-icon.svg);
  background-position: 15px 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
}
.archive-section .searchandfilter > ul > li.sf-field-search input.sf-input-text {
  border: 0;
  padding: 6px 15px 6px 50px;
  height: 49px;
  font-size: 25px;
  width: 100% !important;
  color: #6a6a6a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
.archive-section .searchandfilter > ul > li.sf-field-search input.sf-input-text::placeholder {
  color: transparent;
}
.archive-section .searchandfilter > ul > li.sf-field-search input.sf-input-text:focus {
  color: black;
}
.archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner {
  width: 16.666%;
  border-right: 0;
  text-align: right;
  height: 47px;
}
.archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul {
  padding: 0;
}
.archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul input.sf-input-checkbox {
  visibility: hidden;
}
.archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul .sf-label-checkbox {
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 0;
}
.archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul .sf-label-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 10px;
  border: 1px solid;
  width: 13px;
  height: 13px;
}
.archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul .sf-label-checkbox:after {
  content: "수상자 보기";
  position: relative;
  top: 1px;
  font-size: 19px;
}
.archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul input.sf-input-checkbox:checked + label.sf-label-checkbox:before {
  background-color: black;
}
.archive-section .searchandfilter > ul:after {
  content: "";
  clear: both;
  display: block;
}
.archive-section .search-filter-results {
  min-height: 50vh;
}
.archive-section .search-filter-results .nominee-item-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1px);
}
.archive-section .search-filter-results .nominee-item-box .nominee-item {
  width: 16.6667%;
  margin-bottom: 0;
  border-right: 1px solid black;
  position: relative;
  overflow: hidden;
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a {
  display: block;
  color: black;
  height: 100%;
  padding: 20px !important;
  line-height: 1.3;
  transition: 0.2s;
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a .nominee-thumb {
  padding-top: 100%;
  background-size: cover;
  background-position: 50%;
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a .nominee-item-title {
  padding: 10px 0;
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a .nominee-item-title > div {
  display: inline;
  pointer-events: none;
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a .genre-color {
  font-size: 13px;
  padding: 3px 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 20px;
  color: transparent;
  transition: 0.3s;
  transform: translateX(calc(-100% + 20px));
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a .winner-color {
  display: none;
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.archive-section .search-filter-results .nominee-item-box .nominee-item a:hover .genre-color {
  color: black;
  transform: translateX(0);
}
.archive-section .search-filter-results .nominee-item-box .nominee-item:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid black;
}
.archive-section .search-filter-results .nominee-item-box .nominee-item.winner a .winner-color {
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 20px;
  color: transparent;
  transition: 0.2s;
  transform: translateX(calc(-100% + 20px));
}
.archive-section .search-filter-results .nominee-item-box .nominee-item.winner:hover a .winner-color {
  color: black;
  transform: translateX(0);
}
.archive-section .search-filter-results .find-none {
  padding: 20px;
  text-align: center;
}
.archive-section.nominees-section .searchandfilter > ul {
  height: auto;
}
.archive-section.nominees-section .searchandfilter > ul > li {
  border-right: 0;
  width: 100%;
  height: auto;
}
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul {
  padding: 5px;
}
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li {
  display: inline-block;
  padding: 0;
}
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li input[type=checkbox],
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li input[type=radio] {
  display: none;
}
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li label.sf-label-checkbox,
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li label.sf-label-radio {
  width: auto;
  background-color: white;
  display: inline-block;
  border: 1px solid;
  border-radius: 30px;
  margin: 3px 3px;
  padding: 2px 10px 1px;
  font-size: 15px;
  line-height: 1.5;
  height: auto;
}
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li label.sf-label-checkbox:hover,
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li label.sf-label-radio:hover {
  color: white;
  background-color: black !important;
}
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li input.sf-input-checkbox:checked + label.sf-label-checkbox,
.archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li input.sf-input-radio:checked + label.sf-label-radio {
  background-color: black;
  color: white;
}
.archive-section.nominees-section .search-filter-results .nominee-item-box .nominee-item {
  width: 20%;
}
.wp-pagenavi {
  text-align: center;
  border-top: 0;
  padding-top: 40px;
  margin-bottom: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: white;
  margin: 0 4px 8px;
  text-decoration: none;
  font-size: 19px !important;
  background-color: black;
  height: 30px;
  min-width: 30px;
  display: inline-block;
  line-height: 1.5;
  border: 1px solid black !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: black !important;
  background-color: white;
}
.archive-section.nominees-section.genre .pagination,
.archive-section.nominees-section.genre .find-none {
  display: none;
}
@media screen and (min-width:1600px) {
  .archive-section .search-filter-results .nominee-item-box .nominee-item {
    width: 12.5%;
  }
}
@media screen and (max-width:980px) {
  .archive-section .searchandfilter {
    border-top: 0;
  }
  .archive-section .searchandfilter > ul {
    height: auto;
    border-bottom: 0;
  }
  .archive-section .searchandfilter > ul > li {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    height: auto;
  }
  .archive-section .searchandfilter > ul > li label {
    height: auto;
  }
  .archive-section .searchandfilter > ul > li[data-sf-field-input-type="select"] label {
    position: relative;
  }
  .archive-section .searchandfilter > ul > li[data-sf-field-input-type="select"] label select.sf-input-select {
    padding: 7px 10px;
    font-size: 17px;
    height: 37px;
    display: block !important;
    min-width: 40px;
  }
  .archive-section .searchandfilter > ul > li[data-sf-field-input-type="select"] label:after {
    content: "→";
    font-size: 17px !important;
    color: black;
    font-weight: 300;
    font-family: MunkenSans;
    position: absolute;
    right: 5px !important;
    top: 6px !important;
    transform: rotate(90deg);
    pointer-events: none;
  }
  .archive-section .searchandfilter > ul > li[data-sf-field-input-type="select"] .chosen-container {
    display: none;
  }
  .archive-section .searchandfilter > ul > li:nth-child(3) {
    border-right: 0;
  }
  .archive-section .searchandfilter > ul > li:nth-child(-n+3) {
    width: 33.333%;
  }
  .archive-section .searchandfilter > ul > li.sf-field-search {
    width: 100%;
  }
  .archive-section .searchandfilter > ul > li.sf-field-search input.sf-input-text {
    border: 0;
    padding: 3px 15px 3px 40px;
    height: 37px;
    font-size: 19px;
  }
  .archive-section .searchandfilter > ul > li.sf-field-search:after {
    background-position: 11px 50%;
    background-size: 17px;
    width: 40px;
    height: 40px;
  }
  .archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner {
    position: absolute;
    width: 150px;
    height: 38px;
    right: 0;
    bottom: 0;
  }
  .archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul li {
    padding: 3px 0;
  }
  .archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul li .sf-label-checkbox {
    height: 30px;
    padding: 3px 10px;
  }
  .archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul li .sf-label-checkbox:before {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
  .archive-section .searchandfilter > ul > li.sf-field-post-meta-nominee-winner ul li .sf-label-checkbox:after {
    font-size: 15px;
    top: 0;
  }
  .archive-section .search-filter-results .nominee-item-box .nominee-item {
    width: 20% !important;
    margin-bottom: 0;
    border-right: 1px solid black;
    position: relative;
    overflow: hidden;
  }
  .archive-section .search-filter-results .nominee-item-box .nominee-item a {
    padding: 10px 10px 16px !important;
  }
  .archive-section .search-filter-results .nominee-item-box .nominee-item a .genre-color {
    height: 16px;
    width: 16px;
    transform: translateX(calc(-100% + 16px));
  }
  .archive-section .search-filter-results .nominee-item-box .nominee-item a:hover .genre-color {
    color: transparent;
    transform: translateX(calc(-100% + 16px));
  }
  .archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre {
    width: 100%;
  }
  .archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul {
    padding: 3px 6px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul li label.sf-label-radio {
    margin: 3px 1px;
  }
  .archive-section.nominees-section .searchandfilter > ul > li.sf-field-taxonomy-nominee_genre ul::-webkit-scrollbar {
    display: none;
  }
  .archive-section.nominees-section .sticky-wrapper.is-sticky {
    z-index: 9;
  }
  .archive-section.nominees-section .sticky-wrapper.is-sticky .searchandfilter {
    background-color: white;
  }
}
@media screen and (max-width:650px) {
  .archive-section .search-filter-results .nominee-item-box .nominee-item {
    width: 33.333% !important;
  }
}
@media screen and (max-width:450px) {
  .archive-section .search-filter-results .nominee-item-box .nominee-item {
    width: 50% !important;
  }
}
/* winner page */
.winner-section-00 .et_pb_row,
.winner-section-00 .et_pb_column {
  padding: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
.winner-section {
  position: relative;
  border-bottom: 1px solid black;
}
.winner-section .et_pb_row {
  padding: 0 10px 0 !important;
}
.winner-section .et_pb_column:first-child,
.winner-section .left {
  width: 50% !important;
  float: left;
  padding: 20px;
  border-right: 1px solid black;
}
.winner-section .et_pb_column:first-child img,
.winner-section .left img {
  display: block;
  border: 1px solid black;
  width: 100%;
  margin-bottom: 20px;
}
.winner-section .et_pb_column:last-child,
.winner-section .right {
  width: 50% !important;
  float: left;
  padding: 20px;
  border-left: 1px solid black;
  position: static;
  margin-left: -1px;
}
.winner-section .et_pb_column:last-child .winner-genre h2,
.winner-section .right .winner-genre h2 {
  display: inline-block;
  border-bottom: 1px solid black;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.winner-section .et_pb_column:last-child .winner-genre h3,
.winner-section .right .winner-genre h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
.winner-section .et_pb_column:last-child .winner-text,
.winner-section .right .winner-text {
  font-size: 19px;
  margin-bottom: 20px !important;
  max-width: 800px;
}
.winner-section .et_pb_column:last-child .winner-badge,
.winner-section .right .winner-badge {
  position: absolute;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  border: 1px solid black;
  z-index: 9;
  background-color: #66f4ff;
}
.winner-section .et_pb_column:last-child .winner-badge .et_pb_text_inner,
.winner-section .right .winner-badge .et_pb_text_inner {
  animation-name: rotate-circle;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.winner-section .et_pb_column:last-child .winner-badge .et_pb_text_inner a,
.winner-section .right .winner-badge .et_pb_text_inner a {
  display: inline-block;
  cursor: grab;
  color: black;
  font-size: 19px;
  line-height: 1.2;
}
.winner-section .clear {
  float: none;
  clear: both;
}
.winner-section:nth-child(3n) .winner-badge .et_pb_text_inner {
  animation-duration: 7s;
  animation-direction: reverse;
}
.winner-section:nth-child(3n + 1) .winner-badge .et_pb_text_inner {
  animation-duration: 9s;
}
.winner-section:nth-child(3n + 2) .winner-badge .et_pb_text_inner {
  animation-duration: 10s;
  animation-direction: reverse;
}
@media screen and (max-width:980px) {
  .winner-section .et_pb_row {
    padding: 0 !important;
  }
  .winner-section .et_pb_column:first-child,
  .winner-section .left {
    padding: 16px;
    border-right: 0;
    margin-bottom: 0;
    width: 100% !important;
  }
  .winner-section .et_pb_column:first-child img,
  .winner-section .left img {
    margin-bottom: 16px;
  }
  .winner-section .et_pb_column:last-child,
  .winner-section .right {
    padding: 16px;
    border-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100% !important;
  }
  .winner-section .et_pb_column:last-child .winner-text,
  .winner-section .right .winner-text {
    font-size: 16px;
  }
  .winner-section .et_pb_column:last-child .winner-genre h2,
  .winner-section .right .winner-genre h2 {
    display: inline-block;
    max-width: 70%;
    margin-bottom: 16px;
  }
  .winner-section .et_pb_column:last-child .winner-genre h3,
  .winner-section .right .winner-genre h3 {
    width: 70%;
    font-size: 17.6px;
    margin-bottom: 16px;
  }
  .winner-section .et_pb_column:last-child .winner-badge,
  .winner-section .right .winner-badge {
    left: auto !important;
    right: 10px !important;
    top: -30px !important;
    width: 105px !important;
    height: 105px !important;
    padding: 7px !important;
  }
  .winner-section .et_pb_column:last-child .winner-badge .et_pb_text_inner a,
  .winner-section .right .winner-badge .et_pb_text_inner a {
    font-size: 13px !important;
  }
}
/* main page */
.archive-section.main-archive {
  margin-bottom: -1px;
}
.main-gallery-section .et_pb_row {
  padding: 0 !important;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item a {
  padding-top: 40%;
  display: block;
  pointer-events: none;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  image-rendering: pixelated;
  mix-blend-mode: multiply;
}
@media screen and (min-width:1600px) {
  .main-gallery-section .et_pb_row .et_pb_gallery_item a {
    padding-top: calc(33% + 100px);
  }
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 0) a {
  background-color: #fe2d2d;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 1) a {
  background-color: #fff505;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 2) a {
  background-color: #2dfed8;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 3) a {
  background-color: #c462f2;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 4) a {
  background-color: #6a6aff;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 5) a {
  background-color: #e2ae03;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 6) a {
  background-color: #acacac;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 7) a {
  background-color: #ff7b50;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 8) a {
  background-color: #ac7c6a;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 9) a {
  background-color: #ff50f2;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 10) a {
  background-color: #01c7b5;
}
.main-gallery-section .et_pb_row .et_pb_gallery_item:nth-child(12n + 11) a {
  background-color: #00c1ff;
}
.main-gallery-section .et_pb_row .et-pb-slider-arrows,
.main-gallery-section .et_pb_row .et-pb-controllers {
  display: none;
}
.main-gallery-section .main-gallery-square {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul {
  padding: 0;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul > li {
  padding: 0;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul > li ul {
  padding: 0;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul > li ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0;
  background-color: white;
  width: 20px;
  height: 20px;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul > li ul li input[type=checkbox] {
  display: none;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul > li ul li label.sf-label-checkbox {
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  line-height: 1.2 !important;
  color: transparent;
  top: 0;
  vertical-align: top;
  position: absolute;
  width: 300px;
  pointer-events: none;
  cursor: pointer;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul > li ul li:hover {
  width: auto;
  z-index: 999;
}
.main-gallery-section .main-gallery-square .searchandfilter > ul > li ul li:hover label.sf-label-checkbox {
  color: black;
  position: static;
  width: auto;
  pointer-events: auto;
  white-space: nowrap;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(1) {
  background-color: #6a6aff;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(2) {
  background-color: #6a6aff;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(3) {
  background-color: #e2ae03;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(4) {
  background-color: #e2ae03;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(5) {
  background-color: #acacac;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(6) {
  background-color: #ff7b50;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(7) {
  background-color: #ff7b50;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(8) {
  background-color: #ac7c6a;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(9) {
  background-color: #ac7c6a;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(10) {
  background-color: #ff50f2;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(11) {
  background-color: #ff50f2;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(12) {
  background-color: #01c7b5;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(13) {
  background-color: #01c7b5;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(14) {
  background-color: #00c1ff;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(15) {
  background-color: #00c1ff;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(16) {
  background-color: #55ff53;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(17) {
  background-color: #55ff53;
}
.main-gallery-section .main-gallery-square .searchandfilter:first-child > ul > li > ul > li:nth-child(18) {
  background-color: #55ff53;
}
.main-gallery-section .main-gallery-square .searchandfilter:last-child > ul > li > ul > li:nth-child(1) {
  background-color: #fe2d2d;
}
.main-gallery-section .main-gallery-square .searchandfilter:last-child > ul > li > ul > li:nth-child(2) {
  background-color: #fff505;
}
.main-gallery-section .main-gallery-square .searchandfilter:last-child > ul > li > ul > li:nth-child(3) {
  background-color: #2dfed8;
}
.main-gallery-section .main-gallery-square .searchandfilter:last-child > ul > li > ul > li:nth-child(4) {
  background-color: #c462f2;
}
body #page-container .main-subtitle-row {
  padding: 12px 20px 100px!important;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  font-size: 25px;
}
body.home .page-title_ko {
  display: none;
}
body.home .page-title_en {
  width: 100% !important;
}
body.home .page-title_en .et_pb_text_inner {
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='954' height='144' fill='none' viewBox='0 0 954 144'%3e%3cg fill='black' clip-path='url(https://koreanmusicawards.com/wp-content/themes/Divi-child-theme/%23a)'%3e%3cpath d='M345.24 49.56V4.98h-46.68v6.37h40.31v38.21h6.37Zm-49.23 15.92h22.1v26.78h-19.55v6.37h40.31v44.52h6.37V92.26h-20.76V65.48h22.1v-6.37h-50.57v6.37Zm-87.06 50.26c24.67 0 44.73-20.07 44.73-44.73 0-24.66-20.07-44.73-44.73-44.73-24.66 0-44.73 20.07-44.73 44.73 0 24.66 20.07 44.73 44.73 44.73Zm0-83.1c21.15 0 38.37 17.21 38.37 38.36s-17.21 38.37-38.37 38.37c-21.16 0-38.36-17.21-38.36-38.37 0-21.16 17.21-38.36 38.36-38.36Zm45.94-18.75h-91.88v6.37h91.88v-6.37Zm-77.47 103.49h-6.37v24.64h107.59v-6.37H177.42v-18.27ZM272.1 3.18h-6.37v109.38h6.37V81.6h16.26v-6.36H272.1V3.18ZM233.49 0h-49.08v6.37h49.08V0Zm129.85 123.72h69.34v-6.37h-62.97V17.71h62.97v-6.36h-69.34v112.37Zm117.88-51.03h-29.64V.64h-6.37v142.51h6.37V79.06h29.64v64.09h6.36V.64h-6.36v72.05Zm27.47-18.18 16.99-34.06 17.64 33.74 5.64-2.96-20.86-39.88h19.98V4.98h-43.9v6.37h18.92L503 51.67l5.69 2.84Zm-7.06 10.97h22.1v29.56c-11.92 1.57-21.17 11.77-21.17 24.12 0 13.43 10.92 24.35 24.35 24.35 13.43 0 24.35-10.92 24.35-24.35 0-12.34-9.24-22.55-21.16-24.12V65.48h22.1v-6.37h-50.57v6.37Zm43.27 53.68c0 9.92-8.07 17.98-17.98 17.98s-17.98-8.07-17.98-17.98 8.07-17.98 17.98-17.98 17.98 8.07 17.98 17.98Zm44.46-66.89c13.43 0 24.35-10.92 24.35-24.35 0-13.43-10.92-24.35-24.35-24.35-13.43 0-24.35 10.92-24.35 24.35 0 13.43 10.92 24.35 24.35 24.35Zm0-42.33c9.92 0 17.98 8.07 17.98 17.98s-8.07 17.98-17.98 17.98-17.98-8.07-17.98-17.98 8.07-17.98 17.98-17.98Zm25.28 47.76h-50.57v6.37h50.57V57.7Zm-49.44 81.63h48.32V73.54H565.2v65.79Zm6.36-59.42h35.59v53.06h-35.59V79.91Zm63.37 29.69h91.22v33.41h6.37v-39.77h-97.59v6.36Zm164.2-49.96v-6.36h-66.61V.5h-6.37v92.41h6.37V59.64h66.61Zm-127.2 33.9c24.81 0 44.99-20.18 44.99-44.99 0-24.81-20.18-44.99-44.99-44.99-24.81 0-44.99 20.18-44.99 44.99 0 24.81 20.18 44.99 44.99 44.99Zm0-83.6c21.3 0 38.62 17.32 38.62 38.62 0 21.3-17.32 38.62-38.62 38.62-21.3 0-38.62-17.32-38.62-38.62 0-21.3 17.32-38.62 38.62-38.62ZM939.55.5h-6.36v92.41h6.36V59.64h13.72v-6.36h-13.72V.5Zm-14.62 93.81c-13.43 0-24.35 10.92-24.35 24.35 0 13.43 10.92 24.35 24.35 24.35 13.43 0 24.35-10.92 24.35-24.35 0-13.43-10.92-24.35-24.35-24.35Zm0 42.33c-9.92 0-17.98-8.07-17.98-17.98s8.07-17.98 17.98-17.98 17.98 8.07 17.98 17.98-8.07 17.98-17.98 17.98Zm-2.34-47.86L872.97 1.53 745.41 134.31l4.53 4.48L871.59 11.98l45.46 79.95 5.54-3.15ZM62.86 0l-43.6 107.78L0 141.98V0h62.86Zm79.12 50.34L19.26 107.78 91.64 0h50.34v50.34Z'/%3e%3cpath d='m38.51 141.98-19.25-34.2 122.72-28.72v62.92H38.51Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h953.27v143.51H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 0;
  color: transparent;
}
.archive-section.main-archive .searchandfilter {
  border-top: 0;
  position: absolute;
  top: -50px;
  right: 0;
}
.archive-section.main-archive .searchandfilter ul > li {
  width: 100%;
  border-right: 0;
}
.archive-section.main-archive .searchandfilter ul > li a.search-filter-reset {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(https://koreanmusicawards.com/wp-content/uploads/2021/01/rotate-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
#jt_popup_container.mobile .jt_popup_controller {
  border-top: 1px solid black !important;
}
@media screen and (max-width:980px) {
  .main-gallery-section .main-gallery-square {
    display: none;
  }
  body #page-container .main-subtitle-row {
    padding: 10px 16px 30px 16px !important;
    font-size: 16px;
  }
  body #page-container .main-subtitle-row .et_pb_column {
    width: 50% !important;
    margin-bottom: 0;
  }
  body #page-container .main-subtitle-row .et_pb_column .main-subtitle_ko {
    text-align: right;
  }
  .archive-section.main-archive .searchandfilter {
    top: -45px;
  }
  .archive-section.main-archive .searchandfilter ul > li {
    border-bottom: 0;
  }
  .archive-section.main-archive .searchandfilter ul > li a.search-filter-reset {
    background-size: 25px;
  }
}
/* nominee single */
.single-project #et-main-area,
#modal-content #et-main-area {
  padding-top: 50px;
}
.single-project .top-section,
#modal-content .top-section {
  border-bottom: 1px solid black;
}
.single-project .top-section .et_pb_row,
#modal-content .top-section .et_pb_row {
  padding-bottom: 0 !important;
}
.single-project .top-section .et_pb_row .et_pb_column .nominee-title,
#modal-content .top-section .et_pb_row .et_pb_column .nominee-title {
  float: left;
  width: 50%;
}
.single-project .top-section .et_pb_row .et_pb_column .nominee-title h1,
#modal-content .top-section .et_pb_row .et_pb_column .nominee-title h1 {
  font-size: 22px;
  padding-top: 10px;
  text-align: center;
}
.single-project .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-album:before,
#modal-content .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-album:before {
  content: " [";
}
.single-project .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-album:after,
#modal-content .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-album:after {
  content: "]";
}
.single-project .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-music_title:before,
#modal-content .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-music_title:before {
  content: " '";
}
.single-project .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-music_title:after,
#modal-content .top-section .et_pb_row .et_pb_column .nominee-title h1 span.nominee-music_title:after {
  content: "'";
}
.single-project .top-section .et_pb_row .et_pb_column .nominee-genre,
#modal-content .top-section .et_pb_row .et_pb_column .nominee-genre {
  float: right;
  width: 50%;
  padding-top: 7px;
  font-size: 22px;
  text-align: center;
}
.single-project .bottom-section > .et_pb_row,
#modal-content .bottom-section > .et_pb_row {
  padding: 0 !important;
  margin-right: 0;
  margin-left: 0;
  width: 100% !important;
}
.single-project .bottom-section > .et_pb_row > .et_pb_column:first-child,
#modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child {
  padding: 20px;
  border-right: 1px solid black;
}
.single-project .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb,
#modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb {
  margin-bottom: 20px !important;
}
.single-project .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb .et_pb_image_wrap,
#modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb .et_pb_image_wrap {
  width: 100%;
}
.single-project .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb .et_pb_image_wrap img,
#modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb .et_pb_image_wrap img {
  width: 100%;
}
.single-project .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-mv .et_pb_code_inner,
#modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-mv .et_pb_code_inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.single-project .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-mv .et_pb_code_inner iframe,
#modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-mv .et_pb_code_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-project .bottom-section > .et_pb_row > .et_pb_column:last-child,
#modal-content .bottom-section > .et_pb_row > .et_pb_column:last-child {
  padding-left: 0;
  padding-right: 0;
  margin-left: -1px;
}
.single-project .bottom-section > .et_pb_row .winner-text-row,
#modal-content .bottom-section > .et_pb_row .winner-text-row {
  padding: 0 !important;
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column {
  padding: 0 !important;
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show {
  display: none;
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  border: 1px solid black;
  animation-name: rotate-circle;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle .badge-text,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle .badge-text {
  z-index: 1;
  color: black;
  font-size: 19px;
  line-height: 1.2;
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle .genre-color,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle .genre-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width:980px) {
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box {
    font-size: 16px;
  }
}
@media screen and (max-width:650px) {
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box:after,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box:after {
    content: "";
    float: none;
    display: block;
    clear: both;
  }
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:first-child,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:first-child {
  border: 1px solid;
  padding: 1px 8px;
}
@media screen and (max-width:650px) {
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:first-child,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:first-child {
    float: left;
    margin-bottom: -1px;
  }
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:last-child,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:last-child {
  color: black;
  background-color: white;
  border: 1px solid white;
  padding: 1px 8px;
}
@media screen and (max-width:650px) {
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:last-child,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_box span:last-child {
    float: left;
  }
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner_word,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner_word {
  width: 60%;
  font-size: 19px;
  margin-bottom: 20px;
}
.single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show.winner,
#modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show.winner {
  display: block;
  background-color: black;
  color: white;
  padding: 20px;
}
@media screen and (max-width:980px) {
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show.winner,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show.winner {
    padding: 16px;
  }
}
.single-project .bottom-section > .et_pb_row .nominee-text-row,
#modal-content .bottom-section > .et_pb_row .nominee-text-row {
  padding: 0 !important;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column {
  width: 50% !important;
  height: calc(100vh - 99px);
  padding: 20px;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:first-child,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:first-child {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:first-child .nominee-text .nominee-committee,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:first-child .nominee-text .nominee-committee {
  padding-top: 20px;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .nominee-description span:first-child,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .nominee-description span:first-child {
  display: inline-block;
  width: 90px;
  padding-right: 20px;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .nominee-description span:last-child,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .nominee-description span:last-child {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share {
  margin-top: 50px;
  margin-left: -5px;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a img,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a img {
  display: none;
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a:first-child,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a:first-child {
  background-image: url(https://koreanmusicawards.com/wp-content/uploads/2021/01/sns-icon-01.svg);
}
.single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a:last-child,
#modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:last-child .social-share a:last-child {
  background-image: url(https://koreanmusicawards.com/wp-content/uploads/2021/01/sns-icon-02.svg);
}
html.no-scroll,
body.no-scroll {
  position: absolute;
}
.modal-wrapper {
  z-index: 999999999;
  overflow-x: hidden;
  display: block !important;
  pointer-events: none;
  overflow-y: hidden;
}
.modal-wrapper .wp-post-modal {
  display: block !important;
}
.modal-wrapper .wp-post-modal button.close-modal {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0;
  height: 50px;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url(https://koreanmusicawards.com/wp-content/uploads/2021/01/close-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0;
  transition: 0.2s;
}
.modal-wrapper .wp-post-modal #modal-content {
  height: calc(100vh - 50px);
  top: 100vh;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  transition: 0.2s;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px) brightness(1.1);
  -webkit-backdrop-filter: blur(30px) brightness(1.1);
}
.modal-wrapper .wp-post-modal #modal-content::-webkit-scrollbar {
  display: none;
}
.modal-wrapper .wp-post-modal #modal-content img.loading {
  content: url(https://koreanmusicawards.com/wp-content/uploads/2021/01/loading.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-wrapper .wp-post-modal #modal-content footer.et-l.et-l--footer {
  display: none;
}
.modal-wrapper.show {
  cursor: auto;
}
.modal-wrapper.show .wp-post-modal button.close-modal {
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
.modal-wrapper.show .wp-post-modal #modal-content {
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
  top: 50px;
  transition: 0.5s;
}
@media screen and (max-width:980px) {
  .single-project #et-main-area,
  #modal-content #et-main-area {
    padding-top: 30px;
  }
  .single-project .top-section,
  #modal-content .top-section {
    border-bottom: 1px solid black;
  }
  .single-project .top-section .et_pb_row,
  #modal-content .top-section .et_pb_row {
    padding: 0 16px !important;
  }
  .single-project .top-section .et_pb_row .et_pb_column .nominee-title,
  #modal-content .top-section .et_pb_row .et_pb_column .nominee-title {
    padding-right: 10px;
  }
  .single-project .top-section .et_pb_row .et_pb_column .nominee-title h1,
  #modal-content .top-section .et_pb_row .et_pb_column .nominee-title h1 {
    font-size: 16.5px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
    line-height: 1.3;
  }
  .single-project .top-section .et_pb_row .et_pb_column .nominee-genre,
  #modal-content .top-section .et_pb_row .et_pb_column .nominee-genre {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16.5px;
    text-align: left;
    line-height: 1.3;
  }
  .single-project .bottom-section > .et_pb_row > .et_pb_column:first-child,
  #modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 16px;
  }
  .single-project .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb,
  #modal-content .bottom-section > .et_pb_row > .et_pb_column:first-child .nominee-thumb {
    margin-bottom: 16px !important;
  }
  .single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column,
  #modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column {
    width: 100% !important;
    height: auto;
    padding: 16px;
  }
  .single-project .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:first-child,
  #modal-content .bottom-section > .et_pb_row .nominee-text-row .et_pb_column:first-child {
    border-left: 0;
    border-right: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid black;
  }
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show {
    padding: 16px;
    margin-bottom: 16px;
  }
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle {
    position: fixed;
    top: 17px;
    right: -19px;
    transform: scale(0.7);
    animation-name: none;
  }
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner_word,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner_word {
    width: 100%;
    font-size: 16px;
  }
  .modal-wrapper .wp-post-modal button.close-modal {
    height: 30px;
    background-size: 25px;
  }
  .modal-wrapper .wp-post-modal #modal-content {
    height: calc(100vh - 30px);
    padding-bottom: 100px;
  }
  .modal-wrapper.show .wp-post-modal #modal-content {
    top: 30px;
    transition: 0.3s;
  }
}
@media screen and (max-width:650px) {
  .single-project .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle,
  #modal-content .bottom-section > .et_pb_row .winner-text-row > .et_pb_column .winner-show .nominee-winner-badge_circle {
    top: auto;
    bottom: 0;
  }
}
/* 일반 페이지 */
.plain-page-section > .et_pb_row {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.plain-page-section > .et_pb_row > .et_pb_column {
  padding: 0;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper {
  position: absolute;
  width: 30%;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section {
  padding-top: 20px !important;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section ul {
  list-style: none;
  padding: 0;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section ul li a {
  color: black;
  width: auto;
  background-color: white;
  display: inline-block;
  border: 1px solid;
  border-radius: 30px;
  margin: 3px 0;
  padding: 2px 10px 1px;
  font-size: 15px;
  line-height: 1.5;
  height: auto;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section ul li.active a {
  background-color: black;
  color: white;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section {
  float: right;
  width: 66.667%;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .title-row {
  padding-top: 20px !important;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .anchor {
  position: absolute;
  top: -120px;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .spon-logo {
  margin: 20px 0 60px !important;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .history-row .et_pb_number_counter {
  border-top: 1px solid black;
  padding-bottom: 10px;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .history-row .et_pb_number_counter .percent {
  height: 63px;
  margin-bottom: 0 !important;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .history-row .et_pb_number_counter .percent p {
  text-align: left;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .history-row .et_pb_number_counter h3.title {
  position: absolute;
  right: 0;
  top: 23px;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .history-row .et_pb_number_counter:hover {
  background-color: black;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .history-row .et_pb_number_counter:hover .percent p {
  color: white !important;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .history-row .et_pb_number_counter:hover h3.title {
  color: white !important;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner {
  overflow-x: scroll !important;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table {
  border-top: 1px solid black;
  width: 100%;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th {
  background-color: #f2f2f2;
  padding-top: 3px;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table tr {
  border-bottom: 1px solid black;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th,
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td {
  display: inline-block;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:first-child,
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:first-child {
  width: 150px !important;
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:nth-child(2),
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:nth-child(2),
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:nth-child(3),
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:nth-child(3) {
  width: calc((100% - 150px) / 2) !important;
}
@media screen and (max-width:980px) {
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:first-child,
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:first-child {
    width: 130px !important;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:nth-child(2),
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:nth-child(2),
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:nth-child(3),
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:nth-child(3) {
    width: calc((100% - 130px) / 2) !important;
  }
}
@media screen and (max-width:650px) {
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table {
    width: 618px;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:first-child,
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:first-child {
    width: 100px !important;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:nth-child(2),
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:nth-child(2),
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table th:nth-child(3),
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner table td:nth-child(3) {
    width: calc((100% - 100px) / 2) !important;
  }
}
.plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .kma-table-2022 .et_pb_text_inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:980px) {
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper {
    width: 100%;
    z-index: 9;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section {
    padding-top: 0 !important;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section .et_pb_row {
    padding: 0;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section .et_pb_row ul {
    list-style: none;
    padding: 3px 6px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    border-bottom: 1px solid black;
    font-size: 0;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section .et_pb_row ul li {
    display: inline-block;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section .et_pb_row ul li a {
    margin: 3px 1px;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content div#sticky-wrapper .inner-nav-section .et_pb_row ul::-webkit-scrollbar {
    display: none;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section {
    float: right;
    width: 100%;
    border-left: 0;
    padding: 0 16px 16px !important;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .title-row {
    padding-top: 16px !important;
    padding-bottom: 0;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .et_pb_column {
    padding-bottom: 16px;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section .anchor {
    top: -86px;
  }
  .plain-page-section > .et_pb_row > .et_pb_column .et_pb_post_content .content-section:nth-child(2) {
    padding-top: 39px !important;
  }
}
/* footer */
footer.et-l.et-l--footer {
  margin-top: -1px;
  border-top: 1px solid black;
  padding-top: 20px;
  line-height: 1.35;
}
.et_pb_scroll_top.et-pb-icon {
  background: rgba(255, 255, 255, 0.85);
  font-size: 25px;
  padding: 3px;
  color: #000;
  border: 1px solid;
  border-radius: 0 !important;
}
.agree-btn {
  margin-top: 20px;
  margin-bottom: 10px !important;
}
.agree-btn a {
  display: inline-block;
  font-size: 85%;
  border: 1px solid;
  padding: 4px 5px 2px;
  margin-right: 5px;
}
.footer-facebook {
  height: 300px;
  overflow-y: auto;
  border: 1px solid;
  padding: 13px;
  background-color: #f3f3f3;
  font-size: 14px;
  margin-right: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.footer-facebook #cff .cff-item.cff-box:first-child {
  padding: 0;
}
.footer-facebook::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:980px) {
  footer.et-l.et-l--footer {
    padding: 16px;
  }
  footer.et-l.et-l--footer .et_pb_column {
    width: 33.333%;
    padding-right: 16px;
  }
  footer.et-l.et-l--footer .et_pb_column .footer-facebook {
    margin-right: 0;
  }
  footer.et-l.et-l--footer .et_pb_column .footer-logo {
    max-width: 160px;
  }
}
@media screen and (max-width:650px) {
  footer.et-l.et-l--footer .et_pb_column {
    width: 100%;
    padding-right: 0;
  }
  footer.et-l.et-l--footer .et_pb_column .footer-facebook {
    height: 80vw;
    margin-bottom: 20px !important;
  }
  footer.et-l.et-l--footer .et_pb_column .footer-logo {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* 후원 */
/* 후원 페이지 */
.shop-section .et_pb_row .et_pb_column {
  padding-top: 20px;
  min-height: calc(60vh - 1px) !important;
}
.shop-section .et_pb_row .et_pb_column:first-child {
  border-right: 1px solid black;
}
.shop-section .et_pb_row .et_pb_column h3 {
  font-size: 25px;
}
.shop-section .et_pb_row .et_pb_column .spon-detail-text {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce {
  padding-top: 0;
  padding-left: 10px;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product {
  margin-bottom: 10px;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a {
  background-color: black;
  display: block;
  padding: 20px;
  border: 1px solid black;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a .et_shop_image {
  display: none;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a h2 {
  color: white;
  font-size: 23px !important;
  padding: 0 !important;
  font-weight: 700;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a span {
  display: none;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a:hover {
  background-color: white !important;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a:hover h2 {
  color: black;
}
.shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product:first-child a {
  background-color: #5a5a5a;
}
@media screen and (max-width:980px) {
  .shop-section .et_pb_row .et_pb_column {
    padding: 16px;
    min-height: 0 !important;
  }
  .shop-section .et_pb_row .et_pb_column:first-child {
    border-right: 0;
  }
  .shop-section .et_pb_row .et_pb_column .spon-detail-text {
    margin-left: 0;
  }
  .shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce {
    padding-left: 0;
  }
  .shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a {
    padding: 11px 15px;
  }
  .shop-section .et_pb_row .et_pb_column .et_pb_shop .woocommerce ul.products li.product a h2 {
    font-size: 18px !important;
  }
}
/* 상품 페이지 */
.spon-section > .et_pb_row {
  padding: 0 !important;
}
.spon-section > .et_pb_row > .et_pb_column {
  padding: 20px;
  min-height: calc(60vh - 1px) !important;
}
@media screen and (max-width:980px) {
  .spon-section > .et_pb_row > .et_pb_column {
    padding: 16px;
    min-height: 0 !important;
  }
}
.spon-section > .et_pb_row > .et_pb_column:first-child {
  border-right: 1px solid black;
}
@media screen and (max-width:980px) {
  .spon-section > .et_pb_row > .et_pb_column:first-child {
    border-right: 0;
  }
}
.spon-section > .et_pb_row > .et_pb_column .spon-detail-text {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}
.woocommerce #customer_details {
  margin-bottom: 60px;
}
.woocommerce .woocommerce-form-login-toggle {
  padding-top: 20px;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: black;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  border-bottom: 1px solid;
}
.woocommerce form.variations_form.cart table.variations td.label {
  display: block;
}
.woocommerce form.variations_form.cart table.variations td.value {
  display: block;
}
.woocommerce form.variations_form.cart table.variations td.value span select {
  padding: .8em .5em;
  border: 1px solid black;
  border-radius: 0px;
  font-size: 18px;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce form.variations_form.cart table.variations td.value span select::-ms-expand {
  display: none;
}
.woocommerce form.variations_form.cart table.variations td.value span::after {
  background-image: url(https://koreanmusicawards.com/wp-content/uploads/2021/03/arrow-bottom.svg);
  width: 26px !important;
  height: 26px !important;
  background-repeat: no-repeat;
  border: 0 !important;
  margin-top: 0 !important;
  background-position: center;
}
.woocommerce form.variations_form.cart table.variations td.value a.reset_variations {
  display: none !important;
}
.woocommerce form.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
  text-align: right;
  margin-bottom: 5px;
}
.woocommerce form.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation span.price {
  color: black;
}
.woocommerce form.variations_form.cart .single_variation_wrap .variations_button .button {
  width: 100%;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-error {
  background: black;
}
.woocommerce form.checkout.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
  float: right;
}
.woocommerce form.checkout.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  float: left;
}
.woocommerce form.checkout.woocommerce-checkout #payment {
  border-radius: 0;
  border: 1px solid black;
}
.woocommerce form.checkout.woocommerce-checkout #payment #place_order {
  float: left;
  margin-top: 20px;
}
.woocommerce form.checkout.woocommerce-checkout #payment a {
  border-bottom: 1px solid;
}
.woocommerce form .form-row {
  padding: 0;
}
.woocommerce form .form-row .input-text {
  border-radius: 0 !important;
  border: 1px solid;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.woocommerce table.shop_table {
  border: 0 !important;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-top: 1px solid black !important;
  padding: 9px 0;
  vertical-align: top;
}
.woocommerce .button {
  background-color: black !important;
  color: white !important;
  border-radius: 0 !important;
  border: 1px solid !important;
}
.woocommerce .button:hover {
  padding: .3em 1em;
  border: 1px solid;
}
.woocommerce .button.woocommerce-form-register__submit {
  margin-top: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  float: right;
  margin-top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0 0 23px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  background-color: white;
  color: black;
  padding: 5px;
  border: 1px solid black;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: white;
  background-color: black;
}
.woocommerce .woocommerce-MyAccount-content .edit-account {
  margin-bottom: 50px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-first {
  float: right;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-last {
  float: left;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  padding-top: 50px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title {
  order: 2;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title h3 {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title a.edit {
  background-color: black;
  color: white;
  padding: 5px 7px;
  font-size: 13px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  font-style: normal;
  padding: 10px;
  background-color: #f2f2f2;
}
.woocommerce table.shop_table,
.woocommerce table.my_account_orders {
  border: 0 !important;
}
.woocommerce table.shop_table td,
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table th,
.woocommerce table.my_account_orders th {
  border-top: 1px solid black !important;
  padding: 9px 0;
  vertical-align: top;
}
.woocommerce table.shop_table td .button,
.woocommerce table.my_account_orders td .button,
.woocommerce table.shop_table td .button:hover,
.woocommerce table.my_account_orders td .button:hover {
  color: white;
  font-size: 13px;
  border-radius: 0;
  border: 0;
  background-color: black;
  margin: 0 5px 0 0;
  padding: .3em 1em;
}
.woocommerce table.shop_table td .button:after,
.woocommerce table.my_account_orders td .button:after,
.woocommerce table.shop_table td .button:hover:after,
.woocommerce table.my_account_orders td .button:hover:after {
  display: none;
}
body.woocommerce-account .woocommerce {
  padding-top: 20px;
}
.checkout-section {
  padding-top: 20px !important;
}
.checkout-section .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
@media screen and (max-width:980px) {
  .woocommerce .woocommerce-billing-fields__field-wrapper,
  .woocommerce .edit-account {
    display: grid;
  }
  .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce .edit-account .form-row.form-row-last {
    order: 1;
  }
  .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
  .woocommerce .edit-account .form-row.form-row-first {
    order: 2;
  }
  .woocommerce .woocommerce-billing-fields__field-wrapper .form-row-wide,
  .woocommerce .edit-account .form-row-wide {
    order: 3;
  }
  .woocommerce .woocommerce-billing-fields__field-wrapper fieldset,
  .woocommerce .edit-account fieldset {
    order: 4;
  }
  .woocommerce .woocommerce-billing-fields__field-wrapper p:not(.has-background):last-of-type,
  .woocommerce .edit-account p:not(.has-background):last-of-type {
    order: 10;
  }
  .woocommerce form.login,
  .woocommerce form.register {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
  }
  body.woocommerce-account .woocommerce {
    padding: 16px;
  }
  .checkout-section .et_pb_row .et_pb_column {
    padding: 16px;
  }
}
/* 2022 추가 */
.admin-show {
  display: none;
}
.logged-in .admin-show {
  display: block;
}
#responsive-menu-pro-container.slide-bottom {
  transition: transform 0.2s;
}
#jt_popup_container #jt_popup_overlay {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
#jt_popup_container #jt_popup_2 {
  width: 350px;
}
#jt_popup_container #jt_popup_3 {
  width: 350px;
}
#jt_popup_container img {
  min-width: unset !important;
}
@media screen and (max-width:768px) {
  #jt_popup_container #jt_popup_2,
  #jt_popup_container #jt_popup_3 {
    width: 250px;
  }
  #jt_popup_container #jt_popup_3 {
    left: 16px !important;
    top: calc(426px) !important;
  }
}
