@import url("reset.css");
@import url("font.css");

/* 상세 */
.page_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
  line-height: 1.6em;
}
.page_tit h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.page_tit p {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  word-break: auto-phrase;
}

.page_tit.bg1 {
  height: 260px;
  color: #fff;
  background: url(../images/banner_history.png) no-repeat center / cover;
}
.page_tit.bg1 p {
  margin-top: 40px;
}
.page_tit.bg1 p::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #fff;
}

.page_tit.style1 {
  padding: 40px 0 0;
}
.page_tit.style1 p {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 5px;
}
.page_tit.style1 h1 {
  color: #0e249a;
  font-size: 22px;
}

.page_con {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 100px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.breadcrumb_txt {
  color: #626262;
}

.line {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  text-align: center;
}

.page_nav {
  height: 94px;
  border-bottom: 1px solid #cacaca;
}
.page_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_nav ul li {
  width: 160px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_nav ul li a {
  display: block;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  color: #626262;
  padding: 8px 4px;
  word-break: auto-phrase;
}
.page_nav ul li.on a {
  color: #0e249a;
}

.table_con_wrap table {
  width: 100%;
  border-style: hidden;
  border: 1px solid #b9b9b9;
}
.table_con_wrap table th,
.table_con_wrap table td {
  font-size: 14px;
  line-height: 1.4em;
  border: 1px solid #b9b9b9;
  text-align: center;
  word-break: auto-phrase;
  padding: 10px 8px;
  vertical-align: middle;
}
.table_con_wrap table th {
  background: rgba(0, 0, 0, 0.06);
}
.table_con_wrap table td {
  background: #fff;
}
.table_con_wrap table .no-data {
  background: #f0f2f7;
}
.table_con_wrap table .no-data > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 160px 0;
}
/* hyeseon 추가 */
.table_con_wrap table .td_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/* subpage */
.subpage_wrap {
  margin: 0 auto;
  max-width: 1000px;
  word-break: auto-phrase;
}
.subpage_wrap h2 {
  font-size: 32px;
  text-align: center;
}
.subpage_con {
  margin: 0 auto;
  padding: 50px 0 0;
  font-size: 0;
}
.subpage_nav,
.subpage_nav li {
  display: flex;
  align-items: center;
}
.subpage_nav {
  justify-content: space-between;
  gap: 1px;
  color: #fff;
  font-size: 16px;
  line-height: 20.8px;
}
.subpage_nav li {
  justify-content: center;
  padding: 2px 4px;
  height: 70px;
  background-color: #c7c7c7;
  cursor: pointer;
}

/* carFuel*/

.carFuel_wrap h2 {
  font-size: 32px;
  text-align: center;
}
.carFuel_txt h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

.carFuel_con {
  position: relative;
  margin: 65px auto 70px;
  padding: 50px 0 70px;
  font-size: 0;

  overflow: visible;
}
.carFuel_con::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #595959;
}
.carFuel_circle {
  position: absolute;
  top: 0;
  /*left: 50%;*/
  left: 5%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: #00aaad;
  border-radius: 50%;
  z-index: 1;
}

.carFuel_con .carFuel_circle:last-child {
  top: auto;
  bottom: 0;
}

.carFuel_wrap {
  margin: 0 auto;
  max-width: 1000px;
  word-break: auto-phrase;
}

.carFuel_wrap .car_detail_left,
.carFuel_wrap .car_detail_right {
  position: relative;
  display: inline-block;
  width: 90%;
  left: 5%;
}
.carFuel_wrap .car_detail_on_l::after,
.carFuel_wrap .car_detail_on_r::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0e249a;
  z-index: 2;
}

.carFuel_txt {
  width: 100%;
  left: 10%;
  min-height: 180px;
  border: 1px solid #d9d9d9;
  padding: 36px 40px;
  font-size: 18px;
  line-height: 1.4em;
  margin-left: 20px;
  margin-bottom: 20px;
}

.carFuel_wrap .content_item img {
  /*max-width: 420px;
  width: 100%;
  height: auto;*/
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
}
.carFuel_wrap .subpage_con {
  width: 90%; /* 또는 원하는 특정 너비 */
  max-width: 900px; /* 선택적: 최대 너비 설정 */
  margin: 0 auto;
  padding: 50px 0 0;
  font-size: 0;
  display: block; /* 명시적으로 블록 레벨 요소로 설정 */
}
.carFuel_wrap .box_info {
  margin: 0 0 38px;
}
.carFuel_wrap .box_info h3 {
  margin-bottom: 14px;
}
.carFuel_wrap .box_content {
  border: 1px solid #d9d9d9;
}
.carFuel_wrap .content_title {
  display: flex;
  align-items: center;
  padding: 0 28px;
  height: 58px;
  background-color: #6374ce;
}
.carFuel_wrap .content_title h3 {
  color: #fff;
  font-size: 24px;
}

/* history */
/*
.history_wrap h2 {
  font-size: 32px;
  text-align: center;
}
.history_con {
  position: relative;
  margin: 65px auto 70px;
  padding: 50px 0 70px;
  font-size: 0;
}
.history_con::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #595959;
}
.history_circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: #00aaad;
  border-radius: 50%;
  z-index: 1;
}
.history_circle:last-child {
  top: auto;
  bottom: 0;
}
.history_txt {
  width: 400px;
  min-height: 180px;
  border: 1px solid #d9d9d9;
  padding: 36px 40px;
  font-size: 18px;
  line-height: 1.4em;
}
.history_wrap .his_detail_left,
.history_wrap .his_detail_right {
  position: relative;
  display: inline-block;
  width: 50%;
}
.history_wrap .his_detail_right {
  padding-left: 50px;
}
.history_wrap .his_detail_left {
  padding-right: 50px;
  display: inline-flex;
  justify-content: flex-end;
}
.history_wrap .his_detail_on_l::after,
.history_wrap .his_detail_on_r::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0e249a;
  z-index: 2;
}
.history_wrap .his_detail_on_l::after {
  left: auto;
  right: -8px;
}
.history_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.history_img_wrap li img {
  height: 172px;
}
*/

/* 2525 퍼블리싱 */
/* history */
.history_con,
.task_con,
.location_con {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 140px;
  max-width: 1000px;
}
.history_img + p,
.task_img + p {
  margin: 50px 0 70px;
  font-size: 18px;
  line-height: 21.48px;
  word-break: auto-phrase;
}
.history_img,
.task_img,
.testroom_img,
.location_img {
  display: block;
  width: 100vw;
  height: 500px;
  background-size: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.history_img {
  background: url("../images/info/img_history.png") no-repeat center;
  max-width: 1000px;
}
.history_con p {
  font-size: 20px;
}
.history_wrap h2 {
  font-size: 28px;
  text-align: center;
}
.timeline_section,
.location_section {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}
.section_row {
  padding-bottom: 60px;
  border-bottom: 1px solid #535353;
}
.section_row:not(:first-child) {
  padding-top: 52px;
}
.timeline_section h2 {
  margin-bottom: 10px;
  padding-left: 6px;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}
.section_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section_left {
  margin-top: -4px;
  padding-left: 9px;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.41px;
}
.section_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  word-break: auto-phrase;
}
.section_item {
  display: flex;
}
.section_item span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.48px;
}
.section_item_name {
  margin-right: 36px;
  min-width: 40px;
  color: #888888;
}

/* task: 주요업무 */
/*
.task_wrap .con_box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 63px;
}
.task_wrap .con_box {
  justify-content: space-between;
  padding: 18px 38px 4px;
  max-width: 443px;
  height: 270px;
}
.task_wrap .box_img {
  width: 100%;
  max-height: 190px;
  text-align: center;
}
.task_wrap .con_box:last-child .box_img {
  text-align: right;
}
.task_wrap .box_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
*/

/* 2525 퍼블리싱 */
/* task */
.task_img {
  background: url("../images/info/img_task.png") no-repeat center;
  max-width: 1000px;
}
.task_wrap h3 {
  font-size: 32px;
  font-weight: bold;
}
.task_con_wrap {
  margin-top: 52px;
}
.task_con_wrap > li {
  position: relative;
}
.task_con_wrap > li + li {
  margin-top: 60px;
}
.task_con_wrap > li h4 {
  font-size: 28px;
  font-weight: bold;
  text-indent: 38px;
}
.task_con_wrap > li h4::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #afafaf;
}
.task_con_wrap > li .task_con_item {
  margin-top: 20px;
  display: flex;
  gap: 40px;
}
.task_con_wrap > li .task_con_item img {
  height: 260px;
}
.task_con_text {
  width: 370px;
  font-size: 18px;
  line-height: 1.4em;
  padding-top: 10px;
  padding-left: 20px;
}
.task_con_text li {
  word-break: auto-phrase;
  list-style: disc;
}
.task_con_text li + li {
  margin-top: 30px;
}
.task_con_text li .task_con_desc {
  display: block;
  color: #0e249a;
  margin-top: 30px;
}
.task_test_con .task_con_text .task_con_desc {
  margin-left: -20px;
  list-style: none;
}
.task_test_con .task_con_text li:not(.task_con_desc) + li {
  margin-top: 0;
}

/* testroom: 시험실 현황 */
.testroom_img {
  background: url("../images/info/testroom_img.png") no-repeat center;
  max-width: 1000px;
}
.testroom_con {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 70px;
}
.testroom_wrap .subpage_nav {
  width: 236px;
  flex-direction: column;
  gap: 10px;
}
.testroom_wrap .subpage_nav li {
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 1.3em;
  color: #888888;
  background: transparent;
  text-align: center;
  border-radius: 10px;
}
.testroom_wrap .subpage_nav li.on {
  font-weight: bold;
  color: #000;
  background-color: #eeeeee;
}
.testroom_right {
  width: 1000px;
}
.testroom_right .img_wrap {
  position: relative;
  width: 100%;
  height: 680px;
}
.testroom_right .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.testroom_right .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testroom_right .thumbnail-container {
  height: 120px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.testroom_right .thumbnail .swiper-slide {
  width: 100px;
  opacity: 0.5;
  cursor: pointer;
}
.testroom_right .thumbnail .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #fff;
}
.testroom_right .thumbnail.swiper-container img {
  object-fit: cover;
}
.testroom_right .swiper-button-prev,
.testroom_right .swiper-button-next {
  color: #fff;
}

.testroom_detail {
  display: none;
}
.testroom_detail.active {
  display: block;
}
.testroom_detail .detail_tit {
  font-size: 28px;
  font-weight: bold;
  line-height: 28.19px;
  margin-top: 40px;
}
.testroom_detail .detail_desc {
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 12px;
}
.testroom_detail .detail_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
  margin-top: 50px;
}
.testroom_detail dl {
  width: calc(25% - 8px);
  min-height: 100px;
  padding: 10px 15px;
  border: 1px solid #888;
  border-top-width: 3px;
}
.testroom_detail dl dt {
  font-size: 20px;
  font-weight: bold;
}
.testroom_detail dl dd {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 12px;
}

/* testroom: 시험실 현황 */
/*
.testroom_wrap .subpage_nav {
  margin-bottom: 40px;
}
.testroom_wrap .subpage_nav li {
  width: calc(100% / 5);
}
.testroom_wrap .on {
  background-color: #6374CE;
}
.testroom_wrap p {
  margin: 22px auto 55px;
  max-width: 660px;
  color: #0E249A;
  font-size: 16px;
  line-height: 20.8px;
}
.testroom_wrap table {
  min-width: 500px;
}
.testroom_wrap table th {
  font-size: 16px;
  font-weight:  600;
}
.testroom_wrap thead th:first-child {
  width: 130px;
}
.testroom_wrap table td, .test_fee_wrap table td {
  font-size: 13px;
}*/

/* location: 찾아오시는 길 */
/*
.location_wrap .img_wrap {
  margin: 20px 0 82px;
}
.location_wrap .con_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location_wrap h3 {
  margin-bottom: 12px;
  color: #0E249A;
  font-size: 24px;
  line-height: 28.66px;
}
.location_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.location_wrap li {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 4px;
  color: #626262;
  font-size: 16px;
  line-height: 19.1px;
  list-style: initial;
}
.location_wrap li strong {
  font-weight: 600;
  white-space: pre;
}

 */

/* 2525 퍼블리싱 */
/* location: 찾아오시는 길 */
.location_wrap .img_wrap {
  margin: 20px 0 82px;
}
.location_wrap .con_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location_wrap h3 {
  margin-bottom: 12px;
  color: #0e249a;
  font-size: 24px;
  line-height: 28.66px;
}
.location_img {
  background: url("../images/info/img_location.png") no-repeat center;
  max-width: 1000px;
}
.location_section {
  margin-top: 70px;
}
.location_section h2 {
  padding-left: 6px;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}
.location_section .section_wrap {
  grid-template-columns: 1fr 2fr;
}
.location_section .section_left {
  font-size: 24px;
}
.location_section .section_item_name {
  min-width: 104px;
}
/* introduce: 자동차연비센터 소개 */
.introduce_wrap .img_wrap {
  margin: 20px 0 82px;
}
.introduce_wrap .con_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.introduce_wrap h3 {
  margin-bottom: 12px;
  color: #0e249a;
  font-size: 24px;
  line-height: 28.66px;
}
.introduce_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.introduce_wrap li {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 4px;
  /*color: #626262;*/
  font-size: 16px;
  line-height: 19.1px;
  list-style: initial;
}
.introduce_wrap li strong {
  font-weight: 600;
  white-space: pre;
}

.introduce_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.introduce_img_wrap li img {
  height: 300px;
}

/* test_page_wrap: 시험 관련 페이지 */
/*
.test_page_wrap .page_nav ul {
  gap: 60px;
}
.test_page_wrap .page_nav li {
  width: auto;
}

/* apply_process_wrap: 시험신청 절차 */
.apply_process_wrap .con_box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 30px;
}
.apply_process_wrap .con_box {
  width: calc(100% / 3 - 16px);
  height: 210px;
}
.apply_process_wrap .box_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #626262;
  font-size: 20px;
  line-height: 19.1px;
}
.apply_process_wrap .img_wrap {
  margin: 40px auto 0;
  max-width: 700px;
}
.apply_process_wrap .img_wrap + div {
  display: flex;
  justify-content: center;
}
.apply_process_wrap button {
  margin-top: 40px;
  padding: 16px 32px;
  max-width: 225px;
  width: 100%;
  min-height: 59px;
  border-radius: 20px;
}
.apply_process_wrap button a {
  color: #fff;
  text-decoration: none;
}

/* test_fee: 시험 수수료 */
.test_fee_wrap .subpage_nav {
  margin-bottom: 12px;
}
.test_fee_wrap .subpage_nav li {
  width: calc(100% / 3);
}
.test_fee_wrap .on {
  font-weight: 600;
  background-color: #6374ce;
}
.test_fee_wrap table td {
  padding: 7px 12px;
}
.test_fee_wrap table ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.test_fee_wrap .table_desc {
  margin-top: 20px;
  color: #0e249a;
  font-size: 16px;
  line-height: 20.8px;
}
.test_fee_wrap .box_info,
.fuel_economy_wrap .box_info {
  margin-top: 50px;
  padding: 18px 50px;
  min-height: 140px;
  background-color: #f0f0f0;
}
.test_fee_wrap .box_info h3,
.fuel_economy_wrap .box_info h3 {
  margin-bottom: 20px;
  color: #0e249a;
  font-size: 20px;
  line-height: 23.88px;
}
.test_fee_wrap .box_info h3::before,
.fuel_economy_wrap .box_info h3::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 6px;
  height: 32px;
  background-color: #0e249a;
  vertical-align: middle;
}
.test_fee_wrap .box_info_desc,
.fuel_economy_wrap .box_info_desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.test_fee_wrap .box_info_desc p,
.fuel_economy_wrap .box_info_desc p {
  font-size: 20px;
  line-height: 23.88px;
}

/* transcript_wrap: 성적서 진위확인 */
.transcript_wrap .form_wrap_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin-bottom: 30px;
  padding: 0 67px 0 34px;
  width: 100%;
  min-height: 140px;
  background-color: #f0f0f0;
}
.transcript_wrap .form_wrap select,
.transcript_wrap .form_wrap input {
  height: 36px;
  font-size: 14px;
}
.transcript_wrap .form_wrap select {
  max-width: 225px;
  width: 100%;
}
.transcript_wrap .form_wrap input {
  width: 100%;
}
.transcript_wrap .form_wrap .form_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 53px;
}
.transcript_wrap .form_wrap button {
  width: 180px;
  height: 60px;
  font-size: 18px;
  line-height: 21.49px;
}
.transcript_wrap .table_con_wrap {
  min-width: 500px;
}
.transcript_wrap table th {
  width: 300px;
  font-size: 16px;
  font-weight: 600;
}
.transcript_wrap table td {
  font-size: 13px;
  line-height: 15.6px;
}

/* test_standard_wrap: 시험기준 */
.test_standard_wrap .table_con_wrap {
  min-width: 800px;
}
.test_standard_wrap table th {
  font-size: 20px;
  font-weight: 600;
}
.test_standard_wrap table td {
  font-size: 18px;
  /*line-height: 15.6px;*/
}

/* test_process_wrap: 시험절차 */
.test_process_wrap .con_box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 30px;
}
.test_process_wrap .box_title p {
  font-size: 28px;
}
.test_process_wrap .con_box {
  width: calc(100% / 3 - 16px);
}
.apply_process_wrap .con_box:nth-child(2) {
  padding: 28px 10px 20px 20px;
}
.test_process_wrap .box_title {
  margin-bottom: 64px;
}
.test_process_wrap .box_desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #626262;
  font-size: 20px;
  /*line-height: 19.1px;*/
}
.test_process_wrap .box_desc ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
}
.test_process_wrap .con_box:nth-child(2) ul {
  max-width: 222px;
}
.test_process_wrap .con_box:nth-child(3) ul {
  max-width: 222px;
}
.test_process_wrap .box_desc li {
  position: relative;
  margin-bottom: 24px;
  color: #626262;
  /*line-height: 19.1px;*/
}
.test_process_wrap .box_desc li::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #626262;
}
.test_process_wrap .box_desc li:last-child::after {
  content: none;
}
.test_process_wrap .box_img {
  width: 100%;
  max-height: 190px;
  text-align: center;
}

/* fuel_economy_wrap: 공연연비 산정 */
.fuel_economy_wrap .box_info {
  margin: 0 0 38px;
}
.fuel_economy_wrap .box_info h3 {
  margin-bottom: 14px;
}
.fuel_economy_wrap .box_content {
  border: 1px solid #d9d9d9;
}
.fuel_economy_wrap .content_title {
  display: flex;
  align-items: center;
  padding: 0 28px;
  height: 58px;
  background-color: #6374ce;
}
.fuel_economy_wrap .content_title h3 {
  color: #fff;
  font-size: 24px;
}
.fuel_economy_wrap .content_item_wrap {
  padding: 36px 64px 70px;
}
.fuel_economy_wrap .content_item h2 {
  color: #0e249a;
  font-size: 24px;
  line-height: 28.66px;
}
.fuel_economy_wrap .content_item span {
  display: inline-block;
  margin: 0 24px 0 36px;
  font-size: 20px;
  line-height: 67px;
  vertical-align: bottom;
}
.fuel_economy_wrap .content_item img {
  max-width: 420px;
  width: 100%;
  height: auto;
}
.fuel_economy_wrap .content_item:last-child img {
  display: block;
  margin: 0 auto;
  max-width: 703px;
  height: auto;
}

/* notice: 공지사항 */
.notice_wrap .table_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.notice_wrap .table_filter p {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 15.52px;
  color: #626262;
  white-space: nowrap;
}
.notice_wrap .table_filter p::before {
  content: "";
  background-image: url("../images/icon/ic_document.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.notice_wrap .table_filter p strong {
  margin: 0 4px;
  font-weight: 600;
  color: #0e249a;
}
.notice_wrap .form_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notice_wrap select,
.notice_wrap .input_search {
  height: 36px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}
.notice_wrap select {
  width: 84px;
}
.notice_wrap .notice_search {
  display: flex;
  align-items: center;
}
.notice_wrap .notice_search button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-width: 36px;
  height: 36px;
}
.notice_wrap .input_search {
  max-width: 225px;
  width: 100%;
}
.notice_wrap .table_con_wrap {
  min-width: 640px;
}
.notice_wrap table th {
  font-size: 16px;
  font-weight: 600;
}
.notice_wrap table th:first-child {
  width: 6%;
}
.notice_wrap table th:last-child {
  width: 16%;
}
.notice_wrap table td {
  font-size: 13px;
  line-height: 15.6px;
}
.notice_wrap table td > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* promotion_wrap: 홍보영상 */
.promotion_wrap .main_video {
  margin-bottom: 40px;
}
.promotion_wrap .sub_video_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-width: 576px;
}
.promotion_wrap .sub_video_wrap video {
  margin: 0;
  width: calc(100% / 3 - 20px);
}

/* fact_check_wrap: fact check */
.fact_check_wrap .accordion_item {
  border-top: 2px solid #4f4f4f;
}
.fact_check_wrap .accordion_item:last-child {
  border-bottom: 2px solid #4f4f4f;
}
.fact_check_wrap .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 28px 32px;
  width: 100%;
  min-height: 104px;
  font-size: 24px;
  line-height: 28.66px;
  color: #000;
  background-color: #fff;
}
.fact_check_wrap .accordion_header p {
  display: flex;
  align-items: center;
  text-align: left;
}
.fact_check_wrap .accordion_num {
  margin-right: 26px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.43px;
  color: #0e249a;
}
.fact_check_wrap .accordion_header > img {
  width: 48px;
  height: 48px;
}
.fact_check_wrap .accordion_content {
  max-height: 0;
  border-top: 2px solid #d9d9d9;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.fact_check_wrap .accordion_content_inner {
  padding: 20px 0 16px;
}
.fact_check_wrap .box_check {
  display: flex;
  align-items: center;
  margin: 0 40px 16px;
  padding: 14px 20px;
  background-color: #f0f0f0;
}
.fact_check_wrap .box_check_desc {
  margin-left: 12px;
}
.fact_check_wrap .box_check h6,
.fact_check_wrap .box_check {
  font-size: 20px;
  line-height: 23.88px;
}
.fact_check_wrap .box_check h6 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #0e249a;
}
.fact_check_wrap .box_check strong {
  color: #0e249a;
}
.fact_check_wrap .content_img img {
  width: 100%;
  height: auto;
}

/* apply_list */
.apply_list_page_wrap {
  background: #f0f2f7;
}
.apply_list_wrap .notice_txt {
  line-height: 1.2em;
  position: relative;
  padding-left: 16px;
  margin-bottom: 28px;
}
.apply_list_wrap .notice_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6px;
  height: 20px;
  background: #0e249a;
}
.apply_filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.apply_filter .filter_wrap {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.filter_wrap .input_wrap {
  width: 50%;
}
.filter_wrap label {
  margin-right: 15px;
}
.filter_wrap .input_wrap input {
  width: calc(100% - 120px);
}
.filter_wrap .period_wrap {
  width: 100%;
  margin-top: 15px;
}
.filter_wrap .period_wrap input {
  width: calc(50% - 60px);
  text-align: center;
}
.filter_wrap .period_wrap .line {
  margin: 0 22px;
}
.btn-search {
  width: 80px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 18px;
  background: #0e249a url(../images/icon/ic_search_white.png) no-repeat 10px
    center;
}
.btn-search-all {
  width: 110px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 18px;
  background: #0e9a2c url(../images/icon/ic_search_white.png) no-repeat 10px
    center;
}
.apply_list_wrap .table_con_wrap table {
  min-width: 800px;
}

/* admin */
.admin_wrap .center_header {
  border-bottom: 2px solid #0e249a;
}
.admin_wrap .header_sub,
.admin_wrap .header_con {
  max-width: none;
}
.admin_wrap .header_sub .now_login {
  color: #0e249a;
}
.admin_wrap .header_sub .btn-logout {
  color: #000;
  background: #d7d7d7;
}
.admin_body {
  display: flex;
  width: 1900px; /* 가로크기 고정으로 인한 수정 choi */
}
.admin_menu {
  width: 400px;
}
.admin_menu .main_menu {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  background: #dde3f2 url(../images/icon/ic_arrow_down.png) no-repeat
    calc(100% - 20px) center;
}
.admin_menu .main_menu.open {
  background-image: url(../images/icon/ic_arrow_up.png);
}
.admin_menu .sub_menu {
  display: none;
  padding: 10px 0;
  background: #f4f6f9;
}
.main_menu.open + .sub_menu {
  display: block;
}
.admin_menu .sub_menu li {
  color: #959595;
  font-size: 16px;
  padding: 8px 32px;
  cursor: pointer;
}
.admin_menu .sub_menu li:hover {
  color: #0e249a;
}
.admin_menu .sub_menu li.on {
  position: relative;
  color: #0e249a;
}
.admin_menu .sub_menu li.on::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #0e249a;
  border-radius: 50%;
}
.admin_con_wrap {
  width: 1500px; /* 가로크기 고정으로 인한 수정 choi */
  padding: 40px 50px 120px;
}
.admin_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin_tit h1 {
  font-size: 24px;
}
.admin_con {
  margin-top: 30px;
}
.admin_con .filter_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid #999999;
}
.admin_con .filter_wrap .filter {
  display: flex;
  align-items: center;
  gap: 30px;
}
.admin_con .filter_wrap .input_wrap {
  width: auto;
}
.admin_con .filter_wrap .input_wrap input {
  width: 140px;
  text-align: center;
}
.admin_con .filter_wrap .period_wrap {
  width: auto;
  margin: 0;
}
.admin_con .filter_wrap .period_wrap input {
  width: 120px;
  border-radius: 10px;
}
.admin_con .filter_wrap .period_wrap .line {
  margin: 0;
}
.admin_table .btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}
.admin_table table thead tr th {
  background: #d9d9d9;
}
.admin_table table thead tr:nth-child(2) th {
  background: #f4f4f4;
}
/* admin */

@media (max-width: 1320px) {
  .page_con {
    padding-left: 32px;
    padding-right: 32px;
  }
  .history_txt {
    width: 100%;
    word-break: auto-phrase;
  }
  .history_img_wrap li img {
    height: 130px;
  }

  .test_fee_wrap .table_desc {
    margin-top: 0;
  }
  /* hyeseon 추가 */
  .table_con_wrap table .td_btn_wrap {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .testroom_wrap .subpage_con {
    padding-top: 24px;
  }
  .location_wrap .subpage_con {
    padding-top: 40px;
  }
  .location_wrap .img_wrap {
    margin: 0 0 82px;
  }

  .apply_process_wrap .con_box {
    width: calc(100% / 2 - 8px);
  }

  .test_fee_wrap .box_info {
    margin-top: 40px;
  }

  .test_process_wrap .con_box {
    width: 100%;
  }
  .test_process_wrap .box_title {
    margin-bottom: 24px;
  }
  .test_process_wrap .box_desc ul {
    justify-content: flex-start;
  }
  .test_process_wrap .con_box:nth-child(2) ul,
  .test_process_wrap .con_box:nth-child(3) ul {
    max-width: 100%;
  }

  .fuel_economy_wrap .content_item_wrap {
    padding: 45px 40px;
  }
  .fuel_economy_wrap .content_item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 20px 0 50px;
  }
  .fuel_economy_wrap .content_item:last-child div {
    margin-bottom: 0;
  }
  .fuel_economy_wrap .content_item span {
    line-height: 23.88px;
  }

  .notice_wrap .subpage_con {
    padding-top: 32px;
  }

  .promotion_wrap .sub_video_wrap {
    gap: 8px;
  }
  .promotion_wrap .sub_video_wrap video {
    width: calc(100% / 3 - 8px);
  }

  .fact_check_wrap .subpage_con {
    padding-top: 30px;
  }
  .fact_check_wrap .accordion_header {
    padding: 26px 24px;
  }
  .fact_check_wrap .accordion_num {
    margin-right: 18px;
  }
  .fact_check_wrap .accordion_header > img {
    width: 40px;
    height: 40px;
  }
  .fact_check_wrap .box_check {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 768px) {
  .page_tit h1 {
    font-size: 28px;
  }
  .page_tit p {
    font-size: 16px;
  }
  .page_nav,
  .page_nav ul li {
    height: 64px;
  }
  .page_nav ul li a {
    font-size: 18px;
  }

  .history_txt {
    min-height: 150px;
    padding: 26px 22px;
    font-size: 16px;
  }
  .history_wrap .his_detail_right {
    padding-left: 20px;
  }
  .history_wrap .his_detail_left {
    padding-right: 20px;
  }
  .history_img_wrap {
    gap: 25px;
  }
  .history_img_wrap li {
    width: calc(33% - 18px);
  }
  .history_img_wrap li img {
    width: 100%;
    height: auto;
  }

  .testroom_wrap .subpage_nav {
    flex-wrap: wrap;
  }
  .testroom_wrap .subpage_nav li {
    flex: 1 1 auto;
    min-width: 200px;
  }
  .testroom_wrap p {
    margin-bottom: 38px;
  }

  .location_wrap .img_wrap {
    margin-bottom: 50px;
  }
  .location_wrap ul {
    gap: 12px;
  }
  .location_wrap li {
    flex-direction: column;
  }

  .test_page_wrap .page_nav ul {
    gap: 20px;
  }

  .fuel_economy_wrap .content_item_wrap {
    padding: 45px 20px 30px;
  }
  .fuel_economy_wrap .content_item div {
    gap: 12px;
  }
  .fuel_economy_wrap .content_item span {
    margin: 0;
    font-size: 18px;
    text-align: center;
  }

  .apply_process_wrap .con_box_wrap {
    justify-content: center;
    gap: 16px;
  }
  .apply_process_wrap .con_box {
    max-width: 320px;
    width: 100%;
  }

  .test_fee_wrap .subpage_nav {
    flex-wrap: wrap;
  }
  .test_fee_wrap .subpage_nav li {
    flex: 1 1 auto;
    width: 100%;
  }
  .test_fee_wrap .box_info,
  .fuel_economy_wrap .box_info {
    padding: 18px 30px;
  }

  .transcript_wrap .form_wrap_inner {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    padding: 0 34px;
  }
  .transcript_wrap .form_wrap button {
    width: 130px;
  }
  .transcript_wrap table th {
    width: 30%;
  }

  .test_fee_wrap .box_info p,
  .fuel_economy_wrap .box_info p {
    font-size: 16px;
  }

  .fact_check_wrap .accordion_header {
    padding: 26px 12px;
    min-height: 86px;
  }
  .fact_check_wrap .accordion_num {
    margin-right: 8px;
    font-size: 24px;
  }
  .fact_check_wrap .accordion_header p {
    font-size: 18px;
    line-height: 1.4;
  }
  .fact_check_wrap .accordion_header > img {
    width: 36px;
    height: 36px;
  }
  .fact_check_wrap .box_check {
    align-items: flex-start;
  }
  .fact_check_wrap .box_check > img {
    width: 48px;
    height: 48px;
  }
  .fact_check_wrap .box_check_desc {
    margin-left: 6px;
  }
  .fact_check_wrap .box_check h6,
  .fact_check_wrap .box_check {
    font-size: 18px;
    line-height: 1.4;
  }
  .fact_check_wrap .box_check h6 {
    margin-bottom: 6px;
  }

  .apply_filter {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .apply_filter .filter_wrap {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .apply_filter .input_wrap {
    width: 100%;
  }
  .apply_filter label {
    display: inline-block;
    width: 95px;
  }
  .apply_filter .period_wrap {
    margin: 0;
  }
  .apply_filter .period_wrap .line {
    margin: 0 5px;
  }
  .apply_filter .period_wrap input {
    width: calc(50% - 75px);
  }
}

@media (max-width: 719px) {
  .apply_process_wrap .img_wrap {
    max-width: 320px;
  }
}

@media (max-width: 576px) {
  .page_nav ul li a {
    font-size: 16px;
  }
  .page_con {
    padding-left: 14px;
    padding-right: 14px;
  }
  .breadcrumb {
    font-size: 14px;
  }

  .history_wrap h2 {
    font-size: 28px;
    text-align: center;
  }
  .history_con {
    margin: 45px auto 60px;
  }
  .history_txt {
    padding: 20px 18px;
    font-size: 15px;
  }
  .history_img_wrap {
    flex-direction: column;
    gap: 15px;
  }
  .history_img_wrap li {
    width: 100%;
  }
  .history_img_wrap li img {
    width: 100%;
    height: auto;
  }

  .task_wrap .con_box {
    padding: 18px 16px 4px;
    gap: 12px;
  }

  .transcript_wrap .form_wrap select,
  .transcript_wrap .form_wrap input {
    padding: 8px 10px;
  }

  .notice_wrap .table_filter {
    flex-direction: column;
    align-items: start;
  }
  .notice_wrap .form_wrap {
    width: 100%;
  }
  .notice_wrap select,
  .notice_wrap .input_search {
    padding: 8px 10px;
  }
  .notice_wrap .notice_search {
    width: 100%;
  }
  .notice_wrap .input_search {
    max-width: 100%;
  }

  .promotion_wrap .sub_video_wrap {
    justify-content: flex-start;
  }
  .promotion_wrap .sub_video_wrap video {
    flex: 0 0 calc(100% / 3 - 8px);
    width: calc(100% / 3 - 8px);
    max-width: 260px;
    height: auto;
  }

  .fact_check_wrap .box_check {
    flex-direction: column;
  }
  .fact_check_wrap .box_check > img {
    margin-bottom: 8px;
  }
  .fact_check_wrap .box_check_desc {
    margin-left: 0;
  }

  .apply_list_wrap .notice_txt {
    font-size: 15px;
  }
  .apply_filter label {
    width: 82px;
    font-size: 14px;
    margin-right: 5px;
  }
  .apply_filter .input_wrap input {
    width: calc(100% - 92px);
  }
  .apply_filter .period_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px 0;
  }
  .apply_filter .period_wrap label {
    width: 100%;
  }
  .apply_filter .period_wrap input {
    width: calc(50% - 14px);
  }
}

/* hyeseon 추가(관리자 모달에서 사용중) */
.btn_list_wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.btn_list_wrap .btn-d {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}
/* hyeseon 추가(관리자 모달에서 사용중) */

/* hyeseon 추가(관리자 메인 화면) */
.admin_con_wrap .tot_prgrs_stts {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.admin_con_wrap .tot_prgrs_stts .stts_board {
  width: calc(100% / 3 - 16px);
  border: solid 2px #6882d2;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #6882d2;
  position: relative;
}
.admin_con_wrap .tot_prgrs_stts .stts_board .board_head {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_con_wrap .tot_prgrs_stts .stts_board .board_head img {
  margin-right: 10px;
}
.admin_con_wrap .tot_prgrs_stts .stts_board .board_body {
  padding: 32px;
  background-color: #f7f9ff;
  border-radius: 0 0 19px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 245px;
  gap: 20px;
}
.admin_con_wrap .tot_prgrs_stts .stts_board .board_body .body_conts_area {
  flex: 1;
  display: flex;
  align-items: center;
}
.admin_con_wrap
  .tot_prgrs_stts
  .stts_board
  .board_body
  .body_conts_area
  .body_conts {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #5c5c5c;
  border-left: solid 4px #6882d2;
  width: 100%;
  align-items: center;
}
.admin_con_wrap
  .tot_prgrs_stts
  .stts_board
  .board_body
  .body_conts_area
  .body_conts
  .title {
  padding-left: 14px;
  display: flex;
  align-items: center;
}
.admin_con_wrap
  .tot_prgrs_stts
  .stts_board
  .board_body
  .body_conts_area
  .body_conts
  strong {
  color: #000;
  font-size: 20px;
}
.admin_con_wrap
  .tot_prgrs_stts
  .stts_board
  .board_body
  .body_conts_area
  .body_conts
  .number {
  font-size: 40px;
  padding-right: 5px;
}
.admin_con_wrap .tot_prgrs_stts .stts_table {
  width: calc(100% / 2 - 16px);
}
/* hyeseon 추가(관리자 메인 화면) */

/* 기타 */
.h3-style {
  font-size: 20px;
  margin: 1em 0;
}
