a {
	text-decoration: none
}
input {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit
}
* {
	padding: 0;
	margin: 0;
	outline: none
}
html {
	font-size: 62.5%;
	height: 100%
}
body {
	position:relative;
	color: #212529;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400;
	min-height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}
h1,h2,h3,h4,h5,h5 {
	font-family: 'hmkmrhd';
	font-weight: lighter;
}
@font-face {
    font-family: 'hmkmrhd';
    src: url('/font/HMKMRHD.TTF') format('truetype');
}
.inputImage:nth-child(1) {
	width: 400px;
	margin: 3% 6% 0 29.1%;
}
.inputImage img {
	width: 100%;
	height: auto;
}
#goToApp {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background-color: transparent;
	display: none;
}
#goToApp .goToAppLayer {
	min-width: 230px;
  min-height: 420px;
  height: 100%;
  width: 100%;
	display: table;
  position: absolute;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.75);
  transition: all 0.5s ease-in-out;
}
#goToApp .goToPannel {
	display: table-cell;
  vertical-align: middle;
  padding-bottom: 40px;
  text-align: center;
}
#goToApp .goToAppBanner {
	display: block;
	width: 80%;
	margin: 0 auto;
	background-position: center;
}
#goToApp .goToAppBanner img{
	width: 100%;
}
#goToApp .closeGoToApp{
	font-size: 1.3rem;
	display: block;
  text-decoration: underline;
  color: #ffffff;
}
#loading-mask {
	position: absolute;
  left: 0;
	background-image: url('/image/loading_img.gif');
	background-size: 10rem;
	background-repeat: no-repeat;
	background-position: center;
  background-color: #ffffff;
  opacity: 0.80;
  z-index: 30000;
  display: none;
}
#fixed-bar {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
#fixed-bar #fixed-bar-wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0 5px 7px;
	position: relative;
  display: flex;
	justify-content: space-around;
}
#fixed-bar #fixed-bar-wrap .main-logo-title {
	padding-left: 0.5vw;
	font-size: 3rem;
	font-weight: 1000;
	letter-spacing: -2px;
	color: black;
	position: fixed;
}
/*#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu{
	display: flex;
    flex: 1;
    overflow-y: hidden;
    max-height: 100%;
    justify-content: space-between;
    transition: .2s ease;
}*/
#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu {
	display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li {
	height: 100%;
	width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  color: #4e5968;
  color: var(--grey700);
}
#fixed-bar #fixed-bar-wrap #fixed-bar-logo-title {
	width: 150px;
}
#fixed-nav-bar-item-start {
	padding: 0 1rem 0 7rem;
}
/*#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li:nth-child(-n+5)::after{
	padding-left:0px;
	content:"|"
}*/
#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li a {
	padding: 12px 10px;
  font-size: 15px;
  line-height: 20px;
  color: currentColor;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  text-align: left;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li .menu-anchor img {
	vertical-align: middle
}
#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li .menu-anchor span {
	vertical-align: bottom
}
#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li .menu-anchor-start {
	width: 100px;
	text-align: center;
	background-color: #6540de;
	color: #fff;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	padding: 1.15rem 2.6rem;
	display: inline-block
}
footer {
	background-color: #495057;
	color: #fff;
	padding: 3rem 0
}
footer .footer-container {
	width: 55%;
	margin: 0 auto
}
footer .footer-container .footer-top {
	display: flex;
	justify-content: space-between;
}
footer .footer-container .footer-top .footer-list {
	list-style-type: none
}
footer .footer-container .footer-top .footer-list .footer-list-item {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1.6rem
}
footer .footer-container .footer-top .footer-list .footer-list-item a {
	color: #ADB5BD;
	text-decoration: none
}
footer .footer-container .footer-top .footer-list .footer-list-item a:hover {
	text-decoration: underline
}
footer .footer-container .footer-top .footer-list .footer-list-item .link-highlight {
	color: #fff;
	font-weight: 700
}
footer .footer-container .footer-bottom {
	display: flex;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 3.2rem;
}
footer .footer-container #copyright {
	color: #ADB5BD;
	margin: 2vw 0 0 0;
}
footer .footer-container #copyright .copyright-list {
	list-style-type: none;
	margin-bottom: 0.4rem
}
footer .footer-container #copyright .copyright-list .copyright-list-item {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 0.8rem 0 0
}
footer .footer-container #copyright .copyright-list .copyright-list-item address {
	font-style: normal
}
footer .footer-container #copyright .copyright-list .copyright-list-item a {
	text-decoration: none;
	color: #868e96
}
footer .footer-container #copyright .copyright-list .copyright-list-item a:hover {
	text-decoration: underline
}
footer .footer-container #copyright .copyright-list-light {
	margin-top: 1.6rem;
	color: #868e96
}
footer .footer-container #copyright .copyright-text {
	font-size: 1.4rem;
	margin: 0.4rem 0;
	color: #868e96
}
footer .footer-container #social {
	margin-top: 2rem;
	margin-bottom: 2rem
}
footer .footer-container #social .social-list {
	list-style-type: none
}
footer .footer-container #social .social-list .social-list-item {
	display: inline-block;
	margin: 0px;
	margin-right: 2.4rem
}
footer .footer-container #social .social-list .social-list-item .footer-social-link {
	display: block
}
footer .footer-container #social .social-list .social-list-item:last-child {
	margin-right: 0
}
footer .footer-container #social .social-list .global-links {
	display: inline-block;
	margin: 0px
}
footer .footer-container #social .social-list .global-links select {
	margin-left: 6px;
	text-decoration: underline;
	text-underline-position: under;
	vertical-align: top;
	background: #495057;
	color: #ADB5BD;
	font-size: 16px;
	line-height: 24px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none
}
/* 팝업 시작 */
.madeLayerPopup {
	width: auto;
	height: 750px;
	display: none;
	z-index: 1000;
	border: 2px solid #ccc;
	border-radius: 1rem;
	background: #fff;
	cursor: default;
}
.loginPopup {
	height: auto;
}
.layerpop_close {
  width: 25px;
  height: 25px;
}
.layerpop_area .layerpop_close:hover {
  cursor: pointer;
}
.popupSpan-1 {
	font-size: 1.5rem;
	color: white;
	white-space: nowrap;
}
.popupHeaderArea-1 {
	width: 100%;
	height: 4rem;
	padding: 0rem 0.5rem 0rem 1.5rem;
	box-sizing: border-box;
	border-bottom: 0.1rem solid rgb(218, 218, 220);
	border-radius: 1rem;
	display: flex;
	background-color: #6b3ee7;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.popupBodyArea-1 {
	height: 92%;
	display: grid;
	padding: 1rem;
}
.popupBodyArea-1 img {
	cursor: pointer;
}
/* 팝업 종료 */
.text-bold {
	font-weight: bold
}
.text-l {
	font-size: 1.8rem !important;
	line-height: 1.47;
	letter-spacing: -0.3px
}
.text-m {
	font-size: 1.6rem !important;
	line-height: 1.5;
	letter-spacing: -0.3px;
}
.text-m-first {
	font-size: 1.6rem !important;
	line-height: 1.5;
	letter-spacing: -0.3px;
	color: #fff;
}
.background-white {
	background-color: #fff
}
.background-light-gray {
	background-color: #f1f3f5
}
.ml-3 {
	margin-left: 1.6rem
}
.home-main-content {
	padding: 6rem 0;
	width: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-main-desc {
	padding-right: 15vw;
}
.home-main-desc-reverse {
	padding-left: 15vw;
}
.home-main-content .home-main-title {
	font-size: 4rem;
	line-height: 1.35;
	margin-bottom: 2.4rem;
	letter-spacing: -4px;
}
.home-main-reverse {
	display: flex;
	flex-direction: row-reverse;
	align-items: center
}
.promo-and-bigdata {
	margin: 62px auto 0px auto;
}
#home-main-top {
	display: flex;
	width: 100%;
	height: 760px;
	margin: 59px auto 0px auto; /* 동영상 탭 생기면 삭제 해야됨 */
	padding-top: 24px;
	position: relative;
	background-color: #6540de
}
#home-main-top .home-main-title {
	font-size: 4.8rem;
	line-height: 1.3;
	padding-top: 5rem;
	margin-bottom: 3.2rem;
	letter-spacing: -4px;
	color: #fff
}
#home-main-top .home-buttons {
	margin-top: 3.2rem
}
#home-main-top .home-buttons .home-button {
	background-color: #F1F3F5;
	color: #212529;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	padding: 1.45rem 2.6rem;
	display: inline-block
}
#home-main-top .home-buttons .home-button:hover {
	background-color: #E9ECEF
}
#home-main-top .home-buttons .home-button img {
	vertical-align: sub;
}
#home-main-top .home-buttons .home-button span {
	vertical-align: middle;
}
#home-main-top .home-buttons .home-button-start {
	width: 100%;
	text-align: center;
	background-color: #F1F3F5;
	color: #212529;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	padding: 1.45rem 2.6rem;
	display: inline-block
}
#home-main-top .home-buttons .home-button-start span {
	vertical-align: middle;
}
@media (max-width: 1440px) {
	.inputImage:nth-child(1) {
		width: auto;
		margin: 15% auto auto auto;
		text-align: center;
	}
	.inputImage img {
		width: 75%;
	}
	#home-main-top {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
		background-color: #6540de
	}
	.home-main-desc-first {
		text-align: center;
		padding-bottom: 10vw;
		background-color: #6540de;
	}
	#home-main-top .home-main-title {
		font-size: 3.5rem;
		line-height: 1.3;
		padding-top: 10%;
		margin-bottom: 3.2rem;
		letter-spacing: -4px;
		color: #fff
	}
	#home-main-top .home-buttons .home-button-start {
		width: 60%;
	}
	#fixed-bar #fixed-bar-wrap .main-logo-title {
		padding-left: 1.5vw;
		font-size: 2.5rem;
		line-height: 170%;
	}
	#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li .menu-anchor span {
		font-size: smaller;
	}
	#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li .menu-anchor-start {
		width: 100%;
		text-align: center;
		background-color: #6540de;
		color: #fff;
		border: none;
		border-radius: 6px;
		text-decoration: none;
		padding: 1rem 2.6rem;
		display: inline-block
	}
	.text-m {
		font-size: 1.3rem !important;
	}
	.text-m-first {
		font-size: 1.3rem !important;
	}

	.home-main-content {
		width: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.home-main-content .home-main-title {
		font-size: 3.5rem;
		line-height: 1.35;
		margin-bottom: 2.4rem;
		letter-spacing: -4px;
	}
	.home-main-desc {
		-webkit-box-ordinal-group: 2;
		padding: 0 0 0 0;
	}
	.home-main-desc-reverse {
		-webkit-box-ordinal-group: 2;
		padding: 0 0 0 0;
	}
	.subImage {
		padding: 0px 10vw 0 10vw;
		text-align: center;
	}
	.subImage img {
		width: 55%;
	}
	.home-main-content .home-main-desc {
		text-align: center;
		padding-top: 10vw;
	}
	.home-main-content .home-main-desc-reverse {
		text-align: center;
		padding-top: 10vw;
	}

	footer .footer-container {
		width: auto;
		margin-left: 5vw;
	}
	footer .footer-container .footer-top {
		display: grid;
	}
	footer .footer-container .footer-top img{
		width: 100px;
		height: 100px;
		padding-bottom: 5vw;
	}
}
