body {
  background: url("../img/bg.png") center;
  background-size: cover !important;
  width: 100%;
  overflow-x: hidden; }

.main-container {
  margin: 0 auto;
  max-width: 420px; }

.header {
  position: relative; }
  .header img {
    width: 100%; }
  .header td {
    padding: 16px; }
  .header .title {
    padding: 16px 40px; }

.pot-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: visible; }
  .pot-container .pot-left img, .pot-container .pot-right img {
    width: 100%; }
  .pot-container .pot {
    position: absolute;
    width: 320px;
    margin-left: -180px;
    top: 80px;
    left: 50%; }
    .pot-container .pot img {
      width: 100%;
      height: auto; }
  .pot-container .ingredient {
    position: absolute; }
    .pot-container .ingredient img {
      width: 100%; }
  .pot-container .ingredients-title {
    width: 120px;
    padding-left: 16px; }
    .pot-container .ingredients-title img {
      width: 100%; }
  .pot-container .left {
    left: 0;
    z-index: 10; }
  .pot-container .btn-badges {
    width: 200px;
    top: 70px; }
  .pot-container .btn-tasting {
    top: 150px;
    width: 170px; }
  .pot-container .btn-kpop {
    top: 290px;
    width: 200px; }
  .pot-container .right-container {
    right: -5px;
    top: 41px;
    position: absolute;
    text-align: right; }
  .pot-container .right {
    width: 140px;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 320px) {
      .pot-container .right {
        width: 120px; } }
    .pot-container .right img {
      width: 100%; }
  .pot-container .line {
    display: none;
    position: absolute;
    border-width: 2px;
    border-style: solid;
    z-index: 9; }
    .pot-container .line.badges {
      border-color: #A91F5E;
      background: #A91F5E;
      -ms-transform: rotate(80deg);
      /* IE 9 */
      -webkit-transform: rotate(80deg);
      /* Chrome, Safari, Opera */
      transform: rotate(80deg);
      width: 30px;
      top: 145px;
      left: 80px; }
    .pot-container .line.tasting {
      border-color: #FFCD32;
      background: #FFCD32;
      -ms-transform: rotate(70deg);
      /* IE 9 */
      -webkit-transform: rotate(70deg);
      /* Chrome, Safari, Opera */
      transform: rotate(70deg);
      width: 20px;
      top: 214px;
      left: 80px; }
    .pot-container .line.kpop {
      border-color: #DCE798;
      background: #DCE798;
      -ms-transform: rotate(100deg);
      /* IE 9 */
      -webkit-transform: rotate(100deg);
      /* Chrome, Safari, Opera */
      transform: rotate(100deg);
      width: 40px;
      top: 271px;
      left: 35px; }
    .pot-container .line.r1 {
      border-color: #81471D;
      background: #81471D;
      -ms-transform: rotate(120deg);
      /* IE 9 */
      -webkit-transform: rotate(120deg);
      /* Chrome, Safari, Opera */
      transform: rotate(120deg);
      width: 110px;
      top: 92px;
      left: 186px; }
    .pot-container .line.r2 {
      border-color: #6C285A;
      background: #6C285A;
      -ms-transform: rotate(140deg);
      /* IE 9 */
      -webkit-transform: rotate(140deg);
      /* Chrome, Safari, Opera */
      transform: rotate(140deg);
      width: 52px;
      top: 122px;
      left: 221px; }
    .pot-container .line.r3 {
      border-color: #EE3B33;
      background: #EE3B33;
      -ms-transform: rotate(140deg);
      /* IE 9 */
      -webkit-transform: rotate(140deg);
      /* Chrome, Safari, Opera */
      transform: rotate(140deg);
      width: 36px;
      top: 206px;
      left: 242px; }
    .pot-container .line.r4 {
      border-color: #F8981C;
      background: #F8981C;
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      width: 97px;
      top: 238px;
      left: 182px; }
    .pot-container .line.r5 {
      border-color: #3A823E;
      background: #3A823E;
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      width: 36px;
      top: 287px;
      left: 237px; }
    .pot-container .line.r6 {
      border-color: #4EB9B3;
      background: #4EB9B3;
      -ms-transform: rotate(33deg);
      /* IE 9 */
      -webkit-transform: rotate(33deg);
      /* Chrome, Safari, Opera */
      transform: rotate(33deg);
      width: 83px;
      top: 318px;
      left: 194px; }
    .pot-container .line.r7 {
      border-color: #A51D35;
      background: #A51D35;
      -ms-transform: rotate(40deg);
      /* IE 9 */
      -webkit-transform: rotate(40deg);
      /* Chrome, Safari, Opera */
      transform: rotate(40deg);
      width: 188px;
      top: 347px;
      left: 106px;
      z-index: 1; }
  .pot-container .btn-exhib {
    margin-top: -11px; }
  .pot-container .btn-nature {
    margin-top: -11px; }
  .pot-container .btn-btob {
    margin-top: -11px; }
  .pot-container .btn-gfriend {
    margin-top: -11px; }
  .pot-container .btn-highlight {
    margin-top: -11px; }
  .pot-container .btn-2017 {
    margin-top: -11px; }
  .pot-container .btn-gdragon {
    margin-top: -11px; }
  .pot-container .btn-more {
    padding: 0 16px 0 0; }
    .pot-container .btn-more a {
      color: white;
      font-size: 20px; }

.instruction-container {
  position: relative; }
  .instruction-container .row {
    width: 100%;
    padding: 0 10px 0 0;
    margin: 0; }
    .instruction-container .row div {
      padding: 0; }
  .instruction-container .instruction-title {
    width: 120px;
    padding-left: 16px; }
    .instruction-container .instruction-title img {
      width: 100%; }
  .instruction-container .plus {
    font-size: 48px;
    color: white;
    font-weight: bold;
    z-index: 2; }
  .instruction-container .instruction-btn {
    width: 150px;
    padding: 0 10px !important; }
    .instruction-container .instruction-btn img {
      width: 100%; }
  .instruction-container .steps {
    text-align: center; }
    .instruction-container .steps img {
      width: 50%;
      margin: 0 auto; }

.info-header-background {
  background-image: url("../img/bg_spoon2.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #1A3D73;
  border-radius: 10px;
  padding: 11px; }
  .info-header-background img {
    height: 40px; }

.info-content-background {
  margin-top: 4px;
  background: white;
  border-radius: 10px;
  padding: 11px;
  color: #1A3D73; }

.info-container {
  margin: 11px; }

#tasting-container .grey {
  background: #EEE; }
#tasting-container td.head {
  padding: 4px 0;
  padding-right: 4px;
  text-align: right; }
#tasting-container td.content {
  padding: 4px 0 4px 10px;
  text-align: left; }

#badges-container .july-badges {
  border: 1px solid #1A3D73;
  border-radius: 10px;
  padding: 11px; }
#badges-container .badges-list {
  text-align: center; }
  #badges-container .badges-list .click-tips {
    text-align: center;
    font-size: 14px; }
    #badges-container .badges-list .click-tips span {
      vertical-align: middle; }
    #badges-container .badges-list .click-tips img {
      width: 24px; }
  #badges-container .badges-list img {
    cursor: pointer;
    width: 80px; }
#badges-container .special-badge-container {
  color: white;
  background: #1A3D73;
  border-radius: 10px;
  padding: 11px; }
#badges-container .special-badge {
  padding: 20px; }
  #badges-container .special-badge img {
    width: 100%; }

.strong {
  font-weight: bold;
  font-size: 1.2em; }

table.schedule {
  width: 100%; }
  table.schedule td {
    text-align: center;
    border: 1px solid #CCC;
    padding: 4px; }

.purple {
  color: #A93E8F; }

#badges-modal img {
  width: 100%; }
#badges-modal .card-container {
  position: relative; }
  #badges-modal .card-container .close-button {
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 18px;
    color: white;
    background: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 33px;
    text-align: center; }

/*# sourceMappingURL=main.css.map */
