.sec1-stamp {
    float: right;
    color: #fff;
    font-size: 57px;
    font-weight: 700;
    text-align: center;
    position: sticky;
    line-height: 0.88;
    letter-spacing: -1.5px;
    margin-right: 1.9%;
    top: 176px;
    background: url("../images/sec1_stamp.png") no-repeat center center;
    width: 356px;
    height: 356px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.45);
    border-radius: 50%;
    z-index: 999;
}

.sec1-stamp div {
    margin-top: 87px;
    transform: rotate(7deg);
}

#bottomBar {
	display: none;
    align-items: center;
    color: #08295F;
    line-height: 1.35;
    padding-right: 82px;
    font-weight: 900;
    font-size: 4.5vw;
    height: 60px;
    background: url("../images/bottom_bar_arr.png") no-repeat 95% center, linear-gradient(270deg, rgba(163,165,167,1) 0%, rgba(255,255,255,1) 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    /* -webkit-transition: transform 300ms; */
    /* transition: transform 600ms; */
    /* transform: translateY(156px); */
    -webkit-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1910px){
	.sec1-stamp {
		font-size: 2.6vw;
		line-height: 0.9;
		letter-spacing: -1.2px;
		margin-right: 1.0%;
		top: 10vw;
		width: 16vw;
		height: 16vw;
		background-size: contain;
	}
	
	.sec1-stamp div {
		margin-top: 3.7vw;
	}
}

@media screen and (max-width: 1060px){
	.sec1-stamp {
		font-size: 3.1vw;
		margin-right: 1.0%;
		top: 12vw;
		width: 18vw;
		height: 18vw;
	}
	
	.sec1-stamp div {
		margin-top: 4.2vw;
	}
}




@media screen and (max-width: 890px){
	.sec1-stamp {
    	display: none;
	}
	
	#bottomBar {
		display: flex;
	}
}



@media screen and (max-width: 480px){
	#bottomBar {
		padding-right: 9vw;
		font-size: 5.5vw;
		height: 42px;
		background: url(../images/bottom_bar_arr.png) no-repeat 98% center, linear-gradient(270deg, rgba(163,165,167,1) 0%, rgba(255,255,255,1) 100%);
		position: fixed;
	}
}

















