.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  width: 483px;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #f36ea9;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  text-transform: capitalize;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

a {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #ed3e84;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

li {
  margin-bottom: 11px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.content {
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 80px 60px 63px;
  background-color: #fff;
}

.content.menu-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header {
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.navbar {
  padding-right: 80px;
  padding-left: 67px;
  background-color: transparent;
}

.logo {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-top: 2.5px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f36ea9;
  font-size: 26px;
  line-height: 70px;
  font-weight: 700;
}

.logo:hover {
  color: #000;
}

.logo.w--current {
  color: #ed3e84;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.menu-button-container {
  position: relative;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: 12.5px;
  float: right;
}

.column {
  padding-right: 15px;
  padding-left: 0px;
}

.column2 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.project {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.iage {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #7a7a7a;
  font-weight: 400;
  text-align: center;
}

.overlay:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 1;
}

.heading {
  position: relative;
  top: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.colour {
  color: #000;
  text-transform: capitalize;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.98);
  opacity: 1;
}

.menu-icon {
  display: inline-block;
}

.nav-link {
  height: 75px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  font-family: 'Noto Sans KR', sans-serif;
  color: #696969;
  line-height: 75px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #f36ea9;
}

.nav-menu {
  display: block;
  float: right;
  opacity: 0;
}

.lightbox {
  margin-bottom: 30px;
}

.logo-image {
  margin-top: 0px;
  margin-right: 10px;
  float: left;
}

.logo-text {
  float: left;
  font-family: Montserrat, sans-serif;
  color: #f36ea9;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: -1px;
}

.submit {
  border-radius: 15px;
  background-color: #f36ea9;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
}

.submit:hover {
  background-color: #000;
  color: #fff;
}

.submit.right {
  float: right;
}

.submit.mint {
  display: inline-block;
  background-color: #55b0a8;
}

.text-field {
  margin-bottom: 15px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #333;
  font-size: 15px;
}

.text-field:focus {
  border-bottom: 1px solid #f36ea9;
}

.footer-paragraph {
  height: 70px;
  color: #b1b1b1;
  font-size: 11.5px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 15px;
}

.header-bio {
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.nav-menu-bio {
  display: block;
  float: right;
  opacity: 1;
}

.image {
  display: inline-block;
}

.navbar-2 {
  background-color: transparent;
}

.nav-menu-2 {
  margin-top: 8px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}

.nav-link-2 {
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 15px;
}

.nav-link-2:hover {
  color: #f36ea9;
}

.nav-link-2.w--current {
  width: auto;
  color: #f14994;
}

.heading-2 {
  line-height: 100px;
  font-weight: 700;
}

.form-block {
  padding-top: 17px;
  padding-left: 33px;
}

.div-block {
  margin-bottom: 41px;
  padding-top: 11px;
  border-top: 1px solid #cfcfcf;
}

.div-block-bottmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 41px;
  padding-top: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px none #cfcfcf;
}

.link {
  margin-right: 20px;
  color: #444;
  font-size: 15px;
  font-weight: 500;
}

.heading-3 {
  margin-bottom: 49px;
  font-size: 36px;
}

.paragraph {
  padding-right: 0px;
  padding-left: 24px;
  line-height: 32px;
}

.content2 {
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 80px 60px 63px;
}

.content2.menu-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section-suibmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 65px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eb5c9b;
}

.text-submenu {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}

.text-field-2 {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  font-size: 15px;
}

.btn-gray {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 14px;
  background-color: #868686;
  font-size: 15px;
  font-weight: 500;
}

.btn-gray.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-bio {
  margin-bottom: 40px;
}

.block-graph {
  margin-bottom: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.btn-mint {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 14px;
  background-color: #55b0a8;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.btn-mint:hover {
  background-color: #000;
  color: #fff;
}

.btn-mint.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.btn-mint.right {
  display: block;
  margin-left: auto;
}

.heading-4 {
  width: auto;
  margin-top: 20px;
  font-size: 50px;
  line-height: 65px;
}

.column-noleft {
  padding-left: 0px;
}

.paragraph-right {
  text-align: right;
}

.column-noright {
  padding-right: 0px;
  padding-left: 0px;
}

.btn-gotop {
  display: block;
  width: 200px;
  margin: 10px auto 40px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-radius: 8px;
  background-color: #afafaf;
  text-align: center;
}

.text-block {
  display: block;
  margin-right: 20px;
  color: #bbb;
  font-size: 15px;
  text-align: center;
}

.text-block-2 {
  font-size: 16px;
  line-height: 30px;
}

.columns-table {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #bbb;
}

.image-right {
  float: right;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-3 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-3:hover {
  text-decoration: underline;
}

.select-field {
  width: 300px;
}

.combo-member {
  width: 200px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 15px;
}

.button-2 {
  border-radius: 10px;
  background-color: #999;
  text-align: center;
}

.column-arr-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-table {
  font-size: 15px;
}

.text-table.big {
  font-size: 17px;
  font-weight: 500;
}

.text-table.red {
  color: #cc0303;
}

.text-table.blue {
  color: #0035e4;
}

.text-table.green {
  color: #007e30;
}

.column-4 {
  height: auto;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px none #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.column-4.right {
  border-right: 1px solid #cfcfcf;
}

.columns-lpink {
  border-top: 1px solid #cfcfcf;
  background-color: #ffe8f2;
}

.column-bott {
  border-bottom: 1px solid #cfcfcf;
}

.columns-mint {
  height: auto;
  min-height: 30px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-color: #c0eeea;
}

.text-block-3 {
  background-color: transparent;
}

.columns-line {
  height: auto;
  min-height: 33px;
  border-top: 1px none #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}

.columns-line:hover {
  background-color: #f1fffe;
}

.column-top-pad {
  padding-top: 4px;
  padding-bottom: 3px;
}

.columns-bbs-view {
  height: auto;
  min-height: 35px;
  border-bottom: 1px solid #cfcfcf;
}

.text-table-mint {
  color: #339e95;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-2 {
  margin-top: 12px;
  margin-bottom: 17px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 9px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
}

.field-label {
  font-weight: 400;
}

.field-label.mint {
  color: #55b0a8;
}

.tab {
  display: inline-block;
  width: 170px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6 #b6b6b6 #b4b4b4;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #f0f0f0;
  color: #646464;
  text-align: center;
  text-decoration: none;
}

.tab:hover {
  color: #df4589;
}

.tab.on {
  background-color: #b0ebe5;
  font-weight: 600;
}

.paragraph-12 {
  padding-right: 23px;
  padding-left: 23px;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.form-search {
  margin-bottom: 31px;
  padding-top: 16px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #55b0a8;
}

.bbs_view_faq {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
}

.heading-plaza {
  width: auto;
  margin: 0px auto 52px;
  text-align: center;
  letter-spacing: 2px;
}

.bbs_list_tt_4col-tt {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}

.link-4 {
  color: #e95999;
  text-decoration: none;
}

.link-4:hover {
  color: #bb5400;
}

.field-label-short {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
}

.bbs_list_tt_4col {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-top: 1px none #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}

.bbs_title {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  color: #108379;
  font-size: 15px;
  letter-spacing: 0px;
}

.bbs-text {
  font-size: 15px;
  text-align: left;
}

.btn-all {
  margin-left: 20px;
  padding: 4px 21px 7px 20px;
  border-radius: 15px;
  background-color: #999;
}

.text-field-3 {
  display: inline-block;
  width: 500px;
  margin-left: 20px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-search {
  margin-left: 20px;
  padding: 4px 21px 7px 20px;
  border-radius: 15px;
  background-color: #f36ea9;
}

.text-bg {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 11px;
  background-color: #55b0a8;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.text-line {
  width: 300px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #f36ea9;
  border-radius: 11px;
  background-color: transparent;
  color: #333;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.text-line:hover {
  background-color: #fff2f8;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #55b0a8;
  border-radius: 15px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.link-login:hover {
  background-color: #c8f6f2;
}

.columns-login {
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-login {
  position: absolute;
  left: auto;
  top: 0%;
  right: 20%;
  bottom: auto;
  width: 80px;
  margin-top: 5px;
  margin-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #55b0a8;
  border-radius: 10px;
  color: #55b0a8;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.link-text {
  color: #333;
  font-size: 15px;
}

.link-text:hover {
  color: #f36ea9;
}

.link-5 {
  color: #0148c9;
  text-decoration: none;
}

.link-5:hover {
  color: #bb5400;
}

.qa-block {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px 35px 10px 65px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
}

.qa-thum {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #8b8b8b;
  border-radius: 95px;
}

.text-qa-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.qa-paragraph {
  display: inline-block;
  margin-bottom: 0px;
  padding: 3px 10px 3px 0px;
  background-color: transparent;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

.link-reply {
  margin-left: 5px;
}

.qa-block1 {
  position: relative;
  left: 20px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px 35px 10px 65px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
}

.qa-block2 {
  position: relative;
  left: 40px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px 35px 10px 65px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
}

.qa-block3 {
  position: relative;
  left: 60px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px 35px 10px 65px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
}

.qa-block4 {
  position: relative;
  left: 80px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px 35px 10px 65px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
}

.columns-reply-qa {
  width: 95%;
  margin: 20px auto;
  float: none;
}

.photo-qa-reply {
  width: 40px;
  height: 40px;
  border: 1px solid #8b8b8b;
  border-radius: 99px;
}

.submit-button-4-small.qa {
  width: 80px;
  margin-bottom: 5px;
  border-radius: 9px;
  background-color: #55b0a8;
  text-align: center;
}

.submit-button-4-small.qa.gray {
  background-color: #8b8b8b;
}

.column-4-short {
  height: 35px;
  padding: 5px 10px;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.column-4-short:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.column-4-short.right {
  border-right: 1px solid #cfcfcf;
}

.textarea {
  margin-bottom: 20px;
}

.field-label-2 {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0px;
}

.checkbox-label {
  font-size: 15px;
  letter-spacing: 0px;
}

.radio-button-field-4-1 {
  display: inline-block;
  width: 120px;
  margin-bottom: 8px;
  margin-left: 7px;
}

.select-field-2 {
  display: inline-block;
  width: 80px;
  background-color: transparent;
}

.button-login {
  display: block;
  width: 200px;
  margin: 42px auto 26px;
  border-radius: 15px;
  background-color: #f36ea9;
  text-align: center;
  letter-spacing: 1px;
}

.button-login:hover {
  background-color: #000;
}

.radio-button-label-5-1 {
  margin-right: 26px;
  font-size: 15px;
  letter-spacing: 0px;
}

.form-block-login {
  padding: 42px 20px 29px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
}

.text-field-4 {
  display: inline-block;
  width: 100px;
}

.form-join {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-28 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-radio {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.text-block-11 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #2b9c92;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.column-74 {
  padding-top: 10px;
}

.combo-birth {
  width: 90px;
  margin: 5px 20px 10px 0px;
}

.text-field2 {
  margin-right: 10px;
  margin-bottom: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #f36ea9;
  font-size: 15px;
}

.text-field2:focus {
  border-bottom: 1px solid #f36ea9;
}

.checkbox {
  margin-top: 10px;
  margin-right: 20px;
}

.column4btn {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.logo-mail {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-bottom: 10px;
  padding-top: 2.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f36ea9;
  font-size: 26px;
  line-height: 70px;
  font-weight: 700;
}

.logo-mail:hover {
  color: #000;
}

.logo-mail.w--current {
  color: #ed3e84;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.block-mail {
  width: 90%;
  margin-bottom: 10px;
  padding: 40px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}

.text-mail {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}

.text-mail-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c3ece9;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.img-oth-login {
  display: block;
  width: 230px;
  height: 51px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 7px;
}

.block-tab {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
}

.tab2 {
  display: inline-block;
  width: 170px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6 #b6b6b6 #b4b4b4;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #f0f0f0;
  color: #646464;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.tab2:hover {
  color: #df4589;
}

.tab2.on {
  background-color: #b0ebe5;
  font-weight: 600;
}

.tab-copy {
  display: inline-block;
  width: 170px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6 #b6b6b6 #b4b4b4;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #f0f0f0;
  color: #646464;
  text-align: center;
  text-decoration: none;
}

.tab-copy:hover {
  color: #df4589;
}

.tab-copy.on {
  background-color: #b0ebe5;
  font-weight: 600;
}

.btn-bio-sub {
  margin-right: 10px;
  padding-right: 21px;
  padding-left: 20px;
  border-radius: 12px;
  background-color: #f7b8d3;
  color: #252525;
  font-size: 15px;
}

.combo-300 {
  width: 300px;
}

.columns-bot-margin {
  margin-bottom: 10px;
}

.columns-lylw {
  border-top: 1px solid #cfcfcf;
  background-color: #fff8e8;
}

.column-short {
  height: 35px;
  padding: 5px 10px;
  border-top: 1px none #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.column-short:hover {
  background-color: transparent;
}

.column-short.right {
  border-right: 1px solid #cfcfcf;
}

.bold-birth {
  font-size: 15px;
}

.block-graph-arr-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0px 137px 0px 133px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.block-inpopup {
  position: absolute;
  left: 0%;
  top: 26%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 80%;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 58px;
  background-color: #fff;
}

.btn-pink {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 14px;
  background-color: #f36ea9;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.btn-pink:hover {
  background-color: #000;
  color: #fff;
}

.btn-pink.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.form-regman {
  width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.columns-80p {
  width: 80%;
  margin: 10px auto 0px;
}

.btn-bio-pink2 {
  position: static;
  margin-right: 0px;
  padding-right: 21px;
  padding-left: 20px;
  float: right;
  border-radius: 12px;
  background-color: #f597e8;
  color: #252525;
  font-size: 15px;
}

.select-field-3 {
  width: 400px;
  margin-right: 5px;
}

.btn-lpink {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 14px;
  background-color: #f597e8;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.btn-lpink:hover {
  background-color: #000;
  color: #fff;
}

.btn-lpink.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.radio {
  margin-right: 20px;
  font-size: 15px;
}

.text200 {
  width: 200px;
  margin-right: 10px;
}

.column-75 {
  overflow: scroll;
  max-height: 150px;
}

.column-scroll {
  overflow: auto;
  max-height: 150px;
  margin-bottom: 27px;
}

.columns-date {
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  border-top: 1px none #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}

.block-graph2 {
  margin-bottom: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.block-gage {
  float: right;
}

.link-block-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  color: #525252;
}

.link-block-home:hover {
  background-color: #ffeef5;
  box-shadow: 1px 1px 6px 3px #cfcfcf;
}

.link-block-home.right {
  margin-left: auto;
}

.link-block-home.center {
  margin-right: auto;
  margin-left: auto;
}

.link-block-home.mint:hover {
  background-color: #e9fffd;
}

.paragraph-home-banner {
  width: 90%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.row-mypage-info {
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.column-47 {
  margin-top: 0px;
  padding-top: 0px;
}

.image-29 {
  margin-top: 3px;
  margin-right: 7px;
  margin-bottom: 10px;
}

.text_mypage1 {
  position: static;
  display: inline;
  overflow: visible;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-decoration: none;
}

.text_mypage1:hover {
  color: #1e34a0;
}

.bold-text-5 {
  color: #8b8b8b;
}

.block-mypage {
  margin-bottom: 20px;
  padding: 30px 52px 30px 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.btn-pink-long {
  display: block;
  width: 200px;
  margin: 15px auto;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 14px;
  background-color: #f36ea9;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.btn-pink-long:hover {
  background-color: #000;
  color: #fff;
}

.btn-pink-long.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.btn-mint-long {
  display: block;
  width: 200px;
  margin: 15px auto;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 14px;
  background-color: #55b0a8;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.btn-mint-long:hover {
  background-color: #000;
  color: #fff;
}

.btn-mint-long.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.list2 {
  margin-top: 12px;
  margin-left: 24px;
  padding-top: 18px;
  padding-bottom: 19px;
  padding-left: 45px;
  border: 1px none #c3c2c2;
  font-size: 16px;
  list-style-type: disc;
}

.list-item2 {
  margin-bottom: 14px;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 400;
  list-style-type: square;
}

.heading-4-small {
  width: auto;
  margin-top: 20px;
  font-size: 40px;
  line-height: 55px;
}

.text-block-29 {
  margin-bottom: 73px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.div-block-over {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  padding-top: 157px;
  padding-bottom: 90px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.text-underline {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 1px solid #55b0a8;
  font-size: 15px;
}

.column-arr-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field-2 {
  display: inline-block;
  margin-left: 13px;
  color: #747474;
  font-size: 15px;
}

.div-block-2 {
  margin-bottom: 11px;
  padding-top: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #c2c2c2;
}

.div-block-underline {
  margin-bottom: 11px;
  padding-top: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #c2c2c2;
}

.h3-prem-guide {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #ae257b;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 99px;
  background-color: #f0f0f0;
  box-shadow: none;
  color: #525252;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.link-block:hover {
  border-style: none;
  background-color: #f7b8d3;
  box-shadow: 0 0 7px 2px hsla(0, 0%, 63.3%, 0.8);
  color: #353535;
}

.link-block.white {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.link-block.yellow {
  background-color: #fff0af;
}

.link-block.blue {
  background-color: #c2d7f6;
}

.link-block.green {
  background-color: #c2f6e4;
}

.link-block.orange {
  background-color: #ffca8a;
}

.link-block.red {
  background-color: #ffdcdc;
}

.link-block.purple {
  background-color: #e9d4ff;
}

.link-block.sky {
  background-color: #a5f2ff;
}

.link-block.red {
  background-color: #ffd6d6;
}

.link-block.ygreen {
  background-color: #dfefae;
}

.link-block.gold {
  background-color: #f5e2bb;
}

.link-block.pink {
  background-color: #f2c6e6;
}

.tab-index {
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #b6b6b6 #b6b6b6 #b4b4b4;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  background-color: #fff;
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.tab-index:hover {
  color: #df4589;
}

.tab-index.on {
  background-color: #b0ebe5;
  font-weight: 600;
}

.tab-index.yellow {
  background-color: #ffea8d;
}

.tab-index.blue {
  background-color: #77a5eb;
  color: #fff;
}

.tab-index.green {
  background-color: #91eccd;
}

.tab-index.orange {
  background-color: #ffca8a;
  color: #646464;
}

.tab-index.purple {
  background-color: #e9d4ff;
}

.tab-index.sky {
  background-color: #a0f2ff;
  color: #646464;
}

.tab-index.red {
  background-color: #ffd4d4;
}

.tab-index.ygreen {
  background-color: #dceea6;
  color: #646464;
}

.tab-index.pink {
  background-color: #f1c3e5;
  color: #646464;
}

.tab-index.gold {
  background-color: #f5e2ba;
}

.div-block-3 {
  padding: 23px 20px 21px;
}

.div-block-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 40px 20px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border: 1px solid #b6b6b6;
}

.div-block-index.yellow {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea8c), to(#fff));
  background-image: linear-gradient(180deg, #ffea8c, #fff);
}

.div-block-index.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77a5eb), to(#fff));
  background-image: linear-gradient(180deg, #77a5eb, #fff);
}

.div-block-index.green {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#91eccd), to(#fff));
  background-image: linear-gradient(180deg, #91eccd, #fff);
}

.div-block-index.orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffca8a), to(#fff));
  background-image: linear-gradient(180deg, #ffca8a, #fff);
}

.div-block-index.purple {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9d4ff), to(#fff));
  background-image: linear-gradient(180deg, #e9d4ff, #fff);
}

.div-block-index.sky {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a0f2ff), to(#fff));
  background-image: linear-gradient(180deg, #a0f2ff, #fff);
}

.div-block-index.red {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd4d4), to(#fff));
  background-image: linear-gradient(180deg, #ffd4d4, #fff);
}

.div-block-index.ygreen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dceea6), to(#fff));
  background-image: linear-gradient(180deg, #dceea6, #fff);
}

.div-block-index.pink {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1c3e5), to(#fff));
  background-image: linear-gradient(180deg, #f1c3e5, #fff);
}

.div-block-index.gold {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5e2ba), to(#fff));
  background-image: linear-gradient(180deg, #f5e2ba, #fff);
}

.div-block-over2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: auto;
  padding-top: 157px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.17);
  background-clip: border-box;
}

.div-block-mintline {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #b6dbd8;
  border-radius: 30px;
}

.heading-5 {
  margin-top: 10px;
  color: #f36ea9;
  font-size: 25px;
}

.column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-17 {
  font-size: 17px;
  line-height: 30px;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-popup {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 80px 60px 63px;
  background-color: #fff;
}

.content-popup.menu-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.image-index {
  margin-bottom: 7px;
}

.columns {
  display: none;
}

.block-lpink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 20px 34px 20px 36px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 10px;
  background-color: #ffe8f2;
}

.heading-6 {
  max-height: none;
  max-width: 440px;
  margin-top: 10px;
  color: #f36ea9;
  line-height: 32px;
  font-weight: 700;
}

.heading-6.mint {
  max-width: 420px;
  margin-left: 35px;
  color: #55b0a8;
}

.image-30 {
  opacity: 0.63;
}

.column-noleft2 {
  padding-left: 0px;
}

.index-title {
  display: block;
  width: 90%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6 #b6b6b6 #b6b6b6;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.index-title:hover {
  color: #df4589;
}

.index-title.on {
  background-color: #b0ebe5;
  font-weight: 600;
}

.index-title.yellow {
  background-color: #ffea8d;
}

.index-title.blue {
  background-color: #77a5eb;
  color: #fff;
}

.index-title.green {
  background-color: #91eccd;
}

.index-title.orange {
  background-color: #ffca8a;
  color: #646464;
}

.index-title.purple {
  background-color: #e9d4ff;
}

.index-title.sky {
  background-color: #a0f2ff;
  color: #646464;
}

.index-title.red {
  background-color: #ffd4d4;
}

.index-title.ygreen {
  background-color: #dceea6;
  color: #646464;
}

.index-title.pink {
  background-color: #f1c3ee;
  color: #646464;
}

.index-title.gold {
  background-color: #f5e2ba;
}

.column-top-pad2 {
  padding-top: 10px;
  padding-bottom: 3px;
}

.div-block-over-login {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  padding-top: 157px;
  padding-bottom: 90px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.link-block-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b6b6b6;
  border-radius: 15px;
  color: #525252;
}

.link-block-index:hover {
  background-color: #ffeef5;
  box-shadow: 1px 1px 6px 3px #cfcfcf;
}

.link-block-index.right {
  margin-left: auto;
}

.link-block-index.center {
  margin-right: auto;
  margin-left: auto;
}

.link-block-index.mint:hover {
  background-color: #e9fffd;
}

.link-block-index.green:hover {
  background-color: #d4faf6;
}

.div-block-grayline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px 30px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 2px;
  border-color: #c2c2c2;
  border-radius: 30px;
}

.image-31 {
  width: 75px;
}

.content-popup2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 80px 60px 63px;
  background-color: #fff;
}

.content-popup2.menu-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.textlink-blue {
  color: #327fe2;
  font-size: 15px;
}

.link-block-mypage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.link-block-mypage:hover {
  border-bottom: 1px none #55b0a8;
  color: #55b0a8;
}

.text-block-gray {
  margin-left: 8px;
  color: #333;
  font-size: 17px;
  line-height: 25px;
}

.div-block-arr1 {
  display: none;
  padding: 20px 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.06);
}

.btn-silver-long {
  display: block;
  width: 300px;
  margin: 24px auto 15px;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 14px;
  background-color: #cfcfcf;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.btn-silver-long:hover {
  background-color: #000;
  color: #fff;
}

.btn-silver-long.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.h4-chemi {
  display: none;
}

.img-cap {
  width: 370px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
}

.h5-in20 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 23px;
  font-size: 16px;
}

.text-gray-myp {
  margin-top: 4px;
  margin-left: 8px;
  font-size: 17px;
  line-height: 25px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: auto;
  padding-top: 157px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.17);
  background-clip: border-box;
}

.content-popup3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding: 27px 80px 60px 63px;
  background-color: #fff;
}

.content-popup3.menu-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.heading-7 {
  max-width: 320px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 26px;
  text-align: center;
}

.text-table2 {
  font-size: 15px;
}

.text-table2.big {
  font-size: 17px;
  font-weight: 500;
}

.text-table2.red {
  color: #cc0303;
}

.text-table2.blue {
  color: #0035e4;
}

.text-table2.green {
  color: #007e30;
}

.div-block-mintline2 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #b6dbd8;
  border-radius: 20px;
}

.text-block-idx-pop {
  margin-bottom: 5px;
  margin-left: 0px;
  color: #414141;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.text-block-idx-pop.sml {
  font-size: 14px;
}

.bold-pink {
  color: #f36ea9;
  font-size: 15px;
}

.div-block-mintline-ind {
  margin-top: 36px;
  margin-bottom: 20px;
  padding: 30px 16px 30px 19px;
  border-style: solid;
  border-width: 2px;
  border-color: #b6dbd8;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-5 {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 14px;
  background-color: hsla(0, 0%, 90%, 0.7);
}

.text-table-pad {
  padding-left: 10px;
  font-size: 15px;
}

.text-table-pad.big {
  font-size: 17px;
  font-weight: 500;
}

.text-table-pad.red {
  color: #cc0303;
}

.text-table-pad.blue {
  color: #0035e4;
}

.text-table-pad.green {
  color: #007e30;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
  margin-right: 5px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
  color: #4b4b4b;
}

.section {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 41px 60px;
}

.link-block-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  margin-top: 18px;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b1b1;
  border-radius: 20px;
  color: #525252;
  text-align: center;
}

.link-block-service:hover {
  background-color: #ffeef5;
  box-shadow: none;
}

.link-block-service.right {
  margin-left: auto;
}

.link-block-service.center {
  margin-right: auto;
  margin-left: auto;
}

.link-block-service.mint:hover {
  background-color: #e9fffd;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-service-wide {
  display: block;
  width: 550px;
  height: 180px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 17px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b1b1;
  border-radius: 20px;
  color: #525252;
  text-align: center;
}

.link-block-service-wide:hover {
  background-color: #ffeef5;
  box-shadow: none;
}

.link-block-service-wide.right {
  margin-left: auto;
}

.link-block-service-wide.center {
  margin-right: auto;
  margin-left: auto;
}

.link-block-service-wide.mint:hover {
  background-color: #e9fffd;
}

.column-76 {
  padding-top: 11px;
  padding-left: 2px;
  border-right: 1px solid #adadad;
}

.column-77 {
  padding-top: 2px;
}

.form-block-2 {
  width: 270px;
  height: 170px;
  margin-top: 38px;
  padding: 10px 22px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: transparent;
}

.image-32 {
  width: 150px;
  height: 150px;
  padding: 20px 20px 21px 18px;
  border-radius: 99px;
  background-color: rgba(85, 176, 168, 0.32);
}

.div-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99px;
  background-color: rgba(85, 176, 168, 0.55);
}

.text-block-bg2 {
  height: auto;
  min-height: 85px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 15px;
  background-color: rgba(85, 176, 168, 0.18);
  color: #333;
  font-size: 16px;
  line-height: 25px;
}

.block-lmint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 20px 34px 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 10px;
  background-color: #d4f7f4;
}

.div-circle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99px;
  background-color: rgba(85, 176, 168, 0.55);
}

@media screen and (max-width: 991px) {
  h1 {
    width: auto;
  }
  .content {
    padding: 60px 65px 60px 63px;
  }
  .navbar {
    position: relative;
  }
  .menu-button-container {
    display: block;
  }
  .column {
    padding-right: 10px;
  }
  .column2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu-icon {
    display: inline-block;
  }
  .footer-paragraph {
    line-height: 23px;
  }
  .column-3 {
    padding-left: 10px;
  }
  .header-bio {
    padding-top: 37px;
    padding-bottom: 30px;
  }
  .nav-menu-bio {
    display: none;
    opacity: 0;
  }
  .nav-menu-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 80%;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f1f1f1;
  }
  .nav-link-2 {
    width: 100%;
    margin-left: 10px;
    padding-left: 20px;
    float: none;
    border-bottom: 1px solid #cacaca;
    text-align: left;
  }
  .nav-link-2.w--current {
    width: 100%;
  }
  .menu-icon-2 {
    display: block;
  }
  .heading-2 {
    font-size: 46px;
    line-height: 70px;
    letter-spacing: -1px;
  }
  .form-block {
    padding-top: 0px;
    padding-left: 16px;
  }
  .content2 {
    padding: 60px 65px 40px 63px;
  }
  .text-field-2 {
    width: 160px;
  }
  .button-2 {
    min-width: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-table.s {
    font-size: 14px;
  }
  .column-4 {
    min-height: 60px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .bbs_view_faq {
    width: 100%;
  }
  .heading-plaza {
    width: auto;
  }
  .bbs_list_tt_4col-tt {
    width: 100%;
  }
  .bbs_list_tt_4col {
    width: 100%;
  }
  .text-field-3 {
    width: 400px;
  }
  .text-bg {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
  }
  .text-line {
    width: 200px;
  }
  .link-login {
    width: 200px;
  }
  .columns-login {
    width: auto;
  }
  .btn-login {
    position: absolute;
    left: auto;
    top: 0%;
    right: 5%;
    bottom: auto;
    z-index: 5;
  }
  .qa-block {
    width: 100%;
  }
  .qa-block2 {
    width: auto;
  }
  .qa-block3 {
    width: auto;
  }
  .qa-block4 {
    width: 95%;
  }
  .columns-reply-qa {
    width: 100%;
  }
  .column-71 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .photo-qa-reply {
    width: 35px;
    height: 35px;
  }
  .column-4-short {
    padding-right: 5px;
    padding-left: 5px;
  }
  .form-block-login {
    padding-top: 31px;
  }
  .form-join {
    width: auto;
  }
  .img-oth-login {
    margin-right: 0px;
  }
  .btn-bio-sub {
    margin-right: 7px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-lylw {
    background-color: #fff8e8;
  }
  .column-short {
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #cfcfcf;
    border-top-style: none;
  }
  .block-graph-arr-c {
    padding-right: 29px;
    padding-left: 29px;
  }
  .block-inpopup {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-regman {
    width: auto;
  }
  .columns-80p {
    width: 90%;
  }
  .btn-bio-pink2 {
    margin-right: 7px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-date {
    width: 100%;
  }
  .link-block-home {
    width: 100%;
    height: auto;
    min-height: 400px;
  }
  .paragraph-home-banner {
    width: 100%;
  }
  .image-29 {
    margin-right: 2px;
  }
  .text_mypage1 {
    font-size: 15px;
    line-height: 20px;
  }
  .bold-text-5 {
    line-height: 20px;
  }
  .btn-pink-long {
    width: 100%;
  }
  .btn-mint-long {
    width: 100%;
  }
  .list2 {
    margin-left: 5px;
  }
  .radio-button-field {
    margin: 10px 20px 12px 7px;
  }
  .text-block-29 {
    margin-bottom: 30px;
    line-height: 28px;
  }
  .div-block-over {
    height: auto;
  }
  .link-block {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .div-block-index.yellow {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.blue {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.green {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.orange {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.purple {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.sky {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.red {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.ygreen {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.pink {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-index.gold {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-over2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-popup {
    position: -webkit-sticky;
    position: sticky;
    padding: 3px 65px 40px 63px;
  }
  .block-lpink {
    padding-right: 41px;
    padding-left: 32px;
  }
  .heading-6 {
    font-size: 20px;
  }
  .heading-6.mint {
    max-width: 300px;
    margin-left: 20px;
  }
  .img_guide {
    width: 150px;
  }
  .div-block-over-login {
    height: auto;
    padding-top: 8%;
  }
  .link-block-index {
    width: 100%;
  }
  .image-31 {
    width: 65px;
    margin-right: 10px;
  }
  .content-popup2 {
    padding: 30px 65px 40px 63px;
  }
  .btn-silver-long {
    width: 100%;
  }
  .img-cap {
    width: 220px;
  }
  .div-block-popup {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-popup3 {
    max-width: none;
    padding: 30px 53px 40px 51px;
  }
  .heading-7 {
    max-width: 250px;
    margin-left: -5px;
    font-size: 25px;
  }
  .div-block-mintline2 {
    margin-right: -14px;
    margin-left: -13px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-mintline-ind {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .link-block-2 {
    height: 105px;
    padding-top: 1px;
    padding-bottom: 0px;
  }
  .div-block-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block-service-wide {
    width: 95%;
  }
  .text-block-bg2 {
    min-height: 130px;
  }
  .block-lmint {
    padding-right: 27px;
    padding-left: 22px;
  }
  .div-circle-2 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 63px;
    line-height: 68px;
  }
  h3 {
    margin-top: 10px;
  }
  .content {
    padding: 48px 60px 53px;
  }
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column {
    padding-right: 0px;
  }
  .logo-image {
    width: 80px;
    height: auto;
  }
  .column-3 {
    padding-left: 0px;
  }
  .header-bio {
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .nav-menu-2 {
    width: 100%;
  }
  .div-block-bottmenu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-3 {
    font-size: 34px;
  }
  .paragraph {
    margin-top: 20px;
    padding-left: 0px;
  }
  .content2 {
    padding: 48px 60px 53px;
  }
  .section-suibmenu {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-menu {
    width: 75px;
  }
  .text-field-2 {
    width: 200px;
  }
  .heading-4 {
    font-size: 45px;
  }
  .btn-gotop {
    margin-right: auto;
    margin-left: auto;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .combo-member {
    width: auto;
    min-width: 150px;
    margin-bottom: 5px;
  }
  .button-2 {
    min-width: auto;
    margin-bottom: 5px;
  }
  .column-arr-c {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-4 {
    min-height: 90px;
  }
  .column-top-pad {
    padding-right: 5px;
  }
  .bbs_title {
    line-height: 20px;
  }
  .bbs-text {
    overflow: visible;
    line-height: 24px;
  }
  .text-field-3 {
    width: 200px;
  }
  .text-bg {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .text-line {
    width: 140px;
    height: 85px;
    margin-bottom: 10px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 16px;
    line-height: 28px;
  }
  .link-login {
    width: 140px;
  }
  .qa-block {
    width: 100%;
    padding-right: 10px;
  }
  .qa-block1 {
    padding-right: 10px;
  }
  .qa-block2 {
    padding-right: 10px;
  }
  .qa-block3 {
    width: 95%;
    padding-right: 10px;
  }
  .qa-block4 {
    width: 90%;
    padding-right: 10px;
  }
  .column-71 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .submit-button-4-small.qa {
    width: 65px;
  }
  .column-4-short {
    height: 65px;
    min-height: auto;
  }
  .button-login {
    width: 180px;
  }
  .form-join {
    width: auto;
  }
  .column4btn {
    width: 350px;
  }
  .img-oth-login {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-short {
    height: auto;
    min-height: 50px;
  }
  .block-graph-arr-c {
    padding-right: 3px;
    padding-left: 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-inpopup {
    top: 23%;
  }
  .form-regman {
    width: auto;
  }
  .columns-80p {
    width: 100%;
  }
  .columns-date {
    padding-left: 5px;
  }
  .block-graph2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block-home {
    width: 100%;
    min-height: 500px;
  }
  .row-mypage-info {
    width: 90%;
  }
  .block-mypage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h3-prem-guide {
    line-height: 35px;
  }
  .div-block-over2 {
    position: fixed;
    z-index: 5;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.17);
  }
  .heading-5 {
    font-size: 23px;
  }
  .column-center {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .content-popup {
    z-index: 10;
    max-width: none;
    padding: 30px 51px 53px 49px;
  }
  .block-lpink {
    padding-right: 20px;
    padding-left: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-6 {
    margin-right: 0px;
  }
  .heading-6.mint {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .column-noleft2 {
    padding-right: 0px;
  }
  .index-title {
    width: 90%;
  }
  .column-top-pad2 {
    padding-right: 5px;
  }
  .div-block-over-login {
    padding-top: 11%;
  }
  .link-block-index {
    width: 100%;
  }
  .content-popup2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    max-width: none;
    padding: 30px 51px 53px 49px;
  }
  .img-cap {
    width: 170px;
  }
  .div-block-4 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-popup {
    position: fixed;
    z-index: 5;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.17);
  }
  .content-popup3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    max-width: none;
    padding: 30px 39px 53px 37px;
  }
  .heading-7 {
    margin-right: 10px;
    font-size: 23px;
  }
  .div-block-mintline2 {
    margin-right: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-idx-pop {
    font-size: 15px;
  }
  .link-block-2 {
    width: 180px;
    height: 100px;
    margin-left: 5px;
  }
  .section {
    padding-right: 45px;
    padding-left: 46px;
  }
  .link-block-service {
    width: 150px;
    height: 160px;
    margin-top: 30px;
    padding: 20px 15px;
  }
  .div-block-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block-service-wide {
    width: 100%;
  }
  .div-circle {
    width: 120px;
    height: 120px;
  }
  .text-block-bg2 {
    min-height: 250px;
  }
  .block-lmint {
    padding-right: 20px;
    padding-left: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-circle-2 {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .content {
    padding: 10px 30px;
  }
  .navbar {
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo {
    z-index: 20;
  }
  .heading {
    font-size: 20px;
  }
  .logo-image {
    width: 70px;
    height: auto;
  }
  .logo-text {
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
  }
  .footer-paragraph {
    font-size: 13px;
    line-height: 20px;
  }
  .header-bio {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .nav-menu-2 {
    width: 100%;
  }
  .heading-2 {
    margin-bottom: 30px;
    line-height: 60px;
  }
  .div-block-bottmenu {
    margin-right: -10px;
    margin-left: -8px;
  }
  .link {
    margin-right: 10px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 28px;
  }
  .content2 {
    padding: 30px;
  }
  .sub-menu {
    width: 63px;
    margin-bottom: 5px;
  }
  .text-field-2 {
    width: 100%;
  }
  .menu-button {
    margin-top: 8px;
  }
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .combo-member {
    width: auto;
    min-width: 130px;
  }
  .button-2 {
    min-width: 55px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .text-table {
    overflow: visible;
    line-height: 19px;
  }
  .text-table.s {
    font-size: 13px;
    line-height: 16px;
  }
  .column-4 {
    overflow: visible;
  }
  .bbs_view_faq {
    width: 95%;
  }
  .bbs_list_tt_4col-tt {
    width: 100%;
  }
  .bbs_list_tt_4col {
    width: 100%;
  }
  .bbs_title {
    margin-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
  }
  .bbs-text {
    margin-bottom: 3px;
    line-height: 18px;
  }
  .form-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-line {
    width: auto;
    height: auto;
    font-size: 16px;
  }
  .link-login {
    width: 105px;
    font-size: 15px;
  }
  .btn-login {
    z-index: 20;
  }
  .qa-block {
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    padding: 10px 10px 15px 55px;
  }
  .qa-thum {
    left: 10px;
    top: 15px;
    width: 35px;
    height: 35px;
  }
  .qa-block1 {
    left: 5px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 5px;
    padding: 15px 10px 15px 55px;
  }
  .qa-block2 {
    left: 10px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 5px;
    padding: 15px 10px 15px 55px;
  }
  .qa-block3 {
    left: 15px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 5px;
    padding: 15px 10px 15px 55px;
  }
  .qa-block4 {
    left: 20px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 5px;
    padding: 15px 10px 15px 55px;
  }
  .column-71 {
    padding-left: 10px;
  }
  .photo-qa-reply {
    width: 25px;
    height: 25px;
  }
  .column-73 {
    display: block;
    padding-left: 7px;
  }
  .submit-button-4-small.qa {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .radio-button-field-4-1 {
    width: auto;
  }
  .form-block-login {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-field-4 {
    width: 80px;
  }
  .form-join {
    width: auto;
  }
  .combo-birth {
    width: 75px;
    margin-right: 15px;
  }
  .column4btn {
    width: auto;
  }
  .img-oth-login {
    margin-bottom: 7px;
  }
  .tab2 {
    width: 150px;
  }
  .block-graph-arr-c {
    padding-top: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-inpopup {
    top: 11%;
    width: 100%;
  }
  .form-regman {
    width: auto;
  }
  .text200 {
    width: 140px;
  }
  .columns-date {
    width: 100%;
  }
  .link-block-home {
    min-height: 280px;
    margin-top: 20px;
  }
  .row-mypage-info {
    width: 100%;
  }
  .image-29 {
    margin-right: 0px;
  }
  .text_mypage1 {
    display: inline-block;
    margin-right: 5px;
    padding-left: 0px;
  }
  .block-mypage {
    padding-right: 8px;
    padding-left: 10px;
  }
  .btn-pink-long {
    width: 90%;
    margin-bottom: 10px;
  }
  .btn-mint-long {
    width: 90%;
    margin-bottom: 10px;
  }
  .list2 {
    padding-left: 30px;
  }
  .text-block-29 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-over {
    position: absolute;
    z-index: 0;
    height: 300%;
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .link-block {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tab-index {
    width: 150px;
  }
  .div-block-index {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-over2 {
    z-index: 0;
    height: 100%;
    min-height: 0px;
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .div-block-mintline {
    margin-top: 32px;
  }
  .content-popup {
    top: auto;
    padding: 10px 30px;
  }
  .heading-6 {
    font-size: 20px;
    line-height: 28px;
  }
  .index-title {
    width: 100%;
  }
  .img_guide {
    width: 130px;
  }
  .div-block-over-login {
    z-index: 0;
    height: 100%;
    padding-top: 22%;
    padding-bottom: 22%;
    background-color: hsla(0, 0%, 100%, 0.73);
  }
  .link-block-index {
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-popup2 {
    top: 9%;
    bottom: 10%;
    height: auto;
    padding: 10px 30px;
  }
  .div-block-arr1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btn-silver-long {
    width: 90%;
    margin-bottom: 10px;
  }
  .img-cap {
    width: auto;
    margin-top: 10px;
    margin-left: 0px;
  }
  .div-block-4 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-popup {
    z-index: 0;
    height: 100%;
    min-height: 0px;
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .content-popup3 {
    top: 9%;
    bottom: auto;
    height: auto;
    padding: 33px 30px 30px;
  }
  .heading-7 {
    width: auto;
    max-width: 300px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 21px;
    margin-left: 0px;
    font-size: 23px;
    line-height: 32px;
  }
  .text-table2 {
    overflow: visible;
    margin-right: -2px;
    margin-left: -3px;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
  }
  .div-block-mintline2 {
    margin-top: 32px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-mintline-ind {
    margin-top: 32px;
    margin-bottom: 20px;
    padding-right: 16px;
    padding-left: 15px;
  }
  .text-table-pad {
    overflow: visible;
    line-height: 19px;
  }
  .link-block-2 {
    width: 130px;
    height: 90px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 2px;
    line-height: 20px;
  }
  .section {
    padding-right: 29px;
    padding-left: 31px;
  }
  .link-block-service {
    width: 160px;
    margin-top: 20px;
  }
  .link-block-service-wide {
    height: auto;
    margin-top: 20px;
    padding: 20px 14px 19px 16px;
  }
  .form-block-2 {
    width: 330px;
  }
  .text-block-bg2 {
    min-height: 100px;
    margin-bottom: 40px;
  }
}

#w-node-6698c5fb0a0b-fb4fa6cc {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-6698c5fb0a0b-fb4fa6cc {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

