#contents {
  padding-bottom: 145px;
}
.view_header {
  display: none;
}
.sub_top {
  position: relative;
  height: 300px;
  width: 100%;
}
.sub_top6 {
  background: url("../img/common/subTop6.png") no-repeat center bottom;
}
.sub_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.sub_top h2 {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding-top: 158px;
}

.sub_tab {
  height: 70px;
}
.sub_tab ul {
  position: relative;
  text-align: center;
  font-size: 0;
}
.sub_tab ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub_tab ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.sub_tab ul li a {
  width: 110px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #888888;
  display: block;
  font-size: 20px;
}
.sub_tab ul li.active {
}
.sub_tab ul li.active::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #f68221;
}
.sub_tab ul li.active a {
  color: #000000;
  font-weight: 700;
}

.sub_title {
  margin-top: 80px;
}
.sub_title h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}
.sub_title p {
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  color: #888888;
  margin-top: 10px;
}

.notice_wrap {
  width: 1260px;
  margin: 60px auto 0;
}
.border_top {
  position: relative;
}
.border_top p.info {
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #888888;
}
.border_top p.info b {
  color: #f68221;
}
.border_top .select_wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.notice {
  margin-top: 25px;
}

.notice_m {
  display: none;
}
.table_type1 {
  border-top: solid 2px #000000;
  width: 100%;
  table-layout: fixed;
}
.table_type1 tr th,
.table_type1 tr td {
  border-bottom: solid 1px #707070;
  height: 80px;
  text-align: center;
}
.table_type1 tr th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.table_type1 tr td a,
.table_type1 tr td {
  font-size: 18px;
  color: #000000;
}
.table_type1 tr td a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table_type1 tr .num {
  width: 145px;
}
.table_type1 tr .state {
  width: 160px;
}
.table_type1 tr .title {
  width: 675px;
  padding: 0 30px;
}
.table_type1 tr .hit {
  width: 115px;
}
.table_type1 tr .date {
  width: 160px;
}
.table_type1 tr td.title {
  text-align: left;
}
.table_type1 tr td.state {
  font-weight: 700;
}
.table_type1 tr.notice_chk {
  background-color: #fffbf7;
}
.table_type1 tr.notice_chk th,
.table_type1 tr.notice_chk td {
}
.table_type1 tr.notice_chk th {
}
.table_type1 tr.notice_chk td {
}
.table_type1 tr.notice_chk td.state {
  color: #f68221;
}
.note_important {
  display: inline-block;
  width: 66px;
  height: 30px;
  border-radius: 30px;
  border: solid 1px #f68221;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #f68221;
}

.paging {
  margin-top: 60px;
}
.paging ol {
  display: none;
}
.paging ul {
  font-size: 0;
  text-align: center;
}
.paging ul li {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  background: #fff;
  border: 0.5px solid #707070;
  margin: 0 2px;
}

.paging ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #888;
}
.paging ul li:hover,
.paging ul li.active {
  border: 1px solid #f68221;
}
.paging ul li:hover a,
.paging ul li.active a {
  font-weight: bold;
  color: #f68221;
}

.paging ul li.start {
  background: url("../img/service/page_start.png") no-repeat center center;
}
.paging ul li.prev {
  background: url("../img/service/page_prev.png") no-repeat center center;
}
.paging ul li.next {
  background: url("../img/service/page_next.png") no-repeat center center;
}
.paging ul li.end {
  background: url("../img/service/page_end.png") no-repeat center center;
}

.paging ul li.start:hover {
  background: url("../img/service/page_start_on.png") no-repeat center center;
}
.paging ul li.prev:hover {
  background: url("../img/service/page_prev_on.png") no-repeat center center;
}
.paging ul li.next:hover {
  background: url("../img/service/page_next_on.png") no-repeat center center;
}
.paging ul li.end:hover {
  background: url("../img/service/page_end_on.png") no-repeat center center;
}

.select_wrap_m {
  display: none;
}
.table_type2 {
  border-top: solid 2px #000000;
}
.table_type2 .th_m {
  display: none;
}
.table_type2 th,
.table_type2 td {
  padding: 0 40px;
  height: 87px;
  border-bottom: solid 1px #707070;
}
.table_type2 th {
  background: #fcfcfc;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.table_type2 th > span {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #f68221;
  background: #fff8f2;
  border: 1px solid #f68221;
  padding: 0 22px;
  line-height: 28px;
  height: 30px;
  margin-right: 20px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
}
.table_type2 td {
}
.table_type2 td.table_content {
  padding: 40px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
}
.table_type2 td.table_content img {
  max-width: 1180px;
}
.table_type2 td ul {
}
.table_type2 td ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.table_type2 td ul li::before {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  background: #707070;
}
.table_type2 td ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.table_type2 td ul li:first-child::before {
  display: none;
}
.table_type2 td ul li span {
  font-size: 16px;
  text-align: left;
  color: #707070;
}
.table_type2 td ul li span.title {
  font-weight: 700;
}
.table_type2 td ul li span.text {
}

.table_type2 tr.view_nav {
}
.table_type2 tr.view_nav a {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
}
.table_type2 tr.view_nav a.title {
  width: 120px;
}
.table_type2 tr.view_nav a.text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 1040px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #000;
}
.table_type2 tr.view_nav.no_list {
}
.table_type2 tr.view_nav.no_list a {
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #707070;
}
.table_type2 tr.view_nav.no_list a.title {
}
.table_type2 tr.view_nav.no_list a.text {
}

.notice_view .btn_wrap {
  text-align: center;
  margin-top: 77px;
}
.notice_view .btn_wrap a {
  width: 200px;
  height: 70px;
  line-height: 67px;
  border-radius: 50px;
  border: solid 1px #f68221;
  background-color: #f68221;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}

.faq_wrap {
  width: 1260px;
  margin: 0 auto;
}
.faq_filter {
  margin-top: 40px;
}
.faq_filter .search_wrap {
  position: relative;
  width: 850px;
  margin: 0 auto;
}
.faq_filter .search_wrap input {
  width: 100%;
  height: 66px;
  border: 1px solid #707070;
  padding: 0 20px;
  font-size: 18px;
  color: #888;
  background: #fcfcfc;
}
.faq_filter .search_wrap button {
  background: none;
  border: none;
  width: 66px;
  height: 66px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq_filter .hash {
  margin-top: 30px;
  text-align: center;
}
.faq_filter .hash h5 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 20px;
  color: #f68221;
  margin-right: 8px;
  line-height: 40px;
}
.faq_filter .hash a {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  height: 40px;
  line-height: 37px;
  padding: 0 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.border_tab {
  width: 1260px;
  margin: 80px auto 75px;
}
.border_tab ul {
  font-size: 0;
}
.border_tab ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 7);
  border: 1px solid #e2e2e2;
  border-left: none;
  position: relative;
}
.border_tab ul li a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #888;
  height: 66px;
  line-height: 66px;
}
.border_tab ul li.active {
}
.border_tab ul li.active a {
  font-weight: bold;
  color: #000;
}
.border_tab ul li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #f68221;
  position: absolute;
  left: 0;
  bottom: 0;
}
.border_tab ul li:first-child {
  border-left: 1px solid #e2e2e2;
}

.faq {
  width: 1260px;
  margin: 22px auto 0;
}
.faq dl {
  border-top: 1px solid #000;
}
.faq dl dt {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  line-height: 80px;
  height: 80px;
  padding-left: 90px;
  padding-right: 50px;
  position: relative;
  border-bottom: 1px solid #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq dl dt > img {
  position: absolute;
  left: 40px;
  top: 17px;
}
.faq dl dt span.arrow {
  display: none;
}

.faq dl dd {
  position: relative;
  padding: 24px 50px 29px 140px;
  background: #fcfcfc;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #000;
  display: none;
}
.faq dl dd img {
  position: absolute;
  left: 90px;
  top: 22px;
}

.empty {
  border-top: solid 1.5px #000000;
  border-bottom: solid 0.5px #707070;
  display: none;
  height: 523px;
  text-align: center;
  padding: 183px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}
.empty img {
  display: block;
  margin: 0 auto 40px;
}
.border_empty > * {
  display: none;
}
.border_empty .empty {
  display: block;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Event @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/
.sub_title_notop {
  margin-top: 150px;
}

.event_wrap {
  width: 1260px;
  margin: 0 auto;
}
.event_wrap .event {
  border-top: 1px solid #000;
  padding-top: 50px;
  margin-top: 24px;
}
.event_wrap .event ul {
  font-size: 0;
  text-align: left;
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.event_wrap .event li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.event_wrap .event li:first-child {
  margin-left: 0;
}
.event_wrap .event li a {
}
.event_wrap .event li a > div {
}
.event_wrap .event li a > div.img {
  position: relative;
  width: 400px;
  overflow: hidden;
}
.event_wrap .event li a > div.img img {
  width: 100%;
}
.event_wrap .event li a > div.text {
  padding-top: 30px;
  width: 400px;
}
.event_wrap .event li a > div.text h5 {
  padding: 0 22px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 15px;
  background: #fff8f2;
  border: 1px solid #f68221;
  font-weight: bold;
  font-size: 14px;
  color: #f68221;
  display: inline-block;
  vertical-align: top;
}
.event_wrap .event li a > div.text h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-height: 108px;
  margin-top: 10px;
}
.event_wrap .event li a > div.text p {
  font-size: 16px;
  text-align: left;
  color: #000;
  margin-top: 10px;
  line-height: 1em;
}
.event_wrap .event li.end {
}
.event_wrap .event li.end a > div.img:after {
  content: "이벤트 종료";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 430px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.event_wrap .event li.end a > div.text h5 {
  background: #f2f2f2;
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ reference @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

.reference_wrap {
  width: 1260px;
  margin: 60px auto 0;
}
.borad_search {
  width: 1260px;
  height: 120px;
  background: #f5f5f5;
  padding: 35px 60px;
  font-size: 0;
  margin-bottom: 40px;
}
.borad_search form > * {
  display: inline-block;
  vertical-align: top;
}
.borad_search h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 50px;
  margin-right: 20px;
}
.borad_search .select_wrap {
  text-align: center;
  font-size: 0;
}
.borad_search .select_wrap > * {
  display: inline-block;
  vertical-align: top;
}
.borad_search .select_wrap select {
  height: 50px;
  border-radius: 5px;
  background: #fff url("../img/service/select_arrow2.png") no-repeat 95% center;
  border: 0.5px solid #707070;
  margin-right: 10px;
  padding: 0 20px;
}
.borad_search .select_wrap select.borad_search1 {
  width: 240px;
}
.borad_search .select_wrap select.borad_search2 {
  width: 160px;
}
.borad_search input {
  width: 298px;
  height: 50px;
  background: transparent;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  border: 0.5px solid #707070;
  vertical-align: top;
  padding: 0 20px;
}
.borad_search button {
  width: 148px;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #f17700;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #fff;
}
.reference .table_type1 tr .num {
  width: 150px;
}
.reference .table_type1 tr .category {
  width: 228px;
}
.reference .table_type1 tr .grade {
  width: 130px;
}
.reference .table_type1 tr .title {
  width: 350px;
}
.reference .table_type1 tr .file {
  width: 120px;
}
.reference .table_type1 tr .date {
  width: 130px;
}
.reference .table_type1 tr .hit {
  width: 150px;
}

/* 2023-09-07 new라벨 추가 */
.reference .table_type1 tr .title .new {
  width: 22px;
  margin-left: 8px;
}
/* 2023-09-07 new라벨 추가  끝*/

/* 20210202 추가 시작 */
.reference_new .table_type1 tr .num {
  width: 60px;
}
.reference_new .table_type1 tr .category {
  width: 208px;
}
.reference_new .table_type1 tr .grade {
  width: 80px;
}
.reference_new .table_type1 tr .title {
  width: auto;
}
.reference_new .table_type1 tr .file {
  width: 80px;
}
.reference_new .table_type1 tr .date {
  width: 120px;
}
.reference_new .table_type1 tr .hit {
  width: 80px;
}
.reference_new .table_type1 tr .title {
  padding: 0 15px;
}
/* 20210202 추가 끝 */

.reference {
  margin-top: 25px;
}
.reference_m {
  display: none;
}

.table_type2 tr.file {
}
.table_type2 tr.file h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  width: 120px;
  display: inline-block;
  vertical-align: top;
}

.table_type2 tr.file ul {
  display: inline-block;
  vertical-align: top;
}
.table_type2 tr.file ul li {
  color: #000;
  font-size: 18px;
  text-align: left;
}
.table_type2 tr.file ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: left;
  color: #f68221;
  margin-right: 10px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.con {
  background-color: #faf7f5;
}
.sub_title2 {
  margin-top: 70px;
  padding: 80px 20px 0;
}
.sub_title2 h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

/* 2021-05-21 수정시작 */
.consultation_wrap {
  position: relative;
  margin: 50px auto 0;
  padding: 0 20px 146px;
  max-width: 590px;
  min-width: 327px;
  color: #999999;
}
.consultation_wrap ul li.push_box {
  font-size: 0;
  margin-bottom: 6px;
}
.consultation_wrap ul li.push_box .radioWrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  padding-left: 0px;
  text-align: right;
  font-size: 0;
}

.consultation_wrap ul li.push_box .radioWrap .radio1 {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}
.consultation_wrap ul li.push_box h4 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 60px;
  width: 110px;
}

/* 2021-05-21 수정 끝*/

.mb20 {
  margin-bottom: 20px;
}
.textbox {
  position: relative;
}
.textbox label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 400;
  cursor: text;
}
.textbox label span {
  color: #de1819;
  vertical-align: 0;
}
.textbox > input {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: -0.4px;
  text-align: left;
  color: #000;
  line-height: 60px;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  vertical-align: top;
  outline-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.textbox .btn__input {
  /* width: calc(100% - 160px); */
  width: 100%;
}
.textbox.celphone .btn__input + a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  color: #3473ff;
}

.textbox .btn__input + a {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  color: #888;
}
.textbox button {
  margin-left: 10px;
  width: 150px;
  height: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  border: 0;
}
.textbox button.btn1 {
  background-color: #333333;
}
.textbox button.btn2 {
  background-color: #888888;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.ment {
  margin-top: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #888888;
}
/*라디오버튼*/
/* 2021-03-11 18:09:56 수정 */
.push_box .radio1 {
  margin-left: 11px;
  max-width: 176px;
  width: 32%;
}
/* 2021-03-11 18:10:03끝 */
.push_box .radio1:first-child {
  margin-left: 0;
}
.radio1 input[type="radio"] {
  display: none;
}
.radio1 input[type="radio"] + label {
  cursor: pointer;
  display: block;
  padding: 18px 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background-color: #888888;
}

.radio1 input[type="radio"]:checked + label {
  background-color: #333333;
}

.menttxt {
  margin-bottom: 20px;
}
.tttit {
  padding-bottom: 10px;
  border-bottom: solid 2px #000000;
}
.tttit h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.privacyPopBtn {
  float: right;
  margin-top: 4px;
  width: 85px;
  font-size: 12px;
  text-align: right;
  color: #888888;
}

.privacyPopBtn .Btnoff {
  display: inline-block;
  font-weight: 700;
} /* 20210118 수정 */
.privacyPopBtn.on .Btnon {
  display: inline-block;
  font-weight: 700;
} /* 20210118 수정 */

.privacyPopBtn .Btnon {
  display: none;
}
.privacyPopBtn.on .Btnoff {
  display: none;
}

.arr {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/arrow.png);
  background-position: center 2px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.privacyPopBtn.on .arr {
  transform: rotate(-180deg);
  background-position: center -2px;
}

.table_type3 {
  margin: 10px 0 20px;
  padding: 0 0 20px;
  width: 100%;
  table-layout: fixed;
  border-bottom: solid 1px #e2e2e2;
}
.table_type3 tr th,
.table_type3 tr td {
  line-height: 2;
  text-align: left;
}
.table_type3 tr th {
  width: 25%;
  font-size: 14px;
  font-weight: bold;
  color: #888888;
}
.table_type3 tr th:after {
  content: ":";
  display: inline-block;
  /* margin-left: 10px; */
  margin-right: 11px;
  float: right;
  width: 5px;
}
.table_type3 tr td {
  font-size: 14px;
  color: #888888;
  opacity: 0.8;
}
.mb50 {
  margin-bottom: 50px;
}

.menttxt ul.list {
  margin-bottom: 60px;
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
ul.list > li {
  margin-left: 7px;
  font-size: 14px;
  text-align: left;
  line-height: 1.71;
  color: #888888;
  text-indent: -7px;
}

ul.list > li::before {
  content: "";
  display: inline-block;
  margin: 0 4px 3px 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #888888;
}
.o-r-btn {
  display: block;
  margin: 0 auto;
  width: 360px;
  height: 70px;
  padding: 19px 0 18px;
  border-radius: 50px;
  border: solid 1px #f68221;
  background-color: #f68221;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

/*2020-11-27 상담신청 완료*/
.consultation_c {
  margin: 170px auto;
  padding: 0 20px;
  max-width: 476px;
}
.c_icon {
  margin-bottom: 33px;
  text-align: center;
}
.consultation_c h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.37;
  letter-spacing: -0.75px;
  text-align: center;
  color: #000000;
}
.consultation_c h3 span {
  padding-left: 5px;
  color: #f68221;
}

.consultation_c h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.38;
  text-align: center;
  color: #000000;
}
.consultation_c h3 span {
  padding-left: 5px;
  color: #f68221;
}

.consultation_c .h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}
.consultation_c .h6 {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #888888;
}
.consultation_c_btn_o {
  text-align: center;
}
.consultation_c_btn_o a,
.consultation_c_btn_o button {
  width: 240px;
  height: 70px;
  border-radius: 50px;
  border: solid 1px #f68221;
  background-color: #f68221;
  font-size: 22px;
  font-weight: bold;
  line-height: 70px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}

.infom-txt-last {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #888;
  padding-top: 20px;
  text-indent: -19px;
  padding-left: 18px;
}
/* 2021-12-30 폰트 수정 */
.infom-txt-last.infom-txt-last2 {
  font-size: 15px;
  text-align: right;
  color: #888;
  margin-bottom: 8px;
  color: #3473ff;
  padding: 6px 0 5px;
}
/* 2021-12-30 폰트 수정끝 */

.mb6 {
  margin-bottom: 6px;
}

.menttxt .info {
  /* margin-top: 10px; */
  padding: 20px 0;
  border-bottom: 1px solid #888888;
}
.menttxt .info p {
}
.menttxt .info p span {
  display: inline-block;
  vertical-align: top;
}
.menttxt .info p span.title {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #000;
  width: 130px;
}
.menttxt .info p span.text {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #000;
}
.menttxt .info2 {
  padding: 15px 20px 14px;
  width: 100%;
  border-radius: 5px;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.05);
}
.menttxt .info2 p {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #888;
  display: flex;
  justify-content: flex-start;
}

/* ------------------------2024-05-27 수정 시작-----------------------*/

.sub_title2 h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

/* .consultation_innerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* .consultation_wrap {
  position: relative;
  margin: 50px auto 0;
  margin: 50px auto;
  padding: 0 20px 146px;
  max-width: unset;
  min-width: 327px;
  color: #999999;
  width: 590px;
} */

/* .mb50,
.menttxt {
  width: 48%;
} */

.consultation_innerWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.consultation_innerWrap .infom-txt-last.infom-txt-last2 {
  font-size: 15px;
  text-align: left;
  color: #888;
  margin-bottom: 8px;
  color: #3473ff;
  padding: 6px 20px 5px 20px;
}

.consultation_innerWrap .tttit {
  padding-bottom: 10px;
  border-bottom: unset;
}

.privacyPopBtn.pc_ver {
  display: flex;
  justify-content: center;
  align-items: center;
}

.consultation_innerWrap .menttxt .info2,
.consultation_innerWrap .menttxt .info3 {
  padding: 15px 20px 14px;
  width: 100%;
  border-radius: 5px;
  margin: 0px 0px 20px 0px;
  background: rgba(0, 0, 0, 0.05);
}

.menttxt .info3 p {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #888;
  display: flex;
  justify-content: flex-start;
}

.Essential {
  color: #ff0000;
  margin: 0px 0px 0px 7px;
}

.rightTttit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.viewContent {
  cursor: pointer;
  margin-left: 20px;
}

.ApplicationCheck {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

html #wrap {
  max-width: 1920px;
  width: 100%;
  position: relative;
  min-width: unset;
  margin: 0 auto;
}

/* 모달창 */
#grayBg {
  opacity: 0;
  z-index: -9999;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
}

#freeExperienceModal {
  opacity: 0;
  z-index: -999;
}

#PersonalInformation {
  opacity: 0;
  z-index: -999;
}

#grayBg.on {
  opacity: 0.7;
  z-index: 999;
}
#freeExperienceModal.on,
#PersonalInformation.on {
  opacity: 1;
  z-index: 9999;
}

.modal {
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  max-width: 920px;
  width: 90%;
  min-width: 300px;
  max-height: 500px;
  overflow-y: scroll;
  z-index: 99;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

#freeExperienceModal.modal,
#PersonalInformation.modal {
  padding: 0px;
}

#freeExperienceModal .modalinnerText,
#PersonalInformation .modalinnerText {
  padding: 0px 30px 30px 30px;
}
.modal .ConditionsHd {
  font-weight: 700;
}

.modal::-webkit-scrollbar {
  display: none;
}

#freeExperienceModal .FloatingDiv,
#PersonalInformation .FloatingDiv {
  position: sticky;
  left: 0;
  top: -1px;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 30px 30px;
  margin: 0;
}

.myModalclose {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
}

.myModalclose:before,
.myModalclose:after {
  position: absolute;
  left: 8px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #000;
}
.myModalclose:before {
  transform: rotate(45deg);
}
.myModalclose:after {
  transform: rotate(-45deg);
}

.modal .Essential {
  margin-left: 0;
  margin-right: 4px;
  display: inline-block;
  font-size: 16px;
}
.modal div {
  margin-bottom: 18px;
}

.modal div.modalinnerText {
  margin-bottom: 0px;
}
.modal div p {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
}

#PersonalInformation .modalinnerText p {
  display: block;
}

.modal div span {
  display: block;
  font-size: 12px;
  margin-left: 3px;
}

.modal div .sub {
  margin-left: 15px;
  display: flex;
  justify-content: flex-start;
}

.modal div .sub:nth-of-type(3),
.modal div .sub:nth-of-type(4) {
  margin-left: 15px;
}

/* 모달창 끝*/
/* ------------------------2024-05-27 수정 끝 -----------------------*/

/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

/* 모바일 시작 */
/*  */

@media (max-width: 897px) {
  /* ------------------------2024-05-27 모바일 수정 시작 -----------------------*/
  .consultation_innerWrap {
    display: block;
  }
  .mb50,
  .menttxt {
    width: 100%;
  }

  html .ttxt {
    display: block !important;
    /* display: block; */
  }

  .rightTttit .Essential,
  .rightTttit h4,
  .rightTttit .viewContent,
  .rightTttit label[for="allAgree"] {
    font-size: 14px;
  }

  .viewContent {
    margin-left: 10px;
  }

  /* ------------------------2024-05-27 모바일 수정 끝 -----------------------*/

  #wrap.viewpage {
  }
  #wrap.viewpage header,
  #wrap.viewpage .sub_tab,
  #wrap.viewpage .sub_top {
    display: none;
  }
  .view_header {
    display: block;
    width: 100%;
    background: rgba(8, 8, 8, 0.86);
  }
  .notice_wrap,
  .faq_wrap {
    width: 100%;
    margin: 0 auto;
  }

  .view_header a {
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 63px;
    height: 63px;
    text-align: left;
    color: #fff;
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
  }
  .view_header a img {
    margin-top: -2px;
    margin-right: 10px;
  }
  #contents {
    padding-bottom: 50px;
  }
  .sub_top {
    height: auto;
    margin-top: auto;
    padding: 63px 0 58px;
  }
  .sub_top6 {
    background: url("../img/common/subTop6_m.png") no-repeat center bottom;
  }
  .sub_top::before {
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
  .sub_top h2 {
    font-size: 24px;
    padding-top: 57px;
  }

  .sub_tab {
    height: 44px;
  }
  .sub_tab ul li {
    width: 50%;
  }
  .sub_tab ul li a {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    width: 100%;
  }
  .sub_tab ul li.active::after {
    height: 3px;
  }
  .sub_title {
    display: none;
  }

  .border_top p.info {
    padding-top: 20px;
    font-size: 12px;
    padding-left: 24px;
  }
  .border_top p.info b {
    font-size: 12px;
  }
  .border_top .select_wrap {
    display: block;
    position: static;
    padding: 20px 24px;
    background: #f5f5f5;
  }
  .border_top .select_wrap select {
    width: 100%;
    height: 44px;
    background: #ffffff url("../img/service/select_arrow.png") no-repeat 92%
      center;
    border: 1px solid #e2e2e2;
    padding-left: 20px;
  }

  .notice_m {
    margin-top: 10px;
  }
  .notice_m ul {
    border-top: 1px solid #e2e2e2;
  }
  .notice_m ul li {
    border-bottom: 1px solid #e2e2e2;
  }
  .notice_m ul li.notice_chk {
    background: #fffbf7;
  }
  .notice_m ul li a {
    padding: 16px 24px;
    display: block;
    background: url("../img/service/borad_arrow.png") no-repeat 95% center;
  }
  .notice_m ul li h3 {
    font-size: 15px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
  }
  .notice_m ul li h3 span {
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #f68221;
  }
  .notice_m ul li p {
    font-size: 12px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #888;
    margin-top: 8px;
  }

  .notice {
    display: none;
  }
  .notice_m {
    display: block;
  }
  .paging {
    margin-top: 20px;
  }
  .paging ul {
    display: none;
  }
  .paging ol.mobile {
    display: block;
    text-align: center;
  }
  .paging ol li {
    display: inline-block;
    vertical-align: top;
  }
  .paging ol li.bar {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
  }
  .paging ol li a {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
  }
  .paging ol li.total {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
  }
  .paging ol li.prev {
    background: url("../img/service/page_prev.png") no-repeat center center;
    border: 1px solid #dddfe1;
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .paging ol li.next {
    background: url("../img/service/page_next.png") no-repeat center center;
    border: 1px solid #dddfe1;
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }

  .table_type2 {
    border-top: none;
    width: 100%;
  }
  .table_type2 .th_m {
    display: table-row;
  }
  .table_type2 .th_pc {
    display: none;
  }
  .table_type2 th,
  .table_type2 td {
    padding: 0 40px;
    height: auto;
    border-bottom: solid 1px #e2e2e2;
  }
  .table_type2 th {
    background-color: #f5f5f5;
    padding: 24px;
    font-size: 0;
  }

  .table_type2 th h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.45px;
    text-align: left;
    color: #000000;
  }

  .table_type2 td.table_content {
    padding: 28px 24px;
    font-size: 13px;
    line-height: 30px;
    color: #000;
  }
  .table_type2 td.table_content img {
    max-width: none;
    width: 100% !important;
  }
  .table_type2 th ul {
    margin-top: 10px;
  }
  .table_type2 th ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
  .table_type2 th ul li::before {
    content: "";
    width: 1px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #707070;
  }
  .table_type2 th ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .table_type2 th ul li:first-child::before {
    display: none;
  }
  .table_type2 th ul li span {
    font-size: 13px;
    letter-spacing: -0.33px;
    text-align: left;
    color: #888888;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
  }
  .table_type2 th ul li span.text {
  }

  .table_type2 tr.view_nav {
    display: none;
  }
  .notice_view .btn_wrap {
    display: none;
  }
  .table_type2 tr.view_nav_m td {
    font-size: 0;
    padding: 0;
  }
  .table_type2 tr.view_nav_m a {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #888;
    height: 54px;
    line-height: 54px;
  }
  .table_type2 tr.view_nav_m a.prev {
    border-right: 1px solid #e2e2e2;
  }
  .table_type2 tr.view_nav_m a.next {
    border-left: 1px solid #e2e2e2;
  }
  .table_type2 tr.view_nav_m a.prev img {
    margin-right: 9.5px;
    margin-top: -2px;
  }
  .table_type2 tr.view_nav_m a.next img {
    margin-left: 9.5px;
    margin-top: -2px;
  }
  .table_type2 tr.view_nav_m a.no_list {
    background: #e2e2e2;
    opacity: 0.3;
  }

  .table_type2 tr.file td {
    padding: 20px 24px;
  }
  .table_type2 tr.file h4 {
    font-size: 13px;
    width: 50px;
    margin-right: 10px;
  }

  .table_type2 tr.file ul {
    display: inline-block;
    vertical-align: top;
  }
  .table_type2 tr.file ul li {
    color: #888888;
    font-size: 13px;
    text-align: left;
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
    text-decoration: underline;
  }
  .table_type2 tr.file ul li::before {
    display: none;
  }
  .table_type2 tr.file ul li a {
    font-size: 13px;
    text-align: left;
    color: #888888;
    text-decoration: underline;
    margin-right: 0;
  }

  .faq_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .faq_filter {
    margin-top: 0;
    padding: 20px 24px;
    background: #fcf1e5;
  }
  .faq_filter .search_wrap {
    width: 100%;
  }
  .faq_filter .search_wrap input {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 13px;
  }
  .faq_filter .search_wrap button {
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .faq_filter .search_wrap button img {
    width: 16px;
  }
  .faq_filter .hash {
    margin-top: 10px;
    text-align: left;
    font-size: 0;
  }
  .faq_filter .hash h5 {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 13px;
    color: #f68221;
    margin-right: 10px;
    line-height: 26px;
  }
  .faq_filter .hash a {
    height: 26px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
    margin-left: 8px;
  }
  .faq_filter .hash a:nth-child(5) {
    display: none;
  }
  .border_tab {
    width: 100%;
    margin: 0 auto;
  }
  .border_tab ul {
    display: none;
  }
  .border_tab .select_wrap_m {
    display: block;
    position: static;
    padding: 20px 24px 0;
    background: #fff;
  }
  .border_tab .select_wrap_m select {
    width: 100%;
    height: 44px;
    background: #ffffff url("../img/service/select_arrow.png") no-repeat 92%
      center;
    border: 1px solid #e2e2e2;
    padding-left: 20px;
  }

  .faq {
    width: 100%;
    margin: 22px auto 0;
  }
  .faq dl {
    border-top: 1px solid #eee;
  }
  .faq dl dt {
    font-weight: 400;
    font-size: 15px;
    line-height: 54px;
    height: 54px;
    padding-left: 50px;
    padding-right: 60px;
    position: relative;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
  }
  .faq dl dt > img {
    position: absolute;
    left: 24px;
    top: 11px;
    width: 16px;
  }
  .faq dl dt span.arrow {
    display: block;
    position: relative;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -12px;
    width: 26px;
    height: 24px;
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
  }
  .faq dl dt span.arrow img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .faq dl dd {
    position: relative;
    padding: 23px 50px 20px 50px;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    color: #888;
    display: none;
  }
  .faq dl dd img {
    position: absolute;
    left: 24px;
    width: 16px;
    top: 22px;
  }

  .empty {
    border-top: solid 1.5px #eeeeee;
    border-bottom: none;
    display: none;
    height: auto;
    text-align: center;
    padding: 30px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
  }
  .empty img {
    display: block;
    margin: 0 auto 10px;
    width: 44px;
  }
  .border_empty > * {
    display: none;
  }
  .border_empty .empty {
    display: block;
  }
  .infom-txt-last {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #888;
    padding: 0 15px 0 !important;
    text-indent: -15px;
    padding-left: 15px;
  }
  .infom-txt-last.infom-txt-last2 {
    padding: 6px 0 5px !important;
  }
  .textbox.celphone .btn__input + a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    text-align: center;
    color: #3473ff;
  }
  .textbox .btn__input + a {
    font-size: 14px;
  }

  /*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Event @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/
  .viewpage .sub_title_notop {
    display: none;
  }
  .sub_title_notop {
    display: block;
    margin-top: auto;
    margin-bottom: 20px;
    padding-top: 85px;
  }
  .sub_title_notop h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 53px;
    text-align: center;
    color: #000;
  }
  .sub_title_notop p {
    margin-top: 0;
    font-size: 13px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #888;
  }
  .event_wrap {
    width: 100%;
  }
  .event_wrap .event {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
    border-bottom: 1px solid #e2e2e2;
  }
  .event_wrap .event ul {
    font-size: 0;
    text-align: left;
    padding: 0 24px;
    border: none;
    margin-bottom: 30px;
  }
  .event_wrap .event li {
    display: block;
    margin-left: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
  }
  .event_wrap .event li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .event_wrap .event li a > div.img {
    width: auto;
  }
  .event_wrap .event li a > div.text {
    padding-top: 20px;
    width: 100%;
  }
  .event_wrap .event li a > div.text h5 {
    display: none;
  }
  .event_wrap .event li a > div.text h3 {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 44px;
    line-height: 1.5em;
    margin-top: 0;
  }
  .event_wrap .event li a > div.text h3 span {
    font-size: 15px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f17700;
    display: inline-block;
    vertical-align: top;
  }
  .event_wrap .event li a > div.text p {
    font-size: 16px;
    text-align: left;
    color: #000;
    margin-top: 10px;
    line-height: 1em;
  }
  .event_wrap .event li.end {
  }
  .event_wrap .event li.end a > div.img:after {
    content: "이벤트 종료";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 430px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .event_wrap .event li.end a > div.text h5 {
    background: #f2f2f2;
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
  }

  .reference_wrap {
    width: 100%;
    margin: 30px auto 0;
  }
  .borad_search {
    width: 100%;
    height: 138px;
    padding: 20px 24px;
    margin-bottom: 0;
  }
  .borad_search h3 {
    display: none;
  }
  .borad_search .select_wrap {
    text-align: left;
    display: block;
    font-size: 0;
    margin-bottom: 10px;
  }
  .borad_search .select_wrap select {
    height: 44px;
    border-radius: 0px;
    border: 0.5px solid #e2e2e2;
    margin-right: 5%;
  }
  /* 2023-09-12 너비 수정 */
  .borad_search .select_wrap select.borad_search1 {
    /* width: 50%; */
    width: 32%;
    margin-right: 2%;
  }
  .borad_search .select_wrap select.borad_search2 {
    /* width: 45%;
    margin-right: 0; */
    width: 32%;
    margin-right: 2%;
  }
  .borad_search .select_wrap select.borad_search2:last-child {
    margin-right: 0;
  }
  .borad_search .search_box {
    position: relative;
    width: 100%;
  }
  .borad_search input {
    width: 100%;
    height: 44px;
    border-radius: 0px;
    border: 0.5px solid #e2e2e2;
    margin-right: 0;
  }
  .borad_search button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 0px;
    line-height: auto;
    border: none;
    background: url("../img/service/search2.png") no-repeat center center;
  }
  .reference {
    display: none;
  }
  .reference_m {
    display: block;
  }

  .reference_m {
    margin-top: 10px;
  }
  .reference_m ul {
    border-top: 1px solid #e2e2e2;
  }
  .reference_m ul li {
    border-bottom: 1px solid #e2e2e2;
  }
  .reference_m ul li.notice_chk {
    background: #fffbf7;
  }
  .reference_m ul li a {
    padding: 16px 24px;
    display: block;
    background: url("../img/service/borad_arrow.png") no-repeat 95% center;
  }
  .reference_m ul li {
  }
  .reference_m ul li h3 {
    position: relative;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 22px;
  }
  .reference_m ul li h3 img {
    position: absolute;
    right: 0;
    top: 1px;
    width: 22px;
  }
  /* 2023-09-07 new 라벨 추가 */
  .reference_m ul li img.new {
    width: 18px;
    margin: 0 8px;
  }
  /* 2023-09-07 new 라벨 추가 끝*/
  .reference_m ul li span {
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #f68221;
    display: block;
  }
  .reference_m ul li p {
    font-size: 12px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #888;
    margin-top: 8px;
  }

  .sub_title2 {
    margin-top: auto;
    padding: 100px 20px 0;
  }
  .consultation_wrap {
    margin: 30px auto 0;
    padding: 0 20px 50px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .textbox label {
    padding: 20px;
    font-size: 14px;
  }
  .textbox > input {
    font-size: 14px;
    line-height: 44px;
    height: 60px;
    padding: 0 120px 0 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 100%;
  }
  .textbox .btn__input {
    /* width: calc(100% - 99px); */
    width: 100%;
  }

  .textbox button {
    width: 89px;
    height: 44px;
    font-size: 12px;
  }
  /* 2021-03-11 18:08:25 수정 */
  .push_box .radio1 {
    width: calc(100% / 3 - 7px);
  }
  .push_box .radio1 {
    margin-left: 5px;
  }
  /* 2021-03-11 18:08:25 수정 끝*/
  .radio1 input[type="radio"] + label {
    padding: 10.5px 0;
    font-size: 12px;
  }
  .consultation_wrap ul li.push_box h4 {
    line-height: 45px;
    font-size: 14px;
  }
  /* .o-r-btn{
	width: 160px;
	height: 50px;
	padding: 14px 0;
	font-size: 15px;
} */

  .o-r-btn {
    width: 100%;
    height: 60px;
    background: #f68221;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.45px;
    text-align: center;
    color: #ffffff;
    border-radius: 35px;
    padding: 0;
  }
  .menttxt ul.list {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .table_type3 tr th {
    width: 40%;
    vertical-align: top;
  }

  /*2020-11-27 상담신청 완료*/
  .consultation_c {
    margin: 0 auto;
    padding: 170px 20px;
    max-width: 476px;
  }
  .c_icon {
    margin-bottom: 33px;
    text-align: center;
  }
  .consultation_c h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: -0.75px;
    text-align: center;
    color: #000000;
  }

  .consultation_c .h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .consultation_c .h6 {
    margin-bottom: 70px;
    font-size: 13px;
  }
  .consultation_c_btn_o a,
  .consultation_c_btn_o button {
    width: 105px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }

  .menttxt .info {
    /* margin-top: 10px; */
    margin-top: -2px;
  }
  .menttxt .info p {
    margin-top: 10px;
  }
  .menttxt .info p:first-child {
    margin-top: 0;
  }
  .menttxt .info p span {
    display: block;
  }
  .menttxt .info p span.title {
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
    text-align: left;
    color: #000;
  }
  .menttxt .info p span.text {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: #000;
    padding-top: 0;
    padding-left: 0;
  }
  .menttxt .info2 {
    padding: 15px 10px 14px;
    width: auto;
    border-radius: 5px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.05);
  }
  .menttxt .info2 p {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #888;
    padding-left: 13px;
  }
  .menttxt .info2 p span.dot {
    position: absolute;
    left: 0;
    top: 1px;
  }
  .ttxt {
    display: none;
  }
}
