﻿
/* CSS style */

html, body{height: 100%;}
body{
    font-size: 26px; 
    color: #d4f4f5;
    background: linear-gradient(135deg, #0a1a1f 0%, #1a2d35 50%, #0f1f26 100%);
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    overflow-x: hidden;
}

.bg-area {position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden;}

/* 粒子背景动画 */
.bg-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(0, 255, 200, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 255, 150, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(0, 200, 255, 0.1) 0%, transparent 50%);
    animation: particleFloat 20s ease-in-out infinite;
    z-index: 1;
}

@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    33% { transform: translate(30px, -30px) scale(1.1); opacity: 0.8; }
    66% { transform: translate(-20px, 20px) scale(0.9); opacity: 0.6; }
}

/* 渐变叠加层 */
.bg-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 150, 200, 0.15) 0%, rgba(0, 200, 150, 0.1) 50%, rgba(0, 100, 150, 0.15) 100%);
    z-index: 1;
    animation: gradientShift 15s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}
.bg-area .text_01 {position: absolute; top: 0; left: calc(50% + 470px); width: 835px; height: 818px; background: url('../image/bg_text.png') no-repeat right; background-size: cover; opacity: 0.1; animation: text-roll 5s infinite linear;}
.bg-area .text_02 {position: absolute; top: 0; right: calc(50% + 470px); width: 835px; height: 818px; background: url('../image/bg_text.png') no-repeat right; background-size: cover; opacity: 0.1; animation: text-roll 5s infinite linear;}
.bg-area .text:nth-of-type(2) {top: 100%;}
@keyframes text-roll {
    0% {transform: translateY(0)}

	100% {transform: translateY(-100%)}
}
.bg-area .arrow-area {position: relative; width: 100%; height: 100%; justify-content: center; align-items: center;}
.bg-area .arrow-area img {position: absolute; top: 50%; left: 50%; transform: translateY(0); animation: arrow-up ease-in-out infinite;}
@keyframes arrow-up {
    0% {opacity:0; transform: translateY(0%);}

    30% {opacity:0; transform: translateY(0%);}

    50% {opacity: 1; transform: translateY(-30%);}

    100% {opacity:0; transform: translateY(-200%);}
}
.bg-area .arrow-area .arrow1 {margin: -270px 0 0 600px; animation-duration: 5.2s;}
.bg-area .arrow-area .arrow2 {margin: -130px 0 0 500px; animation-duration: 4.4s;}
.bg-area .arrow-area .arrow3 {margin: -50px 0 0 -336px; animation-duration: 3.7s;}
.bg-area .arrow-area .arrow4 {margin: -80px 0 0 700px; animation-duration: 4s;}
.bg-area .arrow-area .arrow5 {margin: 0 0 0 -700px; animation-duration: 3.1s;}

.hidden{position: absolute; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; visibility: hidden; }
.imgbox img{display: block; margin:auto;}
::-webkit-input-placeholder { color: #5a8a9a; opacity: 1 !important; }
::-moz-placeholder { color: #5a8a9a; opacity: 1 !important; }
:-ms-input-placeholder { color: #5a8a9a !important; opacity: 1 !important; }
:-moz-placeholder { color: #5a8a9a; opacity: 1 !important; }
.placeholder { color: #5a8a9a !important; opacity: 1 !important; }


.wrapper {
    position: relative; 
    max-width:1000px;
    margin: 0 auto; 
    text-align: center; 
    overflow: hidden;
    max-width: none; 
    margin: 0 auto; 
    background: linear-gradient(135deg, rgba(10, 26, 31, 0.98) 0%, rgba(26, 45, 53, 0.98) 100%);
    background-size: cover;
    box-shadow: 0 0 60px rgba(0, 255, 200, 0.2);
    border-top: 1px solid rgba(0, 255, 200, 0.2);
    border-bottom: 1px solid rgba(0, 255, 200, 0.2);
}
.wrapper .robot {/*background:url(../images/img01.jpg)*/ repeat-y; background-size:cover; /*padding-bottom: 50px;*/}
.header{margin: 0 auto;}
#time-result{
    font-weight: 900;
    font-family: HYGothic;
    color: white;
    font-size: 3.8vmin;
	margin: 1.5%;
}
.db_list{margin: auto; color: #FFF; text-align: center; margin-bottom: 20px; font-size: 1.1em;}
.loader { border: 13px solid rgba(0, 0, 0, 0.5); /* Light grey */ border-top: 13px solid #fff; /* Blue */ border-radius: 50%; width: 120px; height: 120px; animation: spin 1s linear infinite; }

.co2{/*background:url(../images/img07.jpg) repeat-y*/; background-position: center;}

@keyframes spin {
    0%{ transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.step-list { position: relative; width: 10000px; margin-left: 0; transition: margin-left 0.2s; width: 300%; z-index: 999; }
.step-list:after { content: ''; display: table; clear: both; }
.step-list.step-1 { margin-left: -100%; }
.step-list.step-2 { margin-left: -200%; }
.step-list .step { float: left;/* width: 100%; max-width: 800px; */width: 33.333%; min-height: 1px; }
.step-list .step > .inner { width: 100%; max-width: 850px; margin: 0 auto; }
.step-1 .step1 .active,
.step-2 .step2 .active,
.step0 {margin-top:3%;}
.step0 .loader-box { width: 146px; margin: 30px auto; background: url(https://frugal-life.com/static/image/loading_icon.png) no-repeat 50% 50%; background-size: 35%; }
/* Step0 新样式 */
.step0-container {
    padding: 80px 50px;
    background: rgba(15, 31, 38, 0.9);
    border-radius: 30px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(0, 255, 200, 0.1),
        0 0 40px rgba(0, 255, 200, 0.1);
    margin: 50px auto;
    max-width: 700px;
    border: 2px solid rgba(0, 255, 200, 0.2);
    position: relative;
    overflow: hidden;
    animation: containerGlow 3s ease-in-out infinite;
}

@keyframes containerGlow {
    0%, 100% { box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(0, 255, 200, 0.1), 0 0 40px rgba(0, 255, 200, 0.1); }
    50% { box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(0, 255, 200, 0.2), 0 0 60px rgba(0, 255, 200, 0.2); }
}

.step0-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 255, 200, 0.1) 0%, transparent 70%);
    animation: rotateGlow 8s linear infinite;
}

@keyframes rotateGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.step0-header {
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step0-icon {
    font-size: 64px;
    margin-bottom: 20px;
    display: inline-block;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.step0-title {
    font-size: 36px;
    font-weight: 700;
    color: #00ffc8;
    margin-bottom: 15px;
    text-shadow: 0 0 20px rgba(0, 255, 200, 0.5);
    letter-spacing: 1px;
}

.step0-description {
    font-size: 18px;
    color: #7fb8c4;
    font-weight: 300;
    margin: 0;
}

.input-wrapper {
    position: relative;
    margin: 40px auto;
    width: 85%;
    max-width: 500px;
}

.step0 .inputClass { 
    font-size: 17px; 
    width: 100%; 
    height: 60px; 
    margin: 0;
    text-align: center; 
    border-radius: 15px;
    border: 2px solid rgba(0, 255, 200, 0.3);
    background: rgba(10, 26, 31, 0.8);
    color: #d4f4f5;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.step0 .inputClass:focus {
    outline: none;
    border-color: #00ffc8;
    background: rgba(15, 31, 38, 0.9);
    box-shadow: 
        0 0 30px rgba(0, 255, 200, 0.4),
        inset 0 0 20px rgba(0, 255, 200, 0.1);
    transform: translateY(-2px);
}

.input-underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ffc8, transparent);
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.step0 .inputClass:focus ~ .input-underline {
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 255, 200, 0.6);
}

.step0 .button_start { 
    width: 85%; 
    max-width: 500px;
    height: 64px; 
    margin: 30px auto 0;
    color: #0a1a1f; 
    background: linear-gradient(135deg, #00ffc8 0%, #00d4a3 50%, #00b894 100%);
    border-radius: 15px; 
    text-align: center; 
    font-size: 20px; 
    font-weight: 700; 
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 30px rgba(0, 255, 200, 0.4),
        0 0 40px rgba(0, 255, 200, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.step0 .button_start::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.step0 .button_start:hover::before {
    width: 300px;
    height: 300px;
}

.step0 .button_start:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 40px rgba(0, 255, 200, 0.5),
        0 0 60px rgba(0, 255, 200, 0.3);
}

.step0 .button_start:active {
    transform: translateY(-1px);
}

.button-text {
    position: relative;
    z-index: 1;
}

.button-arrow {
    position: relative;
    z-index: 1;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.step0 .button_start:hover .button-arrow {
    transform: translateX(5px);
}

.step0 .button_start {
    animation: buttonShimmer 3s ease-in-out infinite;
}

@keyframes buttonShimmer {
    0%, 100% { box-shadow: 0 8px 30px rgba(0, 255, 200, 0.4), 0 0 40px rgba(0, 255, 200, 0.2); }
    50% { box-shadow: 0 8px 30px rgba(0, 255, 200, 0.6), 0 0 60px rgba(0, 255, 200, 0.4); }
}
.step1 img { display: block; width: 50%; max-width: 320px; margin: 0 auto; }
.chart { 
    max-width: 100%; 
    margin: 50px auto 0 auto; 
    background: linear-gradient(135deg, rgba(15, 31, 38, 0.95) 0%, rgba(10, 26, 31, 0.95) 100%);
    border-radius: 25px; 
    margin-bottom: 50px;
    padding: 50px 30px;
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(0, 255, 200, 0.1),
        0 0 50px rgba(0, 255, 200, 0.1);
    border: 2px solid rgba(0, 255, 200, 0.2);
    position: relative;
    overflow: hidden;
}

.chart::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, transparent, rgba(0, 255, 200, 0.1), transparent);
    border-radius: 25px;
    animation: borderFlow 3s linear infinite;
    z-index: -1;
}

@keyframes borderFlow {
    0% { transform: translateX(-100%) translateY(-100%); }
    100% { transform: translateX(100%) translateY(100%); }
}
.chart-title {}
.chart-title img { width: 100%; max-width: 580px; margin: 0 auto; }
.step-1 .pr-list { margin: 0; padding: 20px 0; /*border: 4px solid #092236;*/ box-sizing: border-box; }
.step-1 .pr-list li { width: 90%; max-width: 640px; margin: 0 auto; }
.step-1 .pr-title { padding: 5px 0 20px; text-align: center; }
.step-1 .pr-title img { width: auto; max-width: none; }
.step-1 .pr-title .ok { display: none; }
.step-1 .pr-title .ok.is-active { display: block; }
.step-1 .pr-title .def { }
.step-1 .pr-title .ok.is-active + .def { display: none; }
.step-1 .progress { 
    border-radius: 15px; 
    background-color: rgba(10, 26, 31, 0.8); 
    height: 14px;
    overflow: hidden;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 255, 200, 0.2);
    position: relative;
}

.step-1 .progress::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 200, 0.3), transparent);
    animation: progressShine 2s ease-in-out infinite;
}

@keyframes progressShine {
    0% { left: -100%; }
    100% { left: 100%; }
}

.step-1 .progress-bar { 
    text-align: right !important;
    border-radius: 15px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.step-1 .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: progressGlow 1.5s ease-in-out infinite;
}

@keyframes progressGlow {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.step-1 .progress-bar-danger { 
    background: linear-gradient(90deg, #00ffc8 0%, #00d4a3 50%, #00b894 100%);
    box-shadow: 
        0 0 20px rgba(0, 255, 200, 0.6),
        inset 0 0 10px rgba(255, 255, 255, 0.2);
}
.cert-wrap { position: relative; }
.cert-box { display: none; z-index: 9; position: absolute; top: 0; left: 0; right: 0; font-size: 16px; }
.cert-box.is-active { display: block; }
.cert-box > .inner { position: relative; width: 100%; min-width: 200px; max-width: 610px; margin: 0 auto; padding: 30px 15px; border: 1px solid #000; background: #fff; box-sizing: border-box; box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); }
.cert-box > .inner:after { content: ''; display: table; clear: both; }
.cert-box .cert-bg { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); }
.cert-box .cert-notice { color: #000; padding-bottom: 10px; }
.cert-box .input-num { float: left; width: 70%; height: 30px; padding: 5px; box-sizing: border-box; border: 0 none; background: #eee; }
.cert-box .input-submit { float: right; width: 30%; border: 0 none; background: #212121; color: #eee; height: 30px; font-weight: bold; cursor: pointer; }
.cert-box .input-re { display: none; clear: both; margin-top: 20px; padding: 3px 10px; border: 2px solid #ddd; border-color: #ddd #bbb #bbb #ddd; background: #f6f6f6; border-radius: 15px; font-size: 13px; color: #666; letter-spacing: -0.1em; cursor: pointer; }
.cert-box .input-re.is-active { display: inline-block; }

.dbform {position: relative;}

.dbform .form-title img { }
.dbform .form {position: relative;width:100%;max-width: 960px;margin: 0 auto;}
.dbform > .inner { }
.dbform .form-box{margin:auto; width:100%;}
.dbform .form {/*border:4px; border-style:solid;*/ border-image-slice:0; /*border-image: url('../images/border-bg.png') 30;*/
    display: flex;
    justify-content: center; margin: 90px;
    align-items: center; background-position: top center;
    /*background:url('https://f162.com/images/db_bg.png') no-repeat;*/  background-size:cover; width:80%; padding: 20px 0; border-radius:20px; padding: 40px;
}

.dbform input::placeholder{color:#212121; font-size: 1em;}
.dbform{letter-spacing:normal;}

.dbform .item-list { }
.dbform .item-row:before,
.dbform .item-row:after { content: ''; display: block; }
.dbform .item-row:after { clear: both; }
.dbform .item-row { margin-bottom: 10px; margin-left: auto; margin-right: auto; }
.dbform [class*="item-col-"] { float: left; box-sizing: border-box; border-bottom: 1px solid #000; border-radius:20px; }
.dbform .item-col-1 { width: 35%; }
.dbform .item-col-2 { width: 60%; margin-left: 5%; }
.dbform .item-col-2 .label2 { }
.dbform .item-col-2 .field2 { }
.dbform .item-col-3 { width: 100%; }
.dbform .label,
.dbform .field { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dbform .label { position: absolute; width: 150px; padding-left: 10px; text-align: left; line-height: 58px; font-weight: bold; height: 58px; }
.dbform .field { vertical-align: top; position:relative;}
.dbform .field>img{position:absolute; left:0; bottom:0;}
.dbform .field-desc { display: inline-block; margin-top: 3px; margin-left: 5px; margin-bottom: 0; color: #fff; vertical-align: top; line-height: 1.5em; font-size: 11px; }
.dbform .dash { display: inline-block; width: 8%; text-align: center; }
.dbform .radio-row { padding-top: 5px; font-size: 0.8em; color: #fff; text-align: left; }
.dbform .label-block { display: block; font-weight: normal; }
.dbform .radio-field-block { display: block; font-size: 0.9em; }
.dbform .radio-field-block label { font-weight: normal; margin-right: 5px; }
.dbform .radio-field-block input { }
.dbform .radio-field-block label span { padding-left: 4px; }


.dbform .submit-area { clear: both; }
.dbform .agree_box {display: inline-block; margin: 10px; text-align:center; font-size: 13px; letter-spacing: normal; color:#FFF; position:relative;}
.dbform .agree_box .agree-col { display: inline-block; margin: 0 5px; }
.dbform .agree_box .agree-label {display:inline-block; vertical-align:middle; font-weight:normal; color:#FFF; margin:0; line-height:29px;}
.dbform .agree_box .agree-label input{margin-right:5px; margin-top:0;}
.dbform .agree_box .privacy-link {display: inline-block; width:auto; height:29px; line-height:29px;}
.dbform .submit {}
.dbform .submit .submit-btn {width: auto;/*max-width: 960px;display: block;margin: 0 auto; margin-top:10px;*/}
.dbform .submit .submit-btn:hover {opacity:0.9;}

@media all and (max-width:1000px) {
.imgbox img{display: block; margin:auto; width:100%;}
.imgbox2 img{display: block; margin:auto; width:100%;}
#time-result{color:#FFF;  margin: 15px 0px;}

}

@media all and (max-width:999px) {
	.imgbox img{display: block; margin:auto; width:100%;}
}

@media all and (max-width:767px) {
	.dbform .submit .submit-btn {width: 90%;/*max-width: 960px;display: block;margin: 0 auto; margin-top:10px;*/}
    html, body { font-size: 18px; }
	.imgbox img{display: block; margin:auto; width:95%;}
	.imgbox2 img{display: block; margin:auto; width:80%;}
    .pr-list { padding-bottom: 0; }
	.step0 {margin-top:10%;margin-bottom: 15%;}
	.step1,.step2 {margin-top:3%;}
    .step0 .loader-box { width: 96px; }
    .step0 .loader { margin: 0 auto; border-width: 8px; width: 80px; height: 80px; }
    .step-1 .pr-title { padding: 8px 0 12px; }
    .step-1 .pr-title img { width: 50%; }

    /* form */
    .step-list .step > .inner {width:95%; padding: 0 10px; box-sizing: border-box;}
    .dbform .inner { max-width: none; }
    .dbform .form { float: none; margin: 0 auto; width:100% }
    .dbform [class*="item-col-"] { float: none; width: auto; }
    .dbform .item-row {width:95%; }
    .dbform .agree_box { color: #fff; }
    .wrapper .robot {padding:15px 0 0 0 ;}

	.bg-area {display:none;}

	.wrapper {
		background: linear-gradient(135deg, rgba(10, 26, 31, 0.98) 0%, rgba(26, 45, 53, 0.98) 100%);
	}
	
	.step0-container {
		padding: 40px 25px;
		margin: 20px 15px;
		border-radius: 20px;
	}
	
	.step0-header {
		margin-bottom: 35px;
	}
	
	.step0-icon {
		font-size: 48px;
		margin-bottom: 15px;
	}
	
	.step0-title {
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 1.3;
	}
	
	.step0-description {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.input-wrapper {
		width: 100%;
		margin: 30px auto;
	}
	
	.step0 .inputClass {
		width: 100%;
		height: 56px;
		font-size: 16px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.step0 .button_start {
		width: 100%;
		height: 56px;
		font-size: 17px;
		letter-spacing: 1px;
		margin-top: 25px;
	}
	
	.chart {
		margin: 30px auto 0;
		padding: 30px 15px;
		border-radius: 20px;
	}
	
	.chart-title img {
		max-width: 90%;
	}
	
	.step-1 .pr-list {
		padding: 15px 0;
	}
	
	.step-1 .pr-list li {
		margin-bottom: 20px;
	}
	
	.step-1 .progress {
		margin-top: 10px;
		height: 12px;
	}
	
	.dbform .form-box {
		padding: 40px 25px 50px;
		margin: 20px 15px;
		border-radius: 20px;
	}
	
	.success-badge {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}
	
	.success-icon {
		font-size: 30px;
	}
	
	.form-title-text {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	.form-title-line {
		width: 60px;
		height: 2px;
	}
	
	.dbform .info {
		margin: 20px auto 30px;
		padding: 20px 15px;
		font-size: 16px;
		line-height: 1.7;
		border-radius: 12px;
	}
	
	.submit {
		width: 100%;
		min-height: 60px;
		font-size: 16px;
		letter-spacing: 1px;
		margin: 30px auto;
		border-radius: 15px;
	}
	
	.submit-icon {
		font-size: 24px;
	}
	
	.footer {
		padding: 40px 20px;
		margin-top: 50px;
		font-size: 14px;
	}
	
	.footer_link button {
		padding-bottom: 12px;
		margin: 0 8px;
	}
	
	.footer_link button a {
		font-size: 14px;
	}
}

@media all and (max-width:550px) {
    html, body { font-size: 16px; }
    .dbform .form {padding: 20px 5px; box-sizing: border-box;}
    .step-list.step-2 {height:auto;}
    .chart {
		margin: 25px auto 0;
		padding: 25px 12px;
		border-radius: 18px;
	}
	
	.step0-container {
		padding: 35px 20px;
		margin: 15px 10px;
	}
	
	.step0-title {
		font-size: 22px;
	}
	
	.step0-description {
		font-size: 13px;
	}
	
	.step0 .inputClass {
		height: 52px;
		font-size: 15px;
	}
	
	.step0 .button_start {
		height: 52px;
		font-size: 16px;
	}
	
	.dbform .form-box {
		padding: 35px 20px 45px;
		margin: 15px 10px;
	}
	
	.form-title-text {
		font-size: 18px;
	}
	
	.success-badge {
		width: 55px;
		height: 55px;
	}
	
	.success-icon {
		font-size: 28px;
	}
	
	.dbform .info {
		padding: 18px 12px;
		font-size: 15px;
	}
	
	.submit {
		min-height: 56px;
		font-size: 15px;
	}
}

@media all and (max-width:479px) {
    html, body { font-size: 15px; }
    .chart2 .pr-list { height: 150px; }
    .chart2 .pr-list li:nth-child(1) .progress-bar-vertical { min-height: 98px; }
    .chart2 .pr-list li:nth-child(2) .progress-bar-vertical { min-height: 51.5px; }
    .chart2 .pr-list li:nth-child(3) .progress-bar-vertical { min-height: 34px; }
    .chart2 .pr-list li:nth-child(4) .progress-bar-vertical { min-height: 17.5px; }

	.step0-container {
		padding: 30px 18px;
		margin: 12px 8px;
	}
	
	.step0-icon {
		font-size: 40px;
	}
	
	.step0-title {
		font-size: 20px;
	}
	
	.step0-description {
		font-size: 12px;
	}
	
	.step0 .inputClass {
		height: 50px;
		font-size: 14px;
	}
	
	.step0 .button_start {
		height: 50px;
		font-size: 15px;
	}
	
	.chart {
		padding: 20px 10px;
	}
	
	.dbform .form-box {
		padding: 30px 18px 40px;
		margin: 12px 8px;
	}
	
	.form-title-text {
		font-size: 16px;
	}
	
	.success-badge {
		width: 50px;
		height: 50px;
	}
	
	.success-icon {
		font-size: 24px;
	}
	
	.dbform .info {
		padding: 15px 10px;
		font-size: 14px;
	}
	
	.submit {
		min-height: 54px;
		font-size: 14px;
		padding: 14px 20px;
	}
	
	.footer {
		padding: 35px 15px;
		font-size: 13px;
	}

}
@media all and (max-width:414px) {
    html, body { font-size: 14px; }

    /* form */
    .dbform .form { }
    .dbform .label { padding-left: 0; width: 110px; height: 40px; line-height: 40px; }
    .dbform .field { }
    .dbform .agree_box { font-size: 13px; color: #fff; }
    .dbform .agree_box .agree-label input { width: 12px; height: 12px; }
	
	.step0-container {
		padding: 28px 15px;
		margin: 10px 5px;
	}
	
	.step0-title {
		font-size: 18px;
	}
	
	.step0-description {
		font-size: 11px;
	}
	
	.step0 .inputClass {
		height: 48px;
		font-size: 14px;
	}
	
	.step0 .button_start {
		height: 48px;
		font-size: 14px;
	}
	
	.form-title-text {
		font-size: 15px;
	}
	
	.dbform .info {
		font-size: 13px;
		padding: 12px 8px;
	}
	
	.submit {
		min-height: 52px;
		font-size: 13px;
	}
}
@media all and (max-width:359px) {

	.agree-label {font-size: 1.1rem;}
	.privacy-link {font-size: 1.1rem;}
}

.popup { position: relative; font-size: 13px; color: #555; }
.popup h1 { margin:0; padding: 10px; background: #333; color:#FFF; font-size: 18px; font-weight: bold; }
.popup h2 { font-size: 14px; margin: 25px 15px 15px; }
.popup p { margin: 0; }
.popup .close-popup { position: absolute; top: 8px; right: 13px; }
.popup .close-popup a { display: inline-block; width:20px; height:20px; background: url(https://f162.com/images/close-popup.png) no-repeat; text-indent: -99999px; overflow: hidden; }
.popup .pre {display: inline-block; width:100%; padding:0 2%; word-wrap: break-word; word-break: break-all; line-height: 1.3; white-space: pre-wrap; text-align: left; background: #fff;}
.popup .pre .poptxt{font-size:15px; font-weight:bold; color:#03C;}
.popup .pre .poptxtBox{border:1px solid #CCC; box-sizing:border-box; padding:0 2%;}

.popup .pre .p5 { padding-top: 10px; }
.no-pre {display: inline-block; width: 94%; padding: 1% 2% 20px; line-height: 1.6; letter-spacing: -0.07em; }
.no-pre dl { margin-top: 10px; margin-bottom: 10px; }
.no-pre dd { padding-left: 10px; margin-bottom: 10px; }
.no-pre dt { margin-bottom: 10px; font-weight: bold; }
.no-pre ul { margin-top: 5px; margin-bottom: 10px; }
.no-pre li { padding-left: 15px; margin-bottom: 10px; }
.no-pre table { border-collapse: collapse; margin-top: 10px; margin-bottom: 20px; }
.no-pre table th { padding: 5px; background: #ddd; border: 1px solid #ccc; }
.no-pre table td { padding: 5px; border: 1px solid #ccc; }
.no-pre .old-link { display: block; text-align: center; }
.no-pre .old-link a { display: inline-block; padding: 10px; border: 1px solid #ccc; background: #f3f3f3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-decoration: none; color: #000; }
.agree_txt_all { padding: 20px; }
.text_st01 { padding-top: 15px; }
.popup table { margin-top: 15px; margin-bottom: 15px; }


.mid3 p {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    font-family: HYGothic;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.5 );
    padding: 6px 0px;
}
.color_yellow {
    color: #f6ff6d;
}

@media screen and (max-width: 768px){
	.mid3 p {
		font-size: 120%;
	}
}


.text_big {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 30px;
    margin-top: 5px;
}

.agree_box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 7px;
}

.agree {
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    margin: 0;
    text-align: left;
}

.dbform .agree * {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.footer{
    font-style:normal;
    line-height:18px;
    text-align: center;
    background: linear-gradient(135deg, #0a1a1f 0%, #050f14 100%);
    text-align: left;
    letter-spacing: 0;
    padding: 50px 0;
    font-size: 15px;
    color: #7fb8c4;
    text-align:center;
    margin-top: 80px;
    border-top: 2px solid rgba(0, 255, 200, 0.2);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5);
}
.footer .inner{
    display: inline-block;
    text-align: left;
}

.footer_logo{width:100%; text-align:center;}
#footer a.footerTel{text-decoration:none; display:inline-block;}
a.footerTel:link, a.footerTel:active, a.footerTel:visited {text-decoration:none;}
.footer_link button a {
    color: #7fb8c4;
    font-size: 15.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer_link button a:hover {
    color: #00ffc8;
    text-shadow: 0 0 10px rgba(0, 255, 200, 0.5);
}

.footer button {
    background: none;
    padding-bottom: 1.5vw;
    border: none;
    cursor: pointer;
}


.dbform .form-box {
    background: linear-gradient(135deg, rgba(15, 31, 38, 0.98) 0%, rgba(10, 26, 31, 0.98) 100%);
    margin: auto;
    padding: 70px 80px 90px;
    border-radius: 30px;
    border: 2px solid rgba(0, 255, 200, 0.3);
    text-align: center;
    margin: 5% 0% 10%;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(0, 255, 200, 0.2),
        0 0 80px rgba(0, 255, 200, 0.15);
    position: relative;
    overflow: hidden;
}

.dbform .form-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 200, 0.1), transparent);
    animation: formShimmer 4s ease-in-out infinite;
}

@keyframes formShimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.dbform .form-title {
    color: #d4f4f5;
    font-size: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
}

.success-badge {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00ffc8 0%, #00d4a3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 
        0 0 40px rgba(0, 255, 200, 0.6),
        0 10px 30px rgba(0, 255, 200, 0.3);
    animation: badgePulse 2s ease-in-out infinite;
    position: relative;
}

@keyframes badgePulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 40px rgba(0, 255, 200, 0.6), 0 10px 30px rgba(0, 255, 200, 0.3);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 0 60px rgba(0, 255, 200, 0.8), 0 15px 40px rgba(0, 255, 200, 0.5);
    }
}

.success-icon {
    font-size: 40px;
    color: #0a1a1f;
    font-weight: bold;
    animation: iconCheck 0.6s ease-out;
}

@keyframes iconCheck {
    0% { transform: scale(0) rotate(-180deg); }
    50% { transform: scale(1.2) rotate(10deg); }
    100% { transform: scale(1) rotate(0deg); }
}

.form-title-text {
    font-size: 32px;
    font-weight: 700;
    color: #d4f4f5;
    margin: 0 0 20px;
    text-shadow: 0 0 20px rgba(0, 255, 200, 0.3);
}

.form-title-text .sName {
    color: #00ffc8;
    font-weight: 800;
    text-shadow: 0 0 30px rgba(0, 255, 200, 0.6);
    animation: nameGlow 2s ease-in-out infinite;
}

@keyframes nameGlow {
    0%, 100% { text-shadow: 0 0 30px rgba(0, 255, 200, 0.6); }
    50% { text-shadow: 0 0 40px rgba(0, 255, 200, 0.9), 0 0 60px rgba(0, 255, 200, 0.4); }
}

.form-title-line {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00ffc8, transparent);
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 255, 200, 0.6);
    animation: lineExpand 1s ease-out;
}

@keyframes lineExpand {
    from { width: 0; opacity: 0; }
    to { width: 100px; opacity: 1; }
}

.cert_btn {
    height: 50px;
    font-size: 16px;
    padding: 0px 20px;
    margin-left: -5px;
    font-weight: bold;
    background-color: #bdbdbd;
}

.dbform .item-list > p {
    color: #fff;
    font-size: 30px;
    margin: 40px 0 20px;
}

.dbform .radios li:nth-child(1) input:checked + label {
    background-image: url(https://f162.com/images/btn1_on.png);
}

.dbform .radios li:nth-child(1) label {
    background: url(https://f162.com/images/btn1.png)no-repeat center / 100%;
}
.dbform .radios li:nth-child(2) label {
    background: url(https://f162.com/images/btn2.png)no-repeat center / 100%;
}

.dbform .radios li:nth-child(2) input:checked + label {
    background-image: url(https://f162.com/images/btn2_on.png);
}

@keyframes moveButton {
  0% {  transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.submit {
    width: 85%;
    max-width: 500px;
    min-height: 70px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #0a1a1f;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 40px auto;
    background: linear-gradient(135deg, #00ffc8 0%, #00d4a3 50%, #00b894 100%);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 10px 40px rgba(0, 255, 200, 0.5),
        0 0 60px rgba(0, 255, 200, 0.3);
    transition: all 0.3s ease;
    animation: submitPulse 2.5s ease-in-out infinite;
}

@keyframes submitPulse {
    0%, 100% { 
        box-shadow: 0 10px 40px rgba(0, 255, 200, 0.5), 0 0 60px rgba(0, 255, 200, 0.3);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 15px 50px rgba(0, 255, 200, 0.7), 0 0 80px rgba(0, 255, 200, 0.5);
        transform: scale(1.02);
    }
}

.submit-bg {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.submit:hover .submit-bg {
    left: 100%;
}

.submit:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 15px 50px rgba(0, 255, 200, 0.7),
        0 0 80px rgba(0, 255, 200, 0.5);
}

.submit-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.submit-icon {
    font-size: 28px;
    animation: iconBounce 2s ease-in-out infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.submit-text {
    font-weight: 700;
}
.tips {
	margin: 15px 15px 0 15px;
    color: white;
    font-size: 10px;
	text-align: left
}
.dbform .radios li {
    position: relative;
}

.dbform .radios ul {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    margin-bottom: 20px;
}

.dbform .radios input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
}

#chartBtn{
	display:none;
}

div[id^=popup_box] {
    position: relative;
    top: 50%;
    left: 50%;
    width: 900px;
    transform: translate(-50%, -50%);
    z-index: 1002;
    box-sizing: border-box;
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
}

div[id^=popup_layer] {
	display:none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 900px){
#popup_box {
    width: 98%;
}
.dbform .form-box {
    padding: 40px 25px 50px;
    margin: 20px 15px;
    border-radius: 20px;
}
.dbform .form-title {
    font-size: 0;
}
.form-title-text {
    font-size: 22px;
    line-height: 1.4;
}
.success-badge {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
}
.success-icon {
    font-size: 32px;
}
.dbform .item-list > p b {
    font-size: 4vw;
}

.dbform .radios li {
    width: 50%;
    max-width: 299px;
}
.submit input {
    width: 100%;
    margin-bottom: 30px;
}
.dbform .item-list > p {
    margin: 25px 0 10px;
    font-size: 5vw;
}
.cert_btn {
    height: 40px;
    font-size: 3vw;
    padding: 0px 5vw;
}
.text_big {
    font-size: 16px;
    padding-bottom: 20px;
}
.footer .inner{
    padding: 0px 2vw;
}
}


.dbform .info {
    margin: 25px auto 40px;
    text-align: center;
    letter-spacing: normal;
    color: #b8e6f0 !important;
    position: relative;
    font-size: 18px;
    line-height: 1.9;
    padding: 30px;
    background: rgba(10, 26, 31, 0.6);
    border-radius: 15px;
    border-left: 4px solid #00ffc8;
    box-shadow: 
        inset 0 0 30px rgba(0, 255, 200, 0.1),
        0 5px 20px rgba(0, 0, 0, 0.3);
}

.dbform .info span{
    color: #b8e6f0 !important;
}


.dbform .item-list > p b {
    color: #f0d5a6;
    font-weight: normal;
}

input, select, textarea, button {
    font-family: 'NanumBarunGothic', sans-serif;
    border: 0;
    -webkit-border-radius: 0;
    /* -webkit-appearance: none; */
}
@media (max-width: 767px){
.dbform .submit .submit-btn {
    width: 90%;
}}

.agree {
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #fff !important;
    margin: 0;
    text-align: left;
}

.dbform .agree_box label{
    color: #FFF !important;
}
.dbform .agree_box a{
    color: #FFF !important;
}
.dbform .text, .dbform .textarea, .dbform .select {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    box-sizing: border-box;
    color: #212121;
    font-size: 1.4em;
}

.dbform .item-row {
    margin-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#popup_box1{
	display:none;
	position:fixed;
	text-align:center;
    background-color:#000;
    border-radius: 20px;
    padding: 40px;
	z-index:10000000;
	width:750px;
}

#popup_box1 font{
	font-size: 20px;
    line-height: 40px;
    font-weight: bold;
	color:#fff;
}
#popup_box1 input{
	background: #fff;
    border: none;
    padding: 5px 25px;
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 10px;
}


#popup_box2{
	display:none;
	position:fixed;
	text-align:center;
    background-color:#000;
    border-radius: 20px;
    padding: 40px;
	z-index:10000000;
	width:750px;
}

#popup_box2 font{
	font-size: 20px;
    line-height: 40px;
    font-weight: bold;
	color:#fff;
}
#popup_box2 input:not(.closeBtn){
	background: #fff;
    border: none;
    padding: 5px 25px;
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 10px;
}


.dbform .radios label {
    width: 299px;
    height: 100px;
    cursor: pointer;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


.closeBtn{
	position:absolute;
	top:0;
	right:0;
	background: none;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin: 5px 10px;
}


@media (max-width: 900px){
	.dbform .text, .dbform .textarea, .dbform .select {
		height: 40px;
		font-size: 15px;
		padding: 0 10px;
	}
	#popup_box1{
		width: 80%;
		padding:5vw;
	}
	#popup_box1 font{
		font-size: 3.5vw;
		line-height: 7vw;
	}
	#popup_box1 input{
		padding: 2vw 6vw;
		font-size: 3vw;
		margin-top: 3vw;
	}
	#popup_box2{
		width: 80%;
		padding: 10vw 5vw 5vw 5vw;
	}
	#popup_box2 font{
		font-size: 3.5vw;
		line-height: 7vw;
	}
	#popup_box2 input:not(.closeBtn){
		padding: 2vw 6vw;
		font-size: 3vw;
		margin-top: 3vw;
	}
	.dbform .radios label {
		width: 100%;
		padding-bottom: 30%;
		height: initial;
		margin-bottom: 0;
	}

	.closeBtn{
		font-size: 4.5vw;
		margin: 1vw 0vw;
	}
}

.footerLink{
 color:#337ab7;
 text-decoration: underline;
}
.footerLink:visited {
  color:#337ab7;
  text-decoration: underline;
}

.footerLink:focus {
  color:#337ab7;
  text-decoration: underline;
}
.error {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    z-index: 9999999;
    align-items: center;
    justify-content: center;
}
.error-content {
    padding: 30px 40px;
    line-height: 1.8;
    word-break: break-all;
    overflow: hidden;
    font-size: 18px;
    color: #d4f4f5;
    background: rgba(15, 31, 38, 0.98);
    border-radius: 20px;
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.8),
        0 0 60px rgba(255, 100, 100, 0.3);
    border: 2px solid rgba(255, 100, 100, 0.5);
    animation: errorShake 0.5s ease-in-out;
}

@keyframes errorShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}
::placeholder{
	color:#999;
}