@charset "utf-8";
/* ============== 메인 ============= */
.main_contents {
  width: 100%;
  position: relative;
  background: url(/resources/images/main/main_bg.png) no-repeat center -100px; /*2023-07-06*/
  margin-bottom: 30px;
}
.main_page01 {
  position: relative;
  width: 100%;
  height: 520px;
  text-align: center;
}
.main_page01 h2 {
  font-family: 'scoredream';
  font-size: 40px;
  font-weight: 800;
  padding-top: 110px;
  color: #fff; /*2023-07-06*/
}
.main_page01 h2 > span {
  color: #95a6ff; /*2023-07-06*/
}
.main_page01 .main_sub_tit {
  font-family: 'scoredream';
  font-size: 16px;
  font-weight: 500;
  color: #fff; /*2023-08-04*/
  padding-top: 16px;
}
.main_page01 .btn_more01 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 12px 96px 12px 20px;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.63) url(/resources/images/ic_arrow1.png) no-repeat 180px 48%; /*2023-07-05*/
  border-radius: 50px;
}
.quick_box {
  position: absolute;
  width: 1174px;
  height: 200px;
  left: 50%;
  top: 320px;
  background: #ffffff;
  border: 1px solid #d7dfe4;
  border-radius: 40px 20px;
  transform: translateX(-50%);
}
.box_list {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.box_list li {
  width: 25%;
  height: 100%;
}
.box_list li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  border-right: 1px solid #d7dfe4;
  padding-top: 113px;
}
.box_list li:last-child a {
  border-right: none;
}
.box_list li:hover a {
  color: #2c2c6d;
  font-weight: 600;
}
.box_list li:nth-child(1) a {
  background: url(/resources/images/main/q_ico01.svg) no-repeat center top;
}
.box_list li:nth-child(2) a {
  background: url(/resources/images/main/q_ico02.svg) no-repeat center top;
}
.box_list li:nth-child(3) a {
  background: url(/resources/images/main/q_ico03.svg) no-repeat center top;
}
.box_list li:nth-child(4) a {
  background: url(/resources/images/main/q_ico04.svg) no-repeat center top;
}
.main_comment {
  position: absolute;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  left: 50%;
  top: 520px;
  text-align: left;
  width: 1174px;
  transform: translateX(-50%);
}

.main_page02 {
  display: flex;
  position: relative;
  margin: 80px auto 70px;
  width: 1174px;
  height: auto;
  overflow: hidden;
}
.main_notice {
  position: relative;
  width: 58%;
  padding-right: 30px;
}
.main_notice .inbox_wrap {
  display: flex;
  justify-content: space-between; /*2023-08-11 메인 공지사항 한 개일 경우 레이아웃 깨짐 수정*/
}

/*2023-07-19*/
.main_notice .inbox.no_data {
  /*2023-07-19*/
  width: 100%;
}

.main_notice .inbox.no_data p {
  /*2023-07-19*/
  margin-top: 45px;
}

.main_notice .inbox.no_data:hover {
  border-color: #d7dfe4;
}
/*2023-07-19*/

.main_notice .inbox:last-child {
  margin-right: 0;
}
.main_notice .inbox:hover {
  border-color: #2c2c6d;
}
.main_notice .inbox:hover p.tit {
  color: #2c2c6d;
  font-weight: 600;
}
.main_notice .inbox {
  width: calc(50% - 10px);
  height: 190px;
  padding: 30px;
  background: #fff;
  margin-right: 20px;
  border: 1px solid #d7dfe4;
  border-radius: 20px 40px;
  margin: initial; /*2023-08-11 메인 공지사항 한 개일 경우 레이아웃 깨짐 수정*/
}
.main_notice .inbox .tit {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.main_notice .inbox .txt {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}
.main_notice .inbox .date {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}
.main_link {
  position: relative;
  width: 42%;
}
.link_bn01 {
  position: relative;
  width: 100%;
  height: 87px;
  border-radius: 20px 40px;
  background: #e9f4f4 url(/resources/images/main/ico_bn1.svg) no-repeat 30px 23px;
  margin-bottom: 20px;
}
.link_bn02 {
  position: relative;
  width: 100%;
  border-radius: 20px 40px;
  background: #e9eaf4 url(/resources/images/main/ico_bn2.svg) no-repeat 30px 23px;
  margin-bottom: 20px;
}
.link_bn01 p,
.link_bn02 p {
  font-size: 18px;
  padding: 32px 0 32px 90px;
  font-weight: 500;
}
.link_bn01 a,
.link_bn02 a {
  position: absolute;
  top: 26px;
  right: 30px;
  background: #fff;
  color: #404e4e;
  padding: 7px 30px;
  border-radius: 99px;
  font-size: 13px;
}
.link_bn02 a {
  color: #4b4c5c;
}
.main_contents h3:before {
  display: block;
  content: '';
  width: 40px;
  height: 5px;
  background: #2c2c6d;
  border-radius: 10px;
}
.main_contents h3 {
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}
.main_page02 .btn_more {
  position: absolute;
  top: 4px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  background: url(/resources/images/main/ico_more2.png) no-repeat center center;
  text-indent: -99999999px;
}
.main_page03 {
  width: 100%;
  padding: 60px 0;
  background: #f7f7ff url(/resources/images/main/main_bg02.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main_page03 .inbox_wrap {
  display: flex;
  width: 1174px;
  margin: 0 auto;
}
.main_page03 .inbox {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.main_info_wrap {
  width: 100%;
  height: 520px; /*2023-07-19*/
  padding: 30px;
  background: #fff;
  margin-right: 30px;
  border: 1px solid #d7dfe4;
  border-radius: 20px 40px;
}
.main_info_wrap dl dt {
  font-size: 18px;
  color: #2c2c6d;
  line-height: 200%;
  font-weight: 500;
}
.main_info_wrap dl dt span {
  font-size: 16px;
}

.main_info_wrap dl dd b {
  /*2023-07-19*/
  color: #7b2f24;
  font-weight: 500;
}

.main_info_wrap dl dd {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  line-height: 200%;
}
.main_info_wrap dl dd.indent {
  text-indent: -14px;
  margin-left: 24px;
}
.main_info_wrap dl dd.indent > span {
  margin-right: 8px;
}
.main_info_wrap dl dd.indent:before {
  display: none;
}
.main_info_wrap dl dd.h150 {
  line-height: 150%;
  padding-top: 4px;
}
.main_info_wrap dl dd:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 99px;
  background: #000;
}
.main_info_wrap dl dd.ps:before {
  display: none;
}
.main_info_wrap dl dd.ps {
  padding-left: 0;
  line-height: 150%;
  margin-top: 15px;
}

/*신청절차*/
.main_page03 .inbox_wrap.block {
  display: block;
}
.card_process {
  display: flex;
  flex-wrap: wrap;
}
.card_process .cp_box {
  position: relative;
  line-height: 150%;
  padding: 20px 30px;
  border-radius: 20px 40px;
}
.card_process .cp_box.cp01 {
  width: 300px;
  height: 180px;
  margin-right: 20px;
  background: #daebf6;
}
.card_process .cp_box.cp02 {
  width: 300px;
  height: 180px;
  margin-right: 20px;
  background: #efe7f3;
}
.card_process .cp_box.cp03 {
  width: 532px;
  height: 180px;
  background: #f0f3e7;
}
.card_process .cp_box.cp04 {
  width: 620px;
  height: 330px;
  margin-right: 20px;
  background: #d8f2ee;
  margin-top: 20px;
}
.card_process .cp_box.cp05 {
  width: 532px;
  height: 330px;
  background: #f2e8d8;
  margin-top: 20px;
}

.card_process .cp_box .step {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 200%;
}
.card_process .cp_box.cp01 .step {
  color: #2c2c6d;
}
.card_process .cp_box.cp02 .step {
  color: #4a3056;
}
.card_process .cp_box.cp03 .step {
  color: #4d523e;
}
.card_process .cp_box.cp04 .step {
  color: #2f4844;
}
.card_process .cp_box.cp05 .step {
  color: #3d3529;
}
.card_process .cp_box a {
  color: #7b2f24;
  text-decoration: underline;
}
.card_process .cp_box .tit {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
}
.card_process .cp_box .txt {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}
.card_process .cp_box .txt2 {
  color: #000;
  font-size: 16px;
  line-height: 200%;
}
.card_process .cp_box span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin-top: 5px;
}
/*문의연락처배너*/
.main_page04 {
  margin: 0;
  width: 100%;

  padding: 60px 0 0 0;
  background-size: cover;
  overflow: hidden;
}

.contact_bn {
  display: flex;
  flex-wrap: wrap;
}
.contact_bn li {
  position: relative;
  width: calc(33.33% - 27px);
  margin: 0 40px 40px 0;
  background: #ffffff;
  border: 1px solid #d7dfe4;
  border-radius: 20px 40px;
}
.contact_bn li:nth-child(3n) {
  margin-right: 0;
}
.contact_bn li .tit {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  background: #f6f9fb;
  border-bottom: 1px solid #d7dfe4;
  border-radius: 20px 40px 0px 0px;
  text-align: center;
}
.contact_bn li .tit span {
  /* position:absolute;
	top:10px;
	right:20px;
	font-weight: 500;
	font-size: 16px; */
  padding-left: 4px;
}
.contact_bn li .tel {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
  line-height: 150%;
}
.contact_bn li .tit2 {
  margin: -10px auto 20px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

/*웹 접근성*/
.pop_footer .btn-close-popup:focus {
  outline: 3px dashed #0099ff;
}

/* 사이트 선택 창 */
.choose-site-container {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  top: 0;
  left: 0;
}
.choose-site-container button {
  width: 50%;
  height: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  gap: 10px;
}
.choose-site-container button.btn_1 {
}
.choose-site-container button.btn_2 {
}
