@charset "UTF-8";
.c-share{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%}.c-share__title{display:block;width:auto;max-width:100%;font-size:15px;line-height:1;color:var(--titleColor);margin:0 20px 0 0;flex:0 0 auto}.c-share__list{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%;flex:0 1 auto}.c-share__list__item{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:30px;height:30px;margin:0 15px 0 0;transition:opacity .4s ease-in-out}.c-share__list__item:last-child{margin:0}.c-share__list__item:hover{opacity:.5}.c-share__list__item img{object-fit:contain;object-position:center;height:100%}.c-share__list__item__textarea{position:fixed;top:-100vh;left:-100vw;opacity:0;pointer-events:none}.c-share__list__item.j-share-bt{display:none;width:auto;padding:0 0 0 30px;background:url(/assets/images/common/icon_share_gray.svg) left center no-repeat;background-size:20px auto}.c-share.native .c-share__title{display:none}.c-share.native .c-share__list__item{display:none}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}
.c-form{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;width:100%}.c-form__head{display:flex;align-items:flex-end;align-content:flex-end;justify-items:flex-start;align-content:flex-start;width:100%;margin:0 0 25px 0}.c-form__head__title{width:auto}.c-form__item{display:block;width:100%;margin:0 0 22px 0}.c-form__item[data-space="1"]{margin:0}.c-form__item input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),.c-form__item textarea{padding:0;border:none;width:100%;border-radius:5px;border:1px solid #e1e1e1;background:#fff;padding:0 30px;overflow:hidden}.c-form__item input:-webkit-autofill,.c-form__item textarea:-webkit-autofill{box-shadow:0 0 0 1000px #f8f8f8 inset;-webkit-text-fill-color:rgba(38,38,38,.6)}.c-form__item input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]){width:100%;height:60px;font-size:16px;line-height:1.2;color:rgba(0,0,0,.5);font-weight:500}.c-form__item.two{width:calc(50% - 15px)}.c-form__item__title{display:block;width:auto;max-width:100%;font-size:16px;line-height:1.2;color:rgba(0,0,0,.7);white-space:nowrap;margin:0 0 14px 0}.c-form__item.required .c-form__item__title::after{content:'*';padding:0 0 0 4px;color:var(--subColor)}.c-form__item__title{min-width:calc(4.5em + 10px)}.c-form__item textarea{min-height:180px;padding:20px 30px;color:rgba(0,0,0,.5);flex:1 1 auto}.c-form__item .c-chooseBox{margin:0 0 -10px 0}.c-form__tool{display:flex;align-items:flex-end;align-content:flex-end;justify-items:flex-start;justify-content:space-between;width:100%;margin:48px 0 0 0;padding:48px 0 0 0}.c-form__tool::before{content:'';position:absolute;top:0;left:0;display:block;width:100%;height:1px;background:var(--borderLineTop)}.c-captcha{display:flex;align-items:flex-end;align-content:flex-end;justify-items:flex-start;justify-content:flex-start;width:100%;max-width:415px}.c-captcha__item{display:block;width:100%}.c-captcha__item__title{display:block;width:auto;max-width:100%;margin:0 0 13px 0;font-size:16px;line-height:1.2;color:rgba(0,0,0,.7);font-weight:400;white-space:nowrap}.c-captcha__item__title::after{content:'*';padding:0 0 0 4px;color:var(--subColor)}.c-captcha__item input{padding:0;border:none;width:100%;height:60px;font-size:16px;line-height:1.2;color:rgba(0,0,0,.5);font-weight:500;border-radius:5px 0 0 5px;border:1px solid #e1e1e1;border-right:none;background:#fff;padding:0 30px;overflow:hidden}.c-captcha__item input::placeholder{font-size:16px;line-height:1.2;color:rgba(0,0,0,.5);font-weight:500}.c-captcha__pic{display:flex;justify-content:center;justify-items:center;align-items:center;align-content:center;width:130px;height:60px;padding:15px 7.5px;border-radius:0 5px 5px 0;background:#000;overflow:hidden;cursor:pointer;flex:0 0 auto}.c-form__tool__submit{width:100%;max-width:180px;height:60px;margin:0 0 0 20px;flex:0 0 auto}.c-form__tool__submit input{width:auto;max-width:100%;height:100%;line-height:2.2}.c-form__upload{display:block;width:100%;margin:0 0 30px 0}.c-form__upload__box{display:block;width:100%;padding:20px 0}@media screen and (max-width:991px){.c-captcha{max-width:340px}.c-captcha__pic{width:100px;padding:0 7.5px}}@media screen and (max-width:767px){.c-form__item.two{width:100%}.c-form__tool{flex-direction:column;justify-content:flex-start;margin:38px 0 0 0;padding:36px 0 0 0}.c-captcha{width:100%;max-width:none;margin:0 0 20px 0}.c-form__tool__submit{width:100%;max-width:none;margin:0}}@media screen and (max-width:575px){.c-form__item{margin:0 0 18px 0}.c-form__item input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]){height:45px;padding:0 20px}.c-form__item textarea{min-height:135px;padding:20px}.c-captcha__item input{height:45px;padding:0 20px}.c-captcha__pic{height:45px;padding:0}.c-form__tool__submit{height:50px}.c-form__upload{margin:0}.c-form__upload__box{padding:10px 0}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}
.c-edit{display:block;width:100%;font-size:16px;line-height:2;color:var(--textColor);word-break:break-all}.c-edit *{text-align:inherit}.c-edit a{color:#0000ff;text-decoration:underline;text-underline-offset:6px;transition:opacity .4s ease-in-out}.c-edit a:hover{opacity:.7}.c-edit img{display:inline-block;width:auto;max-width:100%;height:auto !important}.c-edit ul,.c-edit ol{margin:0 0 0 1.5em}.c-edit ul{list-style-type:disc}.c-edit ul li>ul{list-style-type:circle}.c-edit ul li>ul li>ul,.c-edit ul li>ul li>ul ul{list-style-type:square}.c-edit ol{list-style-type:decimal}.c-edit .pink{color:var(--mainColor)}.c-edit .title{font-size:20px;font-weight:500}.c-edit .subtitle{font-size:17px;font-weight:500}.c-edit .underline{border-bottom:1px solid var(--textColor)}.c-edit__iframe{display:block;width:100%;padding:56.25% 0 0 0}.c-edit__youtube{display:block;width:100%;padding:56.25% 0 0 0}.c-edit iframe:not([src^="https://www.instagram.com"]){position:absolute;top:0;left:0;width:100%;height:100%;margin:0 auto}.c-edit iframe[src^="https://www.instagram.com"]{max-width:540px}.c-edit__table{width:100%;padding:0 0 5px 0;overflow-x:auto}.c-edit__table::-webkit-scrollbar{height:4px;background:#ddd}.c-edit__table::-webkit-scrollbar-thumb{background:var(--mainColor)}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-edit{}}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){.c-edit__table{scrollbar-width:thin;scrollbar-color:var(--mainColor) #ddd}}
.c-page{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;max-width:100%;background:var(--borderLineTop);margin:0 auto;padding:40px 0 0 0}.c-page__count{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;max-width:100%;flex:0 1 auto}.c-page__count a{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:35px;height:35px;margin:0 2.5px;border-radius:50%;font-size:16px;line-height:1;color:#7e7c7e;transition:opacity .4s ease-in-out;overflow:hidden}.c-page__count a.hide{display:none}.c-page__count a:hover{opacity:.7}.c-page__count a.active{color:#fff;background:var(--subColor)}.c-page__prev,.c-page__next{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:auto;max-width:100%;margin:0 0 0 30px;font-size:20px;line-height:1;color:#000;transition:opacity .4s ease-in-out;flex:0 0 auto}.c-page__prev{margin:0 30px 0 0}.c-page__prev:hover,.c-page__next:hover{opacity:.7}.c-page__prev::before,.c-page__next::after{content:'';position:relative;display:inline-block;vertical-align:middle;width:6px;height:11px;margin:0 0 0 15px;background:url(/assets/images/common/icon_arrow_next.svg) center no-repeat;background-size:contain}.c-page__prev::before{margin:0 15px 0 0;transform:scaleX(-1)}.c-page__prev::after,.c-page__next::before{display:block;width:auto;height:auto}.c-page__prev::after{content:'Prev'}.c-page__next::before{content:'Next'}.c-page__prev.disable,.c-page__next.disable{opacity:.5;pointer-events:none}.c-page-detail{justify-content:space-between;background:none;padding:0}.c-page-detail.wow{animation-name:fadeInUp}.c-page-detail .c-page__count{display:none}.c-page__back{width:200px;height:70px}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-page{justify-content:space-between}.c-page__prev,.c-page__next{font-size:16px}.c-page__back{width:130px;height:45px}.c-page-detail .c-page__prev{margin:0 10px 0 0}.c-page-detail .c-page__next{margin:0 0 0 10px}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}
.detail{display:block;width:100%;padding:60px 0 0 0}.detail__base{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;width:100%;margin:25px auto 60px auto}.detail__base__media{display:block;width:50%;max-width:680px;margin:0 50px 0 0;flex:0 0 auto}.detail__base__media.wow{animation-name:fadeInLeft}.detail__base__media .c-youtube{border-radius:10px;overflow:hidden}.detail__base__media__gallery{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%;overflow:hidden}.detail__base__media__gallery.slick-slider{display:block}.detail__base__media__gallery__item{display:block;width:100%;border-radius:10px;filter:drop-shadow(9px 0 21px rgba(198,92,106,.1));overflow:hidden;flex:0 0 auto}.detail__base__info{display:block;width:100%;max-width:760px;flex:0 1 auto}.detail__base__info.wow{animation-name:fadeInRight}.detail__base__info__tool{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;margin:0 0 24px 0}.detail__base__info .c-date{margin:0 0 0 20px}.detail__base__info__title{display:block;width:100%;font-size:30px;line-height:1.45;color:var(--titleColor);font-weight:500}.detail__base__info__text{margin:20px 0 auto 0}.detail__base__info .c-share{margin:34px 0 0 0}.detail__wrapper{display:block;width:100%}.detail__body{display:block;width:100%;border-radius:10px;background:#fff;margin:50px 0 0 0;padding:30px max(30px,min(100px,30px + 70 * (100vw - 1300px) / 620)) 80px max(30px,min(100px,30px + 70 * (100vw - 1300px) / 620));box-shadow:9px 0 21px rgba(98,38,45,.1);overflow:hidden}.detail__body.wow{animation-name:fadeInUp}.detail__body:first-child{margin:0}.detail__body[data-type="qa"]{padding:30px max(30px,min(100px,30px + 70 * (100vw - 1300px) / 620)) 50px max(30px,min(100px,30px + 70 * (100vw - 1300px) / 620))}.detail__body__edit{display:block;width:100%}.detail__title{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;margin:0 0 76px 0;padding:0 0 25px 0}.detail__body[data-type="qa"] .detail__title{margin:0 0 80px 0}.detail__body[data-type="feedback"] .detail__title{margin:0}.detail__title::before{content:'';position:absolute;bottom:0;left:min(-30px,max(-100px,-30px + -70 * (100vw - 1300px) / 620));display:block;width:calc(100% + max(60px,min(200px,60px + 140 * (100vw - 1300px) / 620)));height:1px;background:var(--borderLineBottom)}.detail__title__main{display:inline-block;width:auto;max-width:100%;font-size:30px;line-height:1.2;color:#000;font-weight:300}.detail__title__pic{display:block;width:30px;margin:0 20px}.detail__title__sub{display:inline-block;width:auto;max-width:100%;font-size:20px;line-height:1.2;color:#000;font-weight:500}.detail__body__tool{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%;margin:30px 0 0 0;padding:30px 0 0 0}.detail__body__tool::before{content:'';position:absolute;top:0;left:0;display:block;width:100%;height:1px;background:var(--borderLineBottom);pointer-events:none}.detail__body__tool__btn{width:min(200px,18vw);height:70px;margin:0 20px 10px 0}.detail__body__tool__btn:last-child{margin:0 0 10px 0}.detail__photoList{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:calc(100% + 10px);margin:0 0 -10px 0}.detail__photoList__item{left:-10px;display:block;width:calc(100% / 3 - 10px);margin:0 5px 10px 5px}.detail__photoList__item::before{content:'View';position:absolute;z-index:10;top:0;left:0;display:none;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;height:100%;font-size:16px;line-height:1;color:#fff;background:url(/assets/images/common/icon_magnifier.svg) center top calc(50% - 10px) /20px auto no-repeat,rgba(0,0,0,.7);padding:40px 0 0 0;pointer-events:none;transition:opacity .4s ease-in-out;opacity:0}.detail__photoList__item:has(.detail__photoList__item__btn)::before{display:flex}.detail__photoList__item:hover::before{opacity:1}.detail__photoList__item__pic{display:block;width:100%}.detail__photoList__item__btn{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.detail__qa{display:block;width:100%}.detail__qa.wow{animation-name:fadeIn}.detail__qa__container{display:block;width:100%}.detail__qa__container__item{display:block;width:100%}.detail__qa__container__item::before{content:'';position:absolute;z-index:10;top:0;left:0;display:block;width:100%;height:1px;background:var(--borderLineTop)}.detail__qa__container__item:last-child .detail__qa__container__item__title{background:var(--borderLineBottom),#f9f8f9}.detail__qa__container__item__title{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:space-between;width:100%;background:#f9f8f9;padding:22px 40px;cursor:pointer}.detail__qa__container__item__title__text{display:inline-block;width:auto;font-size:18px;line-height:1.2;color:var(--titleColor);font-weight:500;margin:auto 0}.detail__qa__container__item__title__btn{display:block;width:25px;height:25px;margin:0 0 0 45px;flex:0 0 auto}.detail__qa__container__item__title__btn::before{content:'';position:absolute;z-index:10;top:calc(50% - 0.5px);left:calc(50% - 12.5px);display:block;width:100%;height:1px;background:#000}.detail__qa__container__item__title__btn::after{content:'';position:absolute;z-index:10;top:calc(50% - 12.5px);left:calc(50% - 0.5px);display:block;width:1px;height:100%;background:#000}.detail__qa__container__item.active .detail__qa__container__item__title__btn::after{display:none}.detail__qa__container__item__content{display:none;width:100%;padding:20px 40px;background:var(--borderLineTop)}.detail__qa__container__item:last-child .detail__qa__container__item__content{background:none}.detail__feedback{display:block;width:100%}.detail__feedback.wow{animation-name:fadeIn}.detail__feedback__wrapper{display:block;width:100%;overflow:hidden}.detail__feedback__list{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:calc(100% + 50px);padding:130px 0 0 0}.detail__feedback__list .c-feedback{left:-25px;width:calc(50% - 50px);margin:0 25px;flex:0 0 auto}.detail__feedback .slick-prev,.detail__feedback .slick-next{top:30px}.detail__feedback .slick-prev{left:auto;right:135px}.detail__feedback .slick-next{right:50px}.detail .c-page-detail{margin:30px 0 0 0}@media screen and (max-width:1200px){.detail__photoList__item{width:calc(50% - 10px);margin:0 5px 10px 5px}.detail__feedback__list{width:calc(100% + 30px)}.detail__feedback__list .c-feedback{left:auto;width:100%;margin:0 30px 0 0}.detail__feedback .slick-prev{left:auto;right:115px}.detail__feedback .slick-next{right:30px}}@media screen and (max-width:991px){.detail .crumb{margin:25px 0 0 0}.detail__base{display:block;margin:25px 0 65px 0}.detail__base__media{width:100%;max-width:none;margin:0 0 50px 0}.detail__base__media:has(.detail__base__media__youtube){margin:0 0 40px 0}.detail__base__media.wow{animation-name:fadeInUp}.detail__base__media__youtube{padding:56.35% 0 0 0}.detail__base__info{max-width:none;min-height:auto;border:none;padding:0}.detail__base__info.wow{animation-name:fadeInUp}.detail__base__info .c-share{margin:28px 0 0 0}.detail__body{margin:30px 0 0 0;padding:30px 30px 50px 30px}.detail__body[data-type="qa"]{padding:30px 30px 20px 30px}.detail__title{margin:0 0 40px 0}.detail__body[data-type="qa"] .detail__title{margin:0 0 50px 0}.detail__title::before{left:-30px;width:calc(100% + 60px)}.detail__qa__container__item__title{padding:22px 30px}.detail__qa__container__item__content{padding:24px 30px}.detail__feedback__list{padding:110px 0 0 0}.detail__feedback .slick-prev,.detail__feedback .slick-next{top:20px}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.detail .crumb{margin:18px 0 0 0}.detail__base{margin:18px 0 50px 0}.detail__base__media{margin:0 0 30px 0}.detail__base__media:has(.detail__base__media__youtube){margin:0 0 20px 0}.detail__base__media__youtube{padding:56.41% 0 0 0}.detail__base__info__tool{margin:0 0 15px 0}.detail__base__info__title{font-size:23px}.detail__base__info__text{margin:7px 0 0 0}.detail__base__info .c-share{margin:22px 0 0 0}.detail__body{left:-20px;width:100vw;background:var(--borderLineTop),#fff;margin:0;padding:16px 20px 70px 20px;box-shadow:none}.detail__body.wow{animation-name:fadeIn}.detail__body:last-child{background:var(--borderLineTop),var(--borderLineBottom),#fff}.detail__body[data-type="qa"]{padding:20px 20px 40px 20px}.detail__title{margin:0 0 40px 0;padding:0 0 16px 0}.detail__title__main{font-size:min(25px,6.67vw)}.detail__title__pic{margin:0 15px}.detail__title__sub{font-size:min(18px,4.8vw)}.detail__body__tool__btn{width:100%;height:45px;margin:0 0 10px 0}.detail__photoList{width:100%;margin:0}.detail__photoList__item{left:auto;width:100%;margin:0 0 10px 0}.detail__qa__container__item__title{padding:15px 20px}.detail__qa__container__item__title__text{font-size:17px;line-height:1.45}.detail__qa__container__item__title__btn{width:20px;height:20px;margin:0 0 0 20px}.detail__qa__container__item__title__btn::before{left:calc(50% - 10px)}.detail__qa__container__item__title__btn::after{top:calc(50% - 10px)}.detail__qa__container__item__content{padding:14px 20px}.detail__feedback__list{padding:50px 0 0 0}.detail__feedback__list.slick-slider{display:block}.detail__feedback__list .slick-dots{left:-15px}}@media (any-hover:none){.detail__photoList__item:hover::before{opacity:0}}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}
