body {
	background: #1e2022;
	font-family: 'Pretendard','Karla','Noto Sans KR', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
  }
::-webkit-scrollbar-thumb {
    background-color: #3F4043;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
  }
::-webkit-scrollbar-track {
    background-color: #212224;
  }

.p-desc {
	margin-bottom: 0px;
}

.div-login {
	width: 100%;
	height: 100vh;
	background-image: url("/resources/main-bg.png");
	background-size: cover;
	padding-top: calc(50vh - 300px);
}
.div-sign-up {
	width: 100%;
	height: 100vh;
	background-image: url("/resources/main-bg.png");
	background-size: cover;
	padding-top: calc(50vh - 350px - 45px);
}

.form_login {
	width: 750px;
	height: 600px;
	background: #1e2022;
	margin: 0 auto;
	border-radius: 50px;
}
.form-sign-up-container {
	width: 1220px;
	height: 700px;
	margin: 0 auto;
}

.div-desc1 {
	width: 100%;
}

.div-desc2 {
	width: 100%;
}

article#login {
	text-align: center;
}
article#login input {
	width: 650px;
	height: 50px;
	background: #26282a;
	color: #7a7a7a;
	border-radius: 50px;
	border: 0px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 18px;
}
article#login h1 {
	padding: 80px 0px 10px 0px;
}

#btn_login {
	width: 650px;
	height: 50px;
	border-radius: 50px;
	border: 0px;
	color: #f0f0f0;
	font-size: 20px;
	margin-top: 5px;
	font-weight:600;
}

#btn-sign-up {
	width: 250px;
	height: 70px;
	background: #1e2022;
	border-radius: 50px;
	border: 0px;
	color: #f0f0f0;
	font-size: 18px;
    position: absolute;
	right: 20px;
	bottom: 20px;
}

.li-desc::marker {
	color: #2d46ca;
}

.div-section3btn {
	width: 150px;
	height: 150px;
	border-radius: 20px;
	display: inline-block;
	margin: 5px;
	padding: 15px;
}
.div-section3btn:hover {
	background-image: linear-gradient(to right, #2d46ca 0%, #3655f5 100%);
}
.section3-title {
	margin-bottom: 40px;
}
.div-section4 {
	width: 280px;
	height: 280px;
	border-radius: 20px;
	display: inline-block;
    padding: 65px;
}
.div-section5-desc {
	width: 550px;
	height: 600px;
	background: #1a1a1a;
	border-radius: 50px;
	padding: 100px;
	text-align: left;
	margin:0 !important;
}

.div-sign-up-footer {
	width: 100%;
    padding: 20px;
    height: 90px;
    margin-top: 150px;
    position: fixed;
    bottom: 0px;
}

.mt20 {
	margin-top: 20px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}
.fs20 {
	font-size: 20px;
}
.fs24 {
	font-size: 24px;
}
.fs36 {
	font-size: 36px;
}
.fc1 {
	color: #f0f0f0;
}
.fc2 {
	color: #6d6d6d;
}
.fc3 {
	color: rgba(255,255,255,0.6);
}
.box-shadow-1 {
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}
.gradient-button-1 {
	background-image: linear-gradient(to right, #2d46ca 0%, #3655f5 100%)
}
.gradient-button-2 {
	background-image: linear-gradient(to right, #161515 0%, #1c1c1c 100%)
}
.gradient-button-3 {
	background-image: linear-gradient(to right, #121111 0%, #1c1c1c 100%)
}
.gradient-sign-up-background {
	background-image: linear-gradient(to right, rgb(18 17 17 / 40%) 0%, rgb(28 28 28 / 40%) 100%);
}


/* sign-up */
div.form-title {
	background-image: url("/resources/sign-up-t.png");
	background-size: cover;
}
p.sign-up-title {
	margin: 0px 0px 30px 0px;
	font-size: 55px;
	color: rgba(255,255,255,.8);
}
p.sign-up-label {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,.8);
	margin: 3px;
}
input.sign-up-input {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	height: 35px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 3px;
	width: 100%;
	color: rgba(255,255,255,0.8);
	padding: 3px 5px;
}
button#btn-home {
	position: fixed;
	top: 30px;
	right: 30px;
	border: 0px;
	background: transparent;
}
button#btn-sign-up-ok {
	height: 35px;
	width: 150px;
	color: white;
	border-radius: 20px;
	font-size: 14px;
	margin-top: 50px;
    float: right;
	background: linear-gradient(to right, #2D46CA 0%, #583DFF 100%);
}

article#sign-up {
	
}
article#sign-up > div {
	width: 50%;
	height: 700px;
	float: left;
}
.form-sign-up {
	padding: 70px 60px;
	color: white;
}
.form-sign-up button {
	
}
.form-sign-up .form-select {
	height: 35px;
    background-color: #ffffff00;
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
}
.form-sign-up .form-select > option {
	color:#000000;
}
.btn-search-address {
	background: #00000050;
	height: 35px;
	font-size: 14px;
	font-weight:500;
	color:#ffffffcc;
}
.row > *, .col-3, .col-4{
	padding-right:0px;
	
}

/* /sign-up */

/* login */
#main-section2 > div > div > p:first-child{
	opacity:0;
	transform:translatey(10vh);
    transition:opacity .8s cubic-bezier(0.25, 1, 0.5, 1), transform .8s cubic-bezier(0.25, 1, 0.5, 1);
}
#main-section2 > div > div > p:nth-child(2){
	opacity:0;
	transform:translatey(10vh);
    transition:opacity .8s cubic-bezier(0.25, 1, 0.5, 1) .2s , transform .8s cubic-bezier(0.25, 1, 0.5, 1) .2s;
}
#main-section2 > div > div > p:nth-child(4){
	opacity:0;
	transform:translatey(10vh);
    transition:opacity .8s cubic-bezier(0.25, 1, 0.5, 1) .4s , transform .8s cubic-bezier(0.25, 1, 0.5, 1) .4s;
}
#main-section2 > div > div.active > p{
	opacity:1;
}
#main-section2 > div > .section-img{
	opacity:0;
    transition:opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}
#main-section2 > div > .section-img.active{
	opacity:1;
	transform:translatex(0px);
}


#main-section3 > div > div > .div-section3btn:first-child{
	opacity:0;
	transform:translatex(-300px);
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
	
}
#main-section3 > div > div > .div-section3btn:nth-child(2){
	opacity:0;
	transform:translatex(-300px);
    transition:opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1) .2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) .2s;
	
}
#main-section3 > div > div > .div-section3btn:nth-child(3){
	opacity:0;
	transform:translatex(-300px);
    transition:opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) .2s, transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) .2s;
	
}
#main-section3 > div > div > .div-section3btn:nth-child(4){
	opacity:0;
	transform:translatex(-300px);
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1) .2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) .2s;
	
}
#main-section3 > div > div.active > .div-section3btn{
	opacity:1;
	transform:translatex(0px);
	
}
#main-section3 > div > div > p{
	opacity:0;
	transform:translatey(10vh);
    transition:opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	
}
#main-section3 > div > div > ul{
	opacity:0;
	transform:translatey(10vh);
    transition:opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) .2s, transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) .2s;
	
}

#main-section3 > div > div.active > .section3-title, #main-section3 > div > div.active > ul{
	opacity:1;
	transform:translatey(0vh);

}


#main-section4 > div > div > p{
	opacity:0;
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1) .2s;
}

#main-section4 > div > div > p.active{
	opacity:1;
}
#main-section4 > div > div > .gradient-button-2{
	opacity:0;
	transform:translatey(10vh);
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
#main-section4 > div > div > .gradient-button-2:nth-child(2){
	opacity:0;
	transform:translatey(10vh);
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1) .2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) .2s;
}
#main-section4 > div > div > .gradient-button-2:nth-child(3){
	opacity:0;
	transform:translatey(10vh);
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1) .4s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) .4s;
}
#main-section4 > div > div > .gradient-button-2.active{
	opacity:1;
	transform:translatey(0vh);

}
#main-section4 > div > div > div >span:nth-child(3){
	opacity:0;
    transition:opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1).4s;
}

#main-section4 > div > div > div >span:nth-child(1){
	opacity:0;
    transition:opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1).6s;
}
#main-section4 > div > div > div >span:nth-child(2){
	opacity:0;
    transition:opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1).8s;
}
#main-section4 > div > div > div >span.active{
	opacity:1;
}
.section5-img{
	opacity:0;
	transform:translatex(-200px);
    transition:opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) .2s, transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) .2s;
}
.section5-img.active{
	opacity:1;
	transform:translatex(0);
}
.div-section5-desc > p{
	opacity:0;
	transform:translatey(10vh);
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.div-section5-desc > ul{
	opacity:0;
	transform:translatey(10vh);
    transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1) .2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) .2s;
}
.div-section5-desc.active > *{
	opacity:1;
	transform:translatey(0vh);
}