@charset "utf-8";
.pc_br {
    display: block;
}

.pt_br {
    display: block;
}

.tb_br {
    display: none !important;
}

.mb_br {
    display: none !important;
}

[class*="con-"][class*="-width1"] {
    max-width: 1148px;
    margin: 0 auto;
    width: 85%;
}

[class*="con-"][class*="-width2"] {
    width: 1500px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

#wrap header {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
}

#wrap header div.left {
    position: relative;
    left: 10%;
    top: 0;
}

#wrap header div.left:after {
    display: block;
    clear: both;
    content: "";
}

#wrap header h1.logo {
    position: relative;
    float: left;
    margin-right: 37px;
}

#wrap header h1.logo a {
    width: 185px;
    height: 50px;
    display: block;
    background: url(../img/cmn/logo.svg) no-repeat;
}

.theme_black #wrap header h1.logo a {
    background-image: url(../img/cmn/logo.svg);
    background-size: contain;
    margin-top: 10px;
}

#wrap header ul.util li a {
    display: block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.theme_black #wrap header ul.util li a {
    border-color: rgba(0, 0, 0, 0.3);
}

#wrap header ul.util li.youtube a {
    background-image: url(../img/common/icon_youtube.png);
}

#wrap header ul.util li.blog a {
    background-image: url(../img/common/icon_blog.png);
}

#wrap header ul.util li.kakao a {
    background-image: url(../img/icon/kakaotalk_circle.svg);
}

.theme_black #wrap header ul.util li.youtube a {
    background-image: url(../img/common/icon_youtube_gray.png);
}

.theme_black #wrap header ul.util li.blog a {
    background-image: url(../img/common/icon_blog_gray.png);
}

.theme_black #wrap header ul.util li.kakao a {
    background-image: url(../img/icon/plus_friend.png);
}

#wrap header ul.util li {
    display: inline-block;
    vertical-align: top;
}

#wrap header ul.util {
    font-size: 0;
}

#wrap header ul.util li + li {
    margin-left: 6px;
}

#wrap header nav#main_nav {
    position: absolute;
    right: 5%;
    top: 32px;
}

#wrap header nav#main_nav ul li a {
    color: #fff;
    font-size: 2rem;
    padding: 2rem;
    margin: 2rem;
    letter-spacing: -0.8px;
}

.theme_black #wrap header nav#main_nav ul li a {
    color: #444;
}

#wrap header nav#main_nav ul li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#wrap header nav#main_nav ul {
    font-size: 0;
}

#wrap header nav#main_nav ul li + li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 2rem;
    background: #fff;
    margin-top: -10px;
    opacity: 0.5;
}

.theme_black #wrap header nav#main_nav ul li + li:before {
    background: #fd7923;
}

#wrap header nav#main_nav ul li:first-child a {
    padding-left: 0;
}

#wrap header nav#main_nav ul li:last-child a {
    padding-right: 0;
}

#wrap header nav#main_nav ul li.check a {
    background: url(../img/common/main_check.png) no-repeat 3.5rem
        calc(50% + 0.15rem);
    padding-left: 6rem;
}

#side_nav {
    width: 65px;
    position: fixed;
    right: 2%;
    top: 0;
    height: 100vh;
    z-index: 1000;
}

#side_nav span.line {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    margin-left: -0.5px;
    z-index: -1;
    opacity: 0.1;
}

.theme_black #side_nav span.line {
    background: #000;
}

#side_nav ul.side_list {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
}

#side_nav ul.side_list span.dot {
    width: 5px;
    height: 5px;
    border-radius: 10px;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
    position: relative;
}

.theme_black #side_nav ul.side_list span.dot {
    border-color: #444;
}

#side_nav ul.side_list li + li {
    margin-top: 50px;
}

#side_nav ul.side_list li {
    position: relative;
}

#side_nav ul.side_list li span.txt1 {
    position: absolute;
    top: -2px;
    right: 78px;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    letter-spacing: -0.3px;
    display: none;
    width: 70px;
    text-align: right;
}

.theme_black #side_nav ul.side_list li span.txt1 {
    color: #555;
}

#side_nav ul.side_list li.on span.txt1 {
    display: block;
}

#side_nav ul.side_list li.on span.dot:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: #0072bc;
    border-radius: 70px;
    z-index: 10;
    left: -32px;
    top: -30px;
    background-position: center;
    background-repeat: no-repeat;
}

#side_nav ul.side_list li:nth-child(1).on span.dot:before {
    background-image: url(../img/cmn/home_white.png);
    background-size: 35px 35px;
}

#side_nav ul.side_list li:nth-child(2).on span.dot:before {
    background-image: url(../img/cmn/service_white.png);
    background-size: 35px 35px;
}

#side_nav ul.side_list li:nth-child(3).on span.dot:before {
    background-image: url(../img/cmn/guide_white.png);
    background-size: 35px 35px;
}

#side_nav ul.side_list li:nth-child(4).on span.dot:before {
    background-image: url(../img/cmn/how_to_use_white.png);
    background-size: 35px 35px;
}

#side_nav ul.side_list li:nth-child(5).on span.dot:before {
    background-image: url(../img/cmn/cost_white.png);
    background-size: 35px 35px;
}

#side_nav ul.side_list li:nth-child(6).on span.dot:before,
#side_nav ul.side_list li:nth-child(7).on span.dot:before {
    background-image: url(../img/cmn/compare.png);
    background-size: 35px 35px;
}

#side_nav .floating_ban {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0;
    margin-right: -5px;
    width: 87px;
    height: 72px;
    background: url(../img/main/float_banner.png);
    background-size: cover;
}

#side_nav .floating_ban2 {
    display: block;
    position: absolute;
    bottom: 140px;
    right: 0;
    margin-right: -25px;
    width: 122px;
    height: 120px;
    background: url(../img/main/floating_banner_on.png);
}

#wrap footer {
    min-width: 1400px;
    background: #fff;
    padding: 25px 0 25px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid gray;
}

#wrap footer div.wrap {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

#wrap footer div.logo {
    width: 175px;
    display: inline-block;
    vertical-align: top;
}

#wrap footer div[class*="info"] {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #000;
    position: relative;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrap footer div.info1 {
    width: 500px;
}

#wrap footer div.info1 div.menu a + a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #474747;
    margin-left: 3px;
    margin-right: 4px;
}

#wrap footer div.infsp div.menu a + a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #000;
    margin-left: 100px;
    margin-right: 100px;
}

#wrap footer div.info2 dl > * {
    display: inline;
}

#wrap footer div.info2 dl dd:after {
    clear: both;
    display: block;
    content: "";
}

#wrap footer div[class*="info"]:before {
    background: #474747;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
}

#wrap footer ul.foot_util {
    float: right;
}

#wrap footer div.wrap:after {
    content: "";
    display: block;
    clear: both;
}

#wrap footer ul.foot_util li {
    width: 45px;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border: 0 solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    text-align: center;
    padding-top: 0;
    margin-left: 6px;
}

#popup1 {
    z-index: 1102;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 533px;
    height: 660px;
}

#popup2 {
    z-index: 1101;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 510px;
    height: 550px;
}

.main-popup {
    z-index: 1105;
    position: absolute;
    bottom: 130px;
    right: 313px;
}

.section {
    overflow: hidden;
}

.section div.tit_box {
    text-align: center;
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.section div.tit_box h1.tit1,
.section07 div.top p.tit1 {
    line-height: 1.26;
    letter-spacing: -1.1px;
    font-size: 4.3rem;
    color: #222;
    font-weight: 800;
}

.section div.tit_box h1.tit1 em,
.section07 div.top p.tit1 em {
    font-weight: 800;
}

.section div.tit_box h1.tit1 em.color {
    color: #fd7923;
}

.section03 div.tit_box h1.tit1 em.color {
    color: #fd7923;
}

.section div.tit_box p.txt1 {
    font-size: 1.8rem;
    color: #666;
    letter-spacing: -0.5px;
    font-weight: 300;
    line-height: 1.44;
}

.btn-style1 a {
    width: 220px;
    height: 60px;
    display: block;
    line-height: 58px;
    font-size: 2.4rem;
    letter-spacing: -0.6px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn-style2 {
    text-align: center;
    line-height: 2rem;
    font-size: 2rem;
    letter-spacing: -0.2px;
    color: #fff;
    margin-top: 30px;
}

.btn-style2 span {
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
}

.section01 div.main_slide {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.section01 div.main_slide .slick-list {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section01 div.main_slide .slick-track {
    height: 100%;
}

.section01 div.main_slide div[class*="v0"] {
    height: 100%;
    position: relative;
}

.section01 div.main_slide div[class*="v0"] div.img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.section01 div.main_slide div.v01 div.img {
    background: url(../img/main/slide_1_1_bg.png) no-repeat center 75px;
}

.section01 div.main_slide div.v02 div.img {
    background: url(../img/main/slide_1_2_bg.png) no-repeat center 75px;
}

.section01 div.main_slide div.v03 div.img {
    background: url(../img/main/slide_1_3_bg.png) no-repeat center 75px;
}

#v1 {
    background: url(../img/main/slide_2_1.png) no-repeat center;
}

#v2 {
    background: url(../img/main/slide_2_2.png) no-repeat center;
}

#v3 {
    background: url(../img/main/slide_2_3.png) no-repeat center;
}

.section01 div.main_slide div[class*="v0"].on div.img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section01 div.area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section01 div.area div.inner:after {
    clear: both;
    display: block;
    content: "";
}

.section01 div.area div.figure {
    float: right;
    width: 480px;
    font-size: 0;
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
    opacity: 0;
}

.section01 div.area div.text {
    color: #fff;
    font-size: 2.5rem;
    float: left;
}

.section01 div.area div.text h2.tit1 {
    font-size: 6.4rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1.19;
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    margin-top: 20px;
}

.section01 div.area div.text h3.tit2 {
    font-family: "MaruBuri-Regular";
    font-size: 4rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1.19;
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    margin-top: 20px;
}

.section01 div.area div.text h2.tit1 strong {
    font-weight: 800;
}

.section01 div.area div.text {
    text-align: left;
    position: relative;
    padding: 50px 0;
    left: -25px;
    opacity: 0;
}

.section01 div.area div.text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.section01 div.area div.text p[class*="txt"] {
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    line-height: 2.5rem;
    letter-spacing: -0.6px;
}

.section01 div.area div.text p.txt2 {
    margin-top: 22px;
}

.section01 div.area div.figure p.txt1 {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.4px;
    line-height: 1.6rem;
    margin-bottom: 1.5rem;
}

.section01 div.area div.figure div[class*="box"] {
    display: inline-block;
    vertical-align: top;
}

.section01 div.area div.figure div[class*="box2"] {
    margin-left: -9px;
}

.section01 div.area div.figure div[class*="box1"] {
    margin-top: 171px;
}

.section01 div.area div.figure div[class*="box3"] {
    float: right;
    margin-top: -130px;
}

.section01 div.area div.figure:after {
    content: "";
    display: block;
    clear: both;
}

.section01 div.bottom {
    position: absolute;
    z-index: 1000;
    background: rgba(32, 39, 76, 0.8);
    width: 1400px;
    height: 110px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section01 div.bottom ul.list {
    font-size: 0;
    padding: 25px 20px 0;
}

.section01 div.bottom ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 31.33px);
    text-align: center;
    position: relative;
}

.section01 div.bottom ul.list li + li {
    margin-left: 47px;
}

.section01 div.bottom ul.list li p.txt1 {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    letter-spacing: -0.5px;
}

.section01 div.bottom ul.list li span.txt2 {
    display: block;
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    letter-spacing: -0.7px;
    margin-top: 6px;
}

.section01 div.bottom ul.list li span.txt2 span.num {
    font-family: "Montserrat";
    font-weight: 500;
    display: inline-block;
    margin-top: 1px;
}

.section01 div.bottom ul.list li span.txt2 figure {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.section01 div.bottom ul.list li .main_vertical {
    overflow: hidden;
    min-height: 110px;
}

.section01 div.bottom ul.list li .main_review_box {
    padding: 0 40px 0 20px;
    font-size: 0;
}

.section01 div.bottom ul.list li .main_review_box .mr_img {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
}

.section01 div.bottom ul.list li .main_review_box .mr_context {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    text-align: left;
}

.section01 div.bottom ul.list li .main_review_box .mr_context strong {
    display: block;
    font-size: 2rem;
    color: #ffb310;
}

.section01 div.bottom ul.list li .main_review_box .mr_context p {
    line-height: 2rem;
    font-size: 1.6rem;
    color: #fff;
    word-break: keep-all;
    word-wrap: break-word;
}

.section01 div.bottom ul.list li + li:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -47px;
    width: 47px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

.section01 div.bottom ul.list li div.btn-style1 {
    margin-left: 160px;
}

div.scroll a.scroll_down {
    position: relative;
    height: 40px;
    width: 26px;
    border: 2px solid #000;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}

div.scroll a.scroll_down:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border: 2px solid #000;
    border-radius: 100%;
    -webkit-animation: scroll_down 2.3s infinite;
    animation: scroll_down 2.3s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes scroll_down {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scroll_down {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

div.scroll {
    position: absolute;
    bottom: 135px;
    left: 50%;
    z-index: 1100;
    transform: translate(-50%, 50%);
}

div.scroll span.text {
    font-family: "Montserrat";
    font-size: 1.26rem;
    color: #000;
    font-weight: 600;
    line-height: 1.26rem;
    letter-spacing: -0.3px;
    display: block;
    margin-top: 11px;
}

div.scroll span.text span {
    -webkit-animation: scroll_text 1.2s ease-out infinite alternate;
    animation: scroll_text 1.2s ease-out infinite alternate;
    display: inline-block;
    vertical-align: top;
}

div.scroll span.text span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

div.scroll span.text span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

div.scroll span.text span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

div.scroll span.text span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

div.scroll span.text span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes scroll_text {
    0% {
        opacity: 0.2;
        -webkit-transform: translate(0, 1px);
        transform: translate(0, 1px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes scroll_text {
    0% {
        opacity: 0.2;
        -webkit-transform: translate(0, 1px);
        transform: translate(0, 1px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.navigation-style2 {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 40px;
    font-size: 0;
    top: 120px;
}

.navigation-style2 div.navi_dots {
    display: inline-block;
    vertical-align: top;
}

.navigation-style2 ul {
    font-size: 0;
}

.navigation-style2 ul li {
    display: inline-block;
    vertical-align: middle;
}

.navigation-style2 ul li button {
    font-size: 0;
    width: 14px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #000;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.navigation-style2 ul li + li {
    margin-left: 25px;
}

.navigation-style2 ul li.slick-active button {
    background: #000;
}

.navigation-style2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.navigation-style2 span.status {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-left: 25px;
}

.navigation-style2 span.status.play {
    background: url(../img/main/play.png) no-repeat;
}

.navigation-style2 span.status.stop {
    background: url(../img/main/stop.png) no-repeat;
}

.section02 {
    background: #ebebeb;
}

.section02 div.inner ul.list {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.section02 div.inner ul.list > li {
    width: calc(25% - 35px);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.section02 div.inner ul.list > li + li {
    margin-left: 42px;
}

.section02 div.inner ul.list > li div.icon {
    width: 250px;
    height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #0072bc;
    border-radius: 400px;
    display: table-cell;
    vertical-align: middle;
}

.section02 div.inner ul.list > li:nth-child(2) div.icon {
    border-color: #00b274;
}

.section02 div.inner ul.list > li:nth-child(3) div.icon {
    border-color: #fd7923;
}

.section02 div.inner ul.list > li div.icon h3.tit1 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: -0.8px;
    color: #0072bc;
    margin-top: 1.8rem;
    padding-bottom: 2rem;
}

.section02 div.inner ul.list > li:nth-child(2) div.icon h3.tit1 {
    color: #00b274;
}

.section02 div.inner ul.list > li:nth-child(3) div.icon h3.tit1 {
    color: #fd7923;
}

.section02 div.inner li ul.text li em {
    color: #0072bc;
    font-weight: 400;
}

.section02 div.inner li:nth-child(2) ul.text li em {
    color: #00b274;
}

.section02 div.inner li:nth-child(3) ul.text li em {
    color: #fd7923;
}

.section02 div.tit_box p.txt1 {
    margin-top: 12px;
}

.section02 .btn-style1 a {
    margin: 22px auto 30px;
    text-align: center;
}

.section02 div.inner ul.text li {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.47;
    letter-spacing: -0.5px;
    text-align: left;
    color: #666;
    position: relative;
}

.section02 div.inner ul.text {
    margin-top: 22px;
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.section02 div.inner li:nth-child(1) ul.text li:before {
    background-image: url(../img/common/main_check_blue.png);
}

.section02 div.inner li:nth-child(2) ul.text li:before {
    background-image: url(../img/common/main_check_green.png);
}

.section02 div.inner ul.list > li div.icon h3.tit1 span[class*="slg"]:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    background: url(../img/main/section02_slg_left_blue.png) no-repeat;
    width: 13px;
    height: 11px;
    margin-top: 4px;
    margin-right: 2px;
}

.section02 div.inner {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.section02 div.inner ul.list > li div.icon h3.tit1 span[class*="slg"]:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    background: url(../img/main/section02_slg_right_blue.png) no-repeat;
    width: 13px;
    margin-top: 4px;
    height: 11px;
    margin-left: 2px;
}

.section02 div.inner ul.list > li div.icon h3.tit1 span[class*="slg2"]:before {
    background-image: url(../img/main/section02_slg_left_green.png);
}

.section02 div.inner ul.list > li div.icon h3.tit1 span[class*="slg2"]:after {
    background-image: url(../img/main/section02_slg_right_green.png);
}

.section02 div.inner ul.list > li div.icon h3.tit1 span[class*="slg3"]:before {
    background-image: url(../img/main/section02_slg_left_orenge.png);
}

.section02 div.inner ul.list > li div.icon h3.tit1 span[class*="slg3"]:after {
    background-image: url(../img/main/section02_slg_right_orenge.png);
}

.section02.active div.inner ul.text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.3s 0.8s ease-out;
    transition: 0.3s 0.8s ease-out;
}

.section02 div.inner ul.list > li:hover div.icon {
    background: #0072bc;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.section02 div.inner ul.list > li:nth-child(2):hover div.icon {
    background: #00b274;
}

.section02 div.inner ul.list > li:nth-child(3):hover div.icon {
    background: #fd7923;
}

.section02 div.inner ul.list > li:hover div.icon h3.tit1 {
    color: #fff;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.section02 div.inner ul.list > li div.icon span.icon {
    width: 56px;
    height: 64px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/main/section02_figure_icon01.png) no-repeat center
        top;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.section02 div.inner ul.list > li:nth-child(2) div.icon span.icon {
    background: url(../img/main/section02_figure_icon02.png) no-repeat center
        top;
}

.section02 div.inner ul.list > li:nth-child(3) div.icon span.icon {
    background: url(../img/main/section02_figure_icon03.png) no-repeat center
        top;
}

.section02 div.inner ul.list > li:hover div.icon span.icon {
    background-image: url(../img/main/section02_figure_icon01_white.png);
}

.section02 div.inner ul.list > li:nth-child(2):hover div.icon span.icon {
    background-image: url(../img/main/section02_figure_icon02_white.png);
}

.section02 div.inner ul.list > li:nth-child(3):hover div.icon span.icon {
    background-image: url(../img/main/section02_figure_icon03_white.png);
}

.navigation-style1 {
    text-align: center;
    margin-top: 20px;
}

.navigation-style1 > * {
    display: inline-block;
    vertical-align: middle;
}

.navigation-style1 ul li {
    display: inline-block;
    vertical-align: middle;
}

.navigation-style1 ul {
    font-size: 0;
    margin: 0 34px;
}

.navigation-style1 ul li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    outline: none;
    border: 2px solid gray;
    border-radius: 20px;
    background: none;
}

.navigation-style1 ul li.slick-active button {
    background: #000;
    border-color: gray;
}

.navigation-style1 ul li + li {
    margin-left: 19px;
}

.section03 {
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.section03.bg1 {
    background-image: url(../img/main/section03_bg2.jpg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
}

.section03 div.tit_box h1.tit1 {
    color: #fff;
}

.section03 div.inner {
    height: 100%;
    position: relative;
}

.section03 div.inner div.top {
    height: 23vh;
    position: relative;
}

.section03 div.inner div.bottom {
    height: fit-content;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.section03 div.tit_box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.section03 div.inner div.bottom div.service_slide {
    height: 100%;
}

.section03 div.inner div.bottom div.service_slide div.box-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.section03 div.inner div.bottom div.service_slide div.box-inner.inner1 {
    width: 1005px;
    height: 100%;
}

.section03 div.inner div.bottom div.service_slide div.slick-list,
.section03 div.inner div.bottom div.service_slide div.slick-track {
    height: 100%;
}

.section03 div.inner div.bottom div.service_slide span.num {
    font-family: "Montserrat";
    color: #fff;
    font-size: 5rem;
    letter-spacing: -0.5px;
    line-height: 5rem;
}

.section03 div.inner div.bottom div.service_slide p.tit1 {
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -0.4px;
    color: #fff;
    margin-top: 15px;
}

.section03 div.inner div.bottom div.service_slide p.txt1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #a4a8bc;
    margin-top: 20px;
}

.section03 div.inner div.bottom div.service_slide div.btn {
    margin-top: 42px;
    text-align: center;
}

.section03 div.inner div.bottom div.service_slide div.box div.text {
    display: inline-block;
    vertical-align: top;
    width: 438px;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.section03 div.inner div.bottom div.service_slide div.box1 div.text {
    background: url(../img/main/section03_icon01.png) no-repeat 195px 170px;
}

.section03 div.inner div.bottom div.service_slide div.box .inner1 div.text {
    width: 410px;
    padding-top: 90px;
}

.section03 div.inner div.bottom div.service_slide div.box {
    position: relative;
    font-size: 0;
}

.section03 div.inner div.bottom div.service_slide div.box div.img {
    margin-top: 50px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    text-align: center;
}

.section03 div.inner div.bottom div.service_slide div.box-inner.inner1 div.img {
    height: 100%;
    position: relative;
    margin-top: 0;
}

.section03
    div.inner
    div.bottom
    div.service_slide
    div.box-inner.inner1
    div.img
    img {
    position: absolute;
    bottom: 32px;
    left: 30%;
    height: 95%;
    max-height: 650px;
    width: auto;
}

.section03 div.inner div.bottom div.service_slide div.box div.img img {
    width: 30%;
}

#slide41 {
    width: fit-content;
    margin-top: -50px;
}

#slide51 {
    width: fit-content;
    margin-top: -50px;
}

.section04 {
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.section04.bg1 {
    background-image: url(../img/main/section04_bg2.jpg);
    -webkit-transition: 0.4s 0.02s;
    transition: 0.4s 0.02s;
}

.section04 div.people_slide div.box {
    text-align: center;
}

.section04 div.inner {
    height: 100vh;
    position: relative;
}

.section04 div.inner div.top {
    height: 25vh;
    position: relative;
}

.section04 div.inner div.bottom {
    height: 75vh;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.section04 div.tit_box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.section04 div.inner div.bottom div.people {
    position: relative;
    bottom: 0;
    left: 0;
    height: 0;
    padding-bottom: 65vh;
}

.section04 div.inner div.bottom div.people_slide {
    height: 100%;
}

.section04 div.inner div.bottom div.people_slide div.slick-list,
.section04 div.inner div.bottom div.people_slide div.slick-track {
    height: 100%;
}

.section04 div.inner div.bottom div.people img {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: calc(100% - 20px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section04 div.inner div.bottom p.tit1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: -0.4px;
    color: #222;
    font-family: "Montserrat";
    font-weight: 500;
    margin-top: 50px;
}

.section04 div.inner div.bottom p.txt1 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.8rem;
    letter-spacing: -0.2px;
    color: #444;
    margin-top: 12px;
}

.section04 div.inner div.bottom p.tit2 {
    font-weight: 400;
    line-height: 3rem;
    color: #222;
    letter-spacing: -0.7px;
    margin-top: 10px;
}

.section04 div.inner div.bottom p.tit2 span.num {
    font-family: "Montserrat";
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: -0.3px;
    color: #000;
    font-weight: 400;
}

.section04 div.inner div.bottom p.tit2 em {
    font-weight: 500;
    letter-spacing: -0.8px;
}

.section04 div.inner div.bottom ul.list {
    font-size: 0;
}

.arrow {
    width: 30px !important;
    padding: 20px 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    background: unset !important;
    margin-right: 20px !important;
}

.section04 div.inner div.bottom ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    background: #fff;
    margin-right: 20px;
    font-size: 11px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.section04 div.inner div.bottom ul.list li:nth-child(4n) {
    margin-right: 0;
}

.section04 div.inner div.bottom ul.list li p.name em {
    font-weight: 400;
}

.section04 div.inner div.bottom ul.list li p.name {
    font-size: 2rem;
    letter-spacing: -0.2px;
    font-weight: 300;
    color: #000;
    line-height: 2.6rem;
    position: relative;
}

.section04 div.inner div.bottom ul.list li p.history {
    height: 150px;
    font-size: 1.5rem;
    line-height: 1.74;
    margin-top: 20px;
    letter-spacing: -0.2px;
    font-weight: 300;
    color: #666;
}

.section04 .navigation-style1 ul li button {
    border-color: #666;
}

.section04 .navigation-style1 ul li.slick-active button {
    border-color: #0072bc;
}

.section05 {
    background: url(../img/main/back_mint.png);
    background-size: cover;
}

.section05 div.inner {
    text-align: center;
}

.section05 div.tit_box h1.tit1 {
    color: #fff;
    padding-top: 60px;
}

.section05 div.tit_box p.txt1 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 2.2rem;
    line-height: 1.55;
    letter-spacing: -0.2px;
    margin-top: 20px;
}

.section05 ul.list {
    font-size: 0;
    margin: 20px auto 0;
}

.section05 ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 475px;
    position: relative;
}

.sectionsp ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 430px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.sectionsp ul.list li:hover {
    box-shadow: 0 0 10px darkorange;
}

.sectioncs ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 30px);
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.sectioncs ul.list li:hover {
    box-shadow: 0 0 10px darkorange;
}

.section03 ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 475px;
    position: relative;
}

.sectionsp ul.list li + li {
    margin-left: 30px;
}

.sectioncs ul.list li + li {
    margin-left: 30px;
}

.section05 ul.list li + li {
    margin-left: 30px;
}

.section05 ul.list li div.btn a {
    margin: 0 auto;
}

.section05 ul.list li div.gray {
    background: #eee;
}

.section05 ul.list li div.gray h3.tit1 {
    color: #111;
    font-size: 3.3rem;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 60px;
}

.section05 ul.list li p.tit1 {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: #fff;
    margin-top: 20px;
}

.section05 ul.list li p.tit1 span.num {
    font-size: 3rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: -1px;
    font-family: "Roboto";
    color: #fff;
}

.section05 ul.list li span.txt1 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6rem;
    letter-spacing: -0.4px;
    color: #666;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}

.section05 ul.list li p.tit2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: -0.6px;
    color: #111;
    margin-top: 22px;
}

.section05 ul.list li p.txt2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #fff;
    margin-top: 20px;
}

.section05 ul.list li div.btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section05 ul.list li:last-child p.tit1 span.num {
    font-family: "Noto Sans KR";
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.9px;
}

.section05 div.dragscroll {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.section05 p.guide {
    color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 15px;
}

.section06 {
    background: #1e2131;
}

.section06 div.inner {
    position: relative;
}

.section06 div.tit_box h1.tit1 {
    color: #fff;
}

.section06 div.tit_box {
    padding-top: 60px;
}

.section06 div.interview_slide div.box {
    background: #d2d3d6;
    width: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4%;
    margin: 0 auto;
    margin-top: 55px;
    padding-bottom: 45px;
    position: relative;
}

.section06 div.interview_slide .slick-active div.box {
    background: #fff;
}

.section06 div.interview_slide div.box div.img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -55px;
    z-index: 100;
    width: 394px;
    height: 394px;
    overflow: hidden;
}

.section06 div.interview_slide div.box div.img img {
    top: 100px;
    display: block;
    position: relative;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}

.section06 div.interview_slide .slick-active div.box div.img img {
    top: 0;
}

.section06 div.interview_slide div.box div.text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 400px);
    margin-top: 75px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section06 div.interview_slide {
    margin-top: 50px;
}

.section06 div.interview_slide div.box div.text p.tit1 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.8px;
    color: #000;
}

.section06 div.interview_slide div.box div.text p.txt1 {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: -0.2px;
    color: #666;
    margin-top: 12px;
}

.section06 div.interview_slide div.box div.text p.name {
    font-size: 1.8rem;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: -0.2px;
    color: #666;
}

.section06 div.interview_slide div.box div.text p.name em {
    color: #222;
    font-weight: 500;
}

.section06 div.interview_slide div.box div.text p.name:before {
    content: "";
    display: block;
    clear: both;
    width: 36px;
    height: 1px;
    background: #b2b2b2;
    margin-bottom: 13px;
    margin-top: 35px;
}

.section06 div.interview_slide div.box div.btn-style3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section06 div.interview_slide div.box div.btn-style3 a {
    width: 151px;
    height: 59px;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #747477;
}

.section06 div.interview_slide .slick-center div.box div.btn-style3 a {
    background: #fd7923;
}

.section06 div.interview_slide .slick-center div.box div.btn-style3 a:hover {
    background: #747477;
}

.section06 div.interview_slide div.box div.btn-style3 a:hover {
    background: #fd7923;
}

.navigation-style3 a {
    top: calc(50% + 25px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

.navigation-style3 a.prev {
    left: 21%;
}

.navigation-style3 a.next {
    right: 21%;
}

.section07 div.top {
    background: url(../img/main/section07_bg.jpg) no-repeat center/cover;
    height: 420px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 100px 0;
    margin: 0 20px;
    margin-bottom: 50px;
}

.section07 div.top div.btn a {
    margin: 25px auto 0;
    width: 330px;
    position: relative;
    z-index: 0;
    background: rgba(255, 255, 255, 1);
    height: 70px;
    line-height: 68px;
}

.section07 div.top p.tit1 {
    color: #fff;
    position: relative;
}

.section08 div.foot_nav {
    background: #e6e6e6;
    padding: 48px 0;
    font-size: 0;
}

.section08 div.foot_nav div.left {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}

.section08 div.foot_nav ul.foot_nav {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 75%;
    border-right: 1px solid #cfcfcf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section08 div.foot_nav ul.foot_nav > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #cfcfcf;
    padding-left: 30px;
    padding-top: 24px;
    padding-bottom: 40px;
}

.section08 div.foot_nav ul.foot_sub li a {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: -0.4px;
    color: #555;
}

.section08 div.foot_nav ul.foot_nav > li > a {
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: -0.3px;
    color: #333;
}

.section08 div.foot_nav ul.foot_nav > li > a:after {
    width: 20px;
    height: 2px;
    background-color: #333;
    display: block;
    content: "";
    margin-top: 17px;
}

.section08 div.foot_nav ul.foot_sub {
    margin-top: 22px;
}

.section08 div.foot_nav div.left p.slg {
    font-family: "Montserrat";
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 1.7rem;
    color: #000;
    margin-top: 24px;
}

.section08 div.foot_nav div.inner {
    border-left: 1px solid #cfcfcf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section01.on div.area div.text {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.2s 0.2s ease-out;
    transition: 1.2s 0.2s ease-out;
}

.section01.on div.area div.figure {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1.2s 0.6s ease-out;
    transition: 1.2s 0.6s ease-out;
    opacity: 1;
}

.section.active div.tit_box {
    opacity: 1;
    -webkit-transition: 1s 0.4s;
    transition: 1s 0.4s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.section02.active div.inner {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1s 0.6s;
    transition: 1s 0.6s;
}

.section03.active div.inner div.bottom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.8s 0.6s;
    transition: 0.8s 0.6s;
    opacity: 1;
}

.sectionsp.active div.inner div.bottom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.8s 0.6s;
    transition: 0.8s 0.6s;
    opacity: 1;
}

.sectioncs.active div.inner div.bottom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.8s 0.6s;
    transition: 0.8s 0.6s;
    opacity: 1;
}

.section04.active div.inner div.bottom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: 1s 0.6s;
    transition: 1s 0.6s;
}

.section05.active div.dragscroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1s 0.6s;
    transition: 1s 0.6s;
}

@media (max-width: 1870px) {
    .navigation-style3 a.prev {
        left: 14%;
    }

    .navigation-style3 a.next {
        right: 14%;
    }
}

@media (max-width: 1500px) {
    .navigation-style3 a.prev {
        left: 9%;
    }

    .navigation-style3 a.next {
        right: 9%;
    }
}

@media (max-width: 1330px) {
    .navigation-style3 a.prev {
        left: 5%;
    }

    .navigation-style3 a.next {
        right: 5%;
    }
}

@media (max-width: 1560px) {
    .section03 div.inner div.bottom div.service_slide div.box div.text {
        padding-top: 50px;
    }
}

@media (max-height: 750px) {
    .section03 div.inner div.top {
        padding-top: 100px;
    }

    .section03 div.inner div.bottom div.service_slide div.box-inner.inner1 {
        height: 800px;
    }
}

@media (max-width: 1560px) {
    .sectionsp div.inner div.bottom div.sp_slide div.box div.text {
        padding-top: 50px;
    }

    .sectioncs div.inner div.bottom div.sp_slide div.box div.text {
        padding-top: 50px;
    }
}

@media (max-height: 750px) {
    .sectionsp div.inner div.top {
        padding-top: 100px;
    }

    .sectionsp div.inner div.bottom div.sp_slide div.box-inner.inner1 {
        height: 800px;
    }

    .sectioncs div.inner div.top {
        padding-top: 100px;
    }

    .sectioncs div.inner div.bottom div.sp_slide div.box-inner.inner1 {
        height: 800px;
    }
}

#person_1 {
    background: url(../img/main/person_1.jpg);
    background-size: cover;
}

#person_2 {
    background: url(../img/main/person_2.jpg);
    background-size: cover;
}

#person_3 {
    background: url(../img/main/person_3.jpg);
    background-size: cover;
}

#person_4 {
    background: url(../img/main/person_4.jpg);
    background-size: cover;
}

.backcl {
    background: url(../img/main/back_cloud.png);
    background-size: cover;
}

.sectionsp {
    background: #fcfcfc;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.sectionsp.bg1 {
    background-image: url(../img/main/sectionsp_bg2.jpg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
}

.sectionsp div.tit_box h1.tit1 {
    color: #fff;
}

.sectionsp div.inner {
    height: 100%;
    position: relative;
}

.sectionsp div.inner div.top {
    height: 20vh;
    position: relative;
}

.sectionsp div.inner div.bottom {
    height: calc(80vh - 130px);
    padding-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.sectionsp div.tit_box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sectionsp div.inner div.bottom div.sp_slide {
    height: 100%;
    margin-top: 32px;
}

.sectionsp div.inner div.bottom div.sp_slide div.box-inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1500px;
}

.sectionsp div.inner div.bottom div.sp_slide div.box-inner.inner1 {
    width: 1005px;
    height: 100%;
}

.sectionsp div.inner div.bottom div.sp_slide div.slick-list,
.sectionsp div.inner div.bottom div.sp_slide div.slick-track {
    height: 100%;
}

.sectionsp div.inner div.bottom div.sp_slide span.num {
    font-family: "Montserrat";
    color: #000;
    font-size: 3rem;
    letter-spacing: -0.5px;
    line-height: 3rem;
}

.sectionsp div.inner div.bottom div.sp_slide p.tit1 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -0.4px;
    color: #000;
    margin-top: 15px;
}

.sectionsp div.inner div.bottom div.sp_slide p.txt1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #a4a8bc;
    margin-top: 20px;
}

.sectionsp div.inner div.bottom div.sp_slide div.btn {
    margin-top: 42px;
    text-align: center;
}

.sectionsp div.inner div.bottom div.sp_slide div.box div.text {
    display: inline-block;
    vertical-align: top;
    width: 438px;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.sectionsp div.inner div.bottom div.sp_slide div.box1 div.text {
    background: url(../img/main/section03_icon01.png) no-repeat 195px 170px;
}

.sectionsp div.inner div.bottom div.sp_slide div.box .inner1 div.text {
    width: 410px;
    padding-top: 90px;
}

.sectionsp div.inner div.bottom div.sp_slide div.box {
    position: relative;
    font-size: 0;
}

.sectionsp div.inner div.bottom div.sp_slide div.box div.img {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 438px);
    text-align: center;
    margin-top: 1vw;
}

.sectionsp div.inner div.bottom div.sp_slide div.box-inner.inner1 div.img {
    height: 100%;
    position: relative;
    margin-top: 0;
}

.sectionsp div.inner div.bottom div.sp_slide div.box-inner.inner1 div.img img {
    position: absolute;
    bottom: 32px;
    left: 30%;
    height: 95%;
    max-height: 650px;
    width: auto;
}

.sectionsp div.inner div.bottom div.sp_slide div.box div.img img {
    width: auto;
    max-width: 756px;
    max-height: 480px;
}

.sectionsp ul.list li + li {
    margin-left: 30px;
}

.sectionsp ul.list li + li {
    margin-left: 30px;
}

.sectionsp ul.list li div.btn a {
    margin: 0 auto;
}

.sectionsp ul.list li div.gray h3.tit1 {
    color: rgb(47, 85, 151);
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -0.8px;
    line-height: 60px;
    text-align: center;
    color: darkorange;
}

.sectionsp ul.list li:hover div.gray h3.tit1 {
    color: darkorange;
}

.sectionsp ul.list li p.tit1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: -0.6px;
    color: #000;
}

.sectionsp ul.list li p.tit1 span.num {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: -1px;
    color: darkorange;
}

.sectionsp ul.list li span.txt1 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6rem;
    letter-spacing: -0.4px;
    color: #666;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}

.sectionsp ul.list li p.tit2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: -0.6px;
    color: #000;
}

.sectionsp ul.list li p.txt2 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.4px;
    color: #000;
    margin-top: 20px;
}

.sectionsp ul.list li div.btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.sectionsp div.dragscroll {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.sectionsp p.guide {
    color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 15px;
}

.sectioncs {
    background: #fcfcfc;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.sectioncs.bg1 {
    background-image: url(../img/main/sectioncs_bg2.jpg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
}

.sectioncs div.tit_box h1.tit1 {
    color: #fff;
}

.sectioncs div.inner {
    height: 100%;
    position: relative;
}

.sectioncs div.inner div.top {
    height: 30vh;
    position: relative;
}

.sectioncs div.inner div.bottom {
    height: calc(70vh - 130px);
    padding-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.sectioncs div.tit_box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sectioncs div.inner div.bottom div.sp_slide {
    height: 100%;
    margin-top: 32px;
}

.sectioncs div.inner div.bottom div.sp_slide div.box-inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1500px;
}

.sectioncs div.inner div.bottom div.sp_slide div.box-inner.inner1 {
    width: 1005px;
    height: 100%;
}

.sectioncs div.inner div.bottom div.sp_slide div.slick-list,
.sectioncs div.inner div.bottom div.sp_slide div.slick-track {
    height: 100%;
}

.sectioncs div.inner div.bottom div.sp_slide span.num {
    font-family: "Montserrat";
    color: #000;
    font-size: 3rem;
    letter-spacing: -0.5px;
    line-height: 3rem;
}

.sectioncs div.inner div.bottom div.sp_slide p.tit1 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -0.4px;
    color: #000;
    margin-top: 15px;
}

.sectioncs div.inner div.bottom div.sp_slide p.txt1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #a4a8bc;
    margin-top: 20px;
}

.sectioncs div.inner div.bottom div.sp_slide div.btn {
    margin-top: 42px;
    text-align: center;
}

.sectioncs div.inner div.bottom div.sp_slide div.box div.text {
    display: inline-block;
    vertical-align: top;
    width: 438px;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.sectioncs div.inner div.bottom div.sp_slide div.box1 div.text {
    background: url(../img/main/section03_icon01.png) no-repeat 195px 170px;
}

.sectioncs div.inner div.bottom div.sp_slide div.box .inner1 div.text {
    width: 410px;
    padding-top: 90px;
}

.sectioncs div.inner div.bottom div.sp_slide div.box {
    position: relative;
    font-size: 0;
}

.sectioncs div.inner div.bottom div.sp_slide div.box div.img {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 438px);
    text-align: center;
    margin-top: 1vw;
}

.sectioncs div.inner div.bottom div.sp_slide div.box-inner.inner1 div.img {
    height: 100%;
    position: relative;
    margin-top: 0;
}

.sectioncs div.inner div.bottom div.sp_slide div.box-inner.inner1 div.img img {
    position: absolute;
    bottom: 32px;
    left: 30%;
    height: 95%;
    max-height: 650px;
    width: auto;
}

.sectioncs div.inner div.bottom div.sp_slide div.box div.img img {
    width: auto;
    max-width: 756px;
    max-height: 480px;
}

.sectioncs ul.list li + li {
    margin-left: 30px;
}

.sectioncs ul.list li + li {
    margin-left: 30px;
}

.sectioncs ul.list li div.btn a {
    margin: 0 auto;
}

.sectioncs ul.list li div.gray h3.tit1 {
    color: rgb(47, 85, 151);
    font-size: 2.9rem;
    font-weight: 900;
    letter-spacing: -0.8px;
    line-height: 60px;
    text-align: center;
    color: darkorange;
}

.sectioncs ul.list li:hover div.gray h3.tit1 {
    color: darkorange;
}

.sectioncs ul.list li p.tit1 {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: -0.6px;
    color: darkorange;
}

.sectioncs ul.list li p.tit1 span.num {
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
    letter-spacing: -1px;
    font-family: "Roboto";
    color: darkorange;
}

.sectioncs ul.list li span.txt1 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6rem;
    letter-spacing: -0.4px;
    color: #666;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}

.sectioncs ul.list li p.tit2 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2rem;
    letter-spacing: -0.6px;
    color: darkorange;
}

.sectioncs ul.list li p.txt2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #000;
    margin-top: 20px;
}

.sectioncs ul.list li div.btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.sectioncs div.dragscroll {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.sectioncs p.guide {
    color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 15px;
}

.btn-stylish {
    margin: 0 30px;
    width: 200px;
    height: 60px;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    background-color: darkorange;
    border-radius: 10px;
    border-color: unset;
}

.section_move div.move_slide .slick-list {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section_move div.move_slide .slick-track {
    height: 100%;
}

.section_move div.move_slide div[class*="v0"] {
    height: 100%;
    position: relative;
}

.section_move div.move_slide div[class*="v0"] div.img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.section_move div.move_slide div.v01 div.img {
    background: url(../img/main/slide_2_1_bg.png) no-repeat center 95px;
}

.section_move div.move_slide div.v02 div.img {
    background: url(../img/main/slide_2_2_bg.png) no-repeat center 95px;
}

.section_move div.move_slide div.v03 div.img {
    background: url(../img/main/slide_2_3_bg.png) no-repeat center 95px;
}

.section_move div.move_slide div[class*="v0"].on div.img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section_move div.area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section_move div.area div.inner:after {
    clear: both;
    display: block;
    content: "";
}

.section_move div.area div.figure {
    float: right;
    width: 480px;
    font-size: 0;
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
    opacity: 0;
}

.section_move div.area div.text {
    color: #fff;
    font-size: 2.5rem;
    float: left;
}

.section_move div.area div.text h2.tit1 {
    font-size: 6.4rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1.19;
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    margin-top: 20px;
}

.section_move div.area div.text h3.tit2 {
    font-family: "MaruBuri-Regular";
    font-size: 4rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1.19;
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    margin-top: 20px;
}

.section_move div.area div.text h2.tit1 strong {
    font-weight: 800;
}

.section_move div.area div.text {
    text-align: left;
    position: relative;
    padding: 50px 0;
    left: -25px;
    opacity: 0;
}

.section_move div.area div.text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.section_move div.area div.text p[class*="txt"] {
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    line-height: 2.5rem;
    letter-spacing: -0.6px;
}

.section_move div.area div.text p.txt2 {
    margin-top: 22px;
}

.section_move div.area div.figure p.txt1 {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.4px;
    line-height: 1.6rem;
    margin-bottom: 1.5rem;
}

.section_move div.area div.figure div[class*="box"] {
    display: inline-block;
    vertical-align: top;
}

.section_move div.area div.figure div[class*="box2"] {
    margin-left: -9px;
}

.section_move div.area div.figure div[class*="box1"] {
    margin-top: 171px;
}

.section_move div.area div.figure div[class*="box3"] {
    float: right;
    margin-top: -130px;
}

.section_move div.area div.figure:after {
    content: "";
    display: block;
    clear: both;
}

.section_move div.bottom {
    position: absolute;
    z-index: 1000;
    background: rgba(32, 39, 76, 0.8);
    width: 1400px;
    height: 110px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section_move div.bottom ul.list {
    font-size: 0;
    padding: 25px 20px 0;
}

.section_move div.bottom ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 31.33px);
    text-align: center;
    position: relative;
}

.section_move div.bottom ul.list li + li {
    margin-left: 47px;
}

.section_move div.bottom ul.list li p.txt1 {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    letter-spacing: -0.5px;
}

.section_move div.bottom ul.list li span.txt2 {
    display: block;
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    letter-spacing: -0.7px;
    margin-top: 6px;
}

.section_move div.bottom ul.list li span.txt2 span.num {
    font-family: "Montserrat";
    font-weight: 500;
    display: inline-block;
    margin-top: 1px;
}

.section_move div.bottom ul.list li span.txt2 figure {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.section_move div.bottom ul.list li .main_vertical {
    overflow: hidden;
    min-height: 110px;
}

.section_move div.bottom ul.list li .main_review_box {
    padding: 0 40px 0 20px;
    font-size: 0;
}

.section_move div.bottom ul.list li .main_review_box .mr_img {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
}

.section_move div.bottom ul.list li .main_review_box .mr_context {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    text-align: left;
}

.section_move div.bottom ul.list li .main_review_box .mr_context strong {
    display: block;
    font-size: 2rem;
    color: #ffb310;
}

.section_move div.bottom ul.list li .main_review_box .mr_context p {
    line-height: 2rem;
    font-size: 1.6rem;
    color: #fff;
    word-break: keep-all;
    word-wrap: break-word;
}

.section_move div.bottom ul.list li + li:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -47px;
    width: 47px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

.section_move div.bottom ul.list li div.btn-style1 {
    margin-left: 160px;
}

.section_move.on div.area div.text {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.2s 0.2s ease-out;
    transition: 1.2s 0.2s ease-out;
}

.section_move.on div.area div.figure {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1.2s 0.6s ease-out;
    transition: 1.2s 0.6s ease-out;
    opacity: 1;
}

.fio {
    height: 100% !important;
}

.five {
    width: 15% !important;
}

#login_B:hover {
    background-color: #fd7824 !important;
    border-radius: 10px !important;
    color: white !important;
}

.section011 div.main_slide {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.section011 div.main_slide .slick-list {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section011 div.main_slide .slick-track {
    height: 100%;
}

.section011 div.main_slide div[class*="v0"] {
    height: 100%;
    position: relative;
}

.section011 div.main_slide div[class*="v0"] div.img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.section011 div.main_slide div[class*="v0"].on div.img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section011 div.area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section011 div.area div.inner:after {
    clear: both;
    display: block;
    content: "";
}

.section011 div.area div.figure {
    float: right;
    width: 480px;
    font-size: 0;
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
    opacity: 0;
}

.section011 div.area div.text {
    color: #fff;
    font-size: 2.5rem;
    float: left;
}

.section011 div.area div.text h2.tit1 {
    font-size: 6.4rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1.19;
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    margin-top: 20px;
}

.section011 div.area div.text h3.tit2 {
    font-family: "MaruBuri-Regular";
    font-size: 4rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1.19;
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    margin-top: 20px;
}

.section011 div.area div.text h2.tit1 strong {
    font-weight: 800;
}

.section011 div.area div.text {
    text-align: left;
    position: relative;
    padding: 50px 0;
    left: -25px;
    opacity: 1;
}

.section011 div.area div.text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.section011 div.area div.text p[class*="txt"] {
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.8);
    line-height: 2.5rem;
    letter-spacing: -0.6px;
}

.section011 div.area div.text p.txt2 {
    margin-top: 22px;
}

.section011 div.area div.figure p.txt1 {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.4px;
    line-height: 1.6rem;
    margin-bottom: 1.5rem;
}

.section011 div.area div.figure div[class*="box"] {
    display: inline-block;
    vertical-align: top;
}

.section011 div.area div.figure div[class*="box2"] {
    margin-left: -9px;
}

.section011 div.area div.figure div[class*="box1"] {
    margin-top: 171px;
}

.section011 div.area div.figure div[class*="box3"] {
    float: right;
    margin-top: -130px;
}

.section011 div.area div.figure:after {
    content: "";
    display: block;
    clear: both;
}

.section011 div.bottom {
    position: absolute;
    z-index: 1000;
    background: rgba(32, 39, 76, 0.8);
    width: 1400px;
    height: 110px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section011 div.bottom ul.list {
    font-size: 0;
    padding: 25px 20px 0;
}

.section011 div.bottom ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 31.33px);
    text-align: center;
    position: relative;
}

.section011 div.bottom ul.list li + li {
    margin-left: 47px;
}

.section011 div.bottom ul.list li p.txt1 {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    letter-spacing: -0.5px;
}

.section011 div.bottom ul.list li span.txt2 {
    display: block;
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    letter-spacing: -0.7px;
    margin-top: 6px;
}

.section011 div.bottom ul.list li span.txt2 span.num {
    font-family: "Montserrat";
    font-weight: 500;
    display: inline-block;
    margin-top: 1px;
}

.section011 div.bottom ul.list li span.txt2 figure {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.section011 div.bottom ul.list li .main_vertical {
    overflow: hidden;
    min-height: 110px;
}

.section011 div.bottom ul.list li .main_review_box {
    padding: 0 40px 0 20px;
    font-size: 0;
}

.section011 div.bottom ul.list li .main_review_box .mr_img {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
}

.section011 div.bottom ul.list li .main_review_box .mr_context {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    text-align: left;
}

.section011 div.bottom ul.list li .main_review_box .mr_context strong {
    display: block;
    font-size: 2rem;
    color: #ffb310;
}

.section011 div.bottom ul.list li .main_review_box .mr_context p {
    line-height: 2rem;
    font-size: 1.6rem;
    color: #fff;
    word-break: keep-all;
    word-wrap: break-word;
}

.section011 div.bottom ul.list li + li:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -47px;
    width: 47px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

.section011 div.bottom ul.list li div.btn-style1 {
    margin-left: 160px;
}

.section011.on div.area div.text {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.2s 0.2s ease-out;
    transition: 1.2s 0.2s ease-out;
}

.section011.on div.area div.figure {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1.2s 0.6s ease-out;
    transition: 1.2s 0.6s ease-out;
    opacity: 1;
}
