* {
	margin: 0 auto;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}



a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
tfoot,
thead,
th,
td,
article,
figure,
em,
address {
	margin: 0;
	padding: 0;
	font-style: normal
}

img.objectfit {
	object-fit: cover;
}

.nopm,
.nopm>li,
.nopm>dt,
.nopm>dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	
}


.ud-list {
	width: 75%;
	margin-left: 0;
	margin-right: 0;
}

header {
	display: flex;

}

/* 
.nopm,
.nopm>li,
.nopm>dt,
.nopm>dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul,
li,
dl,
dl>dt,
dl>dd {
	padding: 0;
	list-style: none;
}


.m_login_btn {
	display: none;
}

.back_img {

	background-image: url(../img/Dark_back.png);
	background-position: center;
	background-repeat: no-repeat;

	background-attachment: fixed;


}

.logo {
	margin: 30px;
	margin-left: 65px;
	margin-top: 20px;
}
#gnb2 {
	margin-right: 47px;
	margin-top: 15px;
}

#gnb2>ul>li {
	position: relative;

}

#gnb2>ul>li:last-child {
	padding-top: 10px;
}

#gnb2>ul>li>a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 140px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 500;

	color: #fff;
}

#gnb2>ul>li>a svg {
	margin-left: 10px;
	margin-right: 0;
}

#gnb2.submode>ul>li>a {
	color: #999;
}

#gnb2.submode>ul>li:hover>a {
	color: #212121;
}


#gnb2>ul {
	display: flex;
	align-items: center;
}

#gnb2>ul>li>ul {
	display: none;
	position: absolute;
	z-index: 11;
	top: 70px;
	left: 0;
	min-width: 150px;
	padding-bottom: 10px;
	background-color: #242831;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 5px 5px;
	border: 1px solid #373d4b;
}

#gnb2>ul>li>ul>li {
	padding: 0 !important;
}

#gnb2>ul>li>ul>li>a {
	display: block;
	padding: 5px 10px;
	color: #fff;
}

#gnb2>ul>li>ul>li>a:hover {
	color: #9e9e9e;
}

#gnb2>ul>li:hover>ul {
	display: block;
} */

/* 모바일 상단 헤더 */
.mb_loginbtn {
	margin-right: 0;
}

.div_logout {
	margin-right: 0;
}

.div_logout a {
	font-size: 10px;
	color: #999999;
}

#newHeaderM {
	/* position: absolute;
    top: 0;
    left: 0; */
	width: 100%;
	display: flex;
	align-items: center;
	height: 85px;
	padding: 0 10%;
	box-sizing: border-box;
	color: #fff;
	z-index: 7000;

}

.m-state {
	margin-right: 50px;
}

#newHeaderM .m-state p {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #707070;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

#newHeaderM .login-go {
	position: absolute;
	top: calc(50% - 15px);
	right: 10%;
}

#newHeaderM .login-go a {
	display: block;
	width: 30px;
}

@media screen and (min-width: 600px) {
	#newHeaderM {
		display: none;
	}
}

/* 상단 헤더 */
#newHeader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 10;
	padding-top: 10px;
	box-sizing: border-box;
}

#newHeader h1 {
	position: absolute;
	top: calc(50% - 15px);
	left: 20px;
	width: 30px;
}

#newHeader h1 a svg .st0-1 {
	fill: #fff;
}

/* #newHeader h1 a {
    display: block;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/mark_uds_w.png");
    background-size: auto 100%;
} */

#pcGnb {
	margin-right: 0;
}

#pcGnb>ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

#pcGnb>ul>li {
	position: relative;
}

#pcGnb>ul>li a.tit-link-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#pcGnb>ul>li a.tit-link-btn .ico-arrow {
	margin-left: 10px;
	width: 10px;
	font-size: 0;
}

#pcGnb>ul>li ul {
	display: none;
	position: absolute;
	top: 60px;
	left: calc(50% - 75px);
	width: 150px;
	padding: 5px 0;
	border: 1px solid #373d4b;
	background-color: #242831;
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

#pcGnb>ul>li ul li a {
	display: block;
	line-height: 30px;
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
}

#pcGnb>ul>li:hover .nopm {
	display: block;
}

#newHeader .user-state {
	display: flex;
	height: 70px;
	justify-content: flex-end;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}

#newHeader .user-state button.login {
	padding: 5px;
	border: none;
	background-color: #fff;
	font-weight: 500;
	border-radius: 10px;
	cursor: pointer;
}

#newHeader .user-state .ub-state {
	position: relative;
}

#newHeader .user-state .ub-state p.name-first {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #707070;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

#newHeader .user-state .ub-state .user-detail {
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	justify-content: space-between;
	align-items: center;
	width: 280px;
	padding: 10px;
	border: 1px solid #373d4b;
	background-color: #242831;
	color: #fff;
	font-size: 12px;
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

#newHeader .user-state .ub-state .user-detail .ud-list p {
	padding: 1px 0;
}

#newHeader .user-state .ub-state .user-detail .inner-link a {
	display: block;
	padding: 5px;
	margin: 2px;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
}

#newHeader .user-state .pc-sitemap-btn {
	display: none;
}



@media screen and (min-width: 600px) {
	#newHeader {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		z-index: 8;
	}
}

@media screen and (min-width: 979px) {
	#pcGnb>ul>li a.tit-link-btn {
		padding: 0 15px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1239px) {
	#newHeader h1 {
		top: 25px;
		width: 200px;
	}

	/* #newHeader h1 a {
        height: 40px;
        background-image: url("../images/logo_w.png");
    } */

	#pcGnb>ul>li a.tit-link-btn {
		font-size: 16px;
		padding: 0 18px;
	}

	#pcGnb>ul>li ul {
		top: 69px;
	}

	#pcGnb>ul>li ul li a {
		font-size: 14px;
	}
}

@media screen and (min-width: 1480px) {



	#newHeader h1 {
		left: 20px;
	}

	#newHeader .user-state .ub-state p.name-first {
		display: none;
	}

	#newHeader .user-state .ub-state .user-detail {
		display: flex;
		position: relative;
		top: auto;
		right: auto;
		padding: 0;
		border: none;
		background-color: transparent;
		font-size: 12px;
		-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
}

@media screen and (min-width: 1639px) {
	#pcGnb>ul>li a.tit-link-btn {
		font-size: 16px;
	}

	#pcGnb>ul>li a.tit-link-btn .ico-arrow {
		width: 14px;
		margin-left: 5px;
	}

	#newHeader .user-state .pc-sitemap-btn {
		display: block;
		margin-left: 10px;
	}

	#newHeader.open {
		height: auto;
		padding-bottom: 0;
		background-color: rgba(0, 0, 0, 0.8);
		padding-bottom: 20px;
	}

	#newHeader.open:after {
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.2);
		content: '';
	}

	#newHeader.open #pcGnb>ul>li ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: 350px;
		margin-top: 20px;
		padding-top: 20px;
		border: none;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		background-color: transparent;
		-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
}

@media screen and (min-width: 1839px) {
	#pcGnb>ul>li a.tit-link-btn {
		padding: 0 11px;
	}
}






/* 모바일 메인 페이지 */
.m-main-container {
	position: relative;
	height: 100%;
	padding: 0 10%;
	box-sizing: border-box;
}

.m-main-container .mmc-top {
	padding: 20px;
	background-color: rgba(82, 88, 102, 0.25);
	border-radius: 30px;
	color: #fff;
}

.m-main-container .mmc-top .top-mark {
	margin-left: 0;
	width: 50px;
}

.m-main-container .mmc-top .mmc-txt {
	margin-top: 0;
	font-size: 22px;
}

.m-main-container .mmc-top .mmc-txt small {
	display: block;
	margin-top: 10px;
	color: #c7c7c7;
	font-size: 14px;
}

.m-main-container .mmc-box {
	display: flex;
	margin: 10px -4% 0;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.m-main-container .mmc-box .mmc-con {
	width: 44%;
	margin: 2%;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	box-sizing: border-box;
}

.m-main-container .mmc-box .mmc-con a {
	display: block;
	padding: 30px 10px;
	color: #fff;
	text-align: center;
}

.m-main-container .mmc-box .mmc-con a span {
	display: block;
	width: 40px;
	margin: 0 auto;
}

.m-main-container .mmc-box .mmc-con a em {
	display: block;
	margin-top: 10px;
	font-style: normal;
	font-size: 14px;
}

.m-main-container .mmc-box .mmc-con.mmc-con-quake {
	background-color: #fe7235;
}

.m-main-container .mmc-box .mmc-con.mmc-con-flood {
	background-color: #07f;
}

.m-main-container .mmc-box .mmc-con.mmc-con-plus {
	border: 2px dashed #c7c7c7;
	background-color: transparent;
}


@media screen and (min-width: 600px) {
	.m-main-container {
		display: none;
	}

}



/* 모달팝업 */
.modal-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: flex-start;
	padding: 10%;
	overflow-y: auto;
	background: #3c424e url("https://ods.kisti.re.kr/resources_new/img/mb_background.png") no-repeat center/cover;
	z-index: 999999999;
	color: #fff;
}

.modal-popup.open {
	display: flex;
}

.modal-popup .mp-box {
	width: 100%;
	max-width: 400px;
}

.modal-popup .mp-box .modal-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-popup .mp-box .modal-popup-header h2 {
	font-size: 26px;
}

.modal-popup .mp-box .modal-popup-header a.modal-popup-close-btn {
	display: block;
	width: 20px;
	font-size: 0;
	margin-right: 0;
}

.modal-popup .mp-box .modal-popup-body {
	padding: 30px 0;
}

.modal-popup .mp-box .modal-popup-body .join-input {
	width: 100%;
	padding: 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: transparent;
	border-radius: 20px;
	color: #fff;
	box-sizing: border-box;
}

.modal-popup .mp-box .modal-popup-body .join-select {
	width: 100%;
	/* height: 40px;
    line-height: 40px; */
	padding: 10px 10px;
	border-radius: 20px !important;
	box-sizing: border-box;
	font-size: 13px;
	border: 1px solid #999;
	background: url("https://ods.kisti.re.kr/resources_new/img/bottom_arrow.png") no-repeat 90% center/14px;
	color: #fff;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.modal-popup .mp-box .modal-popup-body .join-select option {
	background-color: #3c424e;
}

.modal-popup .mp-box .modal-popup-body .btn-area {
	margin-top: 30px;
	text-align: center;
}

.modal-popup .mp-box .modal-popup-body .btn-area .save-btn {
	display: inline-block;
	min-width: 100px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: none;
	background-color: rgba(0, 119, 255, 0.5);
	color: #fff;
	font-weight: 500;
	border-radius: 25px;
}

.modal-popup .mp-box .modal-popup-body .sign-out {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
}

.modal-popup .mp-box .modal-popup-body .sign-out a {
	display: inline-block;
	padding: 20px 40px;
	color: #bee6ff;
}

@media screen and (min-width: 767px) {
	.modal-popup {
		align-items: center;
		background: transparent;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.modal-popup .mp-box {
		overflow: hidden;
		background: #4F545F;
		border-radius: 15px;
	}

	.modal-popup .mp-box .modal-popup-header {
		padding: 15px 20px;
		background-color: #3C424E;
	}

	.modal-popup .mp-box .modal-popup-header h2 {
		font-size: 20px;
	}

	.modal-popup .mp-box .modal-popup-header a.modal-popup-close-btn {
		width: 16px;
	}

	.modal-popup .mp-box .modal-popup-body {
		padding: 40px;
	}

	.modal-popup .mp-box .modal-popup-body .sign-out {
		display: none;
	}
}


/* 모달팝업 // 정보변경 */
.modal-popup.user-modify .modal-popup-body dl {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.modal-popup.user-modify .modal-popup-body dl dt {
	display: table-cell;
	width: 100px;
}

.modal-popup.user-modify .modal-popup-body dl dd {
	display: table-cell;
}


/*  모달팝업 // 로그인 */
.modal-popup.user-login .modal-popup-body ul li {
	margin-bottom: 10px;
}

.modal-popup.user-login .modal-popup-body .join-input {
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #3c424e;
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 16%);
}

.modal-popup.user-login .modal-popup-body .login-btn {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: none;
	background-color: rgba(0, 119, 255, 0.6);
	color: #fff;
	font-weight: 500;
	border-radius: 25px;
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 16%);
}


/* 헤더 끝 */



.login_btn {
	padding-left: 50px;
}

.login {
	font-size: 18px;
	font-weight: 500;
	background-color: #fff;
	border: none;
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
	/* margin-top: 20px; */
	/* margin-bottom: 30px; */
	margin-right: 10px;
}

.login_btn_01 {
	display: none;
}

.login_01 {
	font-size: 18px;
	font-weight: 500;
	background-color: #fff;
	border: none;
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 10px;
}


.login_btn01 {
	display: flex;
	height: 70px;
	align-items: center;
}

.m_login_btn {
	display: none;
}

.login_btn01 p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	height: 25px;
	box-sizing: border-box;
}

.loginbtn_inner button {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 20px;
	padding: 5px;
	height: 28px;
	font-size: 12px;
	margin-bottom: 2px;
	box-sizing: border-box;
}


.login_btn01 .loginbtn_inner {
	display: grid;
	grid-template-rows: repeat(2, auto);

}



.alignCenter {
	text-align: center !important;
}

.alignLeft {
	text-align: left !important;
}

.alignRight {
	text-align: right !important;
}

.floats:after {
	content: '';
	display: block;
	clear: both
}




.floats>li {
	float: left;
}

.floats>li.fr {
	float: right;
}

/* �뻹踰꾧굅 硫붾돱 */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background-color: rgba(255, 255, 255, 0);
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 27px;
	left: 12px;
	right: 12px;
	height: 3px;
	background-color: #fff;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger_htx span {
	transition: background 0s 0.3s;
}

.c-hamburger_htx span::before,
.c-hamburger_htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger_htx span::before {
	transition-property: top, transform;
}

.c-hamburger_htx span::after {
	transition-property: bottom, transform;
}

.open .c-hamburger_htx span {
	background: none !important;
}

.open .c-hamburger_htx span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #9e9e9e;
}

.open .c-hamburger_htx span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #9e9e9e;
}

.open .c-hamburger_htx span::before,
.open .c-hamburger_htx span::after {
	transition-delay: 0s, 0.3s;
}



/* �넄猷⑥뀡 �뒳�씪�씠�뱶 */
.Solution_slide {

	padding-top: 200px;
	/* margin-top: 100px; */
	display: grid;
	grid-template-columns: 800px 530px;
	grid-column-gap: 50px;
	width: 1400px;
}

.Solution_text a {
	font-size: 18px;
	display: flex;
	align-items: flex-end;
	cursor: auto;
}

.Solution_text a p {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 5px;
}

.Solution_text a svg:first-child {
	width: 100px;
	margin-left: 0;
	margin-right: 10px;

}


.Solution_text h2 {
	font-size: 25px;
	margin-top: 30px;
	color: #fff;
}

.Solution_text>p {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #fff;
}

.Solution_text span {
	margin-top: 30px;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	/* font-size: 20px;
	border: solid 1px #fe7235;
	padding: 10px;
	border-radius: 5px; */
}

.Solution_text span a {

	color: #fff;
}

.Solution_text span a img {
	margin: 0;
	padding-left: 10px;
	width: 18px;
}




/* �넄猷⑥뀡留곹겕 */
.Solution_link {
	padding-bottom: 150px;
	margin-top: 50px;
	box-sizing: border-box;

}

.Solution_link div {

	/* text-align: center; */


}

.Solution_link div>h2 {
	display: inline-block;
	text-align: center;
	color: #fff;

	line-height: 85px;

}

.Sol_text {
	text-align: center;
	width: 97%;
	position: relative;
	margin-bottom: 30px;
}

.Solution_link .Sol_text::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;

	width: 500px;
	height: 2px;
	border-bottom: 1px solid #fff;
}

.Solution_link .Sol_text::after {
	content: "";

	position: absolute;
	top: 50%;
	right: 0;

	width: 500px;
	height: 2px;
	border-bottom: 1px solid #fff;
}


.solu_grid {
	display: grid;
	grid-template-columns: repeat(3, 450px);
	grid-column-gap: 60px;
	justify-content: center;


}

.solu_grid>div {
	position: relative;
	text-align: center;
	border-radius: 20px;
	height: 250px;

	background-color: #30354267;


}

.solu_grid>div>img {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -240px;
}

.solu_grid>div>span {
	width: 150px;
	position: absolute;
	top: 30%;
	left: 57%;
	transform: translate(-50%, -50%);




}

.solu_grid>div>span a {
	position: relative;
	font-size: 20px;
	display: flex;
	width: 200px;
	color: #fff;
}

.solu_grid>div>span a>img {
	width: 24px;
	height: 24px;
	padding-top: 5px;
}

/* .solu_grid>div>span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -40%;
	transform: translate(50%, -50%);
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../img/border_arrow.png);
	background-size: cover;
} */
.solu_grid>div>span>a>img {
	margin-left: 40px;
}

.top_img {
	width: 240px;
	overflow: hidden;
	padding-bottom: 90px;
	margin-right: 0;
}

.top_img a svg {
	fill: white;
}

.solu_text {
	text-align: start;
	height: 40px;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #3c424e7c;
	padding: 20px;
}

.solu_text p {
	font-size: 14px;
	color: #fff;
}

/* 吏�吏� �넄猷⑥뀡 */

.solution_box {
	position: relative;
	display: grid;


}

.solubox_title {
	display: grid;
	width: 1400px;
	grid-template-columns: auto auto 1fr;
	justify-content: flex-start;
	grid-column-gap: 60px;
	padding: 30px;
	border-bottom: 2px solid #fff;
}

.border1 {
	line-height: 50px;
	font-size: 70px;
	color: #fff;
	border-bottom: 5px solid #fe7235;
}

.border2 {
	line-height: 50px;
	font-size: 70px;
	color: #fff;
	border-bottom: 5px solid #07f;
}

.border3 {
	line-height: 50px;
	font-size: 70px;
	color: #fff;
	border-bottom: 5px solid #ffd46c;
}

.title_text {}

.title_text h3 {
	font-size: 25px;
	color: #fff;
	padding-bottom: 10px;

}

.title_text p {
	font-size: 16px;
	color: #fff;

}

.solution_box span {
	position: absolute;
	right: 11.5%;
	bottom: 0;
}

.border01 {
	line-height: 100px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fe7235;

	padding: 10px;
	border-radius: 5px;
}

.border02 {
	border: 1px solid #07f;
	padding: 10px;
	border-radius: 5px;
	line-height: 100px;
	font-size: 14px;
	color: #fff;
}

.border03 {
	border: 1px solid #ffd46c;
	padding: 10px;
	border-radius: 5px;
	line-height: 100px;
	font-size: 14px;
	color: #fff;

}


.soluimg {
	margin-top: 80px;

	width: 1400px;
}

.solubox_img div img {
	width: 500px;
}


.solubox_img {
	/* margin-bottom: 50px; */
	padding-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-column-gap: 50px;
	justify-content: start;
	align-items: center;
}

.solubox_img>div>h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.solubox_img>div>p {
	font-size: 16px;
	color: #fff;
}



/* �뫖�꽣 */

#fa_arrow_right {
	font-family: "Font Awesome 5 Pro" !important;
}
#gnb ul li:last-child {
	/* display: none; */
}

#gnb ul li a {
	color: #c7c7c7;
	font-size: 14px;
	display: block;

	/* padding-left: 10px; */
	padding-bottom: 10px;

}

#gnb ul li a:nth-child(1) {
	color: #fff;
	/* text-align: center; */
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 0;
}



.btnToggle {
	display: none;
	position: fixed;
	top: 655px;
	width: 120px;
	right: 20px;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	background-color: transparent;
	border: 2px solid #707070;
	outline: none;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	font-weight: 500;
}


.onClick {}





input::placeholder {
	color: #fff;
}



.mnubtn01 {
	display: none;
}



#section-hero {
	display: none;
}

.x_close {
	width: 14px;
	fill: white;
	cursor: pointer;
}

.arrow_bottom {
	width: 14px !important;
	fill: white;
}


.homeBtn {
	width: 24px;
	fill: #fff;
}

/* 사이드 네비 on > 스크롤 x */
body.modal-open {
	overflow: hidden;
}

/* �뀒釉붾┸ */
@media (max-width:1028px) {}

/* 테블릿 */
@media (max-width:1200px) and (min-width:601px) {
	#pcGnb>ul>li a.tit-link-btn {
		padding: 0 4px;
	}

	#newHeader .user-state .ub-state .user-detail {
		right: 0;
		padding: 5px;
		z-index: 999999999;
	}

	#mobile_login_page .mobile_header {

		padding-top: 100px !important;
	}

	#newHeader .user-state .ub-state .user-detail {
		width: 220px;
	}

	#newHeader .user-state .ub-state .user-detail p {
		font-size: 10px;
	}

	#newHeader .user-state .ub-state .user-detail .inner-link a {
		font-size: 10px;
	}

	#newHeader h1 svg {
		top: 25px;
	}

	#newHeader h1 svg {
		width: 160px !important;
	}

	#pcGnb>ul>li:hover ul {
		display: block;

		z-index: 99999;
	}

	#newHeader {
		padding: 0 !important;
		padding-right: 10px !important;
	}

	#newHeader h1 {
		top: inherit;
		margin-top: 20px;
	}

	.login_password01>img,
	.login_id01 img {
		margin-left: 15px;
	}

	/* 헤더 */
	.arrow_bottom {
		width: 14px;
	}

	#gnb2>ul>li>a svg {
		margin-left: 4px;
	}

	.login_btn_01 {
		display: inherit;
		margin-left: 10px;
	}

	.m_loginClose {
		display: none;
	}

	#section-hero {
		display: inherit;
	}

	header#header2 {
		height: 65px;
		width: 100%;

	}

	.m_content {
		display: none !important;
	}

	.logo {
		width: auto;
		padding-top: 0;
		margin: 20px;
		margin-top: 15px;
		margin-right: 0;
		background-color: transparent;
	}

	#gnb2>ul>li>a svg {
		margin-left: 3px;
	}



	#gnb2 {


		margin-top: 0;
		width: 100%;
		margin-right: 10px !important;
	}

	#gnb2>ul {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	#gnb2>ul>li>ul {
		min-width: 135px;
	}

	#gnb2>ul>li>ul>li {
		font-size: 12px;
	}

	#newHeader h1 a svg {
		width: 160px !important;
	}

	#gnb2>ul>li>a {
		font-size: 14px !important;
		width: 100% !important;
		margin-left: 5px;
		margin-right: 5px;
	}

	footer {
		width: 100%;
		/* position: absolute; */
		bottom: 0;
	}

	.login {
		margin-top: 0;
		font-size: 14px;
	}

	.login_01 {
		margin-top: 0;
		font-size: 14px;
	}

	.tb_del {
		display: none;
	}

	.home-carousel-slide .solution_silde_wrap {
		display: flex;
		left: -70px;
		width: 700px;
		align-items: center;
		position: fixed;
		top: 360px;
	}

	.home-carousel-slide .solution_silde_wrap span a {
		margin-left: 50px;
		padding: 5px;
		font-size: 10px;
	}

	.home-carousel-slide .solution_silde_wrap span a svg {
		width: 12px !important;
	}

	.solution_silde_inner {
		display: flex;
		align-items: center;
	}

	.solution_silde_inner h2 {
		color: #Fff;
		font-size: 18px;
	}

	.solution_silde_inner p {
		width: 450px;
		margin-top: 10px;
		font-size: 12px;
		color: #Fff;
	}

	.solution_silde_inner div svg {
		width: 60px;
		margin-right: 20px;
	}


	.icon_box>div>a>img {
		margin-top: 10px;
	}

	.map03 div a em i {
		font-size: 18px !important;
	}

	.opList02 li {
		padding: 5px;
	}

	.icon_listwrap {
		padding-bottom: 2px;
	}

	.icon_listwrap img {
		width: 24px;
	}

	.icon_listwrap p {
		font-size: 10px;
	}

	.icon_box>div:nth-child(1) {
		padding-bottom: 10px;
	}

	section {
		padding-top: 65px;
	}

	.mapset select {
		display: block;
	}

	.navi_close {
		display: none;

	}

	.icon_box>div>a>img {
		width: 15px;
	}

	.login_btn01 {
		display: none !important;
	}

	.shadow {
		display: none;
	}

	.c-hamburger {
		display: none !important;
	}



	.list01_box03 a {
		font-size: 10px;
	}

	.back_img {
		display: none;
	}

	.footer_text p {
		font-size: 10px;
		height: 15px;
		line-height: 15px;
		padding-left: 10px;
		border-left: 1px solid #999;


	}

	.footer_text01 p {
		border-left: none;
	}

	.footer_img>img {
		margin-left: 5px;
		width: inherit !important;
		height: 25px;
	}

	.footer_img>svg {
		width: 125px !important;
	}

	.m_login_btn {
		display: inherit;
		color: #fff;
		text-align: center;
	}

	.m_login_btn p {
		background-color: #707070;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		margin-right: 0;
		margin-left: 0;
		line-height: 30px;
		font-size: 14px;
	}

	.login_btn {
		/* display: none; */
		padding-left: 0;
	}

	#div_user_info .logo_mvs02 {
		margin-left: inherit !important;
		width: 40% !important;
	}

	#div_user_info .logoMvs02 {
		display: flex;
		margin-top: 50px;

	}

	#div_user_info .logoMvs02 button {
		width: 100px;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 27px;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		border: none;
		background-color: rgba(0, 119, 255, 0.5);
	}

	#div_user_info .logo_mvs {
		width: 40% !important;
		margin-left: inherit !important;
	}

	.btnToggle {
		display: block;
	}

}

/* 紐⑤컮�씪 */
@media (max-width:600px) {

	.menu01 {
		margin-left: 0;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}

	.menu01 a {
		margin-left: 0;
	}

	.menu01 svg {
		margin-right: 10px;
	}

	.fulldown_container {
		margin-right: auto;
		margin-left: auto;
		overflow: auto;
		display: flex;
		height: 100vh;
	}

	#div_user_info .logoMvs02 button {
		width: 100px;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 27px;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		border: none;
		background-color: rgba(0, 119, 255, 0.5);
	}

	.logoMvs02 {
		padding-top: 50px;
		display: flex;
		align-items: center;
	}

	#div_user_info .logo_mvs02 {
		padding-top: 50px;
	}

	#div_user_info .logo_mvs {
		display: none;
	}

	#section-hero {
		display: none !important;
	}

	* {
		margin: 0 auto;
	}

	.mnubtn01 {
		display: block;
	}

	.mnubtn {
		/* display: none; */
	}

	body {
		width: 100%;
		/* height: 100vh; */
		padding-bottom: 30px;
		background-image: url(../img/mb_background.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #2f3339 !important;
		
	}

	header {
		background-color: transparent;
	}

	.logo {
		padding: 30px;
		margin: 0;
		display: none;
	}

	.m_login {
		display: block;
		width: 30px;
		height: 20px;
		margin-left: 1px;
		/* margin-right: 260px; */
		padding-top: 15px;
	}

	.m_login a img {
		width: 28px;
	}

	#gnb2 {
		width: 100%;
		margin-top: 0;
	}

	#gnb2 ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	#gnb2 ul li>a {
		display: none;
	}

	.c-hamburger {
		margin-right: 0;

	}

	.login_btn {
		display: none;
	}



	.back_img {
		display: none;
	}

	.footer_nav {
		display: none;
	}

	footer {
		display: none;
	}

	.fulldown-sitemap {
		display: none;
	}


	/* 紐⑤컮�씪踰꾩쟾 */
	.m_content {
		display: block;
	}

	.contentwrap01 {
		width: 80%;
		padding-bottom: 15px;
		background-color: rgba(82, 88, 102, 0.25);
		border-radius: 10px;
		padding-top: 15px;
		padding-left: 30px;
		box-sizing: border-box;
		margin-top: 30px;
	}

	.contentwrap01 svg {
		width: 45.5px;
		margin-bottom: 30px;
	}

	.contentwrap01 p {
		color: #fff;
		font-size: 22px;
		letter-spacing: 0.5px;

	}

	.wrap_text {
		margin-bottom: 20px;
	}

	.contentwrap01 span {
		margin-top: 20px;
		color: #c7c7c7;
		font-size: 14px;

	}

	.contentwrap02 {
		margin-top: 35px;
		width: 375px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contentwrap02 div a {
		margin: 0;
		width: 140px;
		padding: 30px;
		border-radius: 10px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;


	}

	.contentwrap02 div img {
		margin-bottom: 20px;
		width: 40px;
		height: 38px;
	}

	.contentwrap02 div p {
		font-size: 14px;
		font-weight: 500;
		color: #fff;
	}

	.contentwrap02 div:nth-child(1) {
		background-color: #fe7235;
		border-radius: 10px;
	}

	.contentwrap02 div:nth-child(2) {
		background-color: #07f;
		border-radius: 10px;
	}

	.contentwrap03 {
		width: 375px;
		margin-top: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contentwrap03 div a {
		width: 140px;
		/* width: 147px;
			height: 147px; */
		padding: 30px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;


	}

	.contentwrap03 div a p {
		font-size: 14px;

	}

	.contentwrap03 div:nth-child(1) {
		background-color: #3c424e;
		border-radius: 10px;
		font-size: 14px;
		color: #fff;
	}

	.contentwrap03 div img {
		margin-bottom: 20px;

	}

	.contentwrap03 div:nth-child(2) {
		display: flex;
		align-items: center;
		border-radius: 10px;
		width: 140px;
		height: 140px;
		border: 2px dashed #c7c7c7;

	}

	.contentwrap03 div a:nth-child(2) {

		border: 2px dashed #c7c7c7;

	}

	.contentwrap03 div a p {
		color: #fff;
		font-weight: 500;
	}

	a {
		text-decoration: none;

	}

	.c-hamburger {
		display: block;
		position: relative;
		overflow: hidden;


		padding: 0;
		width: 45px;
		height: 50px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		cursor: pointer;
		transition: background 0.3s;
		background-color: rgba(255, 255, 255, 0);
	}

	.c-hamburger span {
		display: block;
		position: absolute;
		top: 27px;
		left: 12px;
		right: 12px;
		height: 2px;
		background-color: #fff;
	}

	.c-hamburger span::before,
	.c-hamburger span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		content: "";
	}

	.tab_loginClose {
		display: none !important;
	}

	.login_bar {
		display: none !important;
	}

	.login_btn01 {
		display: none !important;
	}

	.m_login_btn {
		position: absolute !important;
		left: 10%;
		display: block;

		color: #fff;
		text-align: center;
	}

	.m_login_btn p {
		background-color: #707070;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		margin-top: 15px;
		line-height: 30px;
	}

	.login_btn {
		display: none;
	}

	.m_login_btn p {
		background-color: #707070;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		margin-top: 15px;
		line-height: 30px;
	}

	.btnToggle {
		display: none;
		position: inherit;
	}

	.btn-toggle01 {
		width: 100px;
		height: 27px;
		display: block;
		border: 1px solid #999;
		color: #fff;
		border-radius: 10px;
		line-height: 12px;
		background: transparent;
	}

	.contentwrap04 {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}

	.mnubtn01 {
		display: block !important;
	}



	.mb_user {
		width: 40px;
		height: 38px;
		fill: white;
	}

}
.pc-sitemap-btn{
	margin: 0;
}
/* 번역 */
.goog-trans {
	background: #f0f0f0
}

.goog-trans-control {
	float: left;
	height: 40px
}

.goog-trans-control a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #383838;
	color: #fff;
	text-align: center;
	text-decoration: none
}

.goog-trans-info {
	float: left;
	margin: 0 0 0 10px;
	height: 40px;
	line-height: 40px;
	color: #686868
}

.goog-trans:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ''
}

.goog-te-combo{
	background-color: #242831;
	padding: 5px;
}



iframe.goog-te-banner-frame { display: none !important; }



.goog-logo-link { display:none !important; } 

.goog-te-gadget { color: transparent !important; overflow: hidden;} 

.goog-te-balloon-frame{display: none !important;} 



/*원본 텍스트 팝업 안뜨게 하기*/

.goog-tooltip {display: none !important;}

.goog-tooltip:hover {display: none !important;}

.goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}