@charset "UTF-8";
@font-face {
    font-family: 'Helvetica Neue';
    src: url("fonts/SVN-Helvetica Neue-Regular.ttf");
}
@font-face {
    font-family: 'SVN-Athene';
    src: url("fonts/SVN-Athene.otf");
}
@font-face {
    font-family: 'SVN-Housttely Signature';
    src: url("fonts/SVN-Housttely-Signature.otf");
}
html {
    font-size: 20px;
}
body,
html {
    min-height: 100%;
}
body {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
}
.h1,
.h2,
h1,
h2,
h3 {
    font-weight: 900;
    line-height: 1.4;
}
.container {
    max-width: 1309px;
    padding-left: 15px;
    padding-right: 15px;
}
/* Loading
=================================================== */
.loadingPage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999999;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    background: #05424F;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.loadingPage .progress-bar {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 110;
    opacity: 1;
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11111111;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.progress-bar .line {
    position: absolute;
    right: 8.24%;
    bottom: 0;
    width: 1px;
    top: 0;
}
.progress-bar .line p {
    position: absolute;
    right: 15px;
    margin-bottom: 0;
    font-family: 'SVN-Athene';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 51px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}
.progress-bar .line span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
}
.loadingPage.loading-page-hide {
    z-index: -9999999;
    opacity: 0;
    pointer-events: none;
}
#fullpage {
    opacity: 0;
}
#fullpage.active {
    opacity: 1;
    pointer-events: all;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.loadingPage .welcome .text {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 43px;
}
.loadingPage .welcome .logo {
    opacity: 0;
    -webkit-animation: fading ease-in 1s;
    animation: fading ease-in 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}
@-webkit-keyframes fading {
    from {
        opacity: 0;
        transform:translate(0px, 10px);
    }
    to {
        opacity: 1; 
        transform:translate(0px, 0);
    }
}
@-moz-keyframes fading {
    from {
        opacity: 0;
        transform:translate(0px, 10px);
    }
    to {
        opacity: 1;   
        transform:translate(0px, 0);
    }
}

@keyframes fading {
    from {
        opacity: 0;
        transform:translate(0px, 10px);
    }
    to {
        opacity: 1; 
        transform:translate(0px, 0);  
    }
}
.bg-diamond {
    position: absolute;
}
.bg-diamond1 {
    left: 0;
    top: 0;
}
.bg-diamond2 {
    left: 0;
    bottom: 0;
}
.bg-diamond3 {
    right: 0;
    bottom: 0;
}
/* Header
=============================================== */
#site-header {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#site-header .custom-logo-link {
    display: inline-block;
    max-width: 123px;
}
.page-template-tpl-landingpage .site-footer {
    display: none;
}
/* Frame
=============================================== */
.font-svnhs {
    font-family: 'SVN-Housttely Signature';
}
.font-svna {
    font-family: 'SVN-Athene';
}
.mgb0 {
    margin-bottom: 0;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.bg_fill {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section .bg_frame,
.slide .bg_frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
section .slide {
    position: relative;
}
.frame001_content {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.525px;
    color: #FFFFFF; 
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    text-align: center;
}
.frame001_content .text0 {
    margin-bottom: -27px;
    margin-left: 23px;
}
.frame001_content .text1 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}
.frame001_content .text2 {
    font-family: 'SVN-Housttely Signature';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 141px;
    letter-spacing: 1.5px;
    display: inline-block;
}
.textclip {
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block;
}
@keyframes textclip {
    to {
      background-position: -200% center;
    }
}
.frame001_content .text3 {
    font-family: 'SVN-Athene';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 67px;
    text-transform: uppercase;
    color: #00B9B4;
    margin-bottom: 3px;    
}
.frame001_content .text3 .textclip {
    background-image: linear-gradient(0.25turn, #ffffff, #00B9B4, #00B9B4, #ffffff);
}
.frame001_content .text4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.525px;
    text-transform: uppercase;
}
.btn {
    font-family: 'Helvetica Neue';
    background: linear-gradient(270deg, #D3A95B 0%, #F8D6A9 100%);
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #05424F;
    padding: 9px 43px;
    outline: none;
    min-width: 212px;
    text-align: center;
}
.btn-register {
    position: absolute;
    right: 78px;
    bottom: 60px;
    width: 210px;
}
.frame002_content {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 26%;
    text-align: center;
    max-width: 440px;
}
.frame002_content .text1 {
    font-family: 'SVN-Athene';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #195969;
}
.frame002_content .text1 .textclip {
    background-image: linear-gradient(0.25turn, #ffffff, #195969, #195969, #ffffff);
}
.frame002_content .text2 {
    font-family: 'SVN-Housttely Signature';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 148px;
    letter-spacing: 0.525px;
    color: #195969;
    margin: -46px 0 0 37px;
}
.frame003_content {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.525px;
    color: #FFFFFF; 
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    text-align: center;
}
.frame003_content .text1 {
    font-family: 'SVN-Housttely Signature';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 141px;
    letter-spacing: 1.5px;
    margin: 0 0px -27px -190px;
}
.frame003_content .text2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 6px -45px;
}
.frame003_content .text3 {
    font-family: 'SVN-Athene';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 67px;
    text-transform: uppercase;
    color: #00B9B4;
    margin-bottom: 0px;
}
.frame003_content .text3 .textclip {
    background-image: linear-gradient(0.25turn, #ffffff, #00B9B4, #00B9B4, #ffffff);
}
.frame004_content {
    display: inline-block;
    position: absolute;
    left: 80px;
    top: 21%;
    text-align: center;
    max-width: 440px;
}
.frame004_content .text1 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
}
.frame004_content .text2 {
    font-family: 'SVN-Housttely Signature';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 148px;
    letter-spacing: 0.525px;
    color: #00B9B4;
    display: inline-block;
}
.frame004_content .text3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: -23px 0px 12px -31px;
}
.frame004_content .text4 {
    font-family: 'SVN-Athene';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #00B9B4;
    margin-left: -165px;
}
.frame004_content .text4 .textclip {
    background-image: linear-gradient(0.25turn, #ffffff, #00B9B4, #00B9B4, #ffffff);
}
.fp-viewing-0-4 #site-header,
.fp-viewing-frame-005 #site-header{
    z-index: -9999999;
    opacity: 0;
    pointer-events: none;
}
.frame005_content {
    max-width: 1119px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 75px 50px 40px 50px;
    margin-bottom: 168px;
}
.frame005_content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #07888E 13.54%, #00B3B6 100%);
    opacity: 0.95;
    border-radius: 0px;
    z-index: -1;
}
.frame005_content .text1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}
.frame005_content .text2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.form-register {
    margin-top: 66px;
}
.form-register label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.8px;
}
.form-register input {
    width: 100%;
    max-width: 100%;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    outline: none;
    border-radius: 0px;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.57px;
    height: 40px;
}
.form-register button {
    margin-top: 17px;
}
.form-register input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.form-register form p {
    margin-bottom: 0;
}
.form-register .col-6,
.form-register .col-12 {
    padding: 0 44px;
    margin-bottom: 33px;
}
.wrap-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #05424F;
}
.frame-005 .wrap-info .info {
    display: flex;
    justify-content: end;
    max-width: 1119px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 15px;
}
.frame-005 .wrap-info .item-info {
    padding: 0 56px;
}
.frame-005 .wrap-info .item-info:last-child{
    padding-right: 0px;
}
.frame-005 .wrap-info .item-info:first-child{
    padding-right: 0px;
}
.frame-005 .wrap-info .item-info span {
    display: block;
}
.frame-005 .wrap-info .item-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.75;
}
.frame-005 .wrap-info .item-info .item-info-label {
    font-weight: 700;
    background: linear-gradient(180deg, #07888E 0%, #00B3B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
    opacity: 0.75;
    margin-bottom: 8px;
}

/* .tranform_up {
    transform: translate(0, 100%);
    transition: all 1.5s ease;
    opacity: 0;
} */
.tranform_down {
    transform: translate(0, -100%);
    transition: all 1.5s ease;
    opacity: 0;
}
/* .fullpage-wrapper.active .section.active .tranform_up, */
/* .fullpage-wrapper.active .section.active .tranform_down, */
.fullpage-wrapper.active .slide.active .tranform_down {
    transform: translate(0, 0%);
    opacity: 1;
}
.tranform_left {
    transform: translate(-20%, 0);
    transition: all 1.5s ease;
    opacity: 0;
}
.tranform_right {
    transform: translate(20%, 0);
    transition: all 1.5s ease;
    opacity: 0;
}
/* .fullpage-wrapper.active .section.active .tranform_left,
.fullpage-wrapper.active .section.active .tranform_right, */
.fullpage-wrapper.active .slide.active .tranform_left,
.fullpage-wrapper.active .slide.active .tranform_right {
    transform: translate(0%, 0);
    opacity: 1;
}
/* .fullpage-wrapper.active .section.active .fadein, */
.fullpage-wrapper.active .slide.active .fadein {
    opacity: 0;
    -webkit-animation: fade ease-in 1.5s;
    animation: fade ease-in 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1; 
    }
}
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;   
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;  
    }
}
/* .fullpage-wrapper.active .section.active .tranform_up, */
.fullpage-wrapper.active .slide.active .tranform_up {
    opacity:0;
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.delay03 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.delay05 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
.delay06 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}
.delay1 {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
.delay15 {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}
.delay2 {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        transform:translate3d(0,100px,0);
    }
    to{
        opacity:1;
        transform:translateZ(0);
    }
}
/* .fullpage-wrapper.active .section.active .btn-register, */
.fullpage-wrapper.active .slide.active .btn-register {
    opacity:0;
    animation: scaleLarge2;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}
@keyframes scaleLarge2{
    0%{
        opacity:0;
        transform:scale(1.1)
    }
    to{
        opacity:1;
        transform:none
    }
}

#fp-nav ul, .fp-slidesNav ul,
.fp-slidesNav.fp-bottom {
    display: inline-flex;
}
.fp-slidesNav.fp-bottom {

}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 30px;
    height: 1px;
    background: #AE885B;
}
#fp-nav ul li, .fp-slidesNav ul li {
    width: 30px;
    height: 1px;
    margin: 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    margin: 0;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    display: inline;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 0;
}
.fp-slidesNav.fp-bottom {
    bottom: 60px;
}
.fp-slidesNav {
    left: 80px!important;
}
.fp-controlArrow.fp-next {
    border: none;
    background-image: url(../images/arrow-right.png);
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    top: unset;
    bottom: 65px;
    left: 193px;
}
.fp-controlArrow.fp-prev {
    border: none;
    background-image: url(../images/arrow-left.png);
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    top: unset;
    bottom: 65px;
    left: 67px;
}
.fp-slidesNavNumber {
    position: absolute;
    left: 123px;
    bottom: 74px;
    z-index: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.fp-slidesNavNumber .curent {
    font-size: 22px;
    line-height: 26px;
    margin-right: 5px;
}
/* .fp-viewing-0-4 .fp-controlArrow.fp-prev,
.fp-viewing-0-4 .fp-controlArrow.fp-next,
.fp-viewing-0-4 .fp-slidesNavNumber,
.fp-viewing-0-4 .fp-slidesNav.fp-bottom {
    display: none;
} */
.wpcf7 form .wpcf7-response-output {
    border: none !important;
    text-align: center !important;
    color: #ffffff !important;
}

/* Responsive */
.fp-responsive.fp-viewing-0-4 #site-header, 
.fp-responsive.fp-viewing-frame-005 #site-header {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}
/*
.isSP .slide {
    height: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.isSP .frame001_content,
.isSP .frame002_content,
.isSP .frame003_content,
.isSP .frame004_content,
.isSP .frame005_content {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    width: 100%;
    height: 100%;
    display: block;
    transform: unset;
}

.isSP {
    display: none;
} */
.mb-item{
    display: none;
} 
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
    display: inherit !important;
}
@media only screen and (max-width: 1024px) {
    /* .isPC {
        display: none;
    } */
    /* .isSP {
        display: block;
    } */
    .isSP .frame001_content,
    .isSP .frame002_content,
    .isSP .frame003_content,
    .isSP .frame004_content,
    .isSP .frame005_content {
        margin-top: 160px;
    }
    .isSP .frame005_content {
        margin-bottom: 150px;
    }
    .isSP .frame-005 .wrap-info .item-info {
        padding: 0 15px;
    }
    .isSP .frame-005 .wrap-info .item-info:first-child {
        padding-left: 0;
    }
    .isSP .frame-005 .wrap-info .info {
        justify-content: space-between;
    }  
    .mb-item{
        display: block;
    } 
    .pc-item {
        display: none !important;
    } 
    .btn-register{
        display: none;
    }
    .frame001_content, .frame003_content, .frame002_content {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        right: inherit;
        bottom: inherit;    
        width: 100%;
    }
    .frame005_content{
        margin-top: 0 !important;
        background: linear-gradient(180deg, #07888E 13.54%, #00B3B6 100%);
        opacity: 0.95;
    }
    .wrap-info {
        position: relative;
        left: unset;
        bottom: unset;
    }
    .fp-slidesNav.fp-bottom {
        display: none;
    }
    .fp-controlArrow.fp-prev {
        left: calc(50% - 50px);
    }
    .fp-controlArrow.fp-next {
        left: 50%;
    }
    .fp-slidesNavNumber {
        display: none;
    }
    .frame001_content{
        margin-top: 88px;
    }
}
@media only screen and (max-width: 767px) {
    .isSP .frame001_content, .isSP .frame003_content, .isSP .frame005_content {
        margin-top: 88px;
    }
    .isSP .frame002_content {
        margin-top: -150px;
    }
    .isSP .frame004_content{
        margin-top: 0px;
    }
    #site-header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .isSP .frame001_content .text0 {
        margin-left: 0;
    }

    .btn-register {
        left: calc(50% - 105px);
        bottom: 120px;
    }

    .frame001_content,
    .frame001_content .text4,
    .frame003_content .text2,
    .frame004_content .text1,
    .frame004_content .text3 {
        font-size: 16px;
        line-height: 23px;
    }

    .frame001_content .text2,
    .frame002_content .text2,
    .frame003_content .text1,
    .frame004_content .text2 {
        font-size: 25px;
        line-height: 135px;
    }

    .frame001_content .text3,
    .frame002_content .text1,
    .frame003_content .text3,
    .frame004_content .text4 {
        font-size: 25px;
        line-height: 61px;
    }

    .frame005_content .text2 {
        font-size: 25px;
        line-height: 39px;
    }

    .frame005_content {
        padding: 40px 30px 40px 30px;
    }

    .form-register .col-6, .form-register .col-12 {
        padding: 0 15px;
        margin-bottom: 33px;
        width: 100%;
    }

    .isSP .frame005_content {
        margin-bottom: 50px;
    }

    .isSP .frame-005 .wrap-info .info {
        flex-direction: column;
        padding: 40px 30px;
    }
    .isSP .frame-005 .wrap-info .item-info {
        padding: 0;
        margin-top: 20px;
    }
    .isSP .frame-005 .wrap-info .item-info:first-child {
        margin-top: 0;
    }
    .welcome .logo img {
        width: 150px;
    }
    .progress-bar .line p{
        font-size: 24px;
    }
}
