@charset "utf-8";
/********* 表單(*)必要欄位_此段文字隱藏*******/
.c-form__legend {
    display: none;
}

/********* 修正大框架左右padding為0 *******/
.l-content__main,
.l-content__container {
    padding-right: 0;
    padding-left: 0;
}

.l-content__main {
    width: 100%;
    max-width: 1280px;
}

.l-content__title {
    display: none;
}

@media screen and (min-width: 64em) {
    .l-content__title {
        display: none;
    }
}

.lan_wrapper .btn {
    height: auto !important;
}

body {
    font-family: "Century Gothic", "Arial", "微軟正黑體", "Microsoft JhengHei", "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
}

.lan_wrapper {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    max-width: 1280px;
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    color: #000 !important;
    background: #fff;
    overflow-x: hidden;
}

.lan_wrapper .bg-img img {
    display: block;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}

* {
    box-sizing: border-box;
}

sub {
    font-size: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

sup {
    font-size: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: super;
    font-weight: 300;
}
.lan_wrapper img {
    display: block;
    max-width: 100%;
    pointer-events: none;
}

.mb {
    display: none !important;
}

@media (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }
}

.text-shadow-w {
    text-shadow: 0 0 10px rgba(206, 218, 238, .6);
}

.text-shadow-black {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.c-product-add-bag__form {
    width: fit-content;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}
.btn {
    color: #fff !important;
    /* background: url(../images/btn_bg-w.png) center center no-repeat; */
    /* background-size: cover; */
    background: #000;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 11px 15px;
    width: 45%;
    margin: 0 3px;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.2rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    width: 162px;
}

.btn.btn-large {
    letter-spacing: 0.1rem;
    width: 220px;
    line-height: 1.2;
    padding: 6px;
}

.btn_black {
    background: #000 !important;
}

.btn-w100 {
    width: 100%;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid #000 !important;
    color: #000 !important;
    background: #fff !important;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}

@media screen and (max-width: 1180px) {
    .btn {
        padding: 10px 12px;
        font-size: 1.55vw;
        width: 144px;
    }

    .btn.btn-large {
        width: 180px;
        padding: 5px;
    }

}

@media screen and (max-width: 750px) {
    .btn {
        padding: 2.3vw 3vw;
        font-size: 4vw;
        max-width: none;
    }

}

@media screen and (max-width: 500px) {
    .adjust {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: -130px;
    }

    .adjust2 {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: 140px;
    }
}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 400;
    color: #000;
}
.lan_wrapper p {
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}
.lan_wrapper p small {
    font-size: 85.75%;
    line-height: 1.5;
}
.lan_wrapper h2 {
    font-size: 44px;
    letter-spacing: .025em;
}
.lan_wrapper h2 small {
    color: inherit;
}
.lan_wrapper h2 span.larger,
.lan_wrapper h3 span.larger,
.lan_wrapper h4 span.larger,
.lan_wrapper h5 span.larger,
.lan_wrapper h6 span.larger {
    font-size: 133.33%;
}
.lan_wrapper h2 .num,
.lan_wrapper h3 .num,
.lan_wrapper h4 .num,
.lan_wrapper h5 .num,
.lan_wrapper h6 .num {
    font-size: 120%;
}
.lan_wrapper h3 {
    font-size: 34px;
    letter-spacing: .025em;
}
.lan_wrapper h4 {
    font-size: 26px;
    letter-spacing: .2em;
}
@media screen and (max-width: 1280px) {
    .lan_wrapper h2 {
        font-size: 3.4vw;
    }
    .lan_wrapper h3 {
        font-size: 2.65vw;
    }
    .lan_wrapper h4 {
        font-size: 2.1vw;
    }
}
@media screen and (max-width: 750px) {
    .lan_wrapper h2 {
        font-size: 6.9vw;
    }
    .lan_wrapper h3 {
        font-size: 5.3vw;
    }
    .lan_wrapper h4 {
        font-size: 4.3vw;
    }
    .lan_wrapper p {
        font-size: 3.7vw;
    }
}

.bold {
    font-weight: 700 !important;
}

.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}

.shine-text {
    background: -webkit-linear-gradient(left, #000 0%, #1f3b55 24%, #000 36%, #4475d1 46%, #000 52%, #4475d1 58%, #4475d1 67%, #072643 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.shine-btn {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.shine-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(10px);
    transform: translateX(-100px) skewX(-15deg);
    animation: btn-shine 5s ease 1s infinite;
}

@keyframes btn-shine {
    0% {
        transform: translateX(-150%) skewX(-15deg);
        opacity: 1;
    }

    80% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 0;
    }
}

/*區塊共用標題設定*/
.section-title {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 70px; left: 0; right: 0;
}
.section-title h2.MillerDisplay {
    color: #eebabc;
    background: -webkit-linear-gradient( #eebabc 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform:uppercase;
}
.section-title h2.bold {
    margin-top: -24px;
}
.section-title h4 {
    margin-top: 20px;
}
.text-center {
    text-align: center;
}
.p-absolute {
    position: absolute;
    top: 0; left: 0;
}
@media (max-width: 1280px) {
    .section-title {
        top: 5.4vw;
    }
    .section-title h2.bold {
        margin-top: -1.875vw;
    }
    .section-title h4 {
        margin-top: 1.56vw;
    }
}
@media (max-width: 750px) {
    .section-title {
        top: 7vw;
    }
    .section-title h2.bold {
        margin-top: -2.5vw;
    }
    .section-title h4 {
        margin-top: 2.5vw;
    }
}

/*影片設定*/
.video_wrap {
    position: relative;
}

video {
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}


/* KV */
.section-kv .kv_title {
    position: absolute;
    bottom: 116px; right: 20px;
    text-align: right;
    width: 46.875%;
    color: #000;
}
.kv_title h3 {
    font-size: 30px;
    margin-top: 4px;
    line-height: 1.25;
}
.kv_title .kv_logo {
    margin-top: 10px;
}
.section-kv .btn-wrap {
    position: absolute;
    bottom: 52px; right: 20px;
    display: flex;
    justify-content: center;
}
.kv_num {
    position: absolute;
    bottom: 128px; left: 508px;
    padding: 16px 0 20px;
    text-align: center;
}
.kv_num:before, .kv_num:after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    margin: 0 auto;
    width: 70%; height: 1px;
    background: #000;
}
.kv_num:before { top: 0; }
.kv_num:after { bottom: 0; }
.kv_num .num_item {
    margin-bottom: 12px;
}
.kv_num .num_item:nth-child(2) {
    margin-bottom: 0;
}
.kv_num .num_item .num {
    font-size: 38px;
    line-height: 0.8;
}
.kv_num .num_item .num .larger {
    font-size: 72px;
}
.kv_num .num_item .num_text {
    font-size: 18px;
}
.kv_title2 {
    position: absolute;
    top: 32px; left: 200px;
    text-align: center;
}
.kv_title2 .MillerDisplay {
    font-size: 25px;
}
.kv_title2 h2 {
    font-size: 34px;
    margin-top: 12px;
}
@media (max-width: 1280px) {
    .section-kv .kv_title {
        bottom: 9.063vw;
        right: 1.563vw;
    }
    .kv_title h3 {
        font-size: 2.344vw;
        margin-top: 0.313vw;
    }
    .kv_title .kv_logo {
        margin-top: 0.781vw;
    }
    .section-kv .btn-wrap {
        bottom: 4.063vw;
        right: 1.563vw;
        display: flex;
        justify-content: center;
    }
    .kv_num {
        position: absolute;
        bottom: 10vw;
        left: 39.688vw;
        padding: 1.25vw 0 1.563vw;
    }
    .kv_num:before,
    .kv_num:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 70%;
        height: 1px;
        background: #000;
    }
    .kv_num:before {
        top: 0;
    }
    .kv_num:after {
        bottom: 0;
    }
    .kv_num .num_item {
        margin-bottom: 0.938vw;
    }
    .kv_num .num_item .num {
        font-size: 2.969vw;
    }
    .kv_num .num_item .num .larger {
        font-size: 5.625vw;
    }
    .kv_num .num_item .num_text {
        font-size: 1.406vw;
    }
    .kv_title2 {
        position: absolute;
        top: 2.5vw;
        left: 15.625vw;
        text-align: center;
    }
    .kv_title2 .MillerDisplay {
        font-size: 1.953vw;
    }
    .kv_title2 h2 {
        font-size: 2.656vw;
        margin-top: 0.938vw;
    }
}
@media (max-width: 750px) {
    .section-kv .btn-wrap {
        bottom: 5vw;
        right: 0; left: 0;
    }
    .section-kv .kv_pd {
        position: absolute;
        top: 0;
    }
    .kv_num {
        bottom: 25vw;
        left: 47.5vw;
        padding: 2vw 0;
    }
    .kv_num .num_item {
        margin-bottom: 2vw;
    }
    .kv_num .num_item .num {
        font-size: 4.5vw;
    }
    .kv_num .num_item .num .larger {
        font-size: 8.5vw;
    }
    .kv_num .num_item .num_text {
        margin-top: 0.8vw;
        font-size: 2.1vw;
    }

    .kv_title2 {
        top: 95.5vw;
        left: 3vw;
        text-align: center;
    }
    .kv_title2 .MillerDisplay {
        font-size: 2.8vw;
        line-height: 1.2;
    }
    .kv_title2 .kv_tag {
        font-size: 2.8vw;
        margin-top: 0.4vw;
    }
    .kv_title2 h2 {
        font-size: 3.7vw;
        margin-top: 0;
    }
    .kv_title2 h3 {
        font-weight: bold;
        font-size: 2.75vw;
        margin-top: 2.8vw;
    }
    .kv_title2 h3 span {
        font-size: 3.4vw !important;
    }
}

.nav_wrap {
    text-align: center;
    padding: 12px 0;
}
.nav_wrap a {
	padding: 0 32px;
	border-right: 1px solid #000;
	color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    transition: all .3s;
}
.nav_wrap a:hover {
	color: #c36678;
    transition: all .3s;
}
.nav_wrap a:last-child {
	border: 0;
}

@media (max-width: 1280px) {
    .nav_wrap {
        padding: 0.938vw 0;
    }
    .nav_wrap a {
        padding: 0 2.5vw;
        font-size: 1.719vw;
    }
}
@media (max-width: 750px) {
    .nav_wrap {
        padding: 5.3vw 0;
    }
    .nav_wrap a {
        padding: 0 4.2vw;
        font-size: 3.66vw;
    }
}

/* sec_02 */
.sec_02 .section-title {
    top: 52px;
}
.sec_02 .sp_wrap {
    position: absolute;
    top: 140px; left: 0; right: 0;
    margin: 0 auto;
    font-size: 22px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.sec_02 .sp {
    padding: 8px 20px;
    background: url("../images/sp_bg1.png") no-repeat left center, url("../images/sp_bg2.png") no-repeat right center;
    background-size: contain, contain;
    letter-spacing: .1em;
}
.sec_02 .sp span {
    display: block;
    background: #c36678;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 8px;
}
.sec_02 .arrow_wrap {
    position: absolute;
    top: 684px; left: 0; right: 0;
}
.sec_02 .arrow_wrap img {
    display: block;
    width: 50px;
    margin: 32px auto 0;
    animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {transform: translateY(0);}
    50% {transform: translateY(-10px);}
    100% {transform: translateY(0);}
}
@media (max-width: 1280px) {
    .sec_02 .section-title {
        top: 4.063vw;
    }
    .sec_02 .sp_wrap {
        top: 10.938vw;
        font-size: 1.719vw;
        gap: 3.125vw;
    }
    .sec_02 .sp {
        padding: 0.625vw 1.563vw;
    }
    .sec_02 .sp span {
        padding: 0.391vw 0.781vw;
        margin-bottom: 0.625vw;
    }
    .sec_02 .arrow_wrap {
        top: 53.438vw;
    }
    .sec_02 .arrow_wrap img {
        width: 3.906vw;
        margin: 2.5vw auto 0;
    }
}
@media (max-width: 750px) {
    .sec_02 .section-title {
        top: 7vw;
    }
    .sec_02 .sp_wrap {
        top: 23.8vw;
        font-size: 4vw;
        gap: 2vw;
    }
    .sec_02 .sp {
        padding: 0.625vw 1.563vw;
    }
    .sec_02 .sp span {
        padding: 0.391vw 0.781vw;
        margin-bottom: 0.625vw;
    }
    .sec_02 .arrow_wrap {
        top: 104vw;
    }
    .sec_02 .arrow_wrap img {
        width: 7vw;
        margin: 8vw auto 0;
    }
}

/* sec_03 */
.sec_03 .spec_01 {
    top: 225px; left:835px;
    font-weight: bold;
}
.sec_03 .spec_top {
    font-size: 26px;
}
.sec_03 .spec_top .MillerDisplay {
    font-size: 32px;
}
.sec_03 .spec_top .uni {
    font-size: 18px;
    color: #fff;
    background: #c36678;
    padding: 0 6px;
    margin-right: 4px;
    border-radius: 4px;
}
.sec_03 .spec_01 .spec_bottom {
    display: flex;
    margin-top: 18px;
}
.sec_03 .spec_01 .spec_bottom .tag {
    height: fit-content;
    width: 24px;
    font-size: 18px;
    color: #fff;
    background: #c36678;
    padding: 8px 8px 8px 4px;
    border-radius: 4px;
    margin-right: 8px;
}
.sec_03 .spec_01 .spec_bottom .spec_detail {
    font-size: 22px;
    line-height: 1.16;
}
.sec_03 .spec_02 {
    top: 465px; left:245px;
    font-weight: bold;
}
.sec_03 .spec_02 .spec_bottom {
    font-size: 26px;
    margin-top: 12px;
}
.sec_03 .spec_02 .spec_bottom .MillerDisplay {
    font-size: 32px;
}
.sec_03 .btn-wrap {
    position: absolute;
    top: 896px; left: 0; right: 0;
    display: flex;
    justify-content: center;
}
@media (max-width: 1280px) {
    .sec_03 .spec_01 {
        top: 17.5vw; left:64.2vw;
    }
    .sec_03 .spec_top {
        font-size: 2vw;
    }
    .sec_03 .spec_top .MillerDisplay {
        font-size: 2.5vw;
    }
    .sec_03 .spec_top .uni {
        font-size: 1.4vw;
        padding: 0 0.4vw;
        margin-right: 0.3vw;
        border-radius: 0.3vw;
    }
    .sec_03 .spec_01 .spec_bottom {
        margin-top: 1.4vw;
    }
    .sec_03 .spec_01 .spec_bottom .tag {
        width: 1.875vw;
        font-size: 1.4vw;
        padding: 0.6vw 0.6vw 0.6vw 0.3vw;
        border-radius: 0.3vw;
        margin-right: 0.6vw;
    }
    .sec_03 .spec_01 .spec_bottom .spec_detail {
        font-size: 1.7vw;
    }
    .sec_03 .spec_02 {
        top: 35.8vw; left:19.1vw;
    }
    .sec_03 .spec_02 .spec_bottom {
        font-size: 2vw;
        margin-top: 0.9vw;
    }
    .sec_03 .spec_02 .spec_bottom .MillerDisplay {
        font-size: 2.5vw;
    }
    .sec_03 .btn-wrap {
        top: 70vw; left: 0; right: 0;
    }
}
@media (max-width: 750px) {
    .sec_03 .spec_01 {
        top: 34vw; left:9.5vw;
    }
    .sec_03 .spec_top {
        font-size: 4.3vw;
    }
    .sec_03 .spec_top .MillerDisplay {
        font-size: 5.3vw;
    }
    .sec_03 .spec_top .uni {
        font-size: 3vw;
        padding: 0 0.4vw;
        margin-right: 0.3vw;
        border-radius: 0.3vw;
    }
    .sec_03 .spec_01 .spec_bottom {
        margin-top: 2.4vw;
    }
    .sec_03 .spec_01 .spec_bottom .tag {
        width: 4vw;
        font-size: 3vw;
        padding: 0.6vw 0.6vw 0.6vw 0.3vw;
        border-radius: 0.3vw;
        margin-right: 0.6vw;
    }
    .sec_03 .spec_01 .spec_bottom .spec_detail {
        font-size: 3.6vw;
    }
    .sec_03 .spec_02 {
        top: 103.5vw; left:9.5vw;
    }
    .sec_03 .spec_02 .spec_bottom {
        font-size: 4.3vw;
        margin-top: 2.4vw;
    }
    .sec_03 .spec_02 .spec_bottom .MillerDisplay {
        font-size: 5.3vw;
    }
    .sec_03 .btn-wrap {
        top: 121vw; left: 0; right: 0;
    }
}


/* sec_04 */
.sec_04 .section-title {
    top: 96px;
}
.sec_04 .color_wrap {
    position: absolute;
    top: 272px; left: 582px;
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 496px;
}
.sec_04 .color_wrap .color_item {
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.sec_04 .color_wrap .color_item .MillerDisplay {
    padding: 38px 0;
    margin-bottom: 10px;
    color: #8a563e;
    font-size: 26px;
}
.sec_04 .color_wrap .color_item.n10 .MillerDisplay{
    background: #fae3d4;
}
.sec_04 .color_wrap .color_item.w10 .MillerDisplay{
    background: #f7dccc;
}
.sec_04 .color_wrap .color_item.w20 .MillerDisplay{
    background: #f2d1be;
}
.sec_04 .btn-wrap {
    position: absolute;
    top: 798px; left: 745px; right: 0;
    display: flex;
    justify-content: center;
    width: fit-content;
}
@media (max-width: 1280px) {
    .sec_04 .section-title {
        top: 7.5vw;
    }
    .sec_04 .color_wrap {
        /* position: absolute; */
        top: 21.25vw; left: 45.4vw;
        /* display: flex; */
        /* justify-content: center; */
        gap: 0.6vw;
        width: 38.75vw;
    }
    .sec_04 .color_wrap .color_item {
        /* width: 100%; */
        /* text-align: center; */
        font-size: 1.4vw;
    }
    .sec_04 .color_wrap .color_item .MillerDisplay {
        padding: 2.9vw 0;
        margin-bottom: 0.8vw;
        /* color: #8a563e; */
        font-size: 2vw;
    }
    /* .sec_04 .color_wrap .color_item.n10 .MillerDisplay{
        background: #fae3d4;
    }
    .sec_04 .color_wrap .color_item.w10 .MillerDisplay{
        background: #f7dccc;
    }
    .sec_04 .color_wrap .color_item.w20 .MillerDisplay{
        background: #f2d1be;
    } */
    .sec_04 .btn-wrap {
        /* position: absolute; */
        top: 62.3vw; left: 58.2vw; right: 0;
        /* display: flex;
        justify-content: center;
        width: fit-content; */
    }
}
@media (max-width: 750px) {
    .sec_04 .section-title {
        top: 8.5vw;
    }
    .sec_04 .color_wrap {
        top: 188vw; left: 13vw;
        gap: 0.5vw;
        width: 73.5vw;
    }
    .sec_04 .color_wrap .color_item {
        font-size: 3vw;
    }
    .sec_04 .color_wrap .color_item .MillerDisplay {
        padding: 8vw 0;
        margin-bottom: 2vw;
        font-size: 4.3vw;
    }
    .sec_04 .btn-wrap {
        top: 220vw; left: 0; right: 0;
        margin: 0 auto;
    }
}

/* sec_05 */
.sec_05 .pack_tt {
    background: #c36678;
    color: #fff;
    width: fit-content;
    font-size: 26px;
    font-weight: bold;
    padding: 3px 6px;
    margin-bottom: 2px;
}
.sec_05 .pack_tt, .sec_05 p {
    letter-spacing: 0.1em;
}
.sec_05 p {
    font-size: 22px;
    margin-top: 8px;
}
.sec_05 .pack_01 {
    top: 466px; left: 705px;
}
.sec_05 .pack_02 {
    top: 588px; left: 705px;
}
@media (max-width: 1280px) {
    .sec_05 .pack_tt {
        /* background: #c36678;
        color: #fff;
        width: fit-content; */
        font-size: 2vw;
        /* font-weight: bold; */
        padding: 0.2vw 0.4vw;
        margin-bottom: 2px;
    }
    /* .sec_05 .pack_tt, .sec_05 p {
        letter-spacing: 0.1em;
    } */
    .sec_05 p {
        font-size: 1.7vw;
        margin-top: 0.6vw;
    }
    .sec_05 .pack_01 {
        top: 36.4vw; left: 54.7vw;
    }
    .sec_05 .pack_02 {
        top: 45.5vw; left: 54.7vw;
    }
}
@media (max-width: 750px) {
    .sec_05 .section-title {
        top: 14vw;
    }
    .sec_05 .pack_tt {
        font-size: 4.3vw;
        padding: 0.4vw;
        margin-bottom: 2px;
    }
    .sec_05 p {
        font-size: 3.6vw;
        line-height: 1.2;
        margin-top: 3vw;
    }
    .sec_05 .pack_01 {
        top: 174.5vw; left: 7.6vw;
    }
    .sec_05 .pack_02 {
        top: 98vw; left: 59vw;
    }
}

/* sec_06 */
.sec_06 .btn{
    width: fit-content;
}
.sec_06 .family_pd {
    text-align: center;
}
.sec_06 .pd_name {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.sec_06 .family_pd1 {
    top: 350px;
    left: 290px;
}
.sec_06 .family_pd2 {
    top: 194px;
    left: 472px;
}
.sec_06 .family_pd3 {
    top: 348px;
    left: 696px;
}
.sec_06 .family_pd4 {
    top: 194px;
    left: 848px;
}
@media (max-width: 1280px) {
    .sec_06 .pd_name {
        font-size: 1.7vw;
        margin-bottom: 1.25vw;
    }
    .sec_06 .family_pd1 {
        top: 26.8vw;
        left: 22.4vw;
    }
    .sec_06 .family_pd2 {
        top: 14.9vw;
        left: 36.2vw;
    }
    .sec_06 .family_pd3 {
        top: 27vw;
        left: 53.7vw;
    }
    .sec_06 .family_pd4 {
        top: 14.9vw;
        left: 65.25vw;
    }
}
@media (max-width: 750px) {
    .sec_06 .btn{
        width: fit-content;
        letter-spacing: 0.01rem;
    }
    .sec_06 .section-title {
        top: 13vw;
    }
    .sec_06 .pd_name {
        font-size: 3.6vw;
        margin-bottom: 3.3vw;
    }
    .sec_06 .family_pd1 {
        top: 116vw;
        left: 2vw;
    }
    .sec_06 .family_pd2 {
        top: 118vw;
        left: 26vw;
    }
    .sec_06 .family_pd2 .pd_name {
        margin-bottom: 5.65vw;
    }
    .sec_06 .family_pd3 {
        top: 116vw;
        left: 49.5vw;
    }
    .sec_06 .family_pd4 {
        top: 116vw;
        left: 73vw;
    }
}