@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
* {
  word-break: keep-all; }

@media (max-width: 1024px) {
  html.m-scroll-lock, body.m-scroll-lock {
    overflow: hidden;
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none; }
    html.m-scroll-lock .container, body.m-scroll-lock .container {
      touch-action: none;
      /* 이외의 브라우저 */
      overscroll-behavior: none; } }

body.scrollHidden {
  overflow: hidden;
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none; }
  body.scrollHidden .container {
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none; }

.inner {
  max-width: 1180px;
  margin: 0 auto; }

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 500; }

.container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  max-width: 1000px; }
  @media (max-width: 1024px) {
    .container {
      padding-bottom: 0;
      min-width: 100%;
      width: 100%;
      overflow: hidden; } }

.web {
  display: block; }
  .web.web-inline {
    display: inline; }
  @media (max-width: 1024px) {
    .web {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .mobile {
      display: block; } }

@media (max-width: 1024px) {
  .mobile-enter {
    display: block; } }

article.menu-btn-box {
  display: inline-flex;
  justify-content: center; }
  article.menu-btn-box .menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    min-width: 0; }
    @media (max-width: 1024px) {
      article.menu-btn-box .menu-box {
        width: 100px; } }
    article.menu-btn-box .menu-box + .menu-box {
      margin-left: 30px; }
    article.menu-btn-box .menu-box.type-1 .menu-btn {
      color: #fff;
      background-color: rgba(85, 85, 85, 0.8); }
      @media (max-width: 1024px) {
        article.menu-btn-box .menu-box.type-1 .menu-btn {
          background-color: #555555; } }
      article.menu-btn-box .menu-box.type-1 .menu-btn:hover {
        background-color: #555555; }
    article.menu-btn-box .menu-box.type-2 .menu-btn {
      color: #fff;
      background-color: rgba(51, 102, 153, 0.8); }
      @media (max-width: 1024px) {
        article.menu-btn-box .menu-box.type-2 .menu-btn {
          background-color: #336699; } }
      article.menu-btn-box .menu-box.type-2 .menu-btn:hover {
        background-color: #336699; }
	article.menu-btn-box .menu-box.type-3 .menu-btn {
      color: #fff;
      background-color: rgba(11, 161, 85, 0.8); }
      @media (max-width: 1024px) {
        article.menu-btn-box .menu-box.type-3 .menu-btn {
          background-color: #2fcc7d; } }
      article.menu-btn-box .menu-box.type-3 .menu-btn:hover {
        background-color: #2fcc7d; }
    article.menu-btn-box .menu-box .menu-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      font-weight: 700;
      font-size: 20px;
      border-radius: 5px;
      height: 48px; }
      @media (max-width: 1024px) {
        article.menu-btn-box .menu-box .menu-btn {
          height: 40px;
          font-size: 15px; } }
  @media (max-width: 1024px) {
    article.menu-btn-box .menu-btn {
      height: 46px;
      font-size: 16px; } }
  article.menu-btn-box .menu-btn + .menu-btn {
    margin-left: 46px; }
    @media (max-width: 1024px) {
      article.menu-btn-box .menu-btn + .menu-btn {
        margin-left: 26px; } }
  article.menu-btn-box .menu-btn.full {
    width: 100%; }

@media (max-width: 1024px) {
  .tbox {
    width: 100%; } }

.tbox.full {
  width: 100%; }

.tbox.long {
  width: 532px; }

.tbox.small {
  width: 150px; }

.tbox.smaller {
  width: 89px; }
  @media (max-width: 1024px) {
    .tbox.smaller {
      width: 40px; } }

.tbox.long {
  width: 446px; }
  @media (max-width: 1024px) {
    .tbox.long {
      width: 100%; } }

.tbox.medium {
  width: 255px; }

@media (max-width: 1024px) {
  .tbox.m-full {
    width: 100%; } }

.tbox input {
  border-radius: 4px;
  height: 48px;
  outline: none;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 16px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #EAECEF; }
  @media (max-width: 1024px) {
    .tbox input {
      height: 40px;
      font-size: 14px;
      padding: 0 12px; } }
  .tbox input::placeholder {
    color: #878E95; }
  .tbox input:read-only {
    background-color: #e1e1e1; }
  .tbox input.readonly-bg:read-only {
    background-color: #fff; }

.tbox.center input {
  text-align: center; }

.tbox::placeholder {
  color: rgba(57, 57, 57, 0.4);
  letter-spacing: -0.3px; }

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .cbox.static i {
    position: static !important; }
  .cbox label {
    cursor: pointer; }
    .cbox label input[type=checkbox] {
      position: absolute;
      left: -9999px; }
      .cbox label input[type=checkbox]:checked ~ i {
        background: url("../img/ic_cbox_on.svg") no-repeat center/cover; }
    .cbox label i {
      position: absolute;
      width: 24px;
      height: 24px;
      line-height: 24px;
      background: url("../img/ic_cbox_off.svg") no-repeat center/cover; }
      @media (max-width: 1024px) {
        .cbox label i {
          width: 20px;
          height: 20px; } }
    .cbox label .txt {
      line-height: 24px;
      padding-left: 30px;
      font-size: 16px;
      display: inline-flex;
      color: #666;
      font-weight: 500; }
      @media (max-width: 1024px) {
        .cbox label .txt {
          font-size: 14px;
          line-height: 18px;
          padding-left: 26px; } }

.sbox {
  position: relative;
  text-align: left;
  width: 150px; }
  .sbox.full {
    width: 100%; }
  .sbox.small {
    width: 116px; }
  .sbox.smaller {
    width: 103px; }
  .sbox.normal {
    width: 201px; }
  .sbox.big {
    width: 280px; }
  @media (max-width: 1024px) {
    .sbox.m-full {
      width: 100%; } }
  .sbox.off select {
    color: #aaa !important; }
  .sbox.type-1 select {
    color: #666;
    background-color: #FBFBFB; }
  .sbox.active select {
    background: #EFF7FF url("../img/ic_select_arrow_selected.svg") no-repeat center right 10px/11px 7px !important;
    color: #6EA7DB; }
  .sbox select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url("../img/ic_select_arrow.svg") no-repeat center right 16px;
    border: 1px solid #EAECEF;
    outline: none;
    padding: 0 44px 0 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    height: 48px;
    color: #4A5056; }
    .sbox select.type-product {
      font-weight: 700;
      font-size: 20px; }
    @media (max-width: 1024px) {
      .sbox select {
        padding: 0 40px 0 12px;
        height: 40px;
        font-size: 14px; } }

section.seal .seal-form .head-box {
  background-color: #336699;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  section.seal .seal-form .head-box .head-txt {
    color: #fff;
    font-size: 24px;
    font-weight: 500; }

section.seal .seal-form .body-box {
  padding: 30px 30px; }
  @media (max-width: 1024px) {
    section.seal .seal-form .body-box {
      padding: 20px; } }
  section.seal .seal-form .body-box .row {
    display: flex; }
    section.seal .seal-form .body-box .row + .row {
      margin-top: 20px; }
      @media (max-width: 1024px) {
        section.seal .seal-form .body-box .row + .row {
          margin-top: 15px; } }
    section.seal .seal-form .body-box .row .row-box {
      width: 100%; }
      section.seal .seal-form .body-box .row .row-box + .row-box {
        margin-left: 20px; }
    section.seal .seal-form .body-box .row .submit-box {
      width: 100%;
      justify-content: center;
      text-align: center; }
    section.seal .seal-form .body-box .row .subject-box {
      padding-bottom: 10px; }
      section.seal .seal-form .body-box .row .subject-box .subject-txt {
        font-size: 20px;
        font-weight: 700; }
        @media (max-width: 1024px) {
          section.seal .seal-form .body-box .row .subject-box .subject-txt {
            font-size: 16px; } }
    section.seal .seal-form .body-box .row .con-box {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        section.seal .seal-form .body-box .row .con-box {
          flex-direction: column; } }
      section.seal .seal-form .body-box .row .con-box .agree-box {
        padding-top: 25px; }
        @media (max-width: 1024px) {
          section.seal .seal-form .body-box .row .con-box .agree-box {
            padding-top: 15px; } }
      section.seal .seal-form .body-box .row .con-box .terms-box {
        background-color: #fff;
        overflow: auto;
        width: 100%;
        height: 150px;
        border: 1px solid black;
        padding: 10px;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 1024px) {
          section.seal .seal-form .body-box .row .con-box .terms-box {
            font-size: 12px;
            line-height: 18px; } }
        section.seal .seal-form .body-box .row .con-box .terms-box table {
          margin-top: 10px; }
          section.seal .seal-form .body-box .row .con-box .terms-box table th {
            height: 30px;
            padding: 2px;
            font-weight: bold;
            text-align: center;
            color: #153d73;
            border-bottom: 1px solid #ccc;
            border-top: 3px solid #369; }
          section.seal .seal-form .body-box .row .con-box .terms-box table td {
            text-align: center;
            padding: 2px;
            border-bottom: 1px solid #ccc; }
      section.seal .seal-form .body-box .row .con-box .terms-msg-box {
        padding-top: 5px; }
        @media (max-width: 1024px) {
          section.seal .seal-form .body-box .row .con-box .terms-msg-box {
            font-size: 14px;
            line-height: 18px; } }
      section.seal .seal-form .body-box .row .con-box .calc-group {
        margin-top: 10px;
        padding-top: 20px;
        /*border-top: 2px solid #336699;*/
        width: 100%;
        display: flex;
        align-items: flex-end; }
        @media (max-width: 1024px) {
          section.seal .seal-form .body-box .row .con-box .calc-group {
            flex-flow: row wrap;
            align-items: flex-start;
            margin-top: 0;
            padding-top: 10px; } }
        section.seal .seal-form .body-box .row .con-box .calc-group article.menu-btn-box {
          margin-left: 20px; }
          @media (max-width: 1024px) {
            section.seal .seal-form .body-box .row .con-box .calc-group article.menu-btn-box {
              margin: 10px 0 0;
              width: 100%; }
              section.seal .seal-form .body-box .row .con-box .calc-group article.menu-btn-box .menu-box {
                width: 100%; } }
        section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box {
          width: 100%; }
          @media (max-width: 1024px) {
            section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box {
              width: calc(33.33% - 7px); } }
          section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box + .calc-item-box {
            margin-left: 20px; }
            @media (max-width: 1024px) {
              section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box + .calc-item-box {
                margin-left: 10px; } }
          section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box .calc-head-box {
            font-size: 18px;
            font-weight: 500;
            padding-bottom: 10px; }
            @media (max-width: 1024px) {
              section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box .calc-head-box {
                font-size: 14px;
                line-height: 18px;
                padding-bottom: 6px;
                min-height: 42px;
                display: flex;
                flex-flow: row wrap;
                align-items: flex-end; } }
          section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box .calc-body-box {
            display: flex;
            align-items: center; }
            section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box .calc-body-box .unit-box {
              font-size: 18px;
              padding-left: 10px; }
              @media (max-width: 1024px) {
                section.seal .seal-form .body-box .row .con-box .calc-group .calc-item-box .calc-body-box .unit-box {
                  font-size: 14px;
                  padding-left: 4px; } }
      section.seal .seal-form .body-box .row .con-box .item-list {
        width: 100%; }
        section.seal .seal-form .body-box .row .con-box .item-list .item-row {
          width: 100%; }
          section.seal .seal-form .body-box .row .con-box .item-list .item-row + .item-row {
            margin-top: 10px; }
      section.seal .seal-form .body-box .row .con-box .item-box {
        display: flex;
        align-items: center; }
        @media (max-width: 1024px) {
          section.seal .seal-form .body-box .row .con-box .item-box {
            width: 100%; } }
        section.seal .seal-form .body-box .row .con-box .item-box.full {
          width: 100%; }
        section.seal .seal-form .body-box .row .con-box .item-box + .item-box {
          margin-left: 20px; }
          @media (max-width: 1024px) {
            section.seal .seal-form .body-box .row .con-box .item-box + .item-box {
              margin: 10px 0 0; } }
        section.seal .seal-form .body-box .row .con-box .item-box > div + * {
          margin-left: 20px; }
          @media (max-width: 1024px) {
            section.seal .seal-form .body-box .row .con-box .item-box > div + * {
              margin-left: 10px; } }

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