/* ÇÏ´Ü¿¡ ¹ÝÀÀÇü Æ÷ÇÔµÈ cssÆÄÀÏÀÔ´Ï´Ù.*/
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html{
	scroll-behavior: smooth;
}

body *{
	font-family: 'Pretendard-Regular';
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
p,
select,
blockquote,
th,
td,
img,
a {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #000;
}
b {
    font-weight: normal;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
}
a:active {
    text-decoration: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
    border: 0;
}

button {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}

#wrap{
	overflow-x: hidden;
	width: 100%;
}

.inner{
	width: 1600px;
  margin: 0 auto;
}


/* header */
header {
	position: fixed;
	height: 120px;
	z-index: 999;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

header .headerTopWrap{
	position: relative;
	height: 30px;
	top: 0;
	left: 0;
	width: 100%;
	background: #000075;
}

header .headerTopWrap .inner{
	width: 1600px;
	margin: 0 auto;
	color: white;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .headerTopWrap .inner span{
	color: #E8B829;
}

header .headerTopWrap .inner button{
	color: white;
}

header .nameBar{
	font-size: 14px;
	color: white;
	margin-left: auto;
}

header .headerWrap {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 87% !important;
	margin: 0 auto;
}


header .logoWrap{
	width: 10%;
}

header .headerWrap .logoWrap img {
	width: 100%;
	object-fit: cover;
}

.navWrap {
	width: 77%;
	display: flex;
	justify-content: center;
}

.navWrap a {
	font-weight: 500;
}

.navWrap ul {
	padding: 0;
	list-style: none;
}

.navWrap li,
.navWrap a {
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
.navWrap a {
	text-decoration: none;
}

.gnb-nav {
	display: flex;
}

.gnb-nav > li {
	position: relative;
	width: 170px;
}

.login_button{
	width: 170px;
}

.gnb-nav > li:focus .gnb-nav-dropdown,
.gnb-nav > li:focus-within .gnb-nav-dropdown,
.gnb-nav > li:hover .gnb-nav-dropdown {
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.gnb-nav > li > a {
	padding: 20px 40px;
}

.gnb-nav > li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.gnb-nav > li:hover > a {
}

.gnb-nav > li:focus-within > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.gnb-nav > li:focus-within > a {
}

.gnb-nav-dropdown {
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	top: 3.4rem;
	left: 0;
	width: 100%;
	transform: translateY(-1rem);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
		z-index 0s linear 0.01s;
	background: white;
	border-radius: 0 0 20px 20px;
	border: 1px solid rgba(221, 221, 221, 0.7);
	border-top: none;
}

.gnb-nav-dropdown li {
	padding: 7px;
	width: 100%;
}

.gnb-nav-dropdown li a {
	position: relative;
	font-size: 15px;
	padding: 10px;
	color: #414042;
}

.gnb-nav-dropdown li a:hover,
.gnb-nav-dropdown li a:focus {
	background: #FDF5EA;
	width: 100%;
}

header .bizLi b{
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	padding: 20px;
}

header .sub-menu{
	display: flex;
	flex-direction: column;
}


header .userLoginWrap a{
	color: white;
	background: #000075;
	padding: 8px 12px;
	text-wrap: nowrap;
	border-radius: 10px;
}

/* ÃÊ±âÈ­¸é */

.video-section .textCon{
	position: absolute;
	top: 7.7rem;
	left: 46rem;
	line-height: 1.6;
	width: 63rem;
}

.video-section .textCon .textBoxWrap{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video-section .textCon .textBoxWrap .textBox{
	background: white;
	border-radius: 10px;
	color: black;
	padding: 20px 25px;
	width: 23.5%;
	text-align: center;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.video-section .textCon h1{
	font-size: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.video-section .textCon h1 span{
	color: #000075;
	font-weight: bold;
	font-size: 55px;
	display: inline-block;
	transform: translateY(-3px);
	margin-right: 3px;
}

.video-section .textCon .textBox .textBoxItem1{
	width: 200px;
	margin-bottom: 2rem;
}

.video-section .textCon .textBox img{
	width: 100%;
}

.video-section .textCon .textBox{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-section .textCon .textBox h4{
	font-size: 20px;
	font-weight: bold;
	text-wrap: nowrap;
	margin-bottom: 0.5rem;
}

.video-section .textCon .textBoxWrap .textBox p{
  color: #555;
	text-wrap: nowrap;
	font-size: 16px;
}

.video-section .textBoxBottom{
	width: 100%;
	display: flex;
	margin-top: 1rem;
	justify-content: space-between;
}

.video-section .textBoxBottom .textBox2{
	background: white;
	border-radius: 10px;
	color: black;
	padding: 10px 15px;
	width: 32%;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.video-section .textBoxBottom .textBox2 img{
	width: 30px;
}

.video-section .textBoxBottom .textBox2 p{
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}

/* main-section */
.main-section{
}

.main-section h2{
	font-size: 40px;
  margin-bottom: 3rem;
  font-weight: bold;
	margin-top: 5rem;
	text-align: center;
}

.main-section .inner{
	
}

.main-section h2 span{
	color: #000075;
	font-weight: bold;
	font-size: 55px;
	display: inline-block;
	transform: translateY(-3px);
	margin-right: 3px;
}

.main-section h4{
	font-size: 24px;
	margin-bottom: 1rem;
	font-weight: bold;
}

.main-section .qnaSpan{
	color: white;
	background: #FF395F;
	font-size: 33px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	margin-right: 10px;
}

.main-section .dsFlex{
	display: flex;
	position: relative;
	margin-top: 3rem;
}

.main-section .main1 .dsFlex{
	align-self: center;
}

.main-section .dsFlex p{
	font-weight: bold;
}

.main-section .dsFlex > img{
	width: 450px;
}

.main-section .pointBox{
	background: white;
	border-radius: 5px;
	color: black;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	display: flex;
	align-items: center;
}

.main-section .pointBox Img{
	height: 100%;
	object-fit: cover;
}

.main-section .pointBox p{
	padding: 15px 20px;
}

#topP{
	position: relative;
	left: 1rem;
	top: 7.6rem;
/* 	left: 29.5rem;
	top: 5.1rem; */
}

#bottomP{
	position: relative;
	left: 1rem;
	top: 14.3rem;
/* 	left: 29.5rem;
	top: 25.5rem; */
}

#bottomP2{
	position: relative;
	left: -2rem;
	top: 13.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#bottomP2 p{
	margin-top: 1rem;
}

#bottomP2 p a{
	background: #FFD400;
	color: white;
	padding: 7px 12px;
	border-radius: 5px;
	margin-top: 0.5rem;
	display: inline-block;
	font-size: 16px;
}

.borderB{
	border-bottom: 1px solid #ddd;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.main-section .borderB p{
	line-height: 1.6;
	font-size: 18px;
}

.main-section .aWrap{
	display: flex;
}

.main-section .qnaSpan2{
	background: #000075;
	color: white;
	display: inline-block;
	font-size: 33px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	margin-right: 10px;
}

.main-section .borderB b{
	font-weight: bold;
  box-shadow: rgba(252, 175, 24, 0.15) 0px -10px 0px inset;
}

.main-section .main1{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-section .main2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.main-section .main2 .rightDf{
	width: 60%;
	display: flex;
	flex-direction: column;
}

.main-section .main2 .rightDf h4{
}


.leftDf{
	display: flex;
	flex-direction: column;
	width: 29%;
}

.leftDf span{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-right: 1rem;
	transform: translateY(1rem);
	color: #777;
}

.leftDf img{
	width: 450px;
}

.aboutPms1{
	margin-top: 4rem;
}

.aboutPms1 img{
	width: 80%;
	object-fit: cover;
	margin: 0 auto;
}

/* page00 */
.page00{
	background: #FCAF18;
}

.page00 h1,
.page01 h1{
	padding-top: 5rem;
	padding-bottom: 3rem;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.page00 h1 span,
.page01 h1 span{
	color: #000075;
	font-weight: bold;
	font-size: 55px;
	display: inline-block;
	transform: translateY(-3px);
	margin-right: 5px;
}

.page00 p{
	text-align: center;
	margin-bottom: 3rem;
	font-size: 20px;
	line-height: 1.6;
	color: white;
}

.page00 em{
	color:#000075;
	font-style: normal;
	font-weight: bold;
	box-shadow: rgba(255, 255, 255, 0.5) 0px -10px 0px inset;
}

.page00 .logoBox{
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 51px;
	flex-wrap: wrap;
	padding-bottom: 10rem;
}

.page00 .logoBox .logoItem{
	width: 14%;
	height: 200px;
	background: white;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.page00 .logoBox .logoItem img{
	width: 100%;
	padding: 30px;
	object-fit: cover;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* page01 */
*::-webkit-scrollbar{
	width: 6px;
}

*::-webkit-scrollbar-thumb{
	border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.15);
}

*::-webkit-scrollbar-track{
	background-color: transparent;
}

#scrollDown{
	width: 50px;
	height: 50px;
	position: relative;
	left: 7.5rem;
	top: 1rem;
	animation: rotateBounce .9s infinite ease-in-out alternate;
}

@keyframes rotateBounce{
	0%{
		transform: translate(0, -1rem);
	}
	100%{
		transform: translate(0, 0);
	}
}

@keyframes rotateBounce2{
	0%{
		transform: translate(0, 0);
	}
	100%{
		transform: translate(0, -1rem);
	}
}

.page01 em{
	display: inline-block;
	font-style: normal;
	color: crimson;
	margin: 30px auto;
}

.page01{
	width: 100%;
  font-size: 16px;
}

.page01 .inner{
	text-align: center;
	position: relative;
}

.page01 h1{
	color: #414042;
	padding-bottom: 1rem;
}

.page01P{
	font-size: 20px;
	margin-bottom: 5rem;
}

.page01 .desInputWrap{
	width: 100%;
	background: #E6E6E7;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page01 .desInput{
	width: 1600px;
	margin: 0 auto;
	background: white;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
}

.page01 .desInput .desWrap{
	width: 60%;
	text-align: left;
	padding: 30px 50px;
	border-right: 1px solid #ddd;
	line-height: 1.6;
}

.page01 .desInput .desWrap h6{
	font-size: 24px;
}

.page01 .desInput .desWrap p{
	font-size: 16px;
	margin-bottom: 15px;
}

.page01 .desInput .desWrap li{
	font-size: 18px;
}

.page01 .desInput .inputWrap{
	width: 40%;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.page01 .desInput .inputWrap input{
	padding: 15px 10px;
	background: white;
	width: 50%;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.page01 .desInput .inputWrap .circleBtn{
	width: 30%;
	transform: translateY(5px);
}

.page01 .desInput .inputWrap .circleBtn img{
	width: 100%;
	transition: all .3s ease-in-out; /* ¸ðµç ¼Ó¼º¿¡ ´ëÇÑ Æ®·£Áö¼Ç Àû¿ë */
}

.page01 .desInput .inputWrap .circleBtn img:hover{
	transform: translateY(-5px);
}

.page01 h4{
	background: #000075;
	color: white;
	padding: 7px 12px;
	border-radius: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.page01 .contents{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.page01 .contentItem{
	width: 30%;
	margin-top: 10px;
	margin-bottom: 100px;
}

.page01 .contentItem .phoneBg{
	height: 720px;
}

.page01 .contentItem img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#previewWrap{
	background-image: url(../../img/mockup-iphone15.png);
	height: 720px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

#phoneContentWrap{
	padding: 50px 25px 0 25px;
  position: relative;
  height: 96%;
  box-sizing: border-box;
}

#phoneContent{
	position: relative;
  margin: 20px auto;
  width: 310px;
  height: 600px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

#phoneContent > p{
	font-size: 15px;
}

#phoneContent > div{
	transform: translateY(-210px);
}

#phoneContent > div p{
	text-align: left;
	margin-left: 10px;
	font-weight: 700;
}
#phoneContent > div span{
	position: relative;
	display: block;
	color: gray;
	font-size: 12px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#phoneContent > div span::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
}

#txt1{
	font-weight: bold;
	transform: translateY(-95px);
}

#txt2{
	font-weight: bold;
	transform: translateY(-175px);
}

#txt3{
	font-weight: bold;
	transform: translateY(-85px);
}

.btnStyle1{
	width: 100%;
	text-align: center;
	background: tomato;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-top: 20px;
}

/* ¹ÝÀÀÇü */
@media (max-width: 1280px){
	img, video {
		max-width: 100%;
		height: auto;
	}

	section{
		width: 100%;
	}

	.inner{
	}

	header .headerTopWrap{
		width: 100%;
	}

	header .headerTopWrap .inner{
		width: 100%;
		padding: 0 20px;
	}

	header .headerWrap{
		width: 100%;
		padding: 0px 10px;
	}

	.navWrap{
		width: auto;
		justify-content: space-between;
	}

	header .bizLi b {
	font-size: 16px;
}

	.gnb-nav > li{
		width: 150px;
	}

	.gnb-nav > li > a {
		padding: 10px 20px;
	}

	.gnb-nav-dropdown li a{
		font-size: 12px;
	}

	header .userLoginWrap a{
		font-size: 14px;
	}

	.video-section{
		overflow: visible;
		width: 1600px;
	}

	.video-section .textCon{
		left: 35rem;
		top: 40rem;
		width: 60rem;
	}

	.video-section .textCon .textBox .textBoxItem1{
		width: 120px;
		margin-bottom: 1rem;
	}

	.video-section .textCon .textBox h4{
		font-size: 16px;
	}

	.video-section .textCon .textBoxWrap .textBox p{
		font-size: 14px;
	}

	.video-section .textBoxBottom .textBox2 p{
		font-size: 16px;
	}

	.inner{
		padding: 0 30px;
	}

	#contentWrap{
		width: 100%;
	}

	#wrap{
		overflow-x: visible;
	}

	.main-section .borderB p{
		font-size: 15px;
	}

	.page00 .logoBox{
		gap: 20px;
	}

	.page00 .logoBox .logoItem{
		width: 15%;
	}

	.page01 .desInputWrap{
		padding: 3rem 30px;
		width: 1600px;
	}

	.page01 .desInput{
		width: 100%;
	}
}

