html.active {
  overflow: hidden;
}

.layout {
  max-width: 1400px;
  height: 100%;
  margin: auto;
  position: relative;
}

.layout::after {
  display: block;
  content: "";
  clear: both;
}

#header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#header .layout {
  padding: 0 3rem;
}

#header .line {
  width: 100%;
  height: 4px;
  background: #1975ef;
  position: relative;
}

#header .line::before {
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f73f42;
}

#header .layout {
  height: 3.7rem;
}

#logo {
  position: absolute;
  top: 1.3rem;
  left: 0;
  font-size: 0;
}

#gnb {
  padding-left: 10rem;
}

#gnb > ul.gnb-btn > li {
  display: inline-block;
}

#gnb > ul.gnb-btn > li > a {
  display: block;
  padding: 0 1.3rem;
  line-height: 3.7rem;
  font-size: 1rem;
  font-weight: 600;
}

#gnb > ul.gnb-btn > li > a.on {
  color: #0072ce;
}

#gnb .depth {
  display: none;
  position: absolute;
  top: calc(100% - 0.3rem);
  background: #fff;
  z-index: 2;
  padding: 1.25rem 0;
  width: 12.5rem;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#gnb .depth.on {
  position: relative;
  display: block;
}

#gnb .depth > li {
  padding: 0 1.5rem;
  margin-bottom: 0.8rem;
}

#gnb .depth > li:last-child {
  margin-bottom: 0;
}

#gnb .depth > li > a {
  font-size: 0.8rem;
  color: #474747;
  font-weight: 400;
}

#gnb .depth > li:hover a {
  border-bottom: 1px solid #0c50a1;
  color: #0c50a1;
}

.header-right {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 3;
}

.header-right > li {
  display: inline-block;
  margin-left: 0.4rem;
}

.header-right > li > a {
  display: block;
  width: 5.3rem;
  height: 1.8rem;
  border: 1px solid #0c50a1;
  text-align: center;
  line-height: 1.8rem;
  font-size: 0.75rem;
  color: #0c50a1;
}

.header-right li:nth-of-type(1) a {
  background: #0c50a1;
  color: #fff;
}

.all-menu {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  display: none;
  z-index: 3;
}
.all-menu.close {
  display: none;
}

/* footer */

#footer {
  width: 100%;
}

#footer .layout {
  padding: 0 3rem;
}

#footer .blue {
  color: #3890d3;
}

.footer1 {
  height: 3rem;
  line-height: 3rem;
  background: #191d28;
  font-weight: 300;
  color: #fff;
}

.footer1 ul {
  float: left;
}

.footer1 ul::after {
  display: block;
  content: "";
  clear: both;
}

.footer1 ul li {
  float: left;
  font-size: 0.7rem;
}

.footer1 ul li a,
.footer1 ul li strong {
  color: #b1b1b1;
}

.footer1 ul li a.privacy {
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
}

.footer1 .footer1-1 li a {
  padding: 0 0.7rem;
}
.footer1 .footer1-1 li:first-of-type a {
  padding-left: 0;
}

.footer1 .footer1-2 * {
  display: inline-block;
}

.footer1 .footer1-2 li {
  margin-left: 1.35rem;
}

.footer1 .footer1-2 li:last-child {
  margin-left: 0;
}

.footer1 .footer1-2 span {
  font-size: 0.75rem;
  margin-left: 0.4rem;
  color: #f73e41;
  font-family: "Montserrat";
}

.footer1 .footer1-2 em {
  margin-left: 0.3rem;
  font-style: inherit;
}

.footer1 .footer-right {
  float: right;
}

.footer1 .footer-right::after {
  display: block;
  content: "";
  clear: both;
}

.footer1 .footer-right .sns li {
  margin: 0 0.2rem;
}

.footer1 .footer-right .sns li a {
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 1rem;
  margin: 0 5px;
  color: #191d28;
}

.footer1 .footer-right .sns li a::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #bbb;
  border-radius: 50%;
  z-index: 1;
}

.footer1 .footer-right .sns li a i {
  position: relative;
  z-index: 2;
}
/* 
.footer1 .footer-right .sns li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #191d28;
  font-size: 1rem;
} */

#footer .site {
  color: #fff;
  position: relative;
  float: left;
  margin-left: 1rem;
}

#footer .site li::after {
  display: none !important;
}

#footer .site a {
  display: block;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 9.5rem;
  height: 100%;
  position: relative;
  font-family: "Montserrat";
  font-size: 0.7rem;
}

#footer .site > a::after {
  display: block;
  content: "\e942";
  font-family: "xeicon";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
}

#footer .site .site-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
  background: #191d28;
}

#footer .site .site-list.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  bottom: 100%;
}

#footer .footer2 {
  padding: 3.1rem 0 2.2rem;
  position: relative;
}

#footer .footer-logo {
  display: block;
  margin-bottom: 1rem;
}

#footer .copy br {
  display: none;
}

#footer .copy li {
  display: inline-block;
  font-size: 0.7rem;
  color: #717684;
  padding: 0 0.7rem;
  margin-bottom: 0.5rem;
  position: relative;
}

#footer .copy li::after {
  display: block;
  content: "";
  width: 1px;
  height: 0.65rem;
  background: #9a9b9b;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

#footer .copy li:nth-of-type(4)::after,
#footer .copy li:last-child::after {
  display: none;
}

#footer .copy li:nth-of-type(1) {
  padding-left: 0;
}

#footer .copy li:last-child {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}

#footer .bottom-logo {
  position: absolute;
  right: 3rem;
  bottom: 0;
}

#footer .top-btn {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: #f73e41;
  top: -3.1rem;
  right: 3rem;
  text-align: center;
  padding: 0.15rem 0 0;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.7rem;
  color: #fff;
  font-family: "Montserrat";
}

#footer .top-btn i {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

/* popup */

.btn {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.btn > a {
  display: table-cell;
  padding: 3rem 0;
  text-align: center;
  margin: 0 2rem;
  color: #fff;
}

.btn > a:nth-of-type(1) {
  background: red;
}

.btn > a:nth-of-type(2) {
  background: blue;
}

.btn > a:nth-of-type(3) {
  background: green;
}

.policy_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.policy_popup.active {
  display: block;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30.8rem;
}

.popup .title {
  display: block;
  background: #f4f7fb;
  color: #0c50a1;
  padding: 1.3rem 2rem;
  font-size: 1.1rem;
}

.popup > div {
  padding: 1.5rem 2rem;
  background: #fff;
}

@keyframes rotate-hover {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popup .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
}

.popup .close:hover i {
  animation: rotate-hover 0.6s alternate ease;
}

.popup ul li {
  color: #242424;
  margin-bottom: 1.5rem;
  line-height: 1.45;
  font-size: 1rem;
}

.popup ul li:last-child {
  margin-bottom: 0;
}

.popup ul li strong {
  display: block;
  margin-bottom: 0.2rem;
}

.popup .popup-btn {
  display: block;
  width: 8rem;
  height: 2.5rem;
  line-height: 2.35rem;
  text-align: center;
  color: #fff;
  margin: auto;
  background: #0c50a1;
  font-weight: 400;
  font-family: "Noto Sans KR" !important;
  font-size: 0.9rem;
  transition: all 0.2s;
  box-sizing: border-box;
  margin-top: 2.15rem;
  border: 1px solid #0c50a1;
}

.popup .popup-btn:hover {
  background: transparent;
  color: #0c50a1;
}

.popup .img {
  text-align: center;
  padding-top: 1.5rem;
}

.popup .img span {
  display: block;
  line-height: 1.6;
  margin: 2rem 0;
}
/* form */

.step {
  width: 100%;
  padding: 0 17.15rem;
  margin: 3.5rem 0;
}

.step::after {
  display: block;
  content: "";
  clear: both;
}

.step > li {
  width: 7.14rem;
  height: 7.14rem;
  line-height: 7.14rem;
  margin-right: 7.14rem;
  background: #767676;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-size: 1.3rem;
  position: relative;
}

.step > li::before {
  display: none;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #0072ce;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(150% - 0.375rem);
  z-index: 2;
}

.step > li::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.step > li:last-child {
  margin-right: 0;
}

.step > li:last-child::after,
.step > li:last-child.active::before {
  display: none;
}

.step > li.active {
  background: #0072ce;
}

.step > li.active::before {
  display: block;
}

.question-wrap .question {
  font-size: 1.1rem;
  display: block;
  text-align: center;
  padding: 1.25rem 0;
  /*border-bottom: 1px solid #ccc;*/
}
.question-wrap .form6 .question {
  padding-bottom: 0.5rem;
}

.question-wrap .question strong {
  display: inline-block;
  font-size: 1.1rem;
  color: #242424;
  position: relative;
}

.question-wrap .question strong span {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  display: block;
  font-size: 0.8rem;
  color: #fe3d3d;
  width: 200%;
  font-weight: 400;
}

.question-wrap .question strong a {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  display: block;
  padding: 0.5rem 1.08rem;
  border: 1px solid #0059a6;
  color: #0059a6;
  font-size: 0.8rem;
  font-weight: 400;
  width: 100%;
  margin-left: 1.1rem;
}
.question-wrap .question strong a:hover {
  border: 1px solid #0059a6;
  background: #0059a6;
  color: #fff;
}

.form-btn {
  display: block;
  text-align: center;
  margin: 1rem auto 2rem;
}

.form-btn li {
  display: inline-block;
  text-align: center;
  margin: 0 0.15rem;
}

.form-btn button {
  display: block;
  padding: 0.9rem 2rem;
  border: 1px solid #adadad;
  color: #242424;
  text-align: center;
  margin: auto;
  font-size: 0.9rem;
  font-weight: 500;
  color: #242424;
  font-family: "Noto Sans KR";
}

.form-btn.subscribe button {
  background: #0c50a1;
  color: #fff;
  border: 1px solid #fff;
}
.form-btn.subscribe button:hover {
  background: #fff;
  color: #0c50a1;
  border: 1px solid #0c50a1;
}

.question-wrap > div {
  border-bottom: 0;
}

.question-wrap > div:last-child {
  border-bottom: 1px solid #ccc;
}

/* sub3 form */

.question-wrap.type1 .answer {
  padding: 2rem 5rem;
  width: 100%;
}

.question-wrap.type2 .form > div {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3.5rem;
}

.question-wrap.type2 .form > div:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.question-wrap.type2 .answer {
  padding: 0 7rem 2rem;
}

.question-wrap label {
  position: relative;
}

.question-wrap .box-center {
  border-bottom: 0 !important;
}

.question-wrap .answer label {
  display: block;
  margin: 0.3rem 0;
}

.question-wrap label span {
  color: #242424;
  display: block;
  padding-left: 1.4rem !important;
}

.question-wrap input[type="radio"],
.question-wrap input[type="checkbox"] {
  position: absolute;
  top: 0.15rem;
  left: 0;
}

.question-wrap .form1 .answer {
  display: table;
  width: 100%;
}

.question-wrap .answer::after {
  display: block;
  content: "";
  clear: both;
}

.question-wrap .form1 .answer label {
  display: table-cell;
  padding-right: 0.5rem;
}
.type2.question-wrap .form1 .answer label {
  display: table-cell;
  width: 33.333%;
  padding-right: 0.5rem;
}

.question-wrap .form2 .answer > label {
  width: 50%;
  float: left;
}

.question-wrap .form3 .answer > label {
  margin: 0.7rem 0;
}

.question-wrap .form5 .answer label {
  display: block;
  width: 25%;
  float: left;
}

.question-wrap .form5 .answer > div {
  margin-top: 2rem;
  float: left;
  width: 100%;
}

.question-wrap .form5 .answer textarea {
  width: 100%;
  height: 8.5rem;
  padding: 1rem;
  background: white;
  border: 1px solid #ddd;
}

.question-wrap .form6 .answer {
  display: block;
  text-align: center;
}

.question-wrap .form6 .answer label {
  display: inline-block;
}
/* sub3 result */

.result1 {
  border: 3px solid #1975ef;
  padding: 2rem 0;
  text-align: center;
}

.result1 > span {
  display: block;
  font-size: 1.2rem;
  color: #242424;
  font-weight: 500;
}

.result1 > strong {
  display: block;
  font-weight: 400;
  color: #1975ef;
  font-size: 1.4rem;
  margin: 1.5rem 0 2.25rem;
}

.result1 ul li {
  margin-bottom: 0.5rem;
}

.result1 ul li:last-child {
  margin-bottom: 0;
}

.result1 ul li span {
  display: inline-block;
  padding-left: 1.3rem;
  position: relative;
  color: #242424;
  font-size: 0.85rem;
}

.result1 ul li span::before {
  display: block;
  content: "\e92b";
  font-family: "xeicon";
  font-size: 1rem;
  position: absolute;
  top: -0.05rem;
  left: 0;
  color: #0072ce;
}

.result2 {
  margin: 3.5rem 0 0;
}

.result2::after {
  display: block;
  content: "";
  clear: both;
}

.result2 > div {
  width: 50%;
  min-height: 10rem;
  float: left;
  position: relative;
  padding-right: 1rem;
}

.result2 > #result_4 .icon img {
  width: 60%;
}

.result2 > #result_5 .icon img {
  width: 35%;
}

.result2 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #fff;
}

.result2 .icon img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.result2 .txt {
  padding-left: 8.5rem;
  color: #333;
}

.result2 .txt strong {
  display: block;
  font-size: 1.2rem;
  padding: 1.2rem 0 1rem;
}

.result2 .txt span {
  line-height: 1.6;
}

.form .box-title {
  color: #fff;
}

.box-title strong {
  display: block;
}

.consult .form {
  width: 50.3rem;
  margin: auto;
}

.consult1::after {
  display: block;
  content: "";
  clear: both;
}

.consult1 > li {
  float: left;
  width: 50%;
  padding: 1% 0.5%;
}

.consult1 > li > div {
  position: relative;
  height: 2.7rem;
}

.consult1 > li > div::before {
  display: block;
  content: "*";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  color: #fe3d3d;
  z-index: 2;
}
.consult1 > li > div.not_es::before {
  display: none !important;
}

.consult1 input[type="text"],
.consult1 select {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 0.9rem;
  font-family: "Noto Sans KR";
  font-weight: 400;
  padding: 0.7rem 1.5rem;
  border: 1px solid #dae0e6;
}

.consult1 .select::after {
  display: block;
  content: "\e935";
  font-family: "xeicon";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #333;
  font-size: 0.8rem;
}

.consult1 select {
  color: #767676;
}

.consult1 input[type="text"]::placeholder {
  color: #767676;
}

.agreeWrap {
  border-bottom: 0 !important;
}

.agreeWrap.box-center {
  padding-bottom: 0 !important;
}

.agree {
  display: inline-block;
  text-align: left;
  margin: 2rem auto;
}

.agreeWrap .agree {
  margin: 0 auto;
}

.agree > li {
  position: relative;
  margin: 1rem 0;
}

.agree > li > span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.agree li ul {
  padding-left: 15rem;
}

.agree li ul li {
  display: inline-block;
}

.agree li ul li:first-of-type {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.agree input[type="radio"]:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0072ce;
  border-radius: 50%;
  border: 1px solid #fff;
}

.close-menu {
  display: none;
}

#gnb-bg {
  display: none;
}
#gnb-bg.active {
  display: block;
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.layout > form {
  padding: 0 1rem;
}

/* section6 200904 사이트맵 서브페이지 하단에 추가 반영 */

#section6 {
  background: #232732;
  padding: 3rem 0;
}

.siteMap {
  display: table;
  width: 100%;
  /* padding: 2.6rem 3rem; */
  /* 200903 수정사항 */
  /* padding: 0 3rem; */
}

.siteMap > li {
  display: table-cell;
  width: 25%;
  color: #8b93a8;
  font-weight: 400;
  font-size: 0.75rem;
  padding: 0 1rem;
}

.siteMap > li > strong {
  display: block;
  color: #ced0d7;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.siteMap > li > ul {
  display: block;
}

.siteMap > li > ul > li {
  margin-bottom: 0.8rem;
}

.siteMap > li > ul::after {
  display: block;
  content: "";
  clear: both;
}

.siteMap > li > ul.col > li {
  width: 50%;
  float: left;
  padding-right: 0.4rem;
}