*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0; }

ul, ol {
  list-style: none; }

body {
  font-family: "Graphik-Medium";
  font-size: 16px;
  color: #3D3D3D; }

h1, h2, h3, h4, h5 {
  font-family: "Graphik-Medium"; }

a {
  text-decoration: none;
  color: #fff; }

.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }

.default_btn {
  width: 240px;
  height: 46px;
  background: #000;
  border: 2px solid #000;
  border: none;
  box-shadow: -7px 7px 0 0 #003C71;
  display: block;
  text-align: center;
  line-height: 42px;
  font-family: "Graphik-Medium";
  color: #FFD527;
  font-size: 16px;
  cursor: pointer; }
  .default_btn:disabled {
    background: #E3E3E3;
    box-shadow: -7px 7px 0px #3E3E3E;
    color: #515151; }
  .default_btn.custom-disabled, .default_btn.disabled {
    background: #E3E3E3;
    box-shadow: -7px 7px 0px #3E3E3E;
    color: #515151;
    cursor: auto; }
  .default_btn.custom-one {
    background: #00AF66;
    border: 2px solid #00AF66;
    box-shadow: -7px 7px 0 0 #00A3E0;
    color: #FDE600; }
  .default_btn.custom-two {
    box-shadow: -7px 7px 0 0 #00A3E0; }
  .default_btn.custom-three {
    background: #003C71;
    border: 2px solid #003C71;
    box-shadow: -7px 7px 0 0 #00A3E0;
    color: #FDE600; }
  .default_btn.custom-four {
    background: #fff;
    box-shadow: -7px 7px 0 0 #00A3E0;
    color: #003C71;
    border: 2px solid #003C71; }
  .default_btn.custom-five {
    background: #C63663;
    color: #FDE600; }
  .default_btn.custom-six {
    background: #003C71;
    color: #fff;
    box-shadow: none;
    line-height: 46px; }
  .default_btn.custom-seven {
    background: #3D3D3D;
    color: #fff;
    box-shadow: none;
    line-height: 46px; }

.btn-yellow-primary {
  width: 240px;
  height: 46px;
  background: #FFD527;
  border: 2px solid #FFD527;
  box-shadow: -7px 7px 0 0 #00a3e0;
  border: none;
  display: block;
  text-align: center;
  line-height: 42px;
  font-family: "Graphik-Medium";
  color: #000000;
  font-size: 16px;
  cursor: pointer; }

.btn-full-width {
  width: 100%; }

.navy_color {
  color: #003C71; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  width: 100%;
  height: 60px;
  border: 1px solid #9B9B9B;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  padding: 0 20px;
  font-size: 14px; }
  input[type="text"]:disabled,
  input[type="number"]:disabled,
  input[type="email"]:disabled,
  input[type="password"]:disabled {
    background: #F4F4F4; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.container {
  max-width: 1155px;
  margin: 0 auto;
  position: relative; }

.small_container,
.long_container {
  max-width: 600px;
  margin: 0 auto;
  padding: 90px 0px; }
  .small_container h2,
  .long_container h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    font-family: "Graphik-Super"; }
  .small_container p,
  .long_container p {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 25px; }

.long_container {
  max-width: 1155px; }

.small_box {
  padding: 50px 40px;
  background: #fff; }
  .small_box h2 {
    color: #003C71;
    font-size: 35px;
    font-family: "Graphik-Super";
    margin-bottom: 40px; }
  .small_box p {
    color: #3D3D3D;
    font-family: "Graphik-Medium";
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px; }
  .small_box .grey_color {
    color: #3D3D3D;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 30px; }

.breadcrumb {
  background: #00A3E0; }
  .breadcrumb ul {
    padding: 20px 0; }
    .breadcrumb ul:after {
      content: '';
      display: block;
      clear: both; }
    .breadcrumb ul li {
      display: block;
      float: left;
      color: #fff;
      font-family: 'Graphik';
      font-weight: 500; }
      .breadcrumb ul li a {
        color: rgba(255, 255, 255, 0.5); }
      .breadcrumb ul li:after {
        content: '/';
        display: inline-block;
        margin: 0 10px;
        color: rgba(255, 255, 255, 0.5); }
      .breadcrumb ul li:last-child:after {
        display: none; }

.form_box {
  margin-bottom: 30px;
  position: relative; }
  .form_box.error input[type="text"],
  .form_box.error input[type="number"],
  .form_box.error input[type="email"],
  .form_box.error input[type="password"],
  .form_box.error .select2-container--default .select2-selection--single {
    background: rgba(231, 46, 46, 0.1);
    border: 1px solid #C63663; }
  .form_box span.title {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #003C71;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .form_box .password_box {
    position: relative; }
    .form_box .password_box.small {
      width: 360px; }
      .form_box .password_box.small .blue_c {
        color: #00A3E0;
        font-family: "Graphik-Medium";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        left: auto;
        right: -160px; }
        .form_box .password_box.small .blue_c:hover {
          text-decoration: underline; }
    .form_box .password_box .toggle_password {
      width: 22px;
      height: 15px;
      display: block;
      background: url(../images/icon_eyes_close.png) no-repeat center;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: auto;
      right: 20px; }
      .form_box .password_box .toggle_password.active {
        background: url(../images/icon_eyes.png) no-repeat center; }
  .form_box span.error_msg {
    color: #C63663;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: absolute;
    bottom: -22px;
    left: 0; }
  .form_box .select2 {
    width: 100%; }
  .form_box .select2-container .select2-selection--single {
    width: 100%;
    height: 60px; }
  .form_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    padding-left: 20px; }
  .form_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px; }

.agree_box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 25px; }
  .agree_box input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .agree_box input[type="checkbox"]:checked + span:before {
      border: 1px solid #003C71;
      background: #00A3E0 url(../images/icon_check.png) no-repeat center; }
  .agree_box span.navy_color {
    font-family: "Graphik-Medium";
    color: #003C71; }
  .agree_box span:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: #C4C4C4;
    position: absolute;
    top: 5px;
    left: 0; }
  .agree_box span a {
    font-family: "Graphik-Medium";
    color: #003C71; }
    .agree_box span a:hover {
      text-decoration: underline; }
  .agree_box span.error_msg {
    color: #C63663;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: absolute;
    bottom: -22px;
    left: 0; }
    .agree_box span.error_msg:before {
      display: none; }
  .agree_box .forget_btn {
    color: #00A3E0;
    font-family: "Graphik-Medium";
    text-decoration: underline;
    position: absolute;
    top: 0;
    right: 0; }

.button_wrapper .default_btn {
  width: 100%; }

.day_box {
  width: 130px;
  height: 60px;
  margin-right: 40px;
  display: block;
  float: left; }

.month_box {
  width: 180px;
  height: 60px;
  display: block;
  float: left;
  margin-right: 40px; }

.year_box {
  width: 130px;
  height: 60px;
  display: block;
  float: left; }

header {
  width: 100%;
  height: 90px;
  background: #003C71;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  header .menu_mobile,
  header .menu_profile {
    display: none; }
  header .container {
    position: relative;
    height: 90px;
    padding-left: 200px; }
  header #logo {
    width: 147px;
    height: 45px;
    display: block;
    background: url(../images/logo_big.png) no-repeat center/contain;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  header nav ul:after {
    content: '';
    display: block;
    clear: both; }
  header nav ul li {
    display: block;
    float: left; }
    header nav ul li a {
      padding: 20px 10px;
      font-family: "Graphik-Medium";
      color: #fff;
      line-height: 90px;
      text-transform: uppercase; }
      header nav ul li a:hover, header nav ul li a.active {
        background: url(../images/nav_bg.png) no-repeat top center/contain; }
  header .header_right {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0; }
    header .header_right:after {
      content: '';
      display: block;
      clear: both; }
    header .header_right .hr_left {
      display: block;
      float: left; }
    header .header_right .redeem_btn {
      width: 112px;
      height: 40px;
      display: block;
      background: #FDE600 url(../images/icon_gift.png) no-repeat left 10px center;
      padding-left: 32px;
      line-height: 40px;
      font-family: "Graphik-Medium";
      color: #003C71;
      box-shadow: -7px 7px 0 0 #00A3E0; }
    header .header_right .hr_right {
      display: block;
      height: 40px;
      float: left;
      font-family: "Graphik-Medium";
      color: #fff;
      text-transform: uppercase;
      line-height: 40px;
      vertical-align: middle;
      position: relative; }
      header .header_right .hr_right:before {
        content: '';
        width: 2px;
        height: 30px;
        display: block;
        float: left;
        background: #fff;
        position: relative;
        top: 5px;
        margin: 0 20px; }
      header .header_right .hr_right .header_profile {
        display: inline-block;
        line-height: normal;
        font-family: "Graphik";
        font-size: 16px;
        padding-right: 30px;
        cursor: pointer;
        background: url(../images/arrow_bottom_white.png) no-repeat right center; }
        header .header_right .hr_right .header_profile span {
          font-family: "Graphik-Bold";
          display: block; }
      header .header_right .hr_right .profile_menu {
        width: 160px;
        display: none;
        line-height: normal;
        padding: 10px 10px;
        text-transform: none;
        position: absolute;
        top: 60px;
        left: 40px;
        background: linear-gradient(85.24deg, #FDE600 5.3%, #FDE600 132.24%); }
        header .header_right .hr_right .profile_menu a {
          color: #003C71;
          padding-left: 25px;
          display: block;
          margin-bottom: 10px; }
          header .header_right .hr_right .profile_menu a:last-child {
            margin-bottom: 0; }
          header .header_right .hr_right .profile_menu a.icon_profile {
            background: url(../images/icon_profile.png) no-repeat left center; }
          header .header_right .hr_right .profile_menu a.icon_logout {
            background: url(../images/icon_logout.png) no-repeat left center; }
  header .profile_menu_mobile {
    width: 160px;
    display: none;
    line-height: normal;
    padding: 10px 10px;
    text-transform: none;
    position: absolute;
    box-shadow: 0 5px 30px rgba(113, 126, 138, 0.2);
    top: 60px;
    right: 20px;
    background: linear-gradient(85.24deg, #FDE600 5.3%, #FDE600 132.24%); }
    header .profile_menu_mobile a {
      color: #003C71;
      padding-left: 25px;
      display: block;
      margin-bottom: 10px; }
      header .profile_menu_mobile a:last-child {
        margin-bottom: 0; }
      header .profile_menu_mobile a.icon_profile {
        background: url(../images/icon_profile.png) no-repeat left center; }
      header .profile_menu_mobile a.icon_logout {
        background: url(../images/icon_logout.png) no-repeat left center; }
      header .profile_menu_mobile a.icon_daftar {
        background: url(../images/icon_daftar.png) no-repeat left 5px center; }
      header .profile_menu_mobile a.icon_login {
        background: url(../images/icon_login.png) no-repeat left center; }

.bg_yellow_navy {
  background: #FDE600 url(../images/bg_navy.png) no-repeat right center/contain; }

section {
  padding-top: 90px;
  padding-bottom: 100px;
  min-height: 100vh; }
  section.white_pink {
    background-color: white;
    background-image: linear-gradient(to right, white 50%, #C63663 50%); }
    section.white_pink .fdetail_right {
      background: #C63663; }
  section.white_green {
    background-color: white;
    background-image: linear-gradient(to right, white 50%, #00AF66 50%); }
    section.white_green .fdetail_right {
      background: #00AF66; }
  section.white_orange {
    background-color: white;
    background-image: linear-gradient(to right, white 50%, #ED8800 50%); }
    section.white_orange .fdetail_right {
      background: #ED8800; }
  section.blue_bg {
    min-height: 100vh;
    padding-bottom: 100px;
    background: #00A3E0 url(../images/bg_navy.png) no-repeat right center/contain; }
  section.yellow_bg {
    min-height: 100vh;
    padding-bottom: 100px;
    background: #FDE600 url(../images/bg_navy.png) no-repeat right center/contain; }
  section .section_project_submit .sps_banner img {
    width: 100%;
    display: block; }
  section .section_project_submit .section_tab {
    display: none; }
  section .section_project_submit #tab-1 {
    display: block;
    padding-top: 100px; }
  section .section_project_submit .sps_wrapper {
    width: 100%;
    background: #FDE600;
    padding: 40px 0;
    text-align: center; }
    section .section_project_submit .sps_wrapper h3 {
      color: #003C71;
      font-family: "Graphik-Bold";
      font-size: 30px;
      text-align: center;
      margin-bottom: 15px;
      text-transform: uppercase; }
    section .section_project_submit .sps_wrapper .sps_form h4 {
      color: #003C71;
      font-family: "Graphik-Bold";
      font-size: 30px;
      text-align: center;
      margin-bottom: 40px; }
    section .section_project_submit .sps_wrapper .sps_form .button_wrapper {
      max-width: 720px;
      margin: 0 auto; }
    section .section_project_submit .sps_wrapper .spsform_box {
      text-align: left;
      margin-bottom: 40px; }
      section .section_project_submit .sps_wrapper .spsform_box .title {
        color: #003C71;
        font-family: "Graphik-Bold";
        font-size: 23px;
        display: block;
        margin-bottom: 5px; }
      section .section_project_submit .sps_wrapper .spsform_box p {
        margin-bottom: 10px;
        color: #003C71; }
      section .section_project_submit .sps_wrapper .spsform_box input[type="text"],
      section .section_project_submit .sps_wrapper .spsform_box textarea {
        resize: none;
        width: 100%;
        height: 180px;
        border-radius: 10px;
        border: 1px solid #B3ABBC;
        padding: 10px;
        background: #fff;
        font-family: "Graphik-Medium";
        font-size: 15px; }
      section .section_project_submit .sps_wrapper .spsform_box input[type="text"] {
        height: 40px; }
    section .section_project_submit .sps_wrapper .upload_box {
      position: relative;
      text-align: center;
      background: #fff;
      border-radius: 10px;
      border: 1px dashed #B3ABBC;
      margin-bottom: 20px;
      min-height: 200px; }
      section .section_project_submit .sps_wrapper .upload_box.upload_bg:before {
        content: 'Click here to add photo';
        background: url(../images/icon_copy.png) no-repeat top center;
        padding-top: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        color: #003C71;
        z-index: 100; }
      section .section_project_submit .sps_wrapper .upload_box.upload_bg2:before {
        content: 'Click here to add MP3 / WAV';
        background: url(../images/icon_copy.png) no-repeat top center;
        padding-top: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        color: #003C71;
        z-index: 100; }
      section .section_project_submit .sps_wrapper .upload_box input[type="file"] {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: #000;
        z-index: 101; }
      section .section_project_submit .sps_wrapper .upload_box .text_value {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      section .section_project_submit .sps_wrapper .upload_box .photo_box {
        width: 160px;
        height: 160px;
        margin: 0 auto;
        overflow: hidden;
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
        section .section_project_submit .sps_wrapper .upload_box .photo_box img {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
    section .section_project_submit .sps_wrapper .sps_tab {
      margin-top: 40px; }
    section .section_project_submit .sps_wrapper .section_tab {
      padding: 40px 0; }
    section .section_project_submit .sps_wrapper .tab_menu:after {
      content: '';
      display: block;
      clear: both; }
    section .section_project_submit .sps_wrapper .tab_menu li {
      width: 100%;
      float: left;
      font-size: 15px;
      font-family: "Camel-Bold"; }
      section .section_project_submit .sps_wrapper .tab_menu li a {
        background: #fff;
        height: 50px;
        line-height: 50px;
        color: #003C71;
        display: block;
        position: relative; }
        section .section_project_submit .sps_wrapper .tab_menu li a.active:after {
          content: '';
          display: block;
          height: 5px;
          width: 90%;
          background: #003C71;
          position: absolute;
          bottom: -5px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%); }
      section .section_project_submit .sps_wrapper .tab_menu li:first-child a.active {
        background: #00AF66;
        color: #fff; }
      section .section_project_submit .sps_wrapper .tab_menu li:nth-child(2) a.active {
        background: #ED8800;
        color: #fff; }
      section .section_project_submit .sps_wrapper .tab_menu li:nth-child(3) a.active {
        background: #C63663;
        color: #fff; }
  section .section_artist img,
  section .section_banner_artist img {
    width: 100%;
    display: block; }
  section .section_gallery {
    background: #003C71;
    padding: 40px 0;
    color: #fff; }
    section .section_gallery h3 {
      font-family: 'Graphik-Bold';
      font-size: 35px;
      margin-bottom: 15px; }
    section .section_gallery p {
      font-size: 15px; }
    section .section_gallery .gallery_wrapper {
      margin-top: 60px; }
    section .section_gallery .gallery_box {
      margin-right: 40px;
      margin-bottom: 60px; }
      section .section_gallery .gallery_box:nth-child(3n) {
        margin-right: 0; }
    section .section_gallery .gallery_img {
      width: 350px;
      height: 350px;
      display: block;
      -webkit-transform: rotate(8deg);
      -moz-transform: rotate(8deg);
      transform: rotate(8deg);
      position: relative; }
      section .section_gallery .gallery_img:hover .gallery_desc {
        opacity: 1;
        transition: all 0.5s ease; }
      section .section_gallery .gallery_img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        transform: translateX(-50%) translateY(-50%); }
    section .section_gallery .gallery_desc {
      transition: all 0.5s ease;
      opacity: 0;
      width: 350px;
      height: 350px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(3, 0, 0, 0.94) 100%);
      cursor: pointer; }
    section .section_gallery .gallery_info {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(-5deg);
      -moz-transform: translateY(-50%) translateX(-50%) rotate(-5deg);
      transform: translateY(-50%) translateX(-50%) rotate(-5deg);
      font-size: 15px; }
      section .section_gallery .gallery_info h4 {
        font-size: 32px;
        font-family: "Camel-Bold";
        line-height: 40px;
        margin-bottom: 10px; }
      section .section_gallery .gallery_info span {
        font-size: 18px; }
  section .section_forum_detail .cover_img {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden; }
    section .section_forum_detail .cover_img img {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover; }
    section .section_forum_detail .cover_img .container {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section .section_forum_detail .cover_img h3 {
      font-size: 40px;
      color: #fff;
      font-family: "Graphik-Super";
      text-align: center;
      text-shadow: 0 0 5px #000; }
  section .section_forum_detail .fdetail_wrapper .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  section .section_forum_detail .fdetail_left {
    width: 880px;
    position: relative;
    background: #fff;
    padding-right: 140px;
    padding-bottom: 20px; }
    section .section_forum_detail .fdetail_left p {
      color: #3D3D3D;
      line-height: 25px;
      font-size: 15px;
      margin-bottom: 20px; }
  section .section_forum_detail .df_top {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px; }
  section .section_forum_detail .df_bot {
    position: absolute;
    top: 15px;
    right: 0; }
  section .section_forum_detail .article_box {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 20px; }
    section .section_forum_detail .article_box img {
      max-width: 100%;
      width: 100% !important;
      height: 100% !important; }
    section .section_forum_detail .article_box ol {
      list-style: decimal;
      padding-left: 20px; }
      section .section_forum_detail .article_box ol li {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 25px; }
    section .section_forum_detail .article_box img {
      display: block;
      margin-bottom: 20px; }
    section .section_forum_detail .article_box a {
      color: #3D3D3D; }
  section .section_forum_detail .category {
    width: 90px;
    padding: 10px 0 15px;
    text-align: center;
    display: block;
    font-size: 15px;
    font-family: "Camel-Bold";
    color: #003C71;
    position: relative; }
    section .section_forum_detail .category:after {
      content: '';
      width: 75px;
      height: 3px;
      background: #00A3E0;
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0; }
    section .section_forum_detail .category.green {
      background: #00AF66; }
    section .section_forum_detail .category.orange {
      background: #ED8800; }
    section .section_forum_detail .category.pink {
      background: #C63663; }
  section .section_forum_detail .comment_box {
    background: url(../images/icon_comment.png) no-repeat left center;
    color: #00A3E0;
    font-size: 12px;
    padding-left: 15px;
    display: inline-block;
    margin-right: 20px; }
  section .section_forum_detail .like_box {
    background: url(../images/icon_like.png) no-repeat left center;
    color: #00A3E0;
    font-size: 12px;
    padding-left: 15px;
    display: inline-block; }
  section .section_forum_detail .grey_color {
    color: #B1B1B1;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    left: 0; }
  section .section_forum_detail .share_btn {
    width: 36px;
    height: 36px;
    background: url(../images/icon_share.png) no-repeat center;
    position: absolute;
    bottom: 20px;
    right: 0;
    border-radius: 18px;
    border: 1px solid #E5E5E5;
    text-indent: -9999px; }
  section .section_forum_detail .like_btn {
    width: 36px;
    height: 36px;
    background: url(../images/like_rounded.png) no-repeat center;
    position: absolute;
    bottom: 20px;
    right: 50px;
    border-radius: 18px;
    border: 1px solid #E5E5E5;
    text-indent: -9999px; }
  section .section_forum_detail .share_box {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 2px rgba(1, 1, 1, 0.1);
    width: 100px;
    display: none;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    bottom: 30px;
    right: -110px; }
    section .section_forum_detail .share_box span.title {
      color: #00A3E0;
      font-size: 12px;
      display: block;
      border-bottom: 1px solid #E5E5E5;
      padding: 5px 10px; }
    section .section_forum_detail .share_box .share_sosmed {
      padding: 10px; }
    section .section_forum_detail .share_box a {
      font-size: 11px;
      color: #003C71;
      display: block;
      padding-left: 20px;
      margin-bottom: 10px; }
      section .section_forum_detail .share_box a:last-child {
        margin-bottom: 0; }
    section .section_forum_detail .share_box .fb_btn {
      background: url(../images/icon_fb1.png) no-repeat left center; }
    section .section_forum_detail .share_box .tw_btn {
      background: url(../images/icon_tw1.png) no-repeat left center; }
    section .section_forum_detail .share_box .copy_btn {
      background: url(../images/icon_copy1.png) no-repeat left center; }
  section .section_forum_detail .forum_title {
    margin-bottom: 20px; }
  section .section_forum_detail .forum_desc {
    font-size: 13px;
    line-height: 25px;
    padding-right: 20px;
    color: #3D3D3D; }
    section .section_forum_detail .forum_desc a {
      color: #00A3E0;
      font-size: 15px; }
  section .section_forum_detail .main_comment {
    padding: 20px;
    background: #F4F4F4;
    margin-bottom: 40px; }
    section .section_forum_detail .main_comment h3 {
      color: #003C71;
      margin-bottom: 10px; }
    section .section_forum_detail .main_comment textarea {
      border-radius: 25px;
      border: 1px solid #E5E5E5;
      background: #fff;
      padding: 15px;
      font-family: "Graphik";
      width: 100%;
      height: 100px;
      color: #3D3D3D;
      margin-bottom: 20px;
      resize: none; }
  section .section_forum_detail .list_comment_wrapper .sort_box {
    color: #B1B1B1;
    margin-bottom: 20px; }
    section .section_forum_detail .list_comment_wrapper .sort_box select {
      background: none;
      border: none;
      color: #003C71;
      font-family: "Graphik-Medium";
      font-size: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      background: url(../images/triangle_bottom.png) no-repeat right center;
      padding-right: 20px; }
      section .section_forum_detail .list_comment_wrapper .sort_box select option {
        font-size: 15px; }
  section .section_forum_detail .list_comment_wrapper .paging_wrapper {
    background: #F4F4F4;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 20px; }
    section .section_forum_detail .list_comment_wrapper .paging_wrapper:after {
      content: '';
      display: block;
      clear: both; }
    section .section_forum_detail .list_comment_wrapper .paging_wrapper span {
      float: left; }
    section .section_forum_detail .list_comment_wrapper .paging_wrapper .paging_box {
      float: right; }
  section .section_forum_detail .list_comment_wrapper .list_comment_box {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 20px; }
  section .section_forum_detail .list_comment_wrapper .lc_box {
    padding-left: 70px;
    position: relative;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px; }
    section .section_forum_detail .list_comment_wrapper .lc_box.sub_comment {
      padding-left: 140px; }
      section .section_forum_detail .list_comment_wrapper .lc_box.sub_comment .lc_img {
        left: 70px; }
      section .section_forum_detail .list_comment_wrapper .lc_box.sub_comment .lc_desc {
        padding-bottom: 0;
        padding-right: 40px; }
        section .section_forum_detail .list_comment_wrapper .lc_box.sub_comment .lc_desc .reply_btn {
          width: 20px;
          height: 20px;
          bottom: auto;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%); }
    section .section_forum_detail .list_comment_wrapper .lc_box .lc_img {
      width: 50px;
      height: 50px;
      display: block;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0; }
      section .section_forum_detail .list_comment_wrapper .lc_box .lc_img img {
        width: 100%; }
    section .section_forum_detail .list_comment_wrapper .lc_box .lc_desc {
      padding-bottom: 40px; }
      section .section_forum_detail .list_comment_wrapper .lc_box .lc_desc .comment_name {
        color: #003C71;
        font-size: 15px;
        display: block; }
      section .section_forum_detail .list_comment_wrapper .lc_box .lc_desc .comment_date {
        color: #B1B1B1;
        font-size: 12px;
        display: block; }
      section .section_forum_detail .list_comment_wrapper .lc_box .lc_desc .see_reply_btn {
        color: #003C71;
        position: absolute;
        bottom: 10px;
        left: 70px;
        font-size: 15px;
        background: url(../images/triangle_bottom.png) no-repeat right center;
        padding-right: 20px; }
      section .section_forum_detail .list_comment_wrapper .lc_box .lc_desc .reply_btn {
        background: url(../images/icon_reply.png) no-repeat left center;
        display: inline-block;
        position: absolute;
        bottom: 10px;
        right: 0;
        color: #003C71;
        font-size: 15px;
        padding-left: 25px; }
  section .section_forum_detail .list_comment_wrapper .sub_comment_box {
    text-align: center;
    padding: 10px 0 20px;
    display: none; }
    section .section_forum_detail .list_comment_wrapper .sub_comment_box textarea {
      border: 1px solid #E5E5E5;
      width: 540px;
      height: 48px;
      border-radius: 25px;
      resize: none;
      padding: 10px;
      font-family: "Graphik-Medium";
      font-size: 15px;
      color: #3D3D3D;
      display: inline-block;
      vertical-align: middle; }
    section .section_forum_detail .list_comment_wrapper .sub_comment_box .default_btn {
      display: inline-block;
      width: 100px;
      margin-left: 20px;
      vertical-align: middle; }
  section .section_forum_detail .fdetail_right {
    width: calc(100% - 880px);
    padding: 20px; }
    section .section_forum_detail .fdetail_right h3 {
      color: #FDE600;
      font-family: "Graphik-Super";
      font-size: 25px;
      margin-bottom: 20px; }
    section .section_forum_detail .fdetail_right .la_wrapper .la_box {
      border-top: 1px solid #fff;
      padding-top: 20px;
      padding-bottom: 20px; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_img {
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative; }
        section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_img img {
          max-width: 100%; }
        section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_img .flag {
          padding: 10px;
          display: block;
          position: absolute;
          bottom: 10px;
          right: 10px;
          color: #FDE600;
          font-size: 12px; }
          section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_img .flag.green {
            background: #00AF66; }
          section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_img .flag.orange {
            background: #ED8800; }
          section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_img .flag.pink {
            background: #C63663; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_desc h4 {
        margin-bottom: 10px; }
        section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_desc h4 a {
          font-size: 15px; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_desc .row_clear {
        margin-bottom: 10px; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_desc .comment_box {
        color: #fff;
        background: url(../images/icon_comment_white.png) no-repeat left center; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_desc .like_box {
        color: #fff;
        background: url(../images/icon_like_white.png) no-repeat left center; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_desc .yellow_color {
        color: #FDE600;
        font-size: 12px; }
  section .section_artist {
    background: #003C71;
    padding: 40px 0; }
    section .section_artist .desktop {
      display: block; }
    section .section_artist .mobile {
      display: none; }
    section .section_artist .title {
      color: #00A3E0;
      font-family: "Camel-Bold";
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block; }
    section .section_artist h3 {
      font-size: 32px;
      font-family: "Graphik-Super";
      color: #fff;
      margin-bottom: 20px; }
    section .section_artist .artist_wrapper {
      padding-top: 40px;
      justify-content: center; }
      section .section_artist .artist_wrapper .slick-slide {
        margin-right: 20px;
        padding-bottom: 40px; }
        section .section_artist .artist_wrapper .slick-slide .artist_box {
          width: 270px !important;
          margin-right: 0 !important; }
      section .section_artist .artist_wrapper .slick-list {
        padding-left: 10px; }
      section .section_artist .artist_wrapper .slick-prev {
        background: url(../images/square_arrow_left_pink.png) no-repeat center;
        width: 24px;
        height: 24px;
        left: -40px;
        z-index: 10; }
        section .section_artist .artist_wrapper .slick-prev:before {
          display: none; }
        section .section_artist .artist_wrapper .slick-prev.slick-disabled {
          background: url(../images/square_arrow_left_grey.png) no-repeat center; }
      section .section_artist .artist_wrapper .slick-next {
        background: url(../images/square_arrow_right_pink.png) no-repeat center;
        width: 24px;
        height: 24px;
        right: -40px;
        z-index: 10; }
        section .section_artist .artist_wrapper .slick-next:before {
          display: none; }
        section .section_artist .artist_wrapper .slick-next.slick-disabled {
          background: url(../images/square_arrow_right_grey.png) no-repeat center; }
    section .section_artist .artist_box {
      width: 270px;
      margin-right: 20px;
      margin-bottom: 60px;
      cursor: pointer; }
      section .section_artist .artist_box:nth-child(4n) {
        margin-right: 0; }
    section .section_artist .artist_img {
      width: 270px;
      height: 250px;
      overflow: hidden;
      position: relative; }
      section .section_artist .artist_img img {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    section .section_artist .artist_desc {
      width: 100%;
      /*height:215px;*/
      padding: 15px;
      background: #fff;
      position: relative; }
      section .section_artist .artist_desc:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 10px;
        left: -10px;
        border: 1px solid #fff; }
      section .section_artist .artist_desc .row_clear {
        margin-bottom: 25px; }
      section .section_artist .artist_desc h4 {
        font-size: 20px;
        font-family: "Graphik-Medium";
        color: #003C71;
        height: 46px;
        margin-bottom: 10px; }
      section .section_artist .artist_desc .flag {
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        font-family: "Camel-Bold";
        font-size: 15px;
        margin-bottom: 10px; }
        section .section_artist .artist_desc .flag.green {
          background: #00AF66; }
        section .section_artist .artist_desc .flag.orange {
          background: #ED8800; }
        section .section_artist .artist_desc .flag.pink {
          background: #C63663; }
      section .section_artist .artist_desc .calendar_box {
        background: url(../images/icon_calendar.png) no-repeat left center;
        color: #B1B1B1;
        font-size: 12px;
        padding-left: 20px;
        display: block;
        margin-bottom: 5px;
        padding-top: 2px; }
      section .section_artist .artist_desc .time_box {
        background: url(../images/icon_time.png) no-repeat left -4px center;
        color: #B1B1B1;
        font-size: 12px;
        padding-left: 20px;
        display: block; }
  section .section_video .video_box {
    width: 100%; }
  section .section_video .video_container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  section .section_video .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section .section_banner {
    background: #003C71; }
    section .section_banner.festival_stream {
      background: #FDE600 url(../images/bg_festival_stream.png) no-repeat right center/contain;
      padding: 60px 0; }
      section .section_banner.festival_stream h3 {
        color: #003C71;
        font-family: "Graphik-Super";
        font-size: 30px;
        border-bottom: 1px solid #ED8800;
        padding-bottom: 20px;
        margin-bottom: 20px; }
      section .section_banner.festival_stream p {
        font-size: 15px;
        line-height: 25px; }
    section .section_banner.festival {
      padding: 60px 0;
      background: #FDE600 url(../images/bgfestival.png) no-repeat right -240px center/contain; }
      section .section_banner.festival .row_flex {
        flex-direction: row-reverse; }
      section .section_banner.festival .fes_left {
        width: 405px;
        padding-right: 35px;
        padding-top: 40px; }
        section .section_banner.festival .fes_left .title {
          color: #00A3E0;
          font-family: "Camel-Bold";
          font-size: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          margin-bottom: 20px;
          display: block; }
        section .section_banner.festival .fes_left h3 {
          font-size: 32px;
          font-family: "Graphik-Super";
          color: #003C71;
          margin-bottom: 20px; }
        section .section_banner.festival .fes_left p {
          font-size: 15px;
          line-height: 25px;
          margin-bottom: 20px; }
        section .section_banner.festival .fes_left .row_clear {
          margin-bottom: 40px; }
        section .section_banner.festival .fes_left .calendar_box {
          background: url(../images/icon_calendar3.png) no-repeat left center;
          color: #003C71;
          font-size: 12px;
          padding-left: 24px;
          display: block;
          margin-bottom: 5px;
          padding-top: 2px; }
        section .section_banner.festival .fes_left .time_box {
          background: url(../images/icon_time3.png) no-repeat left center;
          color: #003C71;
          font-size: 12px;
          padding-left: 24px;
          display: block;
          padding-top: 2px; }
      section .section_banner.festival .fes_right {
        width: 750px;
        max-height: 490px;
        position: relative; }
        section .section_banner.festival .fes_right .video_container {
          position: relative;
          padding-bottom: 56.25%;
          /* 16:9 */
          height: 0; }
        section .section_banner.festival .fes_right .video_container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        section .section_banner.festival .fes_right img {
          width: 100%;
          display: block; }
        section .section_banner.festival .fes_right .online_box {
          top: auto;
          bottom: 10px; }
        section .section_banner.festival .fes_right .scurrent_box {
          background: #003C71;
          width: 750px;
          height: 140px;
          position: relative;
          margin-top: -85px;
          margin-bottom: 30px; }
          section .section_banner.festival .fes_right .scurrent_box:before {
            content: '';
            width: 100%;
            height: 140px;
            position: absolute;
            top: 15px;
            left: -15px;
            border: 2px solid #fff;
            z-index: 0; }
          section .section_banner.festival .fes_right .scurrent_box .cd_box {
            background: #003C71;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
        section .section_banner.festival .fes_right .countdown_box {
          width: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          text-align: center; }
          section .section_banner.festival .fes_right .countdown_box span {
            color: #FDE600;
            display: inline-block;
            text-align: left;
            font-size: 18px; }
            section .section_banner.festival .fes_right .countdown_box span:first-child {
              width: 80px; }
            section .section_banner.festival .fes_right .countdown_box span:nth-child(2) {
              width: 120px; }
            section .section_banner.festival .fes_right .countdown_box span:nth-child(3) {
              width: 100px; }
            section .section_banner.festival .fes_right .countdown_box span:nth-child(4) {
              width: 100px;
              padding-left: 20px; }
        section .section_banner.festival .fes_right #countdown {
          height: 70px;
          font-size: 64px;
          color: #fff;
          font-family: "Graphik-Medium";
          text-align: center;
          width: 100%;
          display: block; }
    section .section_banner.comingsoon {
      padding: 60px 0; }
      section .section_banner.comingsoon .fes_right {
        padding-top: 135px !important; }
    section .section_banner.festival_live, section .section_banner.studio {
      background: #FDE600 url(../images/ornament1.png) no-repeat right center/contain; }
      section .section_banner.festival_live .studio_slider .slick-slide, section .section_banner.studio .studio_slider .slick-slide {
        margin-right: 20px;
        padding-bottom: 40px; }
      section .section_banner.festival_live .studio_slider .slick-list, section .section_banner.studio .studio_slider .slick-list {
        padding-left: 10px; }
      section .section_banner.festival_live .studio_slider .slick-prev, section .section_banner.studio .studio_slider .slick-prev {
        background: url(../images/new_arrow_left.png) no-repeat center;
        width: 20px;
        height: 20px;
        left: 10px;
        z-index: 10; }
        section .section_banner.festival_live .studio_slider .slick-prev:before, section .section_banner.studio .studio_slider .slick-prev:before {
          display: none; }
      section .section_banner.festival_live .studio_slider .slick-next, section .section_banner.studio .studio_slider .slick-next {
        background: url(../images/new_arrow_right.png) no-repeat center;
        width: 20px;
        height: 20px;
        right: 10px;
        z-index: 10; }
        section .section_banner.festival_live .studio_slider .slick-next:before, section .section_banner.studio .studio_slider .slick-next:before {
          display: none; }
      section .section_banner.festival_live span.title, section .section_banner.studio span.title {
        color: #00A3E0;
        font-family: "Camel-Bold";
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block;
        padding: 20px 0; }
      section .section_banner.festival_live .ss_box, section .section_banner.studio .ss_box {
        width: 360px; }
        section .section_banner.festival_live .ss_box .ss_img, section .section_banner.studio .ss_box .ss_img {
          position: relative;
          overflow: hidden; }
          section .section_banner.festival_live .ss_box .ss_img img, section .section_banner.studio .ss_box .ss_img img {
            width: 100%; }
          section .section_banner.festival_live .ss_box .ss_img:hover .sproject_box, section .section_banner.studio .ss_box .ss_img:hover .sproject_box {
            bottom: 0;
            transition: all 0.5s ease; }
      .online_box {
        width: 80px;
        height: 36px;
        line-height: 36px;
        text-transform: uppercase;
        background: #E72E2E;
        font-size: 15px;
        color: #fff;
        text-align: center;
        display: block;
        position: absolute;
        top: 10px;
        right: 10px; }
        .online_box span:before {
          content: '';
          display: inline-block;
          width: 10px;
          height: 10px;
          background: #fff;
          border-radius: 10px;
          margin-right: 10px; }
      section .section_banner.festival_live .sproject_box, section .section_banner.studio .sproject_box {
        width: 100%;
        position: absolute;
        bottom: -300px;
        left: 0;
        transition: all 0.5s ease; }
        section .section_banner.festival_live .sproject_box .toggle_btn, section .section_banner.studio .sproject_box .toggle_btn {
          width: 32px;
          height: 32px;
          display: block;
          background: url(../images/arrow_bottom_rounded.png) no-repeat center;
          position: absolute;
          top: 20px;
          right: 20px;
          z-index: 100; }
        section .section_banner.festival_live .sproject_box .sproject_desc, section .section_banner.studio .sproject_box .sproject_desc {
          width: 100%;
          height: auto;
          background: #fff;
          position: relative;
          padding: 15px;
          z-index: 10; }
          section .section_banner.festival_live .sproject_box .sproject_desc h3, section .section_banner.studio .sproject_box .sproject_desc h3 {
            font-size: 20px;
            color: #003C71; }
          section .section_banner.festival_live .sproject_box .sproject_desc .row_clear, section .section_banner.studio .sproject_box .sproject_desc .row_clear {
            margin-bottom: 15px; }
          section .section_banner.festival_live .sproject_box .sproject_desc .category, section .section_banner.studio .sproject_box .sproject_desc .category {
            width: 80px;
            margin-bottom: 10px;
            padding: 3px 0;
            text-align: center;
            display: block;
            font-family: "Camel-Bold";
            font-size: 15px;
            color: #fff; }
            section .section_banner.festival_live .sproject_box .sproject_desc .category.green, section .section_banner.studio .sproject_box .sproject_desc .category.green {
              background: #00AF66; }
            section .section_banner.festival_live .sproject_box .sproject_desc .category.orange, section .section_banner.studio .sproject_box .sproject_desc .category.orange {
              background: #ED8800; }
            section .section_banner.festival_live .sproject_box .sproject_desc .category.pink, section .section_banner.studio .sproject_box .sproject_desc .category.pink {
              background: #C63663; }
            section .section_banner.festival_live .sproject_box .sproject_desc .category.navy, section .section_banner.studio .sproject_box .sproject_desc .category.navy {
              background: #003C71; }
          section .section_banner.festival_live .sproject_box .sproject_desc .project_name, section .section_banner.studio .sproject_box .sproject_desc .project_name {
            font-size: 15px;
            color: #00A3E0;
            display: block;
            font-family: "Camel-Bold";
            margin-bottom: 10px; }
          section .section_banner.festival_live .sproject_box .sproject_desc .project_title, section .section_banner.studio .sproject_box .sproject_desc .project_title {
            margin-bottom: 20px;
            height: 70px;
            overflow: hidden;
            /*text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;*/ }
          section .section_banner.festival_live .sproject_box .sproject_desc .calendar_box, section .section_banner.studio .sproject_box .sproject_desc .calendar_box {
            background: url(../images/icon_calendar.png) no-repeat left center;
            color: #B1B1B1;
            font-size: 12px;
            padding-left: 20px;
            display: block;
            margin-bottom: 5px; }
          section .section_banner.festival_live .sproject_box .sproject_desc .time_box, section .section_banner.studio .sproject_box .sproject_desc .time_box {
            background: url(../images/icon_time.png) no-repeat left -4px center;
            color: #B1B1B1;
            font-size: 12px;
            padding-left: 20px;
            display: block; }
          section .section_banner.festival_live .sproject_box .sproject_desc .project_desc, section .section_banner.studio .sproject_box .sproject_desc .project_desc {
            font-size: 13px;
            line-height: 25px;
            padding-right: 20px; }
            section .section_banner.festival_live .sproject_box .sproject_desc .project_desc a, section .section_banner.studio .sproject_box .sproject_desc .project_desc a {
              color: #00A3E0;
              font-size: 15px; }
          section .section_banner.festival_live .sproject_box .sproject_desc .share_btn, section .section_banner.studio .sproject_box .sproject_desc .share_btn {
            width: 36px;
            height: 36px;
            background: url(../images/icon_share.png) no-repeat center;
            position: absolute;
            bottom: 20px;
            right: 20px;
            border-radius: 18px;
            border: 1px solid #E5E5E5;
            text-indent: -9999px; }
          section .section_banner.festival_live .sproject_box .sproject_desc .default_btn, section .section_banner.studio .sproject_box .sproject_desc .default_btn {
            width: 100%; }
      section .section_banner.festival_live .video_wrapper, section .section_banner.studio .video_wrapper {
        margin-bottom: 40px; }
        section .section_banner.festival_live .video_wrapper:after, section .section_banner.studio .video_wrapper:after {
          content: '';
          display: block;
          clear: both; }
        section .section_banner.festival_live .video_wrapper .chat_box, section .section_banner.studio .video_wrapper .chat_box {
          width: calc(100% - 770px);
          float: right;
          box-shadow: 0px 5px 30px rgba(113, 126, 138, 0.2); }
          section .section_banner.festival_live .video_wrapper .chat_box .chat_top, section .section_banner.studio .video_wrapper .chat_box .chat_top {
            background: #fff url(../images/icon_comment2.png) no-repeat left 20px center;
            padding-left: 50px;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #003C71;
            border-bottom: 1px solid #E5E5E5; }
          section .section_banner.festival_live .video_wrapper .chat_box .chat_desc, section .section_banner.studio .video_wrapper .chat_box .chat_desc {
            background: #F4F4F4;
            padding: 20px;
            height: 360px; }
          section .section_banner.festival_live .video_wrapper .chat_box .chat_wrapper, section .section_banner.studio .video_wrapper .chat_box .chat_wrapper {
            height: 260px;
            margin-bottom: 20px;
            overflow: auto; }
          section .section_banner.festival_live .video_wrapper .chat_box .listchat_box, section .section_banner.studio .video_wrapper .chat_box .listchat_box {
            position: relative;
            padding-left: 40px;
            margin-bottom: 10px; }
          section .section_banner.festival_live .video_wrapper .chat_box .lc_img, section .section_banner.studio .video_wrapper .chat_box .lc_img {
            width: 25px;
            height: 25px;
            border-radius: 25px;
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
            section .section_banner.festival_live .video_wrapper .chat_box .lc_img img, section .section_banner.studio .video_wrapper .chat_box .lc_img img {
              width: 100%; }
          section .section_banner.festival_live .video_wrapper .chat_box .lc_desc, section .section_banner.studio .video_wrapper .chat_box .lc_desc {
            font-size: 12px;
            color: #3D3D3D;
            line-height: 25px; }
            section .section_banner.festival_live .video_wrapper .chat_box .lc_desc .lc_time, section .section_banner.studio .video_wrapper .chat_box .lc_desc .lc_time {
              font-family: "Graphik"; }
            section .section_banner.festival_live .video_wrapper .chat_box .lc_desc .lc_name, section .section_banner.studio .video_wrapper .chat_box .lc_desc .lc_name {
              font-family: "Graphik-Medium";
              color: #003C71;
              margin: 0 10px; }
          section .section_banner.festival_live .video_wrapper .chat_box .chat_container, section .section_banner.studio .video_wrapper .chat_box .chat_container {
            position: relative; }
            section .section_banner.festival_live .video_wrapper .chat_box .chat_container textarea, section .section_banner.studio .video_wrapper .chat_box .chat_container textarea {
              width: 100%;
              height: 46px;
              border-radius: 25px;
              border: 1px solid #E5E5E5;
              resize: none;
              font-size: 12px;
              padding: 10px 40px 10px 20px;
              font-family: "Graphik"; }
            section .section_banner.festival_live .video_wrapper .chat_box .chat_container button, section .section_banner.studio .video_wrapper .chat_box .chat_container button {
              width: 25px;
              height: 25px;
              background: url(../images/icon_send.png) no-repeat center;
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              transform: translateY(-50%);
              left: auto;
              right: 20px;
              border: none;
              text-indent: -9999px;
              cursor: pointer; }
        section .section_banner.festival_live .video_wrapper .video_box, section .section_banner.studio .video_wrapper .video_box {
          width: 750px;
          float: left; }
        section .section_banner.festival_live .video_wrapper .video_container, section .section_banner.studio .video_wrapper .video_container {
          position: relative;
          padding-bottom: 56.25%;
          /* 16:9 */
          height: 0; }
        section .section_banner.festival_live .video_wrapper .video_container iframe, section .section_banner.studio .video_wrapper .video_container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      section .section_banner.festival_live .video_desc, section .section_banner.studio .video_desc {
        width: 600px;
        padding-bottom: 40px; }
        section .section_banner.festival_live .video_desc h3, section .section_banner.studio .video_desc h3 {
          color: #003C71;
          font-size: 24px;
          font-family: "Graphik-Super";
          padding-bottom: 20px;
          border-bottom: 1px solid #ED8800;
          margin-bottom: 20px; }
        section .section_banner.festival_live .video_desc a, section .section_banner.studio .video_desc a {
          color: #003C71; }
        section .section_banner.festival_live .video_desc p, section .section_banner.studio .video_desc p {
          line-height: 25px;
          margin-bottom: 20px; }
    section .section_banner.festival_live {
      background: #FDE600 url(../images/festival_bg.png) no-repeat right center/contain; }
    section .section_banner.forum {
      background: #FDE600 url(../images/ornament4.png) no-repeat right center/contain; }
      section .section_banner.forum .container {
        padding: 20px 0; }
        section .section_banner.forum .container h3 {
          font-size: 30px;
          color: #003C71; }
      section .section_banner.forum .banner_slider .slick-prev,
      section .section_banner.forum .forum_slider .slick-prev {
        width: 20px;
        height: 20px;
        background: url(../images/new_arrow_left.png) no-repeat center;
        left: 10px;
        z-index: 10;
        display: none !important; }
        section .section_banner.forum .banner_slider .slick-prev:before,
        section .section_banner.forum .forum_slider .slick-prev:before {
          display: none; }
      section .section_banner.forum .banner_slider .slick-next,
      section .section_banner.forum .forum_slider .slick-next {
        width: 20px;
        height: 20px;
        background: url(../images/new_arrow_right.png) no-repeat center;
        right: 10px;
        z-index: 10;
        display: none !important; }
        section .section_banner.forum .banner_slider .slick-next:before,
        section .section_banner.forum .forum_slider .slick-next:before {
          display: none; }
      section .section_banner.forum .banner_slider .slick-dots li.slick-active button,
      section .section_banner.forum .forum_slider .slick-dots li.slick-active button {
        background: #003C71; }
    section .section_banner .slick-dotted.slick-slider {
      margin-bottom: 0; }
    section .section_banner .bs_forum {
      width: 1155px !important;
      height: 530px; }
    section .section_banner .bsf_box {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    section .section_banner .banner_forum {
      width: 680px;
      height: 530px;
      overflow: hidden; }
    section .section_banner .desc_forum {
      width: 475px;
      height: 530px;
      background: #fff;
      position: relative; }
      section .section_banner .desc_forum .df_top {
        padding: 20px;
        border-bottom: 1px solid #E5E5E5; }
      section .section_banner .desc_forum .df_bot {
        padding: 20px; }
        section .section_banner .desc_forum .df_bot .share_box {
          border: 1px solid #E5E5E5;
          box-shadow: 0px 0px 2px rgba(1, 1, 1, 0.1);
          width: 100px;
          display: none;
          border-radius: 5px;
          position: absolute;
          background: #fff;
          bottom: 60px;
          right: 20px; }
          section .section_banner .desc_forum .df_bot .share_box span.title {
            color: #00A3E0;
            font-size: 12px;
            display: block;
            border-bottom: 1px solid #E5E5E5;
            padding: 5px 10px; }
          section .section_banner .desc_forum .df_bot .share_box .share_sosmed {
            padding: 10px; }
          section .section_banner .desc_forum .df_bot .share_box a {
            font-size: 11px;
            color: #003C71;
            display: block;
            padding-left: 20px;
            margin-bottom: 10px; }
            section .section_banner .desc_forum .df_bot .share_box a:last-child {
              margin-bottom: 0; }
          section .section_banner .desc_forum .df_bot .share_box .fb_btn {
            background: url(../images/icon_fb1.png) no-repeat left center; }
          section .section_banner .desc_forum .df_bot .share_box .tw_btn {
            background: url(../images/icon_tw1.png) no-repeat left center; }
          section .section_banner .desc_forum .df_bot .share_box .copy_btn2 {
            background: url(../images/icon_copy1.png) no-repeat left center; }
      section .section_banner .desc_forum h3 {
        font-size: 40px;
        line-height: 44px;
        color: #003C71;
        font-family: "Graphik-Super"; }
      section .section_banner .desc_forum .row_clear {
        margin-bottom: 20px; }
      section .section_banner .desc_forum .category {
        width: 90px;
        padding: 3px 0;
        text-align: center;
        display: block;
        font-size: 15px;
        font-family: "Camel-Bold";
        color: #fff;
        position: relative; }
        section .section_banner .desc_forum .category:after {
          content: '';
          width: 75px;
          height: 3px;
          background: #00A3E0;
          display: block;
          position: absolute;
          bottom: -20px;
          left: 0; }
        section .section_banner .desc_forum .category.green {
          background: #00AF66; }
        section .section_banner .desc_forum .category.orange {
          background: #ED8800; }
        section .section_banner .desc_forum .category.pink {
          background: #C63663; }
      section .section_banner .desc_forum .comment_box {
        background: url(../images/icon_comment.png) no-repeat left center;
        color: #00A3E0;
        font-size: 12px;
        padding-left: 15px;
        display: inline-block;
        margin-right: 20px; }
      section .section_banner .desc_forum .like_box {
        background: url(../images/icon_like.png) no-repeat left center;
        color: #00A3E0;
        font-size: 12px;
        padding-left: 15px;
        display: inline-block; }
      section .section_banner .desc_forum .forum_title {
        margin-bottom: 20px; }
      section .section_banner .desc_forum .forum_desc {
        font-size: 13px;
        line-height: 25px;
        padding-right: 20px;
        color: #3D3D3D; }
        section .section_banner .desc_forum .forum_desc a {
          color: #00A3E0;
          font-size: 15px; }
      section .section_banner .desc_forum .grey_color {
        color: #B1B1B1;
        font-size: 12px;
        position: absolute;
        bottom: 30px;
        left: 20px; }
      section .section_banner .desc_forum .share_btn {
        width: 36px;
        height: 36px;
        background: url(../images/icon_share.png) no-repeat center;
        position: absolute;
        bottom: 20px;
        right: 20px;
        border-radius: 18px;
        border: 1px solid #E5E5E5;
        text-indent: -9999px; }
  section .banner_slider .slick-slide,
  section .forum_slider .slick-slide {
    margin: 0 10px; }
  section .banner_slider .slick-dots,
  section .forum_slider .slick-dots {
    position: static;
    padding-bottom: 20px; }
    section .banner_slider .slick-dots li,
    section .forum_slider .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 3px; }
      section .banner_slider .slick-dots li.slick-active,
      section .forum_slider .slick-dots li.slick-active {
        width: 40px; }
        section .banner_slider .slick-dots li.slick-active button,
        section .forum_slider .slick-dots li.slick-active button {
          width: 40px;
          background: #FDE600; }
      section .banner_slider .slick-dots li button,
      section .forum_slider .slick-dots li button {
        width: 12px;
        height: 12px;
        display: block;
        border-radius: 6px;
        background: #fff; }
        section .banner_slider .slick-dots li button:before,
        section .forum_slider .slick-dots li button:before {
          display: none; }
        section .banner_slider .slick-dots li button:after,
        section .forum_slider .slick-dots li button:after {
          display: none; }
  section .banner_slider .bs_box,
  section .forum_slider .bs_box {
    width: 1248px;
    height: 620px; }
    section .banner_slider .bs_box img,
    section .forum_slider .bs_box img {
      width: 100%;
      display: block; }
  section .section_get_rewards {
    background: #00A3E0 url(../images/ornament2.png) no-repeat top center/cover;
    padding: 40px 0; }
    section .section_get_rewards.redeem {
      background: #FDE600 url(../images/redeem_desktop_blue.png) no-repeat bottom right -700px/cover; }
      section .section_get_rewards.redeem .sgr_top {
        color: #003C71; }
      section .section_get_rewards.redeem .rewards_wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      section .section_get_rewards.redeem .sgr_bot .reward_box {
        margin-right: 25px;
        margin-bottom: 60px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box:nth-child(4n) {
          margin-right: 0; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc {
          margin-top: -15px;
          height: 330px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc:before {
            height: 330px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .expired_box {
            padding: 20px 15px 20px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .button_wrapper {
          padding: 0 15px; }
    section .section_get_rewards .container.rewards {
      min-height: 380px; }
    section .section_get_rewards .sgr_top {
      color: #fff;
      font-family: "Graphik-Medium";
      font-size: 15px;
      margin-bottom: 80px; }
      section .section_get_rewards .sgr_top h2 {
        font-size: 35px;
        margin-bottom: 10px;
        font-family: "Graphik-Super"; }
      section .section_get_rewards .sgr_top span {
        margin-bottom: 40px;
        display: block; }
    section .section_get_rewards .sgr_bot .reward_slider {
      max-width: 1155px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center; }
      section .section_get_rewards .sgr_bot .reward_slider .reward_box {
        margin: 0 10px; }
      section .section_get_rewards .sgr_bot .reward_slider .slick-prev {
        background: url(../images/new_arrow_left.png) no-repeat center;
        left: 10px;
        z-index: 10;
        width: 20px;
        height: 20px; }
        section .section_get_rewards .sgr_bot .reward_slider .slick-prev:before {
          display: none; }
      section .section_get_rewards .sgr_bot .reward_slider .slick-next {
        background: url(../images/new_arrow_right.png) no-repeat center;
        right: 10px;
        z-index: 10;
        width: 20px;
        height: 20px; }
        section .section_get_rewards .sgr_bot .reward_slider .slick-next:before {
          display: none; }
      section .section_get_rewards .sgr_bot .reward_slider .slick-slide {
        margin-right: 0;
        padding-bottom: 40px; }
      section .section_get_rewards .sgr_bot .reward_slider .slick-list {
        padding-left: 10px; }
    section .section_get_rewards .sgr_bot .reward_box {
      width: 270px; }
      section .section_get_rewards .sgr_bot .reward_box .reward_img {
        width: 200px;
        height: 250px;
        margin-left: 20px;
        position: relative;
        z-index: 10; }
        section .section_get_rewards .sgr_bot .reward_box .reward_img:before {
          content: '';
          width: 200px;
          height: 250px;
          background: #FDE600;
          display: block;
          -webkit-transform: rotate(8.01deg);
          -moz-transform: rotate(8.01deg);
          transform: rotate(8.01deg);
          position: absolute;
          top: 25px;
          left: 10px;
          z-index: -1;
          border: 1px solid #fff; }
      section .section_get_rewards .sgr_bot .reward_box .reward_desc {
        width: 270px;
        height: 320px;
        background: #fff;
        position: relative;
        z-index: 100;
        margin-top: -15px; }
        section .section_get_rewards .sgr_bot .reward_box .reward_desc:before {
          content: '';
          width: 270px;
          height: 320px;
          display: block;
          border: 1px solid #fff;
          position: absolute;
          top: 10px;
          left: -10px;
          z-index: -1; }
        section .section_get_rewards .sgr_bot .reward_box .reward_desc .rd_box {
          padding: 15px;
          position: relative;
          z-index: 100;
          border-bottom: 1px solid #E5E5E5; }
        section .section_get_rewards .sgr_bot .reward_box .reward_desc h4 {
          font-size: 20px;
          color: #003C71;
          font-family: "Graphik-Medium";
          margin-bottom: 10px; }
          section .section_get_rewards .sgr_bot .reward_box .reward_desc h4 a {
            color: #FFD527;
            background: #000000;
            padding: 10px 10px;
            display: block;
            height: 90px; }
        section .section_get_rewards .sgr_bot .reward_box .reward_desc span.price {
          color: #00A3E0;
          font-size: 20px;
          font-family: "Camel-Bold"; }
        section .section_get_rewards .sgr_bot .reward_box .reward_desc .expired_box {
          color: #878787;
          font-family: "Graphik-Medium";
          padding: 15px;
          font-size: 12px; }
          section .section_get_rewards .sgr_bot .reward_box .reward_desc .expired_box span {
            color: #333; }
        section .section_get_rewards .sgr_bot .reward_box .reward_desc .reward_info {
          padding: 15px 15px 0;
          font-size: 15px; }
        section .section_get_rewards .sgr_bot .reward_box .reward_desc .button_wrapper {
          width: calc(100% - 30px);
          margin: 0 auto; }
  section .section_music_concert {
    background: #FDE600 url(../images/bg_mc.png) no-repeat top right;
    padding: 100px 0 60px; }
    section .section_music_concert .smc_box {
      width: 50%;
      position: relative; }
    section .section_music_concert .nsmc_left {
      width: 45%;
      position: relative; }
    section .section_music_concert .nsmc_right {
      width: 55%; }
    section .section_music_concert .slick-prev {
      background: url(../images/square_arrow_left_pink.png) no-repeat center;
      width: 24px;
      height: 24px;
      left: -40px;
      z-index: 10; }
      section .section_music_concert .slick-prev:before {
        display: none; }
      section .section_music_concert .slick-prev.slick-disabled {
        background: url(../images/square_arrow_left_grey.png) no-repeat center; }
    section .section_music_concert .slick-next {
      background: url(../images/square_arrow_right_pink.png) no-repeat center;
      width: 24px;
      height: 24px;
      right: -40px;
      z-index: 10; }
      section .section_music_concert .slick-next:before {
        display: none; }
      section .section_music_concert .slick-next.slick-disabled {
        background: url(../images/square_arrow_right_grey.png) no-repeat center; }
    section .section_music_concert .smc_top {
      display: none; }
    section .section_music_concert .smc_left {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      padding-right: 100px; }
      section .section_music_concert .smc_left span {
        color: #00A3E0;
        font-family: "Camel-Bold";
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }
      section .section_music_concert .smc_left h2 {
        color: #003C71;
        font-size: 35px;
        margin-bottom: 20px;
        font-family: "Graphik-Super"; }
      section .section_music_concert .smc_left p {
        margin-bottom: 60px; }
    section .section_music_concert .artis_box {
      float: left;
      margin-bottom: 40px;
      padding-top: 20px; }
      section .section_music_concert .artis_box:nth-child(odd) {
        margin-right: 100px; }
    section .section_music_concert .artis_img {
      width: 200px;
      height: 240px;
      margin-left: 20px;
      position: relative;
      z-index: 10; }
      section .section_music_concert .artis_img:before {
        content: '';
        width: 200px;
        height: 175px;
        display: block;
        -webkit-transform: rotate(8.01deg);
        -moz-transform: rotate(8.01deg);
        transform: rotate(8.01deg);
        position: absolute;
        top: 15px;
        left: -5px;
        z-index: -1;
        border: 1px solid #fff; }
      section .section_music_concert .artis_img img {
        width: 100%;
        display: block;
        -webkit-transform: rotate(8.01deg);
        -moz-transform: rotate(8.01deg);
        transform: rotate(8.01deg);
        position: absolute;
        left: 10px;
        top: 0; }
    section .section_music_concert .artis_name {
      width: 225px;
      height: 120px;
      display: block;
      position: relative;
      z-index: 100;
      background: url(../images/bg_name_pink.png) no-repeat center;
      margin-top: -70px;
      font-family: "Camel-Bold";
      padding-left: 20px;
      font-size: 24px;
      color: #FDE600;
      text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25); }
      section .section_music_concert .artis_name span {
        display: block;
        line-height: 56px; }
  section .section_forum {
    /*background:url(../images/ornament4.png) no-repeat top right, url(../images/ornament3.png) no-repeat top left / cover;
    background-color:$navy;*/
    background: url(../images/ornament4.png) no-repeat bottom right -160px, url(../images/Music-01.jpg) no-repeat top left/cover;
    background-color: #003C71;
    padding: 60px 0 60px; }
    section .section_forum.tabmusic {
      background: url(../images/ornament4.png) no-repeat bottom right -160px, url(../images/Music-01.jpg) no-repeat top left/cover;
      background-color: #003C71; }
    section .section_forum.tabart {
      background: url(../images/ornament4.png) no-repeat bottom right -160px, url(../images/Art-01.jpg) no-repeat top left/cover;
      background-color: #003C71; }
    section .section_forum.tabfashion {
      background: url(../images/ornament4.png) no-repeat bottom right -160px, url(../images/Fashion-01.jpg) no-repeat top left/cover;
      background-color: #003C71; }
    section .section_forum.current {
      background: #003C71; }
      section .section_forum.current .sforum_top h2 {
        color: #fff; }
      section .section_forum.current .section_tab {
        display: none; }
        section .section_forum.current .section_tab#tab-1 {
          display: block; }
        section .section_forum.current .section_tab .tab_slider .slick-slide,
        section .section_forum.current .section_tab .tab_slider2 .slick-slide {
          margin-right: 25px;
          padding-bottom: 40px; }
        section .section_forum.current .section_tab .tab_slider .slick-list,
        section .section_forum.current .section_tab .tab_slider2 .slick-list {
          padding-left: 10px; }
        section .section_forum.current .section_tab .sforum_box {
          margin-bottom: 60px; }
          section .section_forum.current .section_tab .sforum_box:nth-child(4n) {
            margin-right: 0; }
          section .section_forum.current .section_tab .sforum_box:last-child {
            margin-right: 0; }
      section .section_forum.current .sproject_box {
        width: 270px;
        margin-right: 25px;
        padding-top: 20px; }
        section .section_forum.current .sproject_box:last-child {
          margin-right: 0; }
        section .section_forum.current .sproject_box .sproject_img {
          width: 258px;
          height: 261px;
          display: block;
          margin: 0 auto;
          position: relative; }
          section .section_forum.current .sproject_box .sproject_img .sfi_box {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 16px;
            overflow: hidden;
            -webkit-transform: rotate(8deg);
            -moz-transform: rotate(8deg);
            transform: rotate(8deg); }
            section .section_forum.current .sproject_box .sproject_img .sfi_box img {
              max-width: 100%;
              max-height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
        section .section_forum.current .sproject_box .sproject_desc {
          width: 270px;
          height: 290px;
          background: #fff;
          position: relative;
          padding: 15px;
          z-index: 10;
          margin-top: -25px; }
          section .section_forum.current .sproject_box .sproject_desc:before {
            content: '';
            width: 250px;
            height: 290px;
            border: 1px solid #fff;
            position: absolute;
            top: 10px;
            left: -10px;
            z-index: -1; }
          section .section_forum.current .sproject_box .sproject_desc h3 {
            font-size: 20px;
            color: #003C71; }
          section .section_forum.current .sproject_box .sproject_desc .row_clear {
            margin-bottom: 15px; }
          section .section_forum.current .sproject_box .sproject_desc .category {
            width: 80px;
            margin-bottom: 10px;
            padding: 3px 0;
            text-align: center;
            display: block;
            font-family: "Camel-Bold";
            font-size: 15px;
            color: #fff; }
            section .section_forum.current .sproject_box .sproject_desc .category.green {
              background: #00AF66; }
            section .section_forum.current .sproject_box .sproject_desc .category.orange {
              background: #ED8800; }
            section .section_forum.current .sproject_box .sproject_desc .category.pink {
              background: #C63663; }
            section .section_forum.current .sproject_box .sproject_desc .category.navy {
              background: #003C71; }
          section .section_forum.current .sproject_box .sproject_desc .project_name {
            font-size: 15px;
            color: #00A3E0;
            display: block;
            font-family: "Camel-Bold";
            margin-bottom: 10px; }
          section .section_forum.current .sproject_box .sproject_desc .project_title {
            margin-bottom: 20px;
            height: 70px;
            overflow: hidden;
            /*text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;*/ }
          section .section_forum.current .sproject_box .sproject_desc .calendar_box {
            background: url(../images/icon_calendar.png) no-repeat left center;
            color: #B1B1B1;
            font-size: 12px;
            padding-left: 20px;
            display: block;
            margin-bottom: 5px; }
          section .section_forum.current .sproject_box .sproject_desc .time_box {
            background: url(../images/icon_time.png) no-repeat left -4px center;
            color: #B1B1B1;
            font-size: 12px;
            padding-left: 20px;
            display: block; }
          section .section_forum.current .sproject_box .sproject_desc .project_desc {
            font-size: 13px;
            line-height: 25px;
            padding-right: 20px; }
            section .section_forum.current .sproject_box .sproject_desc .project_desc a {
              color: #00A3E0;
              font-size: 15px; }
          section .section_forum.current .sproject_box .sproject_desc .share_btn {
            width: 36px;
            height: 36px;
            background: url(../images/icon_share.png) no-repeat center;
            position: absolute;
            bottom: 20px;
            right: 20px;
            border-radius: 18px;
            border: 1px solid #E5E5E5;
            text-indent: -9999px; }
          section .section_forum.current .sproject_box .sproject_desc .default_btn {
            position: absolute;
            bottom: 20px;
            left: 20px; }
    section .section_forum .sforum_top {
      margin-bottom: 60px; }
      section .section_forum .sforum_top span {
        color: #00A3E0;
        font-family: "Camel-Bold";
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }
      section .section_forum .sforum_top h2 {
        color: #FDE600;
        font-size: 35px;
        margin-bottom: 20px; }
      section .section_forum .sforum_top p {
        margin-bottom: 60px; }
    section .section_forum .sforum_bot .tab_menu {
      width: 100%;
      margin-bottom: 30px; }
      section .section_forum .sforum_bot .tab_menu:after {
        content: '';
        display: block;
        clear: both; }
      section .section_forum .sforum_bot .tab_menu li {
        display: block;
        float: left;
        width: calc(100% / 3); }
        section .section_forum .sforum_bot .tab_menu li:nth-child(2n) a.active {
          background: #ED8800;
          color: #fff; }
        section .section_forum .sforum_bot .tab_menu li:last-child a.active {
          background: #C63663;
          color: #fff; }
        section .section_forum .sforum_bot .tab_menu li a {
          background: #f4f4f4;
          height: 50px;
          line-height: 50px;
          text-align: center;
          display: block;
          font-size: 15px;
          color: #003C71; }
          section .section_forum .sforum_bot .tab_menu li a.active {
            background: #00AF66;
            color: #fff; }
            section .section_forum .sforum_bot .tab_menu li a.active:after {
              content: '';
              display: block;
              width: 80%;
              height: 5px;
              background: linear-gradient(85.24deg, #FDE600 5.3%, #FDE600 132.24%);
              margin: 0 auto; }
    section .section_forum .section_tab {
      display: none; }
      section .section_forum .section_tab#tab-1 {
        display: block; }
      section .section_forum .section_tab .tab_slider .slick-slide,
      section .section_forum .section_tab .tab_slider2 .slick-slide {
        margin-right: 25px;
        padding-bottom: 40px; }
      section .section_forum .section_tab .tab_slider .slick-list,
      section .section_forum .section_tab .tab_slider2 .slick-list {
        padding-left: 10px; }
      section .section_forum .section_tab .sforum_box {
        width: 270px;
        margin-right: 25px;
        padding-top: 20px; }
        section .section_forum .section_tab .sforum_box:last-child {
          margin-right: 0; }
        section .section_forum .section_tab .sforum_box .sforum_img {
          width: 258px;
          height: 261px;
          display: block;
          margin: 0 auto;
          position: relative; }
          section .section_forum .section_tab .sforum_box .sforum_img .sfi_box {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 16px;
            overflow: hidden;
            -webkit-transform: rotate(8deg);
            -moz-transform: rotate(8deg);
            transform: rotate(8deg); }
            section .section_forum .section_tab .sforum_box .sforum_img .sfi_box img {
              max-width: 100%;
              max-height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
        section .section_forum .section_tab .sforum_box .sforum_desc {
          width: 270px;
          height: 290px;
          background: #fff;
          position: relative;
          padding: 15px;
          z-index: 10;
          margin-top: -25px; }
          section .section_forum .section_tab .sforum_box .sforum_desc:before {
            content: '';
            width: 250px;
            height: 290px;
            border: 1px solid #fff;
            position: absolute;
            top: 10px;
            left: -10px;
            z-index: -1; }
          section .section_forum .section_tab .sforum_box .sforum_desc h3 {
            font-size: 20px;
            color: #003C71; }
          section .section_forum .section_tab .sforum_box .sforum_desc .row_clear {
            margin-bottom: 20px; }
          section .section_forum .section_tab .sforum_box .sforum_desc .category {
            width: 90px;
            margin-bottom: 10px;
            padding: 3px 0;
            text-align: center;
            display: block;
            font-size: 15px;
            font-family: "Camel-Bold";
            color: #fff; }
            section .section_forum .section_tab .sforum_box .sforum_desc .category.green {
              background: #00AF66; }
            section .section_forum .section_tab .sforum_box .sforum_desc .category.orange {
              background: #ED8800; }
            section .section_forum .section_tab .sforum_box .sforum_desc .category.pink {
              background: #C63663; }
          section .section_forum .section_tab .sforum_box .sforum_desc .comment_box {
            background: url(../images/icon_comment.png) no-repeat left center;
            color: #00A3E0;
            font-size: 12px;
            padding-left: 15px;
            display: inline-block;
            margin-right: 20px; }
          section .section_forum .section_tab .sforum_box .sforum_desc .like_box {
            background: url(../images/icon_like.png) no-repeat left center;
            color: #00A3E0;
            font-size: 12px;
            padding-left: 15px;
            display: inline-block; }
          section .section_forum .section_tab .sforum_box .sforum_desc .forum_title {
            min-height: 44px;
            margin-bottom: 20px;
            height: 70px;
            /*overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;*/ }
          section .section_forum .section_tab .sforum_box .sforum_desc .forum_desc {
            font-size: 13px;
            line-height: 25px;
            padding-right: 20px; }
            section .section_forum .section_tab .sforum_box .sforum_desc .forum_desc a {
              color: #00A3E0;
              font-size: 15px; }
            section .section_forum .section_tab .sforum_box .sforum_desc .forum_desc .fdesc_box {
              height: 52px;
              display: block;
              overflow: hidden; }
          section .section_forum .section_tab .sforum_box .sforum_desc .share_btn {
            width: 36px;
            height: 36px;
            background: url(../images/icon_share.png) no-repeat center;
            position: absolute;
            bottom: 20px;
            right: 20px;
            border-radius: 18px;
            border: 1px solid #E5E5E5;
            text-indent: -9999px; }
          section .section_forum .section_tab .sforum_box .sforum_desc .share_box {
            border: 1px solid #E5E5E5;
            box-shadow: 0px 0px 2px rgba(1, 1, 1, 0.1);
            width: 100px;
            display: none;
            border-radius: 5px;
            position: absolute;
            background: #fff;
            bottom: 60px;
            right: 20px; }
            section .section_forum .section_tab .sforum_box .sforum_desc .share_box span.title {
              color: #00A3E0;
              font-size: 12px;
              display: block;
              border-bottom: 1px solid #E5E5E5;
              padding: 5px 10px; }
            section .section_forum .section_tab .sforum_box .sforum_desc .share_box .share_sosmed {
              padding: 10px; }
            section .section_forum .section_tab .sforum_box .sforum_desc .share_box a {
              font-size: 11px;
              color: #003C71;
              display: block;
              padding-left: 20px;
              margin-bottom: 10px; }
              section .section_forum .section_tab .sforum_box .sforum_desc .share_box a:last-child {
                margin-bottom: 0; }
            section .section_forum .section_tab .sforum_box .sforum_desc .share_box .fb_btn {
              background: url(../images/icon_fb1.png) no-repeat left center; }
            section .section_forum .section_tab .sforum_box .sforum_desc .share_box .tw_btn {
              background: url(../images/icon_tw1.png) no-repeat left center; }
            section .section_forum .section_tab .sforum_box .sforum_desc .share_box .copy_btn2 {
              background: url(../images/icon_copy1.png) no-repeat left center; }
  section .section_studio_new {
    background: #FDE600 url(../images/bg_blue2.png) no-repeat top right -220px/contain;
    padding: 100px 0 60px;
    position: relative; }
    section .section_studio_new .studio_slider .slick-slide {
      margin-right: 20px;
      padding-bottom: 40px; }
    section .section_studio_new .studio_slider .slick-list {
      padding-left: 10px; }
    section .section_studio_new .studio_slider .slick-prev {
      background: url(../images/new_arrow_left.png) no-repeat center;
      width: 20px;
      height: 20px;
      left: 10px;
      z-index: 10; }
      section .section_studio_new .studio_slider .slick-prev:before {
        display: none; }
    section .section_studio_new .studio_slider .slick-next {
      background: url(../images/new_arrow_right.png) no-repeat center;
      width: 20px;
      height: 20px;
      right: 10px;
      z-index: 10; }
      section .section_studio_new .studio_slider .slick-next:before {
        display: none; }
    section .section_studio_new .smc_box {
      width: 100%; }
    section .section_studio_new .smc_left {
      width: 50%;
      margin-bottom: 60px; }
      section .section_studio_new .smc_left span {
        color: #00A3E0;
        font-family: "Camel-Bold";
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }
      section .section_studio_new .smc_left h2 {
        color: #003C71;
        font-size: 35px;
        margin-bottom: 20px;
        font-family: "Graphik-Super"; }
      section .section_studio_new .smc_left p {
        margin-bottom: 40px;
        color: 3D3D3D;
        line-height: 25px; }
    section .section_studio_new .artis_box {
      width: calc((100% - 50px)/3);
      margin-right: 25px; }
      section .section_studio_new .artis_box:last-child {
        margin-right: 0; }
    section .section_studio_new .artis_img {
      position: relative;
      z-index: 10; }
      section .section_studio_new .artis_img img {
        width: 100%; }
      section .section_studio_new .artis_img .online_box {
        width: 80px;
        height: 36px;
        line-height: 36px;
        text-transform: uppercase;
        background: #E72E2E;
        font-size: 15px;
        color: #fff;
        text-align: center;
        display: block;
        position: absolute;
        top: 10px;
        right: 10px; }
        section .section_studio_new .artis_img .online_box span:before {
          content: '';
          display: inline-block;
          width: 10px;
          height: 10px;
          background: #fff;
          border-radius: 10px;
          margin-right: 10px; }
  section .section_studio {
    background: #FDE600;
    padding: 100px 0 60px;
    position: relative; }
    section .section_studio:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: linear-gradient(180deg, #FDE600 0%, rgba(253, 230, 0, 0) 27.08%, rgba(0, 180, 240, 0) 73.96%, rgba(253, 230, 0, 0) 73.97%, #FDE600 100%); }
    section .section_studio.current:before {
      display: none; }
    section .section_studio.current .smc_left {
      color: #3D3D3D; }
      section .section_studio.current .smc_left p {
        line-height: 25px; }
      section .section_studio.current .smc_left h2 {
        font-family: "Graphik-Bold";
        font-size: 32px; }
      section .section_studio.current .smc_left span {
        font-family: "Camel-Bold"; }
    section .section_studio.current .scurrent_wrapper {
      margin: 0 auto; }
      section .section_studio.current .scurrent_wrapper img {
        display: block;
        margin: 0 auto; }
      section .section_studio.current .scurrent_wrapper .scurrent_box {
        background: #003C71;
        width: 750px;
        height: 175px;
        position: relative;
        margin-top: -85px; }
        section .section_studio.current .scurrent_wrapper .scurrent_box:before {
          content: '';
          width: 100%;
          height: 175px;
          position: absolute;
          top: 15px;
          left: -15px;
          border: 2px solid #fff;
          z-index: -1; }
      section .section_studio.current .scurrent_wrapper .countdown_box {
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        text-align: center; }
        section .section_studio.current .scurrent_wrapper .countdown_box span {
          color: #FDE600;
          display: inline-block;
          text-align: left;
          font-size: 18px; }
          section .section_studio.current .scurrent_wrapper .countdown_box span:first-child {
            width: 80px; }
          section .section_studio.current .scurrent_wrapper .countdown_box span:nth-child(2) {
            width: 120px; }
          section .section_studio.current .scurrent_wrapper .countdown_box span:nth-child(3) {
            width: 100px; }
          section .section_studio.current .scurrent_wrapper .countdown_box span:nth-child(4) {
            width: 100px;
            padding-left: 20px; }
      section .section_studio.current .scurrent_wrapper #countdown {
        height: 70px;
        font-size: 64px;
        color: #fff;
        font-family: "Graphik-Medium";
        text-align: center;
        width: 100%;
        display: block; }
    section .section_studio .smc_box {
      width: 30%;
      position: relative;
      z-index: 102; }
      section .section_studio .smc_box.right {
        width: 70%;
        z-index: 10; }
    section .section_studio .smc_left {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      padding-right: 25px; }
      section .section_studio .smc_left span {
        color: #00A3E0;
        font-family: "Graphik-Medium";
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }
      section .section_studio .smc_left h2 {
        color: #003C71;
        font-size: 35px;
        margin-bottom: 20px; }
      section .section_studio .smc_left p {
        margin-bottom: 60px; }
    section .section_studio .artis_box {
      float: left;
      margin-bottom: 40px;
      margin-left: 40px; }
    section .section_studio .artis_img {
      width: 200px;
      height: 270px;
      margin-left: 20px;
      position: relative;
      z-index: 10; }
      section .section_studio .artis_img:before {
        content: '';
        width: 200px;
        height: 270px;
        background: #FDE600;
        display: block;
        -webkit-transform: rotate(8.01deg);
        -moz-transform: rotate(8.01deg);
        transform: rotate(8.01deg);
        position: absolute;
        top: 25px;
        left: 10px;
        z-index: -1;
        border: 1px solid #fff; }
    section .section_studio .artis_name {
      width: 225px;
      height: 120px;
      display: block;
      position: relative;
      z-index: 100;
      background: url(../images/bg_name.png) no-repeat center;
      margin-top: -70px;
      font-family: "Camel-Bold";
      padding-left: 20px;
      font-size: 30px;
      color: #FDE600;
      text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25); }
      section .section_studio .artis_name span {
        display: block;
        line-height: 56px; }
  section .section_project {
    background: #003C71 url(../images/bg_project.png) no-repeat bottom right/contain;
    padding: 60px 0 60px; }
    section .section_project .project_slider .slick-slide {
      margin-right: 20px;
      padding-bottom: 40px; }
    section .section_project .project_slider .slick-list {
      padding-left: 10px; }
    section .section_project .sproject_top {
      margin-bottom: 40px; }
      section .section_project .sproject_top span {
        color: #00A3E0;
        font-family: "Camel-Bold";
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }
      section .section_project .sproject_top h2 {
        color: #fff;
        font-size: 35px;
        margin-bottom: 20px;
        font-family: "Graphik-Super"; }
      section .section_project .sproject_top p {
        margin-bottom: 60px; }
    section .section_project .sproject_bot {
      max-width: 870px;
      margin: 0 auto; }
      section .section_project .sproject_bot .sproject_box {
        width: 270px;
        margin-right: 25px; }
        section .section_project .sproject_bot .sproject_box:last-child {
          margin-right: 0; }
        section .section_project .sproject_bot .sproject_box .sproject_img {
          width: 258px;
          height: 261px;
          display: block;
          margin: 0 auto;
          position: relative; }
          section .section_project .sproject_bot .sproject_box .sproject_img .sfi_box {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            -webkit-transform: rotate(8deg);
            -moz-transform: rotate(8deg);
            transform: rotate(8deg); }
            section .section_project .sproject_bot .sproject_box .sproject_img .sfi_box img {
              max-width: 100%;
              max-height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
        section .section_project .sproject_bot .sproject_box .sproject_desc {
          width: 270px;
          height: 290px;
          background: #fff;
          position: relative;
          padding: 15px;
          z-index: 10;
          margin-top: -15px; }
          section .section_project .sproject_bot .sproject_box .sproject_desc:before {
            content: '';
            width: 250px;
            height: 290px;
            border: 1px solid #fff;
            position: absolute;
            top: 10px;
            left: -10px;
            z-index: -1; }
          section .section_project .sproject_bot .sproject_box .sproject_desc h3 {
            font-size: 20px;
            color: #003C71; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .row_clear {
            margin-bottom: 15px; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .category {
            width: 90px;
            margin-bottom: 10px;
            padding: 3px 0;
            text-align: center;
            display: block;
            font-family: "Camel-Bold";
            font-size: 15px;
            color: #fff; }
            section .section_project .sproject_bot .sproject_box .sproject_desc .category.green {
              background: #00AF66; }
            section .section_project .sproject_bot .sproject_box .sproject_desc .category.orange {
              background: #ED8800; }
            section .section_project .sproject_bot .sproject_box .sproject_desc .category.pink {
              background: #C63663; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .project_name {
            font-size: 15px;
            color: #00A3E0;
            display: block;
            font-family: "Camel-Bold";
            margin-bottom: 10px; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .project_title {
            min-height: 75px;
            margin-bottom: 5px;
            height: 70px;
            overflow: hidden;
            /*text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;*/ }
          section .section_project .sproject_bot .sproject_box .sproject_desc .calendar_box {
            background: url(../images/icon_calendar.png) no-repeat left center;
            color: #B1B1B1;
            font-size: 12px;
            padding-left: 20px;
            display: block;
            margin-bottom: 5px; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .time_box {
            background: url(../images/icon_time.png) no-repeat left -4px center;
            color: #B1B1B1;
            font-size: 12px;
            padding-left: 20px;
            display: block; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .project_desc {
            font-size: 13px;
            line-height: 25px;
            padding-right: 20px; }
            section .section_project .sproject_bot .sproject_box .sproject_desc .project_desc a {
              color: #00A3E0;
              font-size: 15px; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .share_btn {
            width: 36px;
            height: 36px;
            background: url(../images/icon_share.png) no-repeat center;
            position: absolute;
            bottom: 20px;
            right: 20px;
            border-radius: 18px;
            border: 1px solid #E5E5E5;
            text-indent: -9999px; }
          section .section_project .sproject_bot .sproject_box .sproject_desc .default_btn {
            position: absolute;
            bottom: 20px;
            left: 20px; }
  section .cml_points {
    background: #000000;
    padding: 25px;
    margin-bottom: 30px;
    position: relative; }
    section .cml_points .cml_points_box {
      background: url(../images/icon_camel.png) no-repeat left center/50px;
      height: 50px;
      padding-left: 60px;
      font-family: "Camel-Bold";
      color: #FDE600; }
      section .cml_points .cml_points_box span {
        display: block;
        font-size: 24px;
        font-family: "Graphik-Super";
        color: #fff; }
    section .cml_points .default_btn {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: auto;
      right: 20px; }
  section .login_reg_wrapper {
    background: #fff; }
    section .login_reg_wrapper .loginreg_btn:after {
      content: '';
      display: block;
      clear: both; }
    section .login_reg_wrapper .loginreg_btn.profile_btn a {
      width: calc(100% / 3);
      background: #000; }
      section .login_reg_wrapper .loginreg_btn.profile_btn a:last-child {
        border-right: 0; }
      section .login_reg_wrapper .loginreg_btn.profile_btn a.active:after {
        content: '';
        width: 90%; }
    section .login_reg_wrapper .loginreg_btn a {
      width: 50%;
      height: 50px;
      display: block;
      float: left;
      background: #003C71;
      text-align: center;
      line-height: 50px;
      font-size: 15px;
      position: relative; }
      section .login_reg_wrapper .loginreg_btn a.active {
        background: #fff;
        color: #003C71; }
        section .login_reg_wrapper .loginreg_btn a.active:after {
          content: '';
          width: 150px;
          height: 5px;
          display: block;
          background: #FDE600;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          top: auto;
          bottom: -5px; }
    section .login_reg_wrapper .loginreg_box {
      padding: 40px 40px 80px; }
      section .login_reg_wrapper .loginreg_box.profile_box {
        padding: 40px 40px; }
        section .login_reg_wrapper .loginreg_box.profile_box h3 {
          font-size: 35px;
          color: #003C71;
          margin-bottom: 40px;
          font-family: "Graphik-Super"; }
        section .login_reg_wrapper .loginreg_box.profile_box .button_wrapper:after {
          content: '';
          display: block;
          clear: both; }
        section .login_reg_wrapper .loginreg_box.profile_box .button_wrapper a {
          float: left;
          color: #003C71;
          line-height: 46px;
          width: calc(100% - 300px);
          text-align: center;
          display: block; }
        section .login_reg_wrapper .loginreg_box.profile_box .button_wrapper .default_btn {
          width: 300px;
          float: right; }
      section .login_reg_wrapper .loginreg_box.history_box {
        padding: 40px 0; }
        section .login_reg_wrapper .loginreg_box.history_box h3 {
          font-size: 35px;
          color: #003C71;
          margin-bottom: 40px;
          padding-left: 40px;
          font-family: "Graphik-Super"; }
      section .login_reg_wrapper .loginreg_box.message_box {
        padding: 40px 0; }
        section .login_reg_wrapper .loginreg_box.message_box h3 {
          font-size: 35px;
          color: #003C71;
          margin-bottom: 40px;
          padding-left: 40px;
          font-family: "Graphik-Super"; }
  section .history_wrapper {
    border-top: 30px solid #F7F7F7;
    padding-top: 40px;
    padding-bottom: 40px; }
    section .history_wrapper:first-child {
      border: none;
      padding-top: 0; }
    section .history_wrapper:last-child {
      padding-bottom: 0; }
    section .history_wrapper .dh_box {
      border-top: 1px solid #D4D4D4;
      padding: 20px;
      color: #828282;
      font-size: 14px;
      position: relative; }
      section .history_wrapper .dh_box .dh_pos {
        position: absolute;
        top: 20px;
        right: 20px; }
      section .history_wrapper .dh_box span {
        display: block;
        font-size: 13px;
        color: #4F4F4F;
        margin-top: 10px; }
    section .history_wrapper .blue_color {
      color: #00A3E0;
      text-align: center;
      display: block;
      font-size: 14px; }
    section .history_wrapper table {
      width: 100%;
      border-collapse: collapse;
      border: none;
      border-spacing: 0;
      text-align: left;
      margin-bottom: 20px; }
      section .history_wrapper table thead tr th {
        background: #F7F7F7;
        border-bottom: 1px solid #D4D4D4;
        height: 64px;
        font-size: 14px;
        color: #828282;
        padding-left: 30px; }
      section .history_wrapper table tbody tr td {
        height: 64px;
        color: #4F4F4F;
        font-size: 14px;
        border-bottom: 1px solid #D4D4D4;
        padding-left: 30px; }
        section .history_wrapper table tbody tr td span.uppercase {
          text-transform: uppercase; }
        section .history_wrapper table tbody tr td span.label {
          font-size: 10px;
          padding: 3px 5px;
          color: #fff;
          display: inline-block; }
          section .history_wrapper table tbody tr td span.label.green {
            background: #00AF66; }
          section .history_wrapper table tbody tr td span.label.blue {
            background: #00A3E0; }
  section .message_wrapper {
    margin-bottom: 30px; }
    section .message_wrapper .row_clear {
      position: relative;
      padding: 20px 100px 20px 180px;
      min-height: 100px;
      border-bottom: 1px solid #D4D4D4; }
      section .message_wrapper .row_clear:first-child {
        border-top: 1px solid #D4D4D4; }
    section .message_wrapper .message_img {
      width: 100px;
      height: 100px;
      border-radius: 100px;
      overflow: hidden;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 40px; }
      section .message_wrapper .message_img img {
        width: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    section .message_wrapper .message_desc h4 {
      margin-bottom: 10px; }
      section .message_wrapper .message_desc h4 a {
        font-size: 23px;
        color: #00A3E0;
        font-family: "Graphik-Medium"; }
    section .message_wrapper .message_desc span {
      color: #939EAB;
      font-size: 12px;
      margin-bottom: 20px;
      display: block; }
    section .message_wrapper .message_desc p {
      color: #939EAB;
      font-size: 14px;
      line-height: 27px;
      text-align: left; }
      section .message_wrapper .message_desc p a {
        color: #939EAB;
        text-decoration: underline; }
    section .message_wrapper .message_desc .readmore {
      color: #00A3E0;
      font-family: "Graphik-Medium";
      font-size: 14px; }
  section .section_scan {
    padding: 30px;
    background: #C63663;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-family: "Graphik-Medium"; }
    section .section_scan a {
      text-decoration: underline; }
    section .section_scan .scan_box {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: auto;
      right: 0; }
      section .section_scan .scan_box input[type="file"] {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: block; }
      section .section_scan .scan_box a {
        text-decoration: none; }
  section .section_get_coin {
    padding: 40px 0 60px;
    background: #003C71 url(../images/ornament1.png) no-repeat right top/contain; }
    section .section_get_coin h2 {
      color: #FDE600;
      font-family: "Graphik-Super";
      font-size: 35px;
      margin-bottom: 20px; }
    section .section_get_coin p {
      color: #fff;
      font-size: 16px;
      line-height: 26px; }
    section .section_get_coin .getcoin_wrapper {
      margin-top: 60px; }
    section .section_get_coin .getcoin_box {
      width: calc((100% - 160px)/5);
      margin-right: 40px;
      padding: 0 15px; }
      section .section_get_coin .getcoin_box:last-child {
        margin-right: 0; }
      section .section_get_coin .getcoin_box p {
        font-size: 15px;
        line-height: 25px;
        text-align: center; }
      section .section_get_coin .getcoin_box img {
        margin: 0 auto !important; }
  section .section_upload {
    padding: 50px 0; }
    section .section_upload.pink_bg {
      background: #C63663;
      padding: 20px 0; }
    section .section_upload.tnc_redeem .container {
      box-shadow: none; }
    section .section_upload.tnc_redeem .section_tnc {
      padding: 40px 0; }
      section .section_upload.tnc_redeem .section_tnc ol li {
        line-height: 24px;
        margin-bottom: 5px;
        font-size: 14px; }
    section .section_upload .container {
      background: #fff;
      box-shadow: 0 5px 30px rgba(113, 126, 138, 0.2); }
    section .section_upload .supload_title h3 {
      font-family: "Graphik-Super";
      font-size: 35px;
      text-align: center;
      color: #003C71;
      padding: 20px 0;
      border-bottom: 1px solid #E5E5E5; }
    section .section_upload .supload_wrapper {
      padding: 45px 60px; }
      section .section_upload .supload_wrapper .supload_box {
        border: 1px dashed #E5E5E5;
        background: #F7F7F7;
        border-radius: 6px;
        height: 245px;
        position: relative;
        cursor: pointer;
        margin-bottom: 20px; }
        section .section_upload .supload_wrapper .supload_box input[type="file"] {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: 100;
          cursor: pointer; }
        section .section_upload .supload_wrapper .supload_box span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: #003C71;
          background: url(../images/icon_camera.png) no-repeat top center;
          padding-top: 40px;
          display: block;
          font-family: "Graphik-Medium";
          width: 100%;
          text-align: center; }
        section .section_upload .supload_wrapper .supload_box .photo_box {
          width: 120px;
          max-height: 180px;
          overflow: hidden;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          z-index: 90;
          display: none; }
          section .section_upload .supload_wrapper .supload_box .photo_box img {
            max-width: 100%;
            display: block; }
      section .section_upload .supload_wrapper .supload_btn {
        text-align: right;
        margin-bottom: 20px; }
        section .section_upload .supload_wrapper .supload_btn:after {
          content: '';
          display: block;
          clear: both; }
        section .section_upload .supload_wrapper .supload_btn button {
          display: inline-block; }
          section .section_upload .supload_wrapper .supload_btn button.pink_color {
            color: #C63663;
            border: none;
            margin-right: 40px;
            font-size: 18px;
            font-family: "Graphik-Medium";
            background: none; }
        section .section_upload .supload_wrapper .supload_btn .pink_color {
          color: #C63663;
          border: none;
          margin-right: 40px;
          font-size: 18px;
          font-family: "Graphik-Medium";
          background: none; }
        section .section_upload .supload_wrapper .supload_btn a {
          display: inline-block; }
    section .section_upload .section_step {
      padding: 30px 60px;
      background: #C63663; }
      section .section_upload .section_step .sstep_box {
        background: #fff;
        padding: 20px;
        width: calc((100% - 160px)/3);
        margin-right: 80px;
        border-radius: 5px;
        box-shadow: 0px 5px 30px rgba(113, 126, 138, 0.2);
        font-size: 14px;
        position: relative; }
        section .section_upload .section_step .sstep_box:last-child:before, section .section_upload .section_step .sstep_box:last-child:after {
          display: none; }
        section .section_upload .section_step .sstep_box:before {
          content: '';
          width: 75px;
          height: 1px;
          border-top: 2px dashed #fff;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
          left: auto;
          right: -75px; }
        section .section_upload .section_step .sstep_box:after {
          content: '';
          width: 80px;
          height: 20px;
          display: block;
          background: url(../images/arrow_right_white.png) no-repeat right center;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
          left: auto;
          right: -80px; }
        section .section_upload .section_step .sstep_box:last-child {
          margin-right: 0; }
        section .section_upload .section_step .sstep_box h4 {
          font-size: 21px;
          color: #003C71;
          font-family: "Graphik-Super";
          margin-bottom: 10px; }
        section .section_upload .section_step .sstep_box p {
          line-height: 20px; }
    section .section_upload .section_tnc {
      padding: 40px 60px; }
      section .section_upload .section_tnc h3 {
        font-family: "Graphik-Super";
        font-size: 23px;
        color: #003C71;
        margin-bottom: 20px; }
      section .section_upload .section_tnc ol {
        list-style: decimal;
        padding-left: 20px; }
        section .section_upload .section_tnc ol li {
          margin-bottom: 20px;
          color: #000000;
          line-height: 27px; }
  section .section_home_reg {
    background: #C63663;
    padding: 60px 0px;
    color: #fff;
    font-size: 20px;
    font-family: "Graphik-Medium"; }
    section .section_home_reg .default_btn {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: auto;
      right: 0;
      font-size: 18px; }

.paging_box.custom-one ul li.active {
  background: #FDE600;
  border: 1px solid #FDE600; }
  .paging_box.custom-one ul li.active a {
    background: #FDE600;
    border: 1px solid #FDE600; }
.paging_box.custom-one ul li:hover a.prev_btn {
  background: #FDE600 url(../images/arrow_left_white.png) no-repeat center;
  border: 1px solid #FDE600; }
.paging_box.custom-one ul li:hover a.next_btn {
  background: #FDE600 url(../images/arrow_right_white.png) no-repeat center;
  border: 1px solid #FDE600; }
.paging_box.custom-one ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #00A3E0; }
  .paging_box.custom-one ul li a.prev_btn {
    border: 1px solid #fff;
    background: url(../images/arrow_left_white.png) no-repeat center; }
  .paging_box.custom-one ul li a.next_btn {
    border: 1px solid #fff;
    background: url(../images/arrow_right_white.png) no-repeat center; }
.paging_box.custom-two ul li.active {
  background: #FDE600;
  border: 1px solid #FDE600; }
  .paging_box.custom-two ul li.active a {
    background: #FDE600;
    border: 1px solid #FDE600; }
.paging_box.custom-two ul li:hover a {
  border: 1px solid #FDE600; }
  .paging_box.custom-two ul li:hover a.prev_btn {
    background: #FDE600 url(../images/arrow_left_white.png) no-repeat center;
    border: 1px solid #FDE600; }
  .paging_box.custom-two ul li:hover a.next_btn {
    background: #FDE600 url(../images/arrow_right_white.png) no-repeat center;
    border: 1px solid #FDE600; }
.paging_box.custom-two ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #fff; }
  .paging_box.custom-two ul li a.prev_btn {
    border: 1px solid #fff;
    background: url(../images/arrow_left_white.png) no-repeat center; }
  .paging_box.custom-two ul li a.next_btn {
    border: 1px solid #fff;
    background: url(../images/arrow_right_white.png) no-repeat center; }
.paging_box.custom-three ul li.active {
  background: #FDE600;
  border: 1px solid #FDE600; }
  .paging_box.custom-three ul li.active a {
    background: #FDE600;
    border: 1px solid #FDE600; }
.paging_box.custom-three ul li:hover a {
  border: 1px solid #FDE600; }
  .paging_box.custom-three ul li:hover a.prev_btn {
    background: #FDE600 url(../images/arrow_left_white.png) no-repeat center;
    border: 1px solid #FDE600; }
  .paging_box.custom-three ul li:hover a.next_btn {
    background: #FDE600 url(../images/arrow_right_white.png) no-repeat center;
    border: 1px solid #FDE600; }
.paging_box.custom-three ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #fff; }
  .paging_box.custom-three ul li a.prev_btn {
    border: 1px solid #003C71; }
  .paging_box.custom-three ul li a.next_btn {
    border: 1px solid #003C71; }
.paging_box ul {
  text-align: center; }
  .paging_box ul li {
    display: inline-block;
    color: #003C71;
    font-family: "Graphik-Medium";
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 5px; }
    .paging_box ul li.active {
      background: #FDE600; }
      .paging_box ul li.active a {
        background: #FDE600; }
    .paging_box ul li:hover a {
      background: #FDE600; }
    .paging_box ul li a {
      color: #003C71;
      display: block; }
      .paging_box ul li a.prev_btn {
        width: 30px;
        height: 30px;
        border: 1px solid #00A3E0;
        text-indent: -9999px;
        background: url(../images/arrow_left.png) no-repeat center; }
      .paging_box ul li a.next_btn {
        width: 30px;
        height: 30px;
        border: 1px solid #00A3E0;
        text-indent: -9999px;
        background: url(../images/arrow_right.png) no-repeat center; }

.content_element .container {
  padding: 40px 0;
  color: #3D3D3D; }
  .content_element .container h4 {
    margin-bottom: 20px;
    color: #003C71; }
  .content_element .container p {
    line-height: 27px;
    font-size: 14px; }
  .content_element .container h3 {
    margin-bottom: 40px;
    color: #003C71;
    font-family: "Graphik-Super";
    font-size: 32px;
    text-align: center; }
  .content_element .container ol {
    list-style: decimal;
    font-size: 14px;
    line-height: 27px;
    color: #3D3D3D;
    padding-left: 20px; }
    .content_element .container ol li {
      margin-bottom: 20px; }

.row_clear {
  width: 100%; }
  .row_clear:after {
    content: '';
    display: block;
    clear: both; }

.row_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.text_mobile {
  padding: 0 20px; }

.dropzone {
  min-height: 180px;
  padding-top: 10px;
  position: relative;
  z-index: 100; }
  .dropzone .dz-preview .dz-image {
    width: 160px;
    height: 160px;
    border: 1px solid #B3ABBC; }
  .dropzone .dz-preview .dz-progress {
    opacity: 0; }

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
  footer .footer_bot {
    width: 100%;
    background: #fff;
    height: 100px; }
    footer .footer_bot .container {
      height: 100px;
      padding-left: 160px; }
    footer .footer_bot #logo_footer {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      footer .footer_bot #logo_footer img {
        width: 145px; }
    footer .footer_bot .footer_nav {
      display: inline-block;
      vertical-align: middle; }
      footer .footer_bot .footer_nav ul:after {
        content: '';
        display: block;
        clear: both; }
      footer .footer_bot .footer_nav ul li {
        display: block;
        float: left; }
        footer .footer_bot .footer_nav ul li a {
          color: #003C71;
          padding: 0 40px;
          line-height: 100px;
          width: 24px; }
          footer .footer_bot .footer_nav ul li a.sosmed_ig {
            background: url(../images/logo_ig.png) no-repeat center;
            height: 24px;
            display: inline-block;
            text-indent: -9999px;
            border-radius: 24px;
            margin: 0 5px; }
    footer .footer_bot .sosmed_box {
      display: inline-block;
      vertical-align: middle;
      margin-left: 40px; }
      footer .footer_bot .sosmed_box a {
        width: 24px;
        height: 24px;
        display: inline-block;
        text-indent: -9999px;
        border-radius: 24px;
        margin: 0 5px; }
        footer .footer_bot .sosmed_box a.sosmed_fb {
          background: url(../images/logo_fb.png) no-repeat center; }
        footer .footer_bot .sosmed_box a.sosmed_tw {
          background: url(../images/logo_tw.png) no-repeat center; }
        footer .footer_bot .sosmed_box a.sosmed_ig {
          background: url(../images/logo_ig.png) no-repeat center; }

.popup_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1000;
  display: none; }
  .popup_wrapper .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
  .popup_wrapper #confirm_age {
    display: block; }
  .popup_wrapper .loading_box {
    width: 100px;
    height: 100px;
    background: url(../images/ajax-loader.gif) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .popup_wrapper .popup_box {
    width: 100%;
    height: 625px;
    padding: 100px 400px 100px 200px;
    max-width: 1140px;
    background: #003C71 url(../images/bg_yellow.png) no-repeat right top;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    display: none; }
    .popup_wrapper .popup_box .video_box {
      width: 100%; }
    .popup_wrapper .popup_box .video_container {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
    .popup_wrapper .popup_box .video_container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .popup_wrapper .popup_box#popup_studio, .popup_wrapper .popup_box#popup_studio2, .popup_wrapper .popup_box#popup_festival1, .popup_wrapper .popup_box#popup_festival2, .popup_wrapper .popup_box#popup_project1, .popup_wrapper .popup_box#popup_project_music, .popup_wrapper .popup_box#popup_project_art, .popup_wrapper .popup_box#popup_project_fashion, .popup_wrapper .popup_box#project_video, .popup_wrapper .popup_box#project_image, .popup_wrapper .popup_box#project_sound, .popup_wrapper .popup_box#project_mp3, .popup_wrapper .popup_box#popup_project_submit {
      background: none;
      max-width: 900px;
      padding: 0;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 40px; }
      .popup_wrapper .popup_box#popup_studio ol, .popup_wrapper .popup_box#popup_studio2 ol, .popup_wrapper .popup_box#popup_festival1 ol, .popup_wrapper .popup_box#popup_festival2 ol, .popup_wrapper .popup_box#popup_project1 ol, .popup_wrapper .popup_box#popup_project_music ol, .popup_wrapper .popup_box#popup_project_art ol, .popup_wrapper .popup_box#popup_project_fashion ol, .popup_wrapper .popup_box#project_video ol, .popup_wrapper .popup_box#project_image ol, .popup_wrapper .popup_box#project_sound ol, .popup_wrapper .popup_box#project_mp3 ol, .popup_wrapper .popup_box#popup_project_submit ol {
        list-style: decimal;
        padding-left: 20px; }
      .popup_wrapper .popup_box#popup_studio ul, .popup_wrapper .popup_box#popup_studio2 ul, .popup_wrapper .popup_box#popup_festival1 ul, .popup_wrapper .popup_box#popup_festival2 ul, .popup_wrapper .popup_box#popup_project1 ul, .popup_wrapper .popup_box#popup_project_music ul, .popup_wrapper .popup_box#popup_project_art ul, .popup_wrapper .popup_box#popup_project_fashion ul, .popup_wrapper .popup_box#project_video ul, .popup_wrapper .popup_box#project_image ul, .popup_wrapper .popup_box#project_sound ul, .popup_wrapper .popup_box#project_mp3 ul, .popup_wrapper .popup_box#popup_project_submit ul {
        list-style: disc;
        padding-left: 20px; }
      .popup_wrapper .popup_box#popup_studio .ps_img, .popup_wrapper .popup_box#popup_studio2 .ps_img, .popup_wrapper .popup_box#popup_festival1 .ps_img, .popup_wrapper .popup_box#popup_festival2 .ps_img, .popup_wrapper .popup_box#popup_project1 .ps_img, .popup_wrapper .popup_box#popup_project_music .ps_img, .popup_wrapper .popup_box#popup_project_art .ps_img, .popup_wrapper .popup_box#popup_project_fashion .ps_img, .popup_wrapper .popup_box#project_video .ps_img, .popup_wrapper .popup_box#project_image .ps_img, .popup_wrapper .popup_box#project_sound .ps_img, .popup_wrapper .popup_box#project_mp3 .ps_img, .popup_wrapper .popup_box#popup_project_submit .ps_img {
        position: relative; }
        .popup_wrapper .popup_box#popup_studio .ps_img img, .popup_wrapper .popup_box#popup_studio2 .ps_img img, .popup_wrapper .popup_box#popup_festival1 .ps_img img, .popup_wrapper .popup_box#popup_festival2 .ps_img img, .popup_wrapper .popup_box#popup_project1 .ps_img img, .popup_wrapper .popup_box#popup_project_music .ps_img img, .popup_wrapper .popup_box#popup_project_art .ps_img img, .popup_wrapper .popup_box#popup_project_fashion .ps_img img, .popup_wrapper .popup_box#project_video .ps_img img, .popup_wrapper .popup_box#project_image .ps_img img, .popup_wrapper .popup_box#project_sound .ps_img img, .popup_wrapper .popup_box#project_mp3 .ps_img img, .popup_wrapper .popup_box#popup_project_submit .ps_img img {
          width: 100%;
          display: block; }
        .popup_wrapper .popup_box#popup_studio .ps_img .flag, .popup_wrapper .popup_box#popup_studio2 .ps_img .flag, .popup_wrapper .popup_box#popup_festival1 .ps_img .flag, .popup_wrapper .popup_box#popup_festival2 .ps_img .flag, .popup_wrapper .popup_box#popup_project1 .ps_img .flag, .popup_wrapper .popup_box#popup_project_music .ps_img .flag, .popup_wrapper .popup_box#popup_project_art .ps_img .flag, .popup_wrapper .popup_box#popup_project_fashion .ps_img .flag, .popup_wrapper .popup_box#project_video .ps_img .flag, .popup_wrapper .popup_box#project_image .ps_img .flag, .popup_wrapper .popup_box#project_sound .ps_img .flag, .popup_wrapper .popup_box#project_mp3 .ps_img .flag, .popup_wrapper .popup_box#popup_project_submit .ps_img .flag {
          padding: 10px 20px;
          display: block;
          position: absolute;
          bottom: 20px;
          left: 20px;
          color: #fff;
          font-family: "Camel-Bold";
          font-size: 20px; }
          .popup_wrapper .popup_box#popup_studio .ps_img .flag.green, .popup_wrapper .popup_box#popup_studio2 .ps_img .flag.green, .popup_wrapper .popup_box#popup_festival1 .ps_img .flag.green, .popup_wrapper .popup_box#popup_festival2 .ps_img .flag.green, .popup_wrapper .popup_box#popup_project1 .ps_img .flag.green, .popup_wrapper .popup_box#popup_project_music .ps_img .flag.green, .popup_wrapper .popup_box#popup_project_art .ps_img .flag.green, .popup_wrapper .popup_box#popup_project_fashion .ps_img .flag.green, .popup_wrapper .popup_box#project_video .ps_img .flag.green, .popup_wrapper .popup_box#project_image .ps_img .flag.green, .popup_wrapper .popup_box#project_sound .ps_img .flag.green, .popup_wrapper .popup_box#project_mp3 .ps_img .flag.green, .popup_wrapper .popup_box#popup_project_submit .ps_img .flag.green {
            background: #00AF66; }
          .popup_wrapper .popup_box#popup_studio .ps_img .flag.orange, .popup_wrapper .popup_box#popup_studio2 .ps_img .flag.orange, .popup_wrapper .popup_box#popup_festival1 .ps_img .flag.orange, .popup_wrapper .popup_box#popup_festival2 .ps_img .flag.orange, .popup_wrapper .popup_box#popup_project1 .ps_img .flag.orange, .popup_wrapper .popup_box#popup_project_music .ps_img .flag.orange, .popup_wrapper .popup_box#popup_project_art .ps_img .flag.orange, .popup_wrapper .popup_box#popup_project_fashion .ps_img .flag.orange, .popup_wrapper .popup_box#project_video .ps_img .flag.orange, .popup_wrapper .popup_box#project_image .ps_img .flag.orange, .popup_wrapper .popup_box#project_sound .ps_img .flag.orange, .popup_wrapper .popup_box#project_mp3 .ps_img .flag.orange, .popup_wrapper .popup_box#popup_project_submit .ps_img .flag.orange {
            background: #ED8800; }
          .popup_wrapper .popup_box#popup_studio .ps_img .flag.pink, .popup_wrapper .popup_box#popup_studio2 .ps_img .flag.pink, .popup_wrapper .popup_box#popup_festival1 .ps_img .flag.pink, .popup_wrapper .popup_box#popup_festival2 .ps_img .flag.pink, .popup_wrapper .popup_box#popup_project1 .ps_img .flag.pink, .popup_wrapper .popup_box#popup_project_music .ps_img .flag.pink, .popup_wrapper .popup_box#popup_project_art .ps_img .flag.pink, .popup_wrapper .popup_box#popup_project_fashion .ps_img .flag.pink, .popup_wrapper .popup_box#project_video .ps_img .flag.pink, .popup_wrapper .popup_box#project_image .ps_img .flag.pink, .popup_wrapper .popup_box#project_sound .ps_img .flag.pink, .popup_wrapper .popup_box#project_mp3 .ps_img .flag.pink, .popup_wrapper .popup_box#popup_project_submit .ps_img .flag.pink {
            background: #C63663; }
      .popup_wrapper .popup_box#popup_studio .psimg, .popup_wrapper .popup_box#popup_studio2 .psimg, .popup_wrapper .popup_box#popup_festival1 .psimg, .popup_wrapper .popup_box#popup_festival2 .psimg, .popup_wrapper .popup_box#popup_project1 .psimg, .popup_wrapper .popup_box#popup_project_music .psimg, .popup_wrapper .popup_box#popup_project_art .psimg, .popup_wrapper .popup_box#popup_project_fashion .psimg, .popup_wrapper .popup_box#project_video .psimg, .popup_wrapper .popup_box#project_image .psimg, .popup_wrapper .popup_box#project_sound .psimg, .popup_wrapper .popup_box#project_mp3 .psimg, .popup_wrapper .popup_box#popup_project_submit .psimg {
        float: left;
        width: 50%; }
        .popup_wrapper .popup_box#popup_studio .psimg img, .popup_wrapper .popup_box#popup_studio2 .psimg img, .popup_wrapper .popup_box#popup_festival1 .psimg img, .popup_wrapper .popup_box#popup_festival2 .psimg img, .popup_wrapper .popup_box#popup_project1 .psimg img, .popup_wrapper .popup_box#popup_project_music .psimg img, .popup_wrapper .popup_box#popup_project_art .psimg img, .popup_wrapper .popup_box#popup_project_fashion .psimg img, .popup_wrapper .popup_box#project_video .psimg img, .popup_wrapper .popup_box#project_image .psimg img, .popup_wrapper .popup_box#project_sound .psimg img, .popup_wrapper .popup_box#project_mp3 .psimg img, .popup_wrapper .popup_box#popup_project_submit .psimg img {
          max-width: 100%;
          margin-bottom: 5px;
          display: block; }
        .popup_wrapper .popup_box#popup_studio .psimg span, .popup_wrapper .popup_box#popup_studio2 .psimg span, .popup_wrapper .popup_box#popup_festival1 .psimg span, .popup_wrapper .popup_box#popup_festival2 .psimg span, .popup_wrapper .popup_box#popup_project1 .psimg span, .popup_wrapper .popup_box#popup_project_music .psimg span, .popup_wrapper .popup_box#popup_project_art .psimg span, .popup_wrapper .popup_box#popup_project_fashion .psimg span, .popup_wrapper .popup_box#project_video .psimg span, .popup_wrapper .popup_box#project_image .psimg span, .popup_wrapper .popup_box#project_sound .psimg span, .popup_wrapper .popup_box#project_mp3 .psimg span, .popup_wrapper .popup_box#popup_project_submit .psimg span {
          display: block; }
      .popup_wrapper .popup_box#popup_studio .toggle_box, .popup_wrapper .popup_box#popup_studio2 .toggle_box, .popup_wrapper .popup_box#popup_festival1 .toggle_box, .popup_wrapper .popup_box#popup_festival2 .toggle_box, .popup_wrapper .popup_box#popup_project1 .toggle_box, .popup_wrapper .popup_box#popup_project_music .toggle_box, .popup_wrapper .popup_box#popup_project_art .toggle_box, .popup_wrapper .popup_box#popup_project_fashion .toggle_box, .popup_wrapper .popup_box#project_video .toggle_box, .popup_wrapper .popup_box#project_image .toggle_box, .popup_wrapper .popup_box#project_sound .toggle_box, .popup_wrapper .popup_box#project_mp3 .toggle_box, .popup_wrapper .popup_box#popup_project_submit .toggle_box {
        margin-bottom: 20px; }
        .popup_wrapper .popup_box#popup_studio .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_studio2 .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_festival1 .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_festival2 .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_project1 .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_project_music .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_project_art .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_project_fashion .toggle_box .toggle_title, .popup_wrapper .popup_box#project_video .toggle_box .toggle_title, .popup_wrapper .popup_box#project_image .toggle_box .toggle_title, .popup_wrapper .popup_box#project_sound .toggle_box .toggle_title, .popup_wrapper .popup_box#project_mp3 .toggle_box .toggle_title, .popup_wrapper .popup_box#popup_project_submit .toggle_box .toggle_title {
          width: 100%;
          background: #00A3E0 url(../images/arrow_bot_pink.png) no-repeat right 40px top 10px;
          height: 50px;
          line-height: 50px;
          color: #fff;
          padding-left: 20px; }
          .popup_wrapper .popup_box#popup_studio .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_studio2 .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_festival1 .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_festival2 .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_project1 .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_project_music .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_project_art .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_project_fashion .toggle_box .toggle_title.active, .popup_wrapper .popup_box#project_video .toggle_box .toggle_title.active, .popup_wrapper .popup_box#project_image .toggle_box .toggle_title.active, .popup_wrapper .popup_box#project_sound .toggle_box .toggle_title.active, .popup_wrapper .popup_box#project_mp3 .toggle_box .toggle_title.active, .popup_wrapper .popup_box#popup_project_submit .toggle_box .toggle_title.active {
            background: #00A3E0 url(../images/arrow_top_pink.png) no-repeat right 40px top 10px; }
        .popup_wrapper .popup_box#popup_studio .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_studio2 .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_festival1 .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_festival2 .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_project1 .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_project_music .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_project_art .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_project_fashion .toggle_box .toggle_desc, .popup_wrapper .popup_box#project_video .toggle_box .toggle_desc, .popup_wrapper .popup_box#project_image .toggle_box .toggle_desc, .popup_wrapper .popup_box#project_sound .toggle_box .toggle_desc, .popup_wrapper .popup_box#project_mp3 .toggle_box .toggle_desc, .popup_wrapper .popup_box#popup_project_submit .toggle_box .toggle_desc {
          background: #fff;
          padding: 20px 40px;
          display: none; }
      .popup_wrapper .popup_box#popup_studio .ps_desc, .popup_wrapper .popup_box#popup_studio2 .ps_desc, .popup_wrapper .popup_box#popup_festival1 .ps_desc, .popup_wrapper .popup_box#popup_festival2 .ps_desc, .popup_wrapper .popup_box#popup_project1 .ps_desc, .popup_wrapper .popup_box#popup_project_music .ps_desc, .popup_wrapper .popup_box#popup_project_art .ps_desc, .popup_wrapper .popup_box#popup_project_fashion .ps_desc, .popup_wrapper .popup_box#project_video .ps_desc, .popup_wrapper .popup_box#project_image .ps_desc, .popup_wrapper .popup_box#project_sound .ps_desc, .popup_wrapper .popup_box#project_mp3 .ps_desc, .popup_wrapper .popup_box#popup_project_submit .ps_desc {
        background: #fff;
        padding: 20px;
        color: #3D3D3D; }
        .popup_wrapper .popup_box#popup_studio .ps_desc h3, .popup_wrapper .popup_box#popup_studio2 .ps_desc h3, .popup_wrapper .popup_box#popup_festival1 .ps_desc h3, .popup_wrapper .popup_box#popup_festival2 .ps_desc h3, .popup_wrapper .popup_box#popup_project1 .ps_desc h3, .popup_wrapper .popup_box#popup_project_music .ps_desc h3, .popup_wrapper .popup_box#popup_project_art .ps_desc h3, .popup_wrapper .popup_box#popup_project_fashion .ps_desc h3, .popup_wrapper .popup_box#project_video .ps_desc h3, .popup_wrapper .popup_box#project_image .ps_desc h3, .popup_wrapper .popup_box#project_sound .ps_desc h3, .popup_wrapper .popup_box#project_mp3 .ps_desc h3, .popup_wrapper .popup_box#popup_project_submit .ps_desc h3 {
          font-family: "Graphik-Super";
          color: #003C71;
          margin-bottom: 15px; }
        .popup_wrapper .popup_box#popup_studio .ps_desc .row_clear, .popup_wrapper .popup_box#popup_studio2 .ps_desc .row_clear, .popup_wrapper .popup_box#popup_festival1 .ps_desc .row_clear, .popup_wrapper .popup_box#popup_festival2 .ps_desc .row_clear, .popup_wrapper .popup_box#popup_project1 .ps_desc .row_clear, .popup_wrapper .popup_box#popup_project_music .ps_desc .row_clear, .popup_wrapper .popup_box#popup_project_art .ps_desc .row_clear, .popup_wrapper .popup_box#popup_project_fashion .ps_desc .row_clear, .popup_wrapper .popup_box#project_video .ps_desc .row_clear, .popup_wrapper .popup_box#project_image .ps_desc .row_clear, .popup_wrapper .popup_box#project_sound .ps_desc .row_clear, .popup_wrapper .popup_box#project_mp3 .ps_desc .row_clear, .popup_wrapper .popup_box#popup_project_submit .ps_desc .row_clear {
          margin-bottom: 15px; }
        .popup_wrapper .popup_box#popup_studio .ps_desc p, .popup_wrapper .popup_box#popup_studio2 .ps_desc p, .popup_wrapper .popup_box#popup_festival1 .ps_desc p, .popup_wrapper .popup_box#popup_festival2 .ps_desc p, .popup_wrapper .popup_box#popup_project1 .ps_desc p, .popup_wrapper .popup_box#popup_project_music .ps_desc p, .popup_wrapper .popup_box#popup_project_art .ps_desc p, .popup_wrapper .popup_box#popup_project_fashion .ps_desc p, .popup_wrapper .popup_box#project_video .ps_desc p, .popup_wrapper .popup_box#project_image .ps_desc p, .popup_wrapper .popup_box#project_sound .ps_desc p, .popup_wrapper .popup_box#project_mp3 .ps_desc p, .popup_wrapper .popup_box#popup_project_submit .ps_desc p {
          margin-bottom: 20px; }
        .popup_wrapper .popup_box#popup_studio .ps_desc .default_btn, .popup_wrapper .popup_box#popup_studio2 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_festival1 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_festival2 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project1 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_music .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_art .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_fashion .ps_desc .default_btn, .popup_wrapper .popup_box#project_video .ps_desc .default_btn, .popup_wrapper .popup_box#project_image .ps_desc .default_btn, .popup_wrapper .popup_box#project_sound .ps_desc .default_btn, .popup_wrapper .popup_box#project_mp3 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_submit .ps_desc .default_btn {
          width: 100%; }
      .popup_wrapper .popup_box#popup_studio .calendar_box, .popup_wrapper .popup_box#popup_studio2 .calendar_box, .popup_wrapper .popup_box#popup_festival1 .calendar_box, .popup_wrapper .popup_box#popup_festival2 .calendar_box, .popup_wrapper .popup_box#popup_project1 .calendar_box, .popup_wrapper .popup_box#popup_project_music .calendar_box, .popup_wrapper .popup_box#popup_project_art .calendar_box, .popup_wrapper .popup_box#popup_project_fashion .calendar_box, .popup_wrapper .popup_box#project_video .calendar_box, .popup_wrapper .popup_box#project_image .calendar_box, .popup_wrapper .popup_box#project_sound .calendar_box, .popup_wrapper .popup_box#project_mp3 .calendar_box, .popup_wrapper .popup_box#popup_project_submit .calendar_box {
        background: url(../images/icon_calendar2.png) no-repeat left center;
        color: #B1B1B1;
        font-size: 12px;
        padding-left: 20px;
        display: inline-block !important;
        margin-bottom: 5px;
        font-family: "Graphik-Medium" !important; }
      .popup_wrapper .popup_box#popup_studio .time_box, .popup_wrapper .popup_box#popup_studio2 .time_box, .popup_wrapper .popup_box#popup_festival1 .time_box, .popup_wrapper .popup_box#popup_festival2 .time_box, .popup_wrapper .popup_box#popup_project1 .time_box, .popup_wrapper .popup_box#popup_project_music .time_box, .popup_wrapper .popup_box#popup_project_art .time_box, .popup_wrapper .popup_box#popup_project_fashion .time_box, .popup_wrapper .popup_box#project_video .time_box, .popup_wrapper .popup_box#project_image .time_box, .popup_wrapper .popup_box#project_sound .time_box, .popup_wrapper .popup_box#project_mp3 .time_box, .popup_wrapper .popup_box#popup_project_submit .time_box {
        background: url(../images/icon_time2.png) no-repeat left center;
        color: #B1B1B1;
        font-size: 12px;
        padding-left: 20px;
        display: inline-block !important;
        margin-right: 20px;
        font-family: "Graphik-Medium" !important; }
      .popup_wrapper .popup_box#popup_studio .comment_box, .popup_wrapper .popup_box#popup_studio2 .comment_box, .popup_wrapper .popup_box#popup_festival1 .comment_box, .popup_wrapper .popup_box#popup_festival2 .comment_box, .popup_wrapper .popup_box#popup_project1 .comment_box, .popup_wrapper .popup_box#popup_project_music .comment_box, .popup_wrapper .popup_box#popup_project_art .comment_box, .popup_wrapper .popup_box#popup_project_fashion .comment_box, .popup_wrapper .popup_box#project_video .comment_box, .popup_wrapper .popup_box#project_image .comment_box, .popup_wrapper .popup_box#project_sound .comment_box, .popup_wrapper .popup_box#project_mp3 .comment_box, .popup_wrapper .popup_box#popup_project_submit .comment_box {
        background: url(../images/icon_comment.png) no-repeat left center;
        color: #00A3E0;
        font-size: 12px;
        padding-left: 15px;
        display: inline-block;
        margin-right: 20px; }
      .popup_wrapper .popup_box#popup_studio .like_box, .popup_wrapper .popup_box#popup_studio2 .like_box, .popup_wrapper .popup_box#popup_festival1 .like_box, .popup_wrapper .popup_box#popup_festival2 .like_box, .popup_wrapper .popup_box#popup_project1 .like_box, .popup_wrapper .popup_box#popup_project_music .like_box, .popup_wrapper .popup_box#popup_project_art .like_box, .popup_wrapper .popup_box#popup_project_fashion .like_box, .popup_wrapper .popup_box#project_video .like_box, .popup_wrapper .popup_box#project_image .like_box, .popup_wrapper .popup_box#project_sound .like_box, .popup_wrapper .popup_box#project_mp3 .like_box, .popup_wrapper .popup_box#popup_project_submit .like_box {
        background: url(../images/icon_like.png) no-repeat left center;
        color: #00A3E0;
        font-size: 12px;
        padding-left: 15px;
        display: inline-block; }
    .popup_wrapper .popup_box#project_video, .popup_wrapper .popup_box#project_image, .popup_wrapper .popup_box#project_sound, .popup_wrapper .popup_box#project_mp3 {
      max-width: 750px;
      background: #fff;
      height: auto; }
      .popup_wrapper .popup_box#project_video .project_title, .popup_wrapper .popup_box#project_image .project_title, .popup_wrapper .popup_box#project_sound .project_title, .popup_wrapper .popup_box#project_mp3 .project_title {
        background: #00AF66;
        text-align: center;
        padding: 20px 0;
        text-transform: uppercase; }
        .popup_wrapper .popup_box#project_video .project_title h4, .popup_wrapper .popup_box#project_image .project_title h4, .popup_wrapper .popup_box#project_sound .project_title h4, .popup_wrapper .popup_box#project_mp3 .project_title h4 {
          font-size: 46px;
          line-height: 50px;
          margin-bottom: 15px; }
        .popup_wrapper .popup_box#project_video .project_title span, .popup_wrapper .popup_box#project_image .project_title span, .popup_wrapper .popup_box#project_sound .project_title span, .popup_wrapper .popup_box#project_mp3 .project_title span {
          color: #FDE600;
          font-size: 27px;
          font-family: "Camel-Bold"; }
      .popup_wrapper .popup_box#project_video .project_desc, .popup_wrapper .popup_box#project_image .project_desc, .popup_wrapper .popup_box#project_sound .project_desc, .popup_wrapper .popup_box#project_mp3 .project_desc {
        color: #3D3D3D;
        padding: 20px 40px; }
      .popup_wrapper .popup_box#project_video .video_container, .popup_wrapper .popup_box#project_image .video_container, .popup_wrapper .popup_box#project_sound .video_container, .popup_wrapper .popup_box#project_mp3 .video_container {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0; }
      .popup_wrapper .popup_box#project_video .video_container iframe, .popup_wrapper .popup_box#project_image .video_container iframe, .popup_wrapper .popup_box#project_sound .video_container iframe, .popup_wrapper .popup_box#project_mp3 .video_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .popup_wrapper .popup_box#project_video .sound_box iframe, .popup_wrapper .popup_box#project_image .sound_box iframe, .popup_wrapper .popup_box#project_sound .sound_box iframe, .popup_wrapper .popup_box#project_mp3 .sound_box iframe {
        width: 100%; }
      .popup_wrapper .popup_box#project_video .button_play, .popup_wrapper .popup_box#project_image .button_play, .popup_wrapper .popup_box#project_sound .button_play, .popup_wrapper .popup_box#project_mp3 .button_play {
        width: 120px;
        height: 120px;
        display: block;
        background: url(../images/play.png) no-repeat center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border: none;
        text-indent: -9999px;
        cursor: pointer; }
      .popup_wrapper .popup_box#project_video .pimg_slider .pimg_box img, .popup_wrapper .popup_box#project_image .pimg_slider .pimg_box img, .popup_wrapper .popup_box#project_sound .pimg_slider .pimg_box img, .popup_wrapper .popup_box#project_mp3 .pimg_slider .pimg_box img {
        width: 100%;
        display: block; }
      .popup_wrapper .popup_box#project_video .slick-prev, .popup_wrapper .popup_box#project_image .slick-prev, .popup_wrapper .popup_box#project_sound .slick-prev, .popup_wrapper .popup_box#project_mp3 .slick-prev {
        width: 30px;
        height: 30px;
        background: url("../images/arrow_left_square.png") no-repeat center;
        left: 20px;
        z-index: 10; }
        .popup_wrapper .popup_box#project_video .slick-prev:before, .popup_wrapper .popup_box#project_image .slick-prev:before, .popup_wrapper .popup_box#project_sound .slick-prev:before, .popup_wrapper .popup_box#project_mp3 .slick-prev:before {
          display: none; }
      .popup_wrapper .popup_box#project_video .slick-next, .popup_wrapper .popup_box#project_image .slick-next, .popup_wrapper .popup_box#project_sound .slick-next, .popup_wrapper .popup_box#project_mp3 .slick-next {
        width: 30px;
        height: 30px;
        background: url("../images/arrow_right_square.png") no-repeat center;
        right: 20px;
        z-index: 10; }
        .popup_wrapper .popup_box#project_video .slick-next:before, .popup_wrapper .popup_box#project_image .slick-next:before, .popup_wrapper .popup_box#project_sound .slick-next:before, .popup_wrapper .popup_box#project_mp3 .slick-next:before {
          display: none; }
      .popup_wrapper .popup_box#project_video .slick-dotted.slick-slider, .popup_wrapper .popup_box#project_image .slick-dotted.slick-slider, .popup_wrapper .popup_box#project_sound .slick-dotted.slick-slider, .popup_wrapper .popup_box#project_mp3 .slick-dotted.slick-slider {
        margin-bottom: 0; }
      .popup_wrapper .popup_box#project_video .slick-dots, .popup_wrapper .popup_box#project_image .slick-dots, .popup_wrapper .popup_box#project_sound .slick-dots, .popup_wrapper .popup_box#project_mp3 .slick-dots {
        bottom: 40px; }
        .popup_wrapper .popup_box#project_video .slick-dots li, .popup_wrapper .popup_box#project_image .slick-dots li, .popup_wrapper .popup_box#project_sound .slick-dots li, .popup_wrapper .popup_box#project_mp3 .slick-dots li {
          width: 30px;
          height: 5px; }
          .popup_wrapper .popup_box#project_video .slick-dots li.slick-active, .popup_wrapper .popup_box#project_image .slick-dots li.slick-active, .popup_wrapper .popup_box#project_sound .slick-dots li.slick-active, .popup_wrapper .popup_box#project_mp3 .slick-dots li.slick-active {
            width: 40px; }
            .popup_wrapper .popup_box#project_video .slick-dots li.slick-active button, .popup_wrapper .popup_box#project_image .slick-dots li.slick-active button, .popup_wrapper .popup_box#project_sound .slick-dots li.slick-active button, .popup_wrapper .popup_box#project_mp3 .slick-dots li.slick-active button {
              width: 40px;
              background: #FF5722; }
          .popup_wrapper .popup_box#project_video .slick-dots li button, .popup_wrapper .popup_box#project_image .slick-dots li button, .popup_wrapper .popup_box#project_sound .slick-dots li button, .popup_wrapper .popup_box#project_mp3 .slick-dots li button {
            width: 30px;
            height: 5px;
            background: #fff; }
    .popup_wrapper .popup_box#popup_festival1, .popup_wrapper .popup_box#popup_festival2, .popup_wrapper .popup_box#popup_project1, .popup_wrapper .popup_box#popup_project_music, .popup_wrapper .popup_box#popup_project_art, .popup_wrapper .popup_box#popup_project_fashion, .popup_wrapper .popup_box#popup_project_submit {
      max-width: 1155px; }
      .popup_wrapper .popup_box#popup_festival1 .ps_desc, .popup_wrapper .popup_box#popup_festival2 .ps_desc, .popup_wrapper .popup_box#popup_project1 .ps_desc, .popup_wrapper .popup_box#popup_project_music .ps_desc, .popup_wrapper .popup_box#popup_project_art .ps_desc, .popup_wrapper .popup_box#popup_project_fashion .ps_desc, .popup_wrapper .popup_box#popup_project_submit .ps_desc {
        background: #FDE600;
        padding: 40px; }
        .popup_wrapper .popup_box#popup_festival1 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_festival2 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project1 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_music .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_art .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_fashion .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_submit .ps_desc .default_btn {
          width: 240px;
          margin: 0; }
        .popup_wrapper .popup_box#popup_festival1 .ps_desc .row_clear .lightblue, .popup_wrapper .popup_box#popup_festival2 .ps_desc .row_clear .lightblue, .popup_wrapper .popup_box#popup_project1 .ps_desc .row_clear .lightblue, .popup_wrapper .popup_box#popup_project_music .ps_desc .row_clear .lightblue, .popup_wrapper .popup_box#popup_project_art .ps_desc .row_clear .lightblue, .popup_wrapper .popup_box#popup_project_fashion .ps_desc .row_clear .lightblue, .popup_wrapper .popup_box#popup_project_submit .ps_desc .row_clear .lightblue {
          color: #00A3E0;
          display: inline-block;
          margin-right: 20px; }
        .popup_wrapper .popup_box#popup_festival1 .ps_desc .row_clear .default_btn, .popup_wrapper .popup_box#popup_festival2 .ps_desc .row_clear .default_btn, .popup_wrapper .popup_box#popup_project1 .ps_desc .row_clear .default_btn, .popup_wrapper .popup_box#popup_project_music .ps_desc .row_clear .default_btn, .popup_wrapper .popup_box#popup_project_art .ps_desc .row_clear .default_btn, .popup_wrapper .popup_box#popup_project_fashion .ps_desc .row_clear .default_btn, .popup_wrapper .popup_box#popup_project_submit .ps_desc .row_clear .default_btn {
          display: inline-block; }
      .popup_wrapper .popup_box#popup_festival1 .ps_top, .popup_wrapper .popup_box#popup_festival2 .ps_top, .popup_wrapper .popup_box#popup_project1 .ps_top, .popup_wrapper .popup_box#popup_project_music .ps_top, .popup_wrapper .popup_box#popup_project_art .ps_top, .popup_wrapper .popup_box#popup_project_fashion .ps_top, .popup_wrapper .popup_box#popup_project_submit .ps_top {
        padding: 0 20px 20px;
        border-bottom: 1px solid #ED8800;
        margin-bottom: 20px; }
        .popup_wrapper .popup_box#popup_festival1 .ps_top span, .popup_wrapper .popup_box#popup_festival2 .ps_top span, .popup_wrapper .popup_box#popup_project1 .ps_top span, .popup_wrapper .popup_box#popup_project_music .ps_top span, .popup_wrapper .popup_box#popup_project_art .ps_top span, .popup_wrapper .popup_box#popup_project_fashion .ps_top span, .popup_wrapper .popup_box#popup_project_submit .ps_top span {
          font-family: "Camel-Bold";
          font-size: 15px;
          text-transform: uppercase;
          color: #00A3E0;
          display: block; }
      .popup_wrapper .popup_box#popup_festival1 .ps_mid, .popup_wrapper .popup_box#popup_festival2 .ps_mid, .popup_wrapper .popup_box#popup_project1 .ps_mid, .popup_wrapper .popup_box#popup_project_music .ps_mid, .popup_wrapper .popup_box#popup_project_art .ps_mid, .popup_wrapper .popup_box#popup_project_fashion .ps_mid, .popup_wrapper .popup_box#popup_project_submit .ps_mid {
        padding: 0 20px 1px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ED8800; }
        .popup_wrapper .popup_box#popup_festival1 .ps_mid a, .popup_wrapper .popup_box#popup_festival2 .ps_mid a, .popup_wrapper .popup_box#popup_project1 .ps_mid a, .popup_wrapper .popup_box#popup_project_music .ps_mid a, .popup_wrapper .popup_box#popup_project_art .ps_mid a, .popup_wrapper .popup_box#popup_project_fashion .ps_mid a, .popup_wrapper .popup_box#popup_project_submit .ps_mid a {
          color: #3D3D3D;
          text-decoration: underline; }
        .popup_wrapper .popup_box#popup_festival1 .ps_mid p, .popup_wrapper .popup_box#popup_festival2 .ps_mid p, .popup_wrapper .popup_box#popup_project1 .ps_mid p, .popup_wrapper .popup_box#popup_project_music .ps_mid p, .popup_wrapper .popup_box#popup_project_art .ps_mid p, .popup_wrapper .popup_box#popup_project_fashion .ps_mid p, .popup_wrapper .popup_box#popup_project_submit .ps_mid p {
          font-size: 15px;
          line-height: 25px;
          margin-bottom: 20px; }
        .popup_wrapper .popup_box#popup_festival1 .ps_mid .default_btn, .popup_wrapper .popup_box#popup_festival2 .ps_mid .default_btn, .popup_wrapper .popup_box#popup_project1 .ps_mid .default_btn, .popup_wrapper .popup_box#popup_project_music .ps_mid .default_btn, .popup_wrapper .popup_box#popup_project_art .ps_mid .default_btn, .popup_wrapper .popup_box#popup_project_fashion .ps_mid .default_btn, .popup_wrapper .popup_box#popup_project_submit .ps_mid .default_btn {
          text-decoration: none;
          color: #FDE600; }
    .popup_wrapper .popup_box#popup_project_submit {
      max-width: 700px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .popup_wrapper .popup_box#popup_project_submit .ps_desc {
        padding: 40px 20px; }
      .popup_wrapper .popup_box#popup_project_submit .ps_mid {
        border-bottom: 0 h3;
          border-bottom-font-size: 30px; }
        .popup_wrapper .popup_box#popup_project_submit .ps_mid .default_btn {
          width: 100%; }
    .popup_wrapper .popup_box#popup_prize {
      background: #fff;
      display: none;
      padding: 0; }
      .popup_wrapper .popup_box#popup_prize .prize_img {
        width: 50%;
        padding-bottom: 55%;
        position: relative; }
        .popup_wrapper .popup_box#popup_prize .prize_img .prizeimg_box {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      .popup_wrapper .popup_box#popup_prize .prize_desc {
        width: 50%;
        padding: 100px 45px 0;
        position: relative; }
        .popup_wrapper .popup_box#popup_prize .prize_desc h3 {
          color: #003C71;
          font-family: "Graphik-Super"; }
        .popup_wrapper .popup_box#popup_prize .prize_desc .blue_color {
          color: #00A3E0;
          font-size: 32px;
          margin-bottom: 70px;
          display: block; }
        .popup_wrapper .popup_box#popup_prize .prize_desc p {
          font-size: 13px;
          color: #3d3d3d;
          line-height: 25px; }
        .popup_wrapper .popup_box#popup_prize .prize_desc .default_btn {
          position: absolute;
          bottom: 60px;
          left: 45px; }
    .popup_wrapper .popup_box#redeem_no_success, .popup_wrapper .popup_box#redeem_success {
      background: #fff url(../images/bg_yellow.png) no-repeat right top;
      color: #3D3D3D;
      font-size: 15px;
      font-family: "Graphik-Medium"; }
      .popup_wrapper .popup_box#redeem_no_success h3, .popup_wrapper .popup_box#redeem_success h3 {
        color: #003C71; }
      .popup_wrapper .popup_box#redeem_no_success .blue_bg, .popup_wrapper .popup_box#redeem_success .blue_bg {
        background: #00A3E0;
        font-size: 24px;
        font-family: "Graphik-Medium";
        padding: 10px 20px;
        display: inline-block;
        color: #fff;
        margin-bottom: 20px; }
      .popup_wrapper .popup_box#redeem_no_success p, .popup_wrapper .popup_box#redeem_success p {
        line-height: 25px; }
      .popup_wrapper .popup_box#redeem_no_success .button_wrapper, .popup_wrapper .popup_box#redeem_success .button_wrapper {
        width: 500px; }
        .popup_wrapper .popup_box#redeem_no_success .button_wrapper .default_btn, .popup_wrapper .popup_box#redeem_success .button_wrapper .default_btn {
          width: 100%; }
    .popup_wrapper .popup_box#upload_failed, .popup_wrapper .popup_box#upload_success, .popup_wrapper .popup_box#upload_verify {
      max-width: 660px;
      height: auto;
      min-height: 380px;
      padding: 60px;
      background: #FDE600;
      color: #3D3D3D;
      text-align: center; }
      .popup_wrapper .popup_box#upload_failed h3, .popup_wrapper .popup_box#upload_success h3, .popup_wrapper .popup_box#upload_verify h3 {
        font-size: 30px;
        color: #003C71;
        text-align: center;
        font-family: "Graphik-Super";
        margin-bottom: 20px; }
      .popup_wrapper .popup_box#upload_failed .button_wrapper, .popup_wrapper .popup_box#upload_success .button_wrapper, .popup_wrapper .popup_box#upload_verify .button_wrapper {
        width: calc(100% - 120px);
        bottom: 60px;
        left: 60px; }
        .popup_wrapper .popup_box#upload_failed .button_wrapper a, .popup_wrapper .popup_box#upload_success .button_wrapper a, .popup_wrapper .popup_box#upload_verify .button_wrapper a {
          width: 100%;
          float: none;
          display: block;
          margin-bottom: 20px; }
          .popup_wrapper .popup_box#upload_failed .button_wrapper a:last-child, .popup_wrapper .popup_box#upload_success .button_wrapper a:last-child, .popup_wrapper .popup_box#upload_verify .button_wrapper a:last-child {
            margin-bottom: 0; }
    .popup_wrapper .popup_box#age_gate {
      display: block;
      max-width: 740px;
      padding: 60px 80px;
      height: 530px;
      text-align: center;
      background: #003C71 url(../images/bg_yellow.png) no-repeat right -240px top; }
      .popup_wrapper .popup_box#age_gate h3 {
        font-size: 30px;
        text-align: center;
        font-family: "Graphik-Super";
        margin-bottom: 20px; }
      .popup_wrapper .popup_box#age_gate .month_box {
        width: calc((100% - 60px)/2);
        margin-right: 60px; }
      .popup_wrapper .popup_box#age_gate .year_box {
        width: calc((100% - 60px)/2);
        margin-right: 0; }
      .popup_wrapper .popup_box#age_gate .form_box {
        margin-top: 60px;
        text-align: left; }
        .popup_wrapper .popup_box#age_gate .form_box span.title {
          color: #fff;
          text-transform: none; }
      .popup_wrapper .popup_box#age_gate .button_wrapper {
        width: 100%;
        left: 80px;
        position: static; }
        .popup_wrapper .popup_box#age_gate .button_wrapper .default_btn {
          width: 100%; }
    .popup_wrapper .popup_box .close_btn {
      width: 24px;
      height: 24px;
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      background: url(../images/icon_close.png) no-repeat center;
      text-indent: -9999px; }
    .popup_wrapper .popup_box h3 {
      font-size: 32px;
      margin-bottom: 20px;
      line-height: normal; }
      .popup_wrapper .popup_box h3 span {
        display: block;
        margin-top: 20px; }
    .popup_wrapper .popup_box .button_wrapper {
      position: absolute;
      bottom: 100px;
      left: 200px; }
      .popup_wrapper .popup_box .button_wrapper:after {
        content: '';
        display: block;
        clear: both; }
      .popup_wrapper .popup_box .button_wrapper .default_btn {
        width: 240px;
        float: left;
        margin-right: 60px; }
        .popup_wrapper .popup_box .button_wrapper .default_btn:last-child {
          margin-right: 0; }

@media only screen and (max-width: 1149px) {
  .default_btn {
    line-height: 44px; }

  .small_container,
  .long_container {
    width: calc(100% - 40px); }

  .small_box {
    padding: 40px 20px; }

  .day_box {
    width: calc((100% - 20px)/3);
    margin-right: 10px; }

  .year_box {
    width: calc((100% - 20px)/3); }

  .month_box {
    width: calc((100% - 20px)/3);
    margin-right: 10px; }

  header {
    height: 60px; }
    header.active h1:after {
      content: '';
      display: block;
      width: calc(100% - 100px);
      height: 1px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      position: absolute;
      top: 72px;
      left: 0;
      z-index: 1000; }
    header.active #logo {
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      z-index: 1000;
      left: 20px;
      top: 25px; }
    header.active nav {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: calc(100% - 100px);
      height: 100%;
      background: #003C71;
      padding: 0 20px;
      z-index: 100; }
      header.active nav:after {
        content: '';
        width: 100px;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1; }
      header.active nav ul {
        padding-top: 160px; }
        header.active nav ul li {
          display: block;
          float: none; }
          header.active nav ul li a {
            margin: 0;
            line-height: normal;
            padding: 20px 0;
            display: block; }
            header.active nav ul li a:hover, header.active nav ul li a.active {
              background: url(../images/nav_bg.png) no-repeat top 10px left 0px/40px; }
      header.active nav .close_btn {
        width: 72px;
        height: 72px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/icon_close_white.png) no-repeat center;
        display: block;
        cursor: pointer; }
    header.active .header_right {
      display: block;
      top: 110px;
      left: 20px;
      right: auto;
      z-index: 100; }
      header.active .header_right .hr_left {
        display: block; }
        header.active .header_right .hr_left .redeem_btn {
          box-shadow: none;
          width: 240px;
          height: 40px;
          font-size: 14px;
          text-align: center;
          background: #FDE600 url(../images/icon_gift.png) no-repeat left 85px center; }
      header.active .header_right .hr_right {
        display: none; }
    header .container {
      height: 60px;
      padding: 0; }
    header #logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 105px;
      height: 30px;
      background-size: contain; }
    header nav {
      display: none; }
    header .header_right {
      display: none; }
      header .header_right .hr_left {
        display: none; }
      header .header_right .hr_right {
        display: none; }
      header .header_right .profile_menu {
        display: block; }
    header .menu_mobile {
      width: 60px;
      height: 60px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      text-indent: -9999px;
      background: url(../images/menu_mobile.png) no-repeat center; }
    header .menu_profile {
      width: 60px;
      height: 60px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      text-indent: -9999px;
      background: url(../images/menu_profile.png) no-repeat center; }

  section {
    padding-top: 60px;
    padding-bottom: 0; }
    section .section_artist {
      padding-left: 20px; }
      section .section_artist .desktop {
        display: none; }
      section .section_artist .mobile {
        display: block; }
      section .section_artist .artist_wrapper .slick-prev {
        left: 10px; }
      section .section_artist .artist_wrapper .slick-next {
        right: 10px; }
    section.white_pink {
      background: none; }
    section .breadcrumb {
      display: none; }
    section.blue_bg {
      background: #00A3E0 url(../images/triangle_blue.png) no-repeat left bottom -200px; }
    section.yellow_bg, section.bg_yellow_navy {
      background: #FDE600 url(../images/triangle_blue.png) no-repeat left bottom -200px; }
    section .section_project_submit .sps_wrapper {
      padding: 40px 20px; }
    section .section_project {
      background: #003C71 url(../images/bg_project.png) no-repeat bottom right -200px; }
      section .section_project .sproject_top {
        padding: 0 20px; }
    section .section_banner.festival {
      background: #FDE600 url(../images/bgfestival.png) no-repeat right -300px bottom/contain;
      padding: 0 0 40px; }
      section .section_banner.festival .row_flex {
        flex-direction: unset;
        display: block; }
      section .section_banner.festival .fes_right {
        width: 100%;
        max-height: 100%;
        display: block; }
        section .section_banner.festival .fes_right .scurrent_box {
          width: calc(100% - 40px);
          margin: 0 auto 40px; }
        section .section_banner.festival .fes_right .countdown_box span {
          padding: 0 5px; }
        section .section_banner.festival .fes_right .countdown_box span:first-child,
        section .section_banner.festival .fes_right .countdown_box span:nth-child(2),
        section .section_banner.festival .fes_right .countdown_box span:nth-child(3),
        section .section_banner.festival .fes_right .countdown_box span:nth-child(4) {
          width: auto;
          padding: 0 5px; }
        section .section_banner.festival .fes_right #countdown {
          height: auto;
          font-size: 36px; }
      section .section_banner.festival .fes_left {
        width: 100%;
        padding: 20px;
        padding-right: 80px;
        display: block; }
    section .section_banner.comingsoon .fes_right {
      padding-top: 20px !important; }
    section .section_banner.festival_stream {
      padding: 40px 20px; }
    section .section_banner.festival_live, section .section_banner.studio {
      background: #FDE600; }
      section .section_banner.festival_live .container, section .section_banner.studio .container {
        padding: 0 20px 0 20px; }
      section .section_banner.festival_live .video_desc, section .section_banner.studio .video_desc {
        width: 100%; }
      section .section_banner.festival_live .video_wrapper .video_box, section .section_banner.studio .video_wrapper .video_box {
        width: 100%;
        float: none; }
      section .section_banner.festival_live .video_wrapper .chat_box, section .section_banner.studio .video_wrapper .chat_box {
        width: 100%;
        float: none; }
    section .section_banner.festival_live {
      background: #FDE600; }
      section .section_banner.festival_live .container {
        padding: 0; }
      section .section_banner.festival_live span.title {
        display: none; }
      section .section_banner.festival_live .video_desc {
        padding: 0 20px 200px; }
    section .section_banner.forum {
      background: #FDE600 url(../images/ornament4.png) no-repeat right -200px center; }
      section .section_banner.forum .container {
        padding: 20px 0; }
        section .section_banner.forum .container h3 {
          font-size: 30px;
          color: #003C71; }
      section .section_banner.forum .forum_slider .slick-prev {
        display: inline-block !important; }
      section .section_banner.forum .forum_slider .slick-next {
        display: inline-block !important; }
    section .section_banner .bs_forum {
      width: 720px !important;
      height: 400px; }
    section .section_banner .bsf_box {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    section .section_banner .banner_forum {
      width: 360px;
      height: 400px;
      overfloew: hidden;
      position: relative; }
      section .section_banner .banner_forum img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    section .section_banner .desc_forum {
      width: 360px;
      height: 400px;
      background: #fff;
      position: relative; }
      section .section_banner .desc_forum .df_top {
        padding: 20px;
        border-bottom: 1px solid #E5E5E5; }
      section .section_banner .desc_forum .df_bot {
        padding: 20px; }
      section .section_banner .desc_forum h3 {
        font-size: 26px;
        line-height: 32px;
        color: #003C71;
        font-family: "Graphik-Super"; }
      section .section_banner .desc_forum .row_clear {
        margin-bottom: 20px; }
      section .section_banner .desc_forum .forum_desc {
        line-height: 20px; }
    section .section_music_concert {
      background: #FDE600 url(../images/bg_mc.png) no-repeat top right -360px; }
      section .section_music_concert .container {
        padding: 0 20px; }
      section .section_music_concert .nsmc_left {
        width: 100%; }
      section .section_music_concert .slick-prev {
        left: 0; }
      section .section_music_concert .slick-next {
        right: 0; }
      section .section_music_concert .desktop {
        display: none; }
      section .section_music_concert .row_flex {
        display: block; }
      section .section_music_concert .artis_box:nth-child(odd) {
        margin-right: 30px; }
      section .section_music_concert .smc_top {
        display: block; }
      section .section_music_concert .smc_left {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        padding-right: 60px; }
      section .section_music_concert .smc_box {
        width: 100%; }
      section .section_music_concert .smc_box.right {
        display: none; }
    section .section_forum {
      background: url(../images/ornament4.png) no-repeat bottom right -360px, url(../images/ornament3.png) no-repeat top left/cover;
      background-color: #003C71; }
      section .section_forum .sforum_top {
        padding: 0 20px; }
      section .section_forum .sforum_bot .tab_menu {
        padding: 0 20px; }
      section .section_forum.current .section_tab .row_flex {
        width: 600px;
        margin: 0 auto; }
      section .section_forum.current .section_tab .sforum_box {
        margin-right: 60px; }
        section .section_forum.current .section_tab .sforum_box:nth-child(2n) {
          margin-right: 0; }
    section .section_studio_new {
      background: #FDE600; }
      section .section_studio_new .smc_box {
        padding: 0 20px;
        margin-bottom: 40px; }
        section .section_studio_new .smc_box:last-child {
          margin-bottom: 0; }
      section .section_studio_new .smc_left {
        width: 100%;
        margin: 0; }
    section .section_get_coin h2 {
      padding-right: 20px;
      padding-left: 20px; }
    section .section_get_coin p {
      padding-left: 20px;
      padding-right: 20px; }
    section .section_get_coin .getcoin_wrapper .getcoin_box {
      width: 200px !important;
      display: block !important;
      margin: 0 auto; }
    section .section_get_coin .getcoin_wrapper .slick-prev {
      background: url(../images/new_arrow_left.png) no-repeat center;
      left: 10px;
      z-index: 10;
      width: 20px;
      height: 20px; }
      section .section_get_coin .getcoin_wrapper .slick-prev:before {
        display: none; }
    section .section_get_coin .getcoin_wrapper .slick-next {
      background: url(../images/new_arrow_right.png) no-repeat center;
      right: 10px;
      z-index: 10;
      width: 20px;
      height: 20px; }
      section .section_get_coin .getcoin_wrapper .slick-next:before {
        display: none; }
    section .message_wrapper .row_clear {
      padding: 20px; }
    section .message_wrapper .message_img {
      width: 46px;
      height: 46px;
      display: block;
      left: 20px;
      top: 45px; }
      section .message_wrapper .message_img img {
        max-width: 100%; }
    section .message_wrapper .message_desc h4 {
      padding-left: 60px; }
      section .message_wrapper .message_desc h4 a {
        font-size: 15px; }
    section .message_wrapper .message_desc span {
      padding-left: 60px; }
    section .login_reg_wrapper .loginreg_box {
      padding: 40px 20px; }
      section .login_reg_wrapper .loginreg_box.profile_box {
        padding: 40px 20px; }
        section .login_reg_wrapper .loginreg_box.profile_box .button_wrapper a {
          width: 100%;
          float: none; }
        section .login_reg_wrapper .loginreg_box.profile_box .button_wrapper .default_btn {
          float: none;
          width: 100%; }
        section .login_reg_wrapper .loginreg_box.profile_box h3 {
          font-size: 28px;
          padding-left: 0; }
      section .login_reg_wrapper .loginreg_box.message_box h3 {
        font-size: 28px;
        padding-left: 20px; }
      section .login_reg_wrapper .loginreg_box.history_box h3 {
        font-size: 28px;
        padding-left: 20px; }
    section .section_upload {
      padding: 40px 20px; }
      section .section_upload .supload_title h3 {
        font-size: 27px; }
      section .section_upload .supload_wrapper {
        padding: 20px; }
        section .section_upload .supload_wrapper .supload_btn {
          text-align: center; }
          section .section_upload .supload_wrapper .supload_btn .default_btn {
            width: 120px;
            background: #00AF66;
            border: 2px solid #00AF66;
            box-shadow: -7px 7px 0 0 #003C71;
            color: #FDE600; }
      section .section_upload .section_step {
        padding: 30px 20px; }
        section .section_upload .section_step .sstep_box {
          width: 100%;
          margin-right: 0;
          margin-bottom: 40px; }
          section .section_upload .section_step .sstep_box:before {
            width: 2px;
            height: 40px;
            border: none;
            border-left: 2px dashed #fff;
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%);
            top: auto;
            bottom: -40px; }
          section .section_upload .section_step .sstep_box:after {
            width: 12px;
            height: 7px;
            display: block;
            background: url(../images/arrow_bottom_white.png) no-repeat right center;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%);
            top: auto;
            bottom: -40px; }
          section .section_upload .section_step .sstep_box:last-child {
            margin-bottom: 0; }
      section .section_upload .section_tnc {
        padding: 40px 20px; }
    section .banner_slider .bs_box,
    section .forum_slider .bs_box {
      width: 320px !important;
      height: auto; }
    section .section_gallery {
      padding: 40px 20px; }
      section .section_gallery .gallery_wrapper {
        justify-content: center; }
      section .section_gallery .gallery_desc {
        width: 320px;
        height: 320px; }
      section .section_gallery .gallery_box:nth-child(3n) {
        margin-right: 40px; }
      section .section_gallery .gallery_box:nth-child(2n) {
        margin-right: 0; }
      section .section_gallery .gallery_img {
        width: 320px;
        height: 320px;
        -webkit-transform: rotate(1.16deg);
        -moz-transform: rotate(1.16deg);
        transform: rotate(1.16deg); }
        section .section_gallery .gallery_img img {
          width: 100%; }
      section .section_gallery .gallery_info {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(1deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(1deg);
        transform: translateX(-50%) translateY(-50%) rotate(1deg); }
    section .section_studio {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 60px; }
      section .section_studio.current .scurrent_wrapper .scurrent_box {
        width: 100%;
        height: 108px; }
        section .section_studio.current .scurrent_wrapper .scurrent_box:before {
          width: 100%;
          height: 108px; }
      section .section_studio.current .scurrent_wrapper .countdown_box span {
        padding: 0 5px; }
      section .section_studio.current .scurrent_wrapper .countdown_box span:first-child,
      section .section_studio.current .scurrent_wrapper .countdown_box span:nth-child(2),
      section .section_studio.current .scurrent_wrapper .countdown_box span:nth-child(3),
      section .section_studio.current .scurrent_wrapper .countdown_box span:nth-child(4) {
        width: auto;
        padding: 0 5px; }
      section .section_studio.current .scurrent_wrapper #countdown {
        height: auto;
        font-size: 36px; }
      section .section_studio .row_flex {
        display: block; }
      section .section_studio .smc_box {
        width: 100%; }
        section .section_studio .smc_box .smc_left {
          position: static;
          -webkit-transform: none;
          -moz-transform: none;
          transform: none;
          margin-bottom: 40px; }
        section .section_studio .smc_box.right {
          width: 100%; }
          section .section_studio .smc_box.right img {
            max-width: 100%; }
    section .section_home_reg {
      padding: 40px 20px; }
      section .section_home_reg .container br {
        display: none; }
      section .section_home_reg .default_btn {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        margin-top: 40px; }
    section .cml_points .default_btn {
      width: 120px; }
    section .section_scan .scan_box {
      width: 100%;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      margin-top: 40px; }
    section .section_get_rewards.redeem {
      padding: 40px 20px;
      background: #FDE600 url(../images/redeem_desktop_blue.png) no-repeat top right/contain; }
      section .section_get_rewards.redeem .rewards_wrapper {
        max-width: 870px;
        margin: 0 auto;
        justify-content: center; }
      section .section_get_rewards.redeem .sgr_bot .reward_box {
        margin-right: 20px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box:nth-child(2n) {
          margin-right: 20px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .reward_img:before {
          left: 2px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc {
          width: 100%;
          margin-top: -40px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc:before {
            width: 100%; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .rd_box {
            padding: 10px;
            height: auto; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc h4 {
            font-size: 15px;
            min-height: 54px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc span.price {
            font-size: 16px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .expired_box {
            padding-top: 10px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .button_wrapper {
          padding: 0 15px;
          position: absolute;
          bottom: 15px;
          left: 0;
          width: 100%; }
    section .section_get_rewards.redeem {
      background: #00A3E0 url(../images/bg_yellow_mobile.png) no-repeat top left/contain; }
    section .section_get_rewards .container {
      padding: 0 20px; }
    section .section_forum_detail .cover_img {
      height: 220px; }
      section .section_forum_detail .cover_img img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover; }
      section .section_forum_detail .cover_img .container {
        padding: 0 20px; }
        section .section_forum_detail .cover_img .container h3 {
          font-size: 26px; }
    section .section_forum_detail .fdetail_left {
      width: 100%;
      padding: 0 20px; }
    section .section_forum_detail .fdetail_right {
      width: 100%;
      float: none; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_img {
        width: 260px; }
      section .section_forum_detail .fdetail_right .la_wrapper .la_box .la_desc {
        width: 260px; }

  .content_element .container {
    padding: 40px 20px; }

  footer {
    position: static; }
    footer .footer_bot {
      height: auto;
      padding: 20px 20px 40px;
      position: relative; }
      footer .footer_bot .container {
        padding-left: 0;
        height: auto;
        position: static;
        min-height: 80px; }
      footer .footer_bot .footer_nav {
        display: block; }
        footer .footer_bot .footer_nav ul li {
          float: none; }
          footer .footer_bot .footer_nav ul li a {
            line-height: normal;
            padding: 5px 0;
            display: block;
            width: 100%; }
      footer .footer_bot .sosmed_box a {
        display: block;
        border-radius: 24px;
        margin: 0 5px;
        right: 20px;
        position: absolute;
        top: 20px; }
      footer .footer_bot #logo_footer {
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        bottom: 40px;
        right: 20px; }

  .form_box .password_box.small {
    width: calc(100% - 140px); }
    .form_box .password_box.small .blue_c {
      right: -140px; }

  .popup_wrapper {
    overflow: auto; }
    .popup_wrapper .popup_box {
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      top: 30px;
      left: 20px;
      height: auto;
      width: calc(100% - 40px);
      padding: 40px 20px; }
      .popup_wrapper .popup_box br {
        display: none; }
      .popup_wrapper .popup_box#redeem_no_success,
      .popup_wrapper .popup_box #redeem_success {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: #fff url(../images/bg_yellow.png) no-repeat right -100px top; }
        .popup_wrapper .popup_box#redeem_no_success .button_wrapper,
        .popup_wrapper .popup_box #redeem_success .button_wrapper {
          width: 100%;
          margin-top: 40px; }
      .popup_wrapper .popup_box#popup_prize .prize_img {
        width: 100%;
        padding: 0; }
        .popup_wrapper .popup_box#popup_prize .prize_img .prizeimg_box {
          position: static; }
          .popup_wrapper .popup_box#popup_prize .prize_img .prizeimg_box img {
            width: 100%;
            display: block; }
      .popup_wrapper .popup_box#popup_prize .prize_desc {
        width: 100%;
        padding: 20px; }
        .popup_wrapper .popup_box#popup_prize .prize_desc .blue_color {
          margin-bottom: 40px; }
        .popup_wrapper .popup_box#popup_prize .prize_desc .default_btn {
          position: static;
          width: 100%;
          margin-top: 40px; }
      .popup_wrapper .popup_box#upload_failed, .popup_wrapper .popup_box#upload_success, .popup_wrapper .popup_box#upload_verify {
        padding: 40px 20px;
        min-height: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
        .popup_wrapper .popup_box#upload_failed .button_wrapper, .popup_wrapper .popup_box#upload_success .button_wrapper, .popup_wrapper .popup_box#upload_verify .button_wrapper {
          width: 100%;
          margin-top: 40px; }
      .popup_wrapper .popup_box#age_gate {
        height: auto;
        padding: 40px 20px; }
        .popup_wrapper .popup_box#age_gate .button_wrapper {
          width: 100%; }
        .popup_wrapper .popup_box#age_gate .month_box {
          width: calc((100% - 20px)/2);
          margin-right: 20px; }
        .popup_wrapper .popup_box#age_gate .year_box {
          width: calc((100% - 20px)/2); }
      .popup_wrapper .popup_box .button_wrapper {
        position: static;
        width: 100%; } }
@media only screen and (max-width: 767px) {
  .small_container p br,
  .long_container p br {
    display: none; }

  section .section_get_rewards .sgr_bot .reward_slider .reward_box {
    margin-bottom: 40px; }
  section .section_project_submit .sps_wrapper h3 {
    font-size: 24px; }
  section .section_project_submit .sps_wrapper .sps_form h4 {
    font-size: 22px; }
  section .section_project_submit .sps_wrapper .spsform_box:nth-child(2) textarea {
    height: 40px;
    white-space: nowrap; }
  section .section_project_submit .sps_wrapper .spsform_box .title {
    font-size: 18px; }
  section .section_studio_new .artis_box {
    width: 360px; }
  section .section_studio.current .scurrent_wrapper .scurrent_box {
    height: 72px;
    margin-top: -50px; }
    section .section_studio.current .scurrent_wrapper .scurrent_box:before {
      height: 72px; }
  section .section_banner.festival_live {
    background: #FDE600 url(../images/festival_bg2.png) no-repeat bottom center/contain; }
    section .section_banner.festival_live .container {
      padding: 0; }
    section .section_banner.festival_live span.title {
      display: none; }
    section .section_banner.festival_live .video_desc {
      padding: 0 20px 250px; }
  section .section_banner.forum {
    background: #FDE600 url(../images/ornament4.png) no-repeat right -200px center; }
    section .section_banner.forum .container {
      padding: 20px; }
      section .section_banner.forum .container h3 {
        font-size: 22px;
        color: #003C71; }
  section .section_banner .bs_forum {
    width: 320px !important;
    height: 500px; }
  section .section_banner .bsf_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  section .section_banner .banner_forum {
    width: 320px;
    height: 160px;
    overflow: hidden; }
    section .section_banner .banner_forum img {
      width: 100%; }
  section .section_banner .desc_forum {
    width: 320px;
    height: 340px;
    background: #fff;
    position: relative; }
    section .section_banner .desc_forum .category:after {
      bottom: -10px; }
    section .section_banner .desc_forum .df_top {
      padding: 10px;
      border-bottom: 1px solid #E5E5E5; }
    section .section_banner .desc_forum .df_bot {
      padding: 10px; }
    section .section_banner .desc_forum h3 {
      font-size: 22px;
      line-height: 24px;
      color: #003C71;
      font-family: "Graphik-Super"; }
    section .section_banner .desc_forum .row_clear {
      margin-bottom: 10px; }
  section .section_forum_detail .share_box {
    right: 0;
    bottom: 60px; }
  section .section_music_concert {
    background: #FDE600 url(../images/bg_mc.png) no-repeat bottom right -380px; }
    section .section_music_concert .artis_img {
      width: 160px; }
      section .section_music_concert .artis_img img {
        width: 100%; }
      section .section_music_concert .artis_img:before {
        width: 120px;
        height: 170px;
        left: -5px; }
    section .section_music_concert .artis_name {
      width: 180px;
      height: 100px;
      margin-top: -120px;
      background-size: contain;
      font-size: 18px; }
      section .section_music_concert .artis_name span {
        line-height: 46px; }
    section .section_music_concert .smc_left {
      margin-right: 0;
      padding-right: 75px;
      width: 100%; }
      section .section_music_concert .smc_left h2 {
        font-size: 30px; }
  section .history_wrapper table thead tr th:nth-child(3) {
    display: none; }
  section .history_wrapper table tbody tr td:nth-child(1) {
    width: auto; }
  section .history_wrapper table tbody tr td:nth-child(2) {
    width: auto; }
  section .history_wrapper table tbody tr td:nth-child(3) {
    display: none; }
  section .history_wrapper table tbody tr td:nth-child(4) {
    width: auto;
    padding-right: 60px;
    position: relative; }
  section .history_wrapper .history_detail {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/arrow_right_grey.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 10px; }
  section .section_get_coin p br {
    display: none; }
  section .section_gallery {
    padding: 40px 20px; }
    section .section_gallery .gallery_wrapper {
      justify-content: center; }
    section .section_gallery .gallery_desc {
      width: 180px;
      height: 180px; }
    section .section_gallery .gallery_box {
      margin-right: 20px; }
      section .section_gallery .gallery_box:nth-child(3n) {
        margin-right: 20px; }
      section .section_gallery .gallery_box:nth-child(2n) {
        margin-right: 0; }
    section .section_gallery .gallery_img {
      width: 180px;
      height: 180px;
      -webkit-transform: rotate(1.16deg);
      -moz-transform: rotate(1.16deg);
      transform: rotate(1.16deg); }
      section .section_gallery .gallery_img img {
        width: 100%; }
    section .section_gallery .gallery_info h4 {
      font-size: 20px;
      line-height: 26px; }
    section .section_gallery .gallery_info span {
      font-size: 16px; }
  section .section_forum {
    background: url(../images/ornament4.png) no-repeat bottom right -360px, url(../images/ornament3.png) no-repeat top left/cover;
    background-color: #003C71; }
    section .section_forum .sforum_top {
      padding: 0 20px; }
    section .section_forum .sforum_bot .tab_menu {
      padding: 0 20px; }
    section .section_forum .section_tab .sforum_box .sforum_img .sfi_box {
      left: 5px; }
    section .section_forum.current {
      padding: 30px 0; }
      section .section_forum.current .sforum_top h2 {
        font-size: 28px;
        margin-bottom: 0; }
      section .section_forum.current .section_tab .row_flex {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        text-align: left; }
      section .section_forum.current .section_tab .sforum_box {
        width: 160px;
        margin: 0 10px 40px;
        display: inline-block; }
        section .section_forum.current .section_tab .sforum_box:nth-child(2n) {
          margin-right: 0; }
        section .section_forum.current .section_tab .sforum_box .sforum_img {
          width: 150px;
          height: 130px; }
          section .section_forum.current .section_tab .sforum_box .sforum_img img {
            width: 100%; }
        section .section_forum.current .section_tab .sforum_box .sforum_desc {
          width: 100%;
          padding: 10px;
          height: 220px; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc:before {
            width: 100%;
            height: 220px; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc .forum_title {
            height: auto;
            min-height: 0;
            margin-bottom: 10px;
            display: block; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc .forum_desc {
            font-size: 12px;
            line-height: 20px;
            padding-right: 0;
            text-align: left; }
            section .section_forum.current .section_tab .sforum_box .sforum_desc .forum_desc .fdesc_box {
              display: none; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc h3 {
            font-size: 14px;
            margin-bottom: 10px; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc .row_clear {
            text-align: left; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc .category {
            font-size: 13px; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc .comment_box {
            vertical-align: middle; }
            section .section_forum.current .section_tab .sforum_box .sforum_desc .comment_box span {
              display: none; }
          section .section_forum.current .section_tab .sforum_box .sforum_desc .like_box {
            vertical-align: middle; }
            section .section_forum.current .section_tab .sforum_box .sforum_desc .like_box span {
              display: none; }

  .popup_wrapper .popup_box#popup_festival1 .ps_desc, .popup_wrapper .popup_box#popup_festival2 .ps_desc, .popup_wrapper .popup_box#popup_project1 .ps_desc, .popup_wrapper .popup_box#popup_project_music .ps_desc, .popup_wrapper .popup_box#popup_project_art .ps_desc, .popup_wrapper .popup_box#popup_project_fashion .ps_desc, .popup_wrapper .popup_box#popup_project_submit .ps_desc {
    padding: 20px; }
    .popup_wrapper .popup_box#popup_festival1 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_festival2 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project1 .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_music .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_art .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_fashion .ps_desc .default_btn, .popup_wrapper .popup_box#popup_project_submit .ps_desc .default_btn {
      width: 100%;
      margin: 0 auto; }
  .popup_wrapper .popup_box#popup_festival1 .ps_top, .popup_wrapper .popup_box#popup_festival2 .ps_top, .popup_wrapper .popup_box#popup_project1 .ps_top, .popup_wrapper .popup_box#popup_project_music .ps_top, .popup_wrapper .popup_box#popup_project_art .ps_top, .popup_wrapper .popup_box#popup_project_fashion .ps_top, .popup_wrapper .popup_box#popup_project_submit .ps_top {
    padding: 0 0 20px; }
  .popup_wrapper .popup_box#popup_festival1 .ps_mid, .popup_wrapper .popup_box#popup_festival2 .ps_mid, .popup_wrapper .popup_box#popup_project1 .ps_mid, .popup_wrapper .popup_box#popup_project_music .ps_mid, .popup_wrapper .popup_box#popup_project_art .ps_mid, .popup_wrapper .popup_box#popup_project_fashion .ps_mid, .popup_wrapper .popup_box#popup_project_submit .ps_mid {
    padding: 0 0 1px; }
  .popup_wrapper .popup_box#popup_festival1 .psimg, .popup_wrapper .popup_box#popup_festival2 .psimg, .popup_wrapper .popup_box#popup_project1 .psimg, .popup_wrapper .popup_box#popup_project_music .psimg, .popup_wrapper .popup_box#popup_project_art .psimg, .popup_wrapper .popup_box#popup_project_fashion .psimg, .popup_wrapper .popup_box#popup_project_submit .psimg {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    .popup_wrapper .popup_box#popup_festival1 .psimg img, .popup_wrapper .popup_box#popup_festival2 .psimg img, .popup_wrapper .popup_box#popup_project1 .psimg img, .popup_wrapper .popup_box#popup_project_music .psimg img, .popup_wrapper .popup_box#popup_project_art .psimg img, .popup_wrapper .popup_box#popup_project_fashion .psimg img, .popup_wrapper .popup_box#popup_project_submit .psimg img {
      max-width: 100%;
      margin-bottom: 5px;
      display: block; }
    .popup_wrapper .popup_box#popup_festival1 .psimg span, .popup_wrapper .popup_box#popup_festival2 .psimg span, .popup_wrapper .popup_box#popup_project1 .psimg span, .popup_wrapper .popup_box#popup_project_music .psimg span, .popup_wrapper .popup_box#popup_project_art .psimg span, .popup_wrapper .popup_box#popup_project_fashion .psimg span, .popup_wrapper .popup_box#popup_project_submit .psimg span {
      display: block; }
  .popup_wrapper .popup_box#project_video .project_title h4, .popup_wrapper .popup_box#project_image .project_title h4, .popup_wrapper .popup_box#project_sound .project_title h4, .popup_wrapper .popup_box#project_mp3 .project_title h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px; }
  .popup_wrapper .popup_box#project_video .project_title span, .popup_wrapper .popup_box#project_image .project_title span, .popup_wrapper .popup_box#project_sound .project_title span, .popup_wrapper .popup_box#project_mp3 .project_title span {
    font-size: 20px; }
  .popup_wrapper .popup_box#project_video .project_desc, .popup_wrapper .popup_box#project_image .project_desc, .popup_wrapper .popup_box#project_sound .project_desc, .popup_wrapper .popup_box#project_mp3 .project_desc {
    padding: 20px; }
  .popup_wrapper .popup_box#popup_project_submit {
    width: calc(100% - 40px);
    top: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
    .popup_wrapper .popup_box#popup_project_submit .ps_desc .ps_mid h3 {
      font-size: 28px;
      text-align: center; }
  .popup_wrapper .popup_box#popup_studio .ps_img .flag, .popup_wrapper .popup_box#popup_studio2 .ps_img .flag, .popup_wrapper .popup_box#popup_festival1 .ps_img .flag, .popup_wrapper .popup_box#popup_festival2 .ps_img .flag, .popup_wrapper .popup_box#popup_project1 .ps_img .flag, .popup_wrapper .popup_box#popup_project_music .ps_img .flag, .popup_wrapper .popup_box#popup_project_art .ps_img .flag, .popup_wrapper .popup_box#popup_project_fashion .ps_img .flag, .popup_wrapper .popup_box#project_video .ps_img .flag, .popup_wrapper .popup_box#project_image .ps_img .flag, .popup_wrapper .popup_box#project_sound .ps_img .flag, .popup_wrapper .popup_box#project_mp3 .ps_img .flag, .popup_wrapper .popup_box#popup_project_submit .ps_img .flag {
    bottom: 10px;
    right: 10px;
    padding: 0 5px;
    font-size: 10px;
    left: auto; } }
@media only screen and (max-width: 399px) {
  section .section_gallery .gallery_desc {
    width: 280px;
    height: 280px; }
  section .section_gallery .gallery_box {
    margin-right: 0; }
    section .section_gallery .gallery_box:nth-child(3n) {
      margin-right: 0; }
    section .section_gallery .gallery_box:nth-child(2n) {
      margin-right: 0; }
  section .section_gallery .gallery_img {
    width: 280px;
    height: 280px;
    -webkit-transform: rotate(1.16deg);
    -moz-transform: rotate(1.16deg);
    transform: rotate(1.16deg); }
    section .section_gallery .gallery_img img {
      width: 100%; }
  section .section_gallery .gallery_info h4 {
    font-size: 20px;
    line-height: 26px; }
  section .section_gallery .gallery_info span {
    font-size: 16px; }
  section .section_get_rewards {
    background: #00A3E0 url(../images/ornament2.png) no-repeat top center/cover;
    padding: 40px 0; }
    section .section_get_rewards.redeem {
      background: #00A3E0 url(../images/redeem_mobile.png) no-repeat top right/contain; }
      section .section_get_rewards.redeem .rewards_wrapper {
        max-width: 100%;
        justify-content: center; }
      section .section_get_rewards.redeem .sgr_bot .reward_box {
        margin-right: 0;
        margin-bottom: 60px;
        width: 270px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box:nth-child(4n) {
          margin-right: 0; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc {
          margin-top: -15px;
          height: 270px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc:before {
            height: 270px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .expired_box {
            padding: 20px 15px 20px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .button_wrapper {
          padding: 0 15px; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .reward_img {
          width: 210px;
          height: 250px;
          margin-left: 44px;
          position: relative;
          z-index: 10; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_img:before {
            content: '';
            width: 190px;
            height: 250px;
            background: #FDE600;
            display: block;
            -webkit-transform: rotate(8.01deg);
            -moz-transform: rotate(8.01deg);
            transform: rotate(8.01deg);
            position: absolute;
            top: 25px;
            left: 0;
            z-index: -1;
            border: 1px solid #fff; }
        section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc {
          width: 270px;
          height: 270px;
          background: #fff;
          position: relative;
          z-index: 100;
          margin-top: -15px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc:before {
            content: '';
            width: 270px;
            height: 270px;
            display: block;
            border: 1px solid #fff;
            position: absolute;
            top: 10px;
            left: -10px;
            z-index: -1; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .rd_box {
            padding: 15px;
            position: relative;
            z-index: 100;
            border-bottom: 1px solid #E5E5E5;
            heigth: auto; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc h4 {
            font-size: 20px;
            color: #003C71;
            font-family: "Graphik-Medium";
            margin-bottom: 10px; }
            section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc h4 a {
              padding: 10px 10px;
              display: block; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc span.price {
            color: #00A3E0;
            font-size: 20px;
            font-family: "Camel-Bold"; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .expired_box {
            color: #878787;
            font-family: "Graphik-Medium";
            padding: 15px;
            font-size: 12px; }
            section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .expired_box span {
              color: #333; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .reward_info {
            padding: 15px 15px 0;
            font-size: 15px; }
          section .section_get_rewards.redeem .sgr_bot .reward_box .reward_desc .button_wrapper {
            width: calc(100% - 30px);
            margin: 0 auto; } }

/*# sourceMappingURL=main.css.map */
