@charset "utf-8";
.pc_br {
    display: none !important;
}
.pt_br {
    display: block;
}
.tb_br {
    display: block !important;
}
.mb_br {
    display: none;
}
[class*="con-"][class*="-width1"] {
    width: 90%;
    margin: 0 auto;
}
[class*="con-"][class*="-width2"] {
    width: 90%;
    margin: 0 auto;
}
#wrap header {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
}
#wrap header div.left {
    position: relative;
    left: 3%;
    top: 0;
}
#wrap header div.left:after {
    display: block;
    clear: both;
    content: "";
}
#wrap header h1.logo {
    position: relative;
    float: left;
    margin-right: 15px;
}
#wrap header h1.logo a {
    width: 95px;
    height: 32px;
    display: block;
    background: url(../img/common/logo_white.png) no-repeat left top/auto 100%;
}
.theme_black #wrap header h1.logo a {
    background-image: url(../img/cmn/logo.svg);
    background-size: contain;
    position: absolute;
    top: 10px;
}
#wrap header ul.util li a {
    display: block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100%;
}
.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/common/icon_kakao.png);
}
.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/common/icon_kakao_gray.png);
}
#wrap header ul.util li {
    display: inline-block;
    vertical-align: top;
}
#wrap header ul.util {
    font-size: 0;
    float: left;
    margin-top: 4px;
}
#wrap header ul.util li + li {
    margin-left: 6px;
}
#wrap header nav#main_nav {
    position: absolute;
    right: 5%;
    top: 35px;
}
#wrap header nav#main_nav ul li a {
    color: #fff;
    font-size: 1.6rem;
    padding: 0 2.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: 1px;
    height: 12px;
    background: #fff;
    margin-top: -6px;
    opacity: 0.5;
}
.theme_black #wrap header nav#main_nav ul li + li:before {
    background: #fd7824;
}
#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 1.3rem 50%;
    padding-left: 3.2rem;
}
#side_nav {
    width: 35px;
    position: fixed;
    right: 10px;
    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: 36px;
}
#side_nav ul.side_list li {
    position: relative;
}
#side_nav ul.side_list li span.txt1 {
    display: none;
}
#side_nav ul.side_list li.on span.dot:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #0072bc;
    border-radius: 70px;
    z-index: 10;
    left: -15px;
    top: -17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}
#side_nav ul.side_list li:nth-child(1).on span.dot:before {
    background-image: url(../img/cmn/home_white.png);
}
#side_nav ul.side_list li:nth-child(2).on span.dot:before {
    background-image: url(../img/cmn/service_white.png);
}
#side_nav ul.side_list li:nth-child(3).on span.dot:before {
    background-image: url(../img/cmn/guide_white.png);
}
#side_nav ul.side_list li:nth-child(4).on span.dot:before {
    background-image: url(../img/cmn/how_to_use_white.png);
}
#side_nav ul.side_list li:nth-child(5).on span.dot:before {
    background-image: url(../img/cmn/cost_white.png);
}
#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);
}
#wrap footer {
    background: #14181b;
    padding: 10px 0 50px;
    margin: 0 auto;
    position: relative;
}
#wrap footer div.wrap {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    font-size: 0;
}
#wrap footer div.logo {
    width: 175px;
    margin-bottom: 12px;
}
#wrap footer div[class*="info"] {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #777;
    position: relative;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#wrap footer div.info1 {
    width: 490px;
}
#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.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 {
    position: absolute;
    top: 0;
    right: 0;
}
#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;
}
.main-popup {
    z-index: 1105;
    position: absolute;
    bottom: 110px;
    right: 60px;
}
.section {
    overflow: hidden;
    background: #fff;
}
.section div.tit_box {
    text-align: center;
}
.section div.tit_box h1.tit1,
.section07 div.top p.tit1 {
    line-height: 1.26;
    letter-spacing: -1.1px;
    font-size: 4rem;
    color: #222;
    font-weight: 300;
}
.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: 195px;
    height: 54px;
    display: block;
    line-height: 50px;
    font-size: 1.8rem;
    letter-spacing: -0.6px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.btn-style2 {
    text-align: center;
    line-height: 1.8rem;
    font-size: 1.8rem;
    letter-spacing: -0.2px;
    color: #fff;
    margin-top: 20px;
}
.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.4rem;
    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;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.section01 div.main_slide div.v01 div.img {
    background: url(../img/main/slide_1_1_t.png) no-repeat center 65px;
    background-size: contain;
}
.section01 div.main_slide div.v02 div.img {
    background: url(../img/main/slide_1_2_t.png) no-repeat center 65px;
    background-size: contain;
}
.section01 div.main_slide div.v03 div.img {
    background: url(../img/main/slide_1_3_t.png) no-repeat center 65px;
    background-size: contain;
}
#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;
    top: 50%;
    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.inner {
    position: relative;
}
.section01 div.area div.figure {
    position: absolute;
    width: 480px;
    font-size: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
}
.section01 div.area div.text {
    color: #fff;
    font-size: 2rem;
}
.section01 div.area div.text h2.tit1 {
    font-size: 5.2rem;
    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.4);
    margin-top: 2.5vmin;
}
.section01 div.area div.text h2.tit1 strong {
    font-weight: 500;
}
.section01 div.area div.text {
    position: relative;
    float: left;
    padding: 4vmin 0;
    padding-bottom: 150px;
    opacity: 0;
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
}
.section01 div.area div.text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
}
.section01 div.area div.text p[class*="txt"] {
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.4);
    line-height: 2.5rem;
    letter-spacing: -0.6px;
}
.section01 div.area div.text p.txt2 {
    margin-top: 2vmin;
}
.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: 100%;
    height: 95px;
    bottom: 0;
    left: 0;
}
.section01 div.bottom ul.list {
    font-size: 0;
    padding: 20px 0 0;
    text-align: center;
}
.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: 20px;
}
.section01 div.bottom ul.list li p.txt1 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    letter-spacing: -0.5px;
}
.section01 div.bottom ul.list li span.txt2 {
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    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 20px 0 0;
    font-size: 0;
}
.section01 div.bottom ul.list li .main_review_box .mr_img {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
}
.section01 div.bottom ul.list li .main_review_box .mr_img img {
    width: 70%;
    height: auto;
}
.section01 div.bottom ul.list li .main_review_box .mr_context {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    text-align: left;
}
.section01 div.bottom ul.list li .main_review_box .mr_context strong {
    display: block;
    font-size: 1.5rem;
    color: #ffb310;
}
.section01 div.bottom ul.list li .main_review_box .mr_context p {
    line-height: 2rem;
    font-size: 1.2rem;
    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: 50px;
}
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;
}
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-top: 4vmin;
    position: relative;
    padding-top: 400px;
    font-size: 0;
    text-align: center;
}
.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: 70px;
    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: 252px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.section02 div.inner ul.list > li + li {
    margin-left: 20px;
}
.section02 div.inner ul.list > li div.icon {
    width: 210px;
    height: 210px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fd7923;
    border-radius: 400px;
    margin: 0 auto;
    padding-top: 50px;
}
.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: 2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: -0.8px;
    color: #fd7923;
    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: #fd7923;
    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.inner ul.list > li div.icon span.icon {
    width: 50px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/main/section02_figure_icon01.png) no-repeat center
        top/auto 45px;
    -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-image: url(../img/main/section02_figure_icon02.png);
}
.section02 div.inner ul.list > li:nth-child(3) div.icon span.icon {
    background-image: url(../img/main/section02_figure_icon03.png);
}
.section02 div.tit_box p.txt1 {
    margin-top: 12px;
}
.section02 .btn-style1 a {
    margin: 22px auto 0;
    text-align: center;
}
.section02 div.inner ul.text li {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.47;
    letter-spacing: -0.5px;
    text-align: left;
    color: #666;
    padding-left: 25px;
    position: relative;
    word-break: keep-all;
}
.section02 div.inner ul.text {
    margin-top: 22px;
}
.section02 div.inner ul.text li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -2px;
    width: 16px;
    height: 19px;
    background: url(../img/common/main_check.png) no-repeat left center/16px
        19px;
}
.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.tit_box h1.tit1 {
    padding-top: 60px;
}
.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;
    margin-top: 0;
    margin-right: 2px;
    background-size: cover;
    width: 13px;
    height: 11px;
}
.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;
    height: 11px;
    margin-left: 2px;
    background-size: cover;
}
.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 .btn-style1 {
    padding-bottom: 30px;
}
.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 rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    background: none;
}
.navigation-style1 ul li.slick-active button {
    background: #fd7923;
    border-color: #fd7923;
}
.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 {
    position: relative;
    height: 700px;
}
.section03 div.inner div.top {
    position: relative;
}
.section03 div.inner div.bottom {
    overflow: hidden;
    height: fit-content;
}
.section03 div.tit_box {
    width: 100%;
}
.section03 div.inner div.bottom div.service_slide {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.section03 div.inner div.bottom div.service_slide div.box-inner.inner1 {
    height: 100%;
    text-align: center;
}
.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 .navigation-style1 {
    margin-bottom: 15px;
}
.section03 div.inner div.bottom div.service_slide span.num {
    font-family: "Montserrat";
    color: #fff;
    font-size: 4rem;
    letter-spacing: -0.5px;
    line-height: 4rem;
}
.section03 div.inner div.bottom div.service_slide p.tit1 {
    font-size: 3.8rem;
    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: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #fff;
    margin-top: 20px;
    word-break: keep-all;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section03 div.inner div.bottom div.service_slide div.btn {
    margin-top: 35px;
    text-align: center;
}
.section03 div.inner div.bottom div.service_slide div.box div.text {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    padding-top: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
    z-index: 1000;
}
.section03 div.inner div.bottom div.service_slide div.box1 div.text {
    background: url(../img/main/section03_icon01.png) no-repeat 205px 160px/10%;
}
.section03 div.inner div.bottom div.service_slide div.box .inner1 div.text {
    width: 50%;
    text-align: left;
}
.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 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.section03 div.inner div.bottom div.service_slide div.box-inner.inner1 div.img {
    height: 100%;
    position: relative;
    width: 50%;
    margin-top: 0;
}
.section03
    div.inner
    div.bottom
    div.service_slide
    div.box-inner.inner1
    div.img
    img {
    position: absolute;
    bottom: 32px;
    left: 50%;
    width: auto;
    height: 85%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.section03 div.inner div.bottom div.service_slide div.box div.img img {
    width: 25%;
}
#slide41 {
    width: 90% !important;
    margin-top: -50px;
}
#slide51 {
    width: 90% !important;
    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;
    outline: none;
}
.section04 div.inner {
    height: 75vh;
    position: relative;
}
.section04 div.inner div.top {
    height: 15vh;
    position: relative;
}
.section04 div.inner div.bottom {
    height: 85vh;
    overflow: hidden;
}
.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: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: -0.4px;
    color: #222;
    font-family: "Montserrat";
    font-weight: 500;
    margin-top: 20px;
}
.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-size: 3rem;
    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: 2.8rem;
    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;
    padding-bottom: 30px;
}
.section04 div.inner div.bottom ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(30% - 7.5px);
    background: #fff;
    margin-right: 10px;
    font-size: 11px;
    text-align: left;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
.section04 div.inner div.bottom ul.list li:nth-child(3n) {
    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: 1.8rem;
    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: 145px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 2px;
    letter-spacing: -0.2px;
    font-weight: 300;
    color: #666;
    word-break: keep-all;
}
.section04 div.inner div.bottom ul.list li p.name:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 2px;
    background: #fd7923;
}
.section04 .navigation-style1 ul li button {
    border-color: #666;
}
.section04 .navigation-style1 ul li.slick-active button {
    border-color: #fd7923;
}
.section05 {
    background: url(../img/main/section05_bg.jpg) no-repeat center/cover;
}
.section05 div.inner {
    text-align: center;
    padding-bottom: 30px;
}
.section05 div.tit_box h1.tit1 {
    color: #fff;
    padding-top: 60px;
}
.section05 div.tit_box p.txt1 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.55;
    letter-spacing: -0.2px;
    margin-top: 10px;
}
.section05 ul.list {
    font-size: 0;
    margin: 35px auto 0;
}
.section05 ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 10px);
    background: #fff;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 405px;
    position: relative;
}
.section05 ul.list li + li {
    margin-left: 15px;
}
.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: 2.6rem;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 65px;
}
.section05 ul.list li p.tit1 {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: #666;
    margin-top: 20px;
}
.section05 ul.list li p.tit1 span.num {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
    font-family: "Roboto";
    color: #fd7923;
}
.section05 ul.list li span.txt1 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
    letter-spacing: -0.4px;
    color: #666;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}
.section05 ul.list li p.tit2 {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: -0.7px;
    color: #111;
    margin-top: 15px;
}
.section05 ul.list li p.txt2 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.4px;
    color: #666;
    margin-top: 10px;
}
.section05 ul.list li div.btn {
    position: absolute;
    bottom: 30px;
    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: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.9px;
}
.section05 p.guide {
    color: #fff;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.2px;
    font-weight: 500;
    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: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4%;
    margin: 0 auto;
    margin-top: 55px;
    padding-bottom: 40px;
    position: relative;
}
.section06 div.interview_slide .slick-center 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;
}
.section06 .btn-style2 {
    padding-bottom: 30px;
}
.section06 div.interview_slide div.box div.text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 400px);
    margin-top: 55px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section06 div.interview_slide div.box div.img img {
    width: 100%;
}
.section06 div.interview_slide {
    margin-top: 30px;
}
.section06 div.interview_slide div.box div.text p.tit1 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.8px;
    color: #000;
    word-break: keep-all;
}
.section06 div.interview_slide div.box div.text p.txt1 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: -0.2px;
    color: #666;
    margin-top: 20px;
    word-break: keep-all;
}
.section06 div.interview_slide div.box div.text p.name {
    font-size: 1.5rem;
    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: 10px;
    margin-top: 20px;
}
.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;
    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: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}
.navigation-style3 a img {
    height: 35px;
}
.navigation-style3 a.prev {
    left: 1.5%;
}
.navigation-style3 a.next {
    right: 1.5%;
}
.section07 div.top {
    background: url(../img/main/section07_bg.jpg) no-repeat center/cover;
    height: 410px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 20px;
    padding-top: 100px;
}
.section07 div.top div.btn a {
    margin: 25px auto 0;
    width: 330px;
    position: relative;
    z-index: 0;
    height: 70px;
    line-height: 68px;
    background-color: #fff;
}
.section07 div.top p.tit1 {
    color: #fff;
    position: relative;
    line-height: 4rem;
}
.section08 div.foot_nav {
    background: #e6e6e6;
    padding: 40px 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: 20px;
    padding-top: 24px;
    padding-bottom: 40px;
}
.section08 div.foot_nav ul.foot_sub li a {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #555;
    word-break: keep-all;
}
.section08 div.foot_nav ul.foot_nav > li > a {
    font-size: 2.2rem;
    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.5rem;
    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;
}
.section08 div.foot_nav ul.foot_sub li + li {
    margin-top: 5px;
}
.section01.on div.area div.text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 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) scale(0.75);
    transform: translate(0, 0) scale(0.75);
    -webkit-transition: 1.2s 0.6s ease-out;
    transition: 1.2s 0.6s ease-out;
    opacity: 1;
}
.section01.on div.area #mainImg1 {
    width: 70%;
}
.pop_event .pop-container {
    width: 50%;
    height: auto;
}
.pop_event .pop-container img {
    width: 100%;
    height: auto;
}
@media (max-width: 900px) {
    [class*="con-"][class*="-width2"] {
        width: 95%;
    }
    .section02 div.inner ul.list > li {
        max-width: 225px;
    }
    .section02 div.inner ul.list > li + li {
        margin-left: 5px;
    }
    .pop_event .pop-container {
        width: 50%;
        height: auto;
    }
    .pop_event .pop-container img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 840px) {
    .section06 div.interview_slide {
        margin-top: 20px;
    }
    .section06 div.interview_slide div.box div.text {
        margin-top: 40px;
        padding-left: 20px;
    }
    .section06 div.interview_slide div.box {
        padding: 0 3% 35px;
        margin-top: 0;
    }
    .section06 div.interview_slide div.box div.img {
        width: 295px;
        height: 295px;
        margin-top: 25px;
    }
    .section06 div.interview_slide div.box div.text p.tit1 {
        font-size: 2.5rem;
    }
    .section06 div.interview_slide div.box div.text p.txt1 {
        font-size: 1.4rem;
    }
}
@media screen and (orientation: landscape) {
    .section01 div.area div.text {
        font-size: 4vmin;
    }
    .section01 div.area div.text h2.tit1 {
        font-size: 7vmin;
    }
    .section01 div.area div.figure {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: center right;
        transform-origin: center right;
        top: 50%;
        right: 0;
        -webkit-transform: translate(25px, -50%);
        transform: translate(25px, -50%);
    }
    .section01.on div.area div.figure {
        -webkit-transform: translate(0, -50%) scale(0.5);
        transform: translate(0, -50%) scale(0.5);
        -webkit-transition: 0;
        transition: 0;
    }
    .section011 div.area div.text {
        font-size: 4vmin;
    }
    .section011 div.area div.text h2.tit1 {
        font-size: 7vmin;
    }
    .section011 div.area div.figure {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: center right;
        transform-origin: center right;
        top: 50%;
        right: 0;
        -webkit-transform: translate(25px, -50%);
        transform: translate(25px, -50%);
    }
    .section011.on div.area div.figure {
        -webkit-transform: translate(0, -50%) scale(0.5);
        transform: translate(0, -50%) scale(0.5);
        -webkit-transition: 0;
        transition: 0;
    }
    div.scroll {
        bottom: 102px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    .section03 {
        min-height: 600px;
    }
    .section03 div.inner div.bottom div.service_slide div.box-inner.inner1 {
        height: 490px;
    }
    .section03
        div.inner
        div.bottom
        div.service_slide
        div.box-inner.inner1
        div.img
        img {
        bottom: 0;
    }
    .section04 {
        min-height: 600px;
    }
}
@media screen and (max-width: 1000px) {
    .section04.bg1 {
        background-image: url(../img/main/section04_bg2.jpg);
        -webkit-transition: 0.4s 0.02s;
        transition: 0.4s 0.02s;
    }
    .section04 div.inner {
        height: auto;
        padding-bottom: 50px;
    }
    .section04 div.inner div.top {
        margin-top: 60px;
        height: auto;
    }
    .section04 div.tit_box {
        position: relative;
        bottom: auto;
    }
    .section04 div.inner div.bottom {
        height: 80%;
    }
    .section04 div.inner div.bottom div.people {
        position: relative;
        height: 0;
        padding-bottom: 500px;
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }
    .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;
        top: 0;
        left: 50%;
        height: calc(100% - 20px);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .section04 .navigation-style1 {
        display: none;
    }
    .section04 div.inner div.bottom div.box1 p.tit1 {
        padding-top: 50px;
    }
    .section04 div.inner div.bottom div.box1 p.txt1 {
        margin-bottom: 10px;
    }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
    .section01 div.area {
        height: 100%;
    }
    .section01 div.area div.inner {
        height: 100%;
    }
    .section01.on div.area div.text {
        padding-bottom: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: 0;
        transition: 0;
    }
    .section01.on div.area div.figure {
        -webkit-transform: translate(0, -50%) scale(0.4);
        transform: translate(0, -50%) scale(0.4);
        -webkit-transition: 0;
        transition: 0;
        top: 50%;
        bottom: auto;
    }
    .section011 div.area {
        height: 100%;
    }
    .section011 div.area div.inner {
        height: 100%;
    }
    .section011.on div.area div.text {
        padding-bottom: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: 0;
        transition: 0;
    }
    .section011.on div.area div.figure {
        -webkit-transform: translate(0, -50%) scale(0.4);
        transform: translate(0, -50%) scale(0.4);
        -webkit-transition: 0;
        transition: 0;
        top: 50%;
        bottom: auto;
    }
}
.sectioncs ul.list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 60px);
    background: #fff;
    padding: 20px;
    margin: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 150px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.sectioncs ul.list li:hover {
    box-shadow: 0 0 10px darkorange;
}
.sectioncs ul.list li + li {
    margin-left: 30px;
}
.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: 2.9rem;
    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: 2rem;
    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);
}
.btn-stylish {
    margin: 50px 30px;
    width: 200px;
    height: 60px;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    background-color: darkorange;
    border-radius: 10px;
    border-color: unset;
    margin-top: 0px !important;
    margin-left: -47% !important;
}
.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;
}
.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;
}
.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: 25vh;
    position: relative;
}
.sectionsp div.inner div.bottom {
    height: calc(75vh - 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: 2.9rem;
    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;
    line-height: 2;
    letter-spacing: -0.6px;
    color: #000;
}
.sectionsp ul.list li p.tit1 span.num {
    font-size: 3rem;
    font-weight: 100;
    line-height: 3rem;
    letter-spacing: -1px;
    font-family: "Roboto";
    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: 400;
    line-height: 2rem;
    letter-spacing: -0.6px;
    color: #000;
}
.sectionsp ul.list li p.txt2 {
    font-size: 1.5rem;
    font-weight: 400;
    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;
}
.mb_img {
    width: 100%;
    height: unset !important;
}
.fio {
    width: 29% !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;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-size: 150% auto !important;
}
.section011 div.main_slide div.v01 div.img {
    background: url(../img/main/slide_1_1_t.png) no-repeat center 65px;
    background-size: contain;
}
.section011 div.main_slide div.v02 div.img {
    background: url(../img/main/slide_1_2_t.png) no-repeat center 65px;
    background-size: contain;
}
.section011 div.main_slide div.v03 div.img {
    background: url(../img/main/slide_1_3_t.png) no-repeat center 65px;
    background-size: contain;
}
.section011 div.main_slide div[class*="v0"].on div.img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.section011 div.area {
    position: absolute;
    top: 50%;
    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.inner {
    position: relative;
}
.section011 div.area div.figure {
    position: absolute;
    width: 480px;
    font-size: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
}
.section011 div.area div.text {
    color: #fff;
    font-size: 2rem;
}
.section011 div.area div.text h2.tit1 {
    font-size: 5.2rem;
    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.4);
    margin-top: 2.5vmin;
}
.section011 div.area div.text h2.tit1 strong {
    font-weight: 500;
}
.section011 div.area div.text {
    position: relative;
    float: left;
    bottom: -100px;
    opacity: 1;
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
}
.section011 div.area div.text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
}
.section011 div.area div.text p[class*="txt"] {
    text-shadow: 2.3px 1.9px 10px rgba(1, 1, 1, 0.4);
    line-height: 2.5rem;
    letter-spacing: -0.6px;
}
.section011 div.area div.text p.txt2 {
    margin-top: 2vmin;
}
.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: 100%;
    height: 95px;
    bottom: 0;
    left: 0;
}
.section011 div.bottom ul.list {
    font-size: 0;
    padding: 20px 0 0;
    text-align: center;
}
.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: 20px;
}
.section011 div.bottom ul.list li p.txt1 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    letter-spacing: -0.5px;
}
.section011 div.bottom ul.list li span.txt2 {
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    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 20px 0 0;
    font-size: 0;
}
.section011 div.bottom ul.list li .main_review_box .mr_img {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
}
.section011 div.bottom ul.list li .main_review_box .mr_img img {
    width: 70%;
    height: auto;
}
.section011 div.bottom ul.list li .main_review_box .mr_context {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    text-align: left;
}
.section011 div.bottom ul.list li .main_review_box .mr_context strong {
    display: block;
    font-size: 1.5rem;
    color: #ffb310;
}
.section011 div.bottom ul.list li .main_review_box .mr_context p {
    line-height: 2rem;
    font-size: 1.2rem;
    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: 50px;
}
.section011.on div.area div.text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 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) scale(0.75);
    transform: translate(0, 0) scale(0.75);
    -webkit-transition: 1.2s 0.6s ease-out;
    transition: 1.2s 0.6s ease-out;
    opacity: 1;
}
.section011.on div.area #mainImg1 {
    width: 70%;
}
