@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;
}

.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-airwrap {
    width: clamp(153px, 13vw, 250px);
    margin-top: clamp(30px, 2.39vw, 46px);
    margin-bottom: clamp(30px, 2.083vw, 40px);
}

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

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

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

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

.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(30px, 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;
}

.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 {
    margin-bottom: 50px;
}

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

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

.main .banner-container p {
    margin-top: clamp(16px, 1.5625vw, 30px);
    font-size: clamp(16px, 1.5625vw, 30px);
    font-weight: 500;
    line-height: normal;
}

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

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

/*
.main .sec06 div:first-of-type{
    background-color: #C5CED5;
    color: #333;
}
*/
.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;
    }
}

.main .sec-title {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
}

.main .sec-title .sec-logo {
    height: 41px;
    margin-bottom: 24px;
}

.main .sec-title h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2857;
}

.main .sec-title h3 {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5556;
}

.main .sec-title p.comment,
.main .banner-container p.comment {
    margin-top: 6px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.4285 !important;
    letter-spacing: -0.01em;
}

.main .secB {
    border-top: 1px solid #EBEBEB;
}

.main .secB .banner-container {
    height: 450px;
    max-width: 1270px;
    margin: 0 auto;
    padding: 70px 20px;
}

.main .secB .banner-container h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2857;
}

.main .secB .banner-container p {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.555;
}

.main .sec05B .bg-gradation h3,
.main .sec05B .bg-gradation p {
    width: 45%;
    text-align: center;
    word-break: keep-all;
}

.main .sec05B>div.bg-gray h3,
.main .sec05B>div.bg-gray p {
    width: 45%;
    max-width: 540px;
    color: #555;
    word-break: keep-all;
}

.main .sec06B .half-box .flex-box {
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    justify-content: flex-end;
}

.main .sec06B .half-box .flex-box>div {
    width: 50%;
}

.main .sec06B .half-box .flex-box>div.sec-title {
    padding-top: clamp(32px, 2.3958vw, 48px);
    padding-left: 20px;
    padding-right: 60px;
    max-width: 481px;
}

.main .sec06B .sec-title h4 {
    font-size: clamp(22px, 1.666vw, 32px);
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
}

.main .sec06B .sec-title p {
    margin-top: 12px;
    font-size: clamp(16px, 0.9375vw, 18px);
    font-weight: 500;
    line-height: 1.5555;
    color: #555;
    text-align: left;
    word-break: break-all;
}

.main .sec07B {
    padding-top: 48px;
    padding-bottom: 48px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 0;
}

.main .sec07B h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2222;
}

.main .sec07B .components {
    margin: 16px auto 2px;
    padding: 0 20px;
    max-width: 1164px;
}

.main .sec07B .components>div {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.main .sec07B .prod-info {
    width: calc((100% - 28px)/3);
}

.main .sec07B .prod-item {
    width: calc((100% - 28px)/3 * 2);
    display: flex;
    gap: 28px;
}

.main .sec07B .prod-item ul {
    width: calc(50% - 14px);
}

.main .sec07B .components .prod-info img {
    display: block;
    margin: 0 auto;
    width: 68%;
    max-width: 242px;
}

.main .sec07B .components .prod-info p {
    margin-top: 12px;
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    color: #000;
    border-bottom: 1px solid #EBEBEB;
    word-break: keep-all;
}

.main .sec07B .components ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main .sec07B .components ul li {
    border: 1px solid #EBEBEB;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.main .sec07B .components ul li img {
    width: 100px;
}

.main .sec07B .components ul li p {
    font-size: 14px;
    line-height: 500;
    line-height: 1.42857;
}

.main .sec08B {
    margin-bottom: 50px;
}

.main .sec08B .tech-list {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.main .sec08B .tech-list>li {
    display: flex;
    flex-basis: 50%;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 min(10.9%, 70px) 34px;
}

/*
.main .sec08B .tech-list .tech01{
    background: url(../img/img-tech01.jpg) no-repeat center top;
    background-size: calc(100% - 160px) auto;
}
.main .sec08B .tech-list .tech02{
    background: url(../img/img-tech02.jpg) no-repeat center top;
    background-size: calc(100% - 160px) auto;
}
.main .sec08B .tech-list .tech03{
    background: url(../img/img-tech03.jpg) no-repeat center top;
    background-size: calc(100% - 160px) auto;
}
.main .sec08B .tech-list .tech04{
    background: url(../img/img-tech04.jpg) no-repeat center top;
    background-size: calc(100% - 160px) auto;
}
*/
.main .sec08B .tech-list .tech-title {
    margin-top: -38px;
    font-size: 22px;
    line-height: 1.6363;
    font-weight: 600;
}

.main .sec08B .tech-list .tech-info {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4285;
    font-weight: 500;
    word-break: keep-all;
}

.main .sec08B .tech-list p.comment {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4285;
}

@media (max-width: 1200px) {
    .main .sec08B .tech-list .tech-info br {
        display: none;
    }

    .main .sec08B .tech-list>li {
        padding: 0 24px 34px;
    }
}

@media (max-width: 1164px) {

    .main .sec07B .prod-info,
    .main .sec07B .prod-item {
        display: block;
        width: calc(50% - 14px);
    }

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

    .main .sec07B .prod-item ul:first-of-type {
        margin-bottom: 16px;
    }
}

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

    .main .sec06 div:first-of-type {
        background: #000 url(../img/bg-banner02.png) no-repeat right 6.25vw bottom;
        background-size: contain;
    }

    .main .sec06 div:nth-of-type(2) {
        background: #000 url(../img/bg-banner03.jpg) no-repeat right bottom;
        background-size: contain;
    }
}

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

    img.mo-show {
        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 h3{
        margin-top: 30px;
        font-size: 20px;
    }
    */
    .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 .sec05 table {
        margin-top: 0;
    }

    .main .sec05 table th,
    .main .sec05 table td {
        padding: 10px;
    }

    .main .sec06 {
        margin-bottom: 30px;
    }

    .main .sec06 .banner-container {
        padding: 28px 0 0;
        height: auto;
    }

    .main .sec06 h3,
    .main .sec06 p {
        padding: 0 24px;
    }

    .main .sec06 div:first-of-type {
        text-align: center;
    }

    .main .sec06 .banner-container h3 {
        font-size: 28px;
        line-height: 1.2143;
        margin-bottom: 8px;
    }

    .main .sec06 div:first-of-type h3 {
        font-size: 30px;
        line-height: 1.1333;
    }

    .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 .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 {
        font-size: 12px;
    }

    .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: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: 8.333vw;
    }

    .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 .sec05 h2 {
        padding: 8.333vw 0;
        font-size: 5.555vw;
    }

    .main .sec05 table th,
    .main .sec05 table td {
        padding: 2.777vw;
    }

    .main .sec05 table thead th img {
        width: 19.444vw;
    }

    .main .sec05 table tbody tr th span,
    .main .sec05 table td span {
        font-size: 3.055vw;
    }

    .main .sec05 table tbody tr td p strong {
        font-size: 4.444vw;
    }

    .main .sec05 table col:not(:first-of-type) {
        width: 27vw;
    }

    .main .sec06 {
        margin-bottom: 8.333vw;
    }

    .main .sec06 h3,
    .main .sec06 p {
        padding: 0 6.666vw;
    }

    .main .sec06 .banner-container p {
        font-size: 4.444vw;
    }

    .main .sec06 .banner-container h3 {
        font-size: 7.777vw;
    }

    .main .sec06 div:first-of-type h3 {
        font-size: 8.333vw;
    }

    .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;
    }
}

.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;

}

.flex-box.column {
    flex-direction: column;
}

.flex-box.between {
    justify-content: space-between;
}

.flex-box.va-top {
    align-items: flex-start;
}

.bg-airwrap-hero {
    background:
        radial-gradient(80% 60% at 50% 38%, rgba(255, 252, 247, 0.9) 0%, rgba(255, 252, 247, 0) 60%),
        linear-gradient(180deg, #f3ede4 0%, #ece1d4 55%, #e6dac9 100%);
}

.bg-tools {
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%),
        linear-gradient(180deg, #c1d0df 0%, #dce6f0 50%, #eef4f9 100%);
}

.bg-straightener {
    background:
        radial-gradient(75% 60% at 62% 38%, rgba(255, 250, 244, 0.95) 0%, rgba(255, 250, 244, 0) 62%),
        linear-gradient(315deg, #d9cdc7 0%, #e6dad1 38%, #f1e8df 72%, #f4ece3 100%);
}

.bg-cone {
    background:
        radial-gradient(70% 55% at 58% 38%, rgba(255, 250, 242, 0.95) 0%, rgba(255, 250, 242, 0) 60%),
        linear-gradient(315deg, #ddcdbb 0%, #e6d6c3 40%, #efe5d8 72%, #f3ebe0 100%);
}

.bg-dryer {
    background:
        radial-gradient(85% 75% at 35% 25%, rgba(250, 243, 233, 0.9) 0%, rgba(250, 243, 233, 0) 60%),
        linear-gradient(150deg, #efe6d9 0%, #e6d6c3 55%, #ddccb6 100%);
}

.sec-hero {
    padding-top: 80px;
}

.container.w800 {
    max-width: 800px;
}

.sec-hero .badge-dark {
    display: inline-block;
    padding: 8px 26px;
    background-color: #000;
    color: #ebe1de;
    font-size: 28px;
    font-weight: 500;
}

.sec-hero .sec-hero-logo {
    margin-top: 30px;
    width: 220px;
}

.sec-hero .img-hero {
    margin-top: 80px;
    width: 100%;
    max-width: 650px;
}

.sec-hero h2 {
    margin-top: 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    word-break: keep-all;
}

.sec-hero p {
    margin-top: 12px;
    font-size: 38px;
    font-weight: 400;
    color: #333;
    word-break: keep-all;
}

.badge-pink {
    display: inline-block;
    padding: 8px 26px;
    background-color: #dbb6b0;
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
}

.sec-tools p {
    font-size: 28px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #666;
}

.sec-tools p strong {
    margin-top: 20px;
    display: block;
    font-size: 36px;
    line-height: 1.25;
    color: #000;
}

.sec-tools img {
    max-height: 380px;
}

.sec-airwrap>div:not(.sec-tools) .flex-box.between {
    padding-top: 80px;
}

.sec-airwrap>div:not(.sec-tools) .flex-box.between img {
    height: 475px;
}

.sec-airwrap>div {
    padding-left: 20px;
    padding-right: 20px;
}

.info-airwrap h2 {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
}

.info-airwrap h3 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
}

.info-airwrap p {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}

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

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

.main .flex-list li img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.main .flex-list.flex-type-03 li div img {
    margin-bottom: 20px;
}

.main .flex-list.flex-type-03 li div p {
    margin-top: 10px;
    font-size: 21px;
    letter-spacing: -0.03em;
    color: #000;
}

.main .flex-list.flex-type-03 li div p:first-of-type {
    font-size: 30px;
    font-weight: 600;
}

.main .flex-list.flex-type-03 li div p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 500;
}

.main .flex-list.flex-type-03 li div p:nth-of-type(4) {
    font-size: 20px;
    color: #5a5a5a;
}

.sec-performance {
    background-color: #000;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
}

.sec-performance img {
    max-width: 40%;
    padding: 40px;
}

.sec-performance h2 {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.sec-performance .flex-box .info-performance {
    order: 1;
    padding-top: 40px;
    padding-right: 80px;
}

.sec-performance .flex-box .info-performance p {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: -0.03em;
    font-weight: 300;
}

.sec-performance .flex-box .info-performance h3 {
    font-size: 38px;
    font-weight: 500;
}

.sec-performance .flex-box img {
    order: 2;
}

.sec-performance .flex-type-04 img {
    height: 270px;
    padding: 0;
}

.sec-performance .flex-type-04 h3 {
    margin-top: 20px;
    display: block;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.333;
    color: #F2F2F2;
    word-break: keep-all;
}

.sec-performance .flex-type-04 p {
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #F2F2F2;
    word-break: keep-all;
}

.img-container {
    margin: 0 auto 50px;
    max-width: 800px;
}

.img-container h2 {
    margin: 40px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.mt80 {
    margin-top: 80px;
}

.po-rl {
    position: relative;
}

@media (max-width: 1024px) {
    .sec-tools>.flex-box {
        padding-top: 40px;
        gap: 20px;
        flex-direction: column;
    }

    .sec-airwrap>div:not(.sec-tools) .flex-box.between {
        flex-direction: column;
        padding-top: clamp(40px, 10vw, 80px);
    }

    .sec-airwrap>div:not(.sec-tools) .flex-box.between img {
        margin-left: auto;
        height: auto;
        width: 80%;
    }

    .sec-performance .flex-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sec-performance .flex-box img {
        order: 1;
        max-width: 80%;
    }

    .sec-performance .flex-box .info-performance {
        order: 2;
        padding-right: 0;
    }

    .main .flex-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main .flex-list.flex-type-03 li,
    .main .flex-list.flex-type-04 li {
        width: calc(50% - 10px);
        flex: none;
    }

    .main .flex-list.flex-type-04 li {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .main .flex-list.flex-type-04 li img {
        display: inline-block;
        margin: 0;
        max-width: 50%;
        height: auto;
    }

    .main .flex-list.flex-type-04 li div {
        max-width: 50%;
    }

    .main .flex-list.flex-type-04 li:nth-of-type(even) img {
        order: 2;
    }

    .sec-performance .flex-type-04 h3 {
        height: auto;
    }
}

@media (max-width: 800px) {
    .sec-hero{
        padding-top: 10vw;
    }
    .sec-hero .badge-dark,  .badge-pink {
        padding: 1vw 3.125vw;
        font-size: 3.5vw;
    }

    .sec-hero .sec-hero-logo {
        margin-top: 3.75vw;
        width: 27.5vw;
    }

    .sec-hero .img-hero {
        margin-top: 10vw;
    }

    .sec-hero h2 {
        margin-top: 3.75vw;
        font-size: 6vw;
    }

    .sec-hero p {
        margin-top: 1.5vw;
        font-size: 4.75vw;
        text-align: center;
    }
   
    .sec-tools p {
        font-size: 3.5vw;
    }

    .sec-tools p strong {
        margin-top: 2.5vw;
        font-size: 4.5vw;
    }

    .sec-airwrap>div:not(.sec-tools) .flex-box.between {
        padding-top: 10vw;
    }

    .info-airwrap h2 {
        margin-top: 1.25vw;
        font-size: 5vw;
    }

    .info-airwrap h3 {
        margin-top: 2.5vw;
        font-size: 3.75vw;
    }

    .info-airwrap p {
        margin-top: 1.25vw;
        font-size: 3vw;
    }

    .main .flex-list {
        padding: 8.75vw 0 10vw;
        gap: 2.5vw;
    }

    .main .flex-list>li {
        gap: 2.5vw;
    }

    .main .flex-list.flex-type-03 li div img {
        margin-bottom: 2.5vw;
    }

    .main .flex-list.flex-type-03 li div p {
        margin-top: 1.25vw;
        font-size: 2.5vw;
    }

    .main .flex-list.flex-type-03 li div p:first-of-type {
        font-size: 3.75vw;
    }

    .main .flex-list.flex-type-03 li div p:nth-of-type(2) {
        font-size: 3vw;
    }

    .main .flex-list.flex-type-03 li div p:nth-of-type(4) {
        font-size: 2.5vw;
    }
    .sec-performance h2 {
        padding-top: 8.75vw;
        padding-bottom: 8.75vw;
        font-size: 6vw;
    }

    .sec-performance .flex-box .info-performance {
        padding-top: 5vw;
        padding-right: 10vw;
    }

    .sec-performance .flex-box .info-performance p {
        margin-top: 1.25vw;
        font-size: 3vw;
    }

    .sec-performance .flex-box .info-performance h3 {
        font-size: 4.75vw;
    }
    .sec-performance .flex-type-04 h3 {
        margin-top: 2.5vw;
        height: 6.25vw;
        font-size: 2.5vw;
    }

    .sec-performance .flex-type-04 p {
        margin-top: 1.25vw;
        font-size: 2vw;
    }

    .img-container {
        margin: 0 auto 6.25vw;
        max-width: 800px;
    }

    .img-container h2 {
        margin: 5vw;
        font-size: 6vw;
    }
}

@media (max-width: 500px) {
    .sec-hero{
        padding-top: 40px;
    }
    .sec-hero .badge-dark,  .badge-pink {
        padding: 4px 3.125vw;
        font-size: 12px;
    }

    .sec-hero .sec-hero-logo {
        margin-top: 3.75vw;
        width: 27.5vw;
    }

    .sec-hero .img-hero {
        margin-top: 40px;
    }

    .sec-hero h2 {
        margin-top: 20px;
        font-size: 20px;
    }

    .sec-hero p {
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
    }
   
    .sec-tools p {
        font-size: 14px;
    }

    .sec-tools p strong {
        margin-top: 10px;
        font-size: 18px;
    }

    .sec-airwrap>div:not(.sec-tools) .flex-box.between {
        padding-top: 40px;
    }

    .info-airwrap h2 {
        margin-top: 10px;
        font-size: 22px;
    }

    .info-airwrap h3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .info-airwrap p {
        margin-top: 10px;
        font-size: 14px;
    }

    .main .flex-list {
        padding: 30px 0 40px;
    }
    .main .flex-list.flex-type-03 li div p{
        font-size: 14px;
    }
    .main .flex-list.flex-type-03 li div p:first-of-type {
        font-size: 22px;
    }

    .main .flex-list.flex-type-03 li div p:nth-of-type(2) {
        font-size: 18px;
    }

    .main .flex-list.flex-type-03 li div p:nth-of-type(4) {
        font-size: 12px;
    }

    .sec-performance h2 {
        padding-top: 40px;
        padding-bottom: 20px;
        font-size: 24px;
    }

    .sec-performance .flex-box .info-performance {
        padding-top: 5vw;
        padding-right: 0;
    }

    .sec-performance .flex-box .info-performance p {
        margin-top: 1.25vw;
        font-size: 14px;
    }

    .sec-performance .flex-box .info-performance h3 {
        font-size: 20px;
    }
    .sec-performance .flex-type-04 h3 {
        margin-top: 20px;
        height: auto;
        font-size: 20px;
        text-align: center;
    }

    .sec-performance .flex-type-04 p {
        margin-top: 1.25vw;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }
    .img-container h2 {
        margin: 5vw;
        font-size: 24px;
    }

    .sec-performance .flex-box img {
        padding: 0;
        margin-top: 30px;
    }

    .main .flex-list.flex-type-03 li,
    .main .flex-list.flex-type-04 li {
        display: block;
        width: 100%;
    }

    .main .flex-list.flex-type-04 li img,
    .main .flex-list.flex-type-04 li div {
        display: block;
        max-width: 100%;
    }

    .main .flex-list.flex-type-04 li:nth-of-type(4) img{
        margin-top: 20px;
    }

    .sec-airwrap>div:not(.sec-tools) .flex-box.between img {
        width: 100%;
        margin-top: 20px;
    }

}