@charset "utf-8";
@import url("reset.css");
@import url("/resources/css/views/main/homeMain.css");
@import url("datepicker.css");
/* ============== layout ============== */
header {
  position: relative;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
}
header:after {
  display: block;
  content: "";
  clear: both;
}
#wrap {
  position: relative;
  width: 100%;
  min-width: 1323px; /* 2023.08.08 모바일 화면에서 깨지는 현상 수정 */
  min-height: 100%;
  /*overflow: auto;*/
  padding-bottom: 130px;
}
#wrap + .footer {
}
#wrap:after {
  display: block;
  content: "";
  clear: both;
}

.header_wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #0070bd, #00a7ac);
}
.header_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header {
  position: relative;
  width: 100%;
  /* max-width: 1174px; */
  max-width: 1323px;/* 2023-08-07 메뉴명 변경으로 인한 수정 */
  height: 100%;
  margin: 0 auto;
}
.header:after {
  display: block;
  content: "";
  clear: both;
}
.header > h1 {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 230px;/*2023-08-10*/
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: url(/resources/images/logo.svg) no-repeat 0 center;
  margin: 0 16px; /* 2023.08.08 모바일 화면에서 깨지는 현상 수정 */
}
.header > h1 a {
  display: block;
  font-size: 0;
  width: 100%; /*2023-07-19*/
  height: 100%;
}
.header > h1 span {
  font-weight: 100;
}
.h_inner {
  display: block;
  position: absolute;
  top: 0;
  left: 300px;
  /* width: 874px; */
  width: 1023px; /* 2023-08-07 메뉴명 변경으로 인한 수정 */
  height: 100%;
}
.h_inner > ul > ul {
  padding: 20px 0;
}
.h_inner > ul > li {
  display: inline-block;
}

.h_inner > ul {
  display: flex;
  height: 90px;
  align-items: center;
}
.h_inner > ul > li {
  height: 90px;
  line-height: 90px;
}
.h_inner > ul > li > a {
  font-family: "scoredream";
  width: 100%;
  height: 100%;
  line-height: 90px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 35px;
  white-space: nowrap;
}
.h_inner > ul > li.on {
  color: #2c2c6d;
  background: url(/resources/images/ic_simbol.svg) no-repeat center -12px;
  border-bottom: 4px solid #0070bd;
}
.h_inner > ul > li:hover {
  border-bottom: 4px solid #0070bd;
}
/*
.h_inner > ul > li > a:after { 
	display:inline-block;
	content:'';
	background:url(/resources/images/ico01.svg) no-repeat center center;
	width:20px;
	height:16px;
	margin-left:3px;
	vertical-align:middle;
}
.h_inner > ul > li.noDepth > a:after	{
	display:none;
}*/
.submenu {
  display: none;
  position: absolute;
  top: 90px;
  z-index: 99;
  text-align: left;
  background: #fff;
  margin-left: 0;
  padding: 20px 0;
  border-radius: 0 0 5px 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.submenu > li > a {
  display: block;
  width: 138px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 24px;
  white-space: nowrap;
}
.submenu > li:hover > a {
  text-decoration: underline;
  color: #2c2c6d;
}
.footer {
  width: 100%;
  min-width: 1323px;
  padding: 25px 0;
  height: 130px;
  background: #fff;
  transform: translateY(-100%);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer_inner {
  position: relative;
  width: 100%;
  max-width: 1174px;
  height: auto;
  margin: 0 auto;
}

/*footer*/
.f_logo {
  width: 182px;
  height: 54px;
  background: url(/resources/images/f_logo.png) no-repeat;
  background-size: 100%;
  font-size: 0;
}

.f_logo a {
  width: 100%;
  height: 100%;
}

.f_banner {
  position: absolute;
  top: -15px;
  right: 0;
  width: 146px;
  height: 61px;
  background: url(/resources/images/footer_bn.png) no-repeat;
  text-indent: -99999px;
}
.footer01 {
  position: absolute;
  top: 0;
  left: 226px;
}

.footer01 > li {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
}

.footer01>li:first-child {
  font-weight: 700;
  color: #0d5cab;
}

.footer01 > li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  vertical-align: middle;
  margin: 0 7px 0 10px;
}
.footer01 > li:last-child:after {
  display: none;
}

.f_logo > a {
  display: block;
}
.footer02 {
  position: absolute;
  top: 30px;
  left: 226px;
}
.footer02 > li {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
}
.footer02 > li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  vertical-align: middle;
  margin: 0 7px 0 10px;
}
.footer02 > li:last-child:after {
  display: none;
}

.footer-web-accessibility-mark-wrapper {
  position: absolute;
  right: 5px;
  top: 5px;
}

.inbox {
  position: relative;
  width: 1174px;
  margin: 0 auto;
}

/*table*/
/* table caption {
  display: none;
} */

.tList,
.tList2,
.tList3,
.tInsert,
.tInsert2,
.tInsert3,
.tInsert4,
.tView {
  width: 100%;
  word-break: keep-all;
  table-layout: fixed;
}

/* ======= tList ======= */
.tList {
  border-top: 1px solid #2c2c6d;
}
.tList th,
.tList td {
  vertical-align: middle;
  font-size: 16px;
  border-bottom: 1px solid #d7dfe4;
}

.tList thead th {
  font-size: 16px;
  padding: 12px 5px;
  font-weight: normal;
  background: #f6f9fb;
}
.tList td {
  font-size: 16px;
  padding: 12px 5px;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  text-align: center;
}
.tList td.alignL {
  text-align: left;
  padding: 7px 2px 5px 10px;
}
.tList td.alignR {
  text-align: right;
  padding: 7px 10px 5px 2px;
}

.tList td > a:hover {
  color: #2c2c6d;
  text-decoration: underline;
}

.bg {
  background: #f7f7f7 !important;
}

/*약관동의테이블*/
.tb_type01 {
  width: 100%;
}
.tb_type01 thead th {
  background: #f9f9f9;
  color: #000;
}
.tb_type01 tbody td {
}
.tb_type01 thead th,
.tb_type01 tbody td {
  border: 1px solid #d7dfe4;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
}

/*세대주정보입력테이블*/
.tb_type02 {
  width: 100%;
}
.tb_type02 thead th {
  background: #cfdbe2;
  border: 1px solid #b3c4d0;
  color: #000;
  font-weight: 500;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.tb_type02 tbody td,
.tb_type02 tbody th {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #d7dfe4;
  padding: 0;
  height: 40px;
  text-align: left;
  vertical-align: top;
}
.tb_type02 tbody td.no_data {
  text-align: center;
  padding: 10px 0;
  background: #f0f0f0;
  color: #000;
}
.tb_input {
  position: absolute !important;
  top: 0;
  left: 0;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  height: 100%;
  background-color: transparent !important;
}
.tb_input:disabled {
  color: #000;
  background-color: #f0f0f0 !important;
}
.tb_input:focus {
  background: #fff !important;
}

/*2023-07-28*/
.tb_input2 {
  position: absolute !important;
  top: 0;
  left: 0;
  border-radius: 0 !important;
  height: 100%;
  text-align: center;
  width: 20% !important;
  border: 3px solid #bfbdbd !important;
  letter-spacing: 0.5em;
  background: transparent !important;
}

.tb_input2+.tb_input {
  width: 80% !important;
  left: 20%;
  letter-spacing: 0.8em;
}

.tb_input2:disabled {
  color: #000;
  background-color: #F0F0F0 !important;
}

.tb_input2:focus {
  background: #fff !important;
}

/* ======= tInsert ======= */
.tInsert {
  border-top: 1px solid #ff8500;
}
.tInsert th,
.tInsert td {
  vertical-align: middle;
  font-size: 14px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 5px 10px;
}
.tInsert th {
  background: #fafafa;
  color: #7e7e7e;
  padding-top: 8px;
  line-height: 1.2;
}

/* ===== Table common ===== */
td button {
  vertical-align: middle;
}

/* === form === */

/*input type
.input_s44	{
	width:auto;
	height:44px;
	font-size:14px;
	padding:8px 12px;
	color: rgba(0, 0, 0, 0.8);
	border-color:#D7DFE4;
}*/

/*input type*/
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
label + input[type="radio"] + label {
  margin-left: 20px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  font-weight: 500;
  padding: 8px 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  border: 1px solid #d7dfe4;
  position: relative;
  vertical-align: middle;
  outline: none;
  border-radius: 3px;
  width: auto;
}
input[type="file"] {
  border: 1px solid #d7dfe4;
  border-radius: 3px;
  padding: 5px 40px 5px 5px;
  background: #fff;
}
textarea {
  width: auto;
  font-weight: 500;
  padding: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  border: 1px solid #d7dfe4;
  position: relative;
  border-radius: 3px;
  line-height: 150%;
  vertical-align: middle;
  outline: none;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
  border-color: #2c2c6d;
}
input.error:focus {
  border-color: #f25555;
}
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

input[readonly] {
  color: #222 !important;
  background: #f6f6f6;
}
select:disabled,
input:disabled {
  background-color: #f0f0f0;
  border: 1px solid #d7dfe4;
  opacity: 1;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  line-height: 2;
}
input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
  background: #fafafa;
  border: 2px solid #afafaf;
  border-radius: 10px;
  cursor: pointer;
}
input[type="radio"]:checked + label span {
  background: #fff;
  border: 2px solid #2c2c76;
}
input[type="radio"]:checked + label span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #2c2c76;
  border: 2px solid #2c2c76;
  border-radius: 9px;
  content: "";
  display: block;
  transform: translate(-50%, -50%);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  vertical-align: middle;
}
input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  border-radius: 2px;
  background: url(/resources/images/chk01.svg) no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: url(/resources/images/chk01_on.svg) no-repeat;
}
select::-ms-expand {
  display: none;
}
td textarea,
td select {
  width: 100%;
  border-radius: 2px;
  font-size: 16px;
}
select {
  cursor: pointer;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  width: auto;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 25px 8px 10px;
  border: 1px solid #d7dfe4;
  border-radius: 3px;
  background-color: #fff;
  background-image: url(/resources/images/ico04.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}

/*commmon*/
.sub_visual {
  position: relative;
  width: 100%;
  height: 200px;
}
.sub_visual.sub_bg01 {
  background: url(/resources/images/sub_bg01.png) no-repeat;
  background-size: cover;
}
.sub_visual.sub_bg02 {
  background: url(/resources/images/sub_bg02.png) no-repeat;
  background-size: cover;
}
.sub_visual.sub_bg03 {
  background: url(/resources/images/sub_bg03.png) no-repeat;
  background-size: cover;
}
.sub_visual.sub_bg04 {
  background: url(/resources/images/sub_bg04.png) no-repeat;
  background-size: cover;
}
.sub_visual.sub_bg05 {
  background: url(/resources/images/sub_bg05.png) no-repeat;
  background-size: cover;
}
/*category*/
.category_list {
  display: flex;
  margin: 14px 0 0 0;
}
.category_list li {
  display: block;
  color: #464646;
  font-size: 14px;
  padding: 0 15px 0 8px;
  line-height: 1.5;
  vertical-align: middle;
  background: url(/resources/images/ico_cnext.svg) no-repeat right center;
}
.category_list li:first-child span {
  display: block;
  font-size: 0;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  background: url(/resources/images/ico_home.svg) no-repeat left center;
}
.category_list li:last-child {
  color: #2c2c6d;
  background: none;
}

.contents {
  position: relative;
  width: 100%;
  max-width: 1174px;
  margin: 40px auto 100px;
}
.contents:after {
  display: block;
  clear: both;
  content: "";
}

h2 {
  font-family: "scoredream";
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}
h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}
h3 .ps01 {
  color: #7b2f24;
  font-size: 18px;
}
.category {
  width: 100%;
  height: 50px;
  background: #f9f9fb;
  border-top: 1px solid #d7dfe4;
  border-bottom: 1px solid #d7dfe4;
}

/*button*/
.btn_wrap {
  text-align: right;
  margin: 40px 0;
}
.btn_bbs {
  min-width: 200px;
  height: 48px;
  padding: 0 30px;
  background: #000;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 20px 40px;
}

.btn_bbs:focus {
  outline: 3px solid #0099ff;
}

.btn_bbs.type01 {
  background: #2c2c6d;
} /*darkblue*/

.btn_bbs.type02 {
  background: #666666;
} /*gray*/

.btn_inbox {
  padding: 8px 35px 9px;
  background: #00a69d;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
}
.btn_inbox.type01 {
  background: #00a69d;
} /*cobaltblue*/
.btn_inbox.type02 {
  background: #2c2c6d;
} /*darkblue*/
.btn_inbox.type02:focus {
  outline: 3px solid #0099ff;
}
button:disabled {
  background: #bbbbbb !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.btn_inbox:disabled {
  background: #bbbbbb;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  cursor: unset;
} /*disabled*/

.go_link {
  display: inline-block;
  padding: 5px 22px;
  background: #00a69d;
  border-radius: 99px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-left: 20px;
}
.go_link:hover {
  background: #007770;
  color: #fff;
}

/*하단페이징*/
.tPages {
  padding: 32px 0;
  text-align: center;
}
.tPages ul {
  display: inline-block;
  overflow: hidden;
}
.tPages ul li {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  letter-spacing: 1px;
  margin: 2px;
}
.tPages ul li input {
  padding: 0;
  text-align: center;
}
.tPages ul li a {
  display: block;
  color: #666666;
  width: 100%;
  line-height: 38px;
}
.tPages ul li.prev a img,
.tPages ul li.prev02 a img {
  transform: rotate(180deg);
}
.tPages ul li a img {
  vertical-align: -4px;
}
.tPages ul li.disabled {
  visibility: hidden;
}
.tPages ul li.disabled a img {
  /* opacity: 0.26; */
}
.tPages ul li a:hover {
  text-decoration: underline;
}
.tPages ul li.active {
  color: #fff;
  font-weight: 700;
  background: #2c2c6d;
  border-radius: 5px 10px;
}
.tPages ul li.active a {
  color: inherit;
}
.tPages ul li.active a:focus {
  color: inherit;
  outline: 3px solid #0099ff;
}
.tPages ul li.prev a:hover,
.tPages ul li.next a:hover,
.tPages ul li.prev02 a:hover,
.tPages ul li.next02 a:hover {
  background: #fff;
}
/*display table layout*/
.tb_wrap {
  display: table;
  width: 100%;
}
.tb_wrap .row {
  display: table-row;
}
.tb_wrap .row li {
  display: table-cell;
  padding: 5px 0;
  height: 42px;
  font-size: 16px;
}
/*단계설정Step*/
.step_box_wrap {
  margin: 0 0 50px 0;
}
.step_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.step_box li {
  width: 200px;
  height: 78px;
  margin: 0 5px;
  padding: 10px 20px;
  border-radius: 20px 40px;
  background: #d6d6d6;
}
.step_box li p.step {
  color: #747474;
  font-size: 14px;
  font-weight: 600;
}
.step_box li p.tit {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  margin: 10px 0 0;
  text-align: right;
}
.step_box li.on {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  background: #2c2c6d;
}
.step_box li.on p.step {
  color: #d6d6d6;
}
.step_box li.on p.tit {
  color: #fff;
  font-weight: 700;
}
/*약관동의*/
.agree_box {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #d7dfe4;
  background: #fff;
  overflow-y: auto;
  border-radius: 20px 40px;
}
.agree_select {
  text-align: right;
  margin: 10px 0 30px;
}

/*본인인증*/
.pv_box_wrap {
  margin-top: 40px;
  display: flex;
}
.pv_box {
  position: relative;
  text-align: center;
  padding: 40px;
  width: calc(50% - 20px);
  border: 1px solid #2c2c6d;
  border-radius: 20px 40px;
}
.pv_box.pv01 {
  margin-right: 40px;
  background: #fff url(/resources/images/pv01.png) no-repeat center 105px;
}
.pv_box.pv02 {
  border-color: #00a69d;
  background: #fff url(/resources/images/pv02.png) no-repeat center 105px;
}
.pv_box .tit {
  font-size: 24px;
  font-weight: 600;
}
.pv_box .txt {
  margin: 150px 0 50px;
  font-size: 16px;
}
.pv_box.pv02 a {
  background: #00a69d;
}
.pv_box a {
  display: block;
  margin: 0 auto;
  width: 262px;
  color: #fff;
  background: #2c2c6d;
  padding: 14px;
  font-size: 15px;
  text-align: center;
  border-radius: 20px 40px;
}

.pv_box.pv01 a:focus {
  outline: 3px solid #0099ff;
}

/*등록대상 확인*/
.content_box {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 30px 40px;
  margin-bottom: 40px;
  border-radius: 20px 40px;
  border: 1px solid #d7dfe4;
}
.content_box.blue {
  border-color: #2c2c6d;
}

.comment_box {
  margin: 20px 0 0 16.5%;
}
.f_type01 {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c6d;
}
.f_type02 {
  font-size: 14px;
}
.f_type02 b {
  font-weight: 600;
  text-decoration: underline;
  color: #2c2c6d;
}
.f_type02 a {
  color: #fff;
  background: #7b2f24;
  text-decoration: underline;
}
input[type="checkbox"] + label + .f_type03 {
  margin-left: 12px;
}
.f_type03 {
  font-size: 14px;
  vertical-align: middle;
}
/*인박스*/
h4 {
  font-size: 18px;
}
.content_box .inbox {
  margin: 40px -41px -31px -41px;
  padding: 30px 40px;
  background: #f6f9fb;
  border: 1px solid #d7dfe4;
  border-radius: 0 0 20px 40px;
}
.file_add {
  position: relative;
  margin: 20px 0;
}
.file_add a {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(/resources/images/ic_del.svg) no-repeat;
}

.file_add ul li {
  margin-bottom: 5px;
} /*2023-07-06*/

.inbox02 {
  border: 1px solid #d7dfe4;
  padding: 30px;
  margin-top: 10px;
  background: #fff;
}
.card_form + .card_form {
  margin-top: 5px;
  margin-left: 203px;
}
.card_form select {
  width: 200px;
}
/* ============== Dim 레이어 팝업 ============== */
.dimBg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.alert_pop {
  display: none;
  position: fixed;
  width: 350px;
  height: auto;
  text-align: center;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 20px 40px;
  padding: 40px 24px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.layer_pop {
  display: none;
  width: 935px;
  height: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 20px;
  text-align: center;
  background: #fff;
  border-radius: 20px 40px;
  transform: translateX(-50%);
  z-index: 999;
}
.layer_pop.MD {
  position: fixed;
  width: 600px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.layer_pop.XL {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

.alert_pop button + button:last-child,
.layer_pop button + button:last-child {
  margin-left: 12px;
}

.alert_pop.MD {
  width: 400px;
}

.layer_pop .pop_container {/*2023-07-28*/
  padding: 25px 25px 5px 25px;
  text-align: left;
  margin: 5px;
}

.pop_container>p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: rgba(0, 0, 0, 0.8);
  word-break: keep-all;
}

.pop_container>p.tit {/*2023-07-28*/
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-top: -10px;
}

.pop_container>p.tit+p {/*2023-07-28*/
  margin-top: 40px;
}

.alert_pop.pop_container {
  margin-bottom: 0;
}

.pop_container {/*2023-07-28*/
  margin-bottom: 30px;
  height: auto;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;

}

.pop_container::-webkit-scrollbar {
  width: 5px;
}/* Let's get this party started 2023-07-28*/

.pop_container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: transparent;
}/* Track 2023-07-28*/

.pop_container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(200, 200, 200, 1);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}/* Handle 2023-07-28*/

.pop_header {
  background: #f0f0f0;
  font-size: 24px;
  color: #000;
  height: 80px;
  text-align: left;
  padding: 23px 40px;
  border-radius: 20px 40px 0 0;
}
.pop_footer {
  text-align: center;
  margin: 10px 0 40px;
}
.btn_layer02 {
  width: 90px;
  height: 45px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.8);
  line-height: 27px;
}

.btn_layer01,
.btn_layerClose {
  width: 90px;
  height: 45px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #2c2c6d;
  font-size: 16px;
  color: #fff;
  line-height: 27px;
}

.btn_layer01:focus,
.btn_layerClos:focus{
  outline: 3px solid #0099ff;
}

.pop_close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(/resources/images/ico_close.svg) no-repeat center center;
  background-size: 24px;
  cursor: pointer;
}
.alert_pop .pop_close {
  top: 20px;
  right: 20px;
}
.layer_pop .pop_close {
  top: 25px;
  right: 25px;
}
.layer_pop .pop_close a {
  display: block;
  width: 100%;
  height: 100%;
}

/*카드입력방법*/
.card-info-wrap {
  padding: 30px 30px 10px 30px;
  text-align: left;
}

.card_info {
  color: #000;
  font-size: 16px;
  padding: 0 30px 30px 120px;
  border-bottom: 1px solid #d7dfe4;
  background: url(/resources/images/ico_sinfo.svg) no-repeat 30px -4px;
  margin: 0 -30px;
}
.card_info_list {
}
.card_info_list dt {
  font-weight: 600;
  font-size: 18px;
  color: #2c2c6d;
  margin: 20px 0;
}
.card_info_list dd {
  margin: 0 0 40px 0;
}
.card_info_list dd img {
  width: 270px;
  margin-right: 10px;
}
/*카드정보확인팝업*/
.card_info2 {
  border: 2px solid #2c2c6d;
  padding: 20px 40px;
  border-radius: 20px 40px;
}
.card_info2 .tb_wrap {
  font-size: 16px;
  color: #000;
}
.card_info2 .tb_wrap .row li:first-child:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #ddd;
  display: inline-block;
  margin: 0 0 0 20px;
}
.pop_container > p.card_info_comment {
  margin: 40px 0 0;
  line-height: 200%;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.pop_container > p.pop_sub_tit {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #000;
}
/*게시판 검색하기*/
.bbs_search {
  display: flex;
  height: 40px;
  align-items: flex-end;
  justify-content: space-between;
}
.bbs_search .cnt b {
  color: #2c2c6d;
}

input[type="text"].input_search {
  width: 325px;
  background: #fff url(/resources/images/ico_search.svg) 12px 50% no-repeat;
  padding-left: 44px;
}
.btn_search {
  background: #00a69d;
  padding: 9px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 7px;
}

/* ============== 공지사항 ============== */
/*공지사항 시작*/
.my_notice {
  border-top: 1px solid #2c2c6d;
  position: relative;
}

/*공지리스트*/
tr.notice td {
  background: #fafafa;
}
.ic_notice {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  margin: -5px 0;
  background: #7b2f24;
  border-radius: 3px;
}
.ic_new {
  font-size: 12px;
  margin-left: 5px;
  font-weight: 800;
  color: #7b2f24;
}

/*공지사항상세*/
.bbs_view {
  border-bottom: 1px solid #d9dce0;
}
.bbs_tit {
  display: flex;
  position: relative;
  background: #f6f9fb;
  padding: 8px 20px;
  height: 60px;
  border-bottom: 1px solid #d9dce0;
  justify-content: space-between;
  align-items: center;
}
.bbs_tit .tit {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  width: 75%;
}
.bbs_tit .tit b {
  font-weight: 700;
}
.bbs_tit .tit b.notice:before {
  content: "공지";
  font-size: 14px;
  color: #fff;
  background: #7b2f24;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 15px;
  border-radius: 3px;
}
.bbs_tit .tit b.new:after {
  content: "New";
  font-size: 12px;
  color: #7b2f24;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 0 5px;
}
.bbs_tit .date {
  color: rgba(0, 0, 0, 0.8);
  text-align: right;
  font-size: 16px;
  line-height: 180%;
}
.bbs_con {
  padding: 48px;
  font-size: 16px;
  line-height: 180%;
}

.bbs_file_attatch {
  background: #fafafa;
  border-bottom: 1px solid #d7dfe4;
  padding: 0 20px;
}
.bbs_file_attatch a {
  display: inline-block;
  font-size: 16px;
  color: #2c2c6d;
  margin-right: 20px;
  text-decoration: underline;
  padding: 10px 0;
}
.bbs_file_attatch a:before {
  display: inline-block;
  content: "";
  background: url(/resources/images/ico_file.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 5px;
}

/*2023-07-28*/
a.file_attatched {
  display: inline-block;
  color: #2C2C6D;
  text-decoration: underline;
}

a.file_attatched+a.file_attatched {
  margin-left: 20px;
}

a.file_attatched:before {
  display: inline-block;
  content: '';
  background: url(/resources/images/ico_file.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 5px;
}

.tList td.no_data,
.no_data {
  padding: 170px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-bottom: 1px solid #d7dfe4;
}
.no_data b {
  font-weight: 600;
}
.f_red {
  color: #7b2f24;
}

/*자주묻는질문*/
.bbs_tab {
  display: flex;
}

.bbs_tab li {
  margin-right: 10px;
}
.bbs_tab li a {
  display: block;
  background: #f6f9fb;
  border: 1px solid #d7dfe4;
  border-radius: 20px 40px;
  font-size: 16px;
  padding: 8px 36px;
  text-align: center;
  min-width: 130px;
}
.bbs_tab li:hover a,
.bbs_tab li.on a {
  color: #fff;
  font-weight: 500;
  background: #2c2c6d;
  border-color: #2c2c6d;
}

.bbs_tab li.on a:focus {
  outline: 3px solid #0099ff;
}
.my_faq {
  margin-top: 15px;
  border-top: 2px solid #2c2c6d;
}

.faq_table span:nth-child(1) {
  width: 10%;
}
.faq_table span:nth-child(2) {
  width: 90%;
}
.faq_table span.faq_category {
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
}
.faq_table {
  width: 100%;
  position: relative;
  display: flex;
  background-color: #fff;
}

.faq_box .faq_table:after {
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/resources/images/ico_down.svg) no-repeat center center;
}
.faq_box .faq_table.active:after {
  background: url(/resources/images/ico_down2.svg) no-repeat center center;
}

.faq_box:after {
  clear: both;
  display: block;
  content: "";
}
.faq_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/*FAQ본문*/
.faq_table span {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  padding: 18px 22px 18px 22px;
  cursor: pointer;
  white-space: nowrap;
}

/*FAQ질문답변*/
.faq_answer {
  display: none;
  padding: 24px;
  background: #f8f8f8;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq_answer_box {
  position: relative;
}

.faq_table > li > span.faq_q:before {
  content: "Q";
  display: inline-block;
  width: 28px;
  color: #2c2c6d;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.faq_answer_box > div:before { /*2023-08-23 관리자 에디터 DB 등록으로 인한 태그 수정*/
  position: absolute;
  top: 0;
  left: 7px;
  content: "A";
  display: inline-block;
  color: #2c2c6d;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.faq_answer_box div { /*2023-08-23 관리자 에디터 DB 등록으로 인한 태그 수정*/
  position: relative;
  margin: 0 10px 0 10%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 34px;
}

.thum_list {
  display: flex;
}
.thum_list li {
  margin-left: 20px;
}
.thum_list li:first-child {
  margin-left: 0;
}
.thum_list li:last-child {
  margin-left: 100px;
}
.thum_list li p {
  font-size: 12px;
  margin: 15px 0 7px;
}

.open_img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.opened_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.opened_img img {
  max-width: 80%;
  max-height: 80%;
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/*변경차량선택 2023-07-28*/
.check_info_box .tb_wrap {
  width: calc(100% - 30px);
  margin-left: 30px;
}
.check_info_box {
  position: relative;
  border: 1px solid #d7dfe4;
  padding: 20px 40px;
  border-radius: 20px 40px;
  margin-bottom: 20px;
}
.check_info_box.active {
  border: 2px solid #2c2c6d;
}
.check_info_box .check_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D7DFE4;
}

.check_info_box .check_wrap input[type="radio"]+label,
.check_info_box .check_wrap input[type="radio"]+label span {
  margin-right: 0;
}

.check_info_box input[type="text"],
.check_info_box input[type="password"],
.check_info_box input[type="number"] {
  padding: 4px 10px
}

.check_info_box .tb_wrap .row li {
  padding: 0;
  height: 36px;
}

/*신청완료*/
.pv_confirm {
  padding-top: 250px;
  background: url(/resources/images/pv03.svg) no-repeat center 50px;
}

.pv_confirm p.tit {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #2c2c6d;
}
.pv_confirm p.txt {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 150%;
}
.pv_confirm p.txt a {
  color: #7b2f24;
  text-decoration: underline;
}
.cs_box {
  margin: 0 auto;
  width: 800px;
  padding: 30px;
  border: 1px solid #d7dfe4;
  background: #f6f9fb;
  border-radius: 20px 40px;
  margin-bottom: 60px;
}
.cs_box p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cs_box .tb_wrap {
  color: #000;
}
.cs_box li {
  height: auto !important;
  white-space: nowrap;
}
.cs_box li:nth-child(4n) {
  text-align: right;
}

.ps_info {
}
.ps_info .tit {
  line-height: 150%;
  font-size: 18px;
  color: #2c2c6d;
  font-weight: 600;
  background: url(/resources/images/ic_info.svg) no-repeat 0 2px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.ps_info .txt {
  line-height: 180%;
  margin-bottom: 60px;
  font-size: 16px;
  color: #000;
}
.my_label {
  display: block;
  width: 135px;
  height: 34px;
  line-height: 32px;
  border-radius: 999px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
}
.my_label.c01 {
  border-color: #000;
  color: #000;
}
.my_label.c02 {
  border-color: #00a69d;
  color: #00a69d;
}
.my_label.c03 {
  border-color: #7b2f24;
  color: #7b2f24;
}
.my_label.c04 {
  border-color: #666666;
  color: #666666;
}
.my_label.c05 {
  border-color: #2c2c6d;
  color: #2c2c6d;
}

.my_info_bm {
  margin: 40px auto;
  width: 100%;
  padding: 30px;
  border: 1px solid #d7dfe4;
  background: #fafafa;
  border-radius: 20px 40px;
  margin-bottom: 60px;
}
.my_info_bm p.tit {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0 0 15px;
}

.my_info_bm ul {
  display: flex;
  justify-content: flex-start;
}
.my_info_bm ul li { /*2023-07-28*/
  width: 17%;
  padding-right: 10px
}
.my_info_bm ul li p.txt {
  margin-top: 15px;
}

h4 input[type="checkbox"]+label span {
  vertical-align: -3px;
  margin-left: 10px;
}

/*error*/
.error_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 935px;
  border: 5px solid #b3c4d0;
  padding: 145px 0 100px;
  background: url(/resources/images/logo.svg) no-repeat 30px 30px;
  transform: translate(-50%, -50%);
}

.error_box.error01 p.tit {
  background: url(/resources/images/ic_404.svg) no-repeat top center;
}

.error_box.error02 p.tit {
  background: url(/resources/images/ic_500.svg) no-repeat top center;
}

.error_box p.tit {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #2c2c6d;
  line-height: 150%;
  padding-top: 200px;
  background: url(/resources/images/ic_404.svg) no-repeat center top;
}

.error_box p.txt {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 150%;
}

/*2023-07-19 added*/
td .my_label {
  margin: 0 auto;
}

.my_notice .tList td {
  position: relative;
}

.tooltip {
  position: absolute;
  top: -70%;
  left: -110%;
  width: 200px;
  min-height: 150px;/*2023-07-19*/
  background: #fff;
  border-radius: 5px 20px;
  box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.2);
  z-index: 9;
  padding: 15px;
  text-align: left;
  border: 1px solid #2c2c6d;
  font-size: 15px;
}

.tooltip b {
  display: block;
  margin-bottom: 10px;
}

a.reject_toggle:hover,
a.reject_toggle.on {
  background: #0070bd !important;
  color: #fff !important;
  text-decoration: unset !important;
  border-color: #0070bd;
}

a.reject_toggle {
  background: #00a5ad;
  border: 1px solid #009688;
  padding: 4px 10px;
  border-radius: 10px 20px;
  color: #fff !important;
  width: 137px;
  display: inline-block;
  text-decoration: unset !important;
}

.input_txt {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.6);
  width: 160px;
  margin-left: 8px;
}

/*2023-07-28 로딩바*/
.loading_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.loading_box {
  /* position: relative; */
  width: 100%;
  height: 100%;
}

.loading_box span {
  position: fixed;
  top: 58%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  z-index: 99999;
  font-size: 17px;
}

#loading {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.important {
  color: red;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/*이용약관 2023-07-28*/
.terms_box {
  width: 100%;
  font-size: 16px;
  margin-bottom: 60px;
}

.link_tr tr td {
  cursor: pointer;
}

.link_tr tr:hover td {
  background: #fafafa;
}

.view_list .tb_wrap ul.row li {
  border-bottom: 1px dashed #e1e1e1;
  height: auto;
  padding: 10px 0;
}

.view_list .tb_wrap ul.row:last-child li {
  border-bottom: none;
}

.view_list .tb_wrap+.tb_wrap {
  border-top: 1px dashed #e1e1e1;
}

/*메인 팝업 CSS 2023-09-15*/
.main_popup {
  width: auto;
  min-width: 400px;
  max-width: 1000px;
  height: auto;
  padding: 0;
  position: absolute;
  /* text-align: center; */
  background: #fff;
  box-shadow: 0px 0px 24px 5px rgba(44, 44, 109, 0.2);
  border-radius: 5px;
}

.main_popup>.pop_close {
  top: 8px;
  right: 8px;
}

.main_popup>.pop_container {
  padding: 32px;
  max-height: none;
}

.main_popup>.pop_footer {
  margin: 0 8px;
  padding: 16px;
  border-top: 1px solid #D7DFE4;
  text-align: right;
}

.main_popup .check-exposure~label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.btn-close-popup {
  width: auto;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #2c2c6d;
  color: #fff;
}

/* 웹접근성 TAB 이동관련 css 23-10-12 */
/* 메인팝업 */
.main_popup>.tab_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.tab_container>input[type='checkbox'] {
  display: initial;
  width: 20px;
  height: 20px;
  -webkit-appearance: checkbox;
  margin-right: 5px;
  accent-color: #2c2c6d;
}

/* radio 버튼 */
.tab_container {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.tab_container>input[type='radio'] {
  display: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tab_container>input[type='radio']:disabled {
  background-color: transparent;
  border: none;
}

.tab_container:last-child {
  margin-left: 20px;
}

.tab_container>input[type='radio']~label {
  margin-right: 0;
}

.read-only {
  position: absolute;
  width: 1px;
  /* text-wrap: nowrap; */
  /* text-indent: -9999; */
  overflow: hidden;
}

.read-only-clip{
  overflow: hidden;
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}



#shortcut-main {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  background-color: #000000;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
  z-index: 999;
}

#shortcut-main:focus {
  height: auto;
  padding: 10px;
  outline-color: red;
  overflow: auto;
}

.desc_important {
  position: absolute;
  top: 15px;
  right: 40px;
  color: red;
}

::placeholder {
  color: #5f5f5f !important;
}

