@charset 'utf-8';

html, body {
    position: relative;
    height:100%;
}

.landinglogo {
    margin: 0 auto;
    max-width: 1812px;
    width: 100%;
}

.mm {
    margin-left:135px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0; 
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction:column;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    flex-shrink: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative; 
    transition-property: transform;

    background-size:cover;
    background-position:center center;
}

.swiper-slide.auto {
    min-height:100vh;
    height:auto;
}

.swiper-slide.footer {
    height:100vh;
    overflow: hidden;
    display:block;
    text-align: initial;
}
.navbar-fixed {
    position: fixed !important;
}

.scrolling {
    height: 100vh;
    overflow: Hidden;
    position: relative;
    box-sizing: border-box;
    pointer-events: none;
}

.scrolling > div{
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    pointer-events: none;
}
.scrolling.up > div     { animation: marquee-up 15s linear infinite; text-align: left; }
.scrolling.down > div   { animation: marquee-down 15s linear infinite; text-align: right; }

.scrolling ul li, .scrolling ul li i{
    max-height: 20vh;
    word-break: keep-all;
    overflow: visible;
    font-size: 7.6vw;
    line-height: 20vh;
    height: 20vh;
    display: inline-block;
}
.scrolling ul li i {
    transform: translateY(0.75rem);
}

.dt-logo {
    position: absolute;
    margin: auto;
}

.edition .tier {
    font-size: 1.5em;
    padding: 0.3em;
    background: grey;
    color: #FFF;
    line-height: 1.5em;
    letter-spacing: 1px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    font-weight: bold;
}
.edition {
    background: #FFF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 28em;
    overflow: hidden;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.edition .difference {
flex-grow: 1;
padding: 0px 1em;
}
.edition .price {
    height: 4em;
}
.edition .difference .checklist li {
    border-bottom: 1px lightgray dotted;
    display: flex;
    align-items: center;
    height:2em;
}
.edition .difference .checklist .material-icons {
    margin-right: 10px;
}

#autoprice {
    background-color:#f9f9f9;
    background-position:bottom right;
    background-size:auto 100%;
    background-repeat:no-repeat
}

.spec {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    box-shadow: rgba(0,0,0,0.2) 0px 5px 10px;
    content: ' ';
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom:100%;
    word-break: keep-all;
transition: transform ease 300ms, opacity ease 300ms;
}
.spec:hover {
    transform: scale(1.1);
    opacity: 0.85;
}
.spec > div {
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    flex-direction: column;
    color:white;
    padding:0em 1em;
}

.dt-logo p {
    width: auto;
    margin: 1em auto;
    display: block;
    background: #FFF;
    letter-spacing: 0.5em;
    word-break: keep-all;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name:zoomIn;
}


nav.landing {
    position: fixed;
    top: 0px;
    z-index: 10;
    box-shadow: none;
    background-color: transparent !important;
}
nav.landing .nav-wrapper {
    margin: auto;
    max-width: 100vw;
    width: calc(100% - 16px);
}
nav.landing #nav-mobile a {
    text-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
}
nav.landing.red.lighten-1 {
    background-color: transparent !important;
}

.dt-left {
    padding-right: 0px !important;
}
.dt-right {
    padding-right: 0px !important;
}

.scrolling li {
    word-wrap: normal;
    word-break: keep-all;
}
nav.landing #nav-mobile .dropdown-content a {
    text-shadow: none;
}
.page-footer .account {
    border: 1px solid #DDD;
    padding-left: 2em;
}

#difference .container {
    margin: 0 5% 0 auto;
    text-align: right;
    width: max-content;
    padding: 20px;
    box-shadow: 0px 0px 5px inset white;
    background: rgba(255,255,255,0.6);
    word-break: keep-all;
    max-width: 85%;
    color: #151515;
}
#difference li {
    font-style: italic;
    font-size: 1.3em;
    font-family: helvetica;
}
#difference li i {
    font-size: 1.4em;
    transform: translateY(0.2em);
}
#difference li:last-child {
    font-weight: bold;
    font-size: 1.4em;
    color: #4564c1;
}

#edition .edition {
    box-shadow: #FFF 0px 0px 15px inset, #FFF 0px 0px 5px inset;
    border-radius: 0px;
    background: rgba(255,255,255,0.7);
    transition: transform ease 300ms;
    border: lightgray 1px solid;
}
#edition .edition:hover {
    transform: scale(1.05);
    background: rgba(255,255,255,0.9);
}
#edition .edition .tier {
    font-size: 1.5em;
    padding: 0.3em;
    background: grey;
    color: #FFF;
    line-height: 1.5em;
    letter-spacing: 1px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5), 0px 0px 5px rgba(0,0,0,0.2) inset;
    font-weight: bold;
    margin-bottom: 10px;
}
.swiper-slide.row {
    margin-bottom:0px;
}
.swiper-slide {
    padding:0px !important;
}

#edition .swiper-slide {
    padding: 0 .75rem !important;
    display: flex;
    align-items: center;
    height: calc(100% - 6em);
    background:transparent !important;
}

#edition .trial {
    background: transparent;
    position: fixed;
    left: auto;
    width: 100%;
    bottom: 8em;
    z-index: 1;
    right: auto;
    pointer-events: none;
    transition: transform 200ms ease;
}
#edition .trial .btn {
    pointer-events: all;
}
@keyframes marquee-up {
    0%   { top:    0vh }
    100% { top: -100vh }
}
@keyframes marquee-down {
    0%   { top: -100vh }
    100% { top: 0vh }
}
@keyframes marquee-up-m {
    0%   { top: 0vw }
    100% { top: -1200vw }
}
@keyframes marquee-down-m {
    0%   { top: -1160vw }
    100% { top: 40vw; }
}

#edition .swiper-slide .edition {
    margin-top: 64px;
    font-size: 0.9em;
    width: 100%;
}
#edition .swiper-wrapper {
    flex-direction: row;
}
    
footer {
    height:100vh;
    padding-top:64px !important;
    font-size: 0.9rem;
}

/*base code*/
.dt-logo img {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
  /*the animation definition*/
  @-webkit-keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
  }
  @keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
  }
/*the animation definition*/
@-webkit-keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.0, .3, .3);
    transform: scale3d(0, .3, .3)
    }
    50% {
    opacity: 1
    }
}
@keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(0, .3, .3);
    -ms-transform: scale3d(0, .3, .3);
    transform: scale3d(0, .3, .3)
    }
    50% {
    opacity: 1
    }
}
  
  
@media only screen and (max-width: 600px){

    #difference .container {
        margin: auto;
        font-size: 0.9rem;
    }
    #edition .swiper-container-initialized .swiper-slide {
        width:80%;
    }
    .scrolling.up > div     { animation: marquee-up 20s linear infinite !important; text-align: left; }
    .scrolling.down > div   { animation: marquee-down 20s linear infinite !important; text-align: right; }

    #autoprice {
        background-size: 50% auto;
    }
    #autoprice h1 {
        font-size: 24pt;
    }

    .dt-logo > img {
        width:50%;
    }
    .scrolling i {
        display:none;
    }

    .scrolling ul li, .scrolling ul li i {
        font-size: 40vw;
        word-break: break-all;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline;
    }
    .scrolling.up > div     { animation: marquee-up-m 30s linear infinite; text-align: left; }
    .scrolling.down > div   { animation: marquee-down-m 30s linear infinite; text-align: right; }

    #edition .trial {
        font-size: 0.9em;
    }
    
    footer {
        font-size: 0.9rem;
    }
    
    
    .landinglogo {
        margin: 0 auto;
        max-width: 600px;
        width: 80%;
    }
    .mp {
        width:50% !important;
        padding: auto;
    }
    .mm{
        margin-left:0px;
        margin-bottom: 0.35em;
    }
    

}

@media only screen and (min-width: 600px) and (max-width: 992px){

    #autoprice {
        background-size: 60% auto;
    }
    #autoprice h1 {
        font-size: 32pt;
    }
    #edition .swiper-container-initialized .swiper-slide {
        width:70%;
    }
    
    .dt-logo > img {
        width:60%;
    }

    .scrolling ul li, .scrolling ul li i {
        font-size: 8vw;
    }
    
    .landinglogo {
        margin: 0 auto;
        max-width: 1812px;
        width: 100%;
    }
    
    .mm {
        margin-left:50%;
    }

}
@media only screen and (min-width: 993px) and (max-width: 1800px){
    #autoprice {
        background-size: 60% auto;
    }
    #edition .swiper-container-initialized .swiper-slide {
        width:40%;
    }

}

.contents {margin:0 auto; max-width:800px;}
.contents .title {margin:10px 0; font-size:25px; font-weight:600; text-align:center;}
.contents p {line-height:20px; font-size:14px;}

.layerPopup {display:none;}
.layerPopup:before {display:block; content:""; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5);}
.layerPopup .layerBox {position:fixed; left:32%; z-index: 100; top:48%; transform:translate(-50%, -50%); padding:30px; background:#fff; border-radius:6px;}
.layerPopup .layerBox .title {margin-bottom:10px; padding-bottom:10px; font-weight:600; border-bottom:1px solid #d9d9d9;}
.layerPopup .layerBox .cont {margin-bottom:40px;}
.layerPopup .layerBox p {line-height:20px; font-size:17px;}
.layerPopup .layerBox .text {display:inline-block; position:absolute; right:60px; top:90px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ;}
.layerPopup .layerBox .text4 {display:inline-block; position:absolute; right:86px; top:340px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ;}
.layerPopup .layerBox .text3 {display:inline-block; position:absolute; right:111px; top:5px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ; font-size:40px;}
.layerPopup .layerBox .btnClose {display:inline-block; position:absolute; right:30px; top:700px; padding:6px 12px; color:#444; font-size:12px; text-decoration:underline;}
.layerPopup .layerBox .btnTodayHide {font-size:13px; font-weight:600; text-decoration:underline;}

.layerPopup2 {display:none;}
.layerPopup2:before {display:block; content:""; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5);}
.layerPopup2 .layerBox2 {position:fixed; z-index: 101; left:25%; top:40%; transform:translate(-50%, -50%); padding:30px; background:#fff; border-radius:6px;}
.layerPopup2 .layerBox2 .title2 {margin-bottom:10px; padding-bottom:10px; font-weight:600; border-bottom:1px solid #d9d9d9;}
.layerPopup2 .layerBox2 .cont2 {margin-bottom:40px;}
.layerPopup2 .layerBox2 p {line-height:20px; font-size:15px;}
.layerPopup2 .layerBox2 .text2 {display:inline-block; position:absolute; right:109px; top:-9px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ;}

.layerPopup2 .layerBox2 .btnClose2 {display:inline-block; position:absolute; right:30px; top:700px; padding:6px 12px; color:#444; font-size:12px; text-decoration:underline;}
.layerPopup2 .layerBox2 .btnTodayHide2 {font-size:13px; font-weight:600; text-decoration:underline;}


@media only screen and (max-width: 992px){

    .layerPopup {display:none;}
    .layerPopup:before {display:none; content:""; position:fixed; left:0; top:0; width:30%; height:30%; background:rgba(0,0,0,.5);}
    .layerPopup .layerBox {display:none;position:fixed; left:32%; top:48%; transform:translate(-50%, -50%); padding:30px; background:#fff; border-radius:6px;}
    .layerPopup .layerBox .title {margin-bottom:10px; padding-bottom:10px; font-weight:600; border-bottom:1px solid #d9d9d9;}
    .layerPopup .layerBox .cont {margin-bottom:40px;}
    .layerPopup .layerBox .cont .cont2 img {width:80%;}
    .layerPopup .layerBox p {line-height:20px; font-size:17px;}
    .layerPopup .layerBox .text {display:inline-block; position:absolute; right:92px; top:80px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ;}
    .layerPopup .layerBox .text4 {display:inline-block; position:absolute; right:86px; top:340px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ;}
    .layerPopup .layerBox .text3 {display:inline-block; position:absolute; right:111px; top:5px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ; font-size:40px;}
    .layerPopup .layerBox .btnClose {display:inline-block; position:absolute; right:30px; top:700px; padding:6px 12px; color:#444; font-size:12px; text-decoration:underline;}
    .layerPopup .layerBox .btnTodayHide {font-size:13px; font-weight:600; text-decoration:underline;}
    
    .layerPopup2 {display:none;}
    .layerPopup2:before {display:none; content:""; position:fixed; left:0; top:0; width:30%; height:30%; background:rgba(0,0,0,.5);}
    .layerPopup2 .layerBox2 {display:none;position:fixed; left:25%; top:40%; transform:translate(-50%, -50%); padding:30px; background:#fff; border-radius:6px;}
    .layerPopup2 .layerBox2 .title2 {margin-bottom:10px; padding-bottom:10px; font-weight:600; border-bottom:1px solid #d9d9d9;}
    .layerPopup2 .layerBox2 .cont2 {width:25%;margin-bottom:40px;}
    .layerPopup2 .layerBox2 p {line-height:20px; font-size:15px;}
    .layerPopup2 .layerBox2 .text2 {display:inline-block; position:absolute; right:109px; top:-9px; text-align:center; padding:6px 12px; color:#444; font-size:10%; font-weight: bold ;}
    
    .layerPopup2 .layerBox2 .btnClose2 {display:inline-block; position:absolute; right:30px; top:700px; padding:6px 12px; color:#444; font-size:12px; text-decoration:underline;}
    .layerPopup2 .layerBox2 .btnTodayHide2 {font-size:13px; font-weight:600; text-decoration:underline;}
    /* .logo {
        display:none;
    }
    .logo2 {
        display:none;
    } */
}
