/************************* form *************************/
/* 필수 */
.esent-text {
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #757575;
	text-align: right;
}

.esent {
	display: inline-block;
	color: #fb0000;
}

/* input-st1 */
.input-st1 {
	height: 45px;
	padding: 0 15px;
	border: 1px solid var(--bd-color);
}

select.input-st1 {
	appearance: none;
	-webkit-appearance: none;
	min-width: 120px;
	font-size: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.28 30.17' width='9px' height='5px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23444; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; %7D %3C/style%3E%3C/defs%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='54.28 3 28.64 27.17 3 3'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 17px) center;
	background-color: transparent;
}

/* input-st2 */
.input-st2 {
	height: 40px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 1.5rem;
	color: #555;
	background: #fff;
	border: 1px solid var(--gray-e5);
}

.input-st2:disabled {
	background-color: var(--gray-f9);
}

textarea.input-st2 {
	height: unset;
	padding: 15px;
	font-weight: 400;
	font-size: 1.5rem;
	color: #555;
	background: #fff;
	border: 1px solid var(--gray-e5);
}

select.input-st2 {
	appearance: none;
	-webkit-appearance: none;
	height: 40px;
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.41 4.39' width='8px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23666; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpolygon class='cls-1' points='4.2 4.39 8.41 0 0 0 4.2 4.39'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	font-size: 1.5rem;
	border: 1px solid var(--gray-e5);
}


@media only screen and (max-width: 767px) {
	.input-st2 {
		height: 42px;
		padding: 0 12px;
	}
}

/* select-st1 */
.select-st1 {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 15px;
	font-family: 'The Jamsil';
	font-weight: 300;
	font-size: 1.5rem;
	color: #777;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.41 4.39' width='8px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23666; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpolygon class='cls-1' points='4.2 4.39 8.41 0 0 0 4.2 4.39'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
	border: 0;
}

@media only screen and (max-width: 480px) {
	.input-st1 {
		height: 40px;
		padding: 0 10px;
	}

	.input-st2 {
		height: 40px;
		padding: 0 10px;
	}
}

/* form */
.inp-flex {
	display: flex;
	align-items: center;
	gap: 5px;
}

.inp-flex input.input-st2 {
	width: 100%;
}

.inp-flex select.input-st2 {
	width: 100%;
}

.inp-flex textarea.input-st2 {
	width: 100%;
}

.scinp-flex>select.input-st2 {
	width: unset;
}

.scinp-flex>input.input-st2 {
	width: unset;
}

.scinp-flex2>select.input-st2 {
	width: unset;
}

.form-wrap {
	border-top: 2px solid #333;
}

.form-wrap .form-group {
	display: flex;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--gray-e5);
}

.form-wrap .form-group .label-wrap {
	flex-shrink: 0;
	width: 150px;
	padding-top: 10px;
}

.form-wrap .form-group .label-wrap .label {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	padding-left: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	word-break: keep-all;
}

.form-wrap .form-group .label-wrap .label .esent {
	position: absolute;
	top: 3px;
	left: 0;
}

.form-wrap .form-group .inp-wrap {
	width: calc(100% - 170px);
}

.form-wrap .form-group .inp-wrap .inp-flex {
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 40px;
}

.form-wrap .form-group .inp-wrap .inp-flex .inp-email {
	display: flex;
	align-items: center;
	gap: 5px;
}

.form-wrap2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
	border-top: 0;
}

.form-wrap2 .form-group {
	flex: 1 1 calc(50% - 20px);
	display: flex;
	align-items: center;
	gap: 20px;
	width: calc(50% - 20px);
}

.form-wrap2 .form-group .label-wrap {
	flex-shrink: 0;
	width: 100px;
}

.form-wrap2 .form-group .label-wrap .label {
	display: inline-block;
	line-height: 1.2;
	font-weight: 500;
	font-size: 1.5rem;
	word-break: keep-all;
}

.form-wrap2 .form-group .inp-wrap {
	width: calc(100% - 120px);
}

.form-wrap2 .form-group .inp-wrap .inp-flex {
	display: flex;
	align-items: center;
	gap: 5px;
}

.form-table {
	table-layout: fixed;
	text-align: left!important;
}

.form-table .label {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	line-height: 1.2;
	font-weight: 500;
	font-size: 1.5rem;
	word-break: break-all;
}

.form-table .label .esent {
	position: absolute;
	top: 0;
	left: 0;
}

.form-table .btn-bace5 {
	height: 40px;
	line-height: 40px;
}

.form-table .unit {
	white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
	.form-wrap2 {
		gap: 10px 20px;
	}

	.form-wrap2 .form-group {
		flex: 1 1 100%;
		gap: 10px;
		width: 100%;
	}

	.form-wrap2 .form-group .label-wrap {
		width: 90px;
	}

	.form-wrap2 .form-group .inp-wrap {
		width: calc(100% - 100px);
	}

	.form-table {
		table-layout: unset;
	}

	.form-table col {
		width: unset !important;
	}

	.form-table>tbody>tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 0;
	}

	.form-table>tbody>tr>th {
		width: 150px;
	}

	.form-table>tbody>tr>td {
		width: calc(100% - 150px);
		border-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.form-wrap .form-group {
		gap: 10px;
		padding: 10px 0;
	}

	.form-wrap .form-group .label-wrap {
		width: 100px;
		padding-top: 5px;
	}

	.form-wrap .form-group .label-wrap .label {
		padding-left: 10px;
	}

	.form-wrap .form-group .inp-wrap {
		width: calc(100% - 110px);
	}

	.form-table>tbody>tr>th {
		width: 100px;
	}

	.form-table>tbody>tr>td {
		width: calc(100% - 100px);
	}
}

@media only screen and (max-width: 560px) {
	.form-wrap .form-group .inp-wrap .inp-flex {
		flex-wrap: wrap;
	}

	.form-wrap .form-group .inp-wrap .inp-flex .input-st2 {
		width: 100%;
	}

	.form-wrap .form-group .inp-wrap .inp-flex .btn-bace5 {
		width: 100%;
	}

	.form-table>tbody>tr>th {
		width: 100%;
		border-right: 0;
		border-bottom: 0;
	}

	.form-table>tbody>tr>td {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.form-wrap .form-group .inp-wrap .inp-flex .inp-email {
		flex-wrap: wrap;
		justify-content: center;
	}

	.form-wrap .form-group .label-wrap {
		width: 80px;
	}

	.form-wrap .form-group .inp-wrap {
		width: calc(100% - 90px);
	}

	.form-wrap .form-group .inp-wrap .inp-flex {
		min-height: 40px;
	}

	.form-wrap2 .form-group {
		flex-direction: column;
		align-items: baseline;
	}

	.form-wrap2 .form-group .label-wrap {
		width: 100%;
	}

	.form-wrap2 .form-group .inp-wrap {
		width: 100%
	}

	.form-wrap2 .form-group .inp-wrap .inp-flex {
		flex-direction: column;
	}

	.form-wrap2 .form-group .inp-wrap .btn-bace5 {
		width: 100%
	}
}

@media only screen and (max-width: 390px) {
	.inp-flex {
		flex-direction: column;
		align-items: baseline;
	}

	.inp-flex.inp-row {
		flex-direction: row;
	}

	.form-table .btn-bace5 {
		width: 100%;
		text-align: center;
	}

	.scinp-flex>select.input-st2 {
		width: 100%;
	}

	.scinp-flex>input.input-st2 {
		width: 100%;
	}

	.scinp-flex2>select.input-st2 {
		width: 100%;
	}

	.inp-flex .btn-bace5 {
		width: 100%;
	}
}


/* Total & Select */
.total-search-ti {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	margin: 30px 0 10px;
}

.total-search-ti>strong {
	font-size: 2rem;
}

.total-search-ti>.board-total {
	margin: 0;
}

.board-total {
	margin: 30px 0 10px;
}

.board-total span {
	font-size: 1.5rem;
	color: #444;
}

.board-total span>strong {
	margin: 0 2px;
	font-weight: 600;
	color: var(--main-color);
}

.blur-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	background: rgba(255, 255, 255, .7);
	backdrop-filter: blur(3px);
}

.blur-text p {
	font-size: 15px;
	color: #555;
}

/* 검색 필터 */
.board-filter-wrap {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.board-filter-wrap .search {
	position: relative;
	min-width: 400px;
}

.board-filter-wrap .search input {
	width: 100%;
}

.board-filter-wrap .search input::placeholder {
	font-weight: 300;
}

.board-filter-wrap .search .btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	flex-shrink: 0;
	display: block;
	width: 45px;
	height: 45px;
	font-size: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.85 35.85' width='18px' %3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23152B36; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='cls-1' d='m24.58,24.58c5.28-5.28,5.28-13.84,0-19.12s-13.84-5.28-19.12,0c-5.28,5.28-5.28,13.84,0,19.12,5.28,5.28,13.84,5.28,19.12,0Z'/%3E%3Cpath class='cls-1' d='m24.58,24.58c5.28-5.28,5.28-13.84,0-19.12s-13.84-5.28-19.12,0c-5.28,5.28-5.28,13.84,0,19.12,5.28,5.28,13.84,5.28,19.12,0Z'/%3E%3C/g%3E%3Cline class='cls-1' x1='25.38' y1='25.38' x2='34.35' y2='34.35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

.board-filter-wrap2 {
	gap: 0;
}

.board-filter-wrap .bdsw-btn {
	width: 45px;
	height: 45px;
	font-size: 0;
	background-color: var(--sub-color);
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 74.08'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='36' y1='12.08' x2='3' y2='12.08'/%3E%3Cline class='cls-1' x1='69' y1='12.08' x2='54' y2='12.08'/%3E%3Cline class='cls-1' x1='15' y1='37.08' x2='3' y2='37.08'/%3E%3Cline class='cls-1' x1='69' y1='37.08' x2='33' y2='37.08'/%3E%3Cline class='cls-1' x1='38.83' y1='62.08' x2='3' y2='62.08'/%3E%3Cline class='cls-1' x1='69' y1='62.08' x2='57' y2='62.08'/%3E%3Ccircle class='cls-1' cx='45' cy='12' r='9'/%3E%3Ccircle class='cls-1' cx='48' cy='62.08' r='9'/%3E%3Ccircle class='cls-1' cx='24' cy='37.08' r='9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
}

@media only screen and (max-width: 767px) {
	.board-filter-wrap {
		gap: 5px;
		width: 100%;
	}

	.board-filter-wrap .search {
		min-width: unset;
		width: 100%;
		max-width: calc(100% - 130px);
	}

	.board-filter-wrap .search.total-search {
		max-width: unset;
	}

	.board-filter-wrap2 .search {
		max-width: calc(100% - 55px);
	}
}

@media only screen and (max-width: 480px) {
	.board-filter-wrap .bdsw-btn {
		width: 40px;
		height: 40px;
	}

	.board-filter-wrap2 .search {
		max-width: calc(100% - 50px);
	}

}



.board-detail-search-wrap {
	display: none;
	padding: 30px;
	border: 1px solid var(--bd-color);
}

.board-detail-search-wrap.on {
	display: block;
}

@media only screen and (max-width: 1023px) {
	.board-detail-search-wrap {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.board-detail-search-wrap {
		padding: 15px;
	}
}



/* 접수기간 */
.input-date-box {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 15px;
	background: #fff;
	border-radius: 3px;
}

.input-date-box label {
	flex-shrink: 0;
	display: block;
	margin-right: 15px;
	font-family: 'The Jamsil';
	font-weight: 400;
	font-size: 1.5rem;
	color: #555;
}

.input-date-box input {
	width: 100px;
	font-family: 'The Jamsil';
	font-weight: 300;
	border: 0;
}

.input-date-box .hyp {
	margin: 0 5px;
}

@media only screen and (max-width: 1023px) {

	/* 접수기간 */
	.input-date-box input {
		width: 49%;
	}
}

@media only screen and (max-width: 767px) {
	.board-filter-wrap .search .btn {
		width: 42px;
		height: 42px;
		background-size: 15px;
	}

	/* 접수기간 */
	.input-date-box {
		height: 42px;
		padding: 0 12px;
	}
}




/************************* GITS 소개 *************************/
.gtis-wrap .intro1 {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 400px;
	margin-bottom: 40px;
	background: url(../img/content/sub01/img-intro01.png) no-repeat top left / cover;
	background-attachment: fixed;
}

.gtis-wrap .intro1 .wh-wrap {
	position: relative;
	bottom: -40px;
	max-width: 1360px;
	width: 100%;
	padding: 0 30px;
}

.gtis-wrap .intro1 .text-wrap {
	padding: 70px 60px;
	background: #fff;
}

.gtis-wrap .intro1 .text-wrap .wh-txt {
	position: absolute;
	top: -70px;
	right: 30px;
	line-height: 2.6rem;
	color: #fff;
	text-align: right;
}

.gtis-wrap .intro1 .text-wrap .lg-txt {
	display: block;
	margin-bottom: 15px;
	font-size: 2.4rem;
	color: var(--sub-color);
}

.gtis-wrap .intro1 .text-wrap em {
	line-height: 1.4;
	font-size: 1.8rem;
	color: var(--sub-color);
	word-break: keep-all;
}


.gtis-wrap .intro2 {
	display: flex;
	justify-content: center;
}

.gtis-wrap .intro2 .tit {
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: block;
	max-width: 90%;
	padding: 15px 35px;
	font-size: 2rem;
	color: #fff;
	background: var(--main-color);
	border-radius: 50px 50px 50px 0;
	text-align: center;
}

.gtis-wrap .intro2 .cont {
	height: calc(100% - 50px);
	padding: 30px;
	border: 2px solid var(--gray-e5);
	border-radius: 2rem;
}

.gtis-wrap .intro2 .cont .icn-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.gtis-wrap .intro2 .cont .icn-list li span {
	display: block;
	padding-top: 80px;
	font-weight: 500;
	font-size: 1.8rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 60px;
	white-space: nowrap;
}

.gtis-wrap .intro2 .lf {
	padding-right: 50px;
}

.gtis-wrap .intro2 .lf .cont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gtis-wrap .intro2 .lf .cont::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 25px solid var(--gray-e5);
	border-top: 120px solid transparent;
	border-bottom: 120px solid transparent;
}

.gtis-wrap .intro2 .lf .cont .icn-list {
	width: 100%;
	gap: 50px 30px;
}

.gtis-wrap .intro2 .lf .cont .icn-list li {
	width: 25%;
}

.gtis-wrap .intro2 .rg .cont {
	border-color: var(--main-color);
}

.gtis-wrap .intro2 .rg .cont .icn-list {
	gap: 30px;
}

.gtis-wrap .intro2 .rg .cont .icn-list li {
	width: 100%;
}

.gtis-wrap .intro2 .lf .cont .icn-list li:nth-child(1) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 116.73 117.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M46.23,46h34.24c1.52,0,2.76,1.24,2.76,2.76v4.48c0,1.52-1.24,2.76-2.76,2.76h-34.24v-10h0Z'/%3E%3Cpath class='cls-2' d='M89.47,56h-41.24v6c6,2,12.27,3.21,23,8,2.08,1.55,2.52,4.41,2,8l7.93-1c2.8,0,5.07-2.27,5.07-5.07v-5.93h3.24c1.52,0,2.76-1.23,2.76-2.76v-4.48c0-1.52-1.23-2.76-2.76-2.76Z'/%3E%3Cpolygon class='cls-1' points='31.41 109.5 39.79 98.89 10.55 73.83 1.5 84.92 31.41 109.5'/%3E%3Cpath class='cls-3' d='M69.09,98.17c-2.36,0-5.2-.11-8.68-.36-3.18-.23-6.15-.49-8.77-.72-6.44-.57-11.52-1.01-14.63-.54-.81.13-1.58-.44-1.71-1.26-.12-.82.44-1.58,1.26-1.71,3.47-.53,8.45-.09,15.35.52,2.61.23,5.57.49,8.72.72,12.3.87,15.97-.06,17.94-1.08.39-.23,23.07-11.69,30.3-15.29,1.07-.53,1.75-1.92,1.35-2.76-.29-.61-1.04-1.09-1.46-1.15-8.53-1.5-22.77,2.34-32.2,4.89-5.1,1.38-8.78,2.37-10.67,2.37-4.69,0-10.91-1.2-20.78-4.03-.8-.23-1.26-1.06-1.03-1.85.23-.8,1.06-1.25,1.85-1.03,9.59,2.74,15.56,3.91,19.96,3.91,1.49,0,5.38-1.05,9.89-2.27,10.26-2.77,24.31-6.56,33.49-4.95,1.25.21,2.92,1.25,3.67,2.83,1.21,2.57-.47,5.6-2.73,6.72-7.94,3.95-29.53,14.87-30.22,15.25-2.06,1.07-4.92,1.79-10.89,1.79Z'/%3E%3Cpath class='cls-3' d='M68.38,81.54c-.65,0-1.25-.43-1.44-1.08-.23-.8.23-1.63,1.03-1.86,1.72-.5,3.16-1.61,3.66-2.84.39-.96.34-2.06-.14-3.09-.53-1.15-1.51-2.02-2.69-2.4l-3.05-.99c-16.26-5.29-21.73-7.07-26.27-6.45-.12.02-12.57,2.5-22.76,15.67-.51.66-1.45.78-2.1.27-.66-.51-.78-1.45-.27-2.1,11.07-14.32,24.58-16.79,24.72-16.81,5.23-.72,10.87,1.11,27.61,6.56l3.04.99c1.96.64,3.6,2.09,4.48,3.99.83,1.78.89,3.78.19,5.5-.87,2.11-2.97,3.82-5.61,4.58-.14.04-.28.06-.42.06Z'/%3E%3Cpath class='cls-3' d='M32,110.41c-.32,0-.65-.1-.92-.32-.65-.51-.77-1.45-.26-2.11l6.91-8.89-26.99-23.13-8.08,9.9c-.52.64-1.47.74-2.11.21-.64-.52-.74-1.47-.21-2.11l9.05-11.09c.25-.31.63-.51,1.03-.55.41-.03.8.09,1.11.36l29.24,25.06c.61.52.7,1.43.21,2.06l-7.79,10.02c-.3.38-.74.58-1.19.58Z'/%3E%3Cpath class='cls-3' d='M79.34,57h-37.22c-2.7,0-4.89-2.19-4.89-4.89v-3.22c0-2.7,2.19-4.89,4.89-4.89h37.22c2.7,0,4.89,2.19,4.89,4.89v3.22c0,2.7-2.19,4.89-4.89,4.89ZM42.12,47c-1.04,0-1.89.85-1.89,1.89v3.22c0,1.04.85,1.89,1.89,1.89h37.22c1.04,0,1.89-.85,1.89-1.89v-3.22c0-1.04-.85-1.89-1.89-1.89h-37.22Z'/%3E%3Cpath class='cls-3' d='M89.34,67h-13.61c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h13.61c1.04,0,1.89-.85,1.89-1.89v-3.22c0-1.04-.85-1.89-1.89-1.89h-14.61c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h14.61c2.7,0,4.89,2.19,4.89,4.89v3.22c0,2.7-2.19,4.89-4.89,4.89Z'/%3E%3Cpath class='cls-3' d='M83.79,77.5c-.68,0-1.3-.47-1.46-1.16-.19-.81.32-1.61,1.12-1.8,1.51-.35,1.78-.94,1.78-2.43v-3.22c0-1.04-.85-1.89-1.89-1.89-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c2.7,0,4.89,2.19,4.89,4.89v3.22c0,1.89-.43,4.5-4.11,5.35-.11.03-.23.04-.34.04Z'/%3E%3Ccircle class='cls-2' cx='58.73' cy='23.5' r='16.5'/%3E%3Cpath class='cls-3' d='M58.73,17c-.83,0-1.5-.67-1.5-1.5v-3c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v3c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M58.73,36c-.83,0-1.5-.67-1.5-1.5v-3c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v3c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M58.8,32.71c-3.14,0-5.19-2.1-5.76-2.76-.54-.63-.47-1.58.16-2.12.63-.54,1.58-.47,2.12.16.25.3,1.61,1.78,3.62,1.71,1.03-.04,2.71-.49,3.12-1.57.25-.68.05-1.68-.49-2.37-.62-.79-1.53-.98-2.96-1.22-1.52-.25-3.41-.57-4.61-2.33-1-1.46-1.17-3.43-.45-5,1.07-2.34,3.84-3.17,5.97-2.96,2.53.25,4.06,1.96,4.6,2.68.5.66.36,1.6-.3,2.1s-1.6.36-2.1-.3c-.24-.32-1.11-1.35-2.5-1.49-1.12-.11-2.52.31-2.94,1.22-.24.53-.25,1.41.21,2.07.46.67,1.25.83,2.62,1.06,1.54.26,3.46.58,4.83,2.33,1.19,1.53,1.56,3.59.93,5.26-.93,2.48-3.71,3.45-5.82,3.52-.08,0-.17,0-.25,0Z'/%3E%3Cpath class='cls-3' d='M58.73,47c-12.96,0-23.5-10.54-23.5-23.5S45.77,0,58.73,0s23.5,10.54,23.5,23.5-10.54,23.5-23.5,23.5ZM58.73,3c-11.3,0-20.5,9.2-20.5,20.5s9.2,20.5,20.5,20.5,20.5-9.2,20.5-20.5S70.03,3,58.73,3Z'/%3E%3Cpath class='cls-1' d='M61.23,117.5c-7.76,0-15.27-1.57-22.32-4.67-.76-.33-1.1-1.22-.77-1.98.33-.76,1.22-1.11,1.98-.77,6.67,2.93,13.77,4.42,21.12,4.42,19.46,0,37.23-10.68,46.38-27.87.39-.73,1.3-1.01,2.03-.62.73.39,1.01,1.3.62,2.03-9.67,18.17-28.46,29.46-49.03,29.46Z'/%3E%3Cpath class='cls-1' d='M114.81,70.26c-.06,0-.12,0-.19-.01-.82-.1-1.41-.85-1.3-1.67.27-2.17.41-4.38.41-6.58,0-19.8-10.95-37.71-28.59-46.75-.74-.38-1.03-1.28-.65-2.02.38-.74,1.28-1.03,2.02-.65,18.64,9.55,30.22,28.49,30.22,49.42,0,2.32-.14,4.66-.43,6.95-.09.76-.74,1.31-1.49,1.31Z'/%3E%3Cpath class='cls-1' d='M7.52,69.14c-.76,0-1.41-.57-1.49-1.34-.2-1.91-.3-3.86-.3-5.8,0-18.46,9.15-35.67,24.47-46.02.69-.46,1.62-.28,2.08.4.46.69.28,1.62-.4,2.08-14.49,9.79-23.15,26.07-23.15,43.53,0,1.83.1,3.68.28,5.49.08.82-.51,1.56-1.34,1.65-.05,0-.11,0-.16,0Z'/%3E%3C/svg%3E");
}

.gtis-wrap .intro2 .lf .cont .icn-list li:nth-child(2) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 114'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M35,38.17V12h-7v27.46c2.26-.64,4.6-1.08,7-1.3Z'/%3E%3Cpath class='cls-2' d='M103,12v90h-33.8c-2.13,2.57-4.59,4.86-7.3,6.81l.1,1.19h48V12h-7Z'/%3E%3Cpath class='cls-1' d='M38.5,44c-18.5,0-33.5,15-33.5,33.5,0,6.16,1.67,11.93,4.57,16.89l7.43-5.39,3.7.56c-2.33-3.44-3.7-7.59-3.7-12.06,0-11.87,9.63-21.5,21.5-21.5s21.5,9.63,21.5,21.5-9.63,21.5-21.5,21.5c-5.24,0-10.04-1.88-13.77-4.99l1.27,3.99-6.85,6.84c5.47,3.88,12.14,6.16,19.35,6.16,18.5,0,33.5-15,33.5-33.5s-15-33.5-33.5-33.5Z'/%3E%3Ccircle class='cls-1' cx='38.5' cy='77.5' r='9.5'/%3E%3Cpath class='cls-3' d='M84.93,22h-11.43c-.5,0-.97-.25-1.25-.67l-1.55-2.33h-3.39l-1.55,2.33c-.28.42-.75.67-1.25.67h-11.43c-2.24,0-4.07-1.83-4.07-4.07v-6.86c0-2.24,1.83-4.07,4.07-4.07h31.86c2.24,0,4.07,1.83,4.07,4.07v6.86c0,2.24-1.83,4.07-4.07,4.07ZM74.3,19h10.63c.59,0,1.07-.48,1.07-1.07v-6.86c0-.59-.48-1.07-1.07-1.07h-31.86c-.59,0-1.07.48-1.07,1.07v6.86c0,.59.48,1.07,1.07,1.07h10.63l1.55-2.33c.28-.42.75-.67,1.25-.67h5c.5,0,.97.25,1.25.67l1.55,2.33Z'/%3E%3Cpath class='cls-3' d='M107.94,111h-45.44c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45.44c.59,0,1.06-.48,1.06-1.06V14.06c0-.59-.48-1.06-1.06-1.06h-14.44c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h14.44c2.24,0,4.06,1.82,4.06,4.06v92.87c0,2.24-1.82,4.06-4.06,4.06Z'/%3E%3Cpath class='cls-3' d='M27.5,40c-.83,0-1.5-.67-1.5-1.5V14.06c0-2.24,1.82-4.06,4.06-4.06h14.44c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-14.44c-.59,0-1.06.48-1.06,1.06v24.44c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M81.5,8c-.83,0-1.5-.67-1.5-1.5v-2c0-.82-.67-1.5-1.5-1.5h-19.01c-.82,0-1.5.67-1.5,1.5v2c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5v-2c0-2.48,2.02-4.5,4.5-4.5h19.01c2.48,0,4.5,2.02,4.5,4.5v2c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M81.5,16h-1c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h1c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M57.5,16h-1c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h1c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M38.5,113c-5.33,0-10.46-1.15-15.25-3.43-.75-.36-1.07-1.25-.71-2,.36-.75,1.25-1.07,2-.71,4.37,2.08,9.07,3.14,13.96,3.14,17.92,0,32.5-14.58,32.5-32.5s-14.58-32.5-32.5-32.5S6,59.58,6,77.5c0,3.58.58,7.11,1.72,10.47.27.78-.15,1.64-.94,1.9-.78.27-1.64-.15-1.9-.94-1.25-3.68-1.88-7.53-1.88-11.44,0-19.58,15.92-35.5,35.5-35.5s35.5,15.92,35.5,35.5-15.92,35.5-35.5,35.5Z'/%3E%3Cpath class='cls-3' d='M38.5,100c-2.64,0-5.23-.45-7.69-1.35-.78-.28-1.18-1.14-.9-1.92.28-.78,1.14-1.18,1.92-.9,2.13.77,4.37,1.17,6.67,1.17,10.75,0,19.5-8.75,19.5-19.5s-8.75-19.5-19.5-19.5-19.5,8.75-19.5,19.5c0,1.6.19,3.19.58,4.73.2.8-.29,1.62-1.09,1.82-.81.2-1.62-.29-1.82-1.09-.44-1.78-.67-3.61-.67-5.45,0-12.41,10.09-22.5,22.5-22.5s22.5,10.09,22.5,22.5-10.09,22.5-22.5,22.5Z'/%3E%3Cpath class='cls-3' d='M38.5,88c-.66,0-1.33-.06-1.98-.19-.81-.15-1.35-.94-1.19-1.75.15-.81.94-1.34,1.75-1.19.47.09.95.13,1.42.13,4.14,0,7.5-3.36,7.5-7.5s-3.36-7.5-7.5-7.5-7.5,3.36-7.5,7.5c0,.4.03.81.1,1.21.13.82-.42,1.59-1.24,1.72-.82.14-1.59-.42-1.72-1.24-.09-.56-.14-1.12-.14-1.69,0-5.79,4.71-10.5,10.5-10.5s10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Z'/%3E%3Cpath class='cls-3' d='M6.5,109c-.4,0-.8-.16-1.09-.47-.57-.6-.54-1.55.07-2.12l32-30c.6-.56,1.55-.54,2.12.07.57.6.54,1.55-.07,2.12l-32,30c-.29.27-.66.41-1.03.41Z'/%3E%3Cpath class='cls-3' d='M12.5,114c-.12,0-.25-.02-.38-.05-.55-.14-.97-.58-1.09-1.14l-1.65-7.84-8.39-3.06c-.52-.19-.89-.64-.97-1.19-.08-.54.14-1.09.58-1.42l16-12c.45-.34,1.06-.4,1.57-.14l6,3c.36.18.63.49.75.87l2,6c.17.5.06,1.06-.29,1.46l-13,15c-.29.33-.71.52-1.13.52ZM4.61,100.04l6.57,2.39c.49.18.85.59.95,1.1l1.2,5.7,10.46-12.07-1.53-4.6-4.62-2.31-13.04,9.78Z'/%3E%3Cpath class='cls-3' d='M91.5,38h-45c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M91.5,49h-25c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h25c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M91.5,60h-16c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h16c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E");
}

.gtis-wrap .intro2 .lf .cont .icn-list li:nth-child(3) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.97 109.78'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='10.97' y='100.78' width='70' height='7'/%3E%3Cpath class='cls-2' d='M54.22,67.78c-1.46,4.36-4.25,8.1-7.89,10.76,3.04,2.04,5.3,5.07,6.31,8.6,6.32-4.61,10.92-11.45,12.64-19.36h-11.06Z'/%3E%3Cpath class='cls-2' d='M25.2,80.5c-7.96-3.27-13.57-11.09-13.57-20.22,0-6.04,2.45-11.5,6.4-15.46,0,0-6.4-5.34-6.43-8.6C5.07,42.17.97,50.75.97,60.28c0,13.63,8.39,25.3,20.28,30.13.07-3.8,1.55-7.25,3.95-9.91Z'/%3E%3Cpath class='cls-2' d='M19.34,29.99l-8.34-9.94,7.04-6.16,25.6,30.93-6.91,5.89-8.6-10.25c1.65-5.24-3.69-11.64-8.78-10.46Z'/%3E%3Cpath class='cls-3' d='M114.47,109.78H3.47c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h111c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M80.47,101.78H11.47c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h69c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M53.47,99.78c-.83,0-1.5-.67-1.5-1.5v-7.6c0-4.14-1.82-8.05-5-10.72-3.17-2.67-7.38-3.78-11.54-3.06-6.64,1.16-11.47,7.1-11.47,14.12v7.25c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5v-7.25c0-8.49,5.87-15.67,13.95-17.08,5.04-.88,10.13.48,13.98,3.72,3.85,3.24,6.07,7.99,6.07,13.02v7.6c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M19.08,78.26c-.37,0-.74-.13-1.03-.41-4.69-4.4-7.38-10.62-7.38-17.05,0-6.01,2.29-11.72,6.45-16.08.57-.6,1.52-.62,2.12-.05.6.57.62,1.52.05,2.12-3.62,3.8-5.62,8.78-5.62,14.02,0,5.69,2.29,10.96,6.44,14.86.6.57.63,1.52.07,2.12-.29.31-.69.47-1.09.47Z'/%3E%3Cpath class='cls-3' d='M53.23,88.58c-.46,0-.92-.21-1.21-.61-.49-.67-.34-1.61.32-2.1,5.9-4.32,10.1-10.58,11.83-17.64.2-.8,1.01-1.3,1.81-1.1.8.2,1.3,1.01,1.1,1.81-1.9,7.74-6.5,14.62-12.97,19.35-.27.2-.58.29-.88.29Z'/%3E%3Cpath class='cls-3' d='M20.88,92.08c-.2,0-.41-.04-.61-.13C7.96,86.5,0,74.28,0,60.81c0-9.86,4.28-19.23,11.74-25.7.63-.54,1.57-.48,2.12.15.54.63.48,1.57-.15,2.12-6.8,5.9-10.7,14.44-10.7,23.44,0,12.28,7.26,23.43,18.49,28.39.76.33,1.1,1.22.77,1.98-.25.56-.8.89-1.37.89Z'/%3E%3Cpath class='cls-3' d='M20.7,46.51c-4.76,0-8.63-3.87-8.63-8.63s3.87-8.63,8.63-8.63,8.63,3.87,8.63,8.63-3.87,8.63-8.63,8.63ZM20.7,32.25c-3.1,0-5.63,2.53-5.63,5.63s2.53,5.63,5.63,5.63,5.63-2.53,5.63-5.63-2.52-5.63-5.63-5.63Z'/%3E%3Cpath class='cls-3' d='M79.47,68.78h-40c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h40c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M36.71,52.2s-.09,0-.13,0c-.4-.03-.76-.23-1.02-.53l-8.6-10.25c-.53-.63-.45-1.58.19-2.11.63-.53,1.58-.45,2.11.19l7.63,9.1,9.14-7.67L22.25,12.56l-9.14,7.67,7.38,8.79c.53.63.45,1.58-.19,2.11-.63.53-1.58.45-2.11-.18l-8.34-9.94c-.53-.63-.45-1.58.19-2.11l11.44-9.6c.63-.53,1.58-.45,2.11.18l25.72,30.65c.53.63.45,1.58-.19,2.11l-11.44,9.6c-.27.23-.61.35-.96.35Z'/%3E%3Cpath class='cls-3' d='M12.35,19.51c-.43,0-.85-.18-1.15-.54L2.87,9.04c-.53-.63-.45-1.58.19-2.11L10.89.35c.3-.26.7-.38,1.09-.35.4.03.76.23,1.02.53l8.34,9.93c.53.63.45,1.58-.19,2.11-.63.53-1.58.45-2.11-.18L11.67,3.61l-5.54,4.65,7.37,8.79c.53.63.45,1.58-.19,2.11-.28.24-.62.35-.96.35Z'/%3E%3Cpath class='cls-3' d='M44.25,57.47s-.09,0-.13,0c-.4-.03-.76-.23-1.02-.53l-5.71-6.81c-.53-.63-.45-1.58.19-2.11.63-.53,1.58-.45,2.11.19l4.75,5.66,5.49-4.6-4.75-5.66c-.53-.63-.45-1.58.19-2.11.63-.53,1.58-.45,2.11.19l5.71,6.81c.53.63.45,1.58-.19,2.11l-7.78,6.53c-.27.23-.61.35-.96.35Z'/%3E%3Cpath class='cls-3' d='M37.97,94.78c-3.31,0-6-2.69-6-6s2.69-6,6-6,6,2.69,6,6-2.69,6-6,6ZM37.97,85.78c-1.65,0-3,1.35-3,3s1.35,3,3,3,3-1.35,3-3-1.35-3-3-3Z'/%3E%3Cpath class='cls-1' d='M110.47,104.78c-.83,0-1.5-.67-1.5-1.5V16.78H41.97v3.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5v-5c0-.83.67-1.5,1.5-1.5h70c.83,0,1.5.67,1.5,1.5v88c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M96.47,34.78h-44c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h44c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M96.47,45.78h-7c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h7c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M79.47,45.78h-17c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h17c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M96.47,56.78h-34c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h34c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E");
}

.gtis-wrap .intro2 .lf .cont .icn-list li:nth-child(4) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 98'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M94.5,89h-3c-3.87,0-7,3.13-7,7h17c0-3.87-3.13-7-7-7Z'/%3E%3Cpath class='cls-2' d='M6,69h98v3.85c0,2.29-1.86,4.15-4.15,4.15H10.15c-2.29,0-4.15-1.86-4.15-4.15v-3.85h0Z'/%3E%3Cpath class='cls-3' d='M100.26,78H9.74c-3.16,0-5.74-2.57-5.74-5.74V5.74C4,2.57,6.57,0,9.74,0h90.53c3.16,0,5.74,2.57,5.74,5.74v66.53c0,3.16-2.57,5.74-5.74,5.74ZM9.74,3c-1.51,0-2.74,1.23-2.74,2.74v66.53c0,1.51,1.23,2.74,2.74,2.74h90.53c1.51,0,2.74-1.23,2.74-2.74V5.74c0-1.51-1.23-2.74-2.74-2.74H9.74Z'/%3E%3Cpath class='cls-3' d='M45.5,90.64c-.23,0-.47-.05-.69-.17-.74-.38-1.02-1.29-.64-2.02,1.2-2.32,1.83-4.92,1.83-7.53v-3.42c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v3.42c0,3.09-.75,6.17-2.17,8.91-.27.51-.79.81-1.33.81Z'/%3E%3Cpath class='cls-3' d='M64.5,90.64c-.54,0-1.07-.29-1.33-.81-1.42-2.74-2.17-5.83-2.17-8.91v-3.42c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v3.42c0,2.61.63,5.22,1.83,7.53.38.74.09,1.64-.64,2.02-.22.11-.46.17-.69.17Z'/%3E%3Cpath class='cls-3' d='M73.5,98h-37c-.83,0-1.5-.67-1.5-1.5v-6c0-.83.67-1.5,1.5-1.5h13c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-11.5v3h34v-3h-15.5c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h17c.83,0,1.5.67,1.5,1.5v6c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M108.5,98H1.5c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h107c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M103.5,70H6.5c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h97c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M101.5,97c-.83,0-1.5-.67-1.5-1.5,0-3.03-2.47-5.5-5.5-5.5h-3c-3.03,0-5.5,2.47-5.5,5.5,0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-4.69,3.81-8.5,8.5-8.5h3c4.69,0,8.5,3.81,8.5,8.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M92.5,89c-.83,0-1.5-.67-1.5-1.5,0-1.38-1.12-2.5-2.5-2.5h-15c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h15c3.03,0,5.5,2.47,5.5,5.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-1' d='M42.98,16h-7.45c-.49,0-.95-.26-1.2-.68l-1.51-2.51c-.3-.5-.84-.81-1.42-.81h-6.98c-.78,0-1.42.63-1.42,1.42v14.56c0,.57.46,1.02,1.02,1.02h18.95c.57,0,1.02-.46,1.02-1.02v-10.95c0-.57-.46-1.02-1.02-1.02Z'/%3E%3Cpath class='cls-3' d='M82.5,18h-27c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h27c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M82.5,28h-6c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M69.5,28h-14c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h14c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-1' d='M42.98,44h-7.45c-.49,0-.95-.26-1.2-.68l-1.51-2.51c-.3-.5-.84-.81-1.42-.81h-6.98c-.78,0-1.42.63-1.42,1.42v14.56c0,.57.46,1.02,1.02,1.02h18.95c.57,0,1.02-.46,1.02-1.02v-10.95c0-.57-.46-1.02-1.02-1.02Z'/%3E%3Cpath class='cls-3' d='M82.5,46h-27c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h27c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M82.5,56h-6c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M69.5,56h-14c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h14c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E");
}

.gtis-wrap .intro2 .lf .cont .icn-list li:nth-child(5) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107.15 106.87'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M105.65,102H34.65c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h69.5V3H27.15v63.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5V1.5c0-.83.67-1.5,1.5-1.5h80c.83,0,1.5.67,1.5,1.5v99c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpolygon class='cls-1' points='23.95 106.3 26.53 101.07 3.5 90.76 1.5 96.52 23.95 106.3'/%3E%3Cpath class='cls-2' d='M24.16,106.87c-.25,0-.49-.06-.72-.19-.73-.4-.99-1.31-.59-2.04l1.59-2.87-20.15-9.01-1.4,3.32c-.32.76-1.2,1.12-1.97.8-.76-.32-1.12-1.2-.8-1.97l2-4.73c.16-.37.46-.66.83-.81.37-.15.79-.14,1.16.03l23.03,10.31c.38.17.68.5.81.89.13.4.09.83-.11,1.2l-2.37,4.3c-.27.5-.79.78-1.31.78Z'/%3E%3Cpath class='cls-2' d='M5.48,92.68c-.12,0-.25-.02-.38-.05-.8-.21-1.28-1.03-1.08-1.83l1.03-3.95c.7-2.68,1.07-5.45,1.1-8.22l.15-11.3c.03-2.22.84-4.38,2.28-6.08l14.36-17.22c.53-.64,1.48-.72,2.11-.19.64.53.72,1.48.19,2.11l-14.37,17.23c-1,1.17-1.55,2.65-1.57,4.18l-.15,11.3c-.04,3.01-.44,6.01-1.2,8.93l-1.03,3.95c-.18.67-.78,1.12-1.45,1.12Z'/%3E%3Cpath class='cls-2' d='M25.43,100.84c-.28,0-.56-.08-.81-.24-.7-.45-.9-1.38-.45-2.07l1.77-2.75c.05-.07.1-.14.16-.2.78-.84,1.58-1.49,2.35-2.11,1.81-1.45,3.52-2.82,5.29-6.93.94-2.18,1.92-6.38,2.64-9.44.37-1.58.69-2.94.95-3.82.73-2.49,1.88-9.41,1.89-9.48.01-.08.03-.17.06-.24.47-1.37-.21-2.87-1.55-3.42-.71-.29-1.48-.28-2.18.04-.7.32-1.22.89-1.46,1.62-1.66,4.69-4.96,11.96-6.46,13.8-1.05,1.28-3.43,2.08-5.2,1.75-.81-.15-1.35-.94-1.2-1.75.15-.81.94-1.36,1.75-1.2.8.15,2.05-.38,2.32-.7,1.05-1.28,4.19-7.88,5.95-12.88.5-1.48,1.61-2.72,3.05-3.37,1.44-.66,3.1-.69,4.57-.08,2.76,1.14,4.18,4.21,3.28,7.05-.16.96-1.22,7.22-1.95,9.72-.24.8-.55,2.13-.91,3.66-.78,3.35-1.76,7.52-2.8,9.94-2.06,4.79-4.24,6.54-6.17,8.08-.69.55-1.34,1.07-1.93,1.71l-1.7,2.63c-.29.45-.77.69-1.26.69Z'/%3E%3Cpath class='cls-1' d='M42.65,50c-.48,0-.96-.23-1.25-.67-.46-.69-.27-1.62.42-2.08l15-10c.42-.28.96-.33,1.42-.13l13.14,5.63,21.29-18.39c.63-.54,1.58-.47,2.12.15.54.63.47,1.57-.15,2.12l-22,19c-.43.38-1.05.47-1.57.24l-13.25-5.68-14.32,9.55c-.26.17-.54.25-.83.25Z'/%3E%3Crect class='cls-1' x='53.15' y='53' width='9' height='8'/%3E%3Crect class='cls-1' x='69.15' y='50' width='9' height='11'/%3E%3Crect class='cls-1' x='85.15' y='40' width='9' height='21'/%3E%3Cpath class='cls-2' d='M92.65,74h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-2' d='M75.65,74h-25c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h25c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-2' d='M92.65,85h-44c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h44c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E");
}

.gtis-wrap .intro2 .rg .cont .icn-list li:nth-child(1) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 116 118'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M31.88,88.5H1v-6.59c0-8.38,6.79-15.17,15.17-15.17,1.95,5.71,10.5,5.71,12.45,0,8.38,0,16.12,5.71,15.17,15.21-3.73,2.03-9.87,3.5-11.91,6.54Z'/%3E%3Cpath class='cls-2' d='M87.69,101.5H27v-4.26c0-8.38,11.71-13.84,18.1-14.91,2.66,4.79,7.45,7.19,12.25,7.19s9.58-2.4,12.25-7.19c7.45,1.06,15.13,6.84,17.04,10.65,1.06,2.13,1.06,8.52,1.06,8.52Z'/%3E%3Cpath class='cls-2' d='M83.47,88.5h31.53v-6.7c0-8.38-9.56-12.32-14.29-13.27-.9,2.61-3.87,5.71-7.38,5.2-3.34-.48-6.89-2.11-7.95-5.2-5.73,1.9-13.38,4.93-13.38,13.31v.95c1.91.95,9.26,3.83,11.47,5.71Z'/%3E%3Cpath class='cls-3' d='M1.5,88.5c-.83,0-1.5-.67-1.5-1.5v-6.42c0-10.19,7.89-13.03,11.68-14.4,3.19-1.15,4.32-1.89,4.32-3.75v-.43c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v.43c0,4.3-3.64,5.61-6.3,6.57-4.69,1.69-9.7,4.12-9.7,11.58v6.42c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M42.11,78.02c-.65,0-1.25-.42-1.44-1.08-1.41-4.79-5.55-6.64-9.32-8-2.68-.97-6.35-2.29-6.35-6.62v-1.31c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v1.31c0,1.89,1.15,2.64,4.37,3.8,3,1.08,9.23,3.33,11.18,9.98.23.79-.22,1.63-1.02,1.86-.14.04-.28.06-.42.06Z'/%3E%3Cpath class='cls-3' d='M21,64.33c-5.29,0-12-6.47-12-13.75v-5.25c0-.72.52-1.35,1.23-1.48.1-.02,10.38-1.92,17.73-5.59.74-.37,1.64-.07,2.01.67.37.74.07,1.64-.67,2.01-6.27,3.14-14.27,4.99-17.31,5.62v4.01c0,5.44,5.15,10.75,9,10.75s9-5.32,9-10.75v-5.58c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v5.58c0,7.28-6.71,13.75-12,13.75Z'/%3E%3Cpath class='cls-3' d='M21.87,73.02c-.98,0-1.94-.14-2.86-.41-2.65-.78-4.8-2.65-5.75-5-.31-.77.06-1.64.83-1.95.77-.31,1.64.06,1.95.83.61,1.51,2.03,2.72,3.81,3.24.64.19,1.32.29,2.01.29,2.84,0,4.89-1.93,5.66-3.84.31-.77,1.18-1.14,1.95-.83.77.31,1.14,1.18.83,1.95-1.38,3.42-4.77,5.72-8.44,5.72Z'/%3E%3Cpath class='cls-3' d='M4.56,66.5c-.63,0-1.21-.4-1.42-1.03-.2-.61-.4-1.17-.58-1.69-1.26-3.59-2.09-5.96-.59-11.2.16-.55.3-1.03.44-1.46.68-2.19.93-3.01.34-7.2-.74-5.26,3.5-11.75,7.86-14.74,3.48-2.39,11.03-4.57,16.47-.22.65.52.75,1.46.23,2.11-.52.65-1.46.75-2.11.23-4.32-3.46-10.55-1.26-12.89.35-3.56,2.44-7.14,7.91-6.59,11.85.66,4.67.36,5.91-.44,8.5-.13.41-.27.87-.42,1.4-1.24,4.33-.68,5.91.54,9.39.19.54.39,1.11.6,1.73.26.79-.16,1.64-.95,1.9-.16.05-.32.08-.47.08Z'/%3E%3Cpath class='cls-3' d='M36.96,37.04c-.48,0-.95-.23-1.24-.65-1.75-2.54-5.17-5.13-9.47-4.76-.83.06-1.55-.54-1.62-1.37-.07-.83.54-1.55,1.37-1.62,5.6-.46,9.97,2.82,12.19,6.05.47.68.3,1.62-.38,2.09-.26.18-.56.26-.85.26Z'/%3E%3Cpath class='cls-3' d='M114.5,88.5c-.83,0-1.5-.67-1.5-1.5v-4.5c0-6.09-2.63-9.32-9.71-11.95-2.65-.98-6.29-2.33-6.29-6.71v-.84c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v.84c0,1.95,1.13,2.71,4.33,3.9,8.29,3.07,11.67,7.35,11.67,14.76v4.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M78.66,72.67c-.51,0-1.01-.26-1.29-.74-.42-.71-.18-1.63.53-2.05,1.33-.78,2.87-1.49,4.72-2.18,3.24-1.2,4.38-1.98,4.38-3.95v-.74c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v.74c0,4.42-3.66,5.77-6.34,6.77-1.68.62-3.07,1.26-4.24,1.95-.24.14-.5.21-.76.21Z'/%3E%3Cpath class='cls-3' d='M94.12,74.5h-.21c-3.46,0-6.49-1.86-8.3-5.1-.4-.72-.15-1.64.58-2.04.72-.4,1.64-.15,2.04.58,1.28,2.3,3.3,3.56,5.68,3.56h.21c2.42,0,4.47-1.31,5.75-3.69.39-.73,1.3-1,2.03-.61.73.39,1,1.3.61,2.03-1.8,3.35-4.86,5.27-8.39,5.27Z'/%3E%3Cpath class='cls-3' d='M94.01,65.57c-5.55,0-12.01-5.78-12.01-13.22v-4.55s0-.07,0-.11c.17-2.43,1.82-7.21,6.86-7.91,1.81-.24,3.97.39,6.26,1.06,3.02.89,6.44,1.89,8.58.56.7-.44,1.63-.23,2.07.47.19.3.26.64.22.96,0,.05,0,.11,0,.16v9.35c0,7.45-6.44,13.22-11.99,13.22ZM85,47.86v4.49c0,5.5,4.96,10.22,9.01,10.22s8.99-4.72,8.99-10.22v-7.48c-2.79.6-5.9-.32-8.72-1.15-1.97-.58-3.84-1.14-5-.97-3.71.51-4.23,4.6-4.28,5.11Z'/%3E%3Cpath class='cls-3' d='M57.56,71.48c-1.13,0-2.26-.23-2.98-.68-.7-.44-.91-1.37-.47-2.07.44-.7,1.37-.91,2.07-.47.47.28,2.25.29,2.72.01.7-.41,1.63-.21,2.06.48.43.69.26,1.58-.42,2.03-.7.46-1.85.7-2.99.7Z'/%3E%3Cpath class='cls-3' d='M88.5,101.5c-.77,0-1.42-.58-1.49-1.36-.74-7.95-5.49-13.24-14.94-16.67-3.73-1.36-8.85-3.21-8.85-9.1,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,3.26,2.03,4.53,6.87,6.28,10.52,3.82,16.05,10.1,16.9,19.21.08.82-.53,1.56-1.35,1.63-.05,0-.09,0-.14,0Z'/%3E%3Cpath class='cls-3' d='M26.5,101.5s-.08,0-.11,0c-.83-.06-1.45-.78-1.39-1.61.68-9.18,6.06-15.3,16.94-19.25,4.85-1.76,6.88-3.03,6.88-6.29,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,5.89-5.12,7.75-8.85,9.11-9.76,3.54-14.38,8.68-14.97,16.65-.06.79-.72,1.39-1.49,1.39Z'/%3E%3Cpath class='cls-3' d='M57.66,65.5h-.16c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h.16c.19,0,.34-.15.34-.34v-3.78c0-3.25,2.66-5.07,4.58-5.13.74-.02,2.5-.02,2.5-.02v3s-1.69,0-2.4.02c-.35.01-1.68.57-1.68,2.13v3.78c0,1.84-1.5,3.34-3.34,3.34Z'/%3E%3Cpath class='cls-3' d='M57.67,78.22c-6.78,0-14.67-7.02-14.67-16.08v-8.36c0-5.01,2.81-10.07,9.08-10.07.32,0,.63.1.88.29,3.19,2.33,11.04,3.5,14.53,3.5.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5c-3.25,0-11.54-.96-15.87-3.78-5.36.3-5.63,5.91-5.63,7.06v8.36c0,7.25,6.38,13.08,11.67,13.08,4.96,0,12.33-5.39,12.33-12.84v-10.38c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v10.38c0,8.78-8.39,15.84-15.33,15.84Z'/%3E%3Cpath class='cls-3' d='M53.5,56.5h-3c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h3c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M65.08,58.67c.79,0,1.43.64,1.43,1.43s-.64,1.43-1.43,1.43-1.43-.64-1.43-1.43.64-1.43,1.43-1.43Z'/%3E%3Cpath class='cls-3' d='M51.57,58.67c.79,0,1.43.64,1.43,1.43s-.64,1.43-1.43,1.43-1.43-.64-1.43-1.43.64-1.43,1.43-1.43Z'/%3E%3Cpath class='cls-3' d='M57.51,90.59c-7.51,0-13.39-4.21-13.39-9.58,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,3.57,4.76,6.58,10.39,6.58s10.39-3.01,10.39-6.58c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,5.37-5.88,9.58-13.39,9.58Z'/%3E%3Cpath class='cls-1' d='M57.48,118c-18.65,0-35.8-8.54-47.07-23.42-.5-.66-.37-1.6.29-2.1.66-.5,1.6-.37,2.1.29,10.7,14.13,26.98,22.23,44.68,22.23s34.07-8.15,44.77-22.35c.5-.66,1.44-.79,2.1-.3.66.5.79,1.44.3,2.1-11.27,14.96-28.46,23.54-47.16,23.54Z'/%3E%3Cpath class='cls-1' d='M102.33,24.51c-.44,0-.87-.19-1.17-.56C90.47,10.64,74.54,3,57.48,3S24.96,10.43,14.27,23.38c-.53.64-1.47.73-2.11.2-.64-.53-.73-1.47-.2-2.11C23.22,7.83,39.81,0,57.48,0s34.75,8.04,46.02,22.07c.52.65.42,1.59-.23,2.11-.28.22-.61.33-.94.33Z'/%3E%3Cpath class='cls-3' d='M109.66,46.66c-.83,0-1.5-.67-1.5-1.5,0-5.01-2.59-12.5-8.34-13.47-.82-.14-1.37-.91-1.23-1.73.14-.82.91-1.36,1.73-1.23,7.9,1.33,10.85,10.78,10.85,16.43,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M79.68,38.5c-.19,0-.39-.04-.58-.12-.77-.32-1.13-1.2-.81-1.96,1.79-4.29,4.71-6.67,6.71-7.88v-1.75c0-.75.55-1.38,1.29-1.49,1.95-.28,4.16.06,5.71.41v-.16c0-.43.18-.83.5-1.12.32-.28.73-.42,1.17-.37,4.52.5,7.89,4.85,8.03,5.04.5.66.37,1.6-.28,2.1-.66.5-1.6.37-2.1-.28-.04-.05-1.87-2.39-4.31-3.42v.18c0,.48-.23.94-.62,1.22-.39.28-.9.36-1.35.2-.03,0-2.61-.87-5.02-.9v1.21c0,.56-.31,1.07-.81,1.33-1.57.81-4.45,2.78-6.13,6.82-.24.58-.8.92-1.39.92Z'/%3E%3Cpath class='cls-3' d='M76.5,53.5c-.83,0-1.5-.67-1.5-1.5v-3.1c0-9.04-7.55-16.4-16.82-16.4h-.18c-2.91,0-4.4.54-6.84,1.83-.14.08-.3.13-.46.15-9,1.46-9.7,11.48-9.7,14.52v3c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5v-3c0-7.42,3.15-15.86,11.98-17.44,2.67-1.4,4.61-2.06,8.02-2.06h.18c10.93,0,19.82,8.71,19.82,19.4v3.1c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E");
}

.gtis-wrap .intro2 .rg .cont .icn-list li:nth-child(2) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 116.39'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M38,87.39c2-13,10.34-25.18,19.91-30.66.51,3.76,1.79,7.01,5,9,3.91-3,4.8-7.72,4.09-13.34l4-2s2,8,10,8,10-8,10-8l3,2c-1.38,5.47-.53,10.01,4,13,2.57-1.82,4.57-4.82,6-9,7,4,19.16,23.1,15,29-2,4-32,2-32,2v-6h-4s-6-4-10-2c-2.67,1.33-6.33,5.19-9,8h-4s1-5-3-6c-3.53-.88-8,4-9,6h-10Z'/%3E%3Cpath class='cls-2' d='M52,45.39l-2.93-12.84v-16.28c0-1.04-.85-1.89-1.9-1.89H14.9c-1.05,0-1.9.84-1.9,1.89v19.48c0,1.04.85,1.89,1.9,1.89h24.96l12.14,7.75Z'/%3E%3Cpath class='cls-3' d='M123.5,89.39h-59c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h59c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M43.5,89.39H10.5c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h33c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M93.75,54c-.19,0-.38-.04-.57-.11-3.55-1.45-7.18-3.62-7.18-8.74v-1.25c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v1.25c0,2.8,1.39,4.36,5.32,5.97.77.31,1.13,1.19.82,1.96-.24.58-.8.93-1.39.93Z'/%3E%3Cpath class='cls-3' d='M37.5,89.39c-.83,0-1.5-.67-1.5-1.5,0-3.67,7.29-23,16.67-29.25.69-.46,1.62-.27,2.08.42.46.69.27,1.62-.42,2.08-8.6,5.73-15.33,24.18-15.33,26.75,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M112.23,89.42c-.83,0-1.5-.67-1.5-1.49,0-.83.67-1.5,1.49-1.51,1.22,0,5.77-.46,5.77-2.53,0-7.57-6.19-17.4-10.58-21.96-.58-.6-.56-1.55.04-2.12.59-.57,1.55-.56,2.12.04,4.41,4.58,11.42,15.17,11.42,24.04,0,4.34-5.51,5.51-8.76,5.53h0Z'/%3E%3Cpath class='cls-3' d='M67.78,53.82c-.53,0-1.05-.29-1.32-.79-.39-.73-.12-1.64.61-2.03l2.59-1.4c1.64-1.14,2.34-2.48,2.34-4.46v-1.25c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v1.25c0,2.99-1.21,5.27-3.71,6.97-.04.03-.09.06-.13.08l-2.66,1.44c-.23.12-.47.18-.71.18Z'/%3E%3Cpath class='cls-3' d='M80.78,59.9c-5.15,0-9.59-3.14-11.3-8.01-.28-.78.13-1.64.92-1.91.79-.27,1.64.14,1.91.92,1.29,3.65,4.61,6.01,8.47,6.01s7.08-2.36,8.36-6.01c.28-.78,1.13-1.19,1.91-.92.78.28,1.19,1.13.92,1.91-1.72,4.87-6.11,8.01-11.19,8.01Z'/%3E%3Cpath class='cls-3' d='M79.5,116.39H28.5c-.44,0-.85-.19-1.14-.52-.29-.33-.41-.77-.34-1.21l4-26c.13-.82.88-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-3.73,24.27h47.5l-3.73-24.27c-.13-.82.44-1.58,1.25-1.71.82-.12,1.58.44,1.71,1.25l4,26c.07.43-.06.87-.34,1.21-.29.33-.7.52-1.14.52Z'/%3E%3Cpath class='cls-3' d='M53.56,93.64c-1.58,0-3.53-1.41-4.74-2.79-1.43-1.63-2.01-3.38-1.63-4.94.79-3.28,5.43-5.89,8.28-6.25,1.29-.17,2.74.42,3.95,1.61,1.29,1.26,1.96,2.87,1.8,4.31-.28,2.58-3.52,7.64-7.4,8.05-.09,0-.17.01-.26.01ZM55.9,82.63s-.04,0-.06,0c-2.04.26-5.35,2.36-5.74,3.98-.11.46.1,1.09.59,1.78.98,1.37,2.48,2.21,2.88,2.24,2.02-.22,4.49-3.84,4.66-5.39.05-.5-.33-1.25-.92-1.84-.53-.52-1.09-.78-1.41-.78Z'/%3E%3Cpath class='cls-3' d='M59.5,95.39c-.66,0-1.27-.45-1.45-1.12l-1.05-3.99c-.21-.8.27-1.62,1.07-1.83.8-.21,1.62.27,1.83,1.07l1.05,3.99c.21.8-.27,1.62-1.07,1.83-.13.03-.26.05-.38.05Z'/%3E%3Cpath class='cls-3' d='M55.95,81.89c-.66,0-1.27-.45-1.45-1.12l-1.45-5.5c-.21-.8.27-1.62,1.07-1.83.8-.21,1.62.27,1.83,1.07l1.45,5.5c.21.8-.27,1.62-1.07,1.83-.13.03-.26.05-.38.05Z'/%3E%3Cpath class='cls-3' d='M65.5,88.39c-.33,0-.67-.11-.94-.33-.64-.52-.74-1.47-.22-2.11.9-1.11,5.57-6.7,8.8-7.51,3.9-.97,8.46.52,9.64.96h2.73c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-3c-.19,0-.38-.04-.56-.11-.04-.02-4.61-1.8-8.08-.94-1.67.42-5.22,4.05-7.2,6.49-.3.37-.73.55-1.17.55Z'/%3E%3Cpath class='cls-3' d='M86.5,87.39c-.83,0-1.5-.67-1.5-1.5v-8c0-.83.67-1.5,1.5-1.5h15.2l-2.45-3.67c-.46-.69-.27-1.62.42-2.08.69-.46,1.62-.27,2.08.42l4,6c.31.46.34,1.05.07,1.54-.26.49-.77.79-1.32.79h-16.5v6.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M53.5,115.39c-.83,0-1.5-.67-1.5-1.5v-15c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v15c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M70.5,97.39h-5c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M71.5,104.39h-12c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h12c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M81.1,47.38c-7.82,0-16.1-9.57-16.1-18.61v-5.44c0-.61.37-1.16.94-1.39.09-.04,9.33-3.85,13.96-10.4.27-.39.71-.62,1.19-.63.47-.01.93.2,1.22.57,4.67,5.95,13.77,10.46,13.86,10.5.51.25.84.77.84,1.35v5.44c0,9.04-8.17,18.61-15.9,18.61ZM68,24.3v4.46c0,7.89,7.5,15.61,13.1,15.61s12.9-7.57,12.9-15.61v-4.52c-2.26-1.19-8.5-4.73-12.83-9.46-4.35,5.17-10.77,8.43-13.17,9.53Z'/%3E%3Cpath class='cls-3' d='M80.35,35.39h-.85c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h.85c.36,0,.65-.29.65-.65v-3.15c0-3.21,2.28-5.2,4.39-5.2h3.11c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-3.11c-.36,0-1.39.54-1.39,2.2v3.15c0,2.01-1.64,3.65-3.65,3.65Z'/%3E%3Cpath class='cls-3' d='M76.5,26.39h-3c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h3c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M74.22,28.1c-.81,0-1.46.65-1.46,1.46s.65,1.46,1.46,1.46,1.46-.65,1.46-1.46-.65-1.46-1.46-1.46Z'/%3E%3Cpath class='cls-3' d='M87.75,28.1c-.81,0-1.46.65-1.46,1.46s.65,1.46,1.46,1.46,1.46-.65,1.46-1.46-.65-1.46-1.46-1.46Z'/%3E%3Cpath class='cls-3' d='M80.81,41.64c-1.33,0-2.68-.38-3.71-1.15-.66-.5-.8-1.44-.3-2.1.49-.66,1.44-.8,2.1-.3,1.02.76,2.89.69,3.58.08.62-.55,1.57-.49,2.12.13.55.62.49,1.57-.13,2.12-.93.82-2.27,1.23-3.65,1.23Z'/%3E%3Cpath class='cls-3' d='M99.73,46.35c-.46,0-.91-.21-1.2-.6-.5-.66-.36-1.6.3-2.1.75-.57,2.82-2.37,3.32-3.89.46-1.37-1.16-3.07-1.18-3.09-.58-.59-.57-1.54.01-2.12.59-.58,1.53-.58,2.11,0,.12.12,2.95,3,1.9,6.15-.89,2.67-4.02,5.08-4.37,5.34-.27.2-.59.3-.9.3Z'/%3E%3Cpath class='cls-3' d='M99.73,38.71c-.38,0-.77-.15-1.06-.44-.59-.59-.59-1.54,0-2.12,0,0,1.3-1.34,1.95-3.26.52-1.56-.59-3.3-.6-3.32-.09-.14-.16-.3-.2-.47-.7-2.83-.43-4.57-.18-6.26.22-1.45.45-2.95.14-5.47-.23-1.86-1.35-8.19-6.27-11.83-3.16-2.34-7.28-3.07-12.23-2.18-.09.02-.18.02-.26.02h-.36c-.09,0-.18,0-.26-.02-4.95-.89-9.06-.15-12.23,2.18-4.93,3.64-6.05,9.98-6.27,11.83-.31,2.52-.08,4.02.14,5.46.26,1.69.52,3.43-.18,6.26-.04.17-.11.33-.21.47,0,.01-1.12,1.75-.59,3.31.64,1.92,1.94,3.25,1.95,3.26.58.59.58,1.54,0,2.12-.59.58-1.53.58-2.12,0-.07-.07-1.8-1.82-2.67-4.43-.83-2.49.34-4.89.79-5.67.49-2.11.31-3.34.07-4.87-.24-1.57-.51-3.35-.15-6.28.26-2.16,1.58-9.53,7.47-13.88,3.83-2.82,8.67-3.75,14.41-2.75h.09c5.74-1,10.58-.08,14.41,2.75,5.89,4.35,7.21,11.73,7.47,13.88.36,2.93.08,4.71-.15,6.28-.23,1.53-.42,2.75.07,4.87.45.78,1.62,3.17.79,5.67-.87,2.61-2.6,4.36-2.67,4.43-.29.29-.68.44-1.06.44Z'/%3E%3Cpath class='cls-3' d='M98.77,67.27c-.38,0-.77-.15-1.06-.44-.59-.58-.59-1.53,0-2.12,3.07-3.09,4.26-6.22,3.62-9.58-.32-1.66-1.65-6.76-2.23-8.18-.31-.77.06-1.64.83-1.95.77-.31,1.64.06,1.95.83.69,1.71,2.07,7.07,2.39,8.74.83,4.34-.67,8.47-4.44,12.25-.29.29-.68.44-1.06.44Z'/%3E%3Cpath class='cls-3' d='M62.9,67.27c-.38,0-.77-.15-1.06-.44-3.77-3.79-5.27-7.91-4.44-12.25.32-1.67,1.7-7.03,2.39-8.74.31-.77,1.18-1.14,1.95-.83.77.31,1.14,1.18.83,1.95-.57,1.42-1.91,6.52-2.22,8.18-.64,3.36.55,6.49,3.62,9.58.59.59.58,1.54,0,2.12-.29.29-.68.44-1.06.44Z'/%3E%3Cpath class='cls-3' d='M66.5,47.39h-7c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h7c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M61.94,46.35c-.31,0-.63-.1-.9-.3-.35-.27-3.48-2.67-4.37-5.34-1.05-3.15,1.78-6.03,1.9-6.15.59-.59,1.54-.59,2.12,0,.58.58.59,1.53,0,2.12-.03.03-1.63,1.72-1.18,3.08.51,1.52,2.62,3.36,3.32,3.89.66.5.8,1.44.3,2.1-.29.39-.75.6-1.2.6Z'/%3E%3Cpath class='cls-3' d='M101.5,47.39h-6c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M52.5,47.39c-.28,0-.56-.08-.81-.24l-12.08-7.76H14.45c-1.9,0-3.45-1.55-3.45-3.45V15.84c0-1.9,1.55-3.45,3.45-3.45h33.11c1.9,0,3.45,1.55,3.45,3.45v16.64l2.96,13.09c.13.59-.1,1.21-.6,1.56-.26.18-.56.27-.86.27ZM14.45,15.39c-.25,0-.45.2-.45.45v20.11c0,.25.2.45.45.45h25.6c.29,0,.57.08.81.24l9.37,6.02-2.19-9.68c-.02-.11-.04-.22-.04-.33V15.84c0-.25-.2-.45-.45-.45H14.45Z'/%3E%3Cpath class='cls-1' d='M41.5,64.39c-.28,0-.56-.08-.81-.24l-12.08-7.76H3.45c-1.9,0-3.45-1.55-3.45-3.45v-20.11c0-1.9,1.55-3.45,3.45-3.45h3.05c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-3.05c-.25,0-.45.2-.45.45v20.11c0,.25.2.45.45.45h25.6c.29,0,.57.08.81.24l9.37,6.02-2.19-9.68c-.02-.11-.04-.22-.04-.33v-5.75c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v5.58l2.96,13.09c.13.59-.1,1.21-.6,1.56-.26.18-.56.27-.86.27Z'/%3E%3C/svg%3E");
}

.gtis-wrap .intro2 .rg .cont .icn-list li:nth-child(3) span {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122.54 114.12'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006a9c; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23252d32; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M110.48,36.63c.32,4.02-.38,7.88-1.89,11.32l-21.07-9.97-2.35-22.89c12.94-1.05,24.27,8.59,25.32,21.53Z'/%3E%3Cpath class='cls-3' d='M121.04,93h-50c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h48.5V3H47.04c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h74c.83,0,1.5.67,1.5,1.5v90c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-2' d='M33.47,4h1.64c-4.07,0-6.26.74-9.6,2.4-10.48,1.6-13.97,11.02-13.97,19.23v4.56c.06,2.42,2.59,2.43,6,1.59v-3.08c0-4.77,2.34-10.34,8.98-10.34,8.98,7.95,23.02,8.75,23.02,8.75l-.09,4.67c3.23.83,5.81.91,6.09-1.59v-4.68c0-11.88-9.88-21.52-22.07-21.52Z'/%3E%3Cpath class='cls-3' d='M50.62,41.17c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c1.05,0,1.93-.79,2.05-1.83l.08-.76c.04-.41-.08-.8-.35-1.1-.27-.3-.65-.47-1.06-.47h-.3c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h.3c1.26,0,2.46.54,3.29,1.47.84.94,1.24,2.19,1.1,3.44l-.08.76c-.29,2.57-2.45,4.5-5.03,4.5Z'/%3E%3Cpath class='cls-3' d='M16.48,41.17c-2.58,0-4.75-1.94-5.03-4.5l-.08-.76c-.14-1.25.26-2.5,1.1-3.44.84-.94,2.04-1.47,3.29-1.47h.28c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-.28c-.41,0-.79.17-1.06.47-.27.3-.4.7-.35,1.1l.08.76c.12,1.05,1,1.83,2.05,1.83.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M12.04,27.63c-.83,0-1.5-.67-1.5-1.5,0-8.8,3.62-18.81,13.74-20.66,3.09-1.67,5.31-2.47,9.26-2.47h.21c12.57,0,22.79,10.33,22.79,23.02,0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-11.04-8.88-20.02-19.79-20.02h-.21c-3.43,0-5.18.65-8.04,2.22-.15.08-.31.14-.47.16-10.66,1.79-11.49,14.04-11.49,17.75,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M33.7,49.56c-1.4,0-2.81-.28-3.68-.83-.7-.44-.91-1.37-.46-2.07.44-.7,1.37-.91,2.07-.46.75.47,3.4.48,4.1.02.69-.46,1.62-.27,2.08.42.46.69.27,1.62-.42,2.08-.85.56-2.26.84-3.68.84Z'/%3E%3Cpath class='cls-3' d='M61.3,67.76c-.31,0-.63-.1-.9-.3-2.45-1.85-5.7-3.49-9.92-5.02-4.43-1.61-9.95-3.61-9.95-10.18v-.76c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v.76c0,4.15,3.16,5.61,7.97,7.36,4.5,1.64,8,3.42,10.7,5.45.66.5.79,1.44.3,2.1-.29.39-.74.6-1.2.6Z'/%3E%3Cpath class='cls-3' d='M33.93,43h-.89c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h.89c.34,0,.61-.27.61-.61v-4.97c0-3.54,3.06-5.59,5.18-5.66.84-.03,2.71-.03,2.71-.03v3s-1.81,0-2.62.03c-.63.02-2.27.87-2.27,2.66v4.97c0,1.99-1.62,3.61-3.61,3.61Z'/%3E%3Cpath class='cls-3' d='M33.16,56.39c-7.69,0-16.62-7.97-16.62-18.24v-9.6c0-5.65,3.16-11.34,10.21-11.34.36,0,.71.13.98.37,3.7,3.21,12.03,4.06,15.92,4.06.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5c-1.23,0-11.9-.13-17.42-4.42-6.36.34-6.69,6.97-6.69,8.33v9.6c0,8.44,7.45,15.24,13.62,15.24,5.79,0,14.38-6.29,14.38-14.97v-10.93c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v10.93c0,9.95-9.51,17.97-17.38,17.97Z'/%3E%3Cpath class='cls-3' d='M29.04,32h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M35.52,77s1.97-1.59,1.75-2.75l-.65-3.41c-.17-.87-.89-1.5-1.74-1.84h-5.24c-.85.34-1.57.97-1.74,1.84l-.65,3.41c-.22,1.15,1.74,2.75,1.74,2.75,0,0-1.95,16-1.95,16l10.16-2.9-1.7-13.1Z'/%3E%3Cpath class='cls-3' d='M41,33.95c1.03,0,1.86.83,1.86,1.86s-.83,1.86-1.86,1.86-1.86-.83-1.86-1.86.83-1.86,1.86-1.86Z'/%3E%3Cpath class='cls-3' d='M26.75,33.95c1.03,0,1.86.83,1.86,1.86s-.83,1.86-1.86,1.86-1.86-.83-1.86-1.86.83-1.86,1.86-1.86Z'/%3E%3Cpath class='cls-3' d='M23.35,74.8c-.15,0-.29-.02-.43-.06-.39-.12-.72-.4-.91-.76l-5.43-10.87c-.37-.74-.07-1.64.67-2.01.74-.37,1.64-.07,2.01.67l4.73,9.45,6.3-3.6-9.28-8.12c-.62-.55-.69-1.49-.14-2.12.55-.62,1.49-.69,2.12-.14l10.87,9.51c.37.32.55.8.5,1.28-.05.48-.33.91-.75,1.15l-9.51,5.43c-.23.13-.49.2-.74.2Z'/%3E%3Cpath class='cls-3' d='M42.37,74.8c-.26,0-.52-.07-.74-.2l-9.51-5.43c-.42-.24-.7-.67-.75-1.15-.05-.48.14-.96.5-1.28l10.87-9.51c.62-.55,1.57-.48,2.12.14.55.62.48,1.57-.14,2.12l-9.28,8.12,6.3,3.6,4.72-9.45c.37-.74,1.27-1.04,2.01-.67.74.37,1.04,1.27.67,2.01l-5.43,10.87c-.18.37-.51.64-.91.76-.14.04-.29.06-.43.06Z'/%3E%3Cpath class='cls-3' d='M14.97,114.12c-.6,0-1.1-.07-1.48-.22-6.47-2.59-11.52-21.89-12.92-29.11-2.37-12.24,2.72-20.73,15.12-25.23,4.85-1.76,8.02-3.23,8.02-7.41,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,6.6-5.54,8.61-10,10.23-11.11,4.03-15.3,10.97-13.2,21.84,2.28,11.76,7.28,25.37,11.08,26.89,2.67,1.05,21.3-6.54,37.57-14.37l-3.05-8.4-28.64,8.59c-.79.24-1.63-.21-1.87-1.01-.24-.79.21-1.63,1.01-1.87l30-9c.77-.23,1.57.18,1.84.92l4,11c.26.72-.06,1.53-.75,1.86-7.74,3.76-32.07,15.27-39.73,15.27Z'/%3E%3Cpath class='cls-3' d='M51.04,89c-.63,0-1.21-.4-1.42-1.03-.26-.79.16-1.64.95-1.9l2.29-.76c.04-.13.09-.27.13-.4.96-2.93,1.78-5.27,3-6.47.59-.58,1.54-.58,2.12,0,.58.59.58,1.54,0,2.12-.8.79-1.71,3.6-2.26,5.28-.13.41-.26.8-.38,1.14-.15.44-.5.79-.95.94l-3,1c-.16.05-.32.08-.47.08Z'/%3E%3Cpath class='cls-3' d='M61.04,83c-.28,0-.56-.08-.81-.24-.7-.45-.9-1.38-.45-2.07l20-31c.45-.7,1.38-.9,2.07-.45.7.45.9,1.38.45,2.07l-20,31c-.29.44-.77.69-1.26.69Z'/%3E%3Cpath class='cls-3' d='M54.04,97c-.59,0-1.16-.36-1.39-.94-.31-.77.07-1.64.84-1.95l5-2c.11-.04.23-.08.34-.09.05,0,5.59-.87,5.71-4.4l-.93-5.58-1.67-2.77c-.43-.71-.2-1.63.51-2.06.71-.43,1.63-.2,2.06.51l1.82,3.02c.1.16.16.34.19.53l1,6c.01.08.02.16.02.25,0,5.77-6.82,7.23-8.1,7.45l-4.85,1.94c-.18.07-.37.11-.56.11Z'/%3E%3Cpath class='cls-3' d='M109.04,78h-8c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h8c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M95.04,78h-22c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h22c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M87.03,63.02c-2.19,0-4.36-.29-6.47-.87-.8-.22-1.27-1.05-1.05-1.84.22-.8,1.04-1.27,1.84-1.05,2.41.67,4.92.9,7.44.69,11.82-.96,20.65-11.35,19.7-23.16-.95-11.82-11.35-20.64-23.16-19.7-11.82.95-20.65,11.35-19.7,23.16.41,5.1,2.63,9.89,6.25,13.5.59.58.59,1.53,0,2.12-.58.59-1.53.59-2.12,0-4.13-4.11-6.66-9.57-7.13-15.38-.53-6.52,1.52-12.86,5.76-17.85,4.24-4.99,10.17-8.02,16.69-8.55,13.47-1.09,25.31,8.98,26.39,22.45.53,6.52-1.52,12.86-5.76,17.85-4.24,4.99-10.17,8.02-16.69,8.55-.67.05-1.34.08-2,.08Z'/%3E%3Cpath class='cls-3' d='M106.8,48.46c-.2,0-.4-.04-.59-.12l-19.74-8.44c-.51-.22-.86-.7-.91-1.26l-1.77-21.93c-.07-.83.55-1.55,1.37-1.62.83-.06,1.55.55,1.62,1.37l1.7,21.03,18.91,8.08c.76.33,1.12,1.21.79,1.97-.24.57-.8.91-1.38.91Z'/%3E%3Cpath class='cls-3' d='M82.04,100c-.83,0-1.5-.67-1.5-1.5v-6c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v6c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath class='cls-3' d='M82.04,109c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM82.04,101c-1.38,0-2.5,1.12-2.5,2.5s1.12,2.5,2.5,2.5,2.5-1.12,2.5-2.5-1.12-2.5-2.5-2.5Z'/%3E%3C/svg%3E");
}


.gtis-wrap .intro3 .obj-list {
	display: flex;
	gap: 40px;
	margin-top: 30px;
}

.gtis-wrap .intro3 .obj-list>.tit {
	align-self: flex-start;
	display: inline-block;
	padding: 15px 35px;
	font-size: 2rem;
	color: #fff;
	background: var(--main-color);
	border-radius: 50px 50px 50px 0;
	text-align: center;
}

.gtis-wrap .intro3 .obj-list:nth-of-type(2) {
	flex-direction: column;
}

.gtis-wrap .intro3 .box-list {
	display: flex;
}

.gtis-wrap .intro3 .box-list .box-item {
	flex: 1;
	padding-right: 20px;
}

.gtis-wrap .intro3 .box-list .box-item:last-child {
	padding-right: 0;
}

.gtis-wrap .intro3 .box-list .box-item .border {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
	border-radius: 1rem;
	border: 1px solid var(--main-color);
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(1) .border::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid var(--main-color);
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(2) .border::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid var(--main-color);
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border:first-child:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-right: 10px solid var(--gray-e5);
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

.gtis-wrap .intro3 .box-list .box-item .border .img {
	display: block;
	width: 120px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.gtis-wrap .intro3 .box-list .box-item .border .img1 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.95 171.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2316a2ae; %7D .cls-1, .cls-2, .cls-3, .cls-4 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D .cls-3 %7B fill: %2370bf61; %7D .cls-4 %7B fill: %23263e98; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-3' d='M54.63,158.3c-12.69-1.89-24.57-7.58-34.13-16.46C8.52,130.72,1.3,115.61.16,99.3c-1.57-22.52,8.73-43.19,25.56-55.84-5.03,8.87-8.47,18.64-10.09,28.87-5.52,34.86,10.9,68.22,39,85.97Z'/%3E%3Cpath class='cls-3' d='M215.22,168.83c-4.97,1.27-10.08,2.09-15.31,2.45-2.01.14-4.05.22-6.06.22h0c-16.47,0-32.81-4.9-46.67-13.9,6.63-4.05,14.09-6.06,21.55-6.06,8.25,0,16.49,2.45,23.56,7.35,6.9,4.77,14.76,8.17,22.94,9.95Z'/%3E%3Cpath class='cls-3' d='M276.74,63.46c-9.83-11.11-23.09-18.4-37.94-20.76-3.35-.53-6.76-.8-10.12-.8-6.13,0-12.27.91-18.25,2.71-3.94,1.19-7.95,1.76-11.93,1.76-12.18,0-23.99-5.39-31.99-15.1-2.78-3.38-5.85-6.57-9.11-9.49-3.23-2.89-6.67-5.52-10.28-7.87,12.18-7.96,26.18-12.67,40.83-13.69,2.01-.14,4.05-.21,6.07-.21,21.66,0,42.35,8.15,58.28,22.94,11.91,11.06,20.3,25.09,24.44,40.52Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M258.64,142c-11.59,13.34-26.65,22.57-43.42,26.83-8.18-1.77-16.05-5.18-22.94-9.95-7.07-4.89-15.31-7.35-23.56-7.35-7.46,0-14.93,2.01-21.55,6.06-1.94-1.26-3.84-2.6-5.67-4.02-7.32-5.66-16.14-8.53-25-8.53-7.01,0-14.03,1.8-20.37,5.43-8.37,4.81-17.86,7.7-27.46,8.37-1.5.1-3.04.16-4.54.16-3.2,0-6.37-.24-9.49-.71-28.11-17.75-44.52-51.11-39-85.97,1.62-10.23,5.06-20,10.09-28.87,9.55-7.18,21.21-11.78,33.99-12.67,1.51-.1,3.04-.16,4.55-.16,8.26,0,16.29,1.54,23.86,4.57,4.93,1.98,10.1,2.94,15.21,2.94,10.81,0,21.42-4.28,29.27-12.32,3.1-3.17,6.47-6.12,10.02-8.78,1.47-1.1,2.97-2.15,4.49-3.14,3.61,2.35,7.05,4.98,10.28,7.87,3.27,2.93,6.33,6.11,9.11,9.49,8,9.72,19.81,15.1,31.99,15.1,3.98,0,7.99-.57,11.93-1.76,5.98-1.8,12.12-2.71,18.25-2.71,3.36,0,6.76.27,10.12.8,14.85,2.36,28.11,9.64,37.94,20.76,1.42,5.29,2.34,10.75,2.73,16.31,1.6,22.84-5.79,44.95-20.82,62.23Z'/%3E%3Cpath class='cls-4' d='M147.12,13.9c-1.53.99-3.02,2.04-4.49,3.14-3.56,2.66-6.93,5.62-10.02,8.78-7.85,8.04-18.46,12.32-29.27,12.32-5.12,0-10.28-.96-15.21-2.94-7.57-3.03-15.6-4.57-23.86-4.57-1.51,0-3.04.05-4.55.16-12.78.89-24.44,5.49-33.99,12.67,4.94-8.71,11.4-16.57,19.16-23.13C60.37,7.22,80.02,0,100.2,0c4.49,0,9.05.36,13.52,1.07,12.01,1.9,23.36,6.28,33.4,12.83Z'/%3E%3Cpath class='cls-4' d='M147.17,157.6c-.25.14-.5.3-.74.45-13.78,8.8-29.69,13.45-46.02,13.45h0c-4.49,0-9.04-.36-13.51-1.07-11.84-1.88-22.72-6.1-32.26-12.12,3.12.47,6.29.71,9.49.71,1.5,0,3.04-.06,4.54-.16,9.6-.67,19.09-3.56,27.46-8.37,6.34-3.63,13.36-5.43,20.37-5.43,8.86,0,17.68,2.87,25,8.53,1.84,1.42,3.73,2.76,5.67,4.02Z'/%3E%3Cpath class='cls-4' d='M292.15,116.13c-2.41,15.18-10.18,29.01-21.91,38.93-11.59,9.81-26.3,15.22-41.41,15.22-3.37,0-6.77-.27-10.12-.8-1.17-.18-2.34-.41-3.49-.66,16.77-4.26,31.83-13.49,43.42-26.83,15.03-17.29,22.42-39.39,20.82-62.23-.39-5.56-1.31-11.02-2.73-16.31,1.38,1.56,2.7,3.19,3.94,4.91,10.08,13.87,14.15,30.83,11.47,47.77Z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-2' d='M73.48,72.07v3.21h-18.58v-19.39h6.46v4.24h5.76v-4.24h6.36v3.64h5.65v-3.64h6.75v24.33h-6.75v-8.16h-5.65ZM62.05,83.3h23.82v5.3h-30.6v-11.51h6.78v6.22ZM67.12,70.13v-4.98h-5.76v4.98h5.76ZM79.13,64.26h-5.65v3.07h5.65v-3.07Z'/%3E%3Cpath class='cls-2' d='M90.59,88.66v-5.47l7.88-.49v-4.7h6.5v4.27l8.41-.53v5.44l-22.78,1.48ZM91.05,62.17v-5.02h7.21v-2.57h6.92v2.57h7.13v5.02h-21.26ZM96.56,64.05h10.31c2.72,0,5.09,2.83,5.09,6.32s-2.37,6.25-5.09,6.25h-10.31c-2.72,0-5.09-2.79-5.09-6.25s2.37-6.32,5.09-6.32ZM104.93,71.93c.85,0,1.41-.81,1.41-1.55,0-.85-.56-1.59-1.41-1.59h-6.29c-.88,0-1.45.74-1.45,1.59,0,.74.57,1.55,1.45,1.55h6.29ZM114.5,88.6v-32.71h6.71v13.74h3.92v4.91h-3.92v14.06h-6.71Z'/%3E%3Cpath class='cls-2' d='M126.96,88.47v-5.76l23.66-1.45v5.76l-23.66,1.45ZM128.23,69.14v-4.78c0-5.79,4.45-8.76,9.89-8.76s9.96,2.97,9.96,8.76v4.78c0,5.79-4.49,8.58-9.96,8.58s-9.89-2.79-9.89-8.58ZM141.73,69.43v-5.42c0-1.91-1.59-3.14-3.6-3.14s-3.5,1.24-3.5,3.14v5.42c0,1.91,1.55,3.07,3.5,3.07s3.6-1.17,3.6-3.07ZM151.76,88.6v-32.71h6.82v32.71h-6.82Z'/%3E%3Cpath class='cls-2' d='M202.2,74.73h-13v2.21h6.11c3.36,0,5.93,2.72,5.93,5.9s-2.58,5.9-5.93,5.9h-18.68c-3.36,0-5.9-2.65-5.9-5.9s2.54-5.9,5.9-5.9h6.11v-2.21h-12.93v-4.87h32.39v4.87ZM171.28,68.54v-4.59c6.99.03,10.4-1.41,11.07-3.25v-.04h-11.09v-4.66h29.46v4.66h-11.12v.04c.71,1.87,4.11,3.28,11.1,3.25v4.59c-7.77-.04-12.37-1.52-14.7-4.27-2.33,2.75-6.93,4.24-14.7,4.27ZM193.55,81.57h-15.26c-.78,0-1.34.53-1.34,1.2s.57,1.24,1.34,1.24h15.26c.78,0,1.34-.56,1.34-1.24s-.57-1.2-1.34-1.2Z'/%3E%3Cpath class='cls-2' d='M206.7,67.41c4.7-1.38,7.38-4.87,7.38-9.39v-2.12h6.75v2.12c0,4.52,2.68,8.02,7.38,9.39v5.79c-4.84-1.09-8.69-3.35-10.77-6.5-2.08,3.14-5.9,5.4-10.74,6.5v-5.79ZM207.35,88.6v-13.49h30.72v13.49h-6.75v-.95l-23.97.95ZM214.1,83.34l17.22-.6v-2.68h-17.22v3.28ZM231.22,73.17v-17.28h6.82v17.28h-6.82Z'/%3E%3Cpath class='cls-2' d='M54.9,125.96c8.65-2.12,13.97-10.23,13.97-21.07h-13.99v-5.72h20.38v4.8c0,15.54-8.25,26.05-20.36,28.1v-6.11ZM78.92,131.87v-32.71h6.85v32.71h-6.85Z'/%3E%3Cpath class='cls-2' d='M207.19,125.96c8.65-2.12,13.97-10.23,13.97-21.07h-13.99v-5.72h20.38v4.8c0,15.54-8.25,26.05-20.36,28.1v-6.11ZM231.21,131.87v-32.71h6.85v32.71h-6.85Z'/%3E%3Cpath class='cls-2' d='M90.66,131.93v-5.47l8.19-.46v-4.73h6.85v4.27l8.62-.53v5.44l-23.66,1.48ZM91.23,105.44v-5.02h7.49v-2.57h7.06v2.57h7.52v5.02h-22.07ZM96.81,107.33h10.95c2.72,0,5.16,2.83,5.16,6.32s-2.44,6.25-5.16,6.25h-10.95c-2.72,0-5.16-2.79-5.16-6.25s2.44-6.32,5.16-6.32ZM105.85,115.2c.85,0,1.45-.81,1.45-1.55,0-.85-.6-1.59-1.45-1.59h-6.99c-.88,0-1.52.74-1.52,1.59,0,.74.64,1.55,1.52,1.55h6.99ZM115.46,131.87v-32.71h6.82v32.71h-6.82Z'/%3E%3Cpath class='cls-2' d='M126.96,131.74v-5.76l23.66-1.45v5.76l-23.66,1.45ZM128.23,112.42v-4.78c0-5.79,4.45-8.76,9.89-8.76s9.96,2.97,9.96,8.76v4.78c0,5.79-4.49,8.58-9.96,8.58s-9.89-2.79-9.89-8.58ZM141.73,112.7v-5.42c0-1.91-1.59-3.14-3.6-3.14s-3.5,1.24-3.5,3.14v5.42c0,1.91,1.55,3.07,3.5,3.07s3.6-1.17,3.6-3.07ZM151.76,131.87v-32.71h6.82v32.71h-6.82Z'/%3E%3Cpath class='cls-2' d='M187.54,111.32c-3.32,5.12-10.03,7.03-17.09,7.06v-5.16c8.72-.07,13-4.17,13-8.87h-12.82v-5.16h19.07v3.21h5.09v-3.25h6.75v18.72h-6.75v-2.9h-7.24v-3.67ZM195,119.23c3.88,0,6.92,2.65,6.92,6.39s-3.04,6.43-6.92,6.43h-16.39c-3.81,0-6.85-2.75-6.85-6.43s3.04-6.39,6.85-6.39h16.39ZM193.09,127.14c1.24,0,2.12-.46,2.12-1.52,0-1.13-.88-1.52-2.12-1.52h-12.57c-1.13,0-2.05.39-2.05,1.52,0,1.06.92,1.52,2.05,1.52h12.57ZM194.78,110.4v-3h-5.55c-.28,1.09-.67,2.08-1.17,3h6.71Z'/%3E%3C/g%3E%3C/svg%3E");
}

.gtis-wrap .intro3 .box-list .box-item .border .img2 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 177.85 62.52'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2358595b; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %231b4792; %7D .cls-3 %7B fill: %23009edb; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpolygon class='cls-3' points='25.76 22.48 18.05 22.48 19.94 15.51 27.65 15.51 25.76 22.48'/%3E%3Cpolygon class='cls-3' points='93.95 15.51 92.06 22.48 110.09 22.48 111.97 15.51 93.95 15.51'/%3E%3Cpath class='cls-2' d='M46.08,1.12h-29.72c-4.87,0-9.32,3.71-10.55,8.26L.3,29.71c-.6,2.21-.3,4.29.85,5.85,1.15,1.56,3.01,2.42,5.23,2.42h23.04c5.15,0,9.34-3.71,10.57-8.26l2.8-10.34c.27-1.02.11-2.01-.42-2.73-.53-.72-1.41-1.14-2.44-1.14h-8.87l-1.89,6.97h4.97l-1.94,7.23c-.08.31-.4.56-.71.56H8.43c-.19,0-.29-.09-.35-.16-.05-.07-.09-.2-.04-.38l5.51-20.33c.08-.3.42-.56.73-.56h29.72l2.07-7.71Z'/%3E%3Cpath class='cls-2' d='M128.15,17.99c-1.05-1.43-2.75-2.48-4.67-2.48h-8.09l-1.89,6.97h7.63c.3,0,.46.14.37.47-.09.33-1.83,6.7-1.83,6.7-.08.31-.4.61-.71.61h-29.02l-2.09,7.72h28.92c5.15,0,9.38-3.7,10.61-8.25l1.62-5.9c.59-2.21.29-4.28-.85-5.84'/%3E%3Cpolygon class='cls-3' points='69.86 22.48 58.47 22.48 60.35 15.51 71.75 15.51 69.86 22.48'/%3E%3Cpath class='cls-2' d='M81.01,1.12h-24.07c-2.14,0-4.31,1.78-4.89,3.9l-7.89,29.1c-.28,1.02-.13,2.01.4,2.73.53.72,1.41,1.13,2.44,1.13h24.02c8.07,0,13.4-4.68,14.93-11.15.65-2.74-.02-6.06-2.14-7.38,3.47-1.6,4.81-4.49,5.46-7.29,1.43-6.17-2.29-11.04-8.25-11.04ZM81.21,12.38c-.49,1.81-1.84,3.13-4.11,3.13h-1.93s-1.89,6.97-1.89,6.97h1.94c2.46,0,3.39,1.86,2.77,4.15-.56,2.06-2.43,3.64-4.88,3.64h-19.63c-.19,0-.29-.09-.35-.16-.06-.07-.09-.2-.04-.38l5.51-20.33c.08-.3.42-.56.72-.56h19.6c1.77,0,2.8,1.67,2.29,3.54Z'/%3E%3Cpath class='cls-2' d='M106.12,1.12c-5,0-9.31,3.86-10.5,8.25l-.84,3.08h7.74l.83-3.06c.08-.31.4-.56.71-.56h27.16l2.09-7.71h-27.18Z'/%3E%3Cpath class='cls-2' d='M177.85,37.98s-11.53-28.91-14.32-35.78c-.52-1.28-1.93-2.2-3.65-2.2s-3.22.86-4.23,2.19l-7.82,10.27h10.32l9.75,25.53h9.95Z'/%3E%3Cpolygon class='cls-3' points='158.56 22.48 155.8 15.51 135.65 15.51 133.76 22.48 133.76 22.48 158.56 22.48'/%3E%3Cpolygon class='cls-2' points='138.03 25.35 128.4 37.98 139.44 37.98 148.98 25.35 138.03 25.35'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-1' d='M23.08,50.96c-.96,2.5-3.14,4.2-6.57,5.19l-.86-1.79c3.55-.96,5.25-2.67,5.54-4.82h-4.7v-1.83h7.13c0,.5-.03.98-.1,1.45h2.79v-2.52h2.23v9.13h-2.23v-1.52h-3.43v-1.83h3.43v-1.46h-3.23ZM28.64,59.19c0,1.98-2.08,3.22-5.24,3.22s-5.25-1.24-5.25-3.22,2.08-3.22,5.25-3.22,5.24,1.24,5.24,3.22ZM26.44,59.19c0-.96-1.13-1.46-3.04-1.46s-3.06.5-3.06,1.46,1.13,1.46,3.06,1.46,3.04-.5,3.04-1.46Z'/%3E%3Cpath class='cls-1' d='M38.54,48.27c0,4.86-1.6,8.82-7.13,11.54l-1.17-1.79c3.97-1.95,5.69-4.43,6.01-7.94h-5.19v-1.81h7.47ZM43.17,46.62v15.87h-2.25v-15.87h2.25Z'/%3E%3Cpath class='cls-1' d='M59.04,58.85v1.86h-14.09v-1.86h5.91v-3.31h-4.27v-7.82h10.83v1.83h-8.58v4.17h8.7v1.83h-4.44v3.31h5.95Z'/%3E%3Cpath class='cls-1' d='M66.96,50.96c-.96,2.5-3.14,4.2-6.57,5.19l-.86-1.79c3.55-.96,5.25-2.67,5.54-4.82h-4.7v-1.83h7.13c0,.5-.03.98-.1,1.45h2.79v-2.52h2.23v9.13h-2.23v-1.52h-3.43v-1.83h3.43v-1.46h-3.23ZM72.52,59.19c0,1.98-2.08,3.22-5.24,3.22s-5.25-1.24-5.25-3.22,2.08-3.22,5.25-3.22,5.24,1.24,5.24,3.22ZM70.32,59.19c0-.96-1.13-1.46-3.04-1.46s-3.06.5-3.06,1.46,1.13,1.46,3.06,1.46,3.04-.5,3.04-1.46Z'/%3E%3Cpath class='cls-1' d='M79.17,50.84c0,2.65.76,5.32,3.01,6.67l-1.3,1.65c-1.39-.83-2.26-2.21-2.77-3.88-.54,1.81-1.45,3.36-2.85,4.25l-1.32-1.67c2.26-1.46,3.07-4.31,3.07-7.03v-.77h-2.5v-1.84h6.93v1.84h-2.26v.77ZM82.33,46.89h2.08v14.88h-2.08v-7.89h-1.98v-1.84h1.98v-5.15ZM87.58,46.62v15.87h-2.11v-15.87h2.11Z'/%3E%3Cpath class='cls-1' d='M94.05,57.37c1.5-.05,3.02-.16,4.44-.33l.12,1.64c-3.16.55-6.64.62-9.34.64l-.2-1.86c.86,0,1.81,0,2.79-.02v-4.69h2.2v4.62ZM95.26,55.39c.35-2.26.41-3.96.41-5.38h-5.81v-1.81h8.01v1.29c0,1.53,0,3.46-.42,6.08l-2.18-.19ZM103.52,54.9h-2.09v7.58h-2.23v-15.87h2.23v6.39h2.09v1.9Z'/%3E%3Cpath class='cls-1' d='M113.37,49.82h-9.15v-1.79h3.45v-1.48h2.25v1.48h3.46v1.79ZM108.79,56.16c-2.23,0-3.82-1.19-3.82-2.93s1.59-2.91,3.82-2.91,3.82,1.19,3.82,2.91-1.57,2.93-3.82,2.93ZM106.09,57.23h10.37v5.29h-2.23v-3.46h-8.14v-1.83ZM108.79,54.44c1,0,1.69-.4,1.69-1.21s-.69-1.19-1.69-1.19-1.69.4-1.69,1.19.68,1.21,1.69,1.21ZM118.52,52.59h-2.06v3.98h-2.23v-9.94h2.23v4.08h2.06v1.88Z'/%3E%3Cpath class='cls-1' d='M127.45,56.14c-1.72-.55-2.91-1.69-3.61-3.1-.69,1.55-1.94,2.77-3.75,3.38l-1.13-1.77c2.58-.83,3.72-2.91,3.72-4.89v-.19h-3.12v-1.79h8.46v1.79h-3.07v.19c0,1.86,1.13,3.81,3.65,4.65l-1.13,1.74ZM132.2,60.42v1.81h-10.74v-5.15h2.23v3.34h8.51ZM131.81,58.11h-2.25v-11.47h2.25v11.47Z'/%3E%3Cpath class='cls-1' d='M147.62,55.13v1.76h-14.05v-1.76h14.05ZM146.9,49.49h-12.65v-1.7h5.24v-1.31h2.23v1.31h5.19v1.7ZM145.97,60.05c0,1.62-1.98,2.46-5.41,2.46s-5.39-.84-5.39-2.46,1.98-2.46,5.39-2.46,5.41.84,5.41,2.46ZM140.6,49.91c3.34,0,5.22.78,5.22,2.29s-1.87,2.26-5.22,2.26-5.2-.78-5.2-2.26,1.88-2.29,5.2-2.29ZM143.69,60.05c0-.59-.96-.84-3.12-.84s-3.12.26-3.12.84.96.84,3.12.84,3.12-.26,3.12-.84ZM140.6,51.44c-1.93,0-2.82.22-2.82.76,0,.5.9.74,2.82.74s2.82-.24,2.82-.74c0-.53-.88-.76-2.82-.76Z'/%3E%3Cpath class='cls-1' d='M162.2,60.42v1.81h-11.54v-4.72h2.16v-2.12c-1.37.07-2.67.09-3.83.09l-.29-1.81c2.84-.02,6.62-.05,9.9-.48l.15,1.62c-1.22.22-2.47.36-3.72.45v3h-2.15v2.17h9.31ZM149.84,50.01c0-1.69,1.6-2.84,3.88-2.84s3.87,1.15,3.87,2.84-1.6,2.83-3.87,2.83-3.88-1.14-3.88-2.83ZM151.95,50.01c0,.77.73,1.17,1.77,1.17s1.76-.4,1.76-1.17-.73-1.19-1.76-1.19-1.77.41-1.77,1.19ZM159.63,55.85v-9.22h2.23v12.02h-2.23v-1.26h-2.92v-1.55h2.92Z'/%3E%3C/g%3E%3C/svg%3E");
}

.gtis-wrap .intro3 .box-list .box-item .border strong {
	display: block;
	line-height: 1.3;
	font-size: 1.8rem;
	color: #152b36;
	text-align: center;
	word-break: keep-all;
}

.gtis-wrap .intro3 .box-list .box-item .list3 {
	margin-top: 20px;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(3) .border-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(3) .border-list .border {
	flex: 1;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(3) .border-list .border:nth-child(1) {
	flex: 1 1 100%;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border {
	position: relative;
	min-height: 100px;
	border-color: var(--gray-e5);
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border+.border {
	margin-top: 30px;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border .tit {
	position: absolute;
	top: -20px;
	display: block;
	padding: 12px 40px;
	font-weight: 600;
	font-size: 1.8rem;
	color: #152b36;
	background: var(--gray-e5);
	border-radius: 50px;
	text-align: center;
}

.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border strong {
	margin-top: 10px;
}



@media only screen and (max-width: 1023px) {
	.gtis-wrap .intro1 {
		height: 300px;
	}

	.gtis-wrap .intro1 .text-wrap {
		padding: 40px;
	}

	.gtis-wrap .intro3 .obj-list {
		gap: 20px;
	}

	.gtis-wrap .intro3 .obj-list>.tit {
		padding: 12px 30px;
		font-size: 1.8rem;
	}

	.gtis-wrap .intro3 .box-list .box-item {
		padding-right: 10px;
	}

	.gtis-wrap .intro3 .box-list .box-item .border {
		padding: 10px;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border {
		min-height: 70px;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(1) .border::after {
		border-left-width: 5px;
		border-top-width: 15px;
		border-bottom-width: 15px;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(2) .border::after {
		border-left-width: 5px;
		border-top-width: 15px;
		border-bottom-width: 15px;
	}

	.gtis-wrap .intro3 .box-list .box-item .border .img {
		width: 100px;
		height: 50px;
	}

	.gtis-wrap .intro3 .box-list .box-item .border strong {
		font-size: 1.6rem;
	}

	.gtis-wrap .intro3 .box-list .box-item .list3 {
		margin-top: 10px;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border .tit {
		padding: 10px 20px;
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 767px) {
	.gtis-wrap .intro1 {
		height: unset;
	}

	.gtis-wrap .intro1 .wh-wrap {
		bottom: unset;
		margin-left: 50px;
		padding: 150px 0 0 0;
	}

	.gtis-wrap .intro1 .text-wrap {
		padding: 30px;
	}

	.gtis-wrap .intro1 .text-wrap .wh-txt {
		display: none;
	}

	.gtis-wrap .intro1 .text-wrap .lg-txt {
		margin-bottom: 10px;
		font-size: 2rem;
	}

	.gtis-wrap .intro1 .text-wrap em {
		font-size: 1.5rem;
	}

	.gtis-wrap .intro2 .tit {
		padding: 12px 30px;
		font-size: 1.8rem;
	}

	.gtis-wrap .intro2 .cont {
		padding: 20px;
	}

	.gtis-wrap .intro2 .cont .icn-list li span {
		padding-top: 50px;
		background-size: auto 40px;
	}

	.gtis-wrap .intro2 .lf {
		padding-right: 20px;
	}

	.gtis-wrap .intro2 .lf .cont::after {
		border-left-width: 15px;
		border-top-width: 60px;
		border-bottom-width: 60px;
	}

	.gtis-wrap .intro2 .lf .cont .icn-list {
		gap: 30px 20px;
	}

	.gtis-wrap .intro2 .lf .cont .icn-list li {
		width: 33.3%;
	}

	.gtis-wrap .intro3 .box-list {
		flex-wrap: wrap;
	}

	.gtis-wrap .intro3 .box-list .box-item:last-child {
		flex: 1 1 100%;
		width: 100%;
		margin-top: 20px;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border {
		flex-direction: row;
		justify-content: start;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border:first-child::after {
		top: unset;
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-top: 0;
		border-bottom: 10px solid var(--gray-e5);
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border+.border {
		margin-top: 10px;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border .tit {
		position: relative;
		top: unset;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(4) .border strong {
		margin-top: 0;
	}

}

@media only screen and (max-width: 560px) {
	.gtis-wrap .intro2 {
		flex-direction: column;
	}

	.gtis-wrap .intro2 .lf {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.gtis-wrap .intro2 .lf .cont::after {
		top: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		border-top: 15px solid var(--gray-e5);
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-bottom: 0;
	}

	.gtis-wrap .intro2 .lf .cont .icn-list li {
		flex: 1;
		width: 100%;
	}

	.gtis-wrap .intro2 .rg .cont .icn-list li {
		flex: 1;
	}

	.gtis-wrap .intro3 .box-list .box-item {
		flex: 1 1 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(1) .border::after {
		top: calc(100% + 40px);
		left: 50%;
		transform: translateX(-50%);
		border-top: 5px solid var(--main-color);
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}

	.gtis-wrap .intro3 .box-list .box-item:nth-child(2) .border::after {
		top: calc(100% + 60px);
		left: 50%;
		transform: translateX(-50%);
		border-top: 5px solid var(--main-color);
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}
}

@media only screen and (max-width: 490px) {
	.gtis-wrap .intro1 .wh-wrap {
		margin-left: 30px;
		padding-top: 100px;
	}
}




/************************* R&D혁신자원 *************************/

.info_box {
	border: 1px solid #cedbed;
	border-radius: 10px;
	background: #f7f9fc;
	color: #00398d;
	padding: 25px 40px;
	margin-bottom: 20px;
}

.infra_wrap {
	display: flex;
	gap: 20px;
	min-height: 800px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.infra_wrap .organ_wrap {
	width: 40%;
	min-width: 500px;
	border: 1px solid #cedbed;
	border-radius: 10px;
	flex-shrink: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: ease 0.3s;
}

/* 기관검색 */
.sch_wrap {
	background: #00398d;
	height: 65px;
	display: flex;
	box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}

.sch_wrap input[type="text"] {
	width: calc(100% - 70px);
	border: none;
	height: 100%;
	background: transparent;
	color: #fff;
	font-size: 18px;
	padding: 15px 45px 15px 15px;
}

.sch_wrap input::placeholder {
	color: #a5b0cc;
	font-size: 18px;
}

.sch_wrap input[type="text"]:focus {
	outline: 1px solid #fb0000 !important;
}

.sch_wrap button {
	width: 50px;
	height: 100%;
	background: url(../img/content/btn_map_sch.svg) center center no-repeat;
}

.sch_wrap button span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip-path: polygon(0 0, 0 0, 0 0);
}

/* 전체보기 */
.all_view {
	border: 1px solid #cfdbec;
	padding: 12px 18px
}

.all_view button {
	border: 1px solid #acc2e3;
	border-radius: 5px;
	background: #f2f5f9;
	color: #00398d;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	height: 55px;
	position: relative;
}

.all_view button::after {
	content: '';
	display: block;
	background: url(../img/content/btn_map_all.png) 0 0 no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

/* 기관 */
.list_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: calc(100% - 146px);
}

.list_wrap>div {
	height: 100%;
}

.org_class_wrap .tit,
.org_list_wrap .tit {
	padding: 20px;
	background: #f2f5f9;
	color: #152b36;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	border: 1px solid #cfdbec;
	border-left: none;
	display: none;

}

.org_list .tit {
	border-right: none;
}

.org_class_wrap .tit::after,
.org_list_wrap .tit::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/content/arr-down.svg)0 0 no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.org_class_list {
	border-right: 1px solid #cedbed;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.org_class_list li {
	display: flex;
	width: 100%;

	border-bottom: 1px solid #cedbed;

	position: relative;
}

.org_class_list li input {
	width: 0;
	height: 0;
}

.org_class_list li label {
	cursor: pointer;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: #00398d;
	position: relative;
	font-size: 16px;

}

.org_class_list input[type="checkbox"]:checked+label {
	background: #dee9f6;
}

.org_class_list input[type="checkbox"]:checked+label:after {
	content: '';
	display: block;
	background: url(../img/content/org_chk.svg)0 0 no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;

}

.org_class_list label span {
	display: inline-flex;
	background: #f2f5f9;
	border-radius: 5px;
	width: 40px;
	height: 30px;
	color: #00398d;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	justify-content: center;

}

.org_class_list input[type="checkbox"]:checked+label span {
	background-color: #0475f4;
	color: #fff;
}

/*기관리스트*/
.org_list {
	height: 650px;
	overflow: auto;
}

.org_area{
	padding: 21px 15px;
    line-height: 1.3;
}

.org_list button {
	display: flex;
	padding: 21px 15px;
	font-size: 15px;
	width: 100%;
	padding-right: 60px;
	word-break: keep-all;
	position: relative;
	text-align: left;
}

.org_list button.active {
	background: #f2f5f9;
	color: #0475f4
}

.org_list button.active::after {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/content/org_chk.svg)0 0 no-repeat;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;

}

.infra_wrap .organ_wrap.on {
	position: absolute;
	top: 0px;
	left: -600px;
	border: 0px solid #cedbed;
	transition: ease 0.3s;

}

.btn_slide {
	position: absolute;
	top: 65px;
	left: 40%;
	background: #00398d;
	color: #fff;
	border-radius: 0 5px 5px 0;
	writing-mode: vertical-lr;
	width: 40px;
	padding: 10px 10px;
	z-index: 100;
	transition: ease 0.05s;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.btn_slide.on {
	left: 0;
	transition: ease 0.1s;
}

.infra_wrap .map_wrap.on {
	transition: ease 0.3s;
	margin-left: 5px
}

/*지도*/
.infra_wrap .map_wrap {
	border: 1px solid #cedbed;
	border-radius: 10px;
	width: 100%;	
	height:800px;
	overflow: hidden;
	position: relative;
	transition: ease 0.3s;
	margin-left: 41%;

}

.org_info {
	background: #23913b;
	padding: 25px 20px;
	z-index: 3;
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	gap: 20px;
	justify-content: space-between;
}

.org_info .logo {
	border-radius: 5px;
	overflow: hidden;
	height: 80px;
	width: 200px;
	flex-shrink: 0;
	background: #fff;
	display: flex;
	align-items: center;
}


.org_info .logo img {
	max-width: 100%;

}

.org_info .info {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding: 10px 0;
	justify-content: space-between;
}

.org_info .info p {
	font-size: 15px;
	font-weight: 400;
}

.org_info .info p span {
	background: #18752d;
	display: inline-flex;
	padding: 8px 15px;
	margin-right: 10px;
	border-radius: 25px;
}

.org_info .site {
	background-color: #197e2f;
	color: #fff;
	border: 1px solid #92c79e;
	border-radius: 5px;
	display: flex;

}

.org_info .site a {
	display: flex;
	padding: 10px;
	word-break: keep-all;
	width: 100px;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	flex-shrink: 0;
	position: relative;
}

.org_info .site a::after {
	content: '';
	display: block;
	background: url(../img/content/ic_blank.svg) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 5px
}

.map_org {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px 5px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 25px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: ease 0.3s;
}

.map_org:hover {
	background: #00398d;
	color: #fff;
	transition: ease 0.3s;
	border-color: #00398d;
}

.map_org em {
	background: #00398d;
	color: #fff;
	font-size: 13px;
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 25px;
	margin-right: 5px;
	transition: ease 0.3s;
}

.map_org:hover em {
	background: #fff;
	color: #00398d;
	transition: ease 0.3s;
}


@media (max-width: 1024px) {
	.info_box {
		margin-bottom: 20px;
		word-break: keep-all;
		padding: 15px 20px;
		line-height: 1.3;
	}

	.btn_slide {
		display: none;
	}

	.infra_wrap {
		flex-direction: column;
	}

	.infra_wrap .organ_wrap {
		width: 100%;
		min-width: auto;
		position: relative;
	}

	.infra_wrap .map_wrap {
		margin-left: 0;
		min-height:700px
	}

	.org_class_wrap .tit,
	.org_list_wrap .tit {
		display: flex;
	}

	.list_wrap {
		height: auto;
		display: flex;
		flex-direction: column;
	}

	.org_class_list ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.org_class_list ul li:nth-child(even) {
		border-left: 1px solid #cedbed
	}

}

@media (max-width: 768px) {
	.org_info {
		flex-direction: column;
	}

	.org_list {
		height: 500px;
	}

	.org_info .site a {
		width: 100%;
	}

	.org_class_list label span {
		width: 30px;
	}

	.org_class_list input[type="checkbox"]:checked+label:after {
		right: 5px;
	}

	.all_view button {
		font-size: 16px;
	}

	.org_class_list li label {
		font-size: 15px;
		padding: 15px 5px;

	}

}

/************************* 연구기업정보 *************************/
.resch_tabmenu {
	max-width: 100%;
}

.resch_pc_tab ul {
	overflow: hidden;
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.resch_pc_tab ul li a {
	border: 1px solid #a1b5d1;
	padding: 14px 10px;
	/* line-height: 45px; */
	font-size: 15px;
	border-radius: 25px;
	display: block;
	color: #00398d;
	position: relative;
	transition: ease 0.3s;
	min-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resch_pc_tab ul li.active a {
	background: #00398d;
	border: 1px solid #00398d;
	color: #fff;
	font-weight: 500;
	transition: ease 0.3s;

}

.resch_pc_tab ul li.active a::after {
	content: "";
	display: flex;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/content/resch_tab_on.svg) 0 0 no-repeat;
	width: 12px;
	height: 9px;
	transition: ease 0.3s;
}

.resch_mobile_tab {
	display: none;
}

.resch_mobile_tab select {
	width: 100%;
	height: 40px;
	font-size: 17px;
}

.resch_tab-contents {
	width: calc(100% - 300px);
	height: 100%;
	min-height: 480px;
}

.resch_tab-contents h3 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
	display: flex;
	max-width: 800px;
	justify-content: space-between;
}

.rsch_wrap {
	border: 1px solid #cedbed;
	border-radius: 10px;
	flex-shrink: 0;
	overflow: hidden;
}

.tit_wrap {
	background: #00398d;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	color: #fef995;

}

.tit_wrap span {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 15px;
}

.tit_wrap strong {
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	padding: 10px 20px;
	color: #00398d;
	margin: 0 10px
}

.rsch_tab {
	background: #f2f5f9;
	padding: 15px 10px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.rsch_tab a {
	display: flex;
	padding: 10px 15px;
	background: #ffffff;
	border: 1px solid #00398d;
	border-radius: 25px;
	color: #00398d;
	font-size: 15px;
	position: relative;

}

.rsch_tab a.active {
	color: #fff;
	background: #289440;
	border: 1px solid #289440;
	padding: 10px 15px 10px 35px;
}

.rsch_tab a.active::before {
	content: '';
	display: block;
	background: url(../img/content/resch_tab_on2.svg) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.graph_area {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.touch {
	display: none;
	font-size: 20px;
	color: #0475f4
}

.data_area {
	margin-top: 30px
}

.data_area .tit_area {
	display: flex;
	justify-content: space-between;
}

.data_area h5 {
	margin-bottom: 20px;
}

.data_area h5 span {
	display: inline-flex;
	margin: 0 10px;
	background: #289440;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 25px;
}

.data_area h5 span.gg {
	background: #00398d;

}

.data_area .exel_down {
	display: flex;
	border: 1px solid #197e2f;
	border-radius: 3px;
	color: #18752d;
	padding: 8px 15px 8px 35px;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	position: relative;
}

.data_area .exel_down:hover {
	background: #effcf2;
}

.data_area .exel_down::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: url(../img/content/excel_down.svg) 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.h_scroll {
	overflow: auto;
	position: relative;
	padding-bottom: 10px;
}




/* 스크롤바의 폭 너비 */
.h_scroll::-webkit-scrollbar {
	width: 3px;
	height: 5px;
}

.h_scroll::-webkit-scrollbar-thumb {
	background: #c6d0e2;
	/* 스크롤바 색상 */
	border-radius: 25px;
	/* 스크롤바 둥근 테두리 */
}

.h_scroll::-webkit-scrollbar-track {
	background: rgba(198, 208, 226, .5);
	/*스크롤바 뒷 배경 색상*/
}

.tbl-control {
	width: 1700px;
}


.data_area .tbl-control.tbl-fix {
	table-layout: fixed;
}


.data_area .tbl-control.tbl-fix th,
.data_area .tbl-control.tbl-fix td {
	width: 80px;
}

@media (max-width: 1300px) {
	.h_scroll {
		overflow: auto;
		position: relative;
	}



	.touch {
		display: flex;
		padding-left: 10px;
		margin-bottom: 15px;
		font-size: 15px;
		align-items: center;
	}

}

@media (max-width: 768px) {

	.tit_wrap span {
		display: block;
		margin-bottom: 10px;
	}

	.tit_wrap {
		font-size: 18px;
	}

	.tit_wrap strong {
		padding: 8px 15px;
	}

	.data_area .tit_area {
		flex-direction: column;

	}

	.data_area h5 {
		margin-bottom: 10px;
	}

	.resch_mobile_tab {
		display: block;
		margin-bottom: 10px;

	}

	.resch_mobile_tab select {
		background: transparent;
		color: #00398d;
		border: 1px solid #00398d;
		padding: 10px 10px;
		border-radius: 4px;
		height: auto;
	}

	.resch_mobile_tab select option {}

	.resch_pc_tab {
		display: none;
	}
}

/************************* 그래프 *************************/
.chart-icn {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.chart-icn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.chart-wrap1 {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	border: 1px solid var(--gray-e5);
}

.chart-wrap1>div[class$="-wrap"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 15px);
	min-height: 400px;
}

.chart-wrap2 {
	padding: 30px;
	border: 1px solid var(--gray-e5);
}

.chart-wrap2>div[class$="-wrap"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 400px;
}

@media only screen and (max-width: 1023px) {
	.chart-wrap1 {
		flex-direction: column;
		row-gap: 20px;
	}

	.chart-wrap1>div[class$="-wrap"] {
		width: 100%;
		min-height: unset;
	}
}












/************************* 공지사항 리스트 *************************/
.board-list-wrap1 .board-list {
	width: 100%;
	border-collapse: collapse;
}

.board-list thead tr {
	border-bottom: 1px solid var(--gray-dd);
}

.board-list thead tr th {
	padding: 14px 5px;
	font-weight: 700;
	font-size: 1.6rem;
	color: var(--main-color);
	border-bottom: 2px solid var(--main-color);
}

.board-list tbody tr {
	border-bottom: 1px solid var(--gray-dd);
}

.board-list tbody td {
	padding: 16px 5px;
	line-height: 2.1rem;
	font-size: 1.5rem;
	text-align: center;
	color: #555;
}

.board-list tbody td.text-lf {
	text-align: left;
}

.board-list tbody td.title {
	font-weight: 700;
	font-size: 1.6rem;
}

.board-list tbody td .icn-file {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_%3F%3F댄%3F' data-name='%3F%3F댄%3F' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.3 40.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23666; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M35.8,21.66l-13.97,13.97c-4.65,4.65-12.19,4.65-16.84,0h0c-4.65-4.65-4.66-12.19,0-16.85l.02-.03L19.97,3.78c3.04-3.04,7.98-3.04,11.03,0h0c3.04,3.05,3.04,7.99,0,11.03l-14.96,14.96-.04.03c-1.6,1.6-4.2,1.6-5.81,0h0c-1.61-1.6-1.61-4.21,0-5.81l12.83-12.83'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: center center;
}

.board-list tbody td a:hover {
	text-decoration: underline;
}

.board-list tbody tr.no-list td {
	padding: 50px 0;
}


@media only screen and (max-width: 767px) {

	.board-list colgroup,
	.board-list thead tr {
		display: none
	}

	.board-list tbody tr {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		padding: 10px 10px 10px 60px;
		border-bottom: 1px solid var(--gray-e5)
	}

	.board-list tbody td {
		position: relative;
		display: inline-block;
		padding: 0;
		color: #666;
	}

	.board-list tbody td[data-cell-header="번호"] {
		position: absolute;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		width: 40px;
		text-align: center;
	}

	.board-list tbody td[data-cell-header="제목"] {
		width: 100%;
		padding-bottom: 5px;
	}

	.board-list tbody td.title {
		display: flex;
		width: 100% !important;
		padding: 0;
		text-align: left !important;
		border-top: none;
	}

	.board-list tbody td::after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 8px;
		margin: 0 10px;
		background: #bbb;
		vertical-align: middle;
	}

	.board-list tbody td:last-child::after {
		display: none;
	}

	.board-list tbody td[data-cell-header="번호"]::after {
		display: none;
	}

	.board-list tbody td[data-cell-header="제목"]::after {
		display: none;
	}

	.board-list tbody td[data-cell-header="이름"]::after {
		display: none;
	}

	.board-list tbody td[data-cell-header="첨부파일"] {
		display: none;
	}

	.board-list tbody td[data-cell-header="첨부파일"]::after {
		display: none;
	}

	.board-list tbody tr.no-list {
		justify-content: center;
		padding: 0;
	}

	.board-list tbody tr.no-list td {
		padding: 30px 0;
	}

	/* 국가R&D공고 */
	.board-list2 tbody tr {
		padding-left: 10px;
	}

	.board-list tbody td[data-cell-header="공고기관"]::after {
		display: none;
	}

	/* 나의 등록과제 */
	.board-list3 tbody tr {
		padding-left: 10px;
	}

	.board-list3 tbody td {
		display: inline-flex;
		align-items: center;
	}

	.board-list3 tbody td[data-cell-header="당해연도과제기간"] br {
		display: none;
	}
}

/************************* 공지사항 상세 *************************/
.board-detail-wrap1 {
	border-top: 2px solid #333;
}

.board-detail-wrap1 .board-info2 {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding: 15px;
	background: var(--main-light-color);
	border-bottom: 1px solid var(--gray-e5);
}

.board-detail-wrap1 .board-info2>li {
	position: relative;
	display: flex;
	gap: 5px;
	padding-right: 10px;
	font-size: 1.4rem;
}

.board-detail-wrap1 .board-info2>li::after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 7px;
	background: var(--gray-e5);
}

.board-detail-wrap1 .board-info2>li:last-child::after {
	display: none;
}

.board-detail-wrap1 .board-info2>li strong {
	flex-shrink: 0;
}

.board-detail-wrap1 .board-info2>li .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.board-detail-wrap1 .board-title {
	padding: 25px 15px;
	border-bottom: 1px solid var(--gray-e5);
}

.board-detail-wrap1 .board-title .ti {
	display: block;
	font-weight: 700;
	font-size: 2rem;
	word-break: keep-all;
}

.board-detail-wrap1 .board-info {
	display: flex;
	justify-content: end;
	gap: 20px;
	padding: 15px 12px;
	border-bottom: 1px solid var(--gray-e5);
}

.board-detail-wrap1 .board-info li {
	display: flex;
	align-items: center;
}

.board-detail-wrap1 .board-info li strong {
	display: block;
	margin-right: 10px;
	font-weight: 500;
	font-size: 1.4rem;
}

.board-detail-wrap1 .board-info li span {
	font-size: 1.4rem;
}

.board-detail-wrap1 .board-content {
	min-height: 200px;
	padding: 20px 12px;
}

.board-detail-wrap1 .board-content .txt {
	line-height: 1.4 !important;
	font-family: "Pretendard";
	font-size: 1.6rem !important;
}

.board-detail-wrap1 .board-file {
	display: flex;
	gap: 20px;
	padding: 20px;
	background: var(--gray-f5);
}

.board-detail-wrap1 .board-file>strong {
	flex-shrink: 0;
	font-size: 1.5rem;
	white-space: nowrap;
}

.board-detail-wrap1 .board-prev-next {
	border-top: 1px solid #444;
}

.board-detail-wrap1 .board-prev-next ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 12px;
	border-bottom: 1px solid var(--gray-e5);
}

.board-detail-wrap1 .board-prev-next span {
	width: 80px;
	padding-left: 20px;
	font-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid var(--gray-e5);
}

.board-detail-wrap1 .board-prev-next a {
	width: calc(100% - 110px);
	font-size: 1.6rem;
}

.board-detail-wrap1 .board-prev-next .next-board span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.28 30.17' width='11px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23666; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px; %7D %3C/style%3E%3C/defs%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='54.28 3 28.64 27.17 3 3'/%3E%3C/g%3E%3C/svg%3E");
}

.board-detail-wrap1 .board-prev-next .prev-board span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 4.74' width='11px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23666; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='.47 4.27 4.5 .47 8.53 4.27'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.board-detail-wrap1 .board-prev-next a strong {
	font-weight: 600;
	font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
	.board-detail-wrap1 .board-title {
		padding: 15px;
	}

	.board-detail-wrap1 .board-title .ti {
		font-size: 1.8rem;
	}

	.board-detail-wrap1 .board-info {
		gap: 15px;
		padding: 12px;
	}

	.board-detail-wrap1 .board-info li strong {
		margin-right: 6px;
	}

	.board-detail-wrap1 .board-file {
		gap: 15px;
		padding: 15px;
	}

	.board-detail-wrap1 .board-prev-next ul li {
		padding: 15px;
	}

	.board-detail-wrap1 .board-prev-next span {
		width: 70px;
		background-size: 8px auto;
	}

	.board-detail-wrap1 .board-prev-next a {
		width: calc(100% - 90px);
	}
}

@media only screen and (max-width: 460px) {}

/* board-pagination */
.board-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}

.board-pagination a {
	display: block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	font-weight: 400;
	font-size: 15px;
	color: var(--gray-66);
	text-align: center;
}

.board-pagination a.active {
	font-weight: 600;
	color: var(--main-color);
}

.board-pagination a.arr-btn {
	display: block;
	margin: 0;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 13px;
}

.board-pagination a.first-page {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(102, 102, 102)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M12.138,12.635 L11.715,13.058 L6.328,7.671 L6.540,7.460 L6.328,7.248 L11.715,1.862 L12.138,2.285 L6.963,7.460 L12.138,12.635 ZM7.138,12.635 L6.715,13.058 L1.328,7.671 L1.540,7.460 L1.328,7.248 L6.715,1.862 L7.138,2.285 L1.963,7.460 L7.138,12.635 Z'/%3E%3C/svg%3E");
}

.board-pagination a.prev-page {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(102, 102, 102)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M7.138,12.635 L6.715,13.058 L1.328,7.671 L1.540,7.460 L1.328,7.248 L6.715,1.862 L7.138,2.285 L1.963,7.460 L7.138,12.635 Z'/%3E%3C/svg%3E");
}

.board-pagination a.next-page {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(102, 102, 102)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M7.140,7.658 L1.754,13.044 L1.331,12.621 L6.505,7.446 L1.331,2.271 L1.754,1.848 L7.140,7.235 L6.929,7.446 L7.140,7.658 Z'/%3E%3C/svg%3E");
}

.board-pagination a.last-page {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(102, 102, 102)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M12.140,7.658 L6.754,13.044 L6.331,12.621 L11.505,7.446 L6.331,2.271 L6.754,1.848 L12.140,7.235 L11.929,7.446 L12.140,7.658 ZM6.929,7.446 L7.140,7.658 L1.754,13.044 L1.331,12.621 L6.505,7.446 L1.331,2.271 L1.754,1.848 L7.140,7.235 L6.929,7.446 Z'/%3E%3C/svg%3E");
}




/************************* FAQ *************************/
.faq-list {
	border-top: 2px solid #333;
}

.faq-list .faq-item {
	position: relative;
}

.faq-list .faq-item .faq-top>a {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	padding: 20px 25px;
	border-bottom: 1px solid var(--gray-e5);
}

.faq-list .faq-item .faq-top>a::before {
	content: "Q";
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	font-weight: 700;
	color: #8b8b8b;
	border-radius: 100%;
	background: var(--gray-f5);
	transition: all .1s;
}

.faq-list .faq-item .faq-top>a::after {
	content: "";
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 50px;
	margin-left: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.28 30.17' width='11px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23666; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px; %7D %3C/style%3E%3C/defs%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='54.28 3 28.64 27.17 3 3'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
}

.faq-list .faq-item .faq-top>a strong {
	align-self: center;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.7rem;
}

.faq-list .faq-item .faq-con {
	display: none;
	padding: 30px 25px;
	background: var(--gray-f5);
}

.faq-list .faq-item .faq-con .faq-ans {
	position: relative;
	align-self: center;
	display: flex;
	gap: 20px;
}

.faq-list .faq-item .faq-con .faq-ans::before {
	content: "A";
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	font-weight: 700;
	color: #8b8b8b;
	border-radius: 100%;
	background: #fff;
}

.faq-list .faq-item .faq-con .faq-ans>div {
	max-width: calc(100% - 70px);
	align-self: center;
	line-height: 1.5;
	font-size: 1.7rem;
}

.faq-list .faq-item.on::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--main-color);
}

.faq-list .faq-item.on .faq-top>a::before {
	color: #fff;
	background: var(--main-color);
}

.faq-list .faq-item.on .faq-top>a strong {
	color: var(--main-color);
}

@media only screen and (max-width: 1023px) {
	.faq-list .faq-item .faq-top>a {
		gap: 15px;
		padding: 15px 20px;
	}

	.faq-list .faq-item .faq-top>a::before {
		width: 35px;
		height: 35px;
		font-size: 1.3rem;
	}

	.faq-list .faq-item .faq-top>a::after {
		height: 35px;
		background-size: 10px auto;
	}

	.faq-list .faq-item .faq-top>a strong {
		font-size: 1.6rem;
	}

	.faq-list .faq-item .faq-con {
		padding: 20px;
	}

	.faq-list .faq-item .faq-con .faq-ans {
		gap: 15px;
	}

	.faq-list .faq-item .faq-con .faq-ans::before {
		width: 35px;
		height: 35px;
		font-size: 1.3rem;
	}

	.faq-list .faq-item .faq-con .faq-ans>div {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 767px) {
	.faq-list .faq-item .faq-top>a {
		gap: 10px;
		padding: 12px 10px;
	}

	.faq-list .faq-item .faq-top>a::before {
		width: 25px;
		height: 25px;
	}

	.faq-list .faq-item .faq-top>a::after {
		height: 25px;
		background-size: 8px auto;
	}

	.faq-list .faq-item .faq-con {
		padding: 15px 10px;
	}

	.faq-list .faq-item .faq-con .faq-ans {
		gap: 10px;
	}

	.faq-list .faq-item .faq-con .faq-ans::before {
		width: 25px;
		height: 25px;
	}
}







/************************* 마이페이지 > 회원정보 *************************/
.pwed-wrap {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 60px;
	border: 1px solid var(--gray-e5);
	text-align: center
}

.pwed-wrap .icn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.72 29.15'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23006a9c; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='31.37 26.63 0 26.63 0 0 42.33 0 42.33 6.66 39.83 6.66 39.83 2.5 2.5 2.5 2.5 24.13 31.37 24.13 31.37 26.63'/%3E%3Cg%3E%3Crect class='cls-1' x='25.53' y='11.69' width='6.85' height='2' transform='translate(-.5 24.19) rotate(-45)'/%3E%3Crect class='cls-1' x='27.95' y='9.27' width='2' height='6.85' transform='translate(-.49 24.19) rotate(-45.01)'/%3E%3C/g%3E%3Cg%3E%3Crect class='cls-1' x='15.97' y='11.69' width='6.85' height='2' transform='translate(-3.3 17.43) rotate(-45)'/%3E%3Crect class='cls-1' x='18.39' y='9.27' width='2' height='6.85' transform='translate(-3.3 17.43) rotate(-45.01)'/%3E%3C/g%3E%3Cg%3E%3Crect class='cls-1' x='6.63' y='11.69' width='6.85' height='2' transform='translate(-6.03 10.83) rotate(-44.98)'/%3E%3Crect class='cls-1' x='9.06' y='9.27' width='2' height='6.85' transform='translate(-6.03 10.84) rotate(-45.02)'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-2' d='M35.83,16.7c-.02-.17-.02-.33-.02-.51v-1.72c0-2.9,2.36-5.26,5.27-5.26s5.27,2.36,5.27,5.26v1.72h-2v-1.72c0-1.8-1.47-3.26-3.27-3.26s-3.27,1.46-3.27,3.26v1.72c0,.11,0,.2.01.3l-1.99.21Z'/%3E%3Crect class='cls-2' x='40.08' y='19.91' width='2' height='3.46'/%3E%3Cpath class='cls-2' d='M41.08,29.15c-4.22,0-7.65-3.43-7.65-7.65s3.43-7.65,7.65-7.65,7.65,3.43,7.65,7.65-3.43,7.65-7.65,7.65ZM41.08,15.86c-3.11,0-5.65,2.53-5.65,5.65s2.53,5.65,5.65,5.65,5.65-2.53,5.65-5.65-2.53-5.65-5.65-5.65Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 45px auto;
	background-position: center;
}

.pwed-wrap .icn2 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_寃⑸━_紐⑤뱶' data-name='寃⑸━ 紐⑤뱶' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.88 26.98'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23006a9c; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M41.61,19c-2.46,0-4.45-2-4.45-4.46s2-4.45,4.45-4.45,4.45,2,4.45,4.45-2,4.46-4.45,4.46ZM41.61,12.09c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.46,2.45,2.46,2.45-1.1,2.45-2.46-1.1-2.45-2.45-2.45Z'/%3E%3Cpolygon class='cls-2' points='49.88 26.98 33.35 26.98 33.35 22.03 38.01 19 39.1 20.68 35.35 23.11 35.35 24.98 47.88 24.98 47.88 23.11 44.13 20.68 45.21 19 49.88 22.03 49.88 26.98'/%3E%3Cpolygon class='cls-1' points='30.11 26.63 0 26.63 0 0 42.33 0 42.33 6.66 39.83 6.66 39.83 2.5 2.5 2.5 2.5 24.13 30.11 24.13 30.11 26.63'/%3E%3Cg%3E%3Crect class='cls-1' x='25.53' y='11.69' width='6.85' height='2' transform='translate(-.5 24.18) rotate(-44.98)'/%3E%3Crect class='cls-1' x='27.95' y='9.27' width='2' height='6.85' transform='translate(-.49 24.2) rotate(-45.02)'/%3E%3C/g%3E%3Cg%3E%3Crect class='cls-1' x='15.97' y='11.69' width='6.85' height='2' transform='translate(-3.3 17.43) rotate(-45)'/%3E%3Crect class='cls-1' x='18.39' y='9.27' width='2' height='6.85' transform='translate(-3.3 17.43) rotate(-45.01)'/%3E%3C/g%3E%3Cg%3E%3Crect class='cls-1' x='6.64' y='11.69' width='6.85' height='2' transform='translate(-6.03 10.83) rotate(-45)'/%3E%3Crect class='cls-1' x='9.06' y='9.27' width='2' height='6.85' transform='translate(-6.03 10.83) rotate(-45.01)'/%3E%3C/g%3E%3C/svg%3E");
}

.pwed-wrap>strong {
	display: block;
	font-size: 2rem;
}

.pwed-wrap>p {
	margin: 15px 0 20px;
	font-size: 1.5rem;
	color: #757575;
}

@media only screen and (max-width: 767px) {
	.pwed-wrap {
		padding: 30px;
	}

}

/************************* 마이페이지 > 나의 등록과제 *************************/
.mypg-wrap1 {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.mypg-status {
	display: flex;
	justify-content: center;
}

.mypg-status li {
	flex: 1 1 33.3%;
	box-shadow: 1px 0 0 0 var(--gray-e5), 0 1px 0 0 var(--gray-e5), 1px 1px 0 0 var(--gray-e5), 1px 0 0 0 var(--gray-e5) inset, 0 1px 0 0 var(--gray-e5) inset;
}

.mypg-status li.on {
	background: var(--main-color);
	color: #fff;
	box-shadow: none;
}

.mypg-status li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 20px;
	text-align: center;
}

.mypg-status li a .icn {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center;
}

.mypg-status li a .icn1 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.43 34.94'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23555; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23006a9c; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='14.52' y1='4.15' x2='35.93' y2='4.15'/%3E%3Cg%3E%3Cpath class='cls-2' d='M8.72,17.14c0,1.83-1.49,3.32-3.32,3.32s-3.32-1.48-3.32-3.32,1.49-3.32,3.32-3.32,3.32,1.48,3.32,3.32Z'/%3E%3Cline class='cls-1' x1='14.52' y1='17.14' x2='35.93' y2='17.14'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-1' d='M8.72,30.13c0,1.83-1.49,3.32-3.32,3.32s-3.32-1.48-3.32-3.32,1.49-3.32,3.32-3.32,3.32,1.48,3.32,3.32Z'/%3E%3Cline class='cls-1' x1='14.52' y1='30.13' x2='35.93' y2='30.13'/%3E%3C/g%3E%3Cpolyline class='cls-1' points='10.04 1.5 5.77 5.77 1.5 1.5'/%3E%3C/svg%3E");
}

.mypg-status li.on a .icn1 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.43 34.94'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23fff; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='14.52' y1='4.15' x2='35.93' y2='4.15'/%3E%3Cg%3E%3Cpath class='cls-2' d='M8.72,17.14c0,1.83-1.49,3.32-3.32,3.32s-3.32-1.48-3.32-3.32,1.49-3.32,3.32-3.32,3.32,1.48,3.32,3.32Z'/%3E%3Cline class='cls-1' x1='14.52' y1='17.14' x2='35.93' y2='17.14'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-1' d='M8.72,30.13c0,1.83-1.49,3.32-3.32,3.32s-3.32-1.48-3.32-3.32,1.49-3.32,3.32-3.32,3.32,1.48,3.32,3.32Z'/%3E%3Cline class='cls-1' x1='14.52' y1='30.13' x2='35.93' y2='30.13'/%3E%3C/g%3E%3Cpolyline class='cls-1' points='10.04 1.5 5.77 5.77 1.5 1.5'/%3E%3C/svg%3E");
}

.mypg-status li a .icn2 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.68 42.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23555; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23006a9c; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='1.5' y='20.5' width='8.41' height='20.16'/%3E%3Crect class='cls-2' x='16.64' y='1.5' width='8.41' height='39.16'/%3E%3Crect class='cls-1' x='31.77' y='17.79' width='8.4' height='22.88'/%3E%3C/svg%3E");
}

.mypg-status li.on a .icn2 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.68 42.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23fff; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='1.5' y='20.5' width='8.41' height='20.16'/%3E%3Crect class='cls-2' x='16.64' y='1.5' width='8.41' height='39.16'/%3E%3Crect class='cls-1' x='31.77' y='17.79' width='8.4' height='22.88'/%3E%3C/svg%3E");
}

.mypg-status li a .icn3 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.53 41.53'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23555; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23006a9c; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M40.03,20.77c0,10.64-8.63,19.27-19.27,19.27S1.5,31.41,1.5,20.77,10.13,1.5,20.77,1.5s19.27,8.63,19.27,19.27Z'/%3E%3Cpolyline class='cls-2' points='12.38 20.92 18.9 27.44 29.15 14.09'/%3E%3C/svg%3E");
}

.mypg-status li.on a .icn3 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.53 41.53'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23fff; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M40.03,20.77c0,10.64-8.63,19.27-19.27,19.27S1.5,31.41,1.5,20.77,10.13,1.5,20.77,1.5s19.27,8.63,19.27,19.27Z'/%3E%3Cpolyline class='cls-2' points='12.38 20.92 18.9 27.44 29.15 14.09'/%3E%3C/svg%3E");
}

.mypg-status li a .icn4 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.95 39.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23555; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23006a9c; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M17,3.46H6.35c-2.68,0-4.85,2.17-4.85,4.85v18.91c0,2.68,2.17,4.85,4.85,4.85h24.25c2.68,0,4.85-2.17,4.85-4.85V8.31c0-2.68-2.17-4.85-4.85-4.85h-9.71'/%3E%3Cline class='cls-1' x1='12.16' y1='38.11' x2='24.79' y2='38.11'/%3E%3C/g%3E%3Cpolygon class='cls-2' points='18.47 1.5 9.66 12.65 14.64 12.65 14.64 23.73 22.31 23.73 22.31 12.65 27.29 12.65 18.47 1.5'/%3E%3C/svg%3E");
}

.mypg-status li.on a .icn4 {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.95 39.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23fff; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M17,3.46H6.35c-2.68,0-4.85,2.17-4.85,4.85v18.91c0,2.68,2.17,4.85,4.85,4.85h24.25c2.68,0,4.85-2.17,4.85-4.85V8.31c0-2.68-2.17-4.85-4.85-4.85h-9.71'/%3E%3Cline class='cls-1' x1='12.16' y1='38.11' x2='24.79' y2='38.11'/%3E%3C/g%3E%3Cpolygon class='cls-2' points='18.47 1.5 9.66 12.65 14.64 12.65 14.64 23.73 22.31 23.73 22.31 12.65 27.29 12.65 18.47 1.5'/%3E%3C/svg%3E");
}

.mypg-status li a span {
	display: block;
	margin-top: 10px;
	font-size: 1.7rem;
	color: #333;
}

.mypg-status li.on a span {
	color: #fff;
}

@media only screen and (max-width: 390px) {
	.mypg-status li a {
		padding: 15px 10px;
	}

	.mypg-status li a span {
		font-size: 1.6rem;
	}
}


/************************* 마이페이지 > 정보수정 > 비밀번호 *************************/
.password-chk-box {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 90px;
	text-align: center;
	border: 1px solid var(--gray-e5);
}

.password-chk-box p {
	line-height: 2.4rem;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'The Jamsil';
	font-weight: 300;
	font-size: 1.5rem;
	color: #777;
}

.password-chk-box input {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	font-family: 'Pretendard';
	font-weight: 300;
	color: #333;
	border: 1px solid var(--gray-e5);
}

.password-chk-box .btn-ce {
	gap: 10px;
}

@media only screen and (max-width: 500px) {
	.password-chk-box {
		padding: 0;
		border: 0;
	}
}



/************************* 팝업 공통 *************************/
.popup-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.popup-wrap.active {
	display: block;
}

.popup-wrap .popup-box {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1100px;
	width: 90%;
	background: #fff;
	transform: translate(-50%, -50%);
}

.popup-wrap .popup-box.box500 {
	max-width: 500px;
}

.popup-wrap .popup-box.box800 {
	max-width: 800px;
}

.popup-box .popup-title {
	padding: 40px;
}

.popup-box .popup-title>span {
	display: inline-block;
	padding: 4px 11px;
	font-weight: 600;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background: var(--main-color);
	border-radius: 5px;
}

.popup-box .popup-title>strong {
	display: block;
	line-height: 1.3;
	font-weight: 600;
	font-size: 2.2rem;
}

.popup-box .popup-title>p {
	display: block;
	line-height: 2.2rem;
	margin-top: 5px;
	font-family: 'The Jamsil';
	font-weight: 300;
	font-size: 1.5rem;
	color: #777;
}

.popup-box .popup-cont {
	max-height: calc(100vh - 110px);
	padding: 0 40px 40px;
	overflow: scroll;
}

.popup-box .popup-btn {
	display: flex;
}

.popup-box .popup-btn .btn {
	display: block;
	width: 100%;
	height: 59px;
	line-height: 59px;
	text-align: center;
}

.popup-wrap .popup-box1 {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 400px;
	width: 90%;
	padding: 28px 25px;
	background: #fff;
	transform: translate(-50%, -50%);
	border-radius: 15px;
	overflow: hidden;
}

.popup-box1 .popup-text>strong {
	display: block;
	font-family: 'The Jamsil';
	font-weight: 500;
	font-size: 1.8rem;
}

.popup-box1 .popup-text>p {
	margin-top: 8px;
	font-family: 'The Jamsil';
	font-weight: 300;
	font-size: 1.5rem;
	color: #777;
}

.popup-box1 .popup-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-top: 20px;
}

.popup-box1 .popup-btn .btn {
	flex: 1;
	border-radius: 8px;
}

@media only screen and (max-width: 767px) {
	.popup-box .popup-title {
		padding: 30px;
	}

	.popup-box .popup-cont {
		max-height: calc(100vh - 90px);
		padding: 0 30px 30px;
	}
}




/************************* 로그인 *************************/
.login-wrap {
	display: flex;
	justify-content: center;
}

.login-box {
	max-width: 710px;
	width: 100%;
	padding: 70px;
	border: 1px solid var(--gray-e5);
	border-top: 2px solid #333;
}

.login-box .text {
	text-align: center;
}

.login-box .text .logo {
	position: relative;
	margin-bottom: 30px;
}

.login-box .text>p {
	line-height: 2.4rem;
	font-size: 1.5rem;
	color: #777;
	word-break: keep-all;
}

.login-box .login-btn {
	position: relative;
	margin: 30px 0 20px;
}

.login-box .login-inp {
	padding-right: 150px;
}

.login-box input {
	display: block;
	width: 100%;
	height: 53px;
	padding: 15px 25px;
	font-family: "Pretendard";
	font-size: 1.6rem;
	border: 1px solid var(--gray-e5);
}

.login-box input::placeholder {
	color: #666;
}

.login-box input+input {
	margin-top: 10px;
}

.login-box .login-btn button {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 116px;
	line-height: 50px;
	font-family: "Pretendard";
	font-weight: 600;
	font-size: 1.8rem;
	background: var(--main-color);
	color: #fff;
}

.login-box .login-menu {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.login-box .login-menu a {
	position: relative;
	padding: 0 15px;
	font-size: 1.5rem;
	color: #777;
	white-space: nowrap;
}

.login-box .login-menu a+a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 6px;
	border-radius: 100%;
	background: var(--bd-color);
}

/* 아이디&비밀번호 찾기 */
.login-box .text>strong {
	display: block;
	margin: 20px 0;
	font-size: 2rem;
}

.login-box .text>em {
	display: block;
	line-height: 1.3;
	font-size: 1.8rem;
	color: #666;
	word-break: keep-all;
}

.login-box .text .icn {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 886 886'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23444; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-2' cx='443' cy='443' r='443'/%3E%3Cg%3E%3Cpath class='cls-1' d='M670.74,638.22h0c0-119.43-96.82-216.25-216.25-216.25h-22.97c-119.43,0-216.25,96.82-216.25,216.25h0c0,19.82,16.07,35.88,35.88,35.88h383.71c19.82,0,35.88-16.07,35.88-35.88Z'/%3E%3Cpath class='cls-2' d='M634.85,680.7H251.15c-23.42,0-42.48-19.06-42.48-42.48,0-59.52,23.18-115.49,65.27-157.58,42.09-42.09,98.05-65.27,157.58-65.27h22.97c59.52,0,115.49,23.18,157.58,65.27,42.09,42.09,65.27,98.05,65.27,157.58h0c0,23.42-19.06,42.48-42.48,42.48ZM431.51,428.56c-115.61,0-209.66,94.05-209.66,209.66,0,16.15,13.14,29.29,29.29,29.29h383.71c16.15,0,29.29-13.14,29.29-29.29,0-115.61-94.05-209.66-209.66-209.66h-22.97Z'/%3E%3Ccircle class='cls-1' cx='443' cy='319.94' r='134.82'/%3E%3Cpath class='cls-2' d='M443,481.91c-89.31,0-161.97-72.66-161.97-161.97s72.66-161.97,161.97-161.97,161.97,72.66,161.97,161.97-72.66,161.97-161.97,161.97ZM443,192.5c-70.27,0-127.44,57.17-127.44,127.44s57.17,127.44,127.44,127.44,127.44-57.17,127.44-127.44-57.17-127.44-127.44-127.44Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.login-box .id-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	padding: 30px;
	border-top: 1px solid var(--bd-color);
	border-bottom: 1px solid var(--bd-color);
}

.login-box .id-list strong {
	font-size: 1.6rem;
	color: #444;
}

.login-box .id-list span {
	font-size: 1.5rem;
	color: #757575;
}

/* 비밀번호 재설정 */
.login-box .inp-group {
	margin-top: 20px;
	padding: 30px 0;
	border-top: 1px dashed var(--gray-dd);
	border-bottom: 1px dashed var(--gray-dd);
}

.login-box .inp-flex {
	display: flex;
}

.login-box .inp-flex+.inp-flex {
	margin-top: 10px;
}

.login-box .inp-flex .inp-wrap {
	width: calc(100% - 100px);
}

.login-box .inp-flex label {
	flex-shrink: 0;
	width: 100px;
	padding-top: 20px;
	white-space: nowrap;
	font-size: 1.5rem;
}

.login-box .inp-flex input:disabled {
	background: var(--gray-f9);
}

.login-box .inp-flex .notice {
	margin-top: 10px;
	font-size: 14px;
	color: var(--main-color);
}

@media only screen and (max-width: 767px) {
	.login-box {
		padding: 50px 40px;
	}

	.login-box .text .logo {
		margin-bottom: 20px;
	}

	.login-box .login-btn {
		margin: 20px 0 10px;
	}

	.login-box input {
		padding: 10px 15px;
		height: 46px;
	}

	.login-box .login-btn button {
		height: 102px;
	}

	/* 아이디 찾기 */
	.login-box .id-list {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 560px) {
	.login-box {
		padding: 30px;
	}

	.login-box .login-inp {
		padding-right: 0;
	}

	.login-box .login-btn button {
		position: relative;
		width: 100%;
		height: 46px;
		margin-top: 10px;
	}

	/* 비밀번호 재설정 */
	.login-box .inp-flex label {
		display: none;
	}

	.login-box .inp-flex .inp-wrap {
		width: 100%;
	}
}




/************************* 회원가입 *************************/
/* 단계 */
.step-list1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
	width: 100%;
	margin-bottom: 40px;
}

.step-list1 li {
	flex-shrink: 0;
	flex: 1 1 25%;
	min-width: fit-content;
	position: relative;
	box-shadow: 1px 0 0 0 var(--gray-e5), 0 1px 0 0 var(--gray-e5), 1px 1px 0 0 var(--gray-e5), 1px 0 0 0 var(--gray-e5) inset, 0 1px 0 0 var(--gray-e5) inset;
}

.step-list1 li::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -9px;
	z-index: 1;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid var(--gray-e5);
	border-radius: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(102, 102, 102)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M7.140,7.658 L1.754,13.044 L1.331,12.621 L6.505,7.446 L1.331,2.271 L1.754,1.848 L7.140,7.235 L6.929,7.446 L7.140,7.658 Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 4px auto;
	background-position: center center;
}

.step-list1 li:last-child::after {
	display: none;
}

.step-list1 li>strong {
	display: block;
	padding: 20px 10px;
	font-weight: 600;
	font-size: 1.6rem;
	color: #ccc;
	text-align: center;
	white-space: nowrap;
}

.step-list1 li.on>strong {
	background: var(--main-color);
	color: #fff;
}

@media only screen and (max-width: 1023px) {
	.step-list1 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.step-list1 {
		margin-bottom: 20px;
	}

	.step-list1 li>strong {
		padding: 15px 10px;
	}
}

@media only screen and (max-width: 440px) {
	.step-list1 li {
		display: none;
	}

	.step-list1 li.on {
		display: block;
	}

	.step-list1 li::after {
		display: none;
	}
}

.join-wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

/* 약관동의 */
.join-wrap .join1>p {
	margin-bottom: 20px;
	line-height: 1.3;
	text-align: center;
}

.join-wrap .all-agree-box {
	padding: 20px;
	background: var(--gray-f9);
}

.join-wrap .trms-list .trms {
	margin-top: 15px;
}

.join-wrap .trms-list .trms .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 18px;
	border: 1px solid var(--gray-e5);
}

.join-wrap .trms-list .trms .top strong {
	font-size: 1.6rem;
}

.join-wrap .trms-list .trms .top.on .btn-arrow {
	transform: rotate(90deg);
}

.join-wrap .trms-list .trms .con {
	width: 100%;
	height: 250px;
	padding: 20px;
	border: 1px solid var(--gray-e5);
	border-top: 0;
	overflow-y: scroll;
}

.join-wrap .trms-list .trms .bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
	background: var(--gray-f9);
	border: 1px solid var(--gray-e5);
	border-top: 0;
}

.join-wrap .trms-list .trms .bottom strong {
	font-weight: 500;
	font-size: 1.5rem;
}

.join-wrap .agr-all-chk {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px dashed var(--gray-e5);
}

@media only screen and (max-width: 767px) {
	.join-wrap .all-agree-box {
		padding: 15px;
	}

	.join-wrap .trms-list .trms {
		margin-top: 10px;
	}

	.join-wrap .trms-list .trms .top {
		padding: 12px;
	}

	.join-wrap .trms-list .trms .con {
		padding: 12px;
	}

	.join-wrap .trms-list .trms .bottom {
		padding: 12px;
	}
}

@media only screen and (max-width: 470px) {
	.join-wrap .trms-list .trms .bottom {
		flex-direction: column;
		gap: 5px;
	}

	.join-wrap .trms-list .trms .bottom .checkbox-list1 {
		justify-content: end;
	}

}

/* 본인인증 */
.join-wrap .join-box {
	padding: 30px;
	border: 1px solid var(--gray-e5);
	border-top: 2px solid #333;
}

.join-wrap .join2 .icn {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 30px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 886 886'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23444; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-2' cx='443' cy='443' r='443'/%3E%3Cg%3E%3Cpath class='cls-1' d='M670.74,638.22h0c0-119.43-96.82-216.25-216.25-216.25h-22.97c-119.43,0-216.25,96.82-216.25,216.25h0c0,19.82,16.07,35.88,35.88,35.88h383.71c19.82,0,35.88-16.07,35.88-35.88Z'/%3E%3Cpath class='cls-2' d='M634.85,680.7H251.15c-23.42,0-42.48-19.06-42.48-42.48,0-59.52,23.18-115.49,65.27-157.58,42.09-42.09,98.05-65.27,157.58-65.27h22.97c59.52,0,115.49,23.18,157.58,65.27,42.09,42.09,65.27,98.05,65.27,157.58h0c0,23.42-19.06,42.48-42.48,42.48ZM431.51,428.56c-115.61,0-209.66,94.05-209.66,209.66,0,16.15,13.14,29.29,29.29,29.29h383.71c16.15,0,29.29-13.14,29.29-29.29,0-115.61-94.05-209.66-209.66-209.66h-22.97Z'/%3E%3Ccircle class='cls-1' cx='443' cy='319.94' r='134.82'/%3E%3Cpath class='cls-2' d='M443,481.91c-89.31,0-161.97-72.66-161.97-161.97s72.66-161.97,161.97-161.97,161.97,72.66,161.97,161.97-72.66,161.97-161.97,161.97ZM443,192.5c-70.27,0-127.44,57.17-127.44,127.44s57.17,127.44,127.44,127.44,127.44-57.17,127.44-127.44-57.17-127.44-127.44-127.44Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center;
}

.join-wrap .join2 strong {
	display: block;
	width: 100%;
	font-size: 2.0rem;
	text-align: center;
}

.join-wrap .join2 p {
	display: block;
	width: 100%;
	margin-top: 8px;
	line-height: 1.4;
	font-size: 1.6rem;
	text-align: center;
	word-break: keep-all;
}

@media only screen and (max-width: 767px) {
	.join-wrap .join-box {
		padding: 20px;
	}

}

/* 가입완료 */
.join-wrap .join4 {
	text-align: center;
}

.join-wrap .join4>strong {
	display: block;
	line-height: 1.4;
	font-size: 2.2rem;
	word-break: keep-all;
}

.join-wrap .join4 .id-list {
	margin: 20px 0;
	padding: 50px 0;
	border-top: 1px dashed var(--gray-e5);
	border-bottom: 1px dashed var(--gray-e5);
}

.join-wrap .join4 .bg-box {
	padding: 20px;
}

.join-wrap .join4 .bg-box p {
	line-height: 1.4;
	font-size: 1.5rem;
	color: #666;
	word-break: keep-all;
}

@media only screen and (max-width: 767px) {
	.join-wrap .join4 .id-list {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 390px) {
	.join-wrap .join4>strong {
		font-size: 2rem;
	}

	.join-wrap .join4>strong br {
		display: none;
	}
}




/************************* 이용약관 *************************/
.terms-wrap p {
	line-height: 1.3;
}








/************************* db *************************/
.db-info {
	margin-bottom: 50px;
	padding: 4rem 0;
	border-top: 2px solid #333;
	border-bottom: 1px solid var(--gray-e5);
}

.db-info .name {
	display: block;
	margin-bottom: 20px;
	font-size: 2rem;
	color: #222;
}

.db-info ul {
	display: flex;
	gap: 15px 20px;
	flex-wrap: wrap;
}

.db-info ul li {
	display: flex;
}

.db-info ul li span {
	position: relative;
	flex-shrink: 0;
	margin-right: 10px;
	padding-right: 10px;
	color: #666;
	white-space: nowrap;
}

.db-info ul li span::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 10px;
	background: #ccc;
}

.db-info ul li strong {
	font-weight: 600;
	color: #555;
}

/* 통합검색 */
.no-search {
	margin-top: 80px;
	padding: 150px 0;
	font-size: 1.8rem;
	text-align: center;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}


/** 차트 지역라벨 설정 **/
.col-form-label {
    margin-left : calc(0.47rem + 1px);
    padding-top: calc(0.47rem + 1px);
    padding-bottom: calc(0.47rem + 1px);
    margin-left : 20px;
    margin-right : 20px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}


@media (min-width: 768px) {
    /*
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.33333%;
        flex: 0 0 4.33333%;
        max-width: 4.33333%;
    }
    */
}

