.btn {
    background-color: #ec001a;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
}

.btn strong {
    color: #fff600;
}

section > .inner {
    min-width: 1200px;
    max-width: 1200px;
    width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
}

.br-mobile {
    display: none;
}
/* * header */
header {
    position: fixed;
    width: 100%;
    height: 88px;
    border-bottom: 1px solid #e3001a;
    /* background-color: rgba(255, 255, 255, 0.7); */
    background-color: #fff;
    z-index: 2100;
    top: 0;
    left: 0;
}

header > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 100%;
    min-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
}

header .inner .logo {
    display: block;
    width: 122px;
}

header .menu li {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.055em;
    color: #333333;
    margin-right: 50px;
    line-height: 88px;
    position: relative;
    cursor: pointer;
}

header .menu li.is-active {
    font-weight: bold;
    color: #e50c23;
}

header .menu li.is-active::after {
    content: '';
    clear: both;
    width: 100%;
    height: 4px;
    background-color: #e3001a;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* * end header */
/* * 펫 모드 체인지 모듈 */
.content .drag-wrap.pet_change {
    display: none;
    width: 270px;
    height: 52px;
    border-radius: 26px;
    background-color: #ec001a;
    /* position: absolute;
    top: 185px;
    left: 50%;
    transform: translateX(-50%); */
    margin: 0 auto;
    padding: 5px;
    z-index: 1;
}

.content .drag-wrap.pet_change .drag-area {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 26px;
    overflow-x: hidden;
}

.content .drag-wrap.pet_change .drag-area .text-block {
    width: 100%;
    height: 100%;
    display: flex;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}

.content .drag-wrap.pet_change .drag-area .text-block p {
    width: 50%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    z-index: 2000;
    pointer-events: none;
    font-family: 'Noto Sans Korean', dotum, '돋움', sans-serif;
}

.content .drag-wrap.pet_change .drag-area .text-block p.is-active {
    color: #ec001a;
}

.content .drag-wrap.pet_change #petChangeKnob {
    width: 170px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    border-radius: 20px;
    left: -40px;
    top: 0;
    z-index: 1;
}

.content .drag-wrap.pet_change .line {
    width: 100%;
    height: 100%;
    display: flex;
}

.content .drag-wrap.pet_change .line-sec {
    width: 50%;
    height: 100%;
    cursor: pointer;
}
/* * end 펫 모드 체인지 모듈 */
/* * 메인 키비주얼 */
/* .content._main .sect-kv {
    width: 100%;
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
} */
/* * end 메인 키비주얼 */
/* * 메인 제품 */
.content._main .sect-product {
    width: 100%;
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* * end 메인 제품 */
/* * 특가구매 fixed 버튼 */
.content._main .aside-fixed {
    width: 100%;
    height: 96px;
    position: sticky;
    /* top: calc(100% - 96px); */
    bottom: 0;
    z-index: 2100;
}

.content._main .aside-fixed .btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content._main .aside-fixed .btn p::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 23px;
    background: url(../assets/arrow_right_white.png) center / 13px auto no-repeat;
    margin-left: 15px;
}

.content._main .aside-fixed .btn p::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 50px;
    background: url(../assets/icon_percent.png) center / 48px auto no-repeat;
    margin-right: 16px;
    vertical-align: middle;
}

.content._main .aside-fixed .btn._live p::before {
    content: '';
    display: inline-block;
    width: 72px;
    height: 47px;
    background: url(../assets/icon_naver_live.png) center / 72px auto no-repeat;
    margin-right: 20px;
    vertical-align: middle;
}
/* * end 특가구매 fixed 버튼 */
/* * 메인 리뷰 */
.content._main .sect-review {
    width: 100%;
    padding-top: 56px;
    background-color: #f2f2f2;
}

.content._main .sect-review > .inner {
    width: 100%;
    padding: 0;
}

.content._main .sect-review .efficacy-block {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.content._main .sect-review .efficacy-block ul {
    display: flex;
    justify-content: space-between;
}

.content._main .sect-review .efficacy-block li {
    width: 150px;
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
}

.content._main .sect-review .efficacy-block li .circle {
    width: 150px;
    height: 150px;
    border: solid 2px rgba(13, 115, 181, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 7px;
}

.content._main .sect-review .efficacy-block li .inner-circle {
    background-color: #fff;
    border: 2px solid #0077c4;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

#container._dog .content._main .sect-review .efficacy-block li:nth-child(1) .inner-circle {
    background-image: url(../assets/review_icon_01.png);
    background-position: center 50%;
    background-size: auto 58px;
}

#container._dog .content._main .sect-review .efficacy-block li:nth-child(2) .inner-circle {
    background-image: url(../assets/review_icon_02.png);
    background-position: center;
    background-size: auto 74px;
}

#container._dog .content._main .sect-review .efficacy-block li:nth-child(3) .inner-circle {
    background-image: url(../assets/review_icon_03.png);
    background-position: center;
    background-size: auto 73px;
}

#container._cat .content._main .sect-review .efficacy-block li:nth-child(1) .inner-circle {
    background-image: url(../assets/review_icon_04.png);
    background-position: center 44%;
    background-size: auto 56px;
}

#container._cat .content._main .sect-review .efficacy-block li:nth-child(2) .inner-circle {
    background-image: url(../assets/review_icon_02.png);
    background-position: center;
    background-size: auto 74px;
}

#container._cat .content._main .sect-review .efficacy-block li:nth-child(3) .inner-circle {
    background-image: url(../assets/review_icon_03.png);
    background-position: center;
    background-size: auto 73px;
}

.content._main .sect-review .efficacy-block li > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
    margin-top: 24px;
}

.content._main .sect-review .review-slide-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.content._main .sect-review .review-swiper {
    padding: 44px 50px 83px;
    max-width: 0 auto;
}

.content._main .sect-review .review-slide {
    width: 354px;
    height: 158px;
    padding: 13px 24px 13px 13px;
    border-radius: 22px;
    box-shadow: 11.9px 12.8px 12px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    display: flex;
    margin-right: 20px;
}

.content._main .sect-review .review-slide:last-child {
    margin-right: 0;
}

.content._main .sect-review .review-slide .img-block {
    width: 132px;
    height: 132px;
    background-color: darkgray;
    border-radius: 9px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#container._dog .content._main .sect-review .review-slide:nth-child(1) .img-block {
    background-image: url(../assets/dog_review_pet_01.png);
}
#container._dog .content._main .sect-review .review-slide:nth-child(2) .img-block {
    background-image: url(../assets/dog_review_pet_02.png);
}
#container._dog .content._main .sect-review .review-slide:nth-child(3) .img-block {
    background-image: url(../assets/dog_review_pet_03.png);
}

#container._cat .content._main .sect-review .review-slide:nth-child(1) .img-block {
    background-image: url(../assets/cat_review_pet_01.png);
}
#container._cat .content._main .sect-review .review-slide:nth-child(2) .img-block {
    background-image: url(../assets/cat_review_pet_02.png);
}
#container._cat .content._main .sect-review .review-slide:nth-child(3) .img-block {
    background-image: url(../assets/cat_review_pet_03.png);
}

.content._main .sect-review .review-slide .text-block {
    padding: 6px 0 0 20px;
    color: #333;
}

.content._main .sect-review .review-slide .text-block .hashtag {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 2.5px 4px;
    border-radius: 2px;
    background-color: #0077c4;
    display: inline-block;
    margin-bottom: 6px;
}

.content._main .sect-review .review-slide .text-block h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
}

.content._main .sect-review .review-slide .text-block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.38;
}

.content._main .sect-review .review-pagination {
    bottom: 27px;
    font-size: 0;
}

.content._main .sect-review .review-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: #0077c4;
    margin: 0 3.5px;
    opacity: 1;
}

.content._main .sect-review .review-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #0077c4;
    background-color: #fff;
}
/* * end 메인 리뷰 */
/* * 메인 이커머스 */
.content._main .sect-ecom > .inner {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.content._main .sect-ecom > .inner:first-child {
    background-color: #0077c4;
}
.content._main .sect-ecom > .inner:last-child {
    background-color: #f2f2f2;
}

.content._main .sect-ecom .ecom-block {
    width: 1100px;
    min-width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
}

.content._main .sect-ecom .ecom-block._sale {
    padding: 56px 0 60px;
    background-color: #0077c4;
    color: #fff600;
    text-align: center;
}

.content._main .sect-ecom .ecom-block._sale > img {
    width: 100%;
}

.content._main .sect-ecom .ecom-block._sale .btn-wrap {
    margin-top: 40px;
}

.content._main .sect-ecom .ecom-block._sale .btn {
    padding: 20px 0;
    border-radius: 40px;
    width: 412px;
    margin: 0 auto;
}

.content._main .sect-ecom .ecom-block._sale .btn p::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 23px;
    background: url(../assets/arrow_right_white.png) center / 13px auto no-repeat;
    margin-left: 15px;
}

.content._main .sect-ecom .ecom-block._free {
    width: 100%;
    background-color: #f2f2f2;
}

.content._main .sect-ecom .ecom-block._free > a {
    display: block;
    background-color: #f2f2f2;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    height: 190px;
}

#container._dog .content._main .sect-ecom .ecom-block._free > a {
    background-image: url(../assets/dog_free_line_banner.png);
}
#container._cat .content._main .sect-ecom .ecom-block._free > a {
    background-image: url(../assets/cat_free_line_banner.png);
}
/* * end 메인 이커머스 */
/* * 이커머스 배너 */
.banner._ecom {
    width: 100%;
    background-image: url(../assets/sale_line_banner_bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 2;
}

.banner._ecom._live {
    background-image: none;
    background-color: #ec001a;
}

.banner._ecom._live::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #c90016;
    pointer-events: none;
}

.banner._ecom a {
    width: 100%;
    height: 100%;
}

.banner._ecom img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
/* * end 이커머스 배너 */
/* * 메인 아티클 */
.content._main .sect-article {
    text-align: center;
    /* padding: 106px 0 156px; */
    padding: 106px 0;
}

.content._main .sect-article > .title-block {
    margin-bottom: 28px;
}

.content._main .sect-article h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.38;
    color: #333;
}

.content._main .sect-article h2 strong {
    font-size: 44px;
    font-weight: bold;
    color: #ec001a;
}

.content._main .sect-article .article-wrap {
    position: relative;
    width: 100%;
}

.content._main .sect-article .article-wrap > .inner {
    position: relative;
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    padding: 0 0 0 50px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.content._main .sect-article .article-wrap::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    content: '';
    display: block;
    height: 218px;
    background-color: #f0f0f0;
    left: 0;
    bottom: 0;
}

.content._main .sect-article .article-wrap .pet-image {
    position: relative;
}

.content._main .sect-article .article-wrap .pet-image .article-model {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.content._main .sect-article .article-wrap .pet-image .article-model._dog {
    right: -18px;
    bottom: -12px;
}

.content._main .sect-article .article-wrap .pet-image .article-model._cat {
    right: -20px;
    bottom: 12px;
}

.content._main .sect-article .article-wrap .pet-image {
    width: 28%;
}

.content._main .sect-article .article-wrap .pet-image .article-model {
    opacity: 0;
    visibility: hidden;
}

.content._main .sect-article .article-wrap .pet-image .article-model:nth-child(1) {
    opacity: 1;
    visibility: visible;
}

.content._main .sect-article .article-wrap .article-swiper {
    padding: 50px 50px 60px 0;
}

.content._main .sect-article .article-wrap .article-slide {
    width: 253px;
    height: 285px;
    box-shadow: 5.1px 5.5px 12px 0 rgba(0, 0, 0, 0.22);
    border-radius: 22px;
    color: #fff;
    margin-right: 18px;
}

.content._main .sect-article .article-wrap .article-slide:last-child {
    margin-right: 0;
}

.content._main .sect-article .article-wrap .article-slide > a {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.content._main .sect-article .article-wrap .article-slide.swiper-slide-prev {
    /* opacity: 0; */
    transition: 0.1s;
    box-shadow: none;
}

.content._main .sect-article .article-wrap .article-slide .title-block {
    padding: 34px 0 32px;
}

.content._main .sect-article .article-wrap .article-slide .title-block > h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #fff;
}

.content._main .sect-article .article-wrap .article-slide .icon-block {
    width: 100%;
    height: 100%;
    position: relative;
}

.content._main .sect-article .article-wrap .article-slide .icon-block::after {
    position: absolute;
    content: '';
    width: 22px;
    height: 44px;
    background: url(../assets/arrow_right_white_thin.png) center / 22px auto no-repeat;
    right: 30px;
    bottom: calc(50% - 8px);
}

.content._main .sect-article .article-wrap .article-slide .icon-block img {
    margin: 0;
}

.content._main .sect-article .article-wrap .article-slide .icon-block .virus {
    height: 85px;
}
.content._main .sect-article .article-wrap .article-slide .icon-block .scale {
    height: 63px;
    margin-top: 6px;
}
.content._main .sect-article .article-wrap .article-slide .icon-block .feed {
    height: 60px;
}

#container._dog .content._main .sect-article .article-wrap .article-slide:nth-child(1) {
    background: url(../assets/dog_article_bg_01.png) center / cover no-repeat;
}
#container._dog .content._main .sect-article .article-wrap .article-slide:nth-child(2) {
    background: url(../assets/dog_article_bg_02.png) center / cover no-repeat;
}
#container._dog .content._main .sect-article .article-wrap .article-slide:nth-child(3) {
    background: url(../assets/dog_article_bg_03.png) center / cover no-repeat;
}

#container._cat .content._main .sect-article .article-wrap .article-slide:nth-child(1) {
    background: url(../assets/cat_article_bg_01.png) center / cover no-repeat;
}
#container._cat .content._main .sect-article .article-wrap .article-slide:nth-child(2) {
    background: url(../assets/cat_article_bg_02.png) center / cover no-repeat;
}
#container._cat .content._main .sect-article .article-wrap .article-slide:nth-child(3) {
    background: url(../assets/cat_article_bg_03.png) center / cover no-repeat;
}

.content._main .sect-article .article-pagination {
    font-size: 0;
    bottom: 13px;
    left: -11px;
}

.content._main .sect-article .article-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: #ec001a;
    margin: 0 3.5px;
    opacity: 1;
}

.content._main .sect-article .article-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #ec001a;
    background-color: #fff;
}

.content._main .sect-article .video-wrap {
    width: 100%;
}

.content._main .sect-article .video-wrap > .inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    padding: 80px 50px 0;
    margin: 0 auto;
}

.content._main .sect-article .video-wrap .title-block {
    margin-bottom: 35px;
}

.content._main .sect-article .video-wrap h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333;
}

.content._main .sect-article .video-area {
    width: 100%;
    /* height: 574px; */
    height: 619px;
    background-color: darkgray;
}

.content .drag-block {
    width: 100%;
}

.content .drag-wrap._article {
    width: 100%;
    height: 58px;
    background: linear-gradient(90deg, rgba(236, 139, 0, 1) 10%, rgba(236, 0, 26, 1) 90%);
    padding: 5px;
}

.content .drag-wrap._article .drag-area {
    width: 478px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    border-radius: 18px;
    overflow-x: hidden;
}

.content .drag-wrap._article .drag-area .line {
    width: 100%;
    height: 100%;
    display: flex;
}

.content .drag-wrap._article .drag-area .line-sec {
    width: 33.3333333333%;
    height: 100%;
    cursor: pointer;
}

.content .drag-wrap._article .drag-area .text-block {
    width: 100%;
    height: 100%;
    display: flex;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}

.content .drag-wrap._article .drag-area .text-block p {
    width: 50%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 2000;
    pointer-events: none;
    font-family: 'Noto Sans Korean', dotum, '돋움', sans-serif;
}

.content .drag-wrap._article .drag-area .text-block p.is-active {
    color: #ec001a;
}

.content .drag-wrap._article #articleChangeKnob {
    width: 112px;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
/* * end 메인 아티클 */
/* * 질병 팝업 */

#disease-popup {
    width: 100%;
    max-width: 890px;
}

#disease-popup .popup-close {
    top: -40px;
    right: -8px;
}

#disease-popup > .inner {
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
}
#disease-popup .title-block {
    width: 100%;
    padding: 24px 0 15px;
    background: linear-gradient(90deg, rgba(236, 139, 0, 1) 10%, rgba(236, 0, 26, 1) 90%);
    text-align: center;
}
#disease-popup .title-block h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

#disease-popup .content-block {
    padding: 43px 0 37px;
}

#disease-popup .content-block ul {
    margin-bottom: 46px;
    display: flex;
    flex-flow: wrap;
    padding: 0 50px;
}

#disease-popup .content-block ul li {
    display: flex;
    width: calc(50% - 21px);
    margin-bottom: 34px;
}

#disease-popup .content-block ul li:nth-child(odd) {
    margin-right: 42px;
}

#disease-popup .content-block ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

#disease-popup .content-block ul li .icon-box {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    margin-right: 18px;
}

#disease-popup .content-block ul li .text-box h5 {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

#disease-popup .content-block ul li .text-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.48;
    color: #333;
    padding-left: 11px;
    position: relative;
}

#disease-popup .content-block ul li .text-box p:nth-child(n + 2) {
    margin-top: 4px;
}

#disease-popup .content-block ul li .text-box p:first-child {
    margin-top: 0;
}

#disease-popup .content-block ul li .text-box p::before {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}

#disease-popup .content-block .notice {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    color: #333;
}

#disease-popup .content-block .notice strong {
    color: #ec001a;
}
/* * end 질병 팝업 */
/* * 메인 이컴 팝업 */
#main-ecom-popup {
    width: auto;
}

#main-ecom-popup .popup-close {
    top: -40px;
    right: -8px;
}

#main-ecom-popup > .inner {
    border-radius: 20px 0 20px 20px;
}

#main-ecom-popup .inner > a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 41px 37px 35px;
}

#main-ecom-popup .inner .img-block {
    width: 172px;
}

#main-ecom-popup .inner ._live .img-block {
    width: 211px;
}

#container._dog #main-ecom-popup .inner .img-block {
    margin-right: 28px;
    width: 192px;
}
#container._dog #main-ecom-popup .inner > a {
    padding-right: 0;
    align-items: center;
}
#container._dog #main-ecom-popup .inner .text-block {
    text-align: center;
    padding-top: 0;
}
#container._dog #main-ecom-popup .inner .text-block h3 {
    margin-bottom: 9px;
}
#container._dog #main-ecom-popup .inner .text-block button {
    display: block;
    width: 191px;
    margin: -35px auto 0;
}

#container._cat #main-ecom-popup .inner .img-block {
    padding-right: 20px;
}

#container._cat #main-ecom-popup .inner ._live .img-block {
    padding-right: 1px;
}

#main-ecom-popup .inner .text-block {
    padding-top: 20px;
}

#main-ecom-popup .inner ._live .text-block {
    padding-top: 10px;
}

#main-ecom-popup .inner .text-block h3 {
    font-size: 21px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: -0.05em;
}

#main-ecom-popup .inner ._live .text-block h3 {
    text-align: center;
    margin-bottom: 2px;
}

#main-ecom-popup .inner .text-block h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.35;
    color: #333;
    margin-bottom: 14px;
    letter-spacing: -0.05em;
}

#main-ecom-popup .inner ._live .text-block h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}

#main-ecom-popup .inner .text-block h2 strong {
    font-size: 31px;
    color: #0f73b6;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

#main-ecom-popup .inner .text-block button {
    border-radius: 24px;
    background-color: #ec001a;
    padding: 14px 0;
    width: 245px;
}

#main-ecom-popup .inner ._live .text-block button {
    width: 222px;
}

#main-ecom-popup .inner .text-block button p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: -0.05em;
}

#main-ecom-popup .inner .text-block button p strong {
    color: #ffea00;
}

#main-ecom-popup .inner .text-block button p span {
    font-size: 17px;
}

#main-ecom-popup .inner .text-block button p::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../assets/arrow_right_white.png) center / 9px auto no-repeat;
    margin-left: 10px;
}

/* * end 메인 이컴 팝업 */
/* * 메인 급여량 팝업 */
#amount-popup {
    width: auto;
}

#amount-popup .popup-close {
    right: -8px;
    top: -40px;
}

#amount-popup > .inner {
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
    padding-bottom: 42px;
}

#amount-popup .title-block {
    width: 100%;
    padding: 24px 0 20px;
    background: linear-gradient(90deg, rgba(236, 139, 0, 1) 10%, rgba(236, 0, 26, 1) 90%);
    text-align: center;
}
#amount-popup .title-block h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

#amount-popup .text-box {
    padding: 42px 42px 32px;
    text-align: center;
}

#amount-popup .text-box > h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#amount-popup .text-box > p {
    font-size: 18px;
}

#amount-popup .tab-menu {
    width: 168px;
    height: 32px;
    border-radius: 16px;
    background-color: #ec001a;
    margin: 0 auto 14px;
    padding: 3px;
    display: flex;
}

#amount-popup .tab-menu > li {
    width: 33.33333333%;
    height: 100%;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

#amount-popup .tab-menu > li.is-active {
    background-color: #fff;
    color: #ec001a;
    font-weight: bold;
}

#amount-popup .table-box {
    padding: 0 42px;
}

#amount-popup .tab {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#amount-popup .tab > li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#amount-popup .tab > li.is-active {
    opacity: 1;
    position: relative;
}

#amount-popup .table-box > .amount-notice {
    font-size: 12px;
    font-weight: normal;
    color: #838383;
    margin-top: 14px;
    padding-left: 20px;
}
#amount-popup .table-box > .notice {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    color: #333;
    margin-top: 11px;
}

#amount-popup .table-box > .notice strong {
    color: #ec001a;
}
/* * end 메인 급여량 팝업 */
/* * 이벤트 자세히보기 팝업 */
#event-detail-popup {
    width: 505px;
}

#event-detail-popup .popup-close {
    right: -8px;
    top: -40px;
}

#event-detail-popup > .inner {
    border-radius: 20px 0 20px 20px;
    padding: 53px 0;
}

#event-detail-popup .title-block {
    margin-bottom: 20px;
}
#event-detail-popup .title-block h4 {
    font-size: 31px;
    font-weight: 900;
    text-align: center;
    color: #ec001a;
    margin-bottom: 34px;
}

#event-detail-popup .title-block p {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #333;
}

#event-detail-popup .title-block p strong {
    color: #ec001a;
}

#event-detail-popup .content-block .text-box {
    display: flex;
    flex-flow: column;
    width: fit-content;
    margin: 0 auto 30px;
}

#event-detail-popup .content-block .text-box dl {
    display: flex;
    margin-bottom: 12px;
    padding-left: 14px;
    position: relative;
}

#event-detail-popup .content-block .text-box dl::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 6px;
}

#event-detail-popup .content-block .text-box dt {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

#event-detail-popup .content-block .text-box dt::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #333;
    display: inline-block;
    margin: 0 10px -1px;
}

#event-detail-popup .content-block .text-box dd {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

#event-detail-popup .content-block .text-box strong {
    color: #ec001a;
}

#event-detail-popup .content-block .img-box {
    padding: 0 47px 0 52px;
}
/* * end 이벤트 자세히보기 팝업 */
/* * footer */
footer {
    width: 100%;
    padding: 50px 0;
    background-color: #333333;
    color: #fff;
    text-align: center;
}

footer .copyright {
    font-size: 19px;
    font-weight: normal;
    color: #fff;
}
/* * end footer */

/* * 결과 이컴 팝업 */
#result-ecom-popup {
    width: auto;
}

#result-ecom-popup .popup-close {
    top: -40px;
    right: -8px;
}

#result-ecom-popup > .inner {
    border-radius: 20px 0 20px 20px;
}

#result-ecom-popup .inner > a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 41px 37px 35px;
}

#result-ecom-popup .inner ._live .img-block {
    width: 211px;
}

#container._cat #result-ecom-popup .inner ._live .img-block {
    padding-right: 1px;
}

#result-ecom-popup .inner .text-block {
    padding-top: 20px;
}

#result-ecom-popup .inner ._live .text-block {
    padding-top: 10px;
}

#result-ecom-popup .inner .text-block h3 {
    font-size: 21px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: -0.05em;
}

#result-ecom-popup .inner ._live .text-block h3 {
    text-align: center;
    margin-bottom: 2px;
}

#result-ecom-popup .inner .text-block h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.35;
    color: #333;
    margin-bottom: 14px;
    letter-spacing: -0.05em;
}

#result-ecom-popup .inner ._live .text-block h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}

#result-ecom-popup .inner .text-block h2 strong {
    font-size: 31px;
    color: #0f73b6;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

#result-ecom-popup .inner .text-block button {
    border-radius: 24px;
    background-color: #ec001a;
    padding: 14px 0;
    width: 245px;
}

#result-ecom-popup .inner ._live .text-block button {
    width: 222px;
}

#result-ecom-popup .inner .text-block button p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: -0.05em;
}

#result-ecom-popup .inner .text-block button p strong {
    color: #ffea00;
}

#result-ecom-popup .inner .text-block button p span {
    font-size: 17px;
}

#result-ecom-popup .inner .text-block button p::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../assets/arrow_right_white.png) center / 9px auto no-repeat;
    margin-left: 10px;
}

/* * end 결과 이컴 팝업 */



canvas {
    width: 100%;
    height: 100%;
    /* pointer-events: none; */
}
#live-input-popup {
    width: 410px;
}
#live-input-popup .inner {
    padding: 73px 40px 41px;
    border-radius: 40px 0 40px 40px;
}
#live-input-popup .title-block {
    margin-bottom: 34px;
    position: relative;
    text-align: center;
}
#live-input-popup .title-block:before {
    content: "";
    position: absolute;
    top: -38px;
    right: 52px;
    background: url(../assets/live_logo.png) 0 / 100% no-repeat;
    display: block;
    width: 56px;
    height: 38px;
}
#live-input-popup .title-block h4 {
    font-size: 30px;
    line-height: 1.19;
    font-weight: 500;
}
#live-input-popup .title-block h4 strong {
    font-weight: 700;
}
#live-input-popup .title-block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.26;
    margin: 18px auto 22px;
}
#live-input-popup .title-block h5 {
    font-size: 19px;
    color: #ec001a;
}
#live-input-popup .input-wrapper .input-group label {
    width: 70px;
    font-size: 17px;
}
#live-input-popup .input-wrapper input[type="tel"] {
    margin-right: 11px;
}
#live-input-popup .input-wrapper input[type="tel"]:last-child {
    margin-right: 0;
}
#live-input-popup .input-wrapper .checkbox-group {
    margin: 21px 0 18px;
}
#live-input-popup .input-wrapper .checkbox-group .checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#live-input-popup .input-wrapper .checkbox-group .checkbox-wrapper .checkbox {
    margin-right: 8px;
}
#live-input-popup .input-wrapper .checkbox-group .checkbox-wrapper > label {
    width: auto;
}
#live-input-popup .input-wrapper .checkbox-group .checkbox-wrapper .checkbox label {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../assets/unchecked.png) 50% / 100% no-repeat;
}
#live-input-popup .input-wrapper .checkbox-group .checkbox-wrapper .checkbox input[type='checkbox']:checked + label {
    background: url(../assets/checked.png) 50% / 100% no-repeat;
}
#live-input-popup #live-request {
    display: block;
    width: 100%;
    border-radius: 28px;
    background-color: #ec001a;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding: 16px 0 18px;
}
#live-input-popup #live-request:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 12px;
    height: 17px;
    background: url(../assets/btn_arrow.png) 0 / cover no-repeat;
}
.pg-event > .wrapper {
    padding: 0 0 120px;
}
.pg-event .title-block {
    font-size: 43px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}
.pg-event .title-block strong {
    color: #ec001a;
}
#canvas-container {
    width: 100%;
    position: relative;
    /* height: calc(100vw * 0.65); */
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}
#canvas-container canvas {
    /* width: 614px; */
    width: 1100px;
    height: 410px;
    margin: 0 auto;
    cursor: grab;
}
.sub-nav {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
}
.sub-nav a {
    width: 100px;
    height: 100px;
}
.sub-nav #go-prev {
    background: url(../assets/sub_nav_prev.png) 50% / 31px 25px no-repeat;
}
.sub-nav #go-home {
    background: url(../assets/sub_nav_home.png) 50% / 31px 31px no-repeat;
}
.pg-event .weight-tab ul {
    display: flex;
    width: 614px;
    margin: 0 auto;
}
.pg-event .weight-tab ul li {
    width: 100%;
    text-align: center;
}
.pg-event .weight-tab ul li button {
    padding: 15px 0;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #b9b9b9;
}
.pg-event .weight-tab ul li.is-active button {
    color: #ec001a;
    font-weight: 700;
}
.pg-event .weight-tab ul li button:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #ec001a;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    z-index: 1;
}
.pg-event .weight-tab ul li.is-active button:after {
    transform: scaleX(1);
}
#loading-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    font-size: 36px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.7);
}
#guide-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 332px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 33px 0 28px;
    text-align: center;
    box-shadow: 4.24px 2.65px 16px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
}
#guide-layer img {
    margin: 0 auto;
    width: 45px;
}
#guide-layer span {
    display: block;
    margin-top: 17px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.26;
}
.pg-event .action-tab {
    margin: 37px 0;
}
.pg-event .action-tab ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.pg-event .action-tab li {
    margin-right: 9px;
    position: relative;
}
.pg-event .action-tab li:last-child {
    margin-right: 0;
}
.pg-event .action-tab li button {
    border-radius: 27px;
    width: 200px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    background-color: #b9b9b9;
    padding: 17px 0;
}
.pg-event .action-tab li svg {
    opacity: 0;
}
.pg-event .action-tab li.is-active button {
    background-color: #ec001a;
}
.pg-event .action-tab li.is-active svg {
    opacity: 1;
}
.pg-event .action-tab li svg {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}
.pg-event .action-tab li svg polygon {
    fill: #ec001a;
}
.pg-event #action-msg {
    margin-bottom: 28px;
    font-size: 29px;
    font-weight: 500;
    text-align: center;
}
.pg-event .type-msg {
    font-size: 24px;
    font-weight: 700;
    color: #ec001a;
    text-align: center;
    text-underline-offset: 2px;
}
.pg-event #type-select {
    width: 388px;
    padding: 16px 0;
    background-color: #b9b9b9;
    border-radius: 32px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.pg-event #type-select.is-active {
    background-color: #ec001a;
}
.pg-event #type-select:before {
    content: "";
    display: block;
    /* margin-top: -2px; */
    margin-right: 17px;
    width: 32px;
    height: 32px;
    background: url(../assets/sub_btn_check.png) 0 / cover no-repeat;
}
.pg-event #go-next {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ec001a;
    padding: 36px 0;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.pg-event #go-result:after,
.pg-event #go-next:after {
    content: "";
    display: block;
    width: 17px;
    height: 26px;
    background: url(../assets/btn_arrow.png) 0 / cover no-repeat;
    margin-left: 11px;
    align-self: center;
}

.layer .inner .layer-close {
    position: absolute;
    top: -38px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../assets/popup_close.png) 50% / 18px no-repeat;
    padding: 10px 20px;
    box-sizing: content-box;
}

#input-popup {
    /* width: 512px; */
    width: 540px;
}
#input-popup .inner {
    border-radius: 40px 0 40px 40px;
    padding: 46px 0 34px;
    min-height: 100%;
}
#input-popup .inner .info-block {
    margin-bottom: 25px;
    padding: 0 30px;
}
#input-popup .inner .info-block .wrap {
    display: flex;
    flex-wrap: nowrap;
}
#input-popup .inner .info-block .wrap .left {
    flex-basis: 180px;
    flex-shrink: 0;
    /* padding-top: 12px; */
    margin-right: 12px;
}
#input-popup .inner .info-block .wrap .right {
    width: 100%;
    text-align: left;
}
#input-popup .inner .info-block .wrap .right p {
    font-size: 21px;
    font-weight: 700;
    color: #ec001a;
}
#input-popup .inner .info-block .wrap .right ul {
    margin: 10px 0;
    text-align: left;
}
#input-popup .inner .info-block .wrap .right ul li {
    display: block;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #6e6e6e;
    margin-bottom: 6px;
}
#input-popup .inner .info-block .wrap .right ul li:last-child {
    margin-bottom: 0;
}
#input-popup .inner .info-block .wrap .right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(../assets/input_layer_check.png) 0 / cover no-repeat;
}
#input-popup .inner .info-block .wrap .right #btn-clear {
    width: 182px;
    border-radius: 18px;
    color: #ffffff;
    background-color: #333333;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0 10px;
}
#input-popup .inner .info-block .wrap .right #btn-clear:before {
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background: url(../assets/input_layer_reset.png) 0 / cover no-repeat;
    margin-right: 11px;
    margin-top: 2px;
}
#input-popup .inner .input-block {
    padding: 0 28px 31px;
}
#input-popup .inner .input-block > h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27;
    margin-bottom: 25px;
    padding-top: 31px;
    border-top: 1px solid #dbdbdb;
}
#input-popup .inner .input-block > h6 strong {
    color: #ec001a;
}
#input-popup #go-result {
    display: flex;
    justify-content: center;
    width: 313px;
    padding: 15px 0;
    background-color: #ec001a;
    border-radius: 24px;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto;
}
#input-popup #go-result:after {
    width: 11px;
    height: 16px;
}

#input-popup .input-wrapper {
    padding-left: 23px;
}
/* input common */
.input-wrapper .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.input-wrapper .input-group:last-child {
    margin-bottom: 0;
}
.input-wrapper .input-group label {
    font-size: 16px;
    font-weight: 700;
    width: 94px;
    flex-shrink: 0;
}
.input-wrapper .input-group select {
    background-image: url(../assets/select_arrow.png);
    background-position: 96% 50%;
    background-size: 17px 10px;
    background-repeat: no-repeat;
}
/* end input common */


.pg-result.is-linkpage {
    padding-top: 100px;
}
/* .pg-result .sub-nav {
    padding-top: 108px;
} */
.pg-result .get-prize-banner {
    width: 100%;
    padding: 24px 0;
    background-color: #ec001a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url(../assets/result_btn_bg.jpg) 50% / cover no-repeat;
    z-index: 10;
}
.pg-result .get-prize-banner .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 850px;
    margin: 0 auto;
}
.pg-result .get-prize-banner p {
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
}
.pg-result .get-prize-banner span {
    border-radius: 28px;
    background-color: #ffffff;
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    padding: 16px 35px;
}

.pg-result .get-prize-banner span.is-disabled {
    pointer-events: none;
    opacity: 0.6;
}
.pg-result .top-wrap {
    padding: 0 20px;
}
.pg-result .top-wrap .title-block {
    margin-bottom: 138px;
    /* margin-bottom: 18.4%; */
    text-align: center;
}
.pg-result .top-wrap .title-block span {
    display: block;
    color: #ec001a;
    font-size: 30px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-bottom: 47px;
}
.pg-result .top-wrap .title-block h3 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.17;
}
.pg-result .top-wrap .title-block h3 strong {
    color: #ec001a;
    font-weight: 700;
}
.pg-result .path-container {
    /* width: 690px; */
    width: 563px;
    margin: 0 auto;
}
.pg-result .path-container .p-head {
    position: absolute;
    bottom: 7px;
    left: 30px;
    width: 6%;
}
.pg-result .path-container .guide {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}
#path-wrap {
    /* padding: 0 27px; */
    /* width: 563px; */
    width: 100%;
    margin: 0 auto;
}
.pg-result .circle-container {
    position: relative;
    width: 628px;
    margin: 0 auto;
    /* margin-top: -14%; */
    margin-top: -92px;
}
.pg-result .circle-container .circle {
    position: relative;
    overflow: hidden;
}
.pg-result .circle-container .circle-poly-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: calc(-50% + 20px);
}
.pg-result .circle-container .circle-poly-wrap #rotate-triangle {
    fill: #ec001a;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.pg-result .msg-ball {
    position: absolute;
    left: 50%;
    top: -104px;
    width: 530px;
    margin-left: -265px;
    padding: 22px 0;
    border-radius: 34px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-color: #333333;
}
.pg-result .bottom-wrap {
    background-color: #f2f2f2;
    position: relative;
    /* margin-top: -43%; */
    margin-top: -378px;
}
[data-bcs-num="2"].pg-result .bottom-wrap:after {
    content: none;
    position: absolute;
    bottom: -97px;
    left: 50%;
    transform: translateX(-50%);
    height: 145px;
    width: 100%;
    background: url(../assets/result_bottom_shadow.png) 50% / cover no-repeat #f2f2f2;
}
.pg-result .bottom-wrap > .inner {
    padding: 58px 0;
    display: flex;
    max-width: 768px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pg-result .bottom-wrap .module-box {
    position: relative;
}
.pg-result .bottom-wrap .module-box:after {
    content: "";
    background-color: #ec001a;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    z-index: 1;
}
.pg-result .bottom-wrap .module-box {
    width: 100%;
    margin-bottom: 20px;
    order: 0;
}
.pg-result .bottom-wrap .module-box .wrap {
    position: relative;
    z-index: 2;
    border-radius: 22px;
    border: 2px solid #ec001a;
    background-color: #ffffff;
    padding: 26px;
    min-height: 100%;
}
.pg-result .bottom-wrap .module-box._weight {
    width: calc(50% - 10px);
}
.pg-result .bottom-wrap .module-box._feed {
    width: calc(50% - 10px);
}
.pg-result .bottom-wrap .module-box .wrap .top {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #ec001a;
}
.pg-result .bottom-wrap .module-box .wrap .top .guide-txt {
    font-size: 23px;
    font-weight: 500;
}
.pg-result .bottom-wrap .module-box .wrap .top .strong-txt {
    font-size: 45px;
    font-weight: 700;
    color: #ec001a;
    margin-top: 8px;
}
.pg-result .bottom-wrap .module-box .wrap .bottom {
    padding: 15px 0 0;
    text-align: center;
}
.pg-result .bottom-wrap .module-box .wrap .bottom .solution {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}
.pg-result .bottom-wrap .module-box._feed .wrap .bottom a {
    display: inline-block;
    margin-top: 14px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.pg-result .bottom-wrap .module-box._feed .wrap .bottom span {
    color: #878787;
    font-size: 16px;
    display: block;
    margin-top: 12px;
}
.pg-result .bottom-wrap .module-box .wrap .bottom .solution strong {
    color: #ec001a;
    font-weight: 500;
}

.pg-result[data-bcs-num="2"] .bottom-wrap .module-box._feed .wrap .bottom .solution {
    font-weight: 700;
}
.pg-result[data-bcs-num="2"] .bottom-wrap .module-box._disease {
    order: 3;
}
.pg-result[data-bcs-num="2"] .bottom-wrap .module-box._tips {
    order: 4;
}
.pg-result .bottom-wrap .module-box._disease .wrap .top,
.pg-result .bottom-wrap .module-box._tips .wrap .top  {
    text-align: left;
    padding-left: 16px;
    padding-bottom: 18px;
}
.pg-result .bottom-wrap .module-box._disease .wrap .top .guide-txt,
.pg-result .bottom-wrap .module-box._tips .wrap .top .guide-txt {
    padding-left: 2px;
    font-size: 22px;
    font-weight: 500;
}
.pg-result .bottom-wrap .module-box._disease .wrap .top .strong-txt,
.pg-result .bottom-wrap .module-box._tips .wrap .top .strong-txt {
    font-size: 35px;
}
.pg-result .bottom-wrap .module-box._disease .wrap .bottom {
    padding: 32px 0 0;
}
.pg-result .bottom-wrap .module-box._disease .wrap .bottom img {
    width: 386px;
}
.pg-result .bottom-wrap .module-box._disease .wrap .bottom button {
    display: block;
    width: 306px;
    margin: 19px auto 0;
    border-radius: 24px;
    background-color: #ec001a;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom {
    padding: 31px 18px 0;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom li {
    display: block;
    margin-bottom: 18px;
    border-radius: 32px;
    border: 2px solid #ec001a;
    box-shadow: 12px 14px 48px 0px rgba(0, 0, 0, 0.15);
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom li a {
    display: flex;
    padding: 20px 0 20px 31px;
    height: 66px;
    background: url(../assets/result_tips_arrow.png) 94% 50% / 10px 18px no-repeat;
    font-size: 0;
    text-align: left;
    align-items: center;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom li a span {
    display: inline-block;
    vertical-align: middle;
    color: #ec001a;
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    min-width: 44px;
    min-height: 39px;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom li:first-child a:before {
    background: url(../assets/result_tips_icon_01.png) 50% / 35px 25px no-repeat;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom li:nth-child(2) a:before {
    background: url(../assets/result_tips_icon_02.png) 50% / 28px 28px no-repeat;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom li:last-child a:before {
    background: url(../assets/result_tips_icon_03.png) 50% / 30px 30px no-repeat;
}
.pg-result .bottom-wrap .module-box._tips .wrap .bottom > a {
    display: block;
    font-size: 19px;
    color: #333333;
    font-weight: 700;
    margin: 22px auto 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}


#tips-popup {
    width: 490px;
    /* height: 100%; */
    padding: 0;
    margin: 0;
}
#tips-popup > .inner {
    height: 100%;
    padding: 0;
    border-radius: 15px;
    overflow: auto;
}
#tips-popup .top-fix {
    position: relative;
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    background: linear-gradient(to right, #ec8a00, #ec001a);
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    border-top-left-radius: 15px;
    margin-bottom: 32px;
    border-top-right-radius: 15px;
}
#tips-popup .top-fix .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 76px;
    background: url(../assets/popup_close.png) 50% / 24px 24px no-repeat;
}
#tips-popup .content {
    opacity: 0;
}
.is-opened #tips-popup .content {
    opacity: 1;
    transition: all 200ms ease-in 200ms;
}
#tips-popup .cont-cate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
#tips-popup .cont-cate li {
    text-align: center;
    margin-right: 35px;
    position: relative;
}
#tips-popup .cont-cate li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateX(100%);
    width: 21px;
    height: 4px;
    background: url(../assets/result_tips_trigger_division.png) 50% / cover no-repeat;
}
#tips-popup .cont-cate li:last-child {
    margin-right: 0;
}
#tips-popup .cont-cate li:last-child:after {
    content: none;
}
#tips-popup .cont-cate li .slide-changer {
    width: 102px;
    height: 102px;
}
#tips-popup .cont-cate li:first-child .slide-changer {
    background: url(../assets/result_tips_trigger_icon_01.png) 50% / cover no-repeat;
}
[data-pet-mode="dog"] #tips-popup .cont-cate li:nth-child(2) .slide-changer {background: url(../assets/result_tips_trigger_icon_dog_02.png) 50% / cover no-repeat;}
[data-pet-mode="dog"] #tips-popup .cont-cate li:nth-child(3) .slide-changer {background: url(../assets/result_tips_trigger_icon_dog_03.png) 50% / cover no-repeat;}

[data-pet-mode="cat"] #tips-popup .cont-cate li:nth-child(2) .slide-changer {background: url(../assets/result_tips_trigger_icon_cat_02.png) 50% / cover no-repeat;}
[data-pet-mode="cat"] #tips-popup .cont-cate li:nth-child(3) .slide-changer {background: url(../assets/result_tips_trigger_icon_cat_03.png) 50% / cover no-repeat;}


#tips-popup .cont-cate li:first-child.is-active .slide-changer {background: url(../assets/result_tips_trigger_icon_01_active.png) 50% / cover no-repeat;}
[data-pet-mode="dog"] #tips-popup .cont-cate li:nth-child(2).is-active .slide-changer {background: url(../assets/result_tips_trigger_icon_dog_02_active.png) 50% / cover no-repeat;}
[data-pet-mode="dog"] #tips-popup .cont-cate li:nth-child(3).is-active .slide-changer {background: url(../assets/result_tips_trigger_icon_dog_03_active.png) 50% / cover no-repeat;}

[data-pet-mode="cat"] #tips-popup .cont-cate li:nth-child(2).is-active .slide-changer {background: url(../assets/result_tips_trigger_icon_cat_02_active.png) 50% / cover no-repeat;}
[data-pet-mode="cat"] #tips-popup .cont-cate li:nth-child(3).is-active .slide-changer {background: url(../assets/result_tips_trigger_icon_cat_03_active.png) 50% / cover no-repeat;}


#tips-popup .content {
    text-align: center;
}
#tips-popup .tips-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#tips-popup .tips-swiper .swiper-slide {
    padding-bottom: 32px;
}
#tips-popup .content .title-block {
    margin-bottom: 27px;
}
#tips-popup .content .title-block p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}
#tips-popup .content .title-block h3 {
    font-weight: 700;
    color: #ec001a;
    font-size: 30px;
    line-height: 1.2;
}
#tips-popup .content .tips-swiper .silde-item {
    width: 100%;
}
#tips-popup .content .slide-item .img {
    padding: 0 56px;
}
#tips-popup .content .tips-swiper .navi {
    position: absolute;
    top: 202px;
    width: 54px;
    height: 54px;
    z-index: 1;
    cursor: pointer;
}
#tips-popup .content .tips-swiper .tips-swiper-button-prev {
    
    left: 0;
    background: url(../assets/result_tips_popup_arrow_left.png) 50% / 22px 38px no-repeat;
}
#tips-popup .content .tips-swiper .tips-swiper-button-next {
    
    right: 0;
    background: url(../assets/result_tips_popup_arrow_right.png) 50% / 22px 38px no-repeat;
}
#tips-popup .content .tips-swiper .desc-block {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
#tips-popup .content .tips-swiper .desc-block .bold {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ec001a;
    margin-bottom: 19px;
}
#tips-popup .content .tips-swiper .desc-block .bold:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -10px;
    right: -10px;
    height: 11px;
    z-index: 0;
    background-color: #ec001a;
    opacity: 0.2;
    border-radius: 2px;
}
#tips-popup .content .tips-swiper .desc-block .normal {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}
#tips-popup .content .tips-swiper .desc-block span.appendix {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
}
#tips-popup .content .tips-swiper .desc-block a.appendix {
    display: block;
    margin: 24px auto 0;
    width: 337px;
}
#tips-popup .content .tips-swiper .desc-block a.appendix.doctor._2 {
    /* width: 335px; */
}
#tips-popup .bottom-fix {
    /* margin-top: 32px; */
    height: 80px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#tips-popup .bottom-fix .link-wrapper a span {
    font-size: 21px;
}
#tips-popup .bottom-fix {
    padding: 0;
}
#tips-popup .bottom-fix .link-wrapper {
    width: 100%;
}
#tips-popup .bottom-fix .link-wrapper a {
    height: 100%;
    border-radius: 0;
}
#tips-popup .bottom-fix .link-wrapper a:nth-child(2):before {
    content: '';
    
}
#tips-popup .bottom-fix .link-wrapper a:nth-child(2) {
    margin-left: 0;
}
#tips-popup .bottom-fix .link-wrapper .get-free:after,
#tips-popup .bottom-fix .link-wrapper .get-promo:after {
    margin-left: 11px;
    width: 11px;
    height: 17px;
}
#tips-popup .bottom-fix .link-wrapper a:nth-child(2):before {
    width: 1px;
    height: 32px;
    left: -1px;
    margin-top: -16px;
}
.pg-result .foot-wrap {
    position: relative;
}
.pg-result .share-banner {
    position: relative;
}
.pg-result .ecom-banner a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0077c4;
}
.pg-result[data-bcs-num="2"] .share-banner {
    box-shadow: 5.456px 5.851px 24px 0px rgba(0, 0, 0, 0.3);
}
.pg-result .share-banner a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}
.pg-result .bottom-fix {
    position: sticky;
    bottom: 0;
    /* height: 150px; */
    padding: 16px 0;
    z-index: 2;
    background-color: #e8e8e8;
    box-shadow: -14px 0px 44.82px 9.18px rgba(42, 42, 42, 0.15);
}
.pg-result .bottom-fix .link-wrapper {
    display: flex;
    /* max-width: 1100px; */
    width: 726px;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
}
.pg-result .bottom-fix .link-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    /* width: 344px; */
    /* height: 100%; */
    height: 116px;
    border-radius: 25px;
    background-color: #ec001a;
}
.pg-result .bottom-fix .link-wrapper .get-free:after,
.pg-result .bottom-fix .link-wrapper .get-promo:after {
    content: "";
    display: block;
    margin-left: 18px;
    width: 17px;
    height: 30px;
    background: url(../assets/arrow_right_white.png) 0 / cover no-repeat;
}
.pg-result .bottom-fix .link-wrapper a span {
    font-size: 35px;
    /* font-size: 38px; */
    color: #ffffff;
    font-weight: 700;
}
.pg-result .bottom-fix .link-wrapper a:nth-child(2) {
    margin-left: 16px;
}
.pg-result .bottom-fix .link-wrapper a:nth-child(2):before {
    /* content: ""; */
    display: block;
    width: 2px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -30px;
    background-color: #ffffff;
    opacity: 0.6;
}

.path-container {
    position: relative;
}
#path-progress {
    fill:none;
    stroke-linecap:round;
    stroke-miterlimit:10;
    stroke-width:50px;
    stroke:url(#linear-gradient);
    stroke-dasharray: 571;
    stroke-dashoffset: 571;
}
.path-container .cls-1,
.path-container .cls-4 {
    fill: none;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 50px;
}

.path-container .cls-1 {
    stroke: #dfdfdf;
}

.path-container .cls-2 {
    mask: url(#mask);
}

.path-container .cls-3 {
    opacity: 0.2;
}

.path-container .cls-4 {
    stroke: #0b0c0c;
}
.mask-filter {
    filter: url(#luminosity-invert);
}


#input-layer .inner .input-block .input-wrapper .input-group {

}
/* end layer */

#kv3D {
    width: 100%;
    height: calc(100vw * 0.592);
}
#story3D {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.933);
}
.content._main .sect-kv {
    display: block;
    height: 100vh;
    /* padding: 14.21875% 0 0; */
    background-color: #ffffff;
    position: relative;
}
.content._main .sect-kv > .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    height: 100%;
}
.content._main .sect-kv .change-wrap {
    margin-top: 37px;
}
.content._main .sect-kv .line-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.content._main .sect-kv .line-wrap .line {
    opacity: 0;
    background-color: #ec001a;
    position: absolute;
}
.content._main .sect-kv .sequence-container {
    flex-shrink: 0;
    width: 770px;
    height: 470px;
    /* margin: 0 auto; */
    margin: 0 auto 0 19%;
}
.content._main .scroll-anim {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
}
.content._main .scroll-anim > img {
    width: 26px;
    margin: 0 auto 4px;
}
.content._main .scroll-anim .arrows {
    position: relative;
}
.content._main .scroll-anim .arrows span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    display: block;
    width: 14px;
    height: 7px;
    background: url(../assets/main_scroll_anim_arrow.png) 50% / cover no-repeat;
    animation-name: mainScrollAnim;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes mainScrollAnim {
    from {
        opacity: 0;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translateY(50%);
    }
}
.content._main .scroll-anim .arrows span:first-child {
    opacity: 0.3;
    animation-delay: 0.4s;
}
.content._main .scroll-anim .arrows span:last-child {
    top: 4px;
    animation-delay: 0.2s;
}
.content._main .kv-banner-wrap {
    position: absolute;
    bottom: 0;
    right: 68px;
    width: 430px;
    text-align: center;
    /* display: none; */
}
.content._main .kv-banner-wrap .balloon {
    opacity: 0;
    transform: translateY(10px);
    position: absolute;
    left: 36px;
    top: 30px;
    width: 206px;
    height: 42px;
    background: url(../assets/main_kv_banner_balloon.png) 0 / 100% no-repeat;
    z-index: 1;
    pointer-events: none;
}
.content._main .sect-kv .kv-new-btn {
    /* position: absolute;
    bottom: 60px;
    right: 68px; */
    margin: 48px auto 0;
}
.content._main .kv-new-btn {
    border-radius: 43px;
    background-image: linear-gradient(to right, #ec8a00, #ec1616);
    box-shadow: 10px 12px 24px 0px rgba(0, 0, 0, 0.22);
    padding: 28px 0;
    width: 374px;
    margin: 46px 0 25px;
    text-align: left;
}
.content._main .kv-new-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1.25;
    /* padding-left: 45px; */
    font-weight: 700;
    color: #ffffff;
}
.content._main .kv-new-btn a:after {
    content: "";
    display: block;
    background: url(../assets/main_kv_btn_arrow.png) 0 / 100% no-repeat;
    width: 29px;
    height: 29px;
    margin-left: 10px;
    align-self: flex-end;
}

._cat .content._main .kv-banner-wrap .balloon {
    top: 48px;
}
.content._main .kv-banner-wrap .banner-img {
    /* margin-bottom: 23px; */
    position: relative;
}
.content._main .kv-banner-wrap .kv-detail {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding-bottom: 40px;
}

.content._main .sect-event {
    padding: 63px 0 0;
    border-top: 1px solid #ec001a;
    border-bottom: 1px solid #ec001a;
}

._cat .content._main .sect-event {
    /* padding: 63px 0 43px; */
    padding: 63px 0 0;
}

.content._main .sect-event .title-block {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.content._main .sect-event .title-block h2 {
    padding: 14px 35px;
    border: 5px solid #ec001a;
    border-radius: 45.5px;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    color: #ec001a;
}

.content._main .sect-event .content-block {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content._main .sect-event .content-box._left {
    display: flex;
    margin-right: 14px;
}

.content._main .sect-event .content-box._left .graph-box {
    width: 354px;
    flex-shrink: 0;
    position: relative;
    margin-right: 33px;
}

.content._main .sect-event .content-box._left .img-box {
    margin-top: -60px;
}

.content._main .sect-event .content-box._left .img-box igm {
    height: 378px;
}

.content._main .sect-event .path-container .p-head {
    position: absolute;
    position: absolute;
    bottom: 4px;
    left: 30px;
    width: 6%;
}
.content._main .sect-event .path-container .guide {
    position: absolute;
    bottom: 33%;
    left: 0;
    right: 0;
}
.content._main .sect-event #path-wrap {
    width: 100%;
    padding: 0 27px;
}
.content._main .sect-event .circle-container {
    position: relative;
    padding: 0 22px;
    margin-top: -13%;
}
.content._main .sect-event .circle-container .circle {
    position: relative;
    overflow: hidden;
}
.content._main .sect-event .circle-container .circle-poly-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: calc(-50% + 8px);
}
.content._main .sect-event .circle-container .circle-poly-wrap #rotate-triangle {
    fill: #ec8302;
    width: 10px;
    height: 12px;
    opacity: 0;
}

.content._main .sect-event .content-box._left .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background-color: #ffffff;
    z-index: 5;
    padding: 20px 52px 0;
}

.content._main .sect-event .content-box._left .text-block::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 210px;
    z-index: 4;
    left: 0;
    background: url(../assets/box_shadow.png) bottom center / 100% auto no-repeat;
}

.content._main .sect-event .content-box._left .text-block .inner {
    position: relative;
}

.content._main .sect-event .content-box._left .text-block .wrap {
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 22px;
    border: 2px solid #ec001a;
    background-color: #ffffff;
    padding: 22px 18px;
    min-height: 100%;
}

.content._main .sect-event .content-box._left .text-block .inner::after {
    content: '';
    background-color: #ec001a;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    z-index: 1;
}

.content._main .sect-event .content-box._left .text-block .wrap .top {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #ec001a;
}

.content._main .sect-event .content-box._left .text-block .wrap .top .guide-txt {
    font-size: 15px;
    font-weight: 500;
}

.content._main .sect-event .content-box._left .text-block .wrap .top .strong-txt {
    font-size: 30px;
    font-weight: 700;
    color: #ec001a;
    margin-top: 4px;
}

.content._main .sect-event .content-box._left .text-block .wrap .bottom {
    padding: 12px 0 0;
    text-align: center;
}

.content._main .sect-event .content-box._left .text-block .wrap .bottom .solution {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.content._main .sect-event .content-box._left .text-block .wrap .bottom .solution strong {
    color: #ec001a;
}

.content._main .sect-event .content-box._right {
    margin-top: -10px;
    margin-left: 14px;
}

.content._main .sect-event .content-block .content-box._right .text-block {
    margin-bottom: 18px;
    text-align: left;
    /* padding-right: 20px; */
    padding-left: 10px;
}

.content._main .sect-event .content-block .text-block h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.16;
    color: #333;
}

.content._main .sect-event .content-block .text-block h3 strong {
    color: #ec001a;
}

.content._main .sect-event .content-block .event-banner-wrap {
    text-align: left;
    width: 430px;
    position: relative;
}

.content._main .sect-event .balloon {
    display: none;
    position: absolute;
    left: 32px;
    /* top: 30px; */
    top: -30px;
    width: 206px;
    height: 42px;
    background: url(../assets/main_kv_banner_balloon.png) 0 / 100% no-repeat;
    z-index: 1;
    pointer-events: none;
}
.content._main .sect-event .gift-info {
    margin-top: 60px;
    background-color: #eeeeee;
}
/* ._cat .content._main .sect-event .balloon {
    top: 48px;
} */

.content._main .sect-event .content-block .event-banner-wrap .event-detail {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    /* padding-right: 20px; */
    padding-left: 94px;
}

.content._main .sect-product {
    display: block;
    min-height: 100vh;
    padding-top: 120px;
    /* padding: 250px 0 70px; */
    background-color: #ffffff;
}

.content._main .sect-product > .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content._main .sect-product .txt-anim-wrap {
    text-align: center;
    position: relative;
    z-index: 1;
}
.content._main .sect-product .txt-anim-wrap h2:first-child {
    font-size: 40px;
    font-weight: 500;
}
.content._main .sect-product .txt-anim-wrap h2:first-child p:first-child {
    margin-bottom: 4px;
}
.content._main .sect-product .txt-anim-wrap h2:last-child {
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
}
.content._main .sect-product .txt-anim-wrap h2 {
    line-height: 1.2;
}
.content._main .sect-product .txt-anim-wrap h2 p:last-child {
    font-size: 49px;
    color: #0077c4;
    font-weight: 700;
}
.content._main .sect-review .efficacy-block .how-btn {
    display: block;
    width: 224px;
    margin: 50px auto 0;
}
.sequence-container {
    position: relative;
}
.sequence-container .desc-anim-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}
.sequence-container .desc-anim-wrap .point-wrap {
    position: relative;
    height: 100%;
    pointer-events: none;
}
.sequence-container .desc-anim-wrap .point-wrap .point {
    position: absolute;
    /* top: 50%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* margin: -4px 4px 0 0; */
}

.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(1) {
    top: 37%;
    left: 36%;
}

._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(1) {
    top: 35%;
    left: 42%;
}

.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) {
    top: 36%;
    left: 44%;
}

._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) {
    top: 37%;
    left: 50%;
}

.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) {
    top: 43%;
    left: 48%;
}

._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) {
    top: 49%;
    left: 54%;
}

.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) {
    top: 58%;
    left: 52%;
} 

._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) {
    top: 58%;
    left: 61%;
}

.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) {
    top: 50%;
    left: 35%;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) {
    top: 50%;
    left: 35%;
}

.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(6) {
    top: 74%;
    left: 24%;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(6) {
    top: 74%;
    left: 27%;
}
.sequence-container .desc-anim-wrap .point-wrap .point .big {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #ec001a !important;
    border-radius: 50%;
    opacity: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point .small {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ec001a;
    position: absolute;
    opacity: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point .small:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ec001a;
    border-radius: 50%;
    box-sizing: border-box;
}
.sequence-container .desc-anim-wrap .point-wrap .point:first-child .small {
    top: 0;
    left: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point:first-child .big {
    top: -133px;
    left: -113px;
    background: url(../assets/kv_line_icon_diabetes.png) 50% / 51px 51px no-repeat;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) .small {
    top: 0;
    left: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) .big {
    top: -129px;
    left: -9px;
    background: url(../assets/kv_line_icon_skin.png) 50% / 45px 41px no-repeat;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) .small {
    top: 0;
    left: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) .big {
    top: -37px;
    left: 162px;
    background: url(../assets/kv_line_icon_liver.png) 50% / 48px 47px no-repeat;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) .small {
    top: 0;
    left: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) .big {
    top: 19px;
    left: 107px;
    background: url(../assets/kv_line_icon_respiratory.png) 50% / 50px 51px no-repeat;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) .small {
    top: 0;
    left: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) .big {
    top: -95px;
    left: -201px;
    background: url(../assets/kv_line_icon_urinary.png) 50% / 48px 49px no-repeat;
}
.sequence-container .desc-anim-wrap .point-wrap .point:last-child .small {
    top: 0;
    left: 0;
}
.sequence-container .desc-anim-wrap .point-wrap .point:last-child .big {
    top: 8px;
    left: -138px;
    background: url(../assets/kv_line_icon_joint.png) 50% / 24px 60px no-repeat;
}

/* cat */
._cat .sequence-container .desc-anim-wrap .point-wrap .point:first-child .small {
    top: 0;
    left: 0;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:first-child .big {
    top: -122px;
    left: -54px;
    background: url(../assets/kv_line_icon_skin.png) 50% / 45px 41px no-repeat;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) .small {
    top: 0;
    left: 0;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) .big {
    top: -138px;
    left: 23px;
    background: url(../assets/kv_line_icon_liver.png) 50% / 48px 47px no-repeat;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) .small {
    top: 0;
    left: 0;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) .big {
    top: -14px;
    left: 153px;
    background: url(../assets/kv_line_icon_respiratory.png) 50% / 50px 51px no-repeat;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) .small {
    top: 0;
    left: 0;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) .big {
    top: 51px;
    left: 66px;
    background: url(../assets/kv_line_icon_diabetes.png) 50% / 51px 51px no-repeat;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) .small {
    top: 0;
    left: 0;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) .big {
    top: -63px;
    left: -191px;
    background: url(../assets/kv_line_icon_urinary.png) 50% / 48px 49px no-repeat;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:last-child .small {
    top: 0;
    left: 0;
}
._cat .sequence-container .desc-anim-wrap .point-wrap .point:last-child .big {
    top: -35px;
    left: -126px;
    background: url(../assets/kv_line_icon_joint.png) 50% / 24px 60px no-repeat;
}

.sequence-container .desc-anim-wrap .desc img {
    width: auto;
    height: 100%;
}
.sequence-container .desc-anim-wrap .desc {
    position: absolute;
    width: auto;
    transform: translateY(10px);
    opacity: 0;
    left: 50%;
}
.sequence-container .desc-anim-wrap ._down {
    /* height: 61px; */
    height: 10%;
    /* top: 77px; */
    top: 12%;
    /* margin-left: -100px; */
    margin-left: -16%;
}
.sequence-container .desc-anim-wrap ._time {
    /* height: 56px; */
    height: 9.3%;
    /* top: 260px; */
    top: 43%;
    /* margin-left: -162px; */
    margin-left: -20%;
}
.sequence-container .desc-anim-wrap ._finish {
    /* height: 57px; */
    height: 9.3%;
    /* top: 460px; */
    /* margin-left: -104px; */
    top: 76%;
    margin-left: -15%;
}
.sequence-container > p {
    opacity: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    /* margin-top: 20px; */
    position: relative;
    padding-right: 50px;
}
#story-sequence {
    position: relative;
    width: 100%;
    height: 100%;
}
#keyVisual-sequence {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* height: calc(100% * 0.61); */
    /* height: 700px; */
    margin: 0 auto;
    /* width: 100%;
    height: calc(100vw * 0.356770833333333); */
}
.sect-kv .txt-wrap:last-child {
    margin-top: 18px;
}
.sect-kv .txt-wrap h1 {
    font-size: 58px;
    font-weight: 400;
    text-align: center;
}
.sect-kv .txt-wrap:last-child h1 {
    color: #ec001a;
    font-weight: 700;
    transform: translateY(50%);
    opacity: 0;
}
.content._main .sect-product .sequence-container {
    width: 770px;
    height: 600px;
    /* width: calc(100vw * 0.4);
    height: calc((100vw * 0.4) * 0.779); */
    max-width: 770px;
    max-height: 600px;
    margin: 0 auto;
}
.sect-product .txt-anim-wrap {
    position: relative;
}
.sect-product .banner._ecom {
    display: none;
    /* opacity: 0; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.dg.ac {
    z-index: 1000 !important;
}
/* ecom main layout */
.ecom-layout .content._main .sect-product .txt-anim-wrap {
    opacity: 1 !important;
    transform: translate(0) !important;
}
.ecom-layout .content._main .sect-kv {
    border-top: 1px solid #ec001a;
    border-bottom: 1px solid #ec001a;
    display: block;
    padding: 62px 0;
    height: auto;
}
.ecom-layout .content .drag-wrap.pet_change {
    display: none;
    margin: 0 auto;
}
.ecom-layout .content._main .sect-kv .change-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecom-layout .banner._ecom {
    margin-top: 87px;
}
.ecom-layout .content._main .sect-product {
    padding-top: 0;
}
.ecom-layout .content._main .sect-product .inner {
    padding-top: 128px;
}

.ecom-layout .ecom-kv {
    margin-right: 92px;
}
.ecom-layout .ecom-kv img {
    width: 480px;
}
.ecom-layout ._cat .ecom-kv img {
    width: 480px;
}
.ecom-layout .sect-kv .right-wrap {
    padding-top: 40px;
}
.ecom-layout .sect-kv .kv-banner-wrap {
    position: relative;
    right: 0;
    top: 0;
    margin: 22px auto 0;
}
.ecom-layout .sect-kv .txt-wrap h1 {
    font-size: 50px;
}
.ecom-layout .sect-kv .txt-wrap:last-child {
    margin-top: 10px;
}
.ecom-layout .sect-kv .txt-wrap:last-child h1 {
    opacity: 1;
    transform: translateY(0);
}
.ecom-layout .content._main .kv-banner-wrap .balloon {
    opacity: 1;
    transform: translateY(10px);
}
/* ecom main layout */


#draw-popup {
    width: 410px;
}

#draw-popup > .inner {
    border-radius: 40px 0 40px 40px;
    padding: 38px 20px 30px;
}
#draw-popup .title-block {
    margin-bottom: 20px;
    text-align: center;
}
#draw-popup .title-block h6 {
    font-size: 26px;
    line-height: 1.22;
    text-align: center;
    font-weight: normal;
    color: #033;
}
#draw-popup .title-block h6 strong {
    color: #ec001a;
    font-weight: bold;
}
#draw-popup .title-block p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.07em;
    margin-top: 16px;
}
#draw-popup .img-block {
    margin-bottom: 7px;
}

#draw-popup .img-block {
    width: 100%;
    height: 125px;
}

#draw-popup .img-block img {
    height: 100%;
}

#draw-popup .info-block {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 0;
    text-align: left;
}
#draw-popup .info-block ul {
    display: inline-block;
    text-align: left;
}
#draw-popup .info-block ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
#draw-popup .info-block ul li strong {
    color: #ec001a;
}
#draw-popup .input-wrapper {
    padding: 0 20px;
    margin-bottom: 17px;
}
#draw-popup .input-wrapper .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
#draw-popup .input-wrapper .input-group #find-addr {
    width: 100px;
    flex-shrink: 0;
    height: 46px;
    margin-left: 6px;
    background-color: #333333;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
}
#draw-popup .input-wrapper .input-group input[type='text'] {
    background-color: #f5f5f5;
}

#draw-popup #draw-finish {
    border-radius: 40px;
    background-color: #e3001b;
    color: #ffffff;
    padding: 14.5px 0;
    width: 292px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: center;
    margin: 0 auto;
}

#draw-popup .input-wrapper .input-group input[type='tel'] {
    margin-right: 7px;
}

#draw-popup .input-wrapper .input-group input[type='tel']:last-child {
    margin-right: 0;
}

#draw-popup .input-wrapper .checkbox-group {
    margin-top: 13px;
}

#draw-popup .input-wrapper .checkbox-group .checkbox-wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

#draw-popup .input-wrapper .checkbox-group .checkbox-wrapper .checkbox label {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../assets/unchecked.png) 50% / 100% no-repeat;
}

#draw-popup .input-wrapper .checkbox-group .checkbox-wrapper .checkbox input[type='checkbox']:checked + label {
    background: url(../assets/checked.png) 50% / 100% no-repeat;
}

#draw-popup .input-wrapper .checkbox-group .checkbox-wrapper > label {
    width: 100%;
    margin-left: 7px;
}

#agree-popup {
    width: 550px;
}
#agree-popup > .inner {
    padding: 42px 20px 40px;
    border-radius: 40px 0 40px 40px;
}
#agree-popup .inner .agree-wrap h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
}
#agree-popup .inner .agree-wrap .text-block {
    margin-bottom: 10px;
    text-align: left;
}
#agree-popup .inner .agree-wrap .text-block:last-child {
    margin-bottom: 0;
}
#agree-popup .inner .agree-wrap .text-block .sub-tt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
#agree-popup .inner .agree-wrap .text-block p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.05em;
}
#agree-popup .inner .agree-wrap .text-block .list-wrap {
    margin: 5px 0;
}
#agree-popup .inner .agree-wrap .text-block .list-wrap li {
    position: relative;
    padding-left: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.05em;
}
#agree-popup .inner .agree-wrap .text-block .list-wrap li:before {
    display: block;
    content: '-';
    position: absolute;
    font-size: inherit;
    color: inherit;
    left: 0;
    top: 0;
}

/* * winner form */
#container.pg-winner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#winner_form {
    width: 410px;
}

#winner_form > .inner {
    border-radius: 40px 0 40px 40px;
    padding: 38px 20px 30px;
    border: 2px solid #e3001a;
    box-shadow: 0 0 20px 6.5px rgba(0, 0, 0, 0.09);
}
#winner_form .title-block {
    margin-bottom: 20px;
    text-align: center;
}

#winner_form .title-block h6 {
    font-size: 26px;
    line-height: 1.22;
    text-align: center;
    font-weight: normal;
    color: #033;
}

#winner_form .title-block h6 span {
    font-weight: 500;
    font-size: 32px;
}
#winner_form .title-block h6 strong {
    color: #ec001a;
    font-weight: bold;
}
#winner_form .title-block p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.07em;
    margin-top: 10px;
}
#winner_form .img-block {
    margin-bottom: 12px;
}

#winner_form .img-block {
    width: 100%;
    height: 125px;
}

#winner_form .img-block img {
    height: 100%;
}

#winner_form .info-block {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 0;
    text-align: left;
}
#winner_form .info-block ul {
    display: inline-block;
    text-align: left;
}
#winner_form .info-block ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
#winner_form .info-block ul li strong {
    color: #ec001a;
}
#winner_form .input-wrapper {
    padding: 0 20px;
    margin-bottom: 17px;
}
#winner_form .input-wrapper .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
#winner_form .input-wrapper .input-group #find-addr {
    width: 100px;
    flex-shrink: 0;
    height: 46px;
    margin-left: 6px;
    background-color: #333333;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
}
#winner_form .input-wrapper .input-group input[type='text'] {
    background-color: #f5f5f5;
}

#winner_form #winner-finish {
    border-radius: 40px;
    background-color: #e3001b;
    color: #ffffff;
    padding: 14.5px 0;
    width: 292px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: center;
    margin: 0 auto;
}

#winner_form .input-wrapper .input-group input[type='tel'] {
    margin-right: 7px;
}

#winner_form .input-wrapper .input-group input[type='tel']:last-child {
    margin-right: 0;
}
/* * END winner form */

@media(max-height: 1000px) {
    .content._main .sect-kv .sequence-container {
        width: 586px;
        height: 346px;
        margin: 14px auto 0 27%;
    }
    .ecom-layout .content._main .sect-product .sequence-container {
        width: 600px;
        height: 467px;
    }
    .content._main .sect-kv .change-wrap {
        margin-top: 26px;
    }
    .sect-kv .txt-wrap h1 {
        font-size: 40px;
    }
    .sequence-container .desc-anim-wrap .point-wrap .point .big {
        /* width: 60px;
        height: 60px; */
        transform: scale(0.85);
    }
}
@media(max-height: 950px) {

    .content .drag-wrap.pet_change {
        width: 220px;
        height: 40px;
    }

    .content .drag-wrap.pet_change #petChangeKnob {
        width: 136px;
    }

    .content .drag-wrap.pet_change .drag-area .text-block p {
        font-size: 16px;
    }

    .sect-kv .txt-wrap h1 {
        font-size: 46px;
    }

    .sect-kv .txt-wrap:last-child {
        margin-top: 6px;
    }

    .content._main .kv-banner-wrap {
        width: 400px;
    }

    .content._main .kv-banner-wrap .balloon {
        left: 14px;
        top: 28px;
        width: 166px;
    }

    .content._main .sect-product .sequence-container {
        width: 636px;
        height: 500px;
        margin: 0 auto;
    }

    .content._main .sect-product .txt-anim-wrap h2:first-child {
        font-size: 36px;
    }

    .content._main .sect-product .txt-anim-wrap h2 p:last-child {
        font-size: 45px;
    }

    .content._main .sect-product .txt-anim-wrap h2:last-child {
        font-size: 36px;
    }

    .content._main .sect-product .txt-anim-wrap h2 p:last-child {
        font-size: 45px;
    }

    /* .content._main .sect-review .efficacy-block .how-btn {
        width: 174px;
    } */
}

@media screen and (max-height: 900px) {
    .sect-kv .txt-wrap h1 {
        font-size: 42px;
    }
    .sect-kv .txt-wrap:last-child {
        margin-top: 6px;
    }
    .content._main .sect-kv .change-wrap {
        margin-top: 20px;
    }
    .content._main .scroll-anim {
        bottom: 24px;
    }
    .content._main .sect-product .txt-anim-wrap h2:first-child {
        font-size: 32px;
    }
    .content._main .sect-product .txt-anim-wrap h2 p:last-child {
        font-size: 36px;
    }
    .content._main .sect-product .txt-anim-wrap h2:last-child {
        font-size: 32px;
    }
    .sect-product .banner._ecom img {
        height: 80px;
        width: auto;
    }
}

@media screen and (max-height: 860px) {
    header {
        width: 100%;
        height: 60px;
    }
    
    header > .inner {
        padding: 0 30px;
    }
    
    header .inner .logo {
        display: block;
        width: 80px;
    }
    
    header .menu li {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: -0.055em;
        color: #333333;
        margin-right: 50px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }
    
    header .menu li.is-active {
        font-weight: bold;
        color: #e50c23;
    }
    
    header .menu li.is-active::after {
        content: '';
        clear: both;
        width: 100%;
        height: 4px;
        background-color: #e3001a;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .content._main .aside-fixed {
        height: 80px;
    }

    .content._main .aside-fixed .btn._sale {
        font-size: 24px;
    }

    .content._main .aside-fixed .btn p::before {
        width: 38px;
        height: 40px;
        background: url(../assets/icon_percent.png) center / 38px auto no-repeat;
        margin-right: 10px;
    }

    .content._main .aside-fixed .btn._live p::before {
        width: 52px;
        height: 34px;
        background: url(../assets/icon_naver_live.png) center / 52px auto no-repeat;
        margin-right: 10px;
    }

    .content._main .aside-fixed .btn p::after {
        width: 11px;
        height: 21px;
        background: url(../assets/arrow_right_white.png) center / 11px auto no-repeat;
        margin-left: 10px;
    }

    .sect-kv .txt-wrap h1 {
        font-size: 42px;
    }
    .sect-kv .txt-wrap:last-child {
        margin-top: 6px;
    }
    .content._main .sect-kv .change-wrap {
        margin-top: 20px;
    }
    .content._main .sect-kv .sequence-container {
        width: 586px;
        height: 346px;
        margin: 0 auto 0 27%;
    }
    .content._main .sect-product .sequence-container {
        width: 586px;
        height: 450px;
        margin: 0 auto;
    }
    /* .content._main .sect-review .efficacy-block .how-btn {
        width: 154px;
    } */
    .sect-product .banner._ecom img {
        height: 80px;
        width: auto;
    }
    .content._main .sect-product .txt-anim-wrap h2:first-child {
        font-size: 28px;
    }
    .content._main .sect-product .txt-anim-wrap h2 p:last-child {
        font-size: 31px;
    }
    .content._main .sect-product .txt-anim-wrap h2:last-child {
        font-size: 28px;
    }

    .content._main .sect-product {
        /* padding-top: 300px; */
    }

    .sequence-container > p {
        font-size: 18px;
    } 

    .content._main .kv-banner-wrap .kv-detail {
        font-size: 13px;
    }

    .sequence-container .desc-anim-wrap .point-wrap .point .big {
        width: 60px;
        height: 60px;
    }

    .sequence-container .desc-anim-wrap .point-wrap .point:first-child .big {
        background: url(../assets/kv_line_icon_diabetes.png) 50% / 36px 36px no-repeat;
        top: -103px;
        left: -83px;
    }

    .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) .big {
        top: -99px;
        background: url(../assets/kv_line_icon_skin.png) 50% / 35px 31px no-repeat;
    }

    .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) .big {
        top: -27px;
        left: 132px;
        background: url(../assets/kv_line_icon_liver.png) 50% / 33px 32px no-repeat;
    }

    .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) .big {
        top: 19px;
        left: 97px;
        background: url(../assets/kv_line_icon_respiratory.png) 50% / 35px 36px no-repeat;
    }

    .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) .big {
        top: -85px;
        left: -151px;
        background: url(../assets/kv_line_icon_urinary.png) 50% / 38px 39px no-repeat;
    }

    .sequence-container .desc-anim-wrap .point-wrap .point:last-child .big {
        top: 8px;
        left: -98px;
        background: url(../assets/kv_line_icon_joint.png) 50% / 18px 45px no-repeat;
    }

    ._cat .sequence-container .desc-anim-wrap .point-wrap .point:first-child .big {
        background: url(../assets/kv_line_icon_skin.png) 50% / 35px 31px no-repeat;
        top: -92px;
        left: -44px;
    }

    ._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(2) .big {
        background: url(../assets/kv_line_icon_liver.png) 50% / 33px 32px no-repeat;
        top: -100px;
        left: 3px;
    }

    ._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(3) .big {
        background: url(../assets/kv_line_icon_respiratory.png) 50% / 35px 36px no-repeat;
        top: -11px;
        left: 116px;
    }

    ._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(4) .big {
        background: url(../assets/kv_line_icon_diabetes.png) 50% / 36px 36px no-repeat;
        top: 26px;
        left: 38px;
    }

    ._cat .sequence-container .desc-anim-wrap .point-wrap .point:nth-child(5) .big {
        background: url(../assets/kv_line_icon_urinary.png) 50% / 38px 39px no-repeat;
        top: -48px;
        left: -141px;
    }

    ._cat .sequence-container .desc-anim-wrap .point-wrap .point:last-child .big {
        background: url(../assets/kv_line_icon_joint.png) 50% / 18px 45px no-repeat;
        top: -35px;
        left: -86px;
    }

    .ecom-layout .banner._ecom {
        margin-top: 60px;
    }

    footer {
        padding: 40px 0;
    }

    footer .copyright {
        font-size: 14px;
    }
}

@media screen and (max-height: 800px) {
    .sect-kv .txt-wrap h1 {
        font-size: 36px;
    }

    .content._main .sect-kv .change-wrap {
        margin-top: 16px;
    }

    .sequence-container > p {
        font-size: 16px;
    }

    .content._main .kv-banner-wrap .balloon {
        left: 16px;
        top: 30px;
        width: 160px;
    }

    .content._main .kv-banner-wrap .kv-detail {
        font-size: 12px;
    }
}