@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

.main_service_new {
	padding-right: 35px;
}
.main_service_new .msh_pc {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}
.main_service_new .msh_pc b {
	font-weight: 600;
	color: #2e75b6;
}
.main_service_new .msh_pc span {
	font-weight: 500;
}
.msh_mo {
	display: none;
}
.main_service_con {}
.ms_item {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 25px;
}
.ms_item span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #acacac;
	font-weight: 500;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px 0 5px 0;
	min-width: 85px;
	text-align: center;
}
.ms_item img {
	width: 100%;
	display: block;
}
.main_service_contact {
	display: block;
	background-color: #64b1bc;
	color: #fff;
	padding: 15px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	position: relative;
	transition: 0.4s;
}
.main_service_contact:hover {
	background-color: #555;
}
.main_service_contact:before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 20px;
	top: -10px;
	right: -10px;
	transform: rotate(45deg);
}
.main_service_contact:after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 20px;
	bottom: -10px;
	left: -10px;
	transform: rotate(45deg);
}
.footer_new {
	display: flex;
	gap: 30px;
}
.footer_new address {
	font-size: 12px;
	color: #a1a8ac;
	line-height: 1.7em;
}
.footer_new address b {
	color: #000;
	font-weight: 500;
}
.footer_privacy {
	font-size: 13px;
	font-weight: 500;
	color: #64b1bc;
	text-decoration: underline;	
	height: fit-content;
}

/* Ä¸½ºÅØ ¼Ò°³ */
.intro_capstec {}
.capstec_logo {
	text-align: center;
	padding: 40px 0;
	padding-top: 60px;
}
.intro_capstec_desc {
	text-align: center;
}
.intro_capstec_desc h2 {
	font-size: 40px;
	font-weight: 600;
  background: linear-gradient(130deg, #64b1bc, #2e75b6 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro_capstec_desc h3 {
	font-size: 32px;
	font-weight: 500;
	padding: 10px 0;
}
.intro_capstec_desc h3 b {
	color: #f42c5c;
}
.intro_capstec_desc p {
	font-size: 18px;
	line-height: 1.5em;
	padding: 0 90px;
}
.intro_capstec_symbol_wrap {
	padding: 0 20px;
}
.intro_capstec_symbol {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}
.ic_item {
	text-align: center;
	width: 50%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;	
}
.ic_item:nth-child(1),
.ic_item:nth-child(3) {
	border-right: 1px dotted #555;
}
.ic_item:nth-child(1),
.ic_item:nth-child(2) {
	border-bottom: 1px dotted #555;
}
.ic_item img {}
.ic_item h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
}
.ic_item p {
	font-size: 15px;
	line-height: 1.5em;
}

/* ¼­ºñ½º ¾È³» */
.service_wrap {}
.service_wrap h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	color: #64b1bc;
	padding: 30px 0;
}
.service_tab_btns {
	display: flex;
	gap: 10px;
}
.service_tab_btns button {
	font-size: 18px;
	color: #64b1bc;
	background-color: #fff;
	border: 1px solid #64b1bc;
	border-radius: 5px;
	width: 33.3333%;
	padding: 8px;
	cursor: pointer;
}
.service_tab_btns button.on {
	background-color: #64b1bc;
	color: #fff;
}
.service_tab_con {}
.service_tab {
	display: none;
}
.service_tab.active {
	display: block;
}
.service_tab h3 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
}
.service_tab img {
	width: 100%;
}
.service_tab p {
	font-size: 14px;
	color: #115754;
	text-align: right;
	margin-top: 5px;
}
.service_step {
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.service_step:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #8af3ff, #187e79);
	z-index: -1;
	bottom: 6px;
}
.service_step:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #fff 30%, transparent 0%);
	background-size: 15px 100%; /* Controls dot/dash length and spacing */
  background-repeat: repeat-x; /* Repeats the pattern horizontally */
	z-index: -1;
	bottom: 6px;
}
.step_item {
	width: 33%;
	text-align: center;
}
.step_item label {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
.step_item span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #000;
	margin: auto;
}
.step_item:nth-of-type(1) label {
	color: #8af3ff;
}
.step_item:nth-of-type(1) span {
	background-color: #8af3ff;
}
.step_item:nth-of-type(2) label {
	color: #64b1bc;
}
.step_item:nth-of-type(2) span {
	background-color: #64b1bc;
}
.step_item:nth-of-type(3) label {
	color: #187e79;
}
.step_item:nth-of-type(3) span {
	background-color: #187e79;
}
.step_arrow_wrap {
	width: 0.5%;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}
.step_arrow_wrap b {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #d8f8f6;
	position: absolute;
	bottom: -9px;
}
.service_step_desc {
	display: flex;
	justify-content: space-around;
}
.ssd_item {
	width: 23%;
	text-align: center;
}
.ssd_item label {
	display: none;
}
.ssd_item h5 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}
.ssd_item p {
	font-size: 15px;
	color: #777;
}
.service_bug_not {
	text-align: right;
	font-size: 14px;
	color: #888;
	padding-top: 30px;
}
.serive_step_container_mo {
	display: none;
}
.service_recommend {
	border-top: 1px solid #64b1bc;
	padding: 30px 0;
	margin-top: 30px;
}
.service_recommend h2 {
	font-size: 22px;
	font-weight: 400;
	color: #333;
	position: relative;
	width: fit-content;
	z-index: 1;
	margin-bottom: 30px;
}
.service_recommend h2:before {
	content: '';
	position: absolute;
	background-color: #d8f8f6;
	width: 100%;
	height: 16px;
	bottom: -2px;
	left: 0;
	z-index: -1;
}
.service_recommend h2 b {
	color: #187e79;
	font-weight: 500;
}
.sr_content {
	display: flex;
}
.sr_item {
	text-align: center;
	width: 16.6666%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.sr_item p {
	font-size: 15px;
	font-weight: 300;
	padding-top: 10px;
}
.sr_item p b {
	font-weight: 500;
	display: block;
}
.sr_item:nth-child(odd) {
	color: #094a9a;
}
.sr_item:nth-child(even) {
	color: #64b1bc;
}

/* FAQ */
.faq_new {
	padding-bottom: 100px;
}
.faq_new h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	color: #64b1bc;
	padding: 30px 0;
}
.faq_tab_content {
	padding-top: 30px;
}
.faq_tab {
	display: none;
}
.faq_tab.active {
	display: block;
}
.new_faq_item {
	position: relative;
	margin-bottom: 20px;
}
.new_faq_item h5 {
	display: flex;
	justify-content: center;
	border: 1px solid #64b1bc;
	background-color: #fff;
	border-radius: 30px;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.new_faq_item h5:after {
	content: url(/DLR/img/sub/faq_arrow.png);
	position: absolute;
	top: 10px;
	right: 14px;
	transition: 0.35s;
}
.new_faq_item h5.active:after {
	transform: rotate(-180deg);
}
.new_faq_item h5 span {
	font-size: 18px;
	font-weight: 600;
	color: #187e79;
	position: absolute;
	top: 6px;
	left: 12px;
}
.new_faq_item h5 strong {
	font-size: 15px;
	font-weight: 500;
	color: #187e79;
}
.new_faq_answer {
	display: none;
	margin-top: -43px;
}
.new_faq_answer_df {
	background-color: #f3f8f8;
	border: 1px solid #64b1bc;
	border-radius: 30px;
	padding: 15px;
	padding-top: 60px;
	/* padding: 0; */
	/* margin-top: -43px; */
	width: 100%;
	display: flex;
	gap: 20px;
	/* max-height: 0;
	transition: max-height 0.35s ease; */
}
.new_faq_answer.active {
	/* max-height: 500px; */
	/* padding: 15px;
	padding-top: 60px;
	overflow: visible;
	visibility: visible; */
}
.new_faq_answer_df span {
	font-size: 18px;
	font-weight: 600;
	color: #187e79;
}
.new_faq_answer_df p {
	font-size: 15px;
	color: #333;
}

/* °ü·Ã ÀÚ·á */
.pds_container {}
.pds_container h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	color: #64b1bc;
	padding: 30px 0;
}
.pds_container p {
	font-size: 18px;
	color: #187e79;
	text-align: center;
	padding-bottom: 20px;
}
.pds_img {
	margin-bottom: 30px;
}
.pds_img img {
	width: 100%;
}
.pds_download {
	display: block;
	background-color: #64b1bc;
	color: #fff;
	padding: 15px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	position: relative;
	transition: 0.4s;
	max-width: 300px;
	margin: auto;
}
.pds_download:before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 20px;
	top: -10px;
	right: -10px;
	transform: rotate(45deg);
}
.pds_download:after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 20px;
	bottom: -10px;
	left: -10px;
	transform: rotate(45deg);	
}

/* login */
#login {
	background-color: #fff;
	font-family: 'S-CoreDream';
	font-weight: 400;
}
.login_bg {
	background: #fff url(/DLR/img/login/login_bg.jpg) no-repeat center center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login {
	max-width: 620px;
	width: 100%;
}
.login_logo {
	text-align: center;
	padding: 100px 0;
	padding-bottom: 80px;
}
.login_title {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}
.login_title p {
	font-size: 18px;
	color: #898989;
	padding-top: 10px;
	font-weight: 400;
}
.login_box {
	background-color: #f0fbfc;
	border: 1px solid #d7d7d7;
	box-shadow: 0 6px 16px #00000017;
	border-radius: 20px;
	padding: 30px;
	margin: 45px 0 225px 0;
}
.login_box input {
	background-color: #fff;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	padding: 15px;
	border: none;
	outline: none;
	font-family: 'S-CoreDream';
}
.login_box input:focus::placeholder {
	opacity: 0;
	visibility: hidden;
}
.login_box input:first-child {
	margin-bottom: 10px;
}
.login_box input::placeholder {
	color: #acacac;
	transition: 0.3s;
}
.save_id {
	border-bottom: 1px solid #7aa8b1;
	margin-bottom: 15px;
}
.save_id input {
	display: none;
}
.save_id label {
	font-size: 14px;
	color: #555;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 0;
	cursor: pointer;
}
.save_id label em {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #60a9b2;
	background-color: #fff;
	position: relative;
	transition: 0.2s;
}
.save_id label em:before {
	content: '';
	width: 2px;
	height: 7px;
	background-color: #fff;
	position: absolute;
	top: 7px;
	left: 5px;
	transform: rotate(-45deg) scale(0);
	transition: 0.2s;
}
.save_id label em:after {
	content: '';
	width: 2px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 10px;
	transform: rotate(45deg) scale(0);
	transition: 0.2s;
}
.save_id input:checked + label em {
	background-color: #60a9b2;
}
.save_id input:checked + label em:before {
	transform: rotate(-45deg) scale(1);
}
.save_id input:checked + label em:after {
	transform: rotate(45deg) scale(1);
}
.login_btn {
	display: block;
	width: 100%;
	background-color: #60a9b2;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	border: none;
	padding: 18px;
	cursor: pointer;
	font-family: 'S-CoreDream';
}
.login_footer {
	border-top: 1px solid #60a9b2;
	text-align: center;
	padding: 20px 0;
}
.lf_top {}
.lf_top a {
	font-size: 13px;
	color: #898989;
}
.lf_top em {
	font-size: 13px;
	color: #898989;
	margin: 5px;
}
.login_footer p {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
}
.lf_bot {}
.lf_bot span {
	font-size: 13px;
	color: #898989;
}
.lf_bot span b {
	color: #60a9b2;
}

/* ÇöÈ² */
#status {
	background-color: #fff;
	font-family: 'S-CoreDream';
}
.content_header {
	background-color: #e6f1f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	position: relative;
}
.status_logo {
	width: 204px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.ch_right {}
.ch_right p {
	font-size: 14px;
}
.ch_right p b {
	color: #60a9b2;
}
.ch_right button {
	border: none;
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	font-family: 'S-CoreDream';
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.ch_right button img {
	max-width: fit-content;
}
.content_title {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0;
	padding-bottom: 30px;
}
.content_inner {
	max-width: 1520px;
	margin: auto;
}
#status table {
	width: 100%;
	border-collapse: collapse;
}
.user_info_table {
	max-width: 630px;
}
.table_layout {
	border: 1px solid #d7d7d7;
	border-top: 1px solid #60a9b2;
}
.ts_head {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	width: fit-content;
}
.ts_head:before {
	content: '';
	position: absolute;
	width: calc(100% + 10px);
	background-color: #bee8ed;
	height: 10px;
	border-radius: 30px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.table_layout tr {}
.table_layout tr th {
	color: #60a9b2;
	background-color: #f5f5f5;
	font-weight: 500;
	border-right: 1px solid #d7d7d7;
}
.table_layout tr th:last-child {
	border-right: none;
}
.table_layout tr td {
	color: #333;
	border: 1px solid #d7d7d7;
}
.table_layout tr th,
.table_layout tr td {
	font-size: 14px;
	padding: 12px;
	text-align: center;
}

.custBg {
    background-color: #f5f5f5;
    color: #60a9b2;
}

.colGreen	{ background:#c9ee8a !important; }
.colRed		{ background:#fda4b4 !important; }
.colBlue	{ background:#9ab1e9 !important; }
.colDefault { background:#fff !important; }


.table_layout .detail_txt {
	font-size: 12px;
	padding:10px 8px;
	text-align: center;
}

.table_layout .border_top_none td {
	border-top: none;
}
.service_customer {
	margin: 50px 0;
}
.title_link {
	font-size: 14px;
	font-weight: 400;
	color: #3b57b3;
	text-decoration: underline;
}

.title_link_order {
	font-size: 14px;
	font-weight: 400;
	color: #3b57b3;
	text-decoration: underline;
}

.title_link_detail {
	font-size: 12px;
	font-weight: 400;
	color: #3b57b3;
	text-decoration: underline;
}

.table_layout .result_tr td {
	background-color: #f7fdfe;
	border-top: 1px solid #000;
}
.result_tr .title_link {
	font-weight: 500;
}
.summary_info {
	margin-bottom: 50px;
}
.scroll-hint {
	display: none;
}
.table_pop, .table_pop_02 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	width: 95%;
	background-color: #fff;
	border-radius: 10px;
	z-index: 12;
	padding: 20px;
	padding-bottom: 30px;
	display: none;
}

.table_pop_02 {
	max-width: 400px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 70%);
	padding: 10px;
}
.table_pop_02 .table_layout tr td {
	width: 50%;
	padding: 8px;
	font-size: 13px;
}

.table_pop.active, .table_pop_02.active {
	display: block;
}
.table_pop > h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

.table_pop_order {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	width: 95%;
	background-color: #fff;
	border-radius: 10px;
	z-index: 12;
	padding: 20px;
	padding-bottom: 30px;
	display: none;
}
.table_pop_order.active {
	display: block;
}
.table_pop_order > h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

.table_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 70%);
	z-index: 11;
	transition: 0.35s;
	opacity: 0;
	visibility: hidden;
}
.table_overlay.active {
	opacity: 1;
	visibility: visible;
}

.table_overlay_order {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 70%);
	z-index: 11;
	transition: 0.35s;
	opacity: 0;
	visibility: hidden;
}
.table_overlay_order.active {
	opacity: 1;
	visibility: visible;
}


.table_pop_close {
	border: none;
	padding: 0;
	position: absolute;
	top: -20px;
	right: -20px;
	background-color: transparent;
	cursor: pointer;
}

.table_pop_close_02 {
	border: none;
	padding: 0;
	position: absolute;
	background-color: transparent;
	cursor: pointer;
	top: -16px;
	right: -16px;
}
.table_pop_close_02 img {
	width: 33px;
}


/* ÆäÀÌÁö³×ÀÌ¼Ç */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:10px;
  margin-top:20px;
  margin-bottom:20px;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.pagination ul li {
  height: 100%;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 20px;
  padding: 0 10px;
  /*border: 1px solid #e2e2e2;*/
  border:none;
  font-size: 12px;
  font-weight: 300; 
}
.pagination ul li a {
  padding: 0;
}
.pagination a.active {
  background-color: #6b69bc;
  color: #fff;
  border-radius:10%;
}


@media (max-width: 800px) {
	.faq_new h1 {
		font-size: 28px;
	}
	.new_faq_item h5 strong {
		font-size: 14px;
		max-width: 82%;
	}
	.new_faq_answer_df p {
		font-size: 13px;
	}
	.faq_new .service_tab_btns button {
		font-size: 12px;
	}
	.pds_container h1 {
		font-size: 28px;
	}
	.pds_container p {
		font-size: 15px;
		padding: 0 15px;
		padding-bottom: 15px;
	}
	.pds_download {
		font-size: 18px;
		padding: 10px;
	}
	.main_service_new {
		padding-right: 0;
	}
	.msh_pc {
		display: none;
	}
	.msh_mo {
		display: block;
	}
	.msh_mo strong {
		color: #26bcb4;
		font-weight: 800;
		font-size: 30px;
	}
	.msh_mo p {
		font-size: 14px;
		color: #000;
		margin: 10px 0;
	}
	.msh_mo p span {
		color: #26bcb4;
		font-weight: 500;
	}
	.main_service_contact {
		display: none;
	}
	.footer_new {
		flex-direction: column;
		gap: 15px;
	}
	.footer_privacy {
		text-align: right;
	}
	.foot_logo a img {
		width: 110px;
	}
	.capstec_logo img {
		max-width: 200px;
		width: 100%;
	}
	.intro_capstec_desc h2 {
		font-size: 24px;
	}
	.intro_capstec_desc h3 {
		font-size: 26px;
	}
	.intro_capstec_desc p {
		padding: 0 15px;
		font-size: 16px;
	}
	.ic_item {
		padding: 20px;
		width: 100%;
		border-bottom: 1px dotted #555;
	}
	.ic_item:nth-child(1), .ic_item:nth-child(3) {
    border-right: none;
	}
	.ic_item:last-child {
		border-bottom: none;
	}
	/* .ic_item:nth-child(1), .ic_item:nth-child(2) {
    border-bottom: 1px dotted #555;
	} */
	.ic_item img {
		max-width: 150px;
	}
	.step_item label {
		display: none;
	}
	.ssd_item label {
		/* display: block; */
	}
	.serive_step_container {
		display: none;
	}
	.serive_step_container_mo {
		display: flex;
	}
	.service_step_mo {
		min-width: 50px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}
	.sp_item_wrap {
		width: calc(100% - 50px);
	}
	.step_item {
		width: auto;
		height: 33%;
		display: flex;
	}
	.step_arrow_wrap {
		width: auto;
		height: 30px;
	}
	.step_arrow_wrap b {
		position: static;
	}
	.sp_item {
		text-align: center;
		margin-bottom: 30px;
	}
	.sp_item:last-child {
		margin-bottom: 0;
	}
	.sp_item label {
		font-size: 18px;
		font-weight: 600;
	}
	.sp_item:nth-child(1) label {
		color: #8af3ff;
	}
	.sp_item:nth-child(2) label {
		color: #64b1bc;
	}
	.sp_item:nth-child(3) label {
		color: #187e79;
	}
	.sp_item h5 {
		font-size: 18px;
		font-weight: 500;
		color: #333;
		margin: 10px 0;
	}
	.sp_item p {
		font-size: 14px;
		color: #777;
		max-width: 200px;
		margin: auto;
	}
	.service_step_mo:before {
		content: '';
		position: absolute;
		display: block;
		width: 1px;
		height: 100%;
		background: linear-gradient(to right, #8af3ff, #187e79);
		z-index: 0;
		left: 50%;
	}
	.service_step_mo:after {
		content: '';
		position: absolute;
		display: block;
		width: 1px;
		height: 100%;
		background-image: linear-gradient(to bottom, #fff 30%, transparent 0%);
		background-size: 100% 15px;
		background-repeat: repeat-y;
		z-index: 0;
		left: 50%;
	}
	.step_item span {
		z-index: 1;
	}
	.sr_content {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.sr_item {
		width: 33.3333%;
	}
	.service_wrap h1 {
		font-size: 28px;
	}
	.service_tab_btns button {
		font-size: 14px;
		padding: 5px;
	}
	.service_tab h3 {
		font-size: 14px;
	}
	.service_tab p {
		font-size: 13px;
	}
	.service_recommend h2 {
		font-size: 20px;
	}
	.login {
		padding: 0 15px;
	}
	.login_logo {
		padding: 40px 0;
	}
	.login_logo img {
		width: 250px;
	}
	.login_title {
		font-size: 26px;
	}
	.login_title p {
		font-size: 16px;
	}
	.login_box {
		padding: 20px;
		margin-bottom: 100px;
	}
	.login_box > input {
		padding: 10px;
		font-size: 13px;
	}
	.save_id label {
		font-size: 12px;
		padding: 10px 0;
	}
	.login_btn {
		font-size: 16px;
		padding: 12px;
	}
	.login_footer {
		padding: 20px 15px;
	}
	.login_footer p {
		font-size: 13px;
		line-height: 1.5em;
	}
	.status_logo {
		position: static;
		transform: none;
		width: 140px;
	}
	.content_header {
		flex-direction: column;
		gap: 10px;
		padding: 10px;
	}
	.ch_right p b {
		font-weight: 500;
	}
	.ch_right button {
		justify-content: center;
		padding: 5px 0;
	}
	.fake {
		display: none;
	}
	.content_title {
		font-size: 24px;
	}
	.content_inner {
		padding: 0 15px;
	}
	.table_layout caption {
		font-size: 14px;
	}
	.table_layout tr th, 
	.table_layout tr td {
		font-size: 12px;
		padding: 10px;
	}
	.title_link {
		font-size: 12px;
	}
	.title_link_order {
		font-size: 12px;
	}
	.ts_head {
		font-size: 14px;
	}
	.service_customer {
		margin: 35px 0;
	}
	.table_pop > h3 {
		font-size: 18px;
	}
	.table_pop_close {
		top: -10px;
		right: -10px;
	}
	.table_pop_close img {
		width: 35px;
	}
	.table_scroll {
		overflow-x: auto;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.table_container {
		position: relative;
	}
	.table_width {
		min-width: 800px;
	}
	.scroll-hint {
		display: block;
		/* width: 85px; */
		/* height: 85px; */
		/* line-height: 90px; */
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 12px;
		transform: translate(-50%, -50%);
		color: rgba(0, 0, 0, 0.4);
		background: rgb(227 227 227 / 70%);
		padding: 12px 30px;
		/* padding-top: 25px; */
		text-align: center;
		border-radius: 30px;
		pointer-events: none;
		animation: moveLeftRight 2.5s ease-in-out infinite; 
		transition: opacity 0.6s ease;
		/* fadeOut 6s ease-in-out forwards; */
		z-index: 10;
		/* backdrop-filter: blur(3px); */
	}
	.scroll-hint.hidden {
		opacity: 0;
	}
	@keyframes moveLeftRight {
		0%, 100% { transform: translateX(-50%) translateY(-50%) translateX(-5px); }
		50% { transform: translateX(-50%) translateY(-50%) translateX(5px); }
	}
	/* @keyframes fadeOut {
		0% { opacity: 0; }
		10%, 70% { opacity: 1; }
		100% { opacity: 0; display: none; }
	} */
}

@media (max-width: 400px) {
	.sr_item {
		width: 50%;
	}
}