@charset "UTF-8";

/* FONT */

@font-face {
    font-family: ScDream3;
    src: url(../css/font/SCDream3.eot);
    src: local('※'), url(../css/font/SCDream3.woff) format('woff');
}
@font-face {
    font-family: ScDream6;
    src: url(../css/font/SCDream6.eot);
    src: local('※'), url(../css/font/SCDream6.woff) format('woff');
}
@font-face {
    font-family: YSpotlight;
    src: url(../css/font/YSpotlight.eot);
    src: local('※'), url(../css/font/YSpotlight.woff) format('woff');
}
body {
    position: relative;
    font-family: NanumGothic, sans-serif;
    letter-spacing: -0.1em;
}

/*----1.메인----*/
header {
    position: relative;
}
nav {
    position: fixed;
    top: 5%;
    left: 20px;
    z-index: 1;
    transition: 0.5s;
    transform: translate(0, 50%);
}
nav > ul::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
}
nav > ul > li {
    position: relative;
    padding-bottom: 83px;
}
nav ul li a {
    display: block;
    color: #f3f2f9;
    padding-left: 50px;
    font-size: 16px;
    font-family: YSpotlight, sans-serif;
    letter-spacing: -0.05em;
    position: relative;
}
nav.nav2 ul li a {
    color: #555;
}
nav > ul > li > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    margin-left: 20px;
    left: 10px;
    top: 2px;
}
nav.nav2 ul li a:after {
    background: #555;
}

nav.nav2 > ul > li:not(:last-child):before {
    background: #555;
}


nav > ul > li:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 34px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.top_sl {
    width: 100%;
    background: #015eea;
    position: relative;
}
.top_main {
    padding: 25px 80px 0 80px;
}
.top_main::after {
    content: '';
    display: block;
    clear: both;
}
.top_log {
    position: relative;
    float: left;
    cursor: pointer;
}
.top_btn {
    float: right;
}
.link {
    background: none;
    border: 1px solid #fff;
    color: white;
    padding: 11px 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}
.slide {
    width:1762px;
    margin:0 auto;
}
.slide::after{
    content:"";
    display: block;
    clear: both;
}    
.main_text {
    float: left;
    color: #fff;
    font-size: 58px;
    font-weight: normal;
    padding-top: 300px;
}
.name1 {
    display: inline-block;
}
.laptop {
    float: right;
}
.effect_mockup{
    position: relative;
    width: 600px;
    height: 600px;
    border: 50px solid #2575ed;
    border-radius: 100%;
    opacity: 0;
    transition: all ease 0.8s 1s;
    transform: translateY(-40%);
}
.effect_mockup.on {
    opacity: 1;
    transform: translateY(0%);
}

.effect_mockup>img {
    position: absolute;
    top: 95px;
    right: -23px;
    opacity: 0;
    transition: all ease 1s 0s;
    transform: translateY(-20%);
}

.effect_mockup.on>img {
    opacity: 1;
    transform: translateY(0%);
}
.effect_mockup video {
    position: absolute;
    top: 33px;
    left: -198px;
    width: 121%;
    height: 99%;
    z-index: -1;
}
.main_text p {
    font-family: ScDream3, sans-serif;
    opacity: 0;
    /* transition: 1s 1s; */
    transition: all ease 1.5s 0s;
    transform: translateX(-30%);
}

.main_text.on>p {
    opacity: 1;
    transform: translateX(0%);
}

.main_text .name1 {
    font-family: ScDream6, sans-serif;
    padding-top: 30px;
}
/*내려가기*/
.scroll {
    width: 82px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.scroll > span {
    display: block;
    width: 28px;
    height: 53px;
    border:2px solid #5e9eff;
    border-radius: 60px;
    margin: 0 auto;
    margin-bottom: 13px;
    position: relative;
}
.scroll > span::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #5e9eff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity:1;
    animation: mouse 01s infinite;
}
@keyframes mouse {
    from{
        opacity:1;
        top:1px;
    }
    to{
        opacity:0;
        top: 25px;
    }
}
.scroll > a {
    padding-top: 19px;
}
.scroll > a > span {
    font-family: OpenSansSB, sans-serif;
    font-size: 11px;
    color: #fff;
}
.scroll > i {
    display: block;
    font-size: 11px;
    color: #fff;
    padding: 9px 0 27px 0;
}

/*---반응형(제품소개)---*/
@media all and (max-width: 1842px) {
    .slide {
        width:100%;
        margin:0 auto;
        text-align:center;
    }
}
@media all and (max-width: 1790px) {
    nav{
        top: 0%;
    }
    
}
@media all and (max-width: 1780px) {
    .effect_mockup>img {
    width: 133%;
    top: 95px;
    right: -25px;
    }
    .effect_mockup video {
       top: 4px;
       left: -92px;
       width: 106%;
    }
}
@media all and (max-width: 1680px) {
    .effect_mockup>img {
        width: 120%;
        top: 95px;
        right: -25px;
    }
    .effect_mockup video {
        top: -16px;
        left: -21px;
        width: 96%;
    } 
}
@media all and (max-width: 1622px) {
    .effect_mockup {
        width: 500px;
        height: 500px;
        border: 45px solid #2575ed;
    }
    .effect_mockup>img {
        width: 120%;
        top: 95px;
        right: -25px;
    }
    .effect_mockup video {
        top: 1px;
        left: -13px;
        width: 96%;
    }
}
@media all and (max-width: 1552px) {
    nav{
        top: -5%;
    }
}
@media all and (max-width: 1511px) {
    .effect_mockup {
        width: 450px;
        height: 450px;
        border: 45px solid #2575ed;
    }
    .effect_mockup>img {
        width: 125%;
        top: 75px;
        right: -55px;
    }
    .effect_mockup video {
        width: 100%;
        top: -50%;
        left: 0;
        transform: translateY(50%);
    }
}
@media all and (max-width: 1461px) {
    .laptop {
    width: 100%;
    padding-top:20px;
    }
    .main_text {
        width:100%;
        padding-top: 115px;
    }
    .effect_mockup {
        margin:0 auto;
    }
    .scroll {
        display:none;
    }
}
@media all and (max-width: 1182px) {
    nav{
        top: 6%;
    }
    nav ul li a {
        display: block;
        color: #f3f2f9;
        padding-left: 50px;
        font-size: 14px;
        font-family: YSpotlight, sans-serif;
        letter-spacing: -0.05em;
        position: relative;
    }
}
@media all and (max-width: 822px) {
    nav ul li a {
    font-size:0;
 }
 .main_text {
    float: left;
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    padding-top: 100px;
    }
}
@media all and (max-width: 657px) {
    .top_btn {
        display:none;
    }
}
@media all and (max-width: 630px) {
    nav{
        display: none;
    }
    .laptop {
    width: 100%;
    padding-top:20px;
    }
    .main_text {
        width:100%;
        padding-top: 95px;
        font-size: 40px;
    }
    .effect_mockup {
        margin:0 auto;
        width: 300px;
        height: 300px;
        border: 40px solid #2575ed;
    }
    .effect_mockup>img {
        width: 125%;
        top: 51px;
        right: -38px;
    }
    .effect_mockup video {
        width: 100%;
        top: -50%;
        left: 0;
        transform: translateY(50%);
    }
    .scroll {
        display:none;
    }
}
@media all and (max-width: 549px) {
    .top_log {
        width:100%;
        text-align: center;
    }
    .top_main {
        padding: 25px 0 0 0
    }
    .main_text {
        width:100%;
        padding-top: 40px;
        font-size: 30px;
    }
    .effect_mockup {
        margin: 0 auto;
        width: 200px;
        height: 200px;
        border: 30px solid #2575ed;
    }
    .effect_mockup>img {
        width: 125%;
        top: 34px;
        right: -25px;
    }   
}
@media all and (max-width: 359px) {
    .top_main {
        padding: 25px 0 0 0
    }
    .main_text {
        width:100%;
        font-size: 30px;
    }
    .effect_mockup {
        margin: 0 auto;
        width: 200px;
        height: 200px;
        border: 30px solid #2575ed;
    }
    .effect_mockup>img {
        width: 125%;
        top: 34px;
        right: -25px;
    }   
}
/*----2.제품소개--*/
.intro {
    position: relative;
    width: 100%;
}

.intro__first{
    position: relative;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/intro.png');
    background-size: cover;
    background-position: center;
}

.intro__first::after{
    content:"";
    display:block;
    opacity: 0;
    transition: all linear 1s 0s;
    transform: translateY(-30%);
}
.intro__first.on::after{
    content:"";
    display:block;
    position: absolute;
    width: 100%;
    height: 300px;
    background-image: url('../img/intro_man1.png');
    background-size: cover;
    background-position: center;
    top:0;
    left:0;
    opacity: 1;
    transform: translateY(0%);
}
.intro__first::before{
    content:"";
    display:block;
    opacity: 0;
    transition: all ease-in 1s 0s;
    transform: translateY(-20%);
}
.intro__first.on::before{
    content:"";
    display:block;
    position: absolute;
    width: 100%;
    height: 300px;
    background-image: url('../img/intro_woman2.png');
    background-size: cover;
    background-position: center;
    top:0;
    left:0;
    opacity: 1;
    transform: translateY(0%);
}

.intro__header {
    position: relative;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/intro_man2.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all ease-in 1.5s 0s;
    transform: translateY(-20%);
}
.intro__header.on {
    position: absolute;
    top:0;
    left:0;
    opacity: 1;
    transform: translateY(0%);
}

.intro__add{
    position:absolute;
    margin-left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top:90px;
    left:0;
}
.intro__add span{
    font-size: 28px;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
    color: #707070;
    line-height: 44px;
    margin-bottom: 20px;
    opacity: 0;
    transition: all ease 1.5s 0s;
    transform: translateX(-30%);
}
.intro__add.on>span{
    opacity: 1;
    transform: translateY(0%);
}

.big_btn {
    position: absolute;
    /* width: 10%; */
    top: 172px;
    left: 199px;
}
.big_btn > a {
    position: relative;
    display: block;
    background: #015eea;
    color: #fff;
    font-size: 13px;
    border: none;
    padding: 20px 33px;
    border-radius: 30px;
    margin: 23px auto;
    box-shadow: 0 0 5px 2px #ddd;
    cursor: pointer;
    overflow: hidden;
    z-index:33;
}
.big_btn>a::before{
    position:absolute;
    content: "";
    display:block;
    background:#0047bb;
    width: 0;
    height: 100%;
    top:0;
    bottom:0;
    left:-50%;
    transition:.2s;
    z-index:1;
}
.big_btn>a:hover::before {
    width:100%;
    left:0;
}
.big_btn>a>span {
    position:relative;
    z-index:99;
}

.big_btn>a>span>i {
    margin-left: 10px;
}

.tab--wrap {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}

.intro__tabs {
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.intro__tabs#tablet {
    display: none;
}
.intro__tabs .tab {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vl;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.intro__tabs .tab.active .tab__icon,
.intro__tabs .tab:hover .tab__icon {
    background-position: center top;
}

.intro__tabs .tab.active span,
.intro__tabs .tab:hover span {
    font-weight: bold;
    color: #67b2c7;
}

.intro__tabs .tab#tab1 .tab__icon {
    background-image: url('../img/icon_1.png');
}

.intro__tabs .tab#tab2 .tab__icon {
    background-image: url('../img/icon_2.png');
}

.intro__tabs .tab#tab3 .tab__icon {
    background-image: url('../img/icon_3.png');
}

.intro__tabs .tab#tab4 .tab__icon {
    background-image: url('../img/icon_4.png');
}

.intro__tabs .tab#tab5 .tab__icon {
    background-image: url('../img/icon_5.png');
}

.intro__tabs .tab#tab6 .tab__icon {
    background-image: url('../img/icon_6.png');
}

.intro__tabs .tab#tab7 .tab__icon {
    background-image: url('../img/icon_7.png');
}

.intro__tabs .tab#tab8 .tab__icon {
    background-image: url('../img/icon_8.png');
}

.intro__tabs .tab#tab9 .tab__icon {
    background-image: url('../img/icon_9.png');
}

.intro__tabs .tab#tab10 .tab__icon {
    background-image: url('../img/icon_10.png');
}

.intro__tabs .tab#tab11 .tab__icon {
    background-image: url('../img/icon_11.png');
}

.intro__tabs .tab#tab12 .tab__icon {
    background-image: url('../img/icon_12.png');
}
.intro__tabs .tab#tab13 .tab__icon {
    background-image: url('../img/icon_13.png');
}


.intro__tabs .tab .tab__icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 15px;
}

.intro__tabs .tab span {
    font-size: 14px;
    font-family: 'Nanum Gothic', sans-serif;
}

.intro__tab--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
    height: 850px;
}
.intro__tab--content .intro__tab--wrap {
    position: absolute;
    left: 0px;
    display: none;
    width: 100%;
}

.intro__tab--content .intro__tab--wrap#intro1 {
    display: block;
}

.intro__tab--content * {
    font-family: 'Nanum Gothic', sans-serif;
}

.intro__tab--content__ttl span {
    display: block;
    text-align: center;
}

.intro__tab--content__ttl span:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.intro__tab--content__ttl span:last-child {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.intro__tab--content__img {
    width: 1440px;
    margin: 0 auto;
    text-align: center;
}
.intro__tab--content__img img {
    width: 100%;
}

.intro__tab--content__detail {
    width: 1460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    background: #fff;
    padding: 35px 0;
}
.intro__tab--content__detail .detail__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.333%;
}

.intro__tab--content__detail .detail__box span {
    font-size: 18px;
    text-align: center;
}

.intro__tab--content__detail .detail__box span:first-child {
    font-weight: bold;
    color: #0ca2e5;
    margin-bottom: 20px;
}

.intro__tab--content__detail .detail__box span:last-child {
    line-height: 29px;
}

/*---반응형(체험하기)---*/
@media all and (max-width: 1800px) {
    .intro__tabs {
        width: auto;
        height: 120px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    } 
}
@media all and (max-width: 1440px) {
    .intro__tab--content__img {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
} 
@media all and (max-width: 1440px) {
    .intro__tab--content__detail {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    background: #fff;
    padding: 35px 0;
    }
}
@media all and (max-width: 1200px) {
    .intro__tab--content {
        display:none;
    }
} 
@media all and (max-width: 890px) {
    .intro__tabs {
        display: block !important;
        height:auto;
        
    } 
    .intro__tabs::after {content:"";display: block;clear: both;}

    .intro__tabs .tab {
        display: block !important;
        float: left;
        width: 16.5%;
        text-align: center;
        padding:10px 0;
    }
    .intro__tabs .tab#tab1 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab2 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab3 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab4 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab5 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab6 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab7 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab8 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab9 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab10 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab11 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab12 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab13 .tab__icon{
        margin:0 auto;
    }
}
@media all and (max-width: 885px) {
    .intro__first{
        opacity: 0.3;
    }
    .intro__add span {
     font-size: 26px;
    }
}
@media all and (max-width: 884px) {
    .intro__add{
    position: absolute;
    text-align: center;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    }
    .intro__add span{
    font-size: 25px;
    }
    .big_btn {
    position: absolute;
    width: auto;
    top: 172px;
    left: 50%;
    transform: translateX(-50%);
    }
}
@media all and (max-width: 665px) {
    .intro__add span{
    font-size: 22px;
    }
}
@media all and (max-width: 579px) {
    .intro__add {
        width: 100%;
    }
    .intro__add span{
    font-size: 20px;
    line-height: 33px;
    }
}
@media all and (max-width: 378px) {
   .big_btn > a {
     padding: 20px 15px;  
   } 
}
/* @media all and (max-width: 631px) {
    .intro__tabs {
        display: block !important;
        height:auto;
        
    } 
    .intro__tabs::after {content:"";display: block;clear: both;}

    .intro__tabs .tab {
        display: block !important;
        float: left;
        width: 16.5%;
        text-align: center;
        padding:10px 0;
    }
    .intro__tabs .tab#tab1 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab2 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab3 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab4 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab5 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab6 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab7 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab8 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab9 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab10 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab11 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab12 .tab__icon{
        margin:0 auto;
    }
    .intro__tabs .tab#tab13 .tab__icon{
        margin:0 auto;
    }
} */

/*---3.추가구매없이 도입---*/

.introduction {
    width: 1453px;
    text-align: center;
    padding-top: 120px;
    position: relative;
    margin: 0 auto;
}
.introduction_text{
    opacity: 0;
    transform: translateY(0%);
}
.introduction_text.on{
    opacity: 1;
    transition: all ease 1.5s 0s;
    transform: translateY(-30%);
}
.c_01 {
    color: #333;
    font-size: 24px;
    padding-bottom: 20px;
}
.c_02 {
    color: #1067fe;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
.c_03 {
    line-height: 20px;
}
.bundle {
    position: relative;
    width: 100%;
    margin: 121px 0;
}

.rayl {
    display: block;
    position: relative;
    width: 100%;
    /* padding: 0 20px 45px; */
}
.rayl .slick-list {
    padding-top: 100px !important;
}
.rayl > div {
    margin: 0 31px;
}

.big_box{
    opacity: 0;
    transform: translateY(0%);
}
.big_box.on{
    opacity: 1;
    transition: all ease 1.5s 0s;
    transform: translateY(30%);    
}
.slide_con > div {
    overflow: hidden;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    opacity: 0.5;
    margin: 0 auto;
    transition: 0.3s;
    box-shadow: 0px 0px 10px 3px #f3f3f3;
}
.slide_con > div > img {
    display: block;
    margin: 0 auto;
    padding: 77px 0 52px 0;
}

.slide_con.slick-center > div {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    opacity: 1;
    background: #f1f9fc;
    font-weight: bold;
}

.slide_con.slick-center > div::after {
    content: '';
    display: block;
    width: 38px;
    height: 60px;
    background: url(../img/rd_check.png) no-repeat center;
    position: absolute;
    top: 7px;
    left: 110px;
}

.slide_con > div > p:last-child {
    font-size: 15px;
    padding-bottom: 51px;
    line-height: 18px;
}
/*---반응형(추가구매없이 도입)수정---*/
@media all and (max-width: 1440px) {
    .introduction {
        width: auto;
        text-align: center;
        padding-top: 130px;
        position: relative;
        margin: 0 auto;
    }
}
@media all and (max-width: 1695px) {
    .rayl {
        width: auto;
        padding: 0
    }
}
@media all and (max-width: 540px) {
    .c_02 {
        color: #1067fe;
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .bundle {
        margin: 50px 0;
    }
}
@media all and (max-width:391px) {
    .c_02 {
        color: #1067fe;
        font-size: 21px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .slide_con > div {
        width: auto;
        margin: 0px 5px;
    }
    .slide_con.slick-center > div::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
/*---4.가격 안내---*/

.fee_infor {
    width: 100%;
}
.fee_infor > p {
    text-align: center;
}
.c_05 {
    font-size:18px;
    padding-bottom:10px;
}
.c_06 {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.box_menu {
    width:800px;
    margin:0 auto;
}
.box_menu::after {
    content: '';
    display: block;
    clear: both;
}

.infor_btn {
    display: block;
    text-align: center;
    padding: 95px 0;
}

.infor_box.lft {
    float: left;
}
.infor_box {
    float: right;
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 20px;
}

.infor_box > div::after {
    content: '';
    display: block;
    clear: both;
}
.infor_box > div {
    width: 200px;
    border-radius: 40px;
    background: #f5f8fe;
    box-shadow: 0px 0px 5px 3px #f3f3f3;
    padding: 30px 80px;
}

div.infor_box.lft > div > span {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(../img/cloud_icon.png) no-repeat center;
    float: left;
}

.k_btn {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(../img/building_icon.png) no-repeat center;
    float: left;
}

.name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 70px;
}

.pay {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding: 50px 0;
}

.font_up{
    padding-bottom: 20px;
}
.infor_box_btn {
    display: block;
    background: #015eea;
    color: #fff;
    font-size: 13px;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 30px auto;
    box-shadow: 0 0 5px 2px #ddd;
    cursor: pointer;
}
.ex_btn{
    padding: 0 50px;
}
.ex_btn > a {
    position: relative;
    display: block;
    background: #015eea;
    color: #fff;
    font-size: 13px;
    border: none;
    width: 55px;
    padding: 12px 28px;
    border-radius: 30px;
    margin: 30px auto;
    box-shadow: 0 0 5px 2px #ddd;
    cursor: pointer;
    overflow: hidden;
    z-index:33;
}

.ex_btn>a::before{
    position:absolute;
    content: "";
    display:block;
    background:#0047bb;
    width: 0;
    height: 100%;
    top:0;
    bottom:0;
    left:-50%;
    transition:.2s;
    z-index:1;
}


.ex_btn>a:hover::before {
    width:100%;
    left:0;
}
.ex_btn>a>span {
    position:relative;
    z-index:99;
}

.ex_btn>a>span>i {
    margin-left: 5px;
}

.infor_box_foot {
    text-align: left !important;
    width:800px;
    line-height: 22px;
    font-size: 13px;
    font-weight: normal;
    color: #555;
    padding: 38px 200px;
    margin: 0 auto;
}

.marble {
    position: relative;
    display: inline-block;
    width: 210px;
    height: 55px;
    border-radius: 50px;
    background: #f5f8fe;
    color: #555;
    cursor: pointer;
    box-shadow: 0px 0px 5px 3px #f3f3f3;
    font-weight: normal;
}
.marble {position: relative}
.marble::after {content:'';display:block;position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 107px;
    height: 46px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    transition: all 0.6s;
    z-index: 2;
}

.marble.posi1::after {left:5px}
.marble.posi2::after {left:95px}

.marble > li {
    position: relative;
    display:inline-block;
    padding-top:2px;
    line-height: 55px;
    color: #555;
    margin:0 14px;
    z-index: 3;
    transition: all 0.6s;
    
}
.marble > li.year_btn {color: #1080fe;
    font-weight: bold;}

/*---반응형(가격안내)---*/
@media all and (max-width: 1200px) {
    .box_menu {
        width:auto;
        margin: 0 auto;
        padding: 0 200px;
    }
    .infor_box_foot {
        width:auto;
        padding: 38px 198px;
    }
}
@media all and (max-width: 1120px) {
    .box_menu {
        width:auto;
        margin: 0 auto;
        padding: 0 68px;
    }
    .infor_box_foot {
        width:auto;
        padding: 38px 69px;
    }
}
@media all and (max-width: 856px) {
    .box_menu {
        width: auto;
        margin: 0 auto;
        padding: 0 0;
    }
    .infor_box {
        width: 100%;
    }
    .infor_box.lft {
        width: 100%;
        padding-bottom:20px;
    }
    .infor_box > div {
        width: 200px;
        border-radius: 40px;
        background: #f5f8fe;
        box-shadow: 0px 0px 5px 3px #f3f3f3;
        padding: 30px 80px;
        margin:0 auto;
    }
    .c_02 {
        font-size: 21px;
        padding-bottom: 10px;
}
    .c_05 {
        font-size: 15px;
    }
}
@media all and (max-width: 605px) {
    .infor_box_foot {
        width: auto;
        padding: 38px 10px;
    }
}
@media all and (max-width: 540px) {
    .infor_btn {
        padding: 55px 0;
    }
    
}
@media all and (max-width: 483px) {
    .c_05 {
    font-size: 13px;
    }
}
@media (max-width: 355px){
    .infor_box > div {
        border-radius: 40px;
        background: #f5f8fe;
        box-shadow: 0px 0px 5px 3px #f3f3f3;
        padding: 30px 38px;
        margin: 0 auto;
    }
}
@media (max-width: 720px){
    .c_02 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}
/*소개자료 데모체험*/

/* #main9 {
    width:100%;
    padding-top: 172px;
} */

#main3{
  padding-top: 250px;  
}

.documents {
    position: relative;
    /* top: 150px; */
    width: 100%;
    padding-top: 175px;
    background-color: #c1e1ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: 197px; */
}
.box_doc{
    width:1160px;
    margin:0 auto;
}
.documents__box {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: block;
    /* -webkit-box-orient: vertical; */
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 0px 100px; */
    float: left;
    /* padding-left:100px; */
}
.longbtn{
    padding: 0 78px;
    text-align: center;
    line-height: 20px;
}
.documents::after{
    content:"";
    display: block;
    clear: both;
}
.documents__box.longright{
    float: right;
    /* padding-right:100px; */
}

.box_img {
    position:absolute;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 227px;
    opacity: 0;
    transform: translateY(-30%);
}
.box_img.on {
    opacity: 1;
    transition: all ease 1.5s 0s;
    transform: translateY(0%);
}

.documents__box__text {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: block;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* margin-top: 30px; */
}

.documents__box__text span {
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
}

.documents__box__text span:first-child {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    display: block;
}

.documents__box__text span:last-child {
    font-size: 16px;
    line-height: 31px;
    margin-top: 26px;
    display: block;
}
/*---반응형(소개자료 데모체험)---*/
@media all and (max-width: 1160px) {
  .box_doc{
        width:auto;
    }  
}

@media all and (max-width: 729px) {
    #main9 {
    width: 100%;
    padding-top: 0;
    }
   .documents__box {
        margin: 0 auto;
        width:100%;
    }
    .documents__box.longright>div>img{
        display:none;
    }
    .box_img {
        width: 100%;
    }
    .box_img > img{
        display:block;
        margin:0 auto;
    }
    .box_img.on {
        opacity: 1;
        transition: all ease 1.5s 0s;
        transform: translateY(-79%);
    }
    .longbtn {
        width: 211px;
        padding: 0 0;
        margin: 0 auto;
    }
}
@media all and (max-width: 364px) {
    .documents {
        padding-top: 40px;
        margin-top: 62px;
    }
    /* .longbtn{
        padding: 0 0;
        text-align: center;
        line-height: 20px;
    } */
    .box_img > img{
        display:none;
    }
}

/*----고객사 ----*/

.bk_table {
    width: 100%;
    background: #fafafa;
    margin-top: 100px;
}

.cust {
    padding: 50px 0;
    margin: 0 auto;
}
.customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 120px;
}

/*a.btn_help {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}*/

.customer > span {
    font-family: 'NanumSquare', sans-serif;
    font-size: 49px;
    font-weight: bold;
    color: #555;
    margin-bottom: 60px;
    text-align: center;
    line-height: 61px;
}
.progress_outer{
    text-align: center;
    margin: 0 auto;
}
/* .customer_Intro>img {
    display: block;
    width: 100%;
} */

/* .circle_one {
    padding:20px 0;
    width:100%;
    height: 300px;
}*/
/*----반응형(고객사)----*/
@media (min-width:1200px) and (max-width:1480px) {
    .cust {width: 100%;
    }
}
@media all and (max-width: 634px) {
    .customer {
        width: auto;
}
    .customer > span {
        font-size: 40px;
        line-height: 62px;
    }
}
@media (min-width:1200px) and (max-width:1458px) {
    .progress_outer{
            width: 33.3333%;
    }
}
@media all and (max-width: 513px) {
    .customer {
        width: auto;
} 
    .customer > span {
        font-size: 33px;
        line-height: 52px;
    }
}
@media all and (max-width: 412px) {
    .customer {
        padding-top: 70px;
    }
    .customer > span {
        font-size: 25px;
        line-height: 43px;
    }
}
/*----------------고객사 (프로세스바)--------------------*/
.abc {
    width: 900px;
    height: 100px;
    background-color: blueviolet;
}
.abcd {
    width: auto;
}

.progress {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.barOverflow {
    /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 486px;
    height: 186px; /* Half circle (overflow) */
    margin-bottom: -50px; /* bring the numbers up */
    left: 50%;
    transform: translateX(-50%);
}
.bar {
    position: absolute;
    top: 30px;
    left: 92px;
    width: 300px;
    height: 300px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 17px solid #eee; /* half gray, */
    border-bottom-color: #4fc0e8; /* half azure */
    border-right-color: #4fc0e8;
}
.bar_02 {
    position: absolute;
    top: 76px;
    left: 140px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 17px solid #4fc0e8;
}

.bar_03 {
    position: absolute;
    top: 76px;
    left: 140px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 17px solid #1080fe;
}
.bar_04 {
    position: absolute;
    top: 76px;
    left: 140px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 17px solid #a0d468;
}
.color_bar {
    border: 17px solid #eee; /* half gray, */
    border-bottom-color: #1080fe; /* half azure */
    border-right-color: #1080fe;
}

.color_bar02 {
    border: 17px solid #eee; /* half gray, */
    border-bottom-color: #a0d468; /* half azure */
    border-right-color: #a0d468;
}

.perce {
    font-size: 56px;
    font-weight: bold;
    /* padding-left: 88px; */
    text-align: center;
}

.perce_02 {
    padding-top: 60px;
    font-size: 20px;
    font-weight: bold;
    /* padding-left: 88px; */
}

.perce_03 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    /* padding-left: 88px; */
}
/*---반응형(고객사 프로세스바)---*/
@media (max-width: 1199px){
    .progress {
        position: relative;
        float: none;
        text-align: center;
        width: auto;
    }
}
@media (max-width: 488px){
    .progress {
        padding-bottom: 56px;
    }
    .barOverflow {
        display: none;
    }
    .perce_02 {
    padding-top: 41px;
    }
}
/*---------------고객사(테이블 태그)----------------*/
.cust{
    width: 100%;
}
.custom_st_m {
    vertical-align: middle;
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    padding: 10px 10px;
    width: 20%;
}
.custom_st {
    text-align: center;
}
.custom_st img {width:100%}
.custom_st .custom_01 > img {
    width: 100%;
}

.custom_01 {
    /* padding-bottom: 22px; */
    border: 1px solid #ddd;
    background: #fff;
}
/*---반응형(고객사 테이블 태그)---*/
@media all and (max-width: 1695px) {
    .cust {
        width: auto;
    } 
}
/*---지금바로 티밍스페이스를 시작하세요! 데모체험문의---*/

.question {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}
.que_name {
    text-align: center;
}

.que_name_small::after {
    content: '';
    display: block;
    clear: both;
}

.que_name_small {
    width: 330px;
    margin: 0 auto;
}
.que_name_small > p {
    padding:10px 0;
    text-align:center
}
.que_name_small > p:last-child {
    text-align:center
}

.que_name_small > p > img {
    padding-right: 10px;
}

.c_07 {
    float: left;
    padding-right:20px;
}

.c_08 {
    float: right;
}

.que_content {
    width: 100%;
}

.que_content_comm{
    width: 600px;
    margin: 0 auto;
}
.que_content_comm::after{
    content:"";
    display:block;
    clear: both;
}
#inquireContent {
    width:100%;
    background: #f2f2f2;
    color: #555;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 10px;
    textarea:focus::-webkit-input-placeholder;
}

.popup__check {
    text-align:left;
}

.popup__check#serviceChk{
    border:1px solid #ddd;
}

.q_btn {
    width:96px;
    margin:0 auto;
}
/*---반응형(데모체험문의)---*/
@media all and (max-width: 640px) {
    .que_content {
        width: auto;
        padding-top: 60px;
    }
    .que_content_comm {
        width: 100%;
    }
    #inquireContent {
        width: 85%;
    }
}
@media all and (max-width: 500px) {
    .que_name_small {
        width: 330px;
    }
}
@media all and (max-width: 356px) {
    .que_name_small {
        width: 100%;
    }
    .que_name_small > p {
    width: 100%;
    text-align:center;
    }
    .que_name_small > p:last-child {
    text-align: center;
    }
}
/*자주하는 질문*/

.content_faq{
    position: relative;
    width:100%;
    background:#f5f9fb;
    opacity: 0;
    transform: translateY(-30%);
}
.content_faq.on {
    opacity: 1;
    transition: all ease 0.8s 0s;
    transform: translateY(0%);
}
.content_faq>div{
    background:url(..../img/faq_bk.png) no-repeat right;
    width:100%;
}
.content_faq>div>p{
   position:absolute;
   top:97px;
   left:240px;
   font-size:30px;
   font-weight:bold;
   color:#333;
}
.content_faq>div>ul{
   padding:80px 530px;
}
.content_faq>div>ul>li{
    cursor: pointer;
}
.content_qqq::after{
   position:absolute;
   content:"";
   display:block;
   width:8px;
   height:8px;
   background: #1067fe;
   border-radius:100%;
   left: 10px;
   top: 25px;
}

.content_qqq {
   padding-left:10px;
   padding:20px 0;
   border-bottom:1px dotted #ddd;
   position: relative;
   /* margin-bottom: 80px; */
}

.content_qqq>p{
    position: relative;
    color:#333;
    font-size:16px;
    padding-left: 30px;
}

.content_faq>div>ul>li::after{
    content:"";
    display:block;
    clear: both;
}

.content_qqq>p::before{
    content: "";
    display: block;
    float: right;
    position:relative;
    right: 0;
    width:16px;
    height:16px;
    background:url(../img/arrow-right.png)no-repeat;
    transition: all 0.5s;
}
.content_qqq.oo>p::before{
    transform:rotate(90deg)
}
.content_answer {
    display:none;
    background: #fff;
    padding: 28px 28px;
    box-shadow: 0px 0px 4px 2px #f2f2f2;
}

.content_answer>p{
    font-size: 16px;
    color: #333;
    line-height: 29px;
}
.content_answer>p>small{
    font-size: 17px;
    font-weight:bold;
    color: #2575ed;
    line-height: 21px;
}
/*---반응형(자주하는질문)---*/
@media all and (max-width: 1441px) {
    .content_faq>div>p{
    width:100%;
    text-align:center;  
    position:inherit; 
    padding-top:30px;
    font-size:30px;
    font-weight:bold;
    color:#333;
    }
}
@media all and (max-width: 1441px) {
.content_faq>div>ul{
    padding:20px 305px;
    }
}
@media all and (max-width: 1246px) {
    .content_faq>div>p{
    width:100%;
    text-align:center;  
    position:inherit; 
    padding-top:30px;
    font-size:30px;
    font-weight:bold;
    color:#333;
    }
}
@media all and (max-width: 987px) {
.content_faq>div{
    background:none;
    }
}
@media all and (max-width: 986px) {
.content_faq>div>ul{
    padding:20px 103px;
    }    
}
@media all and (max-width: 588px) {
.content_faq>div>ul{
    padding:20px 31px;
    }    
}
/*푸터*/

footer {
    width: 1160px;
    margin: 0 auto;
    line-height:15px;
    letter-spacing: 0em;
    padding-bottom: 19px;
}
.foot_con{
    width:1160px;
    margin: 0 auto;
    font-size:11px;
    padding-top: 20px;
    color:#888;
}

.info_logo{
    padding-bottom:20px;
}
.foot_con::after{
    content:"";
    display:block;
    clear: both;
}
.info {
    float:left;
    padding-right:20px;
}
.info.adress {
    padding-right:90px;
}
.info.center {
    float:right;
}
.info>img {
    border: 1px solid #ddd;
}
.name_fo{
    font-size:13px;
    font-weight: bold;
    color:#555;
    padding-bottom:20px;
}
.foot_con::after{
    content:"";
    display:block;
    clear: both;
}
.sns_btn.center::after{
    content:"";
    display:block;
    clear: both;
}
.sns_btn.center>a{
    display:block;
    width:30px;
    height:30px;
    border:1px solid #ddd; 
    border-radius:100%;
    float: right;
    margin-left:10px;
    text-align:center;
    line-height: 40px;
}
footer::after{
    content:"";
    display: block;
    clear: both;
}
.foot_con.last>div>a{
    float:left;
    padding-left: 20px;
    cursor: pointer;
}

.foot_con.last>div>a>p{
    position: relative;
}

.foot_con.last>div>a:first-child{
    padding-left:0;
}

.foot_con.last>div>a>p::after {
    content:"";
    display:block;
    position:absolute;
    width:1px;
    height:13px;
    background:#888;
    bottom:0;
    left: -10px;
}

.foot_con.last>div>a:first-child>p:after {
    content:"";
    display:none;
    position:absolute;
    width:1px;
    height:13px;
    background:rgb(250, 29, 29);
    bottom:0;
    left: -10px;
}

.getting-ready{
    cursor: pointer;
}
/*---반응형(푸터)---*/
@media all and (max-width: 1823px) {
   .sns_btn.center>a{
    display:block;
    width:30px;
    height:30px;
    border:1px solid #ddd; 
    border-radius:100%;
    float: right;
    margin-left:10px;
    text-align:center;
    line-height: 40px;
    } 
}
@media all and (max-width: 1335px) {
    footer {
        width: auto;
        margin: 0 20px;
    }
    .info {
        padding-right:19px;
    }
    .foot_con{
        width:auto;
    }
    .info.adress {
        padding-right:0;
    }
}
@media all and (max-width: 732px) {
    .foot_con{
        width:auto;
    }
    .info {
    padding-right:0;
    }
    .info_logo {
        text-align: center;
    }
    .info.adress {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .name_fo {
        padding-bottom: 5px;
    }
    .info.center {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    } 
    .sns_btn.center{
        display:none;
    }
    .foot_con.last{
        width:100%;
        text-align: center;
    }
    .foot_con:nth-child(2){
        display:none;
    }
    .foot_con.last>div{
        margin: 0 auto;
    }
    .foot_con.last>div>a{
        float:none;
        display:inline-block
    }
}