/* 列印彈窗 */

.cv-style {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 15px;
}

.cv-style .show-style {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cv-style .show-style .show-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.show-logo {
  width: 40px;
  height: 15px;
  display: block;
  background: url(../images/huntbyte-logo-index.png) #f7f1fb center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 13px;
}
.show-powered {  
  width: 80%;
    height: 1px;
    background: #dbc8e7;
    position: absolute;
    bottom: 12px;
    z-index: 11;
    left: 10%;
    text-align: center;
} 

.show-powered::before {
  content: "Powered by HuntByte";
    position: relative;
    bottom: 16px;
    z-index: 21;
    
    font-size: 9px;
    right: auto;
    width: max-content;
    color: #6D01BE;
    background: #ffffff;
    line-height: 10px;
    padding: 0 3px;
}

.cv-style .show-style .radio {
  margin-top: 15px;
}

.cv-style .radio label {  
  padding-left: 23px;
  line-height: 23px;
}

.cv-watermark, .cv-salary, .cv-phone {
  padding: 7px 15px 7px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: 13px;
}
.cv-watermark .checkbox label, .cv-salary .checkbox label, .cv-phone .checkbox label  {
  margin-bottom: 0;
}

.logo-watermark { 
  margin: 0 10px;
  padding: 0 5px;
  height: 25px;
  width: 90px;
  background: #f7f1fb;
  border-radius: 3px;
  
}
.cv-watermark .checkbox label {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  line-height: 30px;
}
.cv-watermark .notice {
  display: flex;
}
.cv-watermark .notice i {  
  font-size: 13px;
}
.cv-watermark .checkbox input:disabled + label span.checkbox-icon {
  background-color: #ccc;
  border-color: #ccc;
}

.cv-watermark .checkbox label span.checkbox-icon {
  top: 4px;
}

.phone-number .staff-profile-text {
  cursor: pointer;
}

span.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 列印設定 */
body {
  counter-reset: page-number;
  /* 初始化，名字可自訂，數值為0 */
}

.page-num-print {
  page-break-inside: avoid;
  /*height: 10px;
  width: 100%;
  background: transparent;*/
  margin-top: 10px;
  height: 30px;
  display: flex;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 100px;
  /* border: 1px solid #eee; */
  justify-content: space-between;
  align-items: center;
  background: #f7f1fb;
  border-radius: 3px;
  box-shadow: 2px 3px 5px rgba(133, 0, 234, 0.2);
}


.page-num-print::after {
  content: "huntbyte.com";
  /*content: "HuntByte Resume - " counter(page-number) " -";*/
  /* 取用該名字的計數器 */
  counter-increment: page-number 1;
  /* 增加計數器數值 */
  position: absolute;
  font-size: 9pt;

  color: rgb(133, 0, 234);
  right: 15px;
  top: 2px;
  display: flex;
  align-items: center;
}

.page-num-print img {
  height: 20px;
  width: auto;
  position: absolute;
  left: 15px;
  top: 5px;
}

.print-only, .print-endline.print-only {
  display: none;
}

.print-endline {
  font-size: 10pt;
  line-height: 12pt;
  padding: 15px;   
  position: relative;    
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.print-endline span {   
  position: absolute;    
  top: -10px;
  background: #fff;
  color: #6D01BE;
  padding: 0 15px;
  font-weight: bold;
}  
.print-endline::before{
  content:"";
  width: 100%;
  height: 1px;
  background: #6D01BE;
  display: block;    
  position: absolute;
  left: 0;
  top: 0;
}

.print-endline.print-only {
  margin: 30px 0 0;
  padding: 15px 0;
  text-align: center; 

}
.print-endline.print-only span {
position: relative;
  top: -20px;
  left: 0;
  text-align: center;
}

/* 列印模式 =======================================================================*/
@media print {
  @page {
    size: A4 portrait;
    /*A4 大小，直式*/
    size: B5 lanscape;
    /*B5 大小，橫式*/
    margin: 0.5cm;
    /* 邊界與內容的距離 */
    padding: 0;
  }

  a[href^="http://"]:after,
  a[href^="https://"]:after {
    content: " (" attr(href) ") ";
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
    max-width: 100%;
  }

  table,
  blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  div.pageBlock {
    page-break-before: always;
  }

  .print-break,
  #footer {
    page-break-inside: avoid;
    /* 若順著向下排列時會切開此元素，則直接換頁 */
  }

  .print-only, .print-endline.print-only {
    display: block;
  }
  .printnon.print-only {
    display: none !important;
  }

  .printnone, #footer,
  #backtotop,
  .experience-box .boxed-list-ul .boxed-list-item .item-image,
  .reply-btn,
  .boxed-list-headline h3 i,
  .background-image-container,
  .single-page-header .header-details ul,
  i.help-icon {
    display: none !important;
  }  
  
 
  /*共通字級設定---------------------------------------------------------------------------------------*/

  body,
  body p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-bottom: 10px;
    font-size: 12pt;
    line-height: 18pt;
  }

  .sidebar-widget h3,
  .single-page-section>h3,
  .single-page-section h3,
  .sidebar-widget h3,
  .job-overview .job-overview-headline,
  .boxed-list-headline h3 {
    font-size: 16px;
    line-height: 24px;
    font-size: 15pt;
    line-height: 22pt;
  }

  .boxed-list-item .item-content h4 {
    font-size: 14px;
    line-height: 20px;
    color: #6D01BE;
    font-size: 13pt;
    line-height: 20pt;
  }

  .job-overview .job-overview-inner ul li span,
  .staff-profile-text,
  .attachment-box,
  .single-page-header .header-details h3 span, .print-style2 .print-style2-tit h3 span  {
    font-size: 13px;
    line-height: 18px;
    font-size: 12pt;
    line-height: 18pt;
  }

  .task-tags span,
  .boxed-list-item .item-description p {
    font-size: 12px;
    font-size: 11pt;
    line-height: 14pt;
  }  

  .single-page-header {
    height: 110px;
  }

  .single-page-header,
  .job-overview .job-overview-headline,
  .job-overview .job-overview-inner,
  .boxed-list-headline,
  .boxed-list ul.boxed-list-ul>li {
    padding: 10px;
  }

  .sidebar-widget h3,
  .single-page-header .header-details h3,
  .sidebar-widget,
  .single-page-header .header-details h3.namebox {
    margin-bottom: 0px;
  }

  .single-page-section h3,
  .single-page-section>h3 {
    margin-bottom: 10px;
  }

  .single-page-header .header-details h3 span,
  .boxed-list-item .item-content h4,
  .boxed-list-item .item-content h4 span,
  .boxed-list-item .item-details .detail-item,
  .boxed-list-item .item-description p,
  .job-overview .job-overview-inner ul li span {
    color: #666;
  }

  .boxed-list-headline,
  .job-overview .job-overview-headline,
  .single-page-section>h3,
  .sidebar-widget h3  {
    background: transparent;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 0;
    padding-bottom: 0px;
  }

  #wrapper {
    padding-top: 0;
  }
  #wrapper > .container {
    display: flex;    
    flex-direction: column;
  } 
  #wrapper > .container.print-style > .row {
    display: flex;    
    flex-wrap: nowrap;   
  } 

  .print-area {
    position: relative;
  }

  .page-logo-print, .page-logo {
    page-break-inside: avoid;    
    margin-top: 10px;
    height: 30px;
    display: flex;
    position: absolute;
    z-index: 99;
    right: 30px;
    top: 20px;
    width: 100px;
    justify-content: space-between;
    align-items: center;
    background: #f7f1fb;
    border-radius: 3px;
    box-shadow: 2px 3px 5px rgba(133, 0, 234, 0.2);       
  }
  /* .page-logo-print {
    background: url(../images/huntbyte-logo-index.png) #f7f1fb center center no-repeat;
    background-size: contain;
  } */
  .page-logo-print img, .page-logo img {
    height: 20px;
    width: auto;
    position: absolute;
    left: 15px;
    top: 5px;
  }  
  .simple .page-logo-print {
    top: 0px;
  } 

  /* .print-endline {
    font-size: 10pt;
    line-height: 12pt;
    padding: 15px;   
    position: relative;    
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .print-endline span {   
    position: absolute;    
    top: -10px;
    background: #fff;
    color: #6D01BE;
    padding: 0 15px;
    font-weight: bold;
  }  
  .print-endline::before{
    content:"";
    width: 100%;
    height: 1px;
    background: #6D01BE;
    display: block;    
    position: absolute;
    left: 0;
    top: 0;
  } */

  

  .single-page-header {
    padding: 10px 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-size: 15pt;
  }

  .single-page-header .header-details {
    padding-left: 30px;
  }

  .single-page-header .header-details h3 span,  .print-style2-tit .header-details h3 span {
    font-weight: bold;
    line-height: 13pt;
    margin-top: 0;
  }

  .single-page-header .header-details h3.namebox {
    margin-top: -10px;
  }

  .single-page-header .header-image {
    height: 100px;
    flex: 0 0 100px;
  }

  .single-page-header .left-side {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .introduction-box {
    position: relative;
  }

  .container {
    max-width: 100%;
    display: flex;
    padding: 0 30px;
    margin-top: 35px;
  }  

  .single-page-header .container {
    margin-top: 0px;
  } 

  .content-right-offset {
    width: 480px;
    max-width: 60%;
    padding-right: 15px;
    flex-grow: 1;
  }

  .boxed-list-item .item-description {
    margin-top: 0;
  }

  .experience-box .boxed-list-headline {
    justify-content: flex-start;
  }

  .experience-box .boxed-list-headline h5 {
    padding-left: 10px;
    padding-top: 3px;
  }

  .sidebar {
    width: 280px;
    max-width: 40%;
  }

  .sidebar-widget,
  .single-page-section {
    margin-bottom: 20px;
  }

  .ulrowlist {
    padding: 20px 5px;
  }
  .ulrowlist li {
    display: flex;
    flex-wrap: wrap;
   }

   .single-page-section {
    padding: 0 15px;
   }

   /*.single-page-section p {
    padding: 0px;
   } */
   .single-page-section h3 {
    margin: 0 -15px;
    margin-bottom: 15px;
   }

  .task-tags {
    padding: 0 15px;    
  }

  .task-tags span,
  .job-overview .job-overview-inner ul li .task-tags span {
    padding: 0 3px;
    margin: 2px;
  }

  .job-overview .job-overview-inner ul li {
    font-size: 13px;
    line-height: 15px;
    min-height: auto;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 12pt;
  }

  .job-overview .job-overview-inner ul li .task-tags {
    margin-left: -15px;
  }
  
  .job-overview .job-overview-inner ul li .task-tags span {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important ;
    /* border: 2px solid #f7f1fb; */
  }

  .job-overview .job-overview-inner ul li i {
    font-size: 15px;
    font-size: 13pt;
  }

  .list-2 li,
  .single-page-header .header-details li {
    font-size: 12px;
    line-height:18px;
    font-size: 11pt;
    margin: 5px 0 0 30px;
  }

  .infobox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .infobox>div {
    width: 100%;
    min-width: 100%;
  }

  .infobox .staff-profile-image {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }

  .infobox >div >div .staff-profile-text a,  .infobox >div >div .staff-profile-text span.print-only  {   
    word-break: break-all;
    list-style: 14pt;
  } 
  /* .infobox .staff-profile-text a[href]:after {
    content: " (" attr(href) ")";
  } */
  
  .boxed-list.margin-bottom-60 {
    margin-bottom: 20px !important;
  }

  .attachment-box {
    padding: 16px 20px 30px;
  }

  .job-overview {
    background: transparent;
  }

  .job-overview .job-overview-inner ul li span {
    font-weight: normal;
  }
  .attachments-container {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
 


  /*樣式defort---------------------------------------------------------------------------------------*/

  .container.print-style0 .row {
    display: flex;
    flex-wrap: nowrap;
  } 
    
  .print-style0 .content-right-offset {
    width: 60vw; 
    min-width: 480px;   
  }
  .print-style0 .sidebar {
    width: 40%;  
    min-width: 280px;   
  }
  .print-style0 .infobox.limit-view {   
    flex-direction: row;
    flex-wrap: wrap;
  } 
  .print-style0 .infobox.limit-view >div  {
    width: 50%;
    min-width:  50%;
  }

  .main i.print-style2 {
    display: none;
  }
  .print-style2-tit, .print-style2-tit  ul  {
    display: none;
  }  

  /*樣式一---------------------------------------------------------------------------------------*/ 

  .single-page-heade.print-style1:after,
  .single-page-header.print-style1:before {
    background: #fff;
  }

  .single-page-header.print-style1 {
    height: 80px;
  }


  .single-page-header.print-style1 .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .print-style1 .content-right-offset,
  .print-style1 .sidebar {
    width: 100vw;
    max-width: 760px;
    padding-right: 15px;
  }

  .print-style1 .job-overview .job-overview-inner ul {
    display: flex;
    flex-wrap: wrap;
  }

  .print-style1 .job-overview .job-overview-inner>ul>li {
    padding-right: 30px;
    margin-bottom: 0;
  }

  /* .print-style1 .single-page-section,
  .print-style1 .boxed-list,
  .print-style1 .sidebar-widget {
    page-break-inside: avoid;
    padding-top: 10px;
  } */
  .print-style1 .single-page-section, .print-style1 .sidebar-widget, .print-style1 .boxed-list {
    page-break-inside: avoid;
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .print-style1 .boxed-list.margin-bottom-60 {
    margin-bottom: 0px;
  }
  .print-style1 .single-page-sectionm {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .single-page-section .task-tags {
    margin: 0;
    padding: 0;
  }
  
  .print-style1 .task-tags, .print-style1 .boxed-list li {
    padding: 0;
    margin: 0;
    margin-top: 0px;
  }
  
  .print-style1 .job-overview .job-overview-inner ul li .task-tags  {
    padding-left: 15px;    
   }

  .print-style1 .ulrowlist {
    padding: 10px 0;
  }

  .print-style1 .page-num-print {
    width: 132px;
    height: 48px;
    top: 10px;
  }

  .print-style1 .page-num-print img {
    top: 8px;
  }

  .print-style1 .page-num-print::after {
    font-weight: normal;
    right: auto;
    left: 41px;
    top: 18px;
  }
  .print-style1 .infobox {   
    flex-direction: row;
    flex-wrap: wrap;
  } 
  .print-style1 .infobox.limit-view >div  {
    width: 33%;
    min-width:  33%;
  }
  .print-style1  .infobox >div >div .staff-profile-text a, 
  .print-style1  .infobox >div >div .staff-profile-text span.print-only {
    word-break: break-all;
  }

  /*樣式二---------------------------------------------------------------------------------------*/
  
  .container.print-style2 .row  {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: center;    
  }
  
  .print-style2 .boxed-list-headline,
  .print-style2 .job-overview .job-overview-headline,
  .print-style2 .single-page-section>h3,
  .print-style2 .sidebar-widget h3 {
    bottom: none;
  }

  .single-page-header.print-style2:before {
    background: #fff;
  }
  .print-style2 .print-style2-tit {
    display: block;
  }

  .print-style2 .print-style2-tit.img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-left: calc(50% - 75px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
    overflow: hidden;
  }

  .print-style2 .print-style2-tit.text {
    position: absolute;
    top: -70px;
    z-index: 99;
    left: 20px;
  }  

  .print-style2 .content-right-offset {
    padding-right: 0px;
    padding-left: 30px;
    margin-top: -30px;
    width: 60vw;
    max-width: 430px;
  }

  .print-style2 .sidebar-widget,
  .print-style2 .single-page-section,
  .print-style2 .single-page-section,
  .print-style2 .boxed-list {
    position: relative;    
  }

  .print-style2 .sidebar .job-overview::before,
  .print-style2 .sidebar .single-page-section::before,
  .print-style2 .sidebar-widget::before,
  .print-style2 .content-right-offset .single-page-section::before,
  .print-style2 .content-right-offset .boxed-list::before {
    content: "\e974";
    font-family: 'Material-Icons' !important;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    background: #6D01BE;
    color: #fff;
    position: absolute;
    top: 5px;
    right: -10px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .print-style2 .content-right-offset .single-page-section::before,
  .print-style2 .content-right-offset .boxed-list::before {
    right: auto;
    left: -10px;
  }

  .print-style2 .sidebar .job-overview::after,
  .print-style2 .sidebar .single-page-section::after,
  .print-style2 .sidebar-widget::after,
  .print-style2 .content-right-offset .single-page-section::after,
  .print-style2 .content-right-offset .boxed-list::after {
    content: "";
    width: 2px;
    height: calc( 100% - 30px);
    display: block;
    background: #ccc;
    position: absolute;
    top: 35px;
    right: 0;
  }

  .print-style2 .content-right-offset .single-page-section::after,
  .print-style2 .content-right-offset .boxed-list::after {
    right: auto;
    left: 0;
  }
  .single-page-header.print-style2 > .container {
    padding: 0;
  }
  .single-page-header.print-style2 > .container > .row {
    width: 100%;
    margin: 0;
  }
  .single-page-header.print-style2 .single-page-header-inner {
   display: none;
  }

  .single-page-header.print-style2 .header-details {
    max-width: 60%;
    margin-top: -30px;
  }

  .single-page-header.print-style2 .left-side {    
    display: flex;
    align-items: start;
    justify-content: center;
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .single-page-header.print-style2 .header-image {
    height: 180px;        
    margin: 0;   
    flex: unset;
    box-shadow: none;
    background: transparent;
    max-width: 38%;
    min-width: 280px;    
    display: flex;
    justify-content: end;
    padding-right: 6vw;
  }
  .single-page-header.print-style2 .header-image img {
    width: 180px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    
  }

  .single-page-header.print-style2 .header-details h3.namebox strong, .print-style2-tit h3.namebox strong  {
    font-size: 22pt;
  }

  .print-style2 .content-right-offset .single-page-section {
    padding-left: 20px;
    padding-right: 0;
  } 

  .print-style2 .sidebar .job-overview .job-overview-inner {
    padding-right: 20px;
  }

  .print-style2 .sidebar {
    border: 2px solid #eee;
    padding-top: 60px;
    border-radius: 200px 200px 0 0;
    padding-right: 30px;
    padding-left: 0;
    margin-top: -120px;
    position: relative;
    z-index: 99;
    height: max-content;
    width:40vw;
  }

  .print-style2 .sidebar .task-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: 0;
  }

  .print-style2 .sidebar .job-overview-headline,
  .print-style2 .sidebar .single-page-section h3,
  .print-style2 .sidebar-widget h3 {
    text-align: right;
    padding-right: 20px;
  }

  .print-style2 .ulrowlist {
    padding-left: 20px;
    justify-content: end;
  }

  .print-style2 .ulrowlist li {
    margin-right: 10px;
  }

  .print-style2 .list-2 li {   
    /* margin: 5px 0 0 0; */
  }

  .print-style2 .content-right-offset .single-page-section h3,
  .print-style2 .content-right-offset .boxed-list-headline h3 {
    padding-left: 20px;
  }

  .print-style2 .boxed-list-ul .item-content {
    padding: 0 10px;
  }

  .print-style2 .boxed-list-headline,
  .print-style2 .job-overview .job-overview-headline,
  .print-style2 .single-page-section>h3,
  .print-style2 .sidebar-widget h3 {
    border-bottom: none;
  }

  .print-style2  .hrlist-title {
    padding-left: 20px;
  }

  .print-style2 .job-overview .job-overview-inner {
    padding: 0;
  }

  .print-style2 .job-overview .job-overview-inner>ul {
    margin-top: 10px;
  }

  .print-style2 .job-overview .job-overview-inner ul.main {
    display: flex;
    justify-content: end;
  }
  .print-style2 .job-overview .job-overview-inner ul.main li {
    display: inline-flex;
    align-items: center;
  }
  
  .print-style2 .job-overview .job-overview-inner >ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: end;
  } 

  .print-style2 .simple .job-overview .job-overview-inner ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding-left: 0;
    padding-right: 0;
  }  

  .print-style2 .simple .job-overview .job-overview-inner>ul li span {
   text-align: right;
  }

  .print-style2 .simple .job-overview .job-overview-inner ul li .task-tags {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: end;
    text-align: right;
   }

  .print-style2 .job-overview .job-overview-inner ul li i {
    font-size: 18px;
    position: initial;
    padding-right: 5px;
  }

  .print-style2  .job-overview .job-overview-inner ul li i.print-style2 {
    display: block;
  }  
  .print-style2  .job-overview .job-overview-inner ul li i.print-style-default {
    display: none;
  }

  .print-style2 .page-num-print {
    width: 132px;
    height: 48px;
    top: 10px;
  }

  .print-style2 .page-num-print img {
    top: 8px;
  }

  .print-style2 .page-num-print::after {
    font-weight: normal;
    right: auto;
    left: 41px;
    top: 18px;
  }

  .print-style2.print-endline {    
    margin: 30px 15px 0;
  }

  .print-style2 .attachments-container {
    flex-direction: column;
    justify-content: end;
   
    margin: 0 15px;
    width:85%;
  }
  .print-style2 .attachments-container .attachment-box  {
    margin: 0 0 15px;
  }

  .print-style2 .infobox {   
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
   padding-right: 5px;
   padding-left: 15px;
  }

  .print-style2 .infobox >div {   
    width: max-content;
    max-width: 100%;
  }

  .print-style2 .infobox >div >div {   
    flex-direction: row;
    justify-content: end;
  }

  .print-style2 .infobox >div >div .staff-profile-text, .print-style2 .infobox >div >div .staff-profile-text a {   
    word-break: break-all;
    text-align: right;
    line-height: 14pt;
  }

  .print-style2 .single-page-section.limited > div {  
    justify-content: end;
  }  

  /* -----------------------------------------------------------------------
   * Landing pages (KOL)
   * 目的：避免被全域 .container{display:flex} 擠成非滿版
   * --------------------------------------------------------------------- */
  .landing.kol .container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
  .landing.kol .commenqa .question-list .accordion .accordion-body {
    display: block !important;
  }

  /* -----------------------------------------------------------------------
   * page/profile + planprice/card FAQ
   * 目的：FAQ 容器滿版，且列印時答案強制展開
   * --------------------------------------------------------------------- */
  .page-beginner.profilecard .question .container,
  .pricing-card-page .question .container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
  .page-beginner.profilecard .question .question-list .accordion .accordion-body,
  .pricing-card-page .question .question-list .accordion .accordion-body {
    display: block !important;
  }

  /* -----------------------------------------------------------------------
   * planprice/card section titles
   * 目的：產品亮點／使用場景／產品規格／使用流程 標題滿版
   * --------------------------------------------------------------------- */
  .pricing-card-page .section-block > .container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
  .pricing-card-page .section-head,
  .pricing-card-page .section-head h2,
  .pricing-card-page .section-head .section-sub {
    width: 100%;
    max-width: 100%;
  }

}

/* RWD =======================================================================*/

@media (max-width: 580px) {
  .show-powered::before {
    left: 0;
  }
  .show-logo {
    top: 8px;
    right: 7px;
    
  } 
  .show-style .radio label, .cv-watermark .checkbox label {
    font-size: 13px;
  }
  
}	