/* ====================================
				2025 lab consulting
====================================*/

/* common */
.text_center {
  text-align: center;
}
.color_red {
  color: #fe3c3c !important;
}

.list_type_bar > li {
  position: relative;
  padding-left: 10px;
}
.list_type_bar > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #333;
}
.list_type_dot {
  margin: 0;
}
.list_type_dot > li {
  position: relative;
  padding-left: 10px;
  line-height: 1.4em;
  text-align: left;
}
.list_type_dot > li + li {
  margin-top: 2px;
}
.list_type_dot > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
}

/* button */
.btn {
  display: inline-block;
  line-height: 1em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
}
.btn_type1 {
  width: 100%;
  height: 60px;
  padding: 20px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}
.btn_color1 {
  background-color: #2c2c2c;
  color: #fff;
}

/* layout */
.container {
  max-width: unset;
}
.cons_2025_contents {
  overflow: hidden;
}
.cons_2025_contents * {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  box-sizing: border-box;
}
.cons_2025_contents .inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 720px;
  margin: 0 auto;
}

/* float banner */
.float_banner {
	position: fixed;
	bottom: 18%;
	right: 0;
	z-index: 2;
	animation: updown 1.5s linear infinite;
}
.float_banner a {
	display: block;
	width: 150px;
}
.float_banner a img {
	max-width: 100%;
}
@keyframes updown {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

.request_top {
  margin-top: 20px;
  margin-bottom: 100px;
}
.main_visual {
  height: 440px;
  padding: 40px 20px;
  border-radius: 16px;
  background: url("/img/suneung/study_contents/PassStrategy_Flatform/img_main_bg.png") no-repeat bottom right / cover;
}
.main_visual .main_tit {
  position: relative;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
  color: #fff;
}
.main_visual .main_tit:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -260px;
  right: -20px;
  width: 220px;
  height: 220px;
  background: url("/img/suneung/study_contents/PassStrategy_Flatform/img_main_obj.png") no-repeat center / contain;
}
.main_visual .main_tit span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.main_sub_wrap {
  margin-top: 70px;
  text-align: center;
}
.request_top .sub_tit {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
.request_top .sub_tit i {
  display: inline-block;
  padding-right: 6px;
  margin-bottom: -6px;
  vertical-align: bottom;
}
.main_sub_wrap p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  color: #5b5b5b;
}
.main_sub_wrap span {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: #aaa;
}
.main_sub_wrap span + .sub_tit {
  margin-top: 20px;
}
.main_box_wrap {
  margin-top: 70px;
}
.main_box_wrap .item {
  padding: 40px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
}
.main_box_wrap .item + .item {
  margin-top: 20px;
}
.main_box_wrap .item:nth-child(1) .color_key,
.main_box_wrap .item:nth-child(4) .color_key {
  color: #0085ad;
}
.main_box_wrap .item:nth-child(2) .color_key {
  color: #1d6ea0;
}
.main_box_wrap .item:nth-child(3) .color_key {
  color: #003a5d;
}
.main_box_wrap .item_top {
  text-align: center;
}
.main_box_wrap .item_top strong {
  display: block;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 30px;
  font-weight: 700;
  background-size: 80px;
}
.main_box_wrap .item:nth-child(1) .item_top strong,
.main_box_wrap .item:nth-child(4) .item_top strong {
  background-image: url("/img/suneung/study_contents/PassStrategy_Flatform/ico_course_01.png");
}
.main_box_wrap .item:nth-child(2) .item_top strong {
  background-image: url("/img/suneung/study_contents/PassStrategy_Flatform/ico_course_02.png");
}
.main_box_wrap .item:nth-child(3) .item_top strong {
  background-image: url("/img/suneung/study_contents/PassStrategy_Flatform/ico_course_03.png");
}
.main_box_wrap .item_top strong span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}
.main_box_wrap .item_top .color_gray {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
  color: #a5a5a5;
}
.main_box_wrap .item_btm {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
}
.main_box_wrap .item_btm p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  word-break: keep-all;
}
.main_box_wrap .item_conbox {
  margin-top: 30px;
}
.main_box_wrap .item_conbox .item_tit {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
.main_box_wrap .item_conbox .item_tit + strong,
.main_box_wrap .item_conbox .list_type_dot + strong {
  display: block;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
.main_box_wrap .item_conbox .bg_gray {
  width: 100%;
  margin-top: 10px;
  padding: 10px 8px;
  border-radius: 16px;
  background-color: #f1f1f1;
  text-align: center;
  box-sizing: border-box;
}
.main_box_wrap .item_conbox .bg_gray + ul {
  margin-top: 10px;
}
.main_box_wrap .item_conbox .list_type_dot li {
  font-size: 14px;
}
.consult_info ul {
  display: flex;
  margin: 0;
}
.consult_info ul li {
  width: 33.3%;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: bottom 28px center;
  background-size: 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.consult_info ul li:nth-child(1) {
  background-image: url("/img/suneung/study_contents/PassStrategy_Flatform/ico_consult_01.png");
}
.consult_info ul li:nth-child(2) {
  background-image: url("/img/suneung/study_contents/PassStrategy_Flatform/ico_consult_02.png");
}
.consult_info ul li:nth-child(3) {
  background-image: url("/img/suneung/study_contents/PassStrategy_Flatform/ico_consult_03.png");
}
.main_box_wrap .item_conbox .help_txt {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  word-break: break-all;
}
.main_prc_wrap {
  margin-top: 70px;
}
.main_prc_wrap ul {
  margin-top: 60px;
}
.main_prc_wrap ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.main_prc_wrap ul li + li {
  margin-top: 90px;
}
.main_prc_wrap ul li + li:before {
  display: block;
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 57px;
  background: url("/img/suneung/study_contents/PassStrategy_Flatform/ico_arr_next.png") no-repeat center / contain;
}
.prc_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #0085ad;
  box-shadow: 0px 4px 40px rgba(0, 133, 173, 0.6);
  background-color: #fff;
  text-align: center;
}
.prc_tit strong {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 600;
}
.prc_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}
.prc_txt p {
  font-weight: 400;
}
.main_prc_wrap ul li:nth-child(2) .prc_tit {
  border: 4px solid #fff;
  background-color: #0085ad;
}
.main_prc_wrap ul li:nth-child(2) .prc_tit strong {
  color: #fff;
}
.main_prc_wrap .btn_wrap {
  margin-top: 30px;
}

/* product list */
.product_tit {
  padding: 20px 0;
  background-color: #0085ad;
  text-align: center;
}
.product_tit strong {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.product_wrap .inner {
  padding-top: 40px;
  padding-bottom: 70px;
}
.table_tit {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  text-align: center;
}
.table_tit .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #003a5d;
}
.table_tit .name strong {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
.table_tit .name span {
  display: inline-block;
  margin-top: -2px;
  font-size: 18px;
  vertical-align: middle;
}
.table_tit .name .course {
  display: inline-block;
  margin-left: 6px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
.table_tit .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #1d6fa1;
}
.table_tit .price span {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.table_tit + .table_wrap {
  margin-top: 5px;
}
.table_wrap + .table_tit {
  margin-top: 20px;
}
.table_wrap {
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  border: 1px solid #d2d2d2;
}
.table_wrap table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table_wrap table th,
.table_wrap table td {
  height: 80px;
  padding: 10px;
  border-top: 1px solid #d2d2d2;
  text-align: center;
  vertical-align: middle;
}
.table_wrap table tr:first-child th,
.table_wrap table tr:first-child td {
  border-top: 0;
}
.table_wrap table th {
  border-right: 1px solid #d2d2d2;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 700;
}
.table_wrap table td {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
}
.table_wrap .td_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_wrap + .btn_wrap{
	margin-top: 70px;
}