@charset "UTF-8";


@font-face {
    font-display: swap;
    font-family: Futura;
    font-weight: 300;
    src: url(../font/FuturaBTforDyson-Lt.woff2) format("woff2");
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-weight: 400;
    src: url(../font/FuturaBTforDyson-Lt.woff2) format("woff2");
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-weight: 500;
    src: url(../font/FuturaBTforDyson-Md.woff2) format("woff2"), url(../font/FuturaBTforDyson-Md.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-weight: 600;
    src: url(../font/FuturaBTforDyson-Hv.woff2) format("woff2"), url(../font/FuturaBTforDyson-Hv.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-weight: 700;
    src: url(../font/FuturaBTforDyson-Bk.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-weight: 800;
    src: url(../font/FuturaBTforDyson-Bk.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-weight: 900;
    src: url(../font/FuturaBTforDyson-Bk.woff) format("woff")
}

/*
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
*/

body {
    background: #FFF;
    color: #333;
    font-family: 'Futura', 'Noto Sans KR', -apple-system, Arial, sans-serif;
}

p {
    word-break: keep-all;
}

sup,
sub {
    font-size: 60%;
}

button {
    border: 0;
}

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

.dp-n {
    display: none;
}

.f-right {
    float: right;
}

.txt-ct {
    text-align: center;
}

.bg-dark {
    background-color: #212529;
}

.fc-gray {
    color: #666;
}

.mo-show,
.mo-hide,
.x-mo-show {
    display: none !important;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1310px;
}

.btn-txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 0;
    background: transparent;
}

.btn-lg {
    width: 100%;
    max-width: 450px;
    padding: 20.5px 24px;
    font-size: 16px;
    font-weight: 500;
}

.btn-lg.btn-ico {
    padding: 17.5px 0;
    line-height: 29px;
}

.btn-ico .ico {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 30px;
    height: 29px;

}

.ico-kakao {
    background: url(../img/ico-kakao.png) no-repeat center;
    background-size: contain;
}

.btn-dark {
    background: #333;
    color: #FFF;
}

.btn-kakao {
    background: #F7DB46;
    color: #000;
}

.btn-line {
    background: #FFF;
    color: #333;
    border: 2px solid #333;
}

.btn-group {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    gap: 16px;
}

.input {
    width: 100%;
    max-width: 450px;
    padding: 21px 24px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 1px solid #212529;
    outline: none;
}

.input::placeholder {
    color: #666;
}

.select {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 21px 24px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 1px solid #212529;
}

.select .selected {
    display: flex;
    justify-content: space-between;
}

.select .selected .selected-value {
    max-width: 90%;
}

.select .selected .arrow {
    width: 24px;
    background: url("../img/ico-chevron.png") no-repeat right center;
    background-size: contain;
}

.select.active .selected .arrow {
    transform: rotate(180deg);
}

.select ul li,
.select .selected .selected-value {
    white-space: nowrap;
    /* 줄바꿈 안함 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 말줄임 적용 */
    text-align: left;
}

.select ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 70px;
    width: 450px;
    border: 1px solid #999;
    background: #FFF;
    cursor: pointer;
}

.select.active ul {
    display: initial;
    border: 1px solid #212529;
    padding: 10px 0;
}

.select ul li {
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #495057;
}

.select ul li:hover {
    color: #000;
}

.flex-between {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.inline-list li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    padding: 0 12px;
}

.inline-list li:not(:first-of-type)::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -0.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: clamp(12px, 0.833vw, 16px);
    text-align: center;
    background: #333;
}

.inline-list li:last-of-type {
    padding-right: 0;
}

.fit-img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
    overflow: hidden;
}

.bg-dark {
    background-color: #000;
    color: #FFF;
}

.bg-gray,
.main .banner-container.bg-gray {
    background-color: #C5CCD2;
    color: #333;
}

header .container {
    padding: 18px 20px;
    position: relative;
}

header h1 .logo {
    height: 28px;
    float: left;
}

.main .sec01 .logo-804A,
.main .sec01 .logo-hushjet {
    width: clamp(300px, 20vw, 403px);
    margin: 30px auto;
}
.main .sec01 .logo-hushjet {
    width: 300px;
}
.main .sec01 .mo-logo-804A,
.main .sec01 .mo-logo-hushjet {
    max-width: 300px;
    width: calc(100% - 60px);
    margin: 30px auto;
}

.main .sec01 .video-wrapper {
    position: relative;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    /*
    min-height: 386px;
    */
    max-height: 624px;

    object-fit: cover;
    overflow: hidden;
    background-size: cover;
    z-index: 0;
}

@media (min-width: 1920px) {
    .video-wrapper video {
        max-height: 32.5vw;
    }
}

.video-wrapper .btn-video {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
}

.video-wrapper .btn-video button {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
}

.btn-video i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.btn-video .ico-pause {
    background: url(../img/ico-pause.png) no-repeat center;
    background-size: contain;
}

.btn-video .ico-play {
    background: url(../img/ico-play.png) no-repeat center;
    background-size: contain;
}

.main .sec02 .container {
    /*
    padding: 53px 20px 50px;
    */
    border-bottom: 1px solid #333;
}

.main .sec02 h2 {
    margin-top: 30px;
    font-size: clamp(24px, 1.77vw, 34px);
    font-weight: 300;
    line-height: normal;
}

.main .sec02 h2 strong {
    display: block;
    font-size: clamp(24px, 1.979vw, 38px);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
}

.main .sec02 p {
    margin-top: 30px;
    font-size: clamp(16px, 1.0416vw, 20px);
}

.main .sec02 h3 {
    margin-top: 23px;
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 700;
}

.main .sec02 .form-group {
    margin: 32px auto 50px;
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.main .sec03 .container {
    padding: 50px 20px 42px;
}

.main .sec03 h2 {
    margin-top: 40px;
    color: #333;
    font-size: clamp(24px, 1.77vw, 34px);
    font-weight: 500;
}

.main .sec03 h2:first-of-type {
    margin-top: 0;
}

.main .sec03 .dot-list {
    margin-top: 24px;
    max-width: 1200px;
}

.main .sec03 .dot-list li {
    padding-left: 30px;
    font-size: clamp(14px, 1.04vw, 20px);
    line-height: 1.7;
    word-break: keep-all;
}

.main .sec03 .dot-list li:before {
    display: inline-block;
    content: '·';
    width: 30px;
    margin-left: -30px;
    text-align: center;
}

.main .sec03 .serial-info {
    margin-top: 12px;
    padding: 0 30px;
    display: inline-flex;
    align-items: end;
    gap: 12px;
}

.main .sec03 .serial-info img {
    width: 228px;
}

.main .sec03 .serial-info span {
    font-size: 12px;
    line-height: 1.3333;
}

.contents-wrapper {
    margin: 0 auto;
    /*
    max-width: 1920px;
    */
}

.main .sec04 img {
    width: 100%;
    height: 45.833vw;
    max-height: 880px;
    object-fit: cover;
    overflow: hidden;
}

.main .sec04 .swiper {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.main .sec04 .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .sec04 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* 공통 Swiper 스타일 - sec04, sec05, mo-swiper */
.main .sec04 .swiper-pagination,
.main .sec05 .swiper-pagination,
.main.hushjet .mo-swiper .swiper-pagination {
    bottom: 20px;
}

.main .sec04 .swiper-pagination-bullet,
.main .sec05 .swiper-pagination-bullet,
.main.hushjet .mo-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
}

.main .sec04 .swiper-pagination-bullet-active,
.main .sec05 .swiper-pagination-bullet-active,
.main.hushjet .mo-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.main .sec04 .swiper-button-prev,
.main .sec04 .swiper-button-next,
.main .sec05 .swiper-button-prev,
.main .sec05 .swiper-button-next,
.main.hushjet .mo-swiper .swiper-button-prev,
.main.hushjet .mo-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    margin-top: 0;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.main .sec04 .swiper-button-prev:hover,
.main .sec04 .swiper-button-next:hover,
.main .sec05 .swiper-button-prev:hover,
.main .sec05 .swiper-button-next:hover,
.main.hushjet .mo-swiper .swiper-button-prev:hover,
.main.hushjet .mo-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.8);
}

.main .sec04 .swiper-button-prev::after,
.main .sec04 .swiper-button-next::after,
.main .sec05 .swiper-button-prev::after,
.main .sec05 .swiper-button-next::after,
.main.hushjet .mo-swiper .swiper-button-prev::after,
.main.hushjet .mo-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}

.main .sec04 .swiper-button-prev,
.main .sec05 .swiper-button-prev,
.main.hushjet .mo-swiper .swiper-button-prev {
    left: 20px;
}

.main .sec04 .swiper-button-next,
.main .sec05 .swiper-button-next,
.main.hushjet .mo-swiper .swiper-button-next {
    right: 20px;
}

@media (max-width: 768px) {
    .main .sec04 .swiper-button-prev,
    .main .sec04 .swiper-button-next,
    .main .sec05 .swiper-button-prev,
    .main .sec05 .swiper-button-next,
    .main.hushjet .mo-swiper .swiper-button-prev,
    .main.hushjet .mo-swiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .main .sec04 .swiper-button-prev::after,
    .main .sec04 .swiper-button-next::after,
    .main .sec05 .swiper-button-prev::after,
    .main .sec05 .swiper-button-next::after,
    .main.hushjet .mo-swiper .swiper-button-prev::after,
    .main.hushjet .mo-swiper .swiper-button-next::after {
        font-size: 16px;
    }

    .main .sec04 .swiper-button-prev,
    .main .sec05 .swiper-button-prev,
    .main.hushjet .mo-swiper .swiper-button-prev {
        left: 10px;
    }

    .main .sec04 .swiper-button-next,
    .main .sec05 .swiper-button-next,
    .main.hushjet .mo-swiper .swiper-button-next {
        right: 10px;
    }
}

.swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 0.5;
    vertical-align: middle;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
    opacity: 0.8;
    vertical-align: middle;
}

.main .sec05 .swiper {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.main .sec05 .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .sec05 .swiper-slide img {
    width: 100%;
    height: 45.833vw;
    max-height: 880px;
    object-fit: cover;
    overflow: hidden;
    display: block;
}



.main .swiper-slide .banner-container {
    position: absolute;
    left: 0;
    top: 0;
}

.main .sec05 h2 {
    padding: 30px 0;
    font-size: clamp(20px, 1.77vw, 34px);
    font-weight: 500;
}

.main .sec05 table {
    margin-top: 12px;
    margin-bottom: 30px;
    width: 100%;
}

.main .sec05 table col:not(:first-of-type) {
    width: clamp(100px, 21vw, 404px);
}

.main .sec05 table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #C9C9C9;
}

.main .sec05 table th,
.main .sec05 table td {
    padding: 17px;
    vertical-align: middle;
}

.main .sec05 table thead th,
.main .sec05 table tbody td {
    text-align: center;
}

.main .sec05 table tbody th {
    text-align: left;
}

.main .sec05 table tbody th span {
    text-decoration: underline;
}

.main .sec05 table thead th img {
    margin-top: 9px;
    width: clamp(70px, 7.29vw, 141px);
}

.main .sec05 table thead tr th:last-of-type,
.main .sec05 table tbody tr td:last-of-type {
    background: #ECD6CD;
}

.main .sec05 table tbody tr th span {
    font-size: clamp(11px, 1.25vw, 24px);
    font-weight: 600;
    color: #333;
    word-break: keep-all;
}

.main .sec05 table tbody tr td p {
    font-size: calc(14px, 1.25vw, 24px);
    line-height: 1.4166;
    font-weight: 600;
}

.main .sec05 table tbody tr td p strong {
    font-size: clamp(18px, 1.77vw, 34px);
    line-height: 1;
    letter-spacing: -0.01em;
}

.main .sec05 table tbody td p.comment {
    margin-top: 4px;
    font-size: 10px;
    word-break: keep-all;
    font-weight: 300;
    line-height: 1.36;
}

.main .sec05 table td span {
    display: block;
    word-break: keep-all;
    font-size: clamp(11px, 0.83vw, 16px);
    font-weight: 600;
    line-height: 1.36;
    color: #333;
}

.main .ic-lg {
    display: inline-block;
    width: clamp(20px, 1.77vw, 34px);
    height: clamp(20px, 1.77vw, 34px);
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}

.main .ic-chk-dark {
    background-image: url(../img/ic-chk-dark.png);
}

.main .ic-chk-rose {
    background-image: url(../img/ic-chk-rose.png);
}

.main .sec06 .banner-container {
    margin: 0 auto;
    max-height: 880px;
    height: 45.833vw;
}

.main .sec06 .banner-container:first-of-type {
    background-color: #000;
    background-image: url(../img/804A-section03.jpg);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.main .sec06 .banner-container:nth-of-type(2) {
    background-color: #000;
    background-image: url(../img/804A-section04.jpg);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.main .banner-container {
    padding: 70px 6.25vw;
    width: 100%;
    height: 675px;
    color: #F2F2F2;
}

.main .banner-container h3 {
    font-size: clamp(28px, 2.7vw, 42px);
    font-weight: 500;
}

.main .banner-container p {
    margin-top: clamp(16px, 1.5625vw, 20px);
    font-size: clamp(16px, 1.5625vw, 28px);
    font-weight: 400;
    line-height: normal;
    word-break: break-all;
}

.main .sec06 .banner-container {
    background-color: #000;
    color: #F2F2F2;
}

.main .sec06 .banner-container p.comment {
    margin-top: 20px !important;
}

.main .flex-list {
    padding: 70px 20px 80px;
    margin: 0 auto;
    max-width: 1720px;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: flex-start;
}

.main .flex-list>li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.main .sec08 .flex-type-04>li img {
    width: 100%;
    height: auto;
}

.main .flex-list>li div h3 {
    font-size: clamp(22px, 1.458vw, 30px);
    font-weight: 700;
    line-height: 1.333;
    color: #F2F2F2;
    word-break: keep-all;
}

.main .flex-list>li div p{
    margin-top: clamp(12px, 1.042vw, 20px);
    font-size: clamp(16px, 1.042vw, 24px);
    line-height: normal;
    font-weight: 500;
    color: #F2F2F2;
    word-break: keep-all;
}
.main .sec09 .banner-container{
    max-height: 880px;
    height: 45.833vw;
    background-color: #000;
    background-image: url(../img/804A-section06.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main .sec11{
    margin-bottom: 50px;
}
.main .sec11 .contents-wrapper{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1720px;
    display: flex;
    justify-content: space-between;
}
.main .sec11 .contents-wrapper > div{
    padding-top: clamp(24px, 2.083vw, 100px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main .sec11 .contents-wrapper > img{
    width: auto;
    height: 45.833vw;
    max-height: 880px;
}
img.my-dyson-img{
    width: 205px;
}
.main .sec11 .contents-wrapper > div > h3{
    font-size: clamp(28px, 1.458vw, 46px);
    font-weight: 700;
    line-height: 1.333;
    color: #FFF;
}
.main .sec11 .contents-wrapper > div > p{
    font-size: clamp(16px, 1.042vw, 30px);
    line-height: normal;
    font-weight: 500;
    color: #FFF;
}

.main .btn-lg {
    margin: 0 auto;
    display: block;
    max-width: 450px;
}

.main .sec07 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.main .accordion-container {
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    max-width: 1048px;
}

.main .accordion-container h3 {
    font-size: clamp(22px, 1.458vw, 28px);
    font-weight: 300;
    color: #333;
}

.main .accordion-container ul {
    margin-top: 24px;
}

.main .accordion-container .accordion-header {
    position: relative;
    padding: 32px 36px 32px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    word-break: keep-all;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}

.main .accordion-container .accordion-header::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    content: '';
    background: url(../img/ic-arr-down.png) no-repeat center;
    background-size: contain;
    transition: transform 300ms;
}

.main .accordion-container .accordion-content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    word-break: keep-all;
    animation: fade_in_hide 500ms ease;
}

.main .accordion-container .accordion-header.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.main .accordion-container .accordion-header.active+.accordion-content {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 24px 0;
    border-bottom: 1px solid #ECECEC;
    animation: fade_in_show 500ms ease;
}

@keyframes fade_in_show {
    0% {
        height: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }

    100% {
        height: auto;
        opacity: 1;
        visibility: visible;
        padding: 24px 0;
    }
}

@keyframes fade_in_hide {
    0% {
        height: auto;
        opacity: 1;
        visibility: visible;
        padding: 24px 0;
    }

    100% {
        height: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }
}

@media (min-width: 769px) {
    .mo-hide {
        display: block !important;
    }

}

@media (max-width: 768px) {
    .mo-show {
        display: block !important;
    }

    img.mo-show {
        margin-top: 24px;
        width: 100%;
    }

    .input,
    .select {
        padding: 16px;
        max-width: 100%;
    }

    .select ul {
        top: 60px;
        width: calc(100% + 2px);
        max-width: 450px;
    }

    .select ul li {
        padding: 10px 16px;
    }

    header .container {
        padding: 14px 20px;
    }

    header h1 .logo {
        height: 23px;
    }

    .btn-txt {
        line-height: 23px;
    }

    .btn-lg {
        padding: 16px;
        max-width: 100%;
    }

    .main .btn-lg {
        max-width: 100%;
    }

    .main .sec02 .container {
        /*
        padding: 30px 20px;
        */
        border-bottom: none;
    }

    .main .sec01 .logo-airwrap {
        width: 153px;
    }

    .main .sec02 h2 {
        font-size: 24px;
    }

    .main .sec02 h2 strong {
        font-size: 30px;
    }

    .main .sec02 p {
        margin-top: 24px;
        font-size: 16px;
    }

    .main .sec02 .form-group {
        margin: 24px auto 0;
        gap: 12px;
        max-width: 100%;
    }

    .main .sec03 .container {
        padding: 30px 20px;
    }

    .main .sec03 h2 {
        margin-top: 24px;
        font-size: 24px;
    }

    .main .sec03 .dot-list {
        margin-top: 16px;
    }

    .main .sec03 .dot-list li {
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.2857;
    }

    .main .sec03 .dot-list li:before {
        width: 20px;
        margin-left: -20px;
    }

    .main .sec03 .serial-info {
        margin-top: 16px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .main .sec07 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .main .accordion-container .accordion-header {
        font-size: 16px;
    }

    .main .accordion-container .accordion-content {
        font-size: 13px;
    }
    .main .flex-list{
        gap: 20px;
    }
    .main .flex-list.flex-type-04{
        flex-wrap: wrap;
    }
    .main .flex-list.flex-type-04>li{
        width: calc(50% - 20px);
        flex: none;
    }
    .main .flex-list.flex-type-03>li{
        width: calc((100% - 40px)/3);
    }
    .main .sec04 .swiper,
    .main .sec05 .swiper {
        height: 147vw;
    }

    .main .swiper-slide
    {   padding: 24px 24px 50px 24px;
        flex-direction: column;
        gap: 0;
        height: 100%;
        display: flex;
        background-color: #000;
    }

    .main .swiper-slide .banner-container{
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        flex-shrink: 0;
    }
    .main .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        flex: 1;
    }
    .main .sec06 .banner-container,
    .main .sec09 .banner-container{
        background-image: none !important;
        max-height: none;
        height: auto;
    }
    .main .banner-container{
        padding: 24px;
    }
    .main .flex-list{
        padding: 0 20px;
    }
    .main .flex-list li img.mo-show{
        margin-top: 0;
        margin-bottom: 24px;
    }
    .main .sec09 .banner-container{
        padding-top: 48px;
    }
    .main .sec11 .contents-wrapper > div{
        gap: 8px;
        padding-top: 72px;
    }



    .main .sec07B .components>div {
        display: block;
    }

    .main .sec07B .prod-info,
    .main .sec07B .prod-item {
        width: 100%;
    }

    .main .sec07B .components ul li {
        border: 0;
        border-bottom: 1px solid #EBEBEB;
    }

    .main .secB .sec-title {
        padding: 32px 24px;
    }

    .main .secB .sec-title .sec-logo {
        margin-bottom: 16px;
    }

    .main .secB .sec-title h2 {
        font-size: 24px;
        line-height: 1.3333;
    }

    .main .secB .sec-title h3 {
        font-size: 16px;
        line-height: 1.375;
    }

    .main .secB .banner-container {
        height: auto;
        padding: 32px 0 0 0;
    }

    .main .secB .banner-container h3 {
        padding: 0 24px;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3333;
    }

    .main .secB .banner-container p {
        padding: 0 24px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;

    }

    .main .secB .bg-gradation {
        background: #0b0f12 url(../img/mo-img-mainB04.jpg) no-repeat center bottom;
        background-size: 100% auto;
        min-height: calc(148px + 82vw);
    }

    .main .sec05B .bg-gradation h3,
    .main .sec05B .bg-gradation p {
        width: 100%;
        max-width: 100%;
    }

    .main .sec05B .bg-gradation h3 {
        font-size: 24px;
    }

    .main .sec05B .bg-gradation p {
        font-size: 14px;
    }

    .main .sec05B>div.bg-gray h3,
    .main .sec05B>div.bg-gray p {
        width: 100%;
        max-width: 100%;
        color: #333;
    }

    .main .sec05B>div.bg-gray h3 {
        font-size: 22px;
        line-height: 1.2727;
    }

    .main .sec05B>div.bg-gray p {
        font-size: 16px;
        line-height: 1.5;
    }

    .main .sec05B>div.bg-gray p.comment {
        font-size: 12px !important;
        line-height: 1.16;
    }

    .main .sec05B .box-6 {
        display: block;
        height: 6px;
    }

    .main .sec06B .half-box .flex-box {
        display: block;
    }

    .main .sec06B .half-box .flex-box>div,
    .main .sec06B .half-box .flex-box>div.sec-title {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .main .sec06B .half-box .flex-box>div.sec-title {
        padding: 0 24px;
    }

    .main .sec06B .half-box .flex-box>div.sec-title h4 {
        font-size: 22px;
        line-height: 1.2727;
        text-align: center;
    }

    .main .sec06B .half-box .flex-box>div.sec-title p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 24px;
    }

    .main .sec07B {
        padding-top: 32px;
        padding-bottom: 32px;

    }

    .main .sec07B h2 {
        font-size: 28px;
        line-height: 1.2857;
    }

    .main .sec07B .components {
        margin: 0 auto;
        padding: 0 24px;
    }

    .main .sec07B .components .prod-info img {
        width: 65.277vw;
        max-width: 235px;
    }

    .main .sec-title .comment,
    .main .banner-container .comnent,
    .main.hushjet p.comment  {
        font-size: 12px !important;
    }

    .main .sec08B .tech-list {
        display: block;
    }

    .main .sec08B .tech-list>li {
        display: block;
        padding-bottom: 48px;
    }

    .main .sec08B .tech-list .tech-title {
        font-weight: 500;
    }

}
@media (max-width: 720px){
    .main .sec11 .contents-wrapper{
        display: block;
    }
    .main .sec11 .contents-wrapper > div{
        width: 100%;
        max-width: 100%;
    }
    .main .sec11 .contents-wrapper > img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 500px) {
    .main .flex-list.flex-type-03{
        flex-direction: column;
    }
    .main .flex-list.flex-type-04>li,
    .main .flex-list.flex-type-03>li{
        width: 100%;
        flex: none;
    }
  
}
@media (max-width:360px) {
    .x-mo-show {
        display: block;
    }

    .input,
    .select,
    .btn-lg {
        padding: 4.444vw;
        font-size: 4.444vw;
    }

    .select ul {
        top: 17vw;
    }

    .select ul li {
        font-size: 4.444vw;
    }

    .main .sec01 .logo-airwarp {
        width: 42.5vw;
    }

    .main .sec02 h2 {
        margin-top: 8.333vw;
        font-size: 6.666vw;
    }

    .main .sec02 h2 {
        font-size: 6.666vw;
    }

    .main .sec02 h2 strong {
        font-size: 6.666vw;
        font-weight: 500;
    }

    .main .sec02 p {
        margin-top: 6.666vw;
        font-size: 4.444vw;
    }

    .main .sec02 h3 {
        margin-top: 8.333vw;
        font-size: 5.555vw;
    }

    .main .sec03 h2 {
        margin-top: 6.666vw;
        font-size: 6.666vw;
    }

    .main .sec03 .dot-list li {
        padding-left: 5.555vw;
        font-size: 3.888vw;
    }

   
    .main .sec07 {
        margin-top: 13.888vw;
        margin-bottom: 13.888vw;
    }

    .main .accordion-container h3 {
        font-size: 6.111vw;
    }

    .main .accordion-container .accordion-header {
        font-size: 5vw;
    }

    .main .accordion-container .accordion-content {
        font-size: 3.611vw;
    }

    .main .secB .banner-container h3 {
        padding: 0 6.666vw;
        font-size: 6.666vw;
    }

    .main .secB .banner-container p {
        padding: 0 6.666vw;
        font-size: 4.444vw;
    }

    .main .secB .sec-title h2 {
        font-size: 6.666vw;
    }

    .main .secB .sec-title h3 {
        font-size: 4.444vw;
    }

    .main .sec-title p.comment,
    .main .banner-container p.comment {
        font-size: 3.333vw !important;
    }

    .main .sec05B .bg-gradation p,
    .main .sec05B>.bg-gray p.comment {
        font-size: 3.888vw;
    }

    .main .sec05B>.bg-gray h3 {
        font-size: 6.111vw;
    }

    .main .sec05B>.bg-gray p {
        font-size: 4.444vw;
    }

    .main .sec06B .half-box .flex-box>div.sec-title h4 {
        font-size: 6.111vw;
    }

    .main .sec06B .half-box .flex-box>div.sec-title p {
        font-size: 4.444vw;
    }

    .main .sec07B h2 {
        font-size: 7.777vw;
    }

    .main .sec07B .components .prod-info p {
        font-size: 3.889vw;
    }

    .main .sec07B .components ul li img {
        width: 27.777vw;
    }

    .main .sec07B .components ul li p {
        font-size: 3.888vw;
    }

    .main .sec08B .tech-list .tech-title {
        font-size: 6.111vw;
        margin-top: -25px;
    }

    .main .sec08B .tech-list .tech-info {
        font-size: 3.888vw;
    }

    .main .sec08B .tech-list p.comment {
        font-size: 3.333vw;
    }
}

.msg-container {
    margin: clamp(56px, 6vw, 116px) auto;
    padding: 0 20px;
    width: 100%;
}

.msg p {
    word-break: keep-all;
}

.msg .msg-fs-lg {
    font-size: clamp(20px, 1.77vw, 34px);
    font-weight: 600;
    line-height: normal;
}

.msg .msg-fs-md {
    margin-top: clamp(24px, 1.666vw, 32px);
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.41667;
}

.msg .msg-fs-sm {
    margin-top: 30px;
    font-size: clamp(14px, 0.833vw, 16px);
    line-height: 1.5;
}

.msg .btn-lg,
.msg .btn-group {
    margin-top: clamp(40px, 4.1666vw, 82px);
}

.msg .btn-group .btn-lg {
    margin-top: 0;
}

@media (max-width: 720px) {

    /*
    .msg-container{
        position: static;
        transform: translate(0,0);
        padding-top: min(86px, 23.8vw);
    }
    */
    .msg .btn-fs-sm {
        margin-top: 40px;
    }
}

@media (max-width: 360px) {
    .msg .msg-fs-lg {
        font-size: 5.555vw;
    }

    .msg .msg-fs-md {
        font-size: 4.444vw;
    }

    .msg .msg-fs-sm {
        font-size: 3.888vw;
    }

    .msg .btn-lg,
    .msg .btn-group {
        margin-top: 11.111vw;
    }
}

.info-container {
    margin: clamp(56px, 6vw, 116px) auto;
    padding: 0 20px;
    width: 100%;
    max-width: 490px;
}

.info h2,
.info h3 {
    text-align: center;
}

.info h2 img.dyson-logo {
    width: 142px;
}

.info h3 {
    margin-top: 40px;
    margin-bottom: clamp(24px, 2.08vw, 40px);
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 600;
}

.info .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.info .form-group .input {
    margin-bottom: 20px;
}

.login .form-group {
    margin-top: 40px;
}

.login .flex-between {
    margin-top: 12px;
    margin-bottom: 24px;
}

.login .btn-txt {
    font-size: clamp(12px, 0.833vw, 16px);
}

@media (max-width: 720px) {
    .btn-lg.btn-ico {
        padding: 12.5px 0;
    }
}

@media (max-width: 360px) {
    .info h2 img.dyson-logo {
        width: 39.444vw;
    }

    .info h3 {
        margin-top: 11.111vw;
        margin-bottom: 6.666vw;
        font-size: 5.555vw;
    }

    .info .form-group label {
        font-size: 4.444vw;
    }

    .info .form-group .input {
        margin-bottom: 5.555vw;
    }

    .btn-lg.btn-ico {
        padding: 3.47222vw 0;
    }

    .login .flex-between {
        margin-top: 3.333vw;
        margin-bottom: 6.666vw;
    }
}

/* footer */

@media (max-width:767px) {
    footer {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    footer {
        font-size: 15.93px;
    }
}

@media screen and (max-width: 490px) {
    footer {
        font-size: 15.62px;
    }
}

@media screen and (max-width: 480px) {
    footer {
        font-size: 15.29px;
    }
}

@media screen and (max-width: 470px) {
    footer {
        font-size: 14.98px;
    }
}

@media screen and (max-width: 460px) {
    footer {
        font-size: 14.66px;
    }
}

@media screen and (max-width: 450px) {
    footer {
        font-size: 14.34px;
    }
}

@media screen and (max-width: 440px) {
    footer {
        font-size: 14.02px;
    }
}

@media screen and (max-width: 430px) {
    footer {
        font-size: 13.71px;
    }
}

@media screen and (max-width: 420px) {
    footer {
        font-size: 13.38px;
    }
}

@media screen and (max-width: 410px) {
    footer {
        font-size: 13.07px;
    }
}

@media screen and (max-width: 400px) {
    footer {
        font-size: 12.75px;
    }
}

@media screen and (max-width: 390px) {
    footer {
        font-size: 12.43px;
    }
}

@media screen and (max-width: 380px) {
    footer {
        font-size: 12.11px;
    }
}

@media screen and (max-width: 370px) {
    footer {
        font-size: 11.79px;
    }
}

@media screen and (max-width: 360px) {
    footer {
        font-size: 11.47px;
    }
}

@media screen and (max-width: 350px) {
    footer {
        font-size: 11.16px;
    }
}

@media screen and (max-width: 340px) {
    footer {
        font-size: 10.83px;
    }
}

@media screen and (max-width: 330px) {
    footer {
        font-size: 10.52px;
    }
}

@media screen and (max-width: 320px) {
    footer {
        font-size: 10.2px;
    }
}

footer p {
    line-height: 1.5;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.pt-2 {
    padding-top: 0.75rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

footer img {
    vertical-align: top;
}

.icon {
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    top: 3px;
}

.flag-icon {
    background-image: url(https://www.register-dyson.co.kr/Content/img/sprite-flags.png);
    background-repeat: no-repeat;
}

.flag-icon--kr {
    background-position: center -80px;
}


@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }
}

.footer-section-01 {
    background-color: #242424;
    color: #FFF;
    padding: 50px 0 70px 0;
}


.footer-section-01 .contact01 {
    width: 42%;
    padding-left: 15px;
}

.footer-section-01 h2 {
    font-weight: 300;
    font-size: 2em;
}

.footer-section-01 ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}

.footer-section-01 ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
}

.footer-section-01 .contact01,
.footer-section-01 ul li {
    margin-bottom: 0;
    vertical-align: top;
}

.footer-section-01 .contact01 p {
    font-size: 40px;
    font-weight: 300;
}

.footer-section-01 .contact02 img {
    width: 50px;
    margin-top: 22px;
}

.footer-section-01 .contact02 p {
    padding-left: 24px;
    padding-right: 56px;
}

.footer-section-01 .contact03 img {
    width: 48px;
    margin-top: 12px;
}

.footer-section-01 .contact03 p {
    padding-left: 24px;
    padding-right: 66px;
    padding-top: 20px;
}

.footer-section-01 .contact04 img {
    width: 44px;
    margin-top: 13px;
}

.footer-section-01 .contact04 p {
    padding-left: 24px;
    padding-top: 20px;
}

.footer-section-01 .container div,
.footer-section-01 .container p {
    display: inline-block;
    vertical-align: top;
}

@media (max-width:1200px) {
    .footer-section-01 {
        padding: 45px 0;
    }

    .footer-section-01 .contact01 {
        padding-left: 0;
    }

    .footer-section-01 ul {
        padding-top: 0;
    }

    .footer-section-01 ul li {
        display: block;
        padding-left: 15px;
    }

    .footer-section-01 .contact01,
    .footer-section-01 ul li {
        margin-bottom: 2rem;
    }

    .footer-section-01 ul li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:1000px) {
    .footer-section-01 .contact01 {
        padding-left: 15px;
    }
}

@media (max-width:767px) {
    .footer-section-01 {
        padding-bottom: 80px;
    }

    .footer-section-01 h2 {
        font-size: 25px;
        letter-spacing: -0.01rem;
        font-family: 'FuturaBT';
        font-weight: 300;
    }

    .footer-section-01 .contact01 {
        width: 100%;
        margin-bottom: 0;
    }

    .footer-section-01 ul {
        padding-top: 20px;
    }

    .footer-section-01 .contact02 img {
        width: 40px;
    }

    .footer-section-01 .section02 p {
        padding-right: 0;
    }

    .mo-hidden,
    .w1000-hidden {
        display: none;
    }
}


.footer-section-02 {
    padding-top: 65px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .footer-section-02 {
        padding-top: 20px;
    }

    .footer-section-01 .contact02 p {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-section-02 .container .row {
        border-bottom: 1px solid #333333;
    }

    .footer-section-02 .container .row:last-child {
        border-bottom: 0;
    }
}

.footer-section-02 .container .row .bb1 {
    border-bottom: 1px solid #333333;
    min-height: 250px;
}

@media screen and (max-width: 767px) {
    .footer-section-02 .container .row .bb1 {
        border-bottom: 0;
        min-height: auto;
    }
}

.footer-section-02 .container .row .bb1 a {
    color: #FFF;
}

.footer-section-02 .container .row .bb1 ul {
    list-style: none;
}

.footer-section-02 .container .row .bb1 ul li {
    padding-left: 8px;
    padding-bottom: 11px;
}

.footer-section-02 .container .row .bb1 ul li a {
    color: #FFF;
}

.footer-section-02 .container .row .bb2 {
    border-bottom: 1px solid #333333;
    min-height: 250px;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .footer-section-02 .container .row .bb2 {
        border-bottom: 0;
        min-height: auto;
    }
}

.footer-section-02 .container .row .bb2 ul {
    list-style: none;
}

.footer-section-02 .container .row .bb2 ul li {
    padding-left: 8px;
    padding-bottom: 11px;
}

.footer-section-02 .container .row .bb2 ul li a {
    color: #999;
    font-weight: 400;
}

.footer-section-02 .container .row .bb2 ul li .text-yellow {
    color: #FFcc01;
    font-weight: 700;
}

.footer-section-02 .container .row .footer-text p {
    font-size: 0.75rem;
    color: #666;
}

.footer-section-02 .container .row .footer-text p a {
    color: #999;
    font-weight: 400;
}

.buy-btn-01 {
    width: 252px;
    margin: 11px 0;
}

@media screen and (max-width: 767px) {
    .footer-section-02 {
        padding-top: 45px;
    }

    .footer-section-02 .container .row .bb1 a,
    .footer-section-02 .container .row .bb1 ul li a,
    .footer-section-02 .container .row .bb2 ul li a {
        font-size: 13px;
        font-weight: 300;
    }

    .footer-section-02 .container .row .bb1 ul li,
    .footer-section-02 .container .row .bb2 ul li {
        padding-bottom: 3px;
    }

    .footer-section-02 .container .row .bb1 ul,
    .footer-section-02 .container .row .bb2 ul {
        padding-bottom: 45px;
        margin-bottom: 0;
    }

    .buy-btn-01 {
        width: 120px;
        padding: 15px 8px !important;
        font-size: 14px !important;
        margin: 0px 0;
    }
}
.main #mainVideo,
.main.hushjet #mainVideo{
    object-position: bottom center;
    height: 56.25vw;
    max-height: none;
    object-fit: cover;
    overflow: hidden;
    background-size: cover;
    z-index: 0;
}
.main.hushjet .banner-container{
    padding-top: clamp(50px, 5.2vw, 100px);
    padding-bottom: clamp(50px, 5.2vw, 100px);
    height: 45.833vw;
    max-height: 880px;
    background-color: #000;
}
.main.hushjet .sec04 .banner-container{
    background: #181212 url(../img/hushjet-section01.jpg) no-repeat center right;
    background-size: auto 100%;
}
.main.hushjet .sec05 .banner-container{
    background: #000 url(../img/hushjet-section02.jpg) no-repeat center right;
    background-size: auto 100%;
}
.main.hushjet .sec06 .banner-container{
    background: #000 url(../img/hushjet-section03.jpg) no-repeat center right;
    background-size: cover;
}
.main.hushjet .sec08 .banner-container{
    background: #000 url(../img/hushjet-section04.jpg) no-repeat center right;
    background-size: auto 100%;
}
.main.hushjet .sec09 .banner-container{
    height: 42.555vw;
    max-height: 817px;
    background: #000 url(../img/hushjet-section05.jpg) no-repeat center right;
    background-size: auto 100%;
}
.main.hushjet .sec10 .banner-container{
    position: relative;
    height: 48.4375vw;
    max-height: 930px;
    background: #000 url(../img/hushjet-section06.jpg) no-repeat center right;
    background-size: auto 100%;
}
/*
.main.hushjet .sec10 .banner-container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
*/
.main.hushjet .sec11 .banner-container{
    background: #000 url(../img/hushjet-section07.jpg) no-repeat center;
    background-size: cover;
}
.main p.comment{
    max-width: 704px;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.4285 !important;   
    letter-spacing: -0.01em !important;
}
.main.hushjet .banner-container h3{
    line-height: 1.2381;
}
.main.hushjet .sec-onlytxt .banner-container {
    padding: clamp(20px, 5.2vw, 100px) 6.25vw;
    height: auto;
    max-height: none;
}
.main.hushjet .banner-container > .comment ~ .comment{
    margin-top: 4px;
}
.main.hushjet .sec11 .banner-container{
    color: #000;
}
.main.hushjet .sec11 .banner-container .my-dyson-img{
    margin-bottom: 20px;
    margin-top: 32px;
}
@media (min-width: 769px) {
    .main.hushjet .mo-swiper {
        display: block;
    }
    .main.hushjet .mo-swiper .swiper-wrapper {
        display: block;
    }
    .main.hushjet .mo-swiper .swiper-slide {
        display: block;
        width: 100% !important;
    }
    .main.hushjet .mo-swiper .swiper-pagination,
    .main.hushjet .mo-swiper .swiper-button-prev,
    .main.hushjet .mo-swiper .swiper-button-next {
        display: none;
    }
}
@media (max-width: 768px) {
    .main.hushjet .mo-swiper{
        background-color: #000 !important;
    }
    .main.hushjet .banner-container{
        background-image: none !important;
        background-color: #000 !important;
        height: auto !important;
        max-height: none;
        padding: 20px;

    }
    .main.hushjet .banner-container img{
        height: auto;
    }
    .main.hushjet .sec11 .banner-container{
        background: url(../img/mo-hushjet-section07.jpg) no-repeat center;
        background-size: cover;
    }
    /* mo-swiper 내 sec09, sec10 높이 통일 및 이미지 스타일 */
    .main.hushjet .mo-swiper .swiper-slide {
        height: 100%;
        display: flex;
        padding: 0;
    }
    .main.hushjet .mo-swiper .sec09,
    .main.hushjet .mo-swiper .sec10 {
        padding-top: 92.222vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .main.hushjet .mo-swiper .sec09 .banner-container,
    .main.hushjet .mo-swiper .sec10 .banner-container {
        height: auto;
        min-height: 100%;
        padding: 0 24px 72px;
        display: flex;
        flex-direction: column;
        flex: 1;
        background-color: transparent;
        background-image: none !important;
    }
    .main.hushjet .mo-swiper .swiper-slide {
        align-items: stretch;
    }
    .main.hushjet .mo-swiper .sec09 {
        background: #000 url(../img/mo-hushjet-section05.jpg) no-repeat top center !important;
        background-size: contain !important;
    }
    .main.hushjet .mo-swiper .sec10{
        background: #000 url(../img/mo-hushjet-section06.jpg) no-repeat top center !important;
        background-size: contain !important;
    }
    .main.hushjet .mo-swiper .swiper-button-prev,
    .main.hushjet .mo-swiper .swiper-button-next {
        top: 50vw;
    }
    .main.hushjet .sec11{
        background: #e3ebed url(../img/mo-hushjet-section07.jpg) no-repeat top center;
        background-size: cover;
        padding-bottom: 113vw;
    }
    .main.hushjet .sec11 .banner-container{
        background-color: transparent !important;
    }
    .main.hushjet .banner-container .my-dyson-img{
        height: 13.333vw;
        width: auto;
    }
    p.comment{
        font-size: 12px !important;
    }
}