/* common.css */

@charset "utf-8";

/*common*/
html, body {
	height: 100%;
	font-size: 10px;
}

body {
	text-align: left;
	color: #444;
	line-height: 1;
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span, form, fieldset, p, button, address, table, tbody, tfoot, thead, th, tr, td, video, tt {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header, article, aside, canvas, details, figcaption, figure, footer, hgroup, menu, main, nav, section, summary, mark, time {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input, button, textarea, select {
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
}

button, textarea {
	-webkit-appearance: none
}

img, fieldset, iframe {
	border: 0 none
}

li {
	list-style: none
}

label {
	top: 2px;
	position: relative;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none
}

a {
	text-decoration: none;
	box-sizing: border-box;
	color: inherit;
}

a:link {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

hr {
	display: none
}

p {
	text-align: left;
	font-weight: 400;
	word-break: keep-all
}

/* 공통 레이아웃 */
#wrap {
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 100%;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-area-header {
	width: 1440px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fixed#header {
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	z-index: 2;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.fixed#header .main-area-header {
	width: 100%;
	padding: 0 0 0 30px;
}

#header .logo {
	font-size: 2.8rem;
	color: #fff;
	font-weight: 700;
}

/* 상단메뉴 */
#header .gnb a {
	display: inline-block;
	font-size: 2.2rem;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat';
	padding: 2rem;
	transition: 0.5s;
}

#header .gnb a:not(.portal-logo):hover {
	color: #9fe165;
	transform: translateY(-5px);
	transition: 0.5s;
}

.fixed#header .gnb a {
	padding: 20px 20px 16px 20px;
	font-size: 2rem;
}

#content-wrap {
	position: relative;
	width: 100%;
}

/*** footer 분리 - hdb */

@media all and (max-width:1499px) {
	#header .logo {
		padding-left: 30px;
	}
	#header .gnb a {
		padding: 64px 28px;
	}
}

@media all and (max-width:1279px) {
	#header .logo {
		padding-left: 30px;
		font-size: 2.4rem;
	}
	#header .gnb a {
		padding: 64px 15px;
		font-size: 2.4rem;
	}
	.fixed#header .gnb a {
		padding: 25px 15px;
	}
	.login-btn.btn1 {
		font-size: 16px;
		height: 34px;
		padding: 1.4rem 2rem;
	}
}

@media all and (max-width:991px) {
	#header .logo {
		padding: 20px;
		font-size: 2.6rem;
		text-align: left;
	}
	.fixed#header .logo {
		padding-left: 20px;
	}
	#header .gnb {
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-width: 1px 0;
	}
	#header .gnb a, .fixed#header .gnb a {
		padding: 18px 20px;
		font-size: 2.6rem;
	}
	#header .gnb a.portal-logo {
		position: absolute;
		right: 0;
		top: 0;
		padding: 10px 15px;
	}
	#header .gnb a button.login-btn {
		font-size: 2.4rem;
		border: none;
	}
}

@media all and (max-width:767px) {
	#header .gnb a, .fixed#header .gnb a {
		font-size: 2.4rem;
	}
}

@media all and (max-width:479px) {
	#header .logo, .fixed#header .logo, #header .gnb a, .fixed#header .gnb a {
		font-size: 2rem;
	}
	#header .logo, .fixed#header .logo {
		padding: 15px;
	}
	#header .gnb a, .fixed#header .gnb a {
		padding: 15px 10px;
		font-size: 2.2rem;
	}
	#header .gnb a.portal-logo {
		padding: 3px 10px;
	}

	#header .gnb a.portal-logo .show_when_login_y {
		margin-top: -3px;
	}
	#header .gnb a button.login-btn {
		font-size: 2rem;
	}
}

@media all and (max-width:339px) {
	#header .gnb a, .fixed#header .gnb a {
		font-size: 1.8rem;
		padding: 15px 10px;
	}
	#header .gnb a.portal-logo {
		padding: 2px 10px;
	}
	#header .gnb a:first-child, .fixed#header .gnb a:first-child {
		padding-left: 0;
	}
}

/* style.css */

.btn1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: .2s;
	margin: 0.2rem 0.5rem;
	white-space: nowrap;
	padding: 0 6rem;
	color: #fff;
	font-size: 1.4rem;
	height: 44px;
	padding: 1.4rem 2.4rem;
	border-radius: 5em;
	font-family: noto sans kr;
}

.btn1.size-s {
	font-size: 1.6rem;
	font-weight: 400;
	height: 50px;
	padding: 1.1rem 2rem;
}

.btn1.size-s.not-txt {
	width: 36px;
	height: 36px;
	padding: 0;
}

.btn1.size-s.not-txt i.left, .btn1.size-s.not-txt i.right {
	margin: 0;
}

.btn1.size-s img {
	height: 80%;
	margin-top: 3px;
	margin-left: 20px;
}

.btn1.start {
	background: #0c2792;
	border: 1px solid #0c1d61;
	padding: 12px 20px 12px 30px;
	border-radius: 10px;
	height: 50px;
	margin: 1em;

	font-size: 1.1em;
	color: white;
}

.btn1.start>* {
	margin-left: 30px;
	font-size: 15px;
}

.btn1.start:hover {
	background-color: #0029ce !important;
}

.btn1.type01 {
	background-color: #0c2792;
	color: #fff;
}

.btn1.type01:hover {
	background-color: #0029ce !important;
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn1:last-of-type {
	margin-right: 0 !important;
}

.btn1 i.left {
	margin-top: 2px;
	margin-right: 6px;
}

@media all and (max-width: 1280px) {
	.btn1.size-s {
		font-size: 2rem;
	}
}

@media all and (max-width: 991px) {
	.btn1.size-s {
		font-size: 2.4rem;
	}
}

#scrollTopBtn {
	display: none;
	position: fixed;
	z-index: 1000;
	cursor: pointer;
	bottom: 30px;
	right: 30px;
	padding: 10px 10px;

	color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	background-color: white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);

	font-size: 24px;
}

#scrollTopBtn.active {
	display: block;
}

#scrollTopBtn:hover {
	color: #0056b3;
	opacity: 1;
}

@media all and (max-width:460px) {
	#scrollTopBtn {
		right: 20px;
	}
}

.mob_break {
	display: none;
}

@media all and (max-width: 767px) {
	.mob_break {
		display: block;
	}
}

/* main.css */
.main-content {
	position: relative;
}

.main-content section > .inner {
	padding: 150px 50px 100px 50px;
}

.main-content .sec01.auto-height, .main-content .sec05.auto-height {
	height: 980px !important;
	min-height: auto !important;
}


/* section01 - platform section */

.main-content .sec01 {
	height: 980px;
	position: relative;
	overflow: hidden;
}

.main-content .sec01 .mySwiper2 .swiper-slide .inner {
	position: absolute;
	width: 1440px;
	top: 250px;
	left: 50%;
	transform: translateX(-50%);
}

.main-content .sec01 .mySwiper2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.main-content .sec01 .mySwiper2 .swiper-slide .inner .title {
	font-size: 9rem;
	color: #fff;
	font-weight: 700;
}

.main-content .sec01 .mySwiper2 .swiper-slide .inner .info-large {
	font-size: 3.6rem;
	color: #fff;
	font-weight: 700;
	margin-top: 40px;
	line-height: 150%;
}

.main-content .sec01 .mySwiper2 .swiper-slide .inner .info-small {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.5em;
}

.main-content .sec01 .mySwiper {
	position: absolute;
	bottom: 90px;
	width: 1440px;
	left: 50%;
	transform: translateX(-50%);
}

.main-content .sec01 .mySwiper .swiper-slide {
	width: calc(100%/ 4 - 20px) !important;
}

.main-content .sec01 .mySwiper .thumb-box {
	width: 100%;
	height: 250px;
	border: 3px solid #fff;
	padding: 30px;
	cursor: pointer;
}

.main-content .sec01 .mySwiper .thumb-box .plus {
	font-size: 4.0rem;
	color: #fff;
	font-weight: 700;
}

.main-content .sec01 .mySwiper .thumb-box .eng {
	display: inline-block;
	font-size: 2.8rem;
	color: #fff;
	font-weight: 700;
	margin-top: 70px;
}

.main-content .sec01 .mySwiper .thumb-box .kor {
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
}

.main-content .sec01 .mySwiper .swiper-slide.swiper-slide-thumb-active .thumb-box {
	background-color: #fff;
}

.main-content .sec01 .mySwiper .swiper-slide.swiper-slide-thumb-active .thumb-box .plus {
	color: #243bad;
}

.main-content .sec01 .mySwiper .swiper-slide.swiper-slide-thumb-active .thumb-box .eng {
	color: #243bad;
}

.main-content .sec01 .mySwiper .swiper-slide.swiper-slide-thumb-active .thumb-box .kor {
	color: #243bad;
}

/* section02 - portal link section */

.main-content .sec02 {
	padding: 50px 0;
	display: inline-block;
	width: 100%;
}

.main-content .sec02 .inner {
	width: 100%;
	max-width: 1600px;
	padding-top: 0;
	margin: 0 auto;
}

.main-content .sec02 .inner .title {
	font-size: 3rem;
	color: #000;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}

.main-content .sec02 .inner .description {
	font-size: 1.8rem;
	color: #000;
	text-align: center;
}

.main-content .sec02 .inner .list-box-wrap {
	position: relative;
	width: 100%;
	margin: 60px auto 0 auto;
}

.main-content .sec02 .inner .list-box-wrap .list-box {
	float: left;
	width: calc(100%/ 4 - 30px);
	height: 800px;
	background-color: #fff;
	margin: 15px;
	padding: 80px 20px 30px;
	text-align: center;
}

.main-content .sec02 .inner .list-box-wrap a.portal-site-link .list-box {
	border: 2px solid #eee;
	border-radius: 20px;
	transition: 0.3s border ease-in-out;
}

.main-content .sec02 .inner .list-box-wrap a.portal-site-link.active .list-box {
	border: 3px solid #093880;
	background-color: #eef4f7;
}

.main-content .sec02 .inner .list-box-wrap a.portal-site-link:not(.active):hover .list-box {
	border: 2px solid #b1b1b1;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.main-content .sec02 .inner .list-box-wrap .list-box .box-tit {
	font-size: 3rem;
	color: #000;
	font-weight: 800;
	text-align: center;
	padding-top: 200px;
	background-repeat: no-repeat;
	background-position: center top;
}

.main-content .sec02 .inner .list-box-wrap .list-box .box-tit.type01 {
	background-image: url(../images/service_img01.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .box-tit.type02 {
	background-image: url(../images/service_img02.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .box-tit.type03 {
	background-image: url(../images/service_img03.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .box-tit.type04 {
	background-image: url(../images/service_img04.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .btn-more {
	display: inline-block;
	font-size: 1.6rem;
	color: #000;
	font-weight: 300;
	margin-top: 24px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 14px 50px;
	transition: .3s;
}

.main-content .sec02 .inner .list-box-wrap .list-box .btn-more:hover {
	color: #fff;
	background-color: #000;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list {
	margin-top: 50px;
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap {
	display: flex;
	margin-bottom: 40px;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box {
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 15px;
	padding: 32px;
	margin-right: 20px;
	margin-left: 20%;
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: overlay, screen;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);

}

/* pccs icon */
.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon12 {
	background-color: #b90000;
	background-image: linear-gradient(180deg, #00000000 80%, #0000006c 100%), url(../images/pccs_icon01.png);
	background-size: contain;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon13 {
	background-color: #eb5e00;
	background-image: linear-gradient(180deg, #00000000 80%, #0000006c 100%), url(../images/pccs_icon02.png);
	background-size: contain;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon14 {
	background-color: #005c48;
	background-image: linear-gradient(180deg, #00000000 80%, #0000006c 100%), url(../images/pccs_icon03.png);
	background-size: contain;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon15 {
	background-color: #00255c;
	background-image: linear-gradient(180deg, #00000000 80%, #0000006c 100%), url(../images/pccs_icon04.png);
	background-size: contain;
}

/* pces icon */
.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon01 {
	background-color: #A333C8;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/pces_icon01.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon02 {
	background-color: #DB2828;
	background-image: linear-gradient(180deg, #00000000 40%, #000000da 100%), url(../images/pces_icon02.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon03 {
	background-color: #A5673F;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/pces_icon03.png);
}

/* gaia icon */

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon04 {
	background-color: #FBBD08;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/gaia_icon01.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon05 {
	background-color: #B5CC18;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/gaia_icon02.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon06 {
	background-color: #21BA45;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/gaia_icon03.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon07 {
	background-color: #00B5AD;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/gaia_icon04.png);
}

/* cmis icon */

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon08 {
	background-color: #2185D0;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/cmis_icon01.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon09 {
	background-color: #6435C9;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/cmis_icon02.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon10 {
	background-color: #E03997;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/cmis_icon03.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box.icon11 {
	background-color: #767676;
	background-image: linear-gradient(180deg, #00000000 40%, #000000af 100%), url(../images/cmis_icon04.png);
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .text-wrap {
	flex-grow: 1;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .text-wrap .tit {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1.7em;
	letter-spacing: -0.03rem;
	line-height: 140%;
	color: #3f3f3f;
	/* margin-bottom: 10px; */
	font-weight: 500;
	word-break: keep-all;
}

.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .text-wrap .txt {
	font-size: 14px;
	color: #555555;
	font-weight: 300;
}

.main-content .sec02 .icon-box:before {
	content: unset;
}

/* section05 - pccs service section */

.main-content .sec05 {
	background-image: url(../images/pces_left.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 980px;
	position: relative;
}

.main-content .sec05 .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	/* 20241024 pccs로 변경 - hdb */
	background: url(../images/pccs_title.png) top right no-repeat;
	padding: 160px 0;
}


/*
.main-content .sec05 .inner .title {
	top: 190px;
	position: absolute;
}
*/

.main-content .sec05 .inner .h-max-width {
	flex-direction: column;
	justify-content: space-between;
	gap: 80px;
}

.main-content .sec05 .inner .title p {
	display: block;
	font-size: 4.5rem;
	color: #cfcfcf;
	font-weight: 600;
	text-align: left;
	padding: 0 15px 0 7px;
	/* letter-spacing: -2px; */
	margin-bottom: 15px;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
}

.main-content .sec05 .inner .title p span {
	position: relative;
	font-size: 7rem;
	font-weight: 700;
	color: #ff9900;
	/* width: 660px; */
	text-align: right;
	display: inline-block;
	padding-right: 10px;
	text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.24);
}

.main-content .sec05 .inner .title p:nth-child(1) span::before {
	content: "";
	background: url(../images/pces_line01.png) 0 0 no-repeat;
	width: 64px;
	height: 74px;
	display: inline-block;
	position: absolute;
	right: 65px;
	top: -50px;
}

.main-content .sec05 .inner .text {
	font-size: 2.6rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	width: 100%;
	display: inline-block;
	height: 320px;
	/* bottom: 80px; */
	/* position: absolute; */
	word-break: keep-all;
}

.main-content .sec05 .inner .text .bg-gray {
	float: left;
	background: rgba(0, 0, 0, 0.11);
	/* height: 280px; */
	height: 100%;
	width: 55%;
	z-index: -1;
	position: relative;
}

.main-content .sec05 .inner .text .bg-gray.small {
	height: 6px;
	margin-bottom: 8px;
	z-index: 5;
}

.main-content .sec05 .inner .text .bg-gray.small::after {
	content: "";
	background: url(../images/pces_img.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 330px;
	height: 376px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: -10px;
}

.main-content .sec05 .inner .text span {
	float: left;
	width: 41%;
	color: #000000;
	text-align: left;
	line-height: 180%;
	padding: 0 0 0 50px;
	position : relative;

	font-family: "Noto Sans KR";
}

.main-content .sec05 .inner .text span::before {
	content: "";
	background: url(../images/pces_line02.png) 0 0 no-repeat;
	width: 108px;
	height: 88px;
	display: inline-block;
	position: absolute;
	right: -50px;
	top: -75px;
}

.main-content .sec05 .inner .text span i {
	font-weight: 600;
}

/* section-06 */

.main-content .sec08 {
	min-height: 1000px;
	position: relative;
	background: url(../images/gaia_title.png) top left no-repeat;
	background-size: cover;
}

.main-content .sec08 .inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;

	word-break: keep-all;
}

.main-content .sec08 .inner .title {
	font-size: 4.75rem;
	color: #000;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

.main-content .sec08 .inner .sub-title {
	margin: 30px auto 80px;
	text-align: center;
}

.main-content .sec08 .inner .sub-title span {
	display: inline-block;
	width: 100%;
	font-size: 2.2rem;
	letter-spacing: -0.03em;
	font-weight: 500;
	line-height: 140%;
	color:rgba(0, 0, 0, 0.6);
}

/*
.main-content .sec08 .inner .gaia_img {
	display: block;
	text-align: center;
	margin: 120px 0 70px 0;
}

.main-content .sec08 .inner .text {
	font-size: 2.8125rem;
	color: #444444;
	font-weight: 400;
	text-align: center;
	line-height: 170%;
	padding: 0 50px;
}

.main-content .sec08 .inner .text span {
	font-weight: 600;
	color: #000000;
}
*/

/* C3R Section - START */

.c3r-info-wrap {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	padding: 2.5em;

	max-width: 1499px;
	margin: 0 auto;

	font-family: "Noto Sans KR";
	font-size: 14px;
}

.c3r-info-wrap .left {
	flex: 1;
	padding-right: 2rem;
	text-align: left;
}

.c3r-info-wrap h3 {
	font-size: 2em;
	padding: 20px 0;
}

.c3r-info-wrap h3 span {
	font-weight: 400;
	font-size: 0.6em;
}

.c3r-info-wrap h3:before {
	width: 40px;
	height: 2px;
}

.c3r-info-wrap .left ul.info-list {
	width: 100%;
	overflow: hidden;
	padding: 1em;
}

ul.info-list li {
	position: relative;
	padding-bottom: 20px;
	color: #444;
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 150%;
}

ul.info-list li:before {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background: #444;
	position: absolute;
	left: 2px;
	top: 12px;
}

ul.info-list li strong {
	color: #2b66bf;
}

ul.info-list li a {
	position: relative;
	padding-left: 0;
	display: inline-block;
}

ul.info-list li a .fa-download {
	color: #2b66bf;
	font-size: 14px;
	margin: 0 3px;
}

.c3r-info-wrap .right {
	width: 640px;
}

.c3r-info-wrap .right .c3r-info-box {
	position: relative;
	background: url(../images/img-c3r.png) no-repeat 90px 0;
	width: 100%;
	min-height: 480px;
}

.c3r-info-box>div {
	width: 160px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.c3r-info-box>div strong {
	display: block;
}

.c3r-info-box>div span {
	display: block;
	color: #898989;
	padding-top: 3px;
	font-size: 12px;
	line-height: 150%;
}

.c3r-info-box>div.c3r-tit {
	top: 190px;
	left: 248px;
	width: 120px;
	text-align: center;
	padding: 0;
	font-size: 1.2em;
}

.c3r-info-box>div.c3r-tit h3 {
	padding: 0;
	font-size: 1.4rem;
}

.c3r-info-box>div.c3r-tit h3:before {
	display: none;
}

.c3r-info-box>div.c3r-01 {
	left: 0px;
	top: 50px;
	text-align: right;
	width: 150px;
}

.c3r-info-box>div.c3r-05 {
	left: 0px;
	top: 322px;
	text-align: right;
}

.c3r-info-box>div.c3r-02 {
	left: 470px;
	top: 50px
}

.c3r-info-box>div.c3r-03 {
	left: 515px;
	top: 230px;
	width: 120px;
}

.c3r-info-box>div.c3r-04 {
	left: 370px;
	top: 380px
}

/* C3R Section -END */
@media all and (max-width: 1499px) {
	.c3r-info-wrap {
		font-size: 12px;
	}
}

@media all and (max-width: 1220px) {
	.c3r-info-wrap {
		flex-direction: column;
	}

	.c3r-info-wrap .left {
		margin-bottom: 30px;
	}

	.c3r-info-wrap h3 {
		font-size: 2.4em;
		margin-bottom: 20px;
	}

	.c3r-info-wrap .left ul.info-list {
		padding: 0;
	}

	.c3r-info-wrap .right {
		width: 100%;
		display: inline-flex;
		justify-content: center;
	}

	.c3r-info-wrap .right .c3r-info-box {
		width: 640px;
	}
}

@media all and (max-width:767px) {
	.c3r-info-wrap h3 {
		font-size: 2em;
	}

	.c3r-info-wrap .right .c3r-info-box {
		display: none;
	}
}

/* section09 - pccs service fee section */

.main-content .sec09 {
	min-height: 1000px;
	display: block;
	background: url(../images/price_bg.jpg) top center no-repeat;
	background-size: 100% 540px;
}

.main-content .sec09 .inner {
	padding: 190px 50px 100px 50px;
}

.main-content .sec09 .inner .title {
	font-size: 4.75rem;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin-bottom: 70px;
	text-shadow: 5px 8px 8px rgba(0, 0, 0, 0.2);
}

.main-content .sec09 .inner .title+.etc {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 0 15px 15px 0;
	font-size: 1.4rem;
	font-weight: 300;
}

.main-content .sec09 .inner .title span {
	font-size: "Montserrat";
	font-size: 5rem;
	margin-right: 10px;
	letter-spacing: 1px;
}

/* event popup image */
.main-content .sec09 .inner .con .event {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -180px;
}

.main-content .sec09 .inner .con {
	position: relative;
	width: 100%;
	flex-direction: column;

	background: #eef4f7;
	border-radius: 10px;
	padding: 80px 100px;
}

.main-content .sec09 .inner .con .fee-title {
	font-size: 3.5rem;
	color: #000;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}

.main-content .sec09 .inner .con .fee-description {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.main-content .sec09 .inner .con .con-tit {
	width: 100%;
	font-size: 1.875rem;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin: 50px 0 30px;
}

.main-content .sec09 .inner .con .con-tit span {
	font-size: 4rem;
	font-weight: 700;
	margin: 0 5px;
}

.main-content .sec09 .inner .card-price {
	display: flex;
	height: calc(100% - 70px);
	justify-content: flex-start;
	align-items: stretch;
}

.main-content .sec09 .inner .card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 10px;
	padding-bottom: 100px;
}

.main-content .sec09 .inner .card .tit {
	text-align: center;
	text-transform: uppercase;
	padding: 17px;
	font-size: 20px;
	font-weight: 600;
}

.main-content .sec09 .inner .card .sub-tit {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	padding: 10px;
	color: #000000;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 3rem;
}

.main-content .sec09 .inner .card .sub-tit img {
	height: 1.7rem;
	margin-top: -3px;
	margin-right: 5px;
}

.main-content .sec09 .inner .card .con-detail {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
	height: 100%;
	padding: 20px 30px 0;
}

.main-content .sec09 .inner .card .con-detail p {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.5rem;

	display: inline-flex;
	justify-content: space-between;
}

.main-content .sec09 .inner .card .con-detail p span:first-child {
	width : 50%;
}

.main-content .sec09 .inner .card .con-detail p span:nth-child(2) {
	font-weight: 600;
}

.main-content .sec09 .inner .card .con-detail h4 {
	font-weight: 600;
	margin: auto;
}

.main-content .sec09 .inner .card .con-detail .red {
	color: #da7e7e
}

.main-content .sec09 .inner .card .con-detail .blue {
	color: #7e8fda
}

.main-content .sec09 .inner .card .con-detail img,
.main-content .sec09 .inner .card .price-detail span img {
	margin-bottom: 4px;
}

.main-content .sec09 .inner .card .price-detail {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 30px 0;
}

.main-content .sec09 .inner .card .price-detail span {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.6rem;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 15px auto 0;
}

.main-content .sec09 .inner .card .detail {
	padding: 15px;
	text-align: center;
}

.main-content .sec09 .inner hr {
	background: #E1E1E1;
	width: 100%;
	display: inline-block;
}

.main-content .sec09 .inner .card-blue {
	border: 1px solid #DBDEE9;
}

.main-content .sec09 .inner .card-blue .tit {
	background: #DBDEE9;
	color: #28335D;
}

.main-content .sec09 .inner .card-blue .price-detail {
	background: #EDEEF4;
}

.main-content .sec09 .inner .card-red {
	border: 1px solid #EDDFE1;
}

.main-content .sec09 .inner .card-red .tit {
	background: #EDDFE1;
	color: #5E2B33;
}

.main-content .sec09 .inner .card-red .price-detail {
	background: #F6EFF0;
}

.main-content .sec09 .inner .card-green {
	border: 1px solid #DDE7D8;
}

.main-content .sec09 .inner .card-green .tit {
	background: #DDE7D8;
	color: #133702;
}

.main-content .sec09 .inner .card-green .price-detail {
	background: #EEF3EB;
}

.main-content .sec09 .inner .btn1.type01 {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #0c2792;
	border: 1px solid #0c1d61;
	border-radius: 10px;
	color: #ffffff;
	width: calc(100% - 50px);
}

.main-content .sec09 .inner .con .card-price>div {
	width: calc(100% - 20px/ 3);
}

.main-content .sec09 h2 {
	font-size: 3.0rem;
	color: #000;
	font-weight: 600;
	line-height: 35px;
	margin: 30px 0px;
}

.main-content .sec09 h4 {
	font-size: 1.5rem;
	color: #000;
	font-weight: 500;
	margin: 20px 0px;
}

.main-content .sec09 table {
	min-height: 600px;
}

.main-content .sec09 .info td {
	top: 200px;
	vertical-align: top;
}

@media all and (max-width:1499px) {
	.main-content .sec09 .inner .con .event {
		margin-left: -180px;
	}
	.main-content .sec09 .inner .con {
		height: 100%;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	.main-content .sec09 .inner .con {
		height: auto;
	}
	.main-content .sec09 .inner .con .card-price>div {
		height: auto;
	}
	.main-content .sec09 .inner .card {
		padding-bottom: 60px;
	}
	.main-content .sec09 .inner .card .detail {
		padding: 10px 15px 60px 15px;
	}
	.main-content .sec09 .inner .card .price-detail {
		width: 100%;
	}
}

@media all and (max-width:1279px) {
	.main-content .sec09 .inner .con {
		padding: 30px;
	}
	.main-content .sec09 .inner .con .event {
		width: 30%;
		margin-left: -15%;
	}
	.main-content .sec09 .inner .con .event img {
		width: 100%;
	}

	.main-content .sec09 .inner .con .fee-title{
		font-size: 4rem;
	}
	.main-content .sec09 .inner .con .fee-description {
		font-size: 1.8rem;
	}
	.main-content .sec09 .inner .con .con-tit {
		margin: 30px 0;
	}

	.main-content .sec09 .inner .card .sub-tit {
		font-size: 1.8rem;
	}
	.main-content .sec09 .inner .card .price-detail {
		padding: 20px 0;
	}
	.main-content .sec09 .inner .card .price-detail .price-input label {
		width: 50px;
	}
	.main-content .sec09 .inner .card .price-detail .price-input input {
		width: 100%;
	}

	.main-content .sec09 .inner .card .con-detail {
		width: 60%;
	}

	.main-content .sec09 .inner .card .con-detail p span:first-child {
		width: auto;
	}

	.main-content .sec09 .inner .card .con-detail span,
	.main-content .sec09 .inner .card .con-detail h4 {
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
}

@media all and (max-width:991px) {
	.main-content .sec09 .inner .con {
		width: 100%;
		display: block;
	}
	.main-content .sec09 .inner .con .event {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
	.main-content .sec09 .inner .con {
		padding: 50px 30px 30px 30px !important;
	}

	.main-content .sec09 .inner .card .con-detail {
		width: 100%;
	}
}

@media all and (max-width:767px) {
	.main-content .sec09 .inner .card-price {
		display: inline-block;
		width: 100%;
	}
	.main-content .sec09 .inner .card {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.main-content .sec09 .inner .card .sub-tit {
		font-size: 2rem;
	}

	.main-content .sec09 .inner .card .price-detail {
		padding: 30px 0 ;
		font-size: 3.4rem;
	}

	.main-content .sec09 .inner .card .price-detail span{
		font-size: 2.2rem;
	}
	
	.main-content .sec09 .inner .card .con-detail {
		padding: 20px 30px;
	}

	.main-content .sec09 .inner .card .con-detail img{
		height: 2.5rem;
	}
}

@media all and (max-width:639px) {
	.main-content .sec09 .inner {
		padding: 170px 30px 100px 30px !important;
	}
	.main-content .sec09 .inner .con .right:not(input) {
		padding: 40px 20px 20px 20px !important;
	}
}

@media all and (max-width:539px) {
	.main-content .sec09 .inner .con {
		width: 100%;
		height: auto;
		margin-bottom: 20px !important;
	}
	.main-content .sec09 .inner .con .con-tit {
		text-align: left;
		padding-left: 90px;
		position: relative;
	}
	.main-content .sec09 .inner .con .con-tit span {
		position: absolute;
		left: 0;
		top: -9px;
	}
}


/* login button */
.login-btn {
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: 600;
}

.login-btn:hover {
	background-color: #9fe165;
	border-color: #9fe165;
	color: #000;
}

/* 20241028 footer 이동 - hdb */

/* 모달 팝업 버튼*/
.btn-box .btn-open {
	display: block;
	line-height: 50px;
	background: #333;
	text-align: center;
}

.btn-box .btn-open span {
	color: #fff;
}

/* 팝업 스타일 */
.modal-bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}
.modal-wrap {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:60vw;
	height:90vh;
	background:#fff;
	border-radius:1rem;
	z-index:1000;
	padding:8rem 5rem;
	overflow: hidden;
}
.modal-wrap .modal-close {
	font-size:3rem;
	font-weight: 600;
	border:1px solid #ddd;
	width: 46px;
	height: 46px;
	display: inline-block;
	position: absolute;
	right: 3rem;
	top: 3rem;
	line-height: 165%;
	border-radius:6px;
}

.modal-wrap .modal_title {
	border-bottom: 3px solid #444;
	padding-bottom: 4rem;
	font-size: 3.75rem;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.modal-wrap .histList {
	text-align: right;
	margin: 20px auto;
}

.modal-wrap .histList select {
	width: 260px;
	height: 36px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 2px 10px;
	border-radius: 5px;
}

.modal-wrap .histList select option {
	display:flex;
	align-items:center;
	border-top:#222 solid 1px;
	width: 100%;
	pointer-events:none;
	order:2;
	z-index:1;
	transition:background .4s ease-in-out;
	box-sizing:border-box;
	overflow:hidden;
	white-space:nowrap;
	border-radius: 0 !important;
}

.modal-wrap .histList select option:hover {
	background: #00255c;
}

.modal-wrap .doc_cntnts {
	height: 60vh;
	overflow-y: scroll;
	padding-top: 2rem;

	font-size: 1.4rem;
	line-height: 2.2rem;
}

.modal-wrap .doc_cntnts p {
	margin-bottom: 1rem;
}

.modal-wrap .doc_cntnts ol {
	padding-left: 2em;
	margin: 1em 0;
}

.modal-wrap .doc_cntnts ol li {
	list-style-type: decimal;
}

.modal-wrap .doc_cntnts, .doc_cntnts div, .doc_cntnts p, .doc_cntnts span {
	font-family: "Noto Sans KR", sans-serif !important;
}

@media all and (max-width:460px) {
	.histList select {
		width: 100%;
	}
}

/* media query START */

@media all and (max-width:1499px) {
	html, body {
		font-size: 10px;
	}
	.main-area-header {
		width: 100%;
	}
	.main-content .sec01 .mySwiper {
		width: calc(100% - 50px);
		left: 50px;
		transform: unset;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner {
		width: calc(100% - 100px);
		transform: unset;
		left: 50px;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide img {
		height: 100%;
		width: auto;
	}
	.swiper-free-mode>.swiper-wrapper {
		margin-left: 50px;
	}
	.main-content .sec05 .inner .title p {
		padding-left: 100px;
	}
	.main-content .sec05 .inner .title p span {
		text-align: left;
		width: 50px;
	}
	.main-content .sec05 .inner .title p:nth-child(1) span::before {
		right: unset;
		left: -50px;
	}
	.main-content .sec02 .inner .title {
		font-size: 4rem;
	}
	.main-content .sec02 .inner .list-box-wrap {
		width: 100%;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box {
		margin-left: 10%;
	}
	.main-content .sec02 .inner .list-box-wrap .list-box .box-tit {
		font-size: 2.4rem;
	}
}

@media all and (max-width:1279px) {
	html, body {
		font-size: 8px;
	}

	.main-content section > .inner {
		padding: 190px 30px 100px 30px;
	}

	.main-content .sec01 .mySwiper {
		bottom: 160px;
	}
	.main-content .sec01 .mySwiper .thumb-box {
		height: 200px;
	}
	.main-content .sec01 .mySwiper .thumb-box .eng {
		margin-top: 40px;
	}
	.main-content .sec05 {
		background-size: 55% 100%;
	}
	.main-content .sec05 .inner {
		background-size: 45%;
	}
	.main-content .sec05 .inner .text .bg-gray {
		width: 55%
	}
	.main-content .sec05 .inner .text span {
		background: rgba(0, 0, 0, 0.11);
		height: 280px;
		width: calc(100% - 55%);
		padding: 30px 20px;
		word-break: keep-all;
	}
	.main-content .sec05 .inner .text span br {
		display: none;
	}
	.main-content .sec05 .inner .text span::before {
		display: none;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box {
		width: calc(100% / 2 - 60px);
		height: 580px;
		margin: 30px;
		padding: 70px 20px 30px 20px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap {
		width: 50%;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .text-wrap .tit {
		font-size: 2em;
	}
}

@media all and (max-width:991px) {
	.main-content .sec01 .mySwiper {
		bottom: 180px;
	}
	.main-content .sec01 .mySwiper .thumb-box {
		height: 100px;
		position: relative;
	}
	.main-content .sec01 .mySwiper .thumb-box .eng, .main-content .sec01 .mySwiper .thumb-box .kor {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.main-content .sec01 .mySwiper .thumb-box .eng {
		margin-top: 0;
		top: 55px;
	}
	.main-content .sec01 .swiper-free-mode>.swiper-wrapper {
		display: inline-block;
		width: 100%;
	}
	.main-content .sec01 .mySwiper .swiper-slide {
		width: calc(100%/ 2 - 30px) !important;
		display: inline-block;
		margin-bottom: 10px;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner {
		top: 200px;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .title, .main-content .sec01 .mySwiper2 .swiper-slide .inner .info-large, .main-content .sec01 .mySwiper2 .swiper-slide .inner .info-small {
		text-align: center;
	}
	.main-area-header {
		display: block;
	}
	.main-content .sec05 {
		background-size: cover;
	}
	.main-content .sec05 .inner .text .bg-gray {
		display: none;
	}
	.main-content .sec05 .inner .text {
		bottom: 190px;
		font-size: 3.8rem;
	}
	.main-content .sec05 .inner .text span {
		background: transparent;
		color: #fff;
		width: 100%;
		padding-left: 100px;
		padding-right: 30px;
		font-size: 3rem;
	}
	.main-content .sec05 .inner .text span br {
		display: block;
	}
	.main-content .sec05 .inner {
		background: unset;
	}
	/*
	.main-content .sec08 .inner .text {
		padding: 0 40px;
	}
	.main-content .sec08 .inner .text br {
		display: none;
	}
	*/
	.main-content .sec02 {
		padding-top: 80px;
	}

	.main-content .sec02 .inner .list-box-wrap {
		padding: 0 20px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box {
		height: 800px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .box-tit {
		font-size: 4rem;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list {
		margin-left: 10px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap {
		width: 100%;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .icon-box {
		margin-left: 20px;
		margin-right: 20px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .text-wrap .tit {
		font-size: 2.2rem;
	}

	.main-content .sec02 .inner .description {
		padding: 10px 30px;
		line-height: 130%;
	}
	.modal-wrap {
		width: 90%;
	}
}

@media all and (max-width:767px) {
	html, body {
		font-size: 7px;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .title {
		font-size: 9rem;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .info-large {
		font-size: 3.6rem;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .info-small {
		font-size: 2.2rem;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .info-small br {
		display: none;
	}
	.main-content .sec01 .mySwiper {
		bottom: 60px;
	}
	.main-content .sec01 .mySwiper .swiper-slide {
		width: calc(100% - 40px) !important;
	}
	.main-content .sec01 .mySwiper .thumb-box {
		height: 50px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.main-content .sec01 .mySwiper .thumb-box .eng, .main-content .sec01 .mySwiper .thumb-box .kor {
		position: relative;
		top: unset;
		right: unset;
		margin: 0 5px 0 15px;
		font-size: 3rem;
	}

	.main-content .sec02 .inner .list-box-wrap {
		margin-top: 20px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box {
		width: 100%;
		height: auto;
		margin: 10px auto;
		padding: 50px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap .text-wrap .tit {
		font-size: 2.2rem;
	}
	.main-content .sec02 .inner .list-box-wrap .list-box .box-tit {
		font-size: 4.8rem;
	}
}

@media all and (max-width:639px) {
	.fixed#header .main-area-header {
		padding: 0;
	}
	.main-content .sec01, .main-content .sec05 {
		height: 100vh;
		min-height: 100vh;
	}
	.main-content .sec05 .inner .title {
		top: 22vh;
	}
	.main-content .sec05 .inner .text {
		bottom: 8vh;
	}
	.main-content .sec05 .inner .text span {
		padding-left: 40px;
	}

	/*
	.main-content .sec08 .inner .gaia_img {
		margin: 80px 0 70px 0;
	}
	.main-content .sec08 .inner .gaia_img img {
		width: 50%;
	}
	*/
	.main-content .sec08 .inner {
		padding : 150px 30px 100px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap {
		display: inline-flex;
		margin-bottom: 20px;
		justify-content: center;
		align-items: center;
		width: 80%;
	}
}

@media all and (max-width:539px) {
	.main-content .sec02 .inner .list-box-wrap {
		padding: 0 10px;
	}

	.main-content .sec02 .inner .list-box-wrap .list-box .app-list .app-list-wrap {
		width: 100%;
	}
}

@media all and (max-width:479px) {
	.main-content .sec01 .mySwiper2 .swiper-slide .inner {
		top: 160px;
		width: calc(100% - 50px);
		left: 25px;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .title {
		font-size: 6rem;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .info-large {
		font-size: 2.5rem;
	}
	.main-content .sec01 .mySwiper2 .swiper-slide .inner .info-small {
		font-size: 2.21rem;
	}
	.main-content .sec01 .mySwiper {
		left: 25px;
		bottom: 20px;
		width: calc(100% - 10px);
	}
	.main-content .sec01 .mySwiper .thumb-box {
		border-width: 1px;
	}
	.main-content .sec01 .mySwiper .thumb-box .eng, .main-content .sec01 .mySwiper .thumb-box .kor {
		font-size: 2rem;
	}
	.main-content .sec05 .inner .title p {
		font-size: 3.5rem;
		letter-spacing: 0;
		padding-left: 60px;
	}
	.main-content .sec05 .inner .title p span {
		font-size: 6rem;
		width: 40px;
	}
	.main-content .sec05 .inner .title p:nth-child(1) span::before {
		left: -40px;
	}
	.main-content .sec05 .inner .text span {
		text-align: center;
		padding: 40px 40px 20px 40px;
		height: auto;
	}
	.main-content .sec05 .inner .text span br {
		display: none;
	}
	.main-content .sec08 .inner {
		padding-top: 8vh;
	}
	/*
	.main-content .sec08 .inner .gaia_img {
		margin: 60px 0 50px 0;
	}
	*/
	.main-content .sec08 .inner .title {
		font-size: 3.6rem;
		padding: 0 20px;
	}
	.main-content .sec08 .inner .title br {
		display: none;
	}
	.main-content .sec08 .inner .text {
		font-size: 2.5rem;
	}
}

@media all and (max-width:339px) {
	.main-content .sec01 .mySwiper2 .swiper-slide .inner {
		top: 130px;
	}
	.main-content .sec01 .mySwiper .thumb-box {
		height: 40px;
	}
	.main-content .sec05 .inner .title p {
		font-size: 2.5rem;
		padding-left: 40px;
	}
	.main-content .sec05 .inner .title p span {
		font-size: 4.5rem;
		width: 30px;
	}
	.main-content .sec05 .inner .title p:nth-child(1) span::before {
		content: "";
		position: absolute;
		left: -40px;
		top: 0;
		background: none;
		background-color: #ff9900;
		width: 15px;
		height: 150px;
	}
	.main-content .sec05 .inner .text {
		height: auto;
	}
	.main-content .sec05 .inner .text span {
		font-size: 2.8rem;
	}
}

/* footer section */
/** footer 하단 이동 - hdb */

.footer {
	/* height: 350px; */
	min-height: 350px;
	background-color: #222;
	padding: 0 10px 20px;

	font-size: 10px;
	font-family: "Noto Sans KR";
}

.footer .inner {
	/* width: 1470px; */
	padding: 0 50px 20px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.footer .inner .left {
	margin-top: 90px;
	width: 100vw;
	position: relative;
}

.footer .inner .left .company {
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 16px;
	margin-right: 7em;
	width: 160px;
	display: block;
}

.footer .inner .left .footer-bottom {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer .inner .left .address {
	font-size: 1.5em;
	color: #fff;
	line-height: 2.5em;
	margin-top: 40px;
}

.footer .inner .left .address p {
	position: relative;
	left: 0;
	top: 6px;
}

.footer .inner .left .address span {
	position: relative;
	padding: 0 20px;
}

.footer .inner .left .address span::before {
	position: absolute;
	left: 0;
	/* top: 6px;*/
	top: 37%;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #8f8f8f;
}

.footer .inner .left .address span:nth-of-type(1) {
	padding-left: 0 !important;
}

.footer .inner .left .address span:nth-of-type(1)::before {
	display: none !important;
}

.footer .inner .left .logo-csap {
	width: 120px;
	margin: 20px;
}

.footer .inner .left .address .company-info span{
	display: inline-block;
}

.footer .inner .left .address .company-info .mob_break {
	display: none;
}

.footer .inner .left .info {
	font-size: 1.4em;
	color: #9e9e9e;
	line-height: 1.4em;
	margin-top: 30px;
}

.footer .inner .foot-menu {
	/* margin-top: 90px; */
	position: absolute;
	right: 0;
	top: 0;
}

.footer .inner .foot-menu li {
	position: relative;
	display: inline-block;
	font-size: 1.5em;
	color: #fff;
	padding: 0 20px;
}

.footer .inner .foot-menu li:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	width: 1px;
	height: 11px;
	background-color: #8f8f8f;
}

.footer .inner .foot-menu li:first-child:before {
	display: none;
}

.footer .inner .foot-menu li a:hover {
	color: rgb(244, 252, 171);
}

@media all and (max-width:1279px) {
	.footer .inner .left .address p, .footer .inner .left .address span {
		font-size: 0.8em;
	}
	.footer .inner .foot-menu li, .footer .inner .left .info {
		font-size: 1.4em;
	}

	.footer .inner .left .address span {
		padding: 0 10px;
	}
	.footer .inner .left .address span::before {
		top: 40%;
	}
}

@media all and (max-width:991px) {
	.footer .inner {
		padding: 0 30px;
	}
	.footer .inner .left .company {
		margin-top: -10px;
		width: 180px;
	}
	.footer .inner .left {
		margin-top: 60px;
	}
	.footer .inner .left .company {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer .inner .left .company img {
		width: 200px;
	}
	.footer .inner .foot-menu {
		position: relative;
		margin-top: 30px;
		text-align: center;
	}
	.footer .inner .left .address {
		/* padding: 0 20px 0 0;*/
		padding: 0;
		margin-top: 20px;
		text-align: center;
		word-break: keep-all;
	}
	.footer .inner .left .address p {
		font-size: 0.8em;
		line-height: 1.4em;
		text-align: center;
		font-weight: 400;
	}
	.footer .inner .left .address span {
		text-align: center;
		font-size: 0.8em;
		word-break: keep-all;
	}

	.footer .inner .left .address .company-info {
		margin-top: 30px;
		line-height: 1.8em;
	}

	.footer .inner .left .address .company-info .mob_break {
		display: block;
	}

	.footer .inner .left .footer-bottom {
		flex-direction: column;
		align-items: center;
	}

	.footer .inner .left .footer-bottom .logo-csap{
		width: 100px;
	}

	.footer .inner .left .address span:nth-child(3)::before,
	.footer .inner .left .address span:nth-child(4)::before {
		display: none;
	}

	.footer .inner .left .info {
		margin-top: 20px;
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding: 15px 10px;
	}
}

@media all and (max-width:460px) {
	.footer .inner .left .address span:nth-child(5)::before {
		display: none;
	}
}

/* pyk 추가 */

input,
select,
textarea {
	height: 2.4rem;
}

button:hover:not([disabled]),
a:hover:not([disabled]) {
	opacity: 1;
}

/* 20241028 hdb 추가 */
.h-max-width {
	max-width: 1499px;
	margin: 0 auto;
	display: flex;
}