@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.15;
  overflow-y: scroll;
  -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;
}

.bg-2-b {
  background-image: url('/img/2-b/section1-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.bg-2-c {
  background-image: url('/img/2-c/section1-bg.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

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;
}

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

.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.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;
}

.py-10 {
  padding: 10rem 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%;
}


.d-none {
  display: none;
}

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

.design-1-b .bg-gray,
.design-2-c .bg-gray {
  background-color: #f5f5f5;
}

.design-1-c .bg-gray {
  background-color: #f9f9f9;
}

.design-1-d .bg-gray {
  border-top: 1rem solid #e5e5e5;
  background-color: transparent;
}

.design-2-b .bg-gray {
  background-color: #ff612c;
}

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

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

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

.header {
  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 70%, #fdfdfd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 70%,#fdfdfd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 70%,#fdfdfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: .1rem solid #aaaaaa;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: .5rem;
}
.header h1 {
  margin: 0;
}

.header .logo {
  width: 9rem;
}

.section-form {
  padding: 5rem 4rem 5rem 4rem;
}

.design-1-a .section-form,
.design-2-a .section-form,
.design-5-c .section-form {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'GmarketSans', '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";
}

.design-1-b .section-form,
.design-1-c .section-form {
  font-size: 1.8rem;
  font-weight: 400;
}

.design-2-c .section-form {
  padding-top: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

.design-2-c .section-form.bg-gray {
  padding-top: 2rem;
}

.design-1-d .section-form,
.design-3-a .section-form {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'S-CoreDream', '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";
}

.design-2-b .section-form {
  position: relative;
  font-size: 1.6rem;
  font-family: 'S-CoreDream', '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";
}

.design-4-b .section-form {
  font-size: 1.6rem;
  font-weight: 700;
}

.design-2-b .form {
  background-color: #ff612c;
  padding: 2rem;
  border-radius: 2rem;
}

.design-2-b .bg-gray .form {
  padding: 0;
}

.design-2-c .form {
  background-color: #fff;
  padding: 2rem;
}

.design-2-c .bg-gray .form {
  background-color: transparent;
  padding: 0;
}

.name-gender {
  box-sizing: content-box;
  float: left;
  width: calc(50% - .5rem);
}

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

.design-1-a .section-form .button,
.design-2-a .section-form .button {
  border: none;
  color: #ffffff;
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: block;
  width: 100%;
  background-color: #ccc;
  transition: background-color .5s ease;
  text-decoration: none;
}

.design-1-d .button-gender {
  border: 2px solid #999;
  color: #666;
  padding: .6rem;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  transition: background-color .5s ease;
}

.design-1-d .button-gender.checked {
  border: 2px solid #3c61cc;
  background-color: #3c61cc;
  color: #fff;
}

.design-2-a .section-form .button.button-gender {
  color: #333;
  padding-left: 0rem;
  padding-right: 2rem;
  background-color: transparent;
  background-image: url(/img/2-a/audio-off.png);
  background-repeat: no-repeat;
  background-position-x: 75%;
  background-position-y: 39%;
  background-size: 25%;
}

.design-2-a .section-form .button.button-gender.checked {
  background-image: url(/img/2-a/audio-on.png);
}

.img-audio {
  vertical-align: middle;
  width: 2.5rem;
}

.design-1-a .button-male.checked {
  background-color: #53acff;
}

.design-1-a .button-female.checked {
  background-color: #f37e84;
}

.gender-span {
  cursor: pointer;
}

.design-2-b .gender-span {
  display: block;
  width: 11%;
  float: left;
  background-color: #fff;
  color: #ccc;
  text-align: center;
  padding: .8rem .7rem;
  border-radius: 50%;
  margin-left: 2%;
}

.design-2-b .gender-span.checked {
  background-color: #ffec81;
  color: #ff612c;
}

.form-div {
  overflow: hidden;
  padding-top: 1rem;
}

.form-div-checkbox {
  padding-top: .5rem;
}

.design-1-b .form-div,
.design-1-c .form-div,
.design-2-c .form-div,
.design-4-b .form-div {
  padding-top: 2rem;
}


.design-1-a .input,
.design-2-a .input {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 1.2rem;
  border: 2px solid #ccc;
  box-shadow: none;
}

.design-1-b .input-label,
.design-1-c .input-label,
.design-2-b .input-label,
.design-2-c .input-label,
.design-4-b .input-label {
  display: block;
  float: left;
  width: 30%;
  line-height: 1.6;
}

.design-1-c .input-label,
.design-2-b .input-label {
  line-height: 2;
}

.design-2-b .input-label {
  color: #fff;
}

.design-1-b .input,
.design-2-c .input,
.design-4-b .input {
  display: block;
  float: right;
  width: 70%;
  padding: 0 0 1.2rem .5rem;
  border: none;
  border-bottom: 2px solid #000;
  box-shadow: none;
  background-color: transparent;
}

.design-1-c .input {
  display: block;
  float: right;
  width: 70%;
  padding: .6rem 1rem;
  border: none;
  box-shadow: none;
  background-color: #ebebeb;
  border-radius: .5rem;
}

.design-1-d .input {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ebebeb;
  border: none;
  box-shadow: none;
  padding: .7rem;
}

.design-2-b .input {
  display: block;
  float: right;
  width: 70%;
  padding: .6rem 1rem;
  border: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2rem;
}

.design-2-b .input-name {
  float: left;
  width: 43%;
}

.design-3-a .input {
  text-align: center;
  display: inline-block;
  width: 100%;
  border: 2px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: none;
}

.design-3-a .section-form .button {
  border: 2px solid #00baed;
  color: #00baed;
  display: block;
  width: 100%;
  background-color: #fff;
  transition: background-color .5s ease;
  text-decoration: none;
}

.design-3-a .button-male.checked,
.design-3-a .button-female.checked {
  color: #fff;
  background-color: #00baed;
}

.design-3-a .input,
.design-3-a .button {
  padding: 1rem;
}

.design-3-a .button-calculator {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #fff !important;
}

.design-3-a .button-request {
  background-color: #0030ff !important;
  border-color: #0030ff !important;
  color: #fff !important;
}

.design-5-c .input {
  text-align: center;
  display: inline-block;
  width: 100%;
  border: 2px solid #ccc;
  background-color: #fff;
  box-shadow: none;
}

.design-5-c .section-form .button {
  border: 2px solid #ccc;
  color: #ccc;
  display: block;
  width: 100%;
  background-color: #fff;
  transition: background-color .5s ease;
  text-decoration: none;
}

.design-5-c .button-male.checked,
.design-5-c .button-female.checked {
  color: #fff;
  background-color: #3563dd;
  border-color: #3563dd !important;
}

.design-5-c .input,
.design-5-c .button {
  padding: 1rem;
}

.design-5-c .button-calculator {
  background-color: #ec0d30 !important;
  border-color: #ec0d30 !important;
  color: #fff !important;
}

.design-5-c .button-request {
  background-color: #3563dd !important;
  border-color: #3563dd !important;
  color: #fff !important;
}

.input::placeholder {
  color: #ccc;
}

.img-calculator {
  margin-left: .5rem;
  width: 2.1875rem;
}

.img-phone {
  margin-left: .5rem;
  width: 3.2rem;
}

.design-2-b .img-calculator,
.design-2-b .img-phone {
  width: initial;
  height: 1.8rem;
  vertical-align: text-bottom;
}

.design-1-c .button-div {
  float: left;
}

.design-1-c .button-div.w-30 {
  padding-right: 1rem;
}

.design-1-a .button-calculator {
  background-color: #ff0000 !important;
}

.design-1-a .button-request {
  background-color: #1759ff !important;
}

.design-1-b .button-submit,
.design-1-c .button-submit,
.design-2-c .button-submit {
  border: none;
  border-radius: .5rem;
  padding: 1.2rem .5rem;
  display: block;
  width: 100%;
  font-size: 2rem;
  transition: background-color .5s ease;
}

.design-1-d .button-submit {
  border: none;
  border-radius: 2rem;
  padding: 1.2rem .5rem;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  transition: background-color .5s ease;
}

.design-1-b .button-calculator {
  background-color: #fd0606 !important;
  color: #fff;
}

.design-1-b .button-request {
  background-color: #3982e6;
  color: #fff;
}

.design-1-c .button-request {
  background-color: transparent;
  border: 2px solid #999;
  color: #ff6666;
}

.design-1-c .button-calculator {
  background-color: #ff6666 !important;
  border: 2px solid #ff6666;
  color: #fff;
}

.design-1-d .button-calculator {
  background-color: #fd0606 !important;
}

.design-1-d .button-request {
  background-color: #ffa810 !important;
}

.design-2-a .button-calculator {
  background-color: #1759ff !important;
}

.design-2-a .button-request {
  background-color: #ffa810 !important;
}

.design-2-b .button-submit {
  border: none;
  border-radius: 2rem;
  padding: 1.2rem .5rem;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #1759ff;
  font-weight: 700;
  transition: background-color .5s ease;
}

.design-2-c .button-calculator {
  color: #fff;
  background-color: #d93025 !important;
  border: 2px solid #d93025;
}

.design-2-c .button-request {
  color: #fff;
  background-color: #1759ff !important;
  border: 2px solid #1759ff;
}

.design-4-b .button-submit {
  border: 2px solid #3c43ad;
  color: #fff;
  border-radius: .5rem;
  padding: 1.2rem .5rem;
  display: block;
  width: 100%;
  font-size: 2rem;
  transition: background-color .5s ease;
}

.design-4-b .button-calculator {
  background-color: #ff1b1b !important;
}

.design-4-b .button-request {
  color: #3c42ad;
  background-color: #f7e224;
}

.button-calculator[disabled],
.button-request[disabled] {
  border-color: #ccc !important;
  color: #ccc !important;
  background-color: #eee !important;
}

.button img {
  vertical-align: middle;
}

.tab-header {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-list {
  width: 33.333333%;
  float: left;
  background-color: #365595;
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  min-height: 6.5rem;
  padding-top: 2.5rem;
  cursor: pointer;
  transition: background-color .5s ease;
}

.tab-list:hover {
  background-color: #4d6fb4;
}

.tab-list.checked {
  background-color: #ffffff;
  color: #365595;
}

.tab-list:first-child {
  padding-top: 1.25rem;
}

@media (max-width: 576px) {
  html {
    font-size: 65%;
  }

  .section-form {
    padding: 2rem;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .section-form {
    padding: 2rem;
  }
}

.popup-agree {
  padding: 1rem;
  background-color: #f2f2f2;
}

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

.label-agree {
  color: #355595;
  font-weight: 700;
  font-size: 1.6rem;
}

.section-form .label-agree {
  color: #6f6f6f;
  font-weight: 400;
}

.section-form .label-agree u {
  color: #fd0606;
}

.agree {
  font-size: 1.4rem;
  padding: 1rem;
  margin-top: 1rem;
  color: #777;
  background-color: #f2f2f2;
}

.agree-overflow {
  height: 20rem;
  overflow: scroll;
}

.popup-agree .agree {
  margin-top: 0;
}

.agree h5 {
  font-size: 1.4rem;
  color: #000;
  margin: 0;
  margin-bottom: .5rem;
}

.button-agree {
  color: #fff;
  border: none;
  background-color: #ccc;
  padding: .1rem .6rem;
}

.button-agree:first-child {
  margin-left: 1rem;
}

.button-agree.checked {
  background-color: #355595;
}

.agree-list {
  font-weight: 700;
  padding-bottom: .5rem;
}

.agree-list div {
  font-weight: 400;
  margin-left: 1rem;
}

.agree-footer {
  font-weight: 700;
}

.agree-anchor {
  padding-top: 1rem;
  font-weight: 700;
}

.agree-anchor a {
  color: #000;
}

.agree-button-section {
  padding-top: 1rem;
  text-align: center;
}

.agree-list div table {
  border-collapse: collapse;
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
}

.agree-list div table th {
  background-color: #d9d9d9;
}

.agree-list div table th, .agree-list div table td {
  padding: 0.5rem;
  border: 2px solid #777;
}

.agree-list div table th:last-child, .agree-list div table td:last-child {
  border-right: 0px;
}

.agree-list div table th:first-child, .agree-list div table td:first-child {
  border-left: 0px;
}

.result-calculator {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
}

.result-calculator .bold {
  color: #355595;
  font-size: 1.8rem;
  font-weight: 700;
}

.result-table-section {
  margin-top: 3rem;
  padding: 2rem;
  padding-top: 3rem;
  background-image: url(/img/common/frame.png);
  background-size: contain;
  background-repeat: repeat-x;
  min-height: 24rem;
}

.result-table {
  width: 100%;
}

.result-table caption {
  border-top: 2px solid #000;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.result-table thead th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
}

.result-phone-img-section {
  padding: 3rem;
}

.bottom-fixed {
  position: fixed;
  width: 100%;
  max-width: 600px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

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

.footer {
  background-color: #e5e5e5;
  padding-bottom: 3rem;
}

.calculator-section {
  padding-top: 2rem;
}
