
.setup-guide section {
    margin-bottom: 0;
}
section.setup-guide__cover {
    z-index: 3;;
    position: relative;
}
.setup-guide__cover__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    height: calc(100dvh - 118px);
    background: var(--grayScale-01);
    position: relative;
}
.setup-guide__cover__img-box {
    text-align: right;
}
.setup-guide__cover__img-box,
.setup-guide__cover__text-box {
    flex: 0 0 50%;
}
.setup-guide__cover__text-box {
    width: 620px;
    margin-bottom: 120px;
}
.setup-guide__signature {
    color: var(--grayScale-01);
    background: var(--grayScale-15);
    width: fit-content;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
}
.setup-guide__tit{
    color: var(--grayScale-15);
    font-size: 70px;
    font-weight: 900;
    margin-top: 40px;
}

.setup-guide__tit span{
    color: var(--ci-blue);
}
.setup-guide__subject {
    color: var(--grayScale-15);
    font-size: 32px;
    font-weight: 700;
    margin-top: 60px;
}
.setup-guide__cover__scroll-down {
    position: absolute;
    bottom: 16px;
    left: calc(50%);
    transform: translateX(-50%);
}
.setup-guide__cover__scroll-down .svg-arrow {
    animation: topDown 1s linear infinite;
}
.setup-guide__cover__scroll-down .svg-text {
    animation: fadeInOut 1s linear infinite;
}
.setup-guide__parallax {
    width: 100%;
    height: calc(100dvh - 118px);
}
.setup-guide__parallax .bg-wrap{
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.setup-guide__parallax .bg{
    width: 100%;
    height: 100%;
    position: fixed;
    will-change: transform;
    transform: translateZ(0);
    z-index: 1;
    top: 118px;
    left: 0;
    background: no-repeat center/cover;
}
.setup-guide__parallax .bg.bg--076005 {
    background-image: url("../images/bg_setup_guide_parallax_076005.png");
}
.setup-guide__parallax .bg.bg--076001001 {
    background-image: url("../images/bg_setup_guide_parallax_076001001.png");
}
.setup-guide__header--sticky {
    position: sticky;
    top: 117PX;
    z-index: 2001;
}
.setup-guide__header--sticky nav {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.setup-guide__washing-appliances .setup-guide__header--sticky nav {
    background: #2A4873;
}
.setup-guide__tv .setup-guide__header--sticky nav {
    background: #0072FF;
}
.setup-guide__header--sticky nav a {
    display: block;
    width: 590px;
    text-align: center;
    height: 85px;
    line-height: 85px;
    flex: 0 0 auto;
    color: var(--grayScale-01);
    font-size: 30px;
    font-weight: 600;
}
.setup-guide__tab-contents .inner{
    width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 160px 0;
}
#screenSize {
    background: var(--grayScale-03);
}
.setup-guide__dropdown-contents .inner,
#screenSize .inner{
    width: 1280px;
    padding: 160px 0 200px;
}
.setup-guide__distance table {
    width: 100%;
    margin-top: 120px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.setup-guide__distance table th {
    background: #015EE1;
    font-size: 20px;
    color: var(--grayScale-01);
    font-weight: 600;
    height: 60px;
    vertical-align: middle;
    border-right: 1px solid var(--grayScale-06);
}
.distance__contents-wrap {
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: center;
}
.distance__contents-img {
    flex: 0 1 auto;
    width: 500px;
    min-width: 350px;
}
.distance__contents-script {
    flex: 1 0 auto;
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
}
.setup-guide__distance table td {
    font-size: 16px;
    color: var(--grayScale-11);
    height: 60px;
    vertical-align: middle;
    border-left: 1px solid var(--grayScale-06);
    border-bottom: 1px dashed var(--grayScale-06);
    background: var(--grayScale-01);
    text-align: center;
}
.setup-guide__distance table th:last-child{
    border-right: none;
}
.setup-guide__distance table td:first-child {
    border-left: none;
}
.setup-guide__distance table tr:last-child td {
    border-bottom: none;
}
.setup-guide__distance table th span {
    color: var(--grayScale-01);
    font-weight: normal;
}

.setup-guide__distance .source-text {
    color: var(--grayScale-06);
    font-size: 16px;
    margin-top: 12px;
}
.distance__note h3 {
    color: #015EE1;
    font-size: 32px;
    font-weight: 700;
    padding-left: 48px;
    position: relative;
    line-height: 32px;
}
.distance__note h3:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/ico_check_guide_blue.svg") no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
}
.distance__note p {
    color: var(--grayScale-10);
    font-size: 28px;
    margin-top: 32px;
    word-break: keep-all;
}
.setup-guide__tv .setup-guide__tab-contents,
.setup-guide__tv .setup-guide__dropdown-contents {
    background: #000204;
}
.setup-guide__washing-appliances .setup-guide__tab-contents {
    background: #FFF;
}
.setup-guide__dropdown-contents .setup-guide-section__tit {
    position: relative;
}
.setup-guide__dropdown-contents .setup-guide-section__tit:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '+PLUS';
    color: var(--grayScale-01);
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 25px;
    background: #0072FF;
    transform: translate(-80%, -100%);
    z-index: 2;
}
.setup-guide__dropdown-contents .setup-guide-section__tit:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 10px solid transparent;
    border-top: 30px solid #0072FF;
    transform: translate(-120%, -40%) rotate(-45deg);
    z-index: 1;
}
.dropdown-contents__q-box {
    margin-top: 90px;
    height: 90px;
    border-radius: 45px;
    background: var(--grayScale-01);
    display: flex;
    justify-content: space-between;
    padding: 0 90px;
    position: relative;
    z-index: 2;
}
.dropdown-contents__q-box h3 {
    font-size: 26px;
    line-height: 90px;
    font-weight: 600;
    color: var(--grayScale-15);
}
.dropdown-contents__drop-icon {
    width: 90px;
    height: 90px;
    position: relative;
}
.dropdown-contents__drop-icon:before,
.dropdown-contents__drop-icon:after{
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: var(--grayScale-15);
    position: absolute;
    top: 44px;
    left: 35px;
}
.dropdown-contents__drop-icon:after {
    transform: rotate(90deg);
}
.dropdown-contents__dropbox {
    padding: 0 110px;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    background: #000E22;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    transform: translateY(-45px);
    display: flex;
    max-height: 0;
    overflow: hidden;
    transition: var(--ani);
}
.dropdown-contents__dropbox.active {
    padding: 117px 110px 72px;
    max-height: 600px;
    overflow: visible;
}
.dropdown-contents__a-box h3{
    font-size: 26px;
    line-height: 2;
    color: var(--grayScale-01);
    font-weight: 500;
}
.dropdown-contents__a-box p{
    font-size: 24px;
    line-height: 2;
    color: var(--grayScale-01);
}
.dropdown-contents__script {
    margin-top: 160px;
}
.dropdown-contents__script h3 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: var(--grayScale-01);
}
.dropdown-contents__script p {
    font-size: 26px;
    line-height: 2;
    color: var(--grayScale-01);
    text-align: center;
    margin-top: 60px;
}
.dropdown-contents__img-box {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.setup-guide-section__tit {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
}
.setup-guide__washing-appliances .setup-guide-section__tit {
    color: var(--grayScale-15);
}
.setup-guide__washing-appliances .setup-guide-section__tit span {
    display: inline-block;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    border-radius: 30px;
    color: var(--grayScale-01);
    margin-top: 6px;
    background: #2A4873;
}
.setup-guide__tv .setup-guide-section__tit {
    color: var(--grayScale-01);
    width: fit-content;
    margin: 0 auto
}
#screenSize .setup-guide-section__tit {
    color: var(--grayScale-15);
}
.setup-guide__tv .setup-guide-section__tit span {
    color: #0072FF;
}
.tap-contents__tap-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tap-contents__tap {
    width: 160px;
    height: 68px;
}
.tap-contents__tap a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 68px;
    text-align: center;
    border-radius: 8px;
    color: var(--grayScale-05);
    border: 2px solid var(--grayScale-05);
    font-size: 25px;
    font-weight: 700;
}
.setup-guide__washing-appliances .tap-contents__tap a.active {
    border-color: #2A4873;
    color: #2A4873;
}
.setup-guide__tv .tap-contents__tap a.active {
    border-color: #0072FF;
    color: #0072FF;
}

.tap-contents {
    display: none;
    animation: fadeInUp 0.8s ease-out;
}
.tap-contents.active {
    display: block;
}
#all.tap-contents.active {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.tap-contents__script--tv p {
    text-align: center;
    color: var(--grayScale-01);
    font-size: 32px;
}
.tap-contents--tv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
}
.tap-contents__img--tv {
    display: flex;
    justify-content: space-between;
}
.setup-guide__tap-contents__contents-summary {
    flex: 0 1 auto;
}
.tap-contents__img--washing-appliances {
    flex: 0 0 auto;
}
.setup-guide__tap-contents__contents-text {
    margin-top: 32px;
    text-align: center;
}

.setup-guide__tap-contents__contents-text h3 {
    color: var(--grayScale-15);
    font-size: 24px;
    font-weight: 900;
}
.setup-guide__tap-contents__contents-text p {
    color: var(--grayScale-15);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}
.tap-contents--washing-appliances {
    display: flex;
    gap: 180px;
}
.tap-contents__script--washing-appliances h2{
    font-size: 34px;
    color: var(--grayScale-15);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 80px;
}
.tap-contents__script--washing-appliances p {
    color: #2A4873;
    font-size: 20px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}
.tap-contents__script--washing-appliances p span {
    color: #2A4873;
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
    margin-right: 12px;
}
.tap-contents__script--washing-appliances ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.tap-contents__script--washing-appliances ul li {
    position: relative;
    padding-left: 50px;
    font-size: 24px;
    line-height: 26px;
}
.tap-contents__script--washing-appliances ul li:before{
    content:'';
    background : url('../images/ico_setup_guide_list_type_check.svg') no-repeat center/cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
#setupChecklist {
    background: var(--grayScale-03);
    padding: 200px 0;
}
.check-contents__contents-wrap {
    width: 100%;
    margin-top: 160px;
}
.check-contents__contents-text {
    width: 1280px;
    margin: 0 auto;
}
.check-contents__contents-text h3 {
    color: var(--grayScale-15);
    font-size: 40px;
    font-weight: 900;
}
.check-contents__contents-text ul{
    margin-top: 20px;
}
.check-contents__contents-text ul li {
    color: var(--grayScale-15);
    font-size: 30px;
    font-weight: 300;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 52px;
}
.check-contents__contents-img__box {
    width: 1280px;
    margin: 60px auto 0;
    text-align: center;
    border-radius: 40px;
    border: 1px solid var(--grayScale-05);
    overflow: hidden;
}
.check-contents__contents-img__box h3 {
    width: 100%;
    padding: 20px 0;
    font-size: 24px;
    color: var(--grayScale-15);
    font-weight: 700;
    border-bottom: 1px solid var(--grayScale-05);
    background: var(--grayScale-04);
}
.check-contents__contents-img {
    background: var(--grayScale-01);
    display: block;
}
.check-contents__contents__notice {
    text-align: center;
    color: var(--grayScale-09);
    font-size: 24px;
    margin-top: 24px;
}
.check-contents__contents-wrap .swiper-button-prev,
.check-contents__contents-wrap .swiper-button-next {
    top: auto!important;
    bottom: 50dvh;
    transform: translateY(-50%);
    width: fit-content;
    height: fit-content;
}
.check-contents__contents-wrap .swiper-button-prev {
    left: 5%;
}
.check-contents__contents-wrap .swiper-button-next {
    right: 5%;
}
.check-contents__contents-wrap .swiper-button-next:after,
.check-contents__contents-wrap .swiper-button-prev:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
}
.check-contents__contents-wrap .swiper-button-next:after {
    background: url("../images/ico_btn_next_gry.svg") no-repeat center/cover;
}
.check-contents__contents-wrap .swiper-button-prev:after {
    background: url("../images/ico_btn_prev_gry.svg") no-repeat center/cover;
}
.setup-guide__not-possible .inner {
    width: 1280px;
    padding: 160px 0;
}
.check-contents__wrap {
    margin-bottom: 120px;
}
.setup-guide__not-possible .check-contents__contents-text,
.setup-guide__not-possible .check-contents__contents-img__box{
    width: 100%;
}
.setup-guide__not-possible .check-contents__contents-text h3 {
    font-size: 35px;
    color: var(--grayScale-09);
}
.setup-guide__not-possible .check-contents__contents-text h3 span {
    display: block;
    color: var(--grayScale-09);
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}
.setup-guide__not-possible .check-contents__contents-text ul li {
    font-size: 20px;
    color: var(--grayScale-09);
}
.setup-guide__not-possible .check-contents__contents-img {
    display: flex;
    gap: 120px;
    justify-content: center;
    padding: 60px 0 32px;
}
.check-contents__not-possible-box {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}
.check-contents__not-possible-box img{
    width: 130px;
}
.check-contents__not-possible-box p {
    font-size: 26px;
    font-weight: 900;
    color: var(--grayScale-15);
    word-break: keep-all;
}
.setup-guide__not-possible .check-contents__contents__notice {
    font-size: 20px;
    color: var(--grayScale-06);
    text-align: left;
    margin-bottom: 32px;
}
.setup-guide__direct-btn {
    text-align: center;
    display: block;
    width: 440px;
    height: 74px;
    line-height: 74px;
    background: var(--grayScale-15);
    color: var(--grayScale-01);
    font-size: 24px;
    font-weight: 900;
    margin: 0 auto;
    border-radius: 37px;
}

.setup-guide__recommend {
    background: var(--grayScale-03);
    padding: 160px 0;
}
.setup-guide__tv .setup-guide__recommend {
    background: var(--grayScale-01);
}
.setup-guide__tv .setup-guide__direct-btn {
    margin-bottom: 160px;
}
.setup-guide__recommend .recommend-prd-list {
    margin-top: 40px;
}
.setup-guide__recommend .prd__thumb--recommend {
    width: 100%;
    height: 395px;
    position: relative;
    background: var(--grayScale-01);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
}
.setup-guide__recommend .prd__thumb--recommend:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #002851;
    opacity: .03;
}
aside {
    position: fixed;
    top:118px;
    right: -280px;
    width: 280px;
    height: calc(100vh - 118px);
    z-index: 2002;
    background: var(--grayScale-01);
    transition: var(--ani);
}
aside.active {
    right: 0;
}
.setup-guide__list-btn {
    width: 60px;
    height: 60px;
    border: 1px solid var(--grayScale-05);
    border-right: none;
    border-radius: 12px 0 0 12px;
    background: var(--grayScale-01);
    position: absolute;
    left:-60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.setup-guide__list-btn img {
    width: 60px;
    transition: var(--ani);
}
.setup-guide__list-btn.active img {
    transform: rotate(180deg);
}
.setup-guide__list {
    padding: 40px 28px 40px 40px;
    border: 1px solid var(--grayScale-05);
    border-right: none;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    overflow-y: auto;
    mask-image: linear-gradient(to top, transparent, black),
    linear-gradient(to left, transparent 17px, black 17px);
    mask-size: 100% 20000px;
    mask-position: left bottom;
    -webkit-mask-size: 100% 20000px;
    -webkit-mask-position: left bottom;
    transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
.setup-guide__list::-webkit-scrollbar {
    width: 12px;
    border: 4px solid var(--grayScale-01);
}
.setup-guide__list::-webkit-scrollbar-thumb {
    background: var(--grayScale-05);
    border: 4px solid var(--grayScale-01);
    border-radius: 100px;
    cursor: pointer;
}
.setup-guide__list:hover  {
    -webkit-mask-position: left top;
}
.setup-guide__list::-webkit-scrollbar-thumb:hover {
    border: 2px solid var(--grayScale-01);
    background: var(--grayScale-07);
}
.setup-guide__list-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.setup-guide__list-thumbnail {
    border-radius: 12px;
    overflow: hidden;
}
.setup-guide__list-tit {
    font-size: 16px;
    font-weight: 700;
    color: var(--grayScale-15);
    text-align: center;
}
#screenSize .setup-guide-section__tit h2{
    color: var(--grayScale-15);
    font-size: 48px;
    line-height: 58px;
}
#screenSize .setup-guide-section__tit small {
    font-size: 26px;
    font-weight: normal;
    color: var(--grayScale-15);
    line-height: 58px;
}
.setup-guide__distance-equation {
    font-size: 26px;
    color: var(--grayScale-09);
    font-weight: normal;
    margin-top: 40px;
    text-align: center;
}

/*swiper*/

.recommend-prd-list.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}