/*-- [20181123] 整理--------------------*/
/* * {
  font-family: 'Roboto', "微軟正黑體", Arial, Helvetica, "Microsoft JhengHei", "新細明體", "Lucida Grande", "Lucida Sans Unicode", sans-serif !important;
} */
html, body {
  /* background-image:url(/themes/event/circleday/circleday2024/images/home/bodybg.png);
  background-repeat: repeat;
  background-position: bottom center; */
  background-color: #fefced;
  width: 100%;
  /* overflow-x: hidden; */
}
div#notification {
  display: none !important;
}

/* #circleday a:hover {
  color: #778f55;
} */

.text-1898a5{
  color:#1898a5;
}
.text-034b5b{
  color: #034b5b;
}
.text-89{
  color: #898989;
}
.text-563513{
  color: #563513;
}
.text-416983{
  color: #416983;
}

/*event_memu*/
#event_memu {
  width: 100%;
  height: 45px;
}

#event_memu .menu-item a {
  padding-left: 25px;
  margin: 0 10px;
  line-height: 45px;
}

#event_memu .menu-item a:hover, #event_memu .menu-item a.selected {
  /* color:#034B5B; */
  /* background:url(/themes/event/circleday/circleday2024/images/home/menu-here.png) no-repeat left center;*/
}


/*event_inner_header*/
#event_inner_header {
  width: 100%;
  height: 185px;
  background: url(/themes/event/circleday/circleday2024/images/home/inner_banner2000.png?t=4) no-repeat top center;
  background-color: #FEFCED;
}

#event_inner_header>div, #event_inner_header>div .inner-link {
  height: 100%;
}

@media (max-width: 960px) {
  #event_inner_header {
    background-position-x: 45%;
  }
}

@media (max-width: 540px) {
  #event_inner_header {
    background-image: url(/themes/event/circleday/circleday2024/images/home/inner_banner2000_mobile.png?t=4);
    background-position-x: center; 
  }
}

/*event_home*/
#event_home {
  width: 100%;
  height: 397px;
  background:url(/themes/event/circleday/circleday2024/images/home/home_banner_bg.png?t=4) no-repeat;
  background-position: center;
  position: relative;
  background-color: #FEFCED;
}

#event_home>div, #event_home>div>.mid-page {
  height: 100%;
}

#event_home .home_collect_btn {
  width: 100%;
  height: 227px;
}

#event_home .home_pro_btn {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 169px;
}

#event_home .home_pro_btn a {
  background:url(/themes/event/circleday/circleday2024/images/home/home-product.png) no-repeat;
  background-position: calc(37% + 20px);
  width: 100%;
  display:block;
}

#event_home .home_pro_btn a:hover {
  background:url(/themes/event/circleday/circleday2024/images/home/home-product-hover.png) no-repeat;
  background-position: calc(37% + 20px);
}

@media (max-width: 960px) {
  #event_home {
    background-position-x: 41.5%;
  }
}

@media (max-width: 540px) {
  #event_home {
    background-image: url(/themes/event/circleday/circleday2024/images/home/home-banner-bg-mobile.png?t=4);
    background-position:  center;
  }
  #event_home .home_pro_btn a, #event_home .home_pro_btn a:hover {
    background-image: none;
  }
}

#event_home .home_pro_btn img {
  width:100%;
  height:169px;
}

#event_home .home_pro_btn2 {
  height: 169px;
}

#event_home .home_collect_btn2 a {
  display:block;
  height:100%;
}

/*event_content*/
#circleday a.mycircleday {
  color: #034b5b;
}
#circleday a.mycircleday:hover {
  color: #778f55;
}

.bg-f2{
  background-color: #f29b76;
}
.bg-player{
  background-color: #62704A;
}
.bg-owner{
  background-color: #563513;
}
.bg-slot{
  background-color: #97BFC5;
}

.bg-03{
  background-color: #034150;
}

@media (max-width: 768px) {
  #circleday a.mycircleday {
    background: #f29b76;
    padding: 0 15px; 
    border-radius: 10px; 
    color: #fff; 
  }
  #circleday a.mycircleday:hover {
    color: #fff;
    opacity: 0.7;
  }

  #circleday a.whatiscircleday {
    border: 1px solid #898989;
    padding: 0 15px; 
    border-radius: 10px; 
  }
  #circleday a.whatiscircleday:hover {
    opacity: 0.7;
  }
}




.step2_preview[type="views"] .photo-frame, .step2_preview[type="none"] .photo-frame {
  /* display: none; */
  z-index: -1;
}

.canvas canvas {
  width: 130%;
  margin-left: -21%;
}
#canves_click_area {
  position: absolute;
  top: 11%;
  width: 89%;
  height: 47%;
  left: 4%;
  cursor: pointer;
}

@media (max-width: 768px){
  #event_content .canvas.collect-steps canvas{
    max-width: 540px;
    margin: auto;
    width: 100%;
    display: block;
    transform: translateX(-3%);
  }
}
@media (max-width: 540px) {
  #event_content .canvas.collect-steps {
    width: 100%;
    max-width: initial;
  }


  #event_content .canvas.collect-steps canvas {
    max-width: 375px;
    transform: translateX(-3%);
  }

}


/*home-footer*/
.home-footer {
  /*background-color: #b29769;*/
  font-size: 17px;
}
.home-footer a, .home-footer span {
  color:#333 !important;
  letter-spacing:1px;
  text-align:center;
  line-height:1.5;
  display:block;
  width:100%;
  box-sizing:border-box;
  padding-top:4px;
}
.home-footer span {
  font-size:10px;
  padding-top:2px;
}

@media (max-width: 750px){
  .home-footer {
    font-size: 14px;
  }
}



/**circleday2024**/
.alert-message {
  color:#3d2a6c;
}


#event {
  width:100%; 
  background:url(/themes/event/circleday/circleday2016/images/home/bodybg.jpeg) repeat bottom center; 
  padding:0px;
}

#event_content h1 {
  letter-spacing:2px;
}
#event_content .collect-title{
  letter-spacing:2px;
}

#event_content .mid-page h1.border-bottom {
  display:block;
  width:100%;
  padding-bottom:5px;
}
#event_content .mid-page h2.title {
  display:inline-block;
  border-radius:15px;
  line-height:1.5;
  font-size:15px;
  font-weight:bold;
  letter-spacing:1px;
  color: #fff;
  background-color: #034b5b;
  padding:2px 30px;
  text-align:center;
}
#event_content .mid-page h2.title.username {font-size:14px;padding:2px 8px;}

@media (max-width: 750px) {
  #event_content .mid-page h2.title {
    background-color: transparent;
    color: #898989;
    font-size: 12px;
  }
}

#event_content .mid-page p.border-top {display:block;width:100%;border-top:1px solid #f29b76;padding-top:5px;margin-top:2px;font-size:14px;}
#event_content .mid-page p.left {
  margin-left:5px;
  color: #707070;
}

#event_content .mid-page .nav a{
  letter-spacing:0.5px;
}

#event_content #image-slider {margin:7px auto 50px auto;}


/*footer*/
#event_footer {height:40px; margin-top:60px; padding-top:5px; border-top:#fff 1px solid; text-align:center;}
.event_list_footer {text-align:center;width:100%;height:110px;line-height:110px;margin:0 auto;bottom:0;color:#efddd5;display:block;background:url(/themes/event/circleday/circleday2024/images/home/footer-bg.png) repeat-x bottom center;}
.event_list_footer a, .event_list_footer span {font-size:13px;color:#efddd5!important;letter-spacing:1px;text-align:center;line-height:1.5;display:block;width:100%;padding-top:60px;box-sizing:border-box;}
.event_list_footer span {font-size:10px;padding-top:2px;}
.event_inner_footer {text-align:center; width:1000px; margin:5px auto;font-size:12px;height:20px;color:#6c6c6c; padding:20px 0;}
.event_inner_footer .right {margin-top:0!important;}
.event_inner_footer a {color:#6c6c6c!important;letter-spacing:1px;}

/*collect-steps-1*/

#event_content .collect-steps form {display:block;margin:20px 0 0 60px;display: none;}

/*collect-steps-2*/
.photo-frame{
  margin:0 auto;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(0,0,0,0.78);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 3px;
}
.photo-frame.load_img{
  left: -300%;
}

.event_step textarea {resize:none;}
.event_step textarea::placeholder {
  font-size: 0.9rem;
}

.event_prv_can, .event_prv_can img{
  max-width:598px; 
  width:100%;
}

.event_info_can {
  transform: translateX(-4%);
}

.event_info_can img {

  width:100%; 
  height:auto;

}

@media (max-width: 768px) {
  .event_prv_can, .event_info_can {
    transform: translateX(-4%);
  }
}

/*date-info*/
.event_info_date.owner{
  max-width: 440px;
  width: 100%;
}
.event_info_date {
  border-style: solid;
  border-image: url(/themes/event/circleday/circleday2024/images/double-line-border-image.svg);
  border-image-slice: 10;
  border-width: 10px;
  /*padding: calc(3rem - 3px) !important;*/
}

.event_info_date p.desc {
  letter-spacing:0.5px;
  max-width:330px;
  max-height:500px;
  overflow-x:hidden;
  overflow-y:auto;
  word-break: break-all;
}

@media (max-width: 768px) {
  .signup_preview_info_data {
    width:100%;
  }
}
@media (max-width: 768px) {
  .event_info_date p.desc {
    max-height: 75px;
  }
}
@media (max-width: 450px) {
  .event_info_date p.desc {
    max-height: 42px;
  }
}


/*collect-steps-4-finish*/
.event_colletion_btn a {background:url(/themes/event/circleday/circleday2024/images/home/collection_btn.png) no-repeat top right; width:160px; height:160px; display:block; }
.event_colletion_btn a:hover {background:url(/themes/event/circleday/circleday2024/images/home/collection_btn_over.png) no-repeat top right;}
.event_colletion_btn img {width:160px; height:160px;}
#event_content .collect-block {
  background:url(/themes/event/circleday/circleday2024/images/home/collect-block-bg-02.png) no-repeat right center;
  width: 100%;
}

#event_content .collect-block h1{letter-spacing:0.5px;font-size:22px;}

@media (max-width: 1024px) {
  #event_content .collect-block{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position:70% bottom;
  }

  #event_content .event_colletion_btn {
    width: 100%;
  }
}
@media (max-width:768px) {
  #event_content .collect-block{
    background-position:20% bottom;
  }
}
@media (max-width:540px) {
  #event_content .collect-block{
    background-position:10% bottom;
  }
}


/*header-menu*/
#event_home .home_collect_btn a {display:block; max-width:1000px; width:100%; height:222px;}

#event_home .home_collect_btn img {
  width:100%; 
  height:222px;
}
.btn.arrow-forward:after, .btn.arrow-before:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

#event_content .gallery-select-group {
  width: fit-content;
}
@media (max-width: 768px) {
  #event_content .gallery-select-group {
    width: 100%;
  }
}

.event_month_tag{
  border: 1px solid #ddd;
  color: #416983;
}
.event_month_tag_selected{
  color: #fff;
  background-color: #416983;
  border: 1px solid #416983;
}

.event_month01 a, .event_month02 a, .event_month03 a, .event_month04 a, .event_month05 a, .event_month06 a,
.event_month07 a, .event_month08 a, .event_month09 a, .event_month10 a, .event_month11 a, .event_month12 a
{display:block;width:22px;height:22px;border-radius:50%;background:#034b5b;}
.event_month01 a:hover, .event_month02 a:hover, .event_month03 a:hover, .event_month04 a:hover, .event_month05 a:hover, .event_month06 a:hover,
.event_month07 a:hover, .event_month08 a:hover, .event_month09 a:hover, .event_month10 a:hover, .event_month11 a:hover, .event_month12 a:hover
{display:block;width:22px;height:22px;border-radius:50%;background:#778f55;}
.event_month01_selected, .event_month02_selected, .event_month03_selected, .event_month04_selected, .event_month05_selected, .event_month06_selected,
.event_month07_selected, .event_month08_selected, .event_month09_selected, .event_month10_selected, .event_month11_selected, .event_month12_selected
{
  display:block;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#f29b76;
}
.event_month01 a span:after ,.event_month01_selected span:after, .event_month02 a span:after ,.event_month02_selected span:after,
.event_month03 a span:after ,.event_month03_selected span:after, .event_month04 a span:after ,.event_month04_selected span:after,
.event_month05 a span:after ,.event_month05_selected span:after, .event_month06 a span:after ,.event_month06_selected span:after,
.event_month07 a span:after ,.event_month07_selected span:after, .event_month08 a span:after ,.event_month08_selected span:after, 
.event_month09 a span:after ,.event_month09_selected span:after, .event_month10 a span:after ,.event_month10_selected span:after,
.event_month11 a span:after ,.event_month11_selected span:after, .event_month12 a span:after ,.event_month12_selected span:after
{display:block;width:22px;height:22px;border-radius:50%;line-height:22px;color:#fff!important;font-size:11px;text-align:center;}
.event_month01_selected span:after, .event_month01 a span:after {content:"1";}
.event_month02_selected span:after, .event_month02 a span:after {content:"2";}
.event_month03_selected span:after, .event_month03 a span:after {content:"3";}
.event_month04_selected span:after, .event_month04 a span:after {content:"4";}
.event_month05_selected span:after, .event_month05 a span:after {content:"5";}
.event_month06_selected span:after, .event_month06 a span:after {content:"6";}
.event_month07_selected span:after, .event_month07 a span:after {content:"7";}
.event_month08_selected span:after, .event_month08 a span:after {content:"8";}
.event_month09_selected span:after, .event_month09 a span:after {content:"9";}
.event_month10_selected span:after, .event_month10 a span:after {content:"10";}
.event_month11_selected span:after, .event_month11 a span:after {content:"11";}
.event_month12_selected span:after, .event_month12 a span:after {content:"12";}
.event_info .btn-group {display:inline-block;height:38px;line-height:38px;width:1000px;margin:0 auto;}
.event_info .btn-group a.right {margin-top:0!important;}

#event_list {width:100%;height:auto;padding:0;}
#event_list .date {text-align:center;width:100%;margin:20px auto;}
#event_list .date span {display:inline-block;padding:0 15px;font-size:16px;font-weight:bold;letter-spacing:2px;color:#3d2a6c;line-height:1.6;border-radius:20px;border:2px solid #3d2a6c;}
.event_list_content {height:585px;background:url(/themes/event/circleday/circleday2024/images/home/event_list_content_bg.png) no-repeat bottom center;}
.event_list_collbtn {width:183px; height:23px;}
.event_list_content .tips img {vertical-align: baseline; }
.event_list_collbtn a {display:block; background:url(/themes/event/circleday/circleday2016/images/home/list_collbtn.png) no-repeat bottom left; width:183px; height:23px;}
.event_list_collbtn a:hover {background:url(/themes/event/circleday/circleday2016/images/home/list_collbtn_over.png);}
.event_list_collbtn_big {width:300px; height:40px;}
.event_list_collbtn_big a {display:block; background:url(/themes/event/circleday/circleday2016/images/home/list_collbtn_big.png) no-repeat bottom left; width:300px; height:40px;}
.event_list_collbtn_big a:hover {opacity:0.7;}
.event_list_collbtn_big img {width:300px; height:40px;}
.event_list_prize {width:325px; padding-left:5px; text-align:left; line-height:25px; color:#333333;margin-top:5px;}
.event_list_prize .prize_bg {background-color: rgba(140, 203, 177, 0.7);color:#fff;margin:10px 0;}
.event_calender_display {
  display:block; 
  width:225px;
  height:231px;
  padding-top:40px;
  box-sizing: content-box;
}
a:hover .event_calender_top {
  background:url(/themes/event/circleday/circleday2024/images/home/calendar_top_over.png) no-repeat top left;
  cursor: pointer;
}
.event_calender_top {
  z-index:10; 
  position:absolute; 
  width:225px; 
  height:206px;
}
.event_calender {transform: translateX(-8px);}
.event_calender img {width:225px; height:auto; z-index:20;}


/*gallery-new*/
#event_list.gallery {
  max-width:1000px;
  min-height:500px;
}
#event_list.gallery .event_list_content {background:none;height:auto;}
#event_list.gallery .event_list_content ul {
  margin:0 auto;
  display:block;
  background: url(/themes/event/circleday/circleday2024/images/home/gallery-bg.png) repeat center 36px;
}
#event_list.gallery .event_list_content ul li {
  margin-bottom: 35px;
}
#event_list.gallery .event_list_content ul li img
 {width:177px;height:auto;}
#event_list.gallery a.arrow-prev, #event_list.gallery a.arrow-next, #event_list.gallery .arrow-prev-disable, #event_list.gallery .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;cursor:pointer;}
#event_list.gallery a.arrow-prev {left:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -49px 0;}
#event_list.gallery .arrow-prev-disable {left:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat 0 0;}
#event_list.gallery a.arrow-prev:hover {background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -104px 0;}
#event_list.gallery a.arrow-next {right:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -55px 0;}
#event_list.gallery .arrow-next-disable {right:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -104px 0;}
#event_list.gallery a.arrow-next:hover {background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat 0 0;}
#event_list.gallery a.arrow-prev, #event_list.gallery a.arrow-next, #event_list.gallery .arrow-prev-disable, #event_list.gallery .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;}
#event_list.gallery .arrow-prev-disable, #event_list.gallery .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;cursor: default;}
#event_list.gallery a.tips {position:relative;}
#event_list.gallery .rescue-tips {display:none; position:absolute; top:-225px;left:20px;opacity:0.8;}
#event_list.gallery .tips:hover .rescue-tips {display:inline-block;}
#event_list.gallery .tips:hover .rescue-tips span {font-size:14px;;display:block;overflow:hidden;max-height:40px;}
#event_list.gallery .tips:hover .rescue-tips span.day, #event_list.gallery .tips:hover .rescue-tips span.nickname {font-size:12px;color:#efddd5;}
#event_list.gallery .rescue-tips .tips-bg {background-color:#000;color:#fff;padding:5px 10px 10px 10px;width:160px;max-height:90px;overflow:hidden;font-size:13px;letter-spacing:0.5px;border-radius:6px;line-height:1.5;box-sizing:border-box;}
#event_list.gallery .rescue-tips .tips-bottom {width:10px;height:8px;position:absolute;background:url(/images/tintint/common/icon/gray_buble_bottom.png?s=1) no-repeat ;margin-left:45%;}

#event_list_owl.gallery_owl{
  min-height:500px;
}
#event_list_owl.gallery_owl .event_list_content {
  height: 245px;
  background: url(/themes/event/circleday/circleday2024/images/home/gallery-bg.png) no-repeat center bottom;
}

#event_list_owl.gallery_owl .event_list_content ul li {
  margin-bottom: 35px;
}
#event_list_owl.gallery_owl .event_list_content .owl-carousel img,
#event_list_owl.gallery_owl .event_list_content .owl-carousel img{width:177px;height:auto;}
#event_list_owl.gallery_owl a.arrow-prev, #event_list_owl.gallery_owl a.arrow-next, #event_list_owl.gallery_owl .arrow-prev-disable, #event_list_owl.gallery_owl .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;cursor:pointer;}
#event_list_owl.gallery_owl a.arrow-prev {left:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -49px 0;}
#event_list_owl.gallery_owl .arrow-prev-disable {left:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat 0 0;}
#event_list_owl.gallery_owl a.arrow-prev:hover {background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -104px 0;}
#event_list_owl.gallery_owl a.arrow-next {right:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -55px 0;}
#event_list_owl.gallery_owl .arrow-next-disable {right:-75px;top:50px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -104px 0;}
#event_list_owl.gallery_owl a.arrow-next:hover {background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat 0 0;}
#event_list_owl.gallery_owl a.arrow-prev, #event_list_owl.gallery_owl a.arrow-next, #event_list_owl.gallery_owl .arrow-prev-disable, #event_list_owl.gallery_owl .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;}
#event_list_owl.gallery_owl .arrow-prev-disable, #event_list_owl.gallery_owl .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;cursor: default;}
#event_list_owl.gallery_owl a.tips {position:relative;}
#event_list_owl.gallery_owl .rescue-tips {display:none; position:absolute; top:-225px;left:20px;opacity:0.8;}
#event_list_owl.gallery_owl .tips:hover .rescue-tips {display:inline-block;}
#event_list_owl.gallery_owl .tips:hover .rescue-tips span {font-size:14px;;display:block;overflow:hidden;max-height:40px;}
#event_list_owl.gallery_owl .tips:hover .rescue-tips span.day, #event_list_owl.gallery_owl .tips:hover .rescue-tips span.nickname {font-size:12px;color:#efddd5;}
#event_list_owl.gallery_owl .rescue-tips .tips-bg {background-color:#000;color:#fff;padding:5px 10px 10px 10px;width:160px;max-height:90px;overflow:hidden;font-size:13px;letter-spacing:0.5px;border-radius:6px;line-height:1.5;box-sizing:border-box;}
#event_list_owl.gallery_owl .rescue-tips .tips-bottom {width:10px;height:8px;position:absolute;background:url(/images/tintint/common/icon/gray_buble_bottom.png?s=1) no-repeat ;margin-left:45%;}

/*info-new*/

#event_list_info a.arrow-prev, #event_list_info a.arrow-next {display:block;width:50px;height:302px;position:absolute;z-index:99;cursor:pointer;}
#event_list_info a.arrow-prev {left:-50px;top:120px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -49px 0;}
#event_list_info .arrow-prev-disable {left:-50px;top:120px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat 0 0;}
#event_list_info a.arrow-prev:hover {background:url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -104px 0;}
#event_list_info a.arrow-next {right:-85px;top:120px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -55px 0;}
#event_list_info .arrow-next-disable {right:-85px;top:120px;background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -104px 0;}
#event_list_info a.arrow-next:hover {background:url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat 0 0;}
#event_list_info a.arrow-prev, #event_list.gallery a.arrow-next, #event_list_info .arrow-prev-disable, #event_list_info .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;}
#event_list_info .arrow-prev-disable, #event_list_info .arrow-next-disable {display:block;width:50px;height:302px;position:absolute;z-index:99;cursor: default;}

@media (max-width: 1024px) {
  #event_list_info{
    overflow-x: hidden;
  }
  /* #event_list_info a.arrow-prev, #event_list_info a.arrow-next {
    display: none;
  } */
  #event_list_info a.arrow-prev, #event_list_info a.arrow-next {
    width: 35px;
    height: 200px;
  }
  #event_list_info .arrow-prev-disable, #event_list_info .arrow-next-disable {
    width: 35px;
    height: 200px;
  }
  #event_list_info a.arrow-next {
    right: 10px;
    top: 120px;
    background: url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -26px 0;
    background-size: 270%;
  }
  #event_list_info a.arrow-prev {
    left: 10px;
    top: 120px;
    background: url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -26px 0;
    background-size: 270%;
  }
  #event_list_info a.arrow-next:hover {
    background: url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat 4px 0;
    background-size: 270%;
  }
  #event_list_info a.arrow-prev:hover {
    background: url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat -61px 0;
    background-size: 270%;
  }
  #event_list_info .arrow-prev-disable {
    left: 10px;
    top: 120px;
    background: url(/themes/event/circleday/circleday2024/images/home/calendar_pre_bg.png) no-repeat 2px 0;
    background-size: 270%;
  }
  #event_list_info .arrow-next-disable {
    right: 10px;
    top: 120px;
    background: url(/themes/event/circleday/circleday2024/images/home/calendar_nex_bg.png) no-repeat -57px 0;
    background-size: 270%;
  }
}


.event_calendar_info {
  font-family: Microsoft JhengHei,serif; 
  width:185px;
  padding:20px 10px;
  margin:50px 0 0 0px;
  box-sizing:border-box;
  background: white;
  border: 1px solid #cecece;
}
.event_calendar_info * {box-sizing: content-box}
.event_calendar_info .facebook-like-button {width: 150px !important;}
#circleday .event_calendar_info a {color: #44a7b2;}
.event_calendar_author {font-size:11px;color:#999;margin-top:2px;width: 150px;overflow:hidden;height:20px;}
#circleday .event_calendar_author a {color:#898989 !important;}
.event_calendar_author a:hover {opacity:0.7;}
.event_calendar_title {width:160px;font-weight:bold;padding:5px 0;height:18px; overflow:hidden;text-align:center;}}
.event_calendar_info .left{margin-top:0px;}
.event_calendar_info .event-calendar-fblike {margin:12px 0 0 3px; display: none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	position: fixed;
	z-index: 102;
	color:#333333;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: 3px solid #6c6c6c;
	background:url(/themes/event/circleday/circleday2016/images/home/prv_bg.jpeg) repeat-x bottom center;
	background-color:#fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: Microsoft JhengHei, serif;
}


/**Horizontal Buttons**/

.cutoff-title {color:#ffffff; font-size:15px; font-weight:bold; text-align:center; margin-top:30px; background:#DF462B; padding: 3px 25px; display: inline-block; text-decoration: none; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; letter-spacing:1px;}

#event #TB_window .event_submit_radius a.copy-url:active {color: #ffffff;}

/*single*/
.event_step .user-single {
  width: 950px;
}

.event_step .fin-subtitle img {padding-top:50px;height:60px;}

.user-single {margin:10px auto;text-align:center;width: 980px;}

.user-single li {display:inline-block;width:155px;margin:auto 6px; text-align:center;color:#6c6c6c!important;line-height:2;}
.user-single li a {color:#333!important;}
.user-single li .product-notebook .event-image {width:110px;height:100px;background-size:100%;}
.user-single li .product-diary .event-image {width:70px;height:80px;background-size: 100%;margin:20px auto !important;}
.user-single li .product-desk .event-image {width:90px;height:100px;background-size: 100%;margin:15px auto !important;}
.user-single li .product-desk-s .event-image {width:60px;height:75px;background-size: 100%;margin:20px auto !important;}
.user-single li .product-wall .event-image {width:125px;height:74px;background-size: 100%;margin:22px auto !important;}

.button-radius a, .user-single .button-radius a {
  color:#fff!important;
}
.button-radius a:hover, .user-single .button-radius a:hover {opacity:0.8;}

.user-single, .event_step .user-single {
  max-width: 950px;
  width: 100%
}
.user-single ul, .event_step .user-single ul{
  max-width: 960px;
  width: 100%;
}



/*referral*/
.referral h4 {
  letter-spacing:0.5px;
}
.referral p, .user_invite p {
  font-size:15px;
}

/*info-user-invite*/
.arrow_box {position:relative;background:rgba(140, 203, 177, 0.7);box-shadow: 1px 1px 1px 1px rgba(61,42,108,0.2);}
.arrow_box:after {right:100%;top: 50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0, 0, 0, 0);border-right-color:rgba(140, 203, 177, 0.7);border-width: 20px;margin-top: -20px;}
#event_content .user_invite .prize_bg a {color:#3d2a6c;}
#event_content .user_invite .prize_bg a:hover {color:#696287;}
@media (max-width: 768px) {
  .arrow_box {
    background: white;
    box-shadow: none;
  }
  .arrow_box:after {
    right: initial;
    top: 7px;
    border-bottom-color: white;
    border-right-color: transparent;
    border-width: 0px 10px 13px 10px;
    left: 20%;
  }
}


ul.share_btn{display:none;margin-top:20px;text-align:center;}
ul.share_btn li{cursor:pointer;float:left;margin:0 10px;width:70px;height:70px;}
ul.share_btn li:hover{opacity:0.7;}
ul.share_btn li:active{opacity:0.9;}
.event_fin_cplinkbtn{background:url(/themes/event/circleday/circleday2016/images/home/share_btn.png) no-repeat 0 0;}
.event_fin_cplinkbtn button{cursor:pointer;width:70px;height:70px;border-radius:50%;opacity:0;}
a.event_fin_go {display:inline-block;height:27px;font-size:13px;font-weight:bold;color:#fff;line-height:2;margin:1px 0;padding:0 10px;background:#fa7173;border:1px solid #fa7173;box-sizing:border-box;}
.event_fin_mailto{background:url(/themes/event/circleday/circleday2016/images/home/share_btn.png) no-repeat -140px 0;}
.share_btn:before {content:''; display:block; clear:both; visibility:hidden; height:0;}

/*invite*/
a.event_fin_fb {margin:1px 0 1px 5px;display:inline-block;height:27px;padding:0 5px;font-size:13px;letter-spacing:1px;line-height:2;border-radius:4px;cursor:pointer;box-sizing:border-box;}
a.event_fin_fb, a.event_fin_fb:hover {border:1px solid #4B68B8;background:#4B68B8;color:#fff!important;}
a.event_fin_fb:hover {opacity:0.7;}
*{outline:0px;}
.info_usercircle{
  letter-spacing:1px;
}
.fblike_btn {padding:10px 0;}

/*_single*/
.user-single .single-thumb.product-desk .border-box {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.user-single .single-thumb.product-desk-s .border-box {
    position: absolute;
    width: 97px;
    height: 120px;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.user-single .single-thumb.product-notebook .border-box {
    background-image: url(/themes/event/circleday/circleday2024/images/home/notebook2022_common_cart.png);
    position: absolute;
    width: 102px;
    height: 102px;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.user-single .single-thumb.product-diary .border-box {
    position: absolute;
    width: 97px;
    height: 120px;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.user-single .single-thumb.product-wall .border-box {
    position: absolute;
	width: 165px;
    height: 130px;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.user-single .single-thumb.product-desk .image-box img {
    position: absolute;
    width: auto;
    height: 150px;
    left: -25px;
    top: -50px;
    clip: rect(68px,128px,138px,44px );
}

.user-single .single-thumb.product-desk-s .image-box img {
    position: absolute;
    width: auto;
    height: 150px;
    left: -40px;
    top: -50px;
    clip: rect(75px,116px,133px,61px );
}

.user-single .single-thumb.product-notebook .image-box img {
    position: absolute;
    width: auto;
    height: 142px;
    left: -47px;
    top: -67px;
    clip: rect(67px,130px,133px,30px );
}

.user-single .single-thumb.product-diary .image-box img {
    position: absolute;
    width: auto;
    height: 150px;
    left: -35px;
    top: -50px;
    clip: rect(77px,117px,140px,53px );
}

.user-single .single-thumb.product-wall .image-box img {
    position: absolute;
    width: auto;
    height: 200px;
    left: -30px;
    top: -50px;
    clip: rect(71px,172px,148px,54px );
}

.user-single li .product-desk .event-image {
    height: 80px;
    margin: 15px auto !important;
}
#recommend ul.products {
  width:100%;
  background: url(/themes/event/circleday/circleday2024/images/home/recommend-bg.png) repeat; 
}
#recommend ul.products li {
  min-width: 130px; 
  height: 225px; 
}

#recommend ul.products li.pd-wall {width:220px;}

.circleday_content {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.circleday_content .circledayTag{
  /*background-color: rgba(255, 255, 255, .58);*/
  /*border: 2px dashed #CCCCCC;*/
  /*border-radius: 10px;*/
}
.circleday_content .circledayTag img{
  width: 100%;
  height: auto;
  transform: translateX(-4%);
}


/** circleday 2019 start **/
#event_content .collect-steps form {
  width: calc(100% - 120px);
}

.slotwrap>* {
  box-sizing: content-box;
}

.user-single .single-thumb .image-box img {
  box-sizing: content-box;
}
@media (max-width: 1050px) {
  .menu-item.ttlogo {
    margin-right: 10px;
  }
}
@media (max-width: 820px) {
  #event_memu .menu-item a {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 540px) {
  #event_memu .menu-item a{
    padding-left: 0px;
    margin: 0 20px 0px 0px;
  }
  #event_memu a.menu-item.ttlogo{
    margin-right: 20px;
  }

  #event_memu .menu-item a:hover, #event_memu .menu-item a.selected {
    background-image: none !important;
  }


  #event_content .collect-steps form {
    width: calc(100% - 20px);
  }

}
@media (max-width: 430px) {
  .menu-item.ttlogo {
    width: 65px;
    margin-top: 3.25px;
    /* margin-left: -5px; */
  }
  .menu-item.ttlogo>img{
    width: 100%;
  }
  #event_memu .menu-item a{
    padding-left: 0px;
    margin: 0 5px 0px 0px;
  }
  #event_memu a.menu-item.ttlogo{
    margin-right: 7px;
  }
}

/*block-two*/
.block-article {
  margin-bottom:  50px;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.block-two {
    width: calc(50% - 20px);
    max-width: 475px;
    margin-bottom: 20px;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.block-article>h3, .block-article>h4 {
    display: none;
}

.block-two a {
    width: 100%;
    overflow: hidden;
}

.block-two a img {
    width: 100%;
    height: auto;
}

.block-two h4 {
    text-align: left;
    padding: 5px 10px;
}

.block-two h4 a {
    font-size: 24px;
    letter-spacing: 2.64px;
    color: rgb(52,46,80);
    font-weight: normal;
}

.block-two h4 span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7pt;
    color: rgb(102,102,102);
}

@media (max-width: 750px) {
  .block-two h4 a {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .block-two {
    width: calc(100% - 20px);
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* .toast {
  position: fixed;
  bottom: -55px;
  display: flex;
  width: 100%;
  left: 0;
  pointer-events: none;
  justify-content: center;
  transition: bottom 1s;
  z-index: 100;
  background-color: unset;
  box-shadow: unset;
  border: unset;
} */
.toast .toast-inner{
  padding: 10px 15px;
  font-size: 12px;
  background-color: #281200;
  color: white;
  border-radius: 2px;
  opacity: 0.7;
}
.toast.showit{
  bottom: 45px;
  display: flex!important;
}

.collect-ftp .share-tag, .collect-ftp .share-tag a {
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.owner-ftp .share-tag, .owner-ftp .share-tag a {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.collect-ftp .share-tag a,
.owner-ftp .share-tag a{
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.collect-ftp .share-tag a.fb_icon{
 background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_fb_round_n.png);
}
.collect-ftp .share-tag a.fb_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_fb_round_h.png);
}
.collect-ftp .share-tag a.line_icon{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_line_round_n.png);
}
.collect-ftp .share-tag a.line_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_line_round_h.png);
}
.collect-ftp .share-tag a.ig_icon{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_ig_round_n.png?t=2);
}
.collect-ftp .share-tag a.ig_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_ig_round_h.png?t=2);
}
.collect-ftp .share-tag a.copy_icon{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/ic_copylink_round_n.png);
}
.collect-ftp .share-tag a.copy_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/ic_copylink_round_h.png);
}
.collect-ftp .share-tag a img, .collect-ftp .share-tag img{
  width: 100%;
}

.owner-ftp .share-tag a.fb_icon{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_fb_round_n.png);
}
.owner-ftp .share-tag a.fb_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_fb_round_h.png);
}
.owner-ftp .share-tag a.line_icon{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_line_round_n.png);
}
.owner-ftp .share-tag a.line_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_line_round_h.png);
}
.owner-ftp .share-tag a.ig_icon{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_ig_round_n.png?t=2);
}
.owner-ftp .share-tag a.ig_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/logo_ig_round_h.png?t=2);
}
.owner-ftp .share-tag a.copy_icon{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/ic_copylink_round_n.png);
}
.owner-ftp .share-tag a.copy_icon:hover{
  background-image: url(/themes/event/circleday/circleday2024/images/icons/ic_copylink_round_h.png);
}
.owner-ftp .share-tag a img, .owner-ftp .share-tag img{
  width: 100%;
}

/** circleday 2019 end **/

.entry-canvas{
  width: 100%;
  max-width: 400px;
  max-height: 500px;
  min-height: 400px;
}
.entry-canvas.empty{
  opacity: 0;
}
.entry-canvas .entry-canvas-img{
  max-width: 100%;
  max-height: 400px;
}
.lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f29b76;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.5);
  }
}
/* new slot */
:root{
  --slot-width: 600px;
  --slot-height: 600px;
}
#circleday-slot{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  top: 0;
  left: 0;
  z-index: 1000;
}

#circleday-slot .close-slot{
  width: 25px;
  height: 25px;
  top: -35px;
  right: 20px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.slot-content {
  width: 100%;
  max-width: var(--slot-width);
  height: 100vw;
  max-height: var(--slot-height);
  margin: 0px auto;
  position: relative;
  top: calc(50% - 290px);
}

@media (max-width: 992px){
  .slot-content {
    max-width: calc(var(--slot-width) * 0.8 );
    max-height: calc(var(--slot-height) * 0.8);
    top: calc(50% - 220px);
  }
}

@media (max-width: 500px){
  .slot-content {
    max-width: calc(var(--slot-width) * 0.7 );
    max-height: calc(var(--slot-height) * 0.7);
    top: calc(50% - 190px);
  }
}

.more_tag{
  width: 100%;
}
.more_tag::before, .more_tag::after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #cecece;
  margin: auto;
}
.more_tag::before{
  margin-right: 15%;
}
.more_tag::after{
  margin-left: 15%;
}

#js-gotop {
  position: fixed;
  z-index: 50;
  right: calc(10% - 15px);
  bottom: 40px;
  width: 40px;
  height: 40px;
  background-image: url(/themes/event/circleday/circleday2024/images/top.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.signup_btn{
  position: absolute;
  left: calc(50% - 6.6rem);
}
.toast-entry{
  position: fixed;
  display: flex;
  width: auto;
  bottom: -75px;
  left: calc(50% - 165px);
  pointer-events: none;
  justify-content: center;
  transition: bottom 1s;
  z-index: 100;
}
.toast-entry.showit{
  bottom: 45px;
  display: flex!important;
}
.toast-entry .toast-inner{
  padding: 10px 15px;
  font-size: 12px;
  background-color: #281200;
  color: white;
  border-radius: 2px;
  opacity: 0.7;
}

@media (max-width: 768px){
  .signup_btn{
    position: relative;
    display: flex;
    justify-content: center;
    left: 0;
  }  
  .toast-entry{
    width: 100%;
    left: 0;
  }
}

/* clap */
.clap-message{
  background-color: #62704A;
  color: white;
}
.clap-message::before{
  content:"";
  border-style: solid;
  border-bottom: 15px solid #62704A;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0px;
  position: absolute;
  left: 10px;
  top: -10px;
}
@media (max-width: 768px){
  .clap-message::before{
    left: calc(50% - 80px);
  }
}
.clap-parent {
  position: relative;
}

#clap-icon {
  line-height: 40px;
}

.clap-shape {
  width: 35px;
  height: 35px;
  /*border: 1px solid;*/
  /*border-radius: 50%;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


#clap-count-text {
  color: #FC8A63;
}
.clap-shape .hand_img{
  width: 35px;
  height: 35px;
  background-color: white;
  background-image: url(/images/tintint/common/pj/info/ic_heart_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 60%;
  border-radius: 50%;
  /*box-shadow: inset 0px 0px 0px 2px #414141;*/
}
.clap-shape:hover .hand_img{
  background-color: #FCBB63;
  /* background-image: url(/themes/event/circleday/circleday2024/images/clap_hands/ic_clap_h.svg); */
}
.clap-shape:active .hand_img{
  box-shadow: none;
  /*background-color: #FC8A63;*/
  background-image: url(/images/tintint/common/pj/info/ic_heart_orange_full.png);
}
.clap-shape .hand_img.active_clap{
  box-shadow: none;
  background-color: white!important ;
  background-image: url(/images/tintint/common/pj/info/ic_heart_orange_full.png);
}

.clap-shape.none{
  pointer-events: none;
}
.white-clap-content{
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.white-heart{
  width: 35px;
  height: 35px;
  font-family: "Font Awesome 5 Free";
  display: flex;
  justify-content: center;
  align-items: center;
}
.white-heart:before {
  content: "\f004";
}
#clap-num {
  color: var(--tt-layer-8-gray-color);
}
.num_active {
  color: #FC8A63!important;
}

/* btn heart animation*/
[id='toggle-heart'] {
  position: absolute;
  left: -100vw;
}
label#only-display-heart {
  position: absolute;
  width: 38px;
  height: 40px;
  font-family: "Font Awesome 5 Free";
  pointer-events: none;
  /* box-shadow: 0px 0px 0px 1px red; */
}
label#only-display-heart:before {
  content: "\f004";
}
[id='toggle-heart'] + label {
  color: transparent!important;
}
[id='toggle-heart']:checked ~ label {
  color: #EB0A4B;
  will-change: font-size;
  animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
  font-weight: 900;
}
[id='toggle-heart']:checked + label:before, [id='toggle-heart']:checked + label:after {
  animation: inherit;
  animation-timing-function: ease-out;
}
[id='toggle-heart']:checked + label:before {
  will-change: transform, border-width, border-color;
  animation-name: bubble; 
  animation-duration: 1s;
  z-index: 1;
}
[id='toggle-heart']:checked + label:after {
  will-change: opacity, box-shadow;
  animation-name: particles;
  z-index: 1;
}

[for='toggle-heart'] {
  align-self: center;
  position: relative;
  color: #aab8c2;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
  width: 100%;
}
[for='toggle-heart']:before, [for='toggle-heart']:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: '';
}
[for='toggle-heart']:before {
  box-sizing: border-box;
  margin: -2.25rem;
  border: solid 2.25rem #ACE0F5;
  width: 4.5rem;
  height: 4.5rem;
  transform: scale(0);
}
[for='toggle-heart']:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  box-shadow: 0.32476rem -3rem 0 -0.20625rem #ff8080,
             -0.32476rem -2.625rem 0 -0.20625rem #ffed80,
              2.54798rem -1.61656rem 0 -0.20625rem #ffed80,
              1.84982rem -1.89057rem 0 -0.20625rem #a4ff80,
              2.85252rem 0.98418rem 0 -0.20625rem #a4ff80,
              2.63145rem 0.2675rem 0 -0.20625rem #80ffc8,
              1.00905rem 2.84381rem 0 -0.20625rem #80ffc8,
              1.43154rem 2.22414rem 0 -0.20625rem #80c8ff,
             -1.59425rem 2.562rem 0 -0.20625rem #80c8ff,
             -0.84635rem 2.50595rem 0 -0.20625rem #a480ff,
             -2.99705rem 0.35095rem 0 -0.20625rem #a480ff,
             -2.48692rem 0.90073rem 0 -0.20625rem #ff80ed,
             -2.14301rem -2.12438rem 0 -0.20625rem #ff80ed,
             -2.25479rem -1.38275rem 0 -0.20625rem #ff8080;
}

@keyframes heart {
  0%, 17.5% {
    font-size: 0;
  }
}
@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: #D9F0F9;
    border-width: 2.25rem;
  }
  30%, 100% {
    transform: scale(1);
    border-color: #EFFAFF;
    border-width: 0;
  }
}
@keyframes particles {
  0%, 20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080,
               -0.32476rem -2.0625rem 0 0rem #ffed80,
                2.1082rem -1.26585rem 0 0rem #ffed80,
                1.41004rem -1.53985rem 0 0rem #a4ff80,
                2.30412rem 0.85901rem 0 0rem #a4ff80,
                2.08305rem 0.14233rem 0 0rem #80ffc8,
                0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}

.clap-stick{
  position: fixed;
  right: 100px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
.clap-stick .clap-hand{
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(/images/tintint/common/pj/info/ic_heart_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 60%;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #414141;
}
.clap-stick:hover .clap-hand{
  box-shadow: none;
  background-color: #FCC888;
  background-image: url(/images/tintint/common/pj/info/ic_heart_wh.png);
}
.clap-stick:active .clap-hand{
  box-shadow: none;
  background-color: #FC8A63;
  background-image: url(/images/tintint/common/pj/info/ic_heart_wh.png);
}
.clap-stick .clap-hand.active-clap{
  box-shadow: none;
  background-color: #FC8A63;
  background-image: url(/images/tintint/common/pj/info/ic_heart_wh.png);
}
.clap-stick .clap-text{
  color: #333;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
}
.clap-stick .clap-text::before{
  content: '';
	border-left: 14px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 45px;
  top: 12px;
}
@media (max-width: 768px){
  .clap-stick{
    right: 10px;
    bottom: 80px;
  }
}
.click_down{
  cursor: pointer;
}

.circleday_seal{
  background: url(/themes/event/circleday/circleday2024/images/circleday_slot_seal.png?t=2) no-repeat center;
  width: 338px;
  height: 156px;
  top: -60px;
  right: calc(-180px - 15%);
  background-size: contain;
}
.circleday_seal .probability{
  width: 95px;
  height: 95px;
  top: 29px;
  left: 29px;
}
.circleday_seal .probability .pro_point{
  font-size: 24px;
}
@media (max-width: 768px){
  .circleday_seal {
    width: 220px;
    height: 90px;
    top: -40px;
    right: -100px;
  }
  .circleday_seal .probability {
    width: 55px;
    height: 55px;
    top: 17px;
    left: 30px;
  }
  .circleday_seal .probability .pro_title{
    font-size: 12px;
  }
  .circleday_seal .probability .pro_point{
    font-size: 16px;
  }
}

.order-list-arrow {
  transition: all .3s;
  width: 14px;
}
.order-arrow[aria-expanded="true"] .order-list-arrow {
  transform: rotate(90deg);
}

/* circleday coupon*/
#get-bonus #recive-code-table {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#get-bonus h3 {
  letter-spacing: 0.5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding: 20px 0;
}
#v3 #get-bonus #bonus-get-table{
  display:flex;
  justify-content:center;
}
#v3 #get-bonus #bonus-get-table > td {
  width: auto;
  max-width: 100%;
}

#get-bonus .text, #search-form .text {
  text-align: right;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
#get-bonus .common_btn.left, #search-form .common_btn.left {
  background: #e88621 url(/images/tintint/common/next_icon_white.png) 130px 17px no-repeat;
  width: 160px;
  border-radius: 0px;
} 
#get-bonus .common_btn, #search-form .common_btn {
  padding: 13px 0px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  border: 1px solid #e88621;
  margin: 0px;
}
#get-bonus .coun-text, #search-form .coun-text {
  line-height: 18px;
  font-size: 15px;
  padding: 13px 5px;
  font-weight: bold;
  color: #8E8E8E;
  width:100%;
  letter-spacing: 1px;
  margin-bottom: 0px;
  border-radius: 0px;
  height: auto;
}
#get-bonus .bonus-get-desc{
  display:flex;
  justify-content:center;
}
#get-bonus #recive-code-table tr.gray-border {
  border: 5px solid #EFEFEF;
  height: 90px;
}
#get-bonus td {
padding:8px;
}

#circleday-coupon-box .border-overlay {
  margin-top: 0px;
  /*border: none;*/
}

#circleday-coupon-box form {
  background-color: white !important;
  padding: 15px;
}


#circleday-coupon-box #get-bonus #bonus-get-table > td {
  width: auto;
  max-width: 100%;
}

@media (max-width: 750px) {
  #get-bonus #recive-code-table tr.gray-border {
    height:auto;
  }
  #v3 #get-bonus #bonus-get-table > td{
    width:100%;
    text-align:center;
    line-height: 2;
  }
  #get-bonus .coun-text, #search-form .coun-text,
  #get-bonus .common_btn.left, #search-form .common_btn.left {
    width: 100%;
    margin-top:5px;
    text-align:center;
  }
  .use-flexbox.flex-h-center.pb-5.bonus-get-desc {
    padding: 16px;
  }
  #circleday-coupon-box #get-bonus #bonus-get-table > td {
    width: 100%;
    text-align: center;
    line-height: 2;
  }
}