@charset "UTF-8";
/*공통으로 불러오는 스타일*/ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

body {
  box-sizing: border-box;
  font-family: Pretendard, Roboto, "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: #333;
}

div {
  position: relative;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
}

input {
  outline: none;
}

.img100 {
  width: 100%;
}

.blind {
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
}

/* PC view */
.inner {
  width: 1120px;
  margin: 0 auto;
}

/*haader*/
header {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #0A84D0;
  position: relative;
  z-index: 100;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.logoTell {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 20px 0 30px;
}
.logoTell h1 img {
  height: 20px;
}
.logoTell p {
  font-size: 1.25rem;
  color: #1B3A72;
  font-weight: 600;
}
.logoTell .icon img {
  width: 22px;
  margin: 4px 4px 0 0;
}

nav.productMenu ul {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-content: center;
  gap: 0;
  font-size: 1.25rem;
}
nav.productMenu li {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-weight: 500;
}
nav.productMenu li:hover {
  background: #f7f7f7;
}
nav.productMenu li:hover a {
  font-weight: 600;
}
nav.productMenu li.active {
  background: #0A84D0;
}
nav.productMenu li.active a {
  color: #fff;
  font-weight: 600;
}

/*main*/
main {
  min-width: 1120px;
  background: #F3F8FB;
}

section.productSummary {
  display: block;
  height: 660px;
  text-align: center;
  font-weight: 600;
  color: #222;
}
section.productSummary .title {
  text-align: left;
  position: absolute;
  top: 120px;
  left: 45px;
}
section.productSummary .title p {
  font-size: 1.875rem;
  font-weight: 500;
}
section.productSummary .title h2 img {
  height: 80px;
}
section.productSummary .mainImg {
  height: 470px;
  position: absolute;
  top: 100px;
  left: 590px;
}
section.productSummary h4 {
  font-size: 1.875rem;
  position: absolute;
  top: 310px;
  left: 45px;
}
section.productSummary .round {
  position: absolute;
  top: 380px;
  left: 34px;
  display: flex;
  justify-content: center;
  gap: 20px;
  letter-spacing: -1px;
  padding: 0 10px 30px;
}
section.productSummary .point {
  font-size: 1.375rem;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #f7ef8c;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
section.productSummary .point .layout {
  padding-top: 40px;
  line-height: 1.875rem;
}
section.productSummary .point strong {
  font-size: 1.75rem;
  color: #b52f55;
  border-bottom: 2px solid #b52f55;
}

section.productSummary.autoSecureLoan .title h2 img {
  height: 68px;
}

section.fieldBox {
  position: relative;
  height: 260px;
  background: #0A84D0;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
section.fieldBox .btn_apply {
  position: absolute;
  top: 110px;
  left: 560px;
  background: linear-gradient(140deg, #2860A7, #1B3A72, #1B3A72);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
section.fieldBox .btn_apply a.apply {
  display: block;
  width: 515px;
  height: 100px;
  color: #f7ef8c;
  font-size: 1.25rem;
}
section.fieldBox .btn_apply a.apply p {
  padding-top: 12px;
}
section.fieldBox .btn_apply em {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -1px;
}
section.fieldBox .btn_application {
  background: linear-gradient(140deg, #fcfbed, #fbf5c2, #fbf5c2);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 12px;
}
section.fieldBox .btn_application a.application {
  color: #1B3A72;
  font-size: 1.125rem;
  font-weight: 700;
}
section.fieldBox .btn_application em {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -1px;
}
section.fieldBox .consultationRequest {
  position: absolute;
  left: 45px;
  top: 20px;
  text-align: left;
}
section.fieldBox .consultationRequest h5 {
  font-size: 1.5rem;
  padding: 16px 0 4px;
}
section.fieldBox .consultationRequest i {
  margin-left: 8px;
}
section.fieldBox .consultationRequest i img {
  height: 30px;
}
section.fieldBox .consultationRequest p {
  font-size: 1rem;
  color: #BCE3F7;
}
section.fieldBox .loanApplication {
  position: absolute;
  left: 560px;
  top: 20px;
  text-align: left;
}
section.fieldBox .loanApplication h5 {
  font-size: 1.5rem;
  padding: 16px 0 4px;
}
section.fieldBox .loanApplication i {
  margin-left: 10px;
}
section.fieldBox .loanApplication i img {
  height: 30px;
}
section.fieldBox .loanApplication p {
  font-size: 1rem;
  color: #BCE3F7;
}
section.fieldBox .hponeBox {
  position: absolute;
  left: 45px;
  top: 112px;
  width: 300px;
}
section.fieldBox .hponeBox ul.hponeNomber {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.125rem;
}
section.fieldBox .hponeBox ul.hponeNomber li {
  display: inline-block;
  width: 32%;
}
section.fieldBox .hponeBox ul.hponeNomber select, section.fieldBox .hponeBox ul.hponeNomber input {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #2860A7;
  border-radius: 0;
  color: #333;
}
section.fieldBox .hponeBox ul.hponeNomber select {
  width: 100%;
  padding: 6px 4px 6px 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../assets/icon_select.svg) no-repeat 90% 50%;
}
section.fieldBox .hponeBox ul.hponeNomber input {
  padding: 6px 4px;
  text-align: center;
}
section.fieldBox .checkBox {
  position: absolute;
  left: 45px;
  top: 160px;
  margin-bottom: 10px;
}
section.fieldBox .checkBox .check1 {
  margin-bottom: 6px;
}
section.fieldBox .checkBox input[id=agree01], section.fieldBox .checkBox input[id=agree02] {
  display: none;
}
section.fieldBox .checkBox input[id=agree01] + label,
section.fieldBox .checkBox input[id=agree02] + label {
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url(../assets/icon_chekBox_deactive.svg) no-repeat 0;
  background-size: 20px 20px;
  cursor: pointer;
}
section.fieldBox .checkBox input[id=agree01]:checked + label,
section.fieldBox .checkBox input[id=agree02]:checked + label {
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url(../assets/icon_chekBox_active.svg) no-repeat 0;
  background-size: 20px 20px;
  cursor: pointer;
}
section.fieldBox .checkBox span {
  display: inline-block;
  margin-left: 26px;
}
section.fieldBox .checkBox label {
  color: #f7f7f7;
  font-size: 0.875rem;
}
section.fieldBox .checkBox a {
  color: #BCE3F7;
  display: inline-block;
  padding: 0 4px;
}
section.fieldBox .btn_btnReceipt {
  position: absolute;
  top: 110px;
  left: 45px;
  background: linear-gradient(140deg, #d9eaf6, #BCE3F7, #BCE3F7);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
section.fieldBox .btn_btnReceipt a.btnReceipt {
  display: block;
  width: 470px;
  height: 100px;
  color: #1B3A72;
  font-size: 1.25rem;
  font-weight: 500;
}
section.fieldBox .btn_btnReceipt a.btnReceipt p {
  padding-top: 12px;
}
section.fieldBox .btn_btnReceipt em {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -1px;
}
section.fieldBox .btnBox {
  position: absolute;
  left: 45px;
  top: 110px;
}
section.fieldBox .btnBox ul {
  margin: 0 auto;
}
section.fieldBox .btnBox a {
  width: 480px;
  height: 100px;
  border-radius: 8px;
  background-color: #BCE3F7;
  border: none;
  color: #1B3A72;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(140deg, #d9eaf6, #BCE3F7, #BCE3F7);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
section.fieldBox .btnBox a {
  width: 100%;
  border-radius: 8px;
  background-color: #0A84D0;
  border: 2px solid #BCE3F7;
  color: #BCE3F7;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 16px 50px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
section.fieldBox .btnBox .btnTell {
  display: none;
}

/*section productInfo*/
section.productInfo {
  background: #f7f7f7;
  min-width: 1120px;
}
section.productInfo .inner {
  padding-bottom: 80px;
}
section.productInfo h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  padding: 60px 0 30px;
}
section.productInfo h3 span {
  font-weight: 200;
  padding: 0 2px;
}
section.productInfo .infoBox, section.productInfo .process {
  width: 870px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #222;
  font-weight: 500;
}
section.productInfo .infoBox {
  display: block;
  padding: 50px 80px 30px;
}
section.productInfo .infoBox h2 {
  font-size: 2.5rem;
  color: #2860A7;
}
section.productInfo .infoBox h2 strong {
  font-weight: 700;
}
section.productInfo .infoBox .productName {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 10px;
}
section.productInfo .infoBox .productName img {
  width: 60px;
  padding-bottom: 4px;
}
section.productInfo .infoBox .point {
  display: flex;
  justify-content: space-around;
  background: #dce9f4;
  padding: 20px 40px;
  margin: 20px 0 36px;
  color: #0A84D0;
  font-size: 1.625rem;
  font-weight: 600;
}
section.productInfo .infoBox .point img {
  width: 34px;
  padding: 2px 6px 6px 0;
}
section.productInfo .infoBox dl {
  font-size: 1.375rem;
  color: #333;
  font-weight: 500;
}
section.productInfo .infoBox dl dt {
  font-size: 1.5rem;
  color: #2860A7;
  font-weight: 600;
  margin-bottom: 4px;
}
section.productInfo .infoBox dl dd {
  margin-bottom: 36px;
}
section.productInfo .infoBox .infoList {
  position: relative;
}
section.productInfo .infoBox .infoItem {
  position: relative;
  padding: 0 0 6px 10px;
}
section.productInfo .infoBox .infoItem span {
  font-size: 0.9375rem;
  letter-spacing: -0.03125rem;
  display: block;
}
section.productInfo .infoBox .infoItem:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #2860A7;
}
section.productInfo .process {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  padding: 50px 80px 100px;
}
section.productInfo .process ul {
  background: #E5F4FD;
  width: 144px;
  height: 144px;
  border-radius: 100px;
  align-items: center;
  position: relative;
}
section.productInfo .process img {
  padding: 10px;
}
section.productInfo .process .blue {
  background: #0A84D0;
  color: #fff;
}
section.productInfo .process .blue .txtL {
  color: #0A84D0;
}
section.productInfo .process ul img {
  width: 64px;
  padding: 0;
}
section.productInfo .process ul .txtS {
  font-size: 1.375rem;
  padding: 20px 0 6px;
}
section.productInfo .process ul .txtL {
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 160px;
  white-space: nowrap;
}
section.productInfo .process ul .txtL.st2 {
  left: 26px;
}
section.productInfo .process ul .txtL.st3 {
  left: 26px;
}
section.productInfo .process ul .txtL.st4 {
  left: 14px;
}

/*section calculator*/
section.calculator {
  background: #d9eaf6;
  min-width: 1120px;
}
section.calculator h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  padding: 60px 0 30px;
}
section.calculator h3 span {
  font-weight: 200;
  padding: 0 2px;
}
section.calculator h3 em {
  font-weight: 800;
  color: #0A84D0;
}
section.calculator h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2860A7;
}
section.calculator .calculatorBox {
  width: 870px;
  margin: 0 auto;
  padding: 50px 80px 60px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #222;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
section.calculator .left, section.calculator .right {
  width: 400px;
}
section.calculator ul.calculation {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 22px;
}
section.calculator ul.calculation li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: center;
}
section.calculator ul.calculation .txt {
  color: #999;
}
section.calculator ul.calculation label {
  padding: 4px 20px 4px 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
section.calculator ul.calculation .inputBox {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 4px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
section.calculator ul.calculation input {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: end;
  line-height: 22px;
  -webkit-appearance: none;
}
section.calculator ul.calculation .choiceBtn {
  margin-right: 6px;
  display: flex;
}
section.calculator ul.calculation .choiceBtn a {
  border: 1px solid #d8d8d8;
  padding: 7px 16px;
  text-align: center;
}
section.calculator ul.calculation .choiceBtn a.on {
  border: 1px solid #0A84D0;
  color: #0A84D0;
  background: #E5F4FD;
}
section.calculator ul.calculation .choiceBtn2 {
  display: flex;
  width: 100%;
}
section.calculator ul.calculation .choiceBtn2 a {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 7px 10px;
  text-align: center;
}
section.calculator ul.calculation .choiceBtn2 a.on {
  border: 1px solid #0A84D0;
  color: #0A84D0;
  background: #E5F4FD;
}
section.calculator .btnBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
section.calculator .btnBox button {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}
section.calculator .btnBox .reset {
  background: #cbd0d5;
  color: #333;
}
section.calculator .btnBox .execution {
  background: #0A84D0;
  color: #fff;
}
section.calculator ul.calculationResult {
  border: 1px solid #d8d8d8;
  padding: 20px 20px 10px;
}
section.calculator ul.calculationResult li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
section.calculator ul.calculationResult li:last-child {
  border-top: 1px solid #d8d8d8;
  padding: 25px 0 0;
}
section.calculator ul.calculationResult label {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
}
section.calculator ul.calculationResult label .subTxt {
  position: absolute;
  display: block;
  font-size: 0.875rem;
  color: #999;
}
section.calculator ul.calculationResult .number {
  font-size: 1.25rem;
  font-weight: 600;
}
section.calculator ul.calculationResult .number.red {
  color: #b52f55;
  font-weight: 700;
}
section.calculator ul.cautionList {
  padding: 20px 45px 80px;
  position: relative;
  color: #2860A7;
}
section.calculator ul.cautionList .cautionItem {
  position: relative;
  font-size: 1.125rem;
  padding: 0 0 8px 10px;
}
section.calculator ul.cautionList .cautionItem:before {
  content: "⁕";
  position: absolute;
  top: -2px;
  left: 0;
}

/*section notice*/
section.notice {
  background: #fff;
  font-size: 1rem;
}
section.notice .inner {
  padding: 60px 0 80px;
}
section.notice h5 {
  padding: 0 45px 10px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #2860A7;
}
section.notice .noticeList {
  padding: 10px 45px;
  position: relative;
  color: #222;
  font-weight: 500;
}
section.notice .noticeItem {
  position: relative;
  padding: 0 0 10px 8px;
}
section.notice .noticeItem:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 5px;
  background-color: #222;
}
section.notice .noticeItem.bold {
  font-weight: 800;
}
section.notice .deliberation {
  display: block;
  padding: 10px 45px 0;
  font-weight: 500;
  color: #222;
}

/*footer*/
footer {
  background: #cbd0d5;
  min-width: 1120px;
  text-align: center;
  padding: 30px 0;
}
footer .monoLogo img {
  width: 140px;
  padding: 10px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  padding: 10px;
}
footer .copyright {
  font-size: 0.6875rem;
  color: #777;
  letter-spacing: 0;
  gap: 0 6px;
}

/*채팅상담 아이콘*/
.chat {
  z-index: 1000;
}
.chat a {
  position: fixed;
  right: 30px;
  bottom: 50px;
  padding: 6px 20px;
  border: none;
  border-radius: 50px;
  background: #2f313b;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat p {
  font-size: 1.375rem;
  color: #f7ef8c;
  padding: 0 4px 0 6px;
}
.chat img {
  padding-top: 2px;
}

/*팝업*/
.popup.hide {
  display: none;
}

.popup.multiple-filter {
  backdrop-filter: blur(4px) grayscale(90%);
  -webkit-backdrop-filter: blur(4px) grayscale(90%);
}

.popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.4);
}

.pop {
  padding: 20px;
  margin: 30px;
  z-index: 200;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 7px 12px 3px rgba(58, 58, 58, 0.2);
}
.pop h3 {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #2860A7;
  padding: 4px 0;
  margin-bottom: 6px;
}
.pop dl {
  padding: 10px 0 0;
  color: #333;
  border-top: 2px solid #dce9f4;
  border-bottom: 2px solid #dce9f4;
}
.pop dl dt {
  font-weight: 500;
}
.pop dl dd {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.pop .btn {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.pop .btn button {
  display: inline-block;
  padding: 4px 20px;
  text-align: center;
  background: #dce9f4;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

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