@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Nanum+Myeongjo:wght@400;700&family=Open+Sans:wght@600&family=Poppins:wght@600&display=swap');


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}


/* module
------------------------------------------------- */
.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #373737;
}
@media only screen and (min-width:751px){
a:hover {
	text-decoration: underline;
}
.al:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.4s;
	text-decoration: none;
}
.telLink {
	pointer-events: none;
    text-decoration: none !important;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo10 { font-size: 10px; }
.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo18 { font-size: 18px; }
.fo20 { font-size: 20px; }
.fo22 { font-size: 22px; }
.fo23 { font-size: 23px; }
.fo24 { font-size: 24px; }
.fo26 { font-size: 26px; }
.fo28 { font-size: 28px; }
.fo32 { font-size: 32px; }
.fo34 { font-size: 34px; }
.fo44 { font-size: 44px; }
.fo48 { font-size: 48px; }
.fo92 { font-size: 92px; }
.fo100 { font-size: 100px; }
}
@media only screen and (min-width:751px) and (max-width:1100px){
.fo10 { font-size: 0.909vw; }
.fo12 { font-size: 1.09vw; }
.fo13 { font-size: 1.181vw; }
.fo14 { font-size: 1.272vw; }
.fo15 { font-size: 1.363vw; }
.fo16 { font-size: 1.454vw; }
.fo18 { font-size: 1.636vw; }
.fo20 { font-size: 1.818vw; }
.fo22 { font-size: 2vw; }
.fo23 { font-size: 2.09vw; }
.fo24 { font-size: 2.181vw; }
.fo26 { font-size: 2.363vw; }
.fo28 { font-size: 2.545vw; }
.fo32 { font-size: 2.909vw; }
.fo34 { font-size: 3.09vw; }
.fo44 { font-size: 4vw; }
.fo48 { font-size: 4.363vw; }
.fo92 { font-size: 8.363vw; }
.fo100 { font-size: 9.09vw; }
}


/* body
------------------------------------------------- */
body {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #373737;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
body.active {
    overflow-y: hidden;
}
.mincho {
    font-family: 'Nanum Myeongjo', serif;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.opensans {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}
.amiri {
    font-family: 'Amiri', serif;
    letter-spacing: -0.05em;
}
@media only screen and (min-width:751px) and (max-width:1100px){
body {
	font-size: 1.454vw;
}
}
@media only screen and (max-width:750px){
html {
	overflow-x: hidden;
}
body {
	font-size: 3.733vw;
    line-height: 2;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
    position: relative;
}


/* header
------------------------------------------------- */
#header {
    width: 100%;
    color: #f6f6f6;
    position: absolute;
    z-index: 99;
}
#header a {
    color: #f6f6f6;
}
#header .logo {
    width: 14.5em;
    padding: 1em 0;
}
#header .hmenu {
    width: 18.5em;
    position: absolute;
    right: 0;
    top: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .hmenu ul {
    width: 5.85em;
    display: flex;
    justify-content: space-between;
    background: url("../img/icon_lang.png") left center no-repeat;
    background-size: 1.428em auto;
    padding-left: 2.14em;
    box-sizing: border-box;
}
#header .hmenu ul li a {
    padding-right: 0.55em;
    border-right: 1px solid rgba(255,255,255,0.5);
    color: #b5b5b5;
    line-height: 1;
}
#header .hmenu ul li.on a {
    color: #fff;
}
#header .hmenu ul li:last-child a {
    padding-right: 0;
    border: none;
}
#header .hmenu p a {
    display: block;
    width: 12.3em;
    line-height: 2.93em;
    border: 1px solid #fff;
    border-radius: 3em;
    text-align: center;
    background: url("../img/icon_mail.png") 17% center no-repeat rgba(255,254,254,0.1);
    background-size: 0.93em auto;
    padding-left: 1em;
    box-sizing: border-box;
    transition: 0.4s;
}
#header .gnav {
    padding-top: 1em;
    border-top: 1px solid rgba(255,255,255,0.35);
    text-align: center;
}
#header .gnav ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#header .gnav ul::after {
    content: '';
    width: 1px;
    height: 1.7em;
    background-color: rgba(255,255,255,0.35);
    position: absolute;
    right: 0;
    top: 0.5em;
}
#header .gnav ul li {
    width: 20%;
}
#header .gnav ul li ul {
    display: none;
}
#header .gnav ul li a {
    display: block;
    position: relative;
    transition: transform 0.35s ease;
}
#header .gnav ul li a::before {
    content: '';
    width: 1px;
    height: 1.7em;
    background-color: rgba(255,255,255,0.35);
    position: absolute;
    left: 0;
    top: 0.5em;
}
#header .gnav ul li a::after {
    content: '';
    width: 101%;
    height: 5px;
    background-color: #6fba2c;
    position: absolute;
    left: 50%;
    top: -1.4em;
    transform: translateX(-50%) scale(0, 1);
    transition: transform 0.35s ease;
}
#header .gnav ul li.on a::after {
    transform: translateX(-50%) scale(1, 1);
    transition: transform 0.35s ease;
}
#header .gnav ul li a span {
    display: block;
    padding-top: 0.5em;
}
#header .gnav ul li a .mincho {
    color: #fffefe;
    font-weight: bold;
}
#header .gnav ul li a .poppins {
    color: rgba(255,255,255,0.5);
}
@media only screen and (min-width:751px){
#header .hmenu ul li a:hover {
	color: #fff;
    text-decoration: none;
}
#header .hmenu p a:hover {
    background: url("../img/icon_mail.png") 17% center no-repeat #b5b5b5;
    background-size: 0.93em auto;
    text-decoration: none;
}
#header .gnav ul li a:hover {
	text-decoration: none;
}
#header .gnav ul li a:hover::after {
    transform: translateX(-50%) scale(1, 1);
    transition: transform 0.35s ease;
}
#header .gnav ul .ac-tr ul::after,
#header .gnav ul .ac-tr ul li a::before {
    content: '';
    width: 0;
    display: none;
}   
#header .gnav ul .ac-tr ul {
    background: linear-gradient(35deg, #34b252, #34b252 20%, #6fba2c);
    margin-top: 1.7em;
    position: relative;
}
#header .gnav ul .ac-tr ul::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5em 0.65em 0.5em;
    border-color: transparent transparent #5bb43a transparent;
    position: absolute;
    left: 50%;
    top: -0.6em;
    display: block;
    background-color: rgba(255,255,255,0);
    margin-left: -0.3em;
    z-index: 1;
}
#header .gnav ul .ac-tr ul li {
    width: 100%;
    text-align: left;
    z-index: 2;
    position: relative;
}
#header .gnav ul .ac-tr ul li a {
    font-weight: 700;
    line-height: 3.6;
    padding: 0 1em;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    transition: 0.3s;
}
#header .gnav ul .ac-tr ul li a:hover {
    color: #4ab443;
    background-color: rgba(255,255,255,0.85);
}
#header .gnav ul .ac-tr ul li:last-child a {
    border-bottom: none;
}
#header .gnav ul li.on ul li a::after {
    width: 0;
    display: none;
} 
}
@media only screen and (max-width:750px){
#header {
    height: auto;
}
#header .logo {
    width: 46.5vw;
    padding: 4.8vw 0 0 4vw;
}
#header #gnav {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(40deg, #34b252, #34b252 16%, #6fba2c);
    padding: 7vw 8vw 16vw;
    box-sizing: border-box;
}
#header .hmenu {
    width: 29.5vw;
    position: static;
    margin-bottom: 11.5vw;
}
#header .hmenu ul {
    font-size: 3.733vw;
    width: 100%;
    background: url("../img/icon_lang.png") left center no-repeat;
    background-size: 5.33vw auto;
    padding-left: 9.6vw;
}
#header .hmenu ul li a {
    color: rgba(255,255,255,0.4);
    padding-right: 4.5vw;
}
#header .gnav {
    padding-top: 0;
    border-top: 1px solid rgba(255,255,255,0.35);
}
#header .gnav ul {
    display: block;
    margin-bottom: 8vw;
}
#header .gnav ul::after {
    width: 0;
}
#header .gnav ul li {
    width: 100%;
}
#header .gnav ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.35);
    padding: 3.8vw 0;
}
#header .gnav ul .ac-tr a {
    pointer-events: none;
    background: url("../img/icon_p.png") right center no-repeat;
    background-size: 4vw;
}
#header .gnav ul .active a {
    border-bottom: none;
    background: url("../img/icon_m.png") right center no-repeat;
    background-size: 4vw;
}
#header .gnav ul .ac-tr ul li a {
    pointer-events: auto;
    border: none;
    padding: 1.4vw 0;
    background: none;
}
#header .gnav ul li ul {
    margin-bottom: 0;
    padding-bottom: 3.8vw;
    border-bottom: 1px solid rgba(255,255,255,0.35);
}
#header .gnav ul li a::before,
#header .gnav ul li a::after {
    content: '';
    width: 0;
    height: 0;
}
#header .gnav ul li a .mincho {
    display: inline;
    position: relative;
}
#header .gnav ul li.on a .mincho::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #6fba2c;
    position: absolute;
    left: 50%;
    top: -3.4vw;
    transform: translateX(-50%);
}
#header .gnav ul li a .poppins {
    display: none;
}
#header .btn a {
    font-size: 4vw;
    display: block;
    width: 100%;
    line-height: 11.2vw;
    border: 1px solid #fff;
    border-radius: 6vw;
    text-align: center;
    background: url("../img/icon_mail.png") 32% center no-repeat rgba(255,254,254,0.1);
    background-size: 1em auto;
    padding-left: 1em;
    box-sizing: border-box;
}
}


/* #navtoggle
------------------------------------------------- */
@media only screen and (min-width:751px){
#navtoggle {
    display: none;
}
}
@media only screen and (max-width:750px){
#navtoggle {
    position: absolute;
    right: 4vw;
    top: 6.66vw;
    width: 6.66vw;
    height: 9.2vw;
    cursor: pointer;
    z-index: 9990;
}
#navtoggle span {
    display: block;
    position: absolute;
    height: 0.266vw;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
} 
#navtoggle span:nth-child(1) {
    top: 0;
}
#navtoggle span:nth-child(2) {
    top: 2.666vw;
}
#navtoggle span:nth-child(3) {
    top: 5.066vw;
}
body.active #navtoggle span:nth-child(1) {
	top: 2.666vw;
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.active #navtoggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
body.active #navtoggle span:nth-child(3) {
	top: 2.666vw;
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navtoggle .poppins {
    font-size: 2.6vw;
    color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    left: -0.3vw;
    line-height: 1;
    letter-spacing: normal;
}
#navtoggle .poppins::before {
    content: 'Menu';
}
.active #navtoggle .poppins::before {
    content: 'Close';
}
}


/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
}
.inner {
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.inner2 {
    width: 89%;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.inner3 {
    width: 76.4%;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.bg1,
.bg2 {
    background: linear-gradient(40deg, #34b252, #34b252 16%, #6fba2c);
    position: relative;
}
.bg1::after,
.bg2::after {
    content: '';
    width: 3.78%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.bg2::after {
    right: auto;
    left: 0;
}
@media only screen and (max-width:750px){
.inner2,
.inner3 {
    width: 84%;
}
.bg1,
.bg2 {
    background: linear-gradient(20deg, #34b252, #34b252 5%, #6fba2c);
}
.bg1::after,
.bg2::after {
    width: 0;
    display: none;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 30em;
    position: relative;
}
.mainvisual::before {
    content: '';
    width: 60%;
    height: 0.625em;
    background-color: #3fb44b;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mainvisual h1 {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
}
.mainvisual h1 span {
    display: block;
    font-weight: 500;
}
@media only screen and (max-width:750px){
.mainvisual {
    height: 64vw;
}
.mainvisual::before {
    width: 78.5%;
    height: 2.66vw;
}
.mainvisual h1 {
    font-size: 8.533vw;
    top: 53%;
}
.mainvisual h1 span {
    font-size: 3.733vw;
}
}


/* path
------------------------------------------------- */
.path ul {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.2em 0;
    display: flex;
    line-height: 1;
}
.path ul li,
.path ul li a {
    color: #777;
}
.path ul li a {
    font-weight: bold;
}
.path ul li::after {
    content: '>';
    padding: 0 0.5em;
}
.path ul li:last-child::after {
    content: '';
}
@media only screen and (max-width:750px){
.path ul {
    font-size: 2.66vw;
    width: 92%;
    padding: 2.66vw 0;
}
}


/* pnav
------------------------------------------------- */
.pnav ul {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5em 0 7.5em;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
}
.pnav ul li {
    margin-left: 2.5em;
}
.pnav ul li a {
    display: block;
    color: #373737;
    position: relative;
}
.pnav ul li a:hover {
    text-decoration: none;
}
.pnav ul li a span {
    overflow: hidden;
    display: block;
    width: 0.642em;
    height: 0.357em;
    position: absolute;
    left: 50%;
    bottom: -1em;
    margin-left: -0.321em;
}
.pnav ul li a span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icon_arrow1.png") center center no-repeat;
    background-size: auto 100%;
    transform: translateX(0);
}
@media only screen and (min-width:751px){
.pnav ul li a:hover span::before {
    animation: move-arrow2 0.8s 0.2s forwards;
}
}
@media only screen and (max-width:750px){
.pnav {
    display: none;
}
}


/* headline
------------------------------------------------- */
.headline01 {
    text-align: center;
    color: #6fba2c;
    font-weight: 700;
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 2.5em;
    line-height: 1.4;
}
.headline01::after {
    content: '';
    width: 24px;
    height: 3px;
    background-color: #6fba2c;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
@media only screen and (min-width:751px) and (max-width:1100px){
.headline01::after {
    width: 2.18vw;
}
}
@media only screen and (max-width:750px){
.headline01 {
    font-size: 4.533vw;
    padding-bottom: 0.8em;
    margin-bottom: 9vw;
}
.headline01::after {
    content: '';
    width: 4.8vw;
    height: 0.53vw;
}
}


/* btnst
------------------------------------------------- */
.btnst1 a:hover,
.btnst2 a:hover,
.btnst3 a:hover,
.btnst4 a:hover {
    text-decoration: none;
}
.btnst1 a span,
.btnst2 a span,
.btnst3 a span,
.btnst4 a span {
    overflow: hidden;
    display: block;
    position: absolute;
}
.btnst1 a span::before,
.btnst2 a span::before,
.btnst3 a span::before,
.btnst4 a span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icon_arrow3.png") center center no-repeat;
    background-size: auto 100%;
    transform: translateX(0);
}
.btnst2 a span::before {
    background: url("../img/icon_arrow4.png") center center no-repeat;
    background-size: auto 100%;
}
.btnst3 a span::before {
    background: url("../img/icon_arrow5.png") center center no-repeat;
    background-size: auto 100%;
}
.btnst4 a span::before {
    background: url("../img/icon_arrow6.png") center center no-repeat;
    background-size: auto 100%;
}
@media only screen and (min-width:751px){
.btnst1 a:hover span::before,
.btnst2 a:hover span::before,
.btnst3 a:hover span::before,
.btnst4 a:hover span::before {
    animation: move-arrow1 0.8s 0.2s forwards;
}
}


/* footer
------------------------------------------------- */
#footer {
    background-color: #373737;
    padding: 2.5em 0 1.5em;
    color: #fff;
    position: relative;
    z-index: 3;
}
#footer a {
    color: #fff;
}
#footer .inner {
    display: flex;
    justify-content: space-between;
}
#footer .fadd {
    width: 30%;
}
#footer .fadd .flogo {
    width: 14.5em;
    padding-bottom: 1.55em;
}
#footer .fadd address {
    line-height: 1.6;
}
#footer .fnav {
    width: 67%;
    display: flex;
    justify-content: space-between;
    padding-top: 1.28em;
    margin-top: 3.55em;
    border-top: 1px solid rgba(255,255,255,0.35);
}
#footer .fnav ul .ttl1 a {
    display: block;
    padding-bottom: 1em;
    font-weight: bold;
}
#footer .fnav ul .ttl1.ttl2 a {
    padding-bottom: 0;
}
#footer .fnav ul .fo12.db {
    line-height: 1.4;
    padding: 0.3em 0 0 1em;
    text-indent: -1em;
}
#footer .fnav ul .fo12::before {
    content: '-';
    padding-right: 0.5em;
}
#footer .fnav .lang {
    width: 5.85em;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    background: url("../img/icon_lang.png") left center no-repeat;
    background-size: 1.428em auto;
    padding-left: 2.14em;
    box-sizing: border-box;
}
#footer .fnav .lang li a {
    padding-right: 0.55em;
    border-right: 1px solid #b5b5b5;
    color: #b5b5b5;
    line-height: 1;
}
#footer .fnav .lang li.on a {
    color: #fff;
}
#footer .fnav .lang li:last-child a {
    padding-right: 0;
    border: none;
}
#footer small {
    display: block;
    max-width: 1100px;
    margin: 8em auto 0;
}
@media only screen and (min-width:751px){
#footer .fnav .lang li a:hover {
	color: #fff;
    text-decoration: none;
}
}
@media only screen and (max-width:750px){
#footer {
    padding: 10.6vw 0 13.3vw;
    text-align: center;
}
#footer a {
    color: #fff;
}
#footer .inner {
    display: block;
}
#footer .fadd {
    width: 100%;
}
#footer .fadd .flogo {
    width: 47vw;
    margin: 0 auto;
    padding-bottom: 4.3vw;
}
#footer .fadd address {
    font-size: 3.2vw;
    line-height: 1.5;
}
#footer .fnav {
    width: 100%;
    display: block;
    border: none;
    padding-top: 0;
    margin-top: 7.4vw;
}
#footer .fnav ul {
    display: none;
}
#footer .fnav .lang {
    font-size: 3.733vw;
    width: 29.5vw;
    position: static;
    margin: 0 auto;
    background: url("../img/icon_lang.png") left center no-repeat;
    background-size: 5.33vw auto;
    padding-left: 9.6vw;
}
#footer .fnav .lang li a {
    color: rgba(255,255,255,0.4);
    padding-right: 4.5vw;
}
#footer small {
    font-size: 2.66vw;
    margin: 11vw auto 0;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    padding-top: 5em;
    margin-top: -5em;
}
@media only screen and (max-width:750px){
.idPad {
    padding-top: 7vw;
    margin-top: -7vw;
}
}


/* animate
------------------------------------------------- */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes move-arrow1 {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    33% {
        transform: translateX(200%);
        opacity: 0;
    }
    66% {
        transform: translateX(-200%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes move-arrow2 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    33% {
        transform: translateY(200%);
        opacity: 0;
    }
    66% {
        transform: translateY(-200%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}