@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');

@media print {
  *, *::before, *::after {
      text-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  a, a:visited {
      text-decoration: underline;
  }
  abbr[title]::after {
      content: " (" attr(title) ")";
  }
  pre {
      white-space: pre-wrap !important;
  }
  pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }
  thead {
      display: table-header-group;
  }
  tr, img {
      page-break-inside: avoid;
  }
  p, h2, h3 {
      orphans: 3;
      widows: 3;
  }
  h2, h3 {
      page-break-after: avoid;
  }
  .navbar {
      display: none;
  }
  .badge {
      border: 1px solid #000;
  }
  .table {
      border-collapse: collapse !important;
  }
  .table td, .table th {
      background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
      border: 1px solid #ddd !important;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  line-height: 1.4;
  overflow-y: scroll;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Nanum Gothic', 'Malgun Gothic', "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

img {
  border-style: none;
}

input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

textarea:focus, input:focus, button:focus {
  outline: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

table th,
table td {
  border-style: solid;
}

.img-responsive {
  display: block;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.w-100 {
  width: 100%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.py-10 {
  padding: 10rem 0;
}

.m-0 {
  margin: 0;
}

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

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

.scroll-to-top i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.scroll-to-top i::before,
.scroll-to-top i::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: .2rem;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: top .5s ease;
}

.scroll-to-top i::before {
  transform: translate(-83%, -50%) rotate(-45deg);
}

.scroll-to-top i::after {
  transform: translate(-17%, -50%) rotate(45deg);
}

.scroll-to-top:hover i::after,
.scroll-to-top:hover i::before {
  top: 35%;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow-y: auto;
}

.popup.hide {
  display: none;
}

.popup .content {
  margin: 1rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.d-none {
  display: none;
}

.bg-gray {
  background-color: #f2f2f2;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.font-weight-bold {
  font-weight: 700;
}

.age-section {
  padding: 1rem;
  border-bottom: 1px solid #c2c2c2;
}

.form-section {
  padding: 1.5rem;
}

.survey-list-div {
  padding: .7rem 0 1.2rem .5rem;
}

.survey-list-label {
  display: inline-block;
  margin-right: 1rem;
}

.form-div {
  padding-bottom: 1rem;
}

.input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 15px 20px;
  border: 1px solid #b8b8b8;
  border-radius: 4px !important;
}

.gender-label {
  display: inline-block;
  padding: .5rem 0 0 1.3rem;
  font-size: 1.2rem;
}

.button {
  height: 2.54rem;
  background-image: linear-gradient(#fff, #ececec);
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  font-weight: bold;
}

.button-submit {
  width: 100%;
  height: 55px;
  background: #19ce60;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
}

.button-submit-cancel {
  background-color: #ddd !important;
  color: #aaa !important;
}

.agree-label {
  display: block;
  width: 100%;
  padding: 0 0 .7rem .2rem;
}

.agree-label-all {
  padding-left: 0;
}

.agree-label-all span {
  font-size: 1.2rem;
  font-weight: 700;
}

.agree-label u {
  color: #ff2000;
}

.main-content-section {
  padding: 1rem;
}

.main-content-section ul {
  padding-left: .5rem;
  margin-left: .5rem;
  list-style-type: circle;
}

.complete-content-section {
  padding: 1rem;
}

.complete-content-section ul {
  padding-left: .5rem;
  margin-left: .5rem;
  list-style-type: disc;
}

.complete-content-section li li {
  list-style-type: circle;
}

.footer {
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  font-size: .9rem;
  line-height: 1.5;
}

.main-visual-4 {
  position: relative;
}

.main-visual-4-div {
  position: absolute;
  left: 50.3%;
  bottom: 2.7rem;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.main-visual-4-div a {
  display: inline-block;
  width: 41%;
}

.main-visual-4-div a:last-child {
  margin-left: 1rem;
}

.daisomall-href {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: rgb(227, 1, 15);
  font-size: 1.3rem;
  font-weight: 900;
}

@media (max-width: 480px) {
  html {
    font-size: .9rem;
  }

  h3 {
    font-size: 1.08rem;
  }

  .main-visual-4-div {
    bottom: 1rem;
  }
}

@media (max-width: 400px) {
  html {
    font-size: .85rem;
  }

  h3 {
    font-size: 1.02rem;
  }
}

@media (max-width: 320px) {
  html {
    font-size: .8rem;
  }

  h3 {
    font-size: 1rem;
  }
}

.ml-2 {
  margin-left: 2rem;
}

.dsm-ad-info-title {
  margin-bottom: 0.5rem;
}

.dsm-ad-info-content {
  margin-top: 0rem;
}