@font-face {
  font-family: SpoqaHanSansNeo-Regular;
  src: url(/font/SpoqaHanSansNeo-Regular.otf);
}
@font-face {
  font-family: SpoqaHanSansNeo-Medium;
  src: url(/font/SpoqaHanSansNeo-Medium.otf);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
fieldset,
img {
  border: 0 none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
} /* 뷰표트 변환시 폰트크기 자동확대 방지 */
li {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
  -webkit-appearance: button;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body {
  overflow: auto;
  background: #fff;
  color: #001129;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

html,
th,
td,
input,
select,
textarea,
button {
  font-size: 16px;
  line-height: 1.4;
  font-family: "SpoqaHanSansNeo-Regular", sans-serif;
  color: #001129;
} /* color값은 디자인가이드에 맞게사용 */
a {
  color: #babec6;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
address,
caption,
cite,
code,
dfn,
rem,
var {
  font-style: normal;
  font-weight: normal;
}
textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
input {
  outline: 0px !important;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #babec6;
  font-size: 1rem;
}
input:-moz-input-placeholder {
  color: #babec6;
  font-size: 1rem;
}
input::-moz-input-placeholder {
  color: #babec6;
  font-size: 1rem;
}
input::-ms-input-placeholder {
  color: #babec6;
  font-size: 1rem;
}

.ft_blue {
  color: #0025b8;
}

.nav_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.nav_wrap > .nav_bar {
  width: 1170px;
  height: 4.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.nav_wrap > .nav_bar > img {
  width: 5rem;
}
section > .content {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

.container_1 {
  background-color: rgba(0, 18, 162, 0.1);
}
.container_1 > .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 56rem;
}
.container_1 > .content > img {
  position: absolute;
  width: 28rem;
  bottom: 0rem;
  z-index: 1;
  left: -5rem;
}
.container_1 > .content > .information_wrap {
  height: auto;
  width: 38rem;
  box-shadow: 6px 12px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 3rem;
  text-align: center;
  z-index: 2;
}
.container_1 > .content > .information_wrap > .title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
.container_1 > .content > .information_wrap > .sub {
  font-size: 1rem;
  padding: 1.5rem 0 1rem 0;
}
.container_1 > .content > .information_wrap > .subTxt {
  font-size: 0.85rem;
  color: rgba(0, 17, 41, 0.7);
  padding-bottom: 1.5rem;
}
.select_div {
  position: relative;
  border: 1px solid rgba(0, 17, 41, 0.2);
  text-align: left;
  cursor: pointer;
}
.select_div > img {
  position: absolute;
  width: 1.5rem;
  top: 0.8rem;
  right: 1rem;
}
.item_wrap {
  display: none;
  background-color: #fff;
  border: 1px solid #001129;
  box-shadow: 6px 12px 4px rgba(0, 0, 0, 0.1);
}
.select_default {
  padding-left: 1.5rem;
}
.select_item {
  padding-left: 1.5rem;
}
.select_item:hover {
  background-color: #eef0f4;
}
.container_1 > .content > .information_wrap > .input_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 2.5rem 0 2.5rem;
}
.container_1 > .content > .information_wrap > .input_wrap > input {
  width: 50%;
  appearance: none;
  padding: 0 1.5rem;
  border: 1px solid rgba(0, 17, 41, 0.2);
  height: 3rem;
  line-height: 3rem;
  border-radius: 8px;
  font-size: 1rem;
}
.container_1 > .content > .information_wrap > .input_wrap > input:first-child {
  margin-right: 1rem;
}

.container_1 > .content > .information_wrap > .checkbox_group {
  margin: 1.5rem 2.5rem;
  border: 1px solid #0025b8;
  border-radius: 8px;
  text-align: left !important;
}
.all_check_contain {
  position: relative;
  margin: 1rem;
}
.all_check_contain > img {
  position: absolute;
  top: -1rem;
  right: -1rem;
  padding: 1rem;
  width: 1.5rem;
  cursor: pointer;
}
.allCheck[type="checkbox"] {
  display: none;
}
.allCheck[type="checkbox"] + label {
  width: 2rem;
  height: 2rem;
  padding-left: 2rem;
  background: url("../img/Check_Default.png") no-repeat 0 0px / contain;
  background-position: left;
  background-size: 28%;
  cursor: pointer;
}
.allCheck[type="checkbox"]:checked + label {
  padding-left: 2rem;
  background: url("../img/Check_Active.png") no-repeat 0 1px / contain;
  background-position: left;
  background-size: 28%;
}

.more_check_box {
  position: relative;
  margin: 0 1rem;
  border-top: 1px solid rgba(224, 228, 234, 0.5);
  display: none;
}
.more_check_box > div {
  position: relative;
  margin-bottom: 0.5rem;
}
.more_check_box > div:first-child {
  margin-top: 1rem;
}
.more_check_box > div:last-child {
  margin-bottom: 1rem;
}
.more_check_box > div > img {
  position: absolute;
  top: -1rem;
  right: -1rem;
  padding: 1rem 1rem 0 1rem;
  width: 1.5rem;
  cursor: pointer;
}
.moreCheck[type="checkbox"] + label {
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 2rem;
  color: rgba(0, 17, 41, 0.4);
  background: url("../img/Choice_Default.png") no-repeat 0 0px / contain;
  cursor: pointer;
}
.moreCheck[type="checkbox"]:checked + label {
  padding-left: 2rem;
  color: #001129;
  background: url("../img/Choice_Active.png") no-repeat 0 1px / contain;
}
.moreCheck[type="checkbox"] {
  display: none;
}

.container_1 > .content > .information_wrap > .submit {
  background-color: #0025b8;
  color: #fff;
  cursor: pointer;
  margin-bottom: 2.5rem;
}
.default_gride {
  position: relative;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 8px;
  margin: 0rem 2.5rem 1rem 2.5rem;
  font-size: 1rem;
}

.container_2 > .content {
  height: 43rem;
}
.container_2 > .content > .title {
  padding-top: 8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.container_2 > .content > .contents_box {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.container_2 > .content > .contents_box > .box {
  position: relative;
  width: 21rem;
  height: 21rem;
  background-color: #f6f7fb;
  border-radius: 8px;
}
.container_2 > .content > .contents_box > .box > .box_title {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.5rem;
}
.container_2 > .content > .contents_box > .box > .box_sub {
  font-size: 1rem;
  color: rgba(0, 17, 41, 0.4);
  padding: 0 1.5rem;
}
.container_2 > .content > .contents_box > .box > img {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10rem;
}

.container_3 {
  margin-bottom: 6rem;
  background-image: url(/img/Main_Section3_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.container_3 > .content {
  height: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_3 > .content > p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.container_4 {
  margin-bottom: 6rem;
}
.container_4 > .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container_4 > .content > .box {
  width: 21.25rem;
  height: 14.3rem;
  border-radius: 8px;
  background-color: #f6f7fb;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.container_5 {
  width: 100%;
  background: #001129;
  color: rgba(255, 255, 255, 0.7);
}
.container_5 > .content {
  position: relative;
  margin: 0 auto;
  width: 1280px;
  height: 20rem;
  font-size: 1rem;
}
.container_5 > .content > .footer_img_box {
  position: absolute;
  top: 2.6rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_5 > .content > .footer_img_box > img {
  padding: 0 0.5rem;
  width: 3rem;
  cursor: pointer;
}

.container_5 > .content > .footer_middle_div:first-child {
  padding: 3.5rem 0;
}
.container_5 > .content > .footer_middle_div:first-child span {
  padding: 0 1rem;
  font-weight: 900;
  cursor: pointer;
}
.container_5 > .content > .footer_middle_div:first-child span:first-child {
  padding-left: 0;
}
.footer_middle_div {
  padding: 0.3rem 0;
}
.footer_middle_div span:nth-child(even) {
  padding: 0 0.5rem;
}

.container_5 > .content > .footer_middle_div > .span_padding {
  padding: 0 0.3rem;
}

.pop_up {
  position: fixed;
  visibility: hidden;
  background: rgba(0, 17, 41, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_up > .pop_wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 1.5rem 3rem;
}
.pop_up > .pop_wrap > .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.pop_up > .pop_wrap > .sub {
  font-size: 1rem;
  padding: 1.5rem 0;
}
.pop_up > .pop_wrap > .sub > span {
  color: #0025b8;
  font-weight: 700;
}
.pop_up > .pop_wrap > .pop_btn {
  background-color: #0025b8;
  color: #fff;
  cursor: pointer;
  margin: 0;
  height: 3rem;
  line-height: 3rem;
}

.not_scroll {
  overflow: hidden;
}

/*이용 약관*/
.acess_wrap {
  font-size: 1rem;
  padding: 2rem;
  font-weight: lighter;
  color: #656d7a;
  text-align: justify;
}
.acess_wrap h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #001129;
  margin-bottom: 2rem;
}
.acess_wrap strong {
  font-size: 1.5rem;
  color: #001129;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.acess_wrap section {
  margin-bottom: 4rem;
}

.acess_sign_wrap {
  position: relative;
  box-sizing: border-box;
  padding: 1.5rem 0 0 2rem;
}
.acess_sign_wrap > h2 {
  padding-left: 0;
  word-spacing: -2px;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
.acess_sign_wrap > h4 {
  padding-left: 0;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  word-break: break-word;
  word-spacing: -1px;
  color: #656d7a;
}
.table_acess_wrap {
  position: relative;
  overflow-x: overlay;
  padding-left: 0rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
}
.table_acess {
  width: 1024px;
}
.table_acess td {
  box-sizing: border-box;
  padding: 0.5rem;
}
