@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* 수직 스크롤 제거 */
    background-color: #132229;
}

.section {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

.last-section .footer {
    display: none; /* 초기에는 푸터를 숨김 */
}

.main-container .main-wrapper {
	color: #fff;
}

.fp-section {
	transition: transform 0.7s cubic-bezier(0.42, 0, 0.58, 1);
}

.fp-slide { padding: 0 20px;}

h2 {
	font-size: 48px;
	font-weight: 700;
}

input[type="text"] {
	background-color: #fff;
	color: #132229;
}

.main-container .main-wrapper .section01 {
	background: url("/nineint/file/IMAGE/uu/a7645842e66d478a893a962b86ad2cc2") no-repeat center / cover;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}


.main-container .main-wrapper .section01 .context-box h2 span {
	font-size: 48px;
	font-weight: 700;
	color: #ff6135;
}
.main-container .main-wrapper .section01 .context-box p {
	font-size: 16px;
	font-weight: 400;
}

.main-container .main-wrapper .section01 .context-box ul {
	display: flex;
	align-items: center;
	margin: 50px auto 0px;
	width: max-content;
	gap: 40px;
	
}

.main-container .main-wrapper .section01 .context-box ul li {
	font-size: 32px;
	font-weight: 700;
}

.main-container .main-wrapper .section01 .context-box ul li.bar {
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	background: #fff;
}

.main-container .main-wrapper .section02 .context-box span {
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}

.main-container .main-wrapper .section02 .context-box ul {
	width: 100%;
	max-width: 1300px;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 60px auto 80px;
}

.main-container .main-wrapper .section02 .context-box ul li {
	width: calc(33.33333% - 40px / 3);
}

.main-container .main-wrapper .section02 .context-box ul li img {
	margin-bottom: 20px;
	width: 100%;
}

.main-container .main-wrapper .section02 .context-box ul li p {
	font-size: 18px;
	font-weight: 400;
}

.main-container .main-wrapper .section02 .context-box > p {
	font-size: 36px;
	font-weight: 700;
	color: #FF6135;
}

.main-container .main-wrapper .section03 {
	background: url("/nineint/file/IMAGE/uu/61bbc1320b6b4db0bb902d2340c5d5c3") no-repeat center / cover;
	text-align: center;
	color: #fff;
}

.main-container .main-wrapper .section03 .content-box {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.main-container .main-wrapper .section03 .content-box > p {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 40px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top {
	padding-bottom: 15px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top > div {
	position: relative;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top > div > label {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top > div > label span {
	width: calc(100% - 420px);
	font-size: 18px;
	font-weight: 700;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top > div > label input {
	background-color: #fff;
	width: 420px;
	height: 42px;
	padding: 0 70px 0 30px;
	color: #132229;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top > div > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	font-size: 16px;
	color: #132229;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top .cb-submit {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background-color: #FF6135;
	color: #132229;
	font-weight: 700;
	transition: all .3s ease;
	cursor: pointer;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .top .cb-submit:hover {
	opacity: 0.7;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .on {
	display: flex;
	height: 300px;
	align-items: center;
	justify-content: center;
	background-color: #132229;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .on span {
	font-size: 18px;
	font-weight: 700;
	color: #FF6135;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off {
	background-color: #132229;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	display: none;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div {
	display: flex;
	padding: 30px 20px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .left {
	width: calc(100% - 420px);
	text-align: left;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .left span {
	font-size: 18px;
	font-weight: 700;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right {
	width: 420px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > p {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 10px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > p span {
	font-size: 24px;
	font-weight: 700;
	color: #FF6135;
	margin: 0 5px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div {
	display: flex;
	align-items: center;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div > span:first-child {
	width: 60px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div > span:last-child {
	margin-left: auto;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div.before {
	margin-bottom: 15px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div > div {
	width: 280px;
	height: 15px;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div > div span {
	display: block;
	width: 0;
	height: 100%;
}

.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div.before > div span {
	background-color: #878787;
}
.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div.after > div span {
	background-color: #FF6135;
}

.main-container .main-wrapper .section04 .content-box {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.main-container .main-wrapper .section04 .content-box h2 {
	padding-bottom: 10px;
}

.main-container .main-wrapper .section04 .content-box > p {
	padding-bottom: 40px;
}

.main-container .main-wrapper .section04 .content-box .contact-box {
	padding-bottom: 70px;
}

.main-container .main-wrapper .section04 .content-box .contact-box .input-field {
	margin-bottom: 15px;
}

.main-container .main-wrapper .section04 .content-box .contact-box .input-field label {
	display: flex;
	align-items: center;
}

.main-container .main-wrapper .section04 .content-box .contact-box .input-field label:not(:last-child) {
	margin-bottom: 15px;
}

.main-container .main-wrapper .section04 .content-box .contact-box .input-field label span {
	width: calc(100% - 530px);
	font-size: 18px;
	font-weight: 700;
}

.main-container .main-wrapper .section04 .content-box .contact-box .input-field label input {
	width: 530px;
	height: 42px;
	padding: 0 10px;
}

.main-container .main-wrapper .section04 .content-box .contact-box .submit-btn {
	width: 100%;
	height: 42px;
	background-color: #FF6135;
	font-size: 16px;
	font-weight: 700;
	color: #132229;
	cursor: pointer;
}

.main-container .main-wrapper .section04 .content-box .social-contact-box {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.main-container .main-wrapper .section04 .content-box .social-contact-box a {
	display: flex;
	gap: 10px;
	align-items: center;
}

.main-container .main-wrapper .section05 .content-box h2 {
	padding-bottom: 60px;
}

.main-container .main-wrapper .section05 .content-box > div {
	display: flex;
	gap: 20px;
	width: max-content;
	margin: 0 auto;
}

.main-container .main-wrapper .section05 .content-box > div > div > div:not(:last-child) {
	margin-bottom: 20px;
}

.main-container .main-wrapper .section05 .content-box > div > div p {
	position: relative;
	color: #FF6135;
	font-size: 20px;
	text-align: left;
	padding-bottom: 4px;
}

.main-container .main-wrapper .section05 .content-box > div > div p span {
	font-weight: 700;
}

.main-container .main-wrapper .section05 .content-box > div > div p:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
	display: block;
	width: calc(100% - 160px);
	height: 1;
	border-bottom: 1px dotted #FF1635;
}

.main-container .main-wrapper .section05 .content-box > div > div > div > div {
	font-size: 14px;
	padding: 20px;
	border: 1px solid rgba(255 255 255 / 30%);
	text-align: left;
}

.main-container .main-wrapper .section06 {
	position: relative;
	background: url("/nineint/file/IMAGE/uu/96457cacecd2438eb3034de8cd1ec6f4") no-repeat center / cover;
}

.main-container .main-wrapper .section06 .content-box > h2 {
	padding-bottom: 10px;
}

.main-container .main-wrapper .section06 .content-box > p {
	padding-bottom: 60px;
}

.main-container .main-wrapper .section06 .content-box > ul {
	display: flex;
	width: max-content;
	margin: 0 auto;
	gap: 30px;
}

.main-container .main-wrapper .section06 .content-box > ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	width: 265px;
	height: 265px;
	border-radius: 100%;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(255, 97, 53, 0.30) 100%);
}

.main-container .main-wrapper .section06 .content-box > ul li:nth-child(2) {
	background: linear-gradient(0deg, rgba(217, 217, 217, 0.00) 0%, rgba(255, 97, 53, 0.30) 100%);
}

.main-container .main-wrapper .section06 .content-box > ul li span {
	font-size: 18px;
	color: #FF6135;
}

.main-container .main-wrapper .section06 .content-box > ul li p {
	font-size: 34px;
	font-weight: 700;
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	transition: all .3s ease;
}

footer.show {
	bottom: 0px;
}

.mouse-arrow-event {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	z-index: 999;
	width: 66px;
	height: 66px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #132229;
	border-radius: 100%;
}

.mouse-arrow-event img {
	transform: translateX(-10px);
}

.mouse-arrow-event img.arrow-move {
    position: relative;
    animation: arrowMove 1.3s infinite ease; /* 올바른 애니메이션 이름 참조 */
    transition: all 0.3s ease;
}

@keyframes arrowMove { /* @keyframes로 수정 */
    0% {
        opacity: 1;
        bottom: 0px;
    }

    100% {
        opacity: .03;
        bottom: 5px;
    }
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 768px) {
	h2 { font-size: 24px }
	.main-container .main-wrapper .section01 .context-box h2 span { font-size: 24px; }
	.main-container .main-wrapper .section01 .context-box p { padding-bottom: 40px; }
	.main-container .main-wrapper .section01 .context-box ul { gap: 10px; }
	.main-container .main-wrapper .section01 .context-box ul li { font-size: 14px; }
	.main-container .main-wrapper .section01 .context-box ul li.bar { height: 16px; }
	.main-container .main-wrapper .section02 .context-box span { font-size: 14px; }
	.main-container .main-wrapper .section02 .context-box ul li p { font-size: 14px; }
	.main-container .main-wrapper .section02 .context-box ul { margin: 20px auto 40px; }
	.main-container .main-wrapper .section02 .context-box > p { font-size: 16px; }
	.main-container .main-wrapper .section03 .content-box > p { font-size: 16px; }
	.main-container .main-wrapper .section03 .content-box .calculator-box .top > div > label span { display: none; }
	.main-container .main-wrapper .section03 .content-box .calculator-box .top > div > label input { width: 100%; }
	.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div { flex-wrap: wrap; }
	.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .left { width: 100%; text-align: center; }
	.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right { width: 100%; }
	.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > p { text-align: center; }
	.main-container .main-wrapper .section03 .content-box .calculator-box .bottom .off > div .right > div > div { width: 50%; }
	.main-container .main-wrapper .section05 .content-box > div { width: 100%; }
	.main-container .main-wrapper .section05 .content-box > div > div:first-child { display: none; }
	.main-container .main-wrapper .section06 .content-box > dl dd { font-size: 12px; }
	.main-container .main-wrapper .section06 .content-box > p { padding-bottom: 30px; }
	.main-container .main-wrapper .section06 .content-box > ul { width: 100%; gap: 10px; }
	.main-container .main-wrapper .section06 .content-box > ul li { width: 120px; height: 120px; }
	.main-container .main-wrapper .section06 .content-box > ul li span { font-size: 14px; }
	.main-container .main-wrapper .section06 .content-box > ul li p { font-size: 20px;}
	
	.mouse-arrow-event { top: unset; bottom: 10%; right: unset; left: 50%; transform: translateX(-50%); flex-direction: unset; }
	.mouse-arrow-event i { color: rgba(255 255 255 / 30%); font-size: 22px; }
	.mouse-arrow-event .left { transform: rotate(-90deg); }
	.mouse-arrow-event .right { transform: rotate(90deg); }
}