body {
  background-color: #fff;
  background-position: top center;
}

header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.header_block {
  width: 1060px;
  height: 70px;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
}

.header-logo {
  width: 146px;
  height: 31px;
  margin-top: 8px;
  margin-right: 10px;
  float: left;
  /* 綠色(logo_g.png) . 白色(logo_w.png)  */
  background-image: url(../images/logo_g.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-btn01 {
  display: block;
  margin: 16px 6px 0px 0px;
  float: left;
}

.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active {
  font-size: 15px;
  text-align: center;
  padding: 6px 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header-btn01 a:link,
.header-btn01 a:visited {
  /* 綠色(#61953f) . 白色(#FFFFFF) */
  color: #00532f;
  /* 綠色(97,149,63,1) . 白色(255,255,255,1) */
  -webkit-box-shadow: inset 0px 0px 0px 1px #00532f;
  -moz-box-shadow: inset 0px 0px 0px 1px #00532f;
  box-shadow: inset 0px 0px 0px 1px #00532f;

}

.header-btn01 a:hover,
.header-btn01 a:active {
  /* 白色(#FFFFFF自訂) */
  color: #5db307;
  /* 綠色(#5db307) . 白色(#FFFFFF) */
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-share {
  float: right;
  margin: 15px 6px 0px 20px;
}




/*** 內容 wrapper ***/

#wrapper {
  height: auto;

  margin: 0 auto;
  height: auto;
}

/*** 腳 footer ***/
footer {
  width: 1060px;
  font-size: 13px;
  height: 100px;
  padding: 20px 10px;
  border-top: 0px solid #ffff;
  margin: 0 auto;

}

.footer-nav {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav li {
  margin: 0px 4px 0px 0px;
  display: inline;
}

/* hover動態樣式 - 淡入淡出 */
.footer-nav li a {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  color: #00a2e3;
  border-color: #00a2e3;
}

/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
  /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color: #000;
  content: "|";
  top: -1px;
  right: -4px;
  margin: 0px 6px;
  position: relative;
}

.footer-nav li:lang(ar):after,
.footer-nav li:last-child:after {
  display: none;
}

.footer-copyright {
  /* 綠色(#b4b4b4) . 白色(#676767自訂) */
  color: #000;
  text-align: center;
  margin: 0 auto;
}

/*** 活動頁內容 wrapper***/

.btn_go {
  z-index: 999;
  animation: ad;
  animation-fill-mode: forwards;
  animation: ad .6s infinite alternate ease-in-out;
}


/*** 週下載大區塊 ***/
.download_main {
  height: auto;
  width: 1060px;
  margin: 0 auto;
  height: auto;
}



/*** 動畫 ***/
.week_book_s_box,
.week_book_s_box7,
.week_book_s_box3,
.vip_book_box,
.week_big_left,
.new_book_box {
  transform-style: preserve-3d;
  transition: 0.2s linear;
}

.week_book_s_box:hover,
.week_book_s_box7:hover,
.week_book_s_box3:hover,
.vip_book_box:hover,
.week_big_left:hover,
.new_book_box:hover {
  transform: translateY(-6px);
}




.ad {
  animation: ad;
  animation-fill-mode: forwards;
  animation: ad .6s infinite alternate ease-in-out;
}

@keyframes ad {
  from {
    transform: translateY(10px);
  }

  to {
    transform: translateY(0);
  }
}



/*** 主視覺 ***/
.visual_bk {
  width: 100%;
  height: 898px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  FONT-WEIGHT: 200;
  background-size: 2500px 898px;
  background-position: top center;
  background-color:#e2f6ff;

}


/* .visual {
   width: 105px;
  height: 105px;
  z-index: 9999px;
  

} */

.visual_btn {
  position: absolute;
  top: 306px;
  left: 93px;
  width: 193px;
  height: 182px;
  z-index: 9999px;
}


.visual_btn a:link,
.visual_btn a:visited {
  width: 193px;
  height: 182px;
  display: block;
  background-image: url(../images/visual_btn1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 193px 182px;
}

.visual_btn a:hover,
.visual_btn a:active {
  width: 193px;
  height: 182px;
  display: block;
  background-image: url(../images/visual_btn2.png);

}



.new_book_bk {
  width: 100%;
  background-color: #e74d3d;
  padding: 73px 0 50px 0;
  background-image: url(../images/new_book_bg.jpg);
  background-repeat: repeat-x;
  background-size: 50px auto;
}

.new_book_main {
  width: 1006px;
  border: 2px solid #3b7c8c;
  border-radius: 8px;
  margin: 0 auto;
  padding: 75px 25px 30px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.new_book_main_title {
  width: 926px;
  position: absolute;
  top: -66px;
  left: 45px;
  z-index: 999;

}

.new_book_box {
  width: 163px;
}

.new_book_img {
  margin: 0 0 18px 0;
}

.new_book_title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  min-height: 35px;
  margin: 0 0 14px 0;
}

.new_book_text {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}


.new_book_more_btn {
  width: 150px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: 35px;
  box-sizing: border-box;


}

.new_book_more_btn a{

    width: 150px;
    height: 30px;
    display: block;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    background-color: #000;


    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;


}


.new_book_more_btn_arrow {
  width: 9px;
  height: 12px;
  background-image: url(../images/index_icon01.gif);
  background-size: 9px 12px;
  background-repeat: no-repeat;
  margin: 0 0 0 3px;
}




.week_book_bk {
  width: 100%;
  background-color: #e2f6ff;
  padding: 30px 0;
}

.week_book_bk2 {
  width: 100%;
  background-color: #1b70a6;
  padding: 40px 0;
}

.week_book_main_title {
  width: 429px;
  height: 48px;
  line-height: 57px;
  margin: 0 auto;
  color: #102247;
  font-size: 32px;
  font-weight: bold;
  padding: 0px 0px 0px 45px;
  box-sizing: border-box;
  background-image: url(../images/icon1.png);
  background-size: 41px auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-position: top left;

}

.pre_week_book_title {
  width: 280px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  color: #102247;
  font-size: 33px;
  font-weight: bold;
  text-align: center
}

.week_book_main_text {
  width: 280px;
  margin: 0 auto 20px auto;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 0 48px;
  color: #006aa9;
}

.week_book_main_tab {
  width: 1006px;
  height: 50px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.week_book_main_tab_btn {
  width: 198px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.week_book_main_tab_btn a:link,
.week_book_main_tab_btn a:visited {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 50px;
  background-color: #006aa9;
  border-radius: 20px 20px 0px 0px;
}

.week_book_main_tab_btn a:hover,
.week_book_main_tab_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffff;
  line-height: 50px;
  background-color: #e92424;
  border-radius: 20px 20px 0px 0px;
}


.week_book_main_tab_btn_choose {
  width: 198px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.week_book_main_tab_btn_choose a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e92424 !important;
}

.week_book_main_tab_btn_choose a:link,
.week_book_main_tab_btn_choose a:visited {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 50px;
  background-color: #e92424;
  border-radius: 20px 20px 0px 0px;
}

.week_book_main_tab_btn_choose a:hover,
.week_book_main_tab_btn_choose a:active {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 50px;
  background-color: #e92424;
  border-radius: 20px 20px 0px 0px;
}

.week_book_main {
  width: 1006px;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 55px 30px 30px 30px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
}

.week_book_main2 {
  width: 1006px;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
  position: relative;
  /* background-color: #332020; */
  border-radius: 0px 0px 20px 20px;

}




.vip_block {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 0 90px 0;

}

.vip_block_choose {
  width: 100%;
  display: block;


}

.vip_tab {
  margin: 0 auto;
  width: 1006px;
  height: 50px;
  display: block;
  color: #006aa9;
  line-height: 56px;
  background-color: #ffffff;
  border-radius: 20px 20px 0px 0px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;


}


.vip_book_box {
  flex: 1;
  margin: 0px 15px;
}


.vip_book_box .date {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #fff;
  font-family: Times, 'Times New Roman', serif;
  letter-spacing: 1px;
}

.vip_book_box .cover {
  border: 1px solid #999999;
  box-sizing: border-box;
  margin: 0 0 18px 0;

}

.vip_book_box .title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  height: 40px;
  overflow: hidden;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}



.vip_book_price_block {
  display: flex;
  align-items: flex-end;
}


.vip_book_price_block .text1 {
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  margin: 0 3px 0 0;
}

.vip_book_price_block .price {
  color: #fff447;
  font-size: 24px;
  line-height: 26px;
  font-family: Times, 'Times New Roman', serif;
  text-decoration: line-through;
  margin: 0 0 -4px 0;
}


.vip_book_price_block .text2 {
  color: #fff447;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
  font-family: Times, 'Times New Roman', serif;
  margin: 0 0 0 3px;
}


.vip_book_more_btn {
  width: 180px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 35px;
  box-sizing: border-box;

}

.vip_book_more_btn a {
  width: 100%;
  height: 30px;
  display: block;
  border-radius: 15px;
  text-align: center;
  color: #000;
  line-height: 30px;
  font-size: 15px;
  background-color: #ffe94d;

  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;

}


.vip_book_more_btn2 {
  width: 180px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 35px;
  box-sizing: border-box;
}


.vip_book_more_btn2 a {
  width: 100%;
  height: 30px;
  display: block;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  background-color: #000;

  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}


.vip_book_more_btn_arrow {
  width: 9px;
  height: 12px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin: 0 0 0 3px;
  background-color: #000;
}

.vip_book_more_btn_arrow2 {
  width: 9px;
  height: 12px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin: 0 0 0 5px;
  background-color: #fff;
}

.week_download_data {
  width: 62px;
  position: absolute;
  top: -30px;
  right: -10px;
  z-index: 999;

}

.week_block {
  display: none;
}




.week_block_choose {
  width: 100%;
  display: block;
}

.week_top a {
  display: flex;
  margin: 0 0 55px 0;
}

.week_big_left {
  width: 219px;
  height: 308px;
  margin: 0 50px 0 0;
  border: 1px solid #999999;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 3px 4px 2px 1px rgba(0, 0, 0, 0.2);
}

.week_big_right {
  flex: 1;
}


.week_time {
  color: #332020;
  font-size: 35px;
  line-height: 37px;
  font-weight: bold;
  font-family: Times, 'Times New Roman', serif;
  margin: 0 0 16px 0;
}

.week_book_name {
  color: #332020;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.week_book_info {
  color: #000;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 16px 0;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}


.week_book_recommend {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-all;
  padding: 20px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 15px 0;
}

.week_book_price_block {
  display: flex;
  align-items: flex-end;
}

.week_book_price_block .text1 {
  color: #000;
  font-size: 15px;
  line-height: 17px;
  margin: 0 3px 0 0;
}

.week_book_price_block .price {
  color: #ff3728;
  font-size: 30px;
  line-height: 32px;
  font-family: Times, 'Times New Roman', serif;
  text-decoration: line-through;
  margin: 0 0 -4px 0;
}


.week_book_price_block .text2 {
  color: #ff3728;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-family: Times, 'Times New Roman', serif;
  margin: 0 0 0 3px;
}


.week_bottom {
  width: 100%;
  display: flex;
  justify-content: space-evenly;

}

.week_bottom2 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;

}

.week_book_s_box7 {
  flex: 1;
  max-width: 170px;
  margin: 0 3px;
  position: relative;
}

.week_book_s_box {
  flex: 1;
  max-width: 170px;
  margin: 0 5px;
  position: relative;
}

.week_book_s_box3 {
  flex: 1;
  max-width: 200px;
  margin: 0 23px;
  position: relative;
}

.week_book_s_cover {
  border: 1px solid #999999;
  box-sizing: border-box;
  margin: 0 0 10px 0;

}

.week_book_s_title7 {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0 0 5px 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;

}

.week_book_s_title5-6 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;

}



.week_book_price_s_block7 {
  display: flex;
  align-items: flex-end;
}


.week_book_price_s_block7 .text1 {
  color: #000;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;

}

.week_book_price_s_block7 .price {
  color: #ff3728;
  font-size: 21px;
  line-height: 21px;
  font-family: Times, 'Times New Roman', serif;
  text-decoration: line-through;
  margin: 0 0 -3px 0;
  white-space: nowrap;
}


.week_book_price_s_block7 .text2 {
  color: #ff3728;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  font-family: Times, 'Times New Roman', serif;
  margin: 0 0 0 3px;
  white-space: nowrap;
}


.week_book_price_s_block5-6 {
  display: flex;
  align-items: flex-end;
}


.week_book_price_s_block5-6 .text1 {
  color: #000;
  font-size: 13px;
  line-height: 13px;
  margin: 0 3px 0 0;
  white-space: nowrap;


}

.week_book_price_s_block5-6 .price {
  color: #ff3728;
  font-size: 23px;
  line-height: 25px;
  font-family: Times, 'Times New Roman', serif;
  text-decoration: line-through;
  margin: 0 0 -4px 0;
  white-space: nowrap;


}


.week_book_price_s_block5-6 .text2 {
  color: #ff3728;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-family: Times, 'Times New Roman', serif;
  margin: 0 0 0 3px;
  white-space: nowrap;
}



.week_book_price_s_block5 {
  display: flex;
  align-items: flex-end;
}


.week_book_price_s_block5 .text1 {
  color: #000;
  font-size: 0.9vw;
  line-height: 0.9vw;
  margin: 0 3px 0 0;
}

.week_book_price_s_block5 .price {
  color: #ff3728;
  font-size: 1.7vw;
  line-height: 1.7vw;
  font-family: Times, 'Times New Roman', serif;
  text-decoration: line-through;
  margin: 0 0 -0.1vw 0;
}


.week_book_price_s_block5 .text2 {
  color: #ff3728;
  font-size: 1vw;
  line-height: 1vw;
  font-style: italic;
  font-family: Times, 'Times New Roman', serif;
  margin: 0 0 0 3px;
}


/*** 前期分享好書 stert***/

.pre_week_book_box {
  width: 1060px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.pre_week {
  width: 49.5%;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 12px
}


.pre_week_book_tab {
  height: 42px;
  line-height: 42px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  background-color: #0b5a8c;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  border-radius: 15px 15px 0 0
}

.pre_week_bottom {
  display: flex;
  justify-content: center;
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px
}



/*** 活動頁分享按鈕 stert***/
.resp-sharing-button {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition: 25ms ease-out;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}


.i-amphtml-element:focus {
  outline: none !important;
  outline-offset: 0;
}


.hamibook_event_share_btn {
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*** 活動頁分享按鈕 end***/




/*** 精選推薦start***/
.selection_bk {
  width: 100%;
  background-color: #e2f6ff;
  padding: 30px 0 0;
}

.selection_title {
  width: 400px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  border-radius: 22px 22px 0 0;
  background-color: #1b70a6;
  padding-top: 10px;
}

.selection_main {
  width: 1006px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  background-color: #1b70a6;
  border-radius: 20px;
  margin-bottom: 30px
}


.selection_s_title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;

}


.selection_cover {
  box-sizing: border-box;
  margin: 0 0 10px 0;

}


/*** AI店長 start***/


.AI_visual_bk {
  width: 100%;
  height: 1006px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;

  background-size: 2500px 898px;
  background-position: top center;
  background-color: #54b8ca;
}

.AI_visual {
  width: 1060px;
  height: 558px;
  position: relative;
  margin: 0 auto;

  background-image: url(../images/index_02B.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1060px auto;
}

.AI_visual_btn {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 318px;
  left: 890px;

}



.AI_store_manager_bk {
  width: 100%;
  
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 2500px 1012px;
  background-position: top center;
  background-color: #e2f6ff;
}

.AI_store_manager_block {
  width: 1060px;
  height: auto;
  padding-top: 0px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1060px auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}


.AI_video_block {
  width: 523px;
  /* height: 208px; */
  position: absolute;
  top: 565.4px;
  left: 54px;
  z-index: 10;

}

.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.week_book_data {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fa6d56;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: -28px;
  right: -28px;

  z-index: 10;
}

.week_book_data_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: rotate(-18deg);
  font-family: 'Times New Roman', Times, serif;
}