@font-face {
	font-family: 'NanumSquareRound';
	font-weight: 400;
	src: url(../font/NanumSquareRoundR.eot);
	src: local(NanumSquareRoundR), url(../font/NanumSquareRoundR.woff) format('woff');
}

@font-face {
	font-family: 'NanumSquareRound';
	font-weight: 700;
	src: url(../font/NanumSquareRoundB.eot);
	src: local(NanumSquareRoundB), url(../font/NanumSquareRoundB.woff) format('woff');
}

@font-face {
	font-family: 'NanumSquareRound';
	font-weight: 800;
	src: url(../font/NanumSquareRoundEB.eot);
	src: local(NanumSquareRoundEB), url(../font/NanumSquareRoundEB.woff) format('woff');
}

@font-face {
	font-family: 'NanumSquareRound';
	font-weight: 300;
	src: url(../font/NanumSquareRoundL.eot);
	src: local(NanumSquareRoundL), url(../font/NanumSquareRoundL.woff) format('woff');
}

@font-face {
	font-family: 'Prompt';
	font-weight: 800;
	src: url(../font/PromptEB.eot);
	src: local(PromptEB), url(../font/PromptEB.ttf) format('truetype');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	text-decoration: none;
	letter-spacing: -0.3px;
	font-size: 10px;
}

body {
	height: 100%;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: NanumSquareRound;
	font-size: 1.6rem;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	text-decoration: none !important;
	cursor: pointer;
}

div,
span,
label,
a,
input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	display: block;
	text-decoration: none;
}

button,
select {
	border: none;
	background: transparent;
	cursor: pointer;
	font-family: NanumSquareRound;
	padding: 0px;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: crisp-edges;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: white;
}

::-webkit-scrollbar-track {
	background-color: rgba(39, 53, 69, 0.5);
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	75% {
		-webkit-transform: translateY(0.75em);
		transform: translateY(0.75em);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	75% {
		-webkit-transform: translateY(0.75em);
		transform: translateY(0.75em);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
}

.ContentWrap {
	width: 100%;
	height: 100vh;
	background-color: #1b2638;
	position: relative;
}

.ContentWrap .MainCont {
	max-width: 160rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ContentWrap .MainCont .M_LeftCont {
	/* margin-top: -30rem; */
	margin-top: -27rem;
	width: calc(100% - 66rem);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: white;
	-webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
	animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
}

.ContentWrap .MainCont .M_LeftCont > span {
	word-break: keep-all;
}

.ContentWrap .MainCont .M_LeftCont > h1 {
	margin-left: -4px;
	font-size: 7.5rem;
	font-weight: 800;
	margin-bottom: 6rem;
}
.ContentWrap .MainCont .M_LeftCont > h1 > p {
	white-space: pre-line;
}
.ContentWrap .MainCont .M_LeftCont > h1 span {
	margin-left: 2px;
	display: block;
	font-family: Prompt;
	line-height: 10rem;
	font-size: 8rem;
	letter-spacing: 1rem;
	text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
	color: #1b2638;
}

.ContentWrap .MainCont .M_LeftCont > h1 span.br {
	display: none;
}

.ContentWrap .MainCont .M_LeftCont > p {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.ContentWrap .MainCont .M_LeftCont > span {
	white-space: pre-line;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 100;
}

.ContentWrap .MainCont .M_RightCont {
	width: 66rem;
	height: 100%;
	max-height: 920px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1279px) {
	.ContentWrap .MainCont .M_RightCont {
		padding-left: 2rem;
	}
}

.ContentWrap .MainCont .M_RightCont img {
	width: auto;
	max-width: 100%;
	height: 100%;
	animation: slide-in-bck-center 1.5s linear both;
	-webkit-animation: slide-in-bck-center 1.5s linear both;
	position: absolute;
}

.ContentWrap .MainCont .M_RightCont img.GisBg {
	z-index: 2;
}

.ContentWrap .MainCont .M_RightCont img.GisBgS {
	z-index: 1;
}
.i18nBtn {
	padding: 1rem 3rem;
	z-index: 3;
	color: #ffffff;
	font-weight: 700;
	font-size: large;
	position: absolute;
	height: fit-content;
	right: 1rem;
	top: 2rem;
}
.ContentWrap .MainCont .M_Bottom {
	position: absolute;
	bottom: 7rem;
	z-index: 2;
	-webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
	animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

.ContentWrap .MainCont .M_Bottom a img {
	width: auto;
	max-width: 100%;
}

.ContentWrap.Main::before {
	content: '';
	display: block;
	width: 100%;
	height: 25rem;
	background: url(../images/M_BG.svg) no-repeat left top;
	position: absolute;
	bottom: 0px;
	opacity: 0.2;
	background-size: cover;
}

.ContentWrap.Main {
	overflow: hidden;
}

.ContentWrap.Main .M_ScrollWrap {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
}

.ContentWrap.Main .M_ScrollWrap .ScrollIcon {
	display: block;
	position: relative;
	height: 4rem;
	width: 2.5rem;
	border: 0.2rem solid #c5c5c5;
	border-radius: 3rem;
	z-index: 100;
}

.ContentWrap.Main .M_ScrollWrap .ScrollIcon .ScrollIcon_Dot {
	display: block;
	position: absolute;
	left: 50%;
	background: white;
	height: 0.5rem;
	width: 0.5rem;
	top: 0.6rem;
	margin-left: -0.25rem;
	border-radius: 50%;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: scroll 2s ease-out infinite;
	animation: scroll 2s ease-out infinite;
}

.ContentWrap.Sub {
	padding: 6rem 4.5rem;
	background: url(../images/S_Bg.png) no-repeat left top;
	background-size: cover;
}

.ContentWrap.Sub .SubCont {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.ContentWrap.Sub .SubCont .S_LeftCont {
	width: calc(100% - 905px);
	height: 100%;
	display: flex;
	flex-direction: column;
	/* padding: 2.7rem 3.5rem; */
	padding: 2.7rem 3.5rem 4rem 3.5rem;
	float: left;
	position: relative;
}

.ContentWrap.Sub .SubCont .S_LeftCont h2 {
	display: inline-block;
	margin-top: 2rem;
	padding-left: 2.5rem;
}

.ContentWrap.Sub .SubCont .S_LeftCont h2 img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

.ContentWrap.Sub .SubCont .S_LeftCont h2 img.H_Logo {
	display: block;
	width: 380px;
}

.ContentWrap.Sub .SubCont .S_LeftCont h2 img.H_LogoM {
	display: none;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt {
	width: 100%;
	margin-top: auto;
	/* position: absolute;
    bottom: 2rem; */
	color: white;
	/* left: 6rem; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt .textblock {
	display: none;
	height: 28.5rem;
	position: absolute;
	bottom: -50px;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt .textblock .TitleTxt {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1.6rem;
	position: relative;
	word-break: keep-all;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt .textblock .ReadingTxt {
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 100;
	max-height: 100px;
	overflow-y: auto;
	word-break: keep-all;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt .textblock .ReadingTxt span {
	display: block;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox1::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box01.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -2rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox2::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box02.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -3rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox3::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box03.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -2rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox4::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box04.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: 0rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox5::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box05.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -2rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox6::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box06.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -2rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox7::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box07.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -2rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox8::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box08.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -2rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox9::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box09.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -2rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox10::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box10.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -3rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox11::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box11.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
	/* top: -12.8rem;
    left: -3rem;
    position: absolute; */
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox14::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box14.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox15::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box15.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox16::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box16.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox17::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box17.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox18::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box18.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox19::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box19.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
}

.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt #divBox20::before {
	content: '';
	display: block;
	background: url(../images/Ico_Box20.png) no-repeat left top;
	width: 11.8rem;
	height: 11.8rem;
}

.ContentWrap.Sub .SubCont .S_RightCont {
	width: 90.5rem;
	height: calc(100% - 2rem);
	/* overflow: auto; */
	float: left;
	position: relative;
	z-index: 99;
}
.ContentWrap.Sub .SubCont .S_RightCont .BoxScrollCont {
	overflow: auto;
	height: calc(100% - 5rem);
}
.ContentWrap.Sub .SubCont .S_RightCont .BoxWrapCont {
	display: flex;
	flex-wrap: wrap;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap {
	cursor: pointer;
	display: inline-block;
	width: 40rem;
	height: 28.5rem;
	margin: 2rem;
	float: left;
	border-radius: 2rem;
	-webkit-box-shadow: 0.5rem 0.7rem 1.9rem rgba(0, 0, 0, 0.25);
	box-shadow: 0.5rem 0.7rem 1.9rem rgba(0, 0, 0, 0.25);
	color: white;
	position: relative;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	overflow: hidden;
	padding: 4.4rem 3rem;
	z-index: 0;
	background-color: #273545;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap a {
	width: 100%;
	height: 100%;
	color: white;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap .BoxTitle {
	font-size: 1.7rem;
	line-height: 2.4rem;
	margin-bottom: 1.3rem;
	font-weight: 100;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap h2 {
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 3.6rem;
	white-space: pre-line;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap .New {
	position: absolute;
	width: auto;
	height: 2rem;
	line-height: 2rem;
	padding: 0px 1rem;
	background-color: #f6d549;
	color: #273545;
	border-radius: 5rem;
	font-size: 1.3rem;
	top: 2.6rem;
	right: 2rem;
	font-weight: bold;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap .ImgWrap {
	display: inline-block;
	position: absolute;
	right: 0.4rem;
	bottom: 2.6rem;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap:hover::before {
	content: '';
	position: absolute;
	z-index: -2;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: #273545;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f6d649),
		color-stop(40%, rgba(39, 53, 69, 0.7)),
		color-stop(50%, rgba(39, 53, 69, 0.5)),
		color-stop(60%, rgba(39, 53, 69, 0.2)),
		to(rgba(39, 53, 69, 0))
	);
	background-image: linear-gradient(
		#f6d649 0%,
		rgba(39, 53, 69, 0.7) 40%,
		rgba(39, 53, 69, 0.5) 50%,
		rgba(39, 53, 69, 0.2) 60%,
		rgba(39, 53, 69, 0) 100%
	);
	-webkit-animation: rotate 5s linear infinite;
	animation: rotate 5s linear infinite;
}

.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap:hover::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	background: #273545;
	border-radius: 1.5rem;
}

.ContentWrap.Sub .S_ScrollWrap {
	position: absolute;
	right: 2.5rem;
	bottom: 2.5rem;
}

.ContentWrap.Sub .S_ScrollWrap .ScrollIcon {
	display: block;
	position: relative;
	height: 4rem;
	width: 2.5rem;
	border: 0.2rem solid #c5c5c5;
	border-radius: 3rem;
	z-index: 100;
}

.ContentWrap.Sub .S_ScrollWrap .ScrollIcon .ScrollIcon_Dot {
	display: block;
	position: absolute;
	left: 50%;
	background: white;
	height: 0.5rem;
	width: 0.5rem;
	top: 0.6rem;
	margin-left: -0.25rem;
	border-radius: 50%;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: scroll 2s ease-out infinite;
	animation: scroll 2s ease-out infinite;
}

.ContentWrap .ReadingTxt {
	width: 70%;
}

.M_innerDiv {
	display: flex;
	justify-content: flex-start;
	padding-left: 5rem;
}

.boardPageBtn {
	border-radius: 1rem;
	padding: 1rem 1rem;
	margin-right: 1rem;
	color: #fff;
	font-weight: bold;
	/* width: calc(100% / 3); */
	word-break: keep-all;
}

.boardPageBtn :last-of-type {
	margin-right: 0;
}

.boardPageBtn:hover {
	background-color: #aeea00;
	color: #000;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes slide-in-bck-center {
	0% {
		-webkit-transform: scale(10);
		transform: scale(10);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slide-in-bck-center {
	0% {
		-webkit-transform: scale(10);
		transform: scale(10);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes slide-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slide-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width: 1635px) {
	.ContentWrap .MainCont {
		padding: 0px 8rem;
	}

	.ContentWrap .MainCont .M_LeftCont h1 span.br {
		display: block;
	}

	.ContentWrap .MainCont .M_LeftCont > span br {
		display: none;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont {
		/* padding: 2.7rem 0; */
		padding: 2.7rem 0 4rem 0;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont h2 {
		margin-top: 0rem;
		padding-left: 0rem;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt {
		left: 0rem;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt .ReadingTxt {
		width: 90%;
	}
}

@media (max-width: 1279px) {
	.ContentWrap {
		min-height: 100vh;
		height: 100%;
	}

	.ContentWrap .MainCont {
		padding: 6rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ContentWrap .MainCont .M_LeftCont {
		margin-top: 0;
		width: 100%;
		height: calc(100% + 100px);
		max-height: 582px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.ContentWrap .MainCont .M_LeftCont h1 {
		font-size: 7rem;
		line-height: 9rem;
	}

	.ContentWrap .MainCont .M_LeftCont h1 > span {
		line-height: 1;
	}

	.ContentWrap .MainCont .M_RightCont {
		max-width: 100%;
		height: calc(100% - 582px);
		margin: 0 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}

	.ContentWrap .MainCont .M_RightCont img {
		position: relative;
	}

	.ContentWrap .MainCont .M_RightCont img.GisBgS {
		display: none;
	}

	.ContentWrap .MainCont .M_Bottom {
		position: relative;
		width: 100%;
		height: 100px;
		padding-top: 50px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		bottom: 0;
	}

	.ContentWrap.Main .M_ScrollWrap {
		right: 6rem;
		bottom: 6rem;
	}

	.ContentWrap.Sub {
		padding: 6rem;
		background-attachment: fixed;
	}

	.ContentWrap.Sub .SubCont {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont {
		width: 100%;
		height: 96px;
		clear: both;
		padding: 0px;
		margin-bottom: 2rem;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont h2 img.H_Logo {
		display: none;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont h2 img.H_LogoM {
		display: block;
		width: 350px;
		margin-left: -1em;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont .L_BottomTxt {
		display: none;
	}

	.ContentWrap.Sub .SubCont .S_RightCont {
		clear: both;
		height: calc(100% - 116px);
		margin: 0 auto;
	}
}

@media (max-width: 1023px) {
	html {
		font-size: 9px;
	}

	.ContentWrap .MainCont .M_Bottom a {
		width: 50%;
	}

	.ContentWrap.Main .M_ScrollWrap {
		right: 3rem;
		bottom: 4rem;
	}

	.ContentWrap.Sub {
		padding: 4rem;
	}

	.ContentWrap.Sub .SubCont .S_LeftCont h2 {
		width: 80%;
	}

	.ContentWrap.Sub .SubCont .S_RightCont {
		width: 45rem;
	}

	.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap {
		display: block;
		margin: 0 2rem 2rem;
	}
}

@media (max-width: 600px) {
	.ContentWrap .MainCont {
		padding: 4rem;
	}

	.ContentWrap .MainCont .M_RightCont {
		height: 50rem;
	}

	.ContentWrap.Sub {
		padding-top: 7rem;
		background: none;
		background-attachment: fixed;
		background-size: cover;
	}

	.ContentWrap.Sub::before {
		content: '';
		display: block;
		background: url(../images/S_Bg.png) no-repeat left top;
		background-size: cover;
		height: 100vh;
		width: 100vw;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
		z-index: -10;
	}

	.ContentWrap.Main .M_ScrollWrap .ScrollIcon {
		width: 2.3rem;
		height: 3.8rem;
		position: fixed;
		right: 3rem;
		bottom: 3rem;
		animation: slide-show 2s both;
		-webkit-animation: slide-show 2s both;
		-webkit-animation-delay: 3s;
		animation-delay: 3s;
	}

	.ContentWrap.Sub .S_ScrollWrap .ScrollIcon {
		display: none;
	}
}

@media (max-width: 480px) {
	html {
		font-size: 8px;
	}

	.ContentWrap .MainCont {
		padding: 3rem;
	}

	.ContentWrap.Sub {
		padding: 3rem;
	}

	.ContentWrap.Sub .SubCont .S_RightCont {
		width: 100%;
	}

	.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap {
		width: 100%;
		margin: 1.2rem 0px;
	}
}

@media (max-width: 320px) {
	.ContentWrap .MainCont .M_LeftCont h1 {
		font-size: 5.5rem;
	}

	.ContentWrap .MainCont .M_LeftCont > p {
		font-size: 2.2rem;
	}

	.ContentWrap .MainCont .M_LeftCont > span {
		font-size: 1.8rem;
	}

	.ContentWrap.Sub {
		padding: 3rem;
	}

	.ContentWrap.Sub .SubCont .S_RightCont {
		width: 100%;
	}

	.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap {
		width: 34rem;
		margin: 1.2rem 0px;
	}

	.ContentWrap.Sub .SubCont .S_RightCont .BoxWrap h2 {
		font-size: 2.3rem;
	}
}

.reportBtnDiv {
	display: flex;
	justify-content: end;
	padding-right: 4.6rem;
	height: 3rem;
}
.searchReportInput {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	padding: 0.5rem;
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
}
.searchReportBtn {
	background: #fff;
	color: #000;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	font-size: medium;
	font-weight: bold;
	margin-left: 1rem;
}
