@charset "utf-8";
/* reset */
  html, body, div, object, iframe, span,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  
  body {
    line-height: 1;
    background: #fff;
    color: #000;
  }

 
  footer, header{
    display: block;
  }

  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
  }


  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .bo_r{
    border-radius: 30px;
  }

  p{
    line-height: 1.5;
  }

  /* -- ClearFix --*/
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
    content:"";
    display:table;
  }
  .clearfix:after {
    clear:both;
  }  */
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
    zoom:1;
  }


  /* Reset input[type="search"] */
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
  }
  input[type="search"]:focus {
    outline-offset: -2px;
  }
  input[type="search"]::-webkit-search-decoration {
    display: none;
  }

  /* iOS reset */
  input[type="submit"] {
    -webkit-appearance: none;
  }


  @media screen and (min-width: 768px) {
    a { 
      -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
    }

    @-moz-document url-prefix() {
      * { font-feature-settings: "palt"; }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      * { font-feature-settings: "palt"; }
    }
  }

  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    /* padding-top: 120px; */
    font-family: 'Koburina Gothic W3 JIS2004';
    overflow: hidden;
  }
  body.page-contact {
    padding-top: 0;
  }

  @media screen and (max-width: 767px) {
    .pc-none {
      display: block;
    }
  }

  @media screen and (max-width: 767px) {
    .mob-none {
      display: none;
    }
  }


/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 1080px; }
  .inner-lg { max-width: calc(100% - 112px); }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 85px;
    padding-bottom: 120px;
  }

  @media print, screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-lg { max-width: 90%; }
  }
  @media screen and (max-width: 767px) {
    /* --- inner --- */
    .inner { width: 86%; }
    .inner-lg { max-width: 86%; }

    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .section_pdg-sm {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  }


/* bg
********************************************** */

  .container-style1 {
    background-color: #19519C;
  }

  .container-style1-1 {
  position:relative;
  background:url(../img/bg_cdb.png) no-repeat ;
  background-position: bottom center;
  background-size:contain;
  padding: 30px 0 ;
  }

  .container-style2{
    background-color: #EEE3CD;
  }
/* 
  .container-style2:before{
    position: absolute;
    left: 50%; 
    width: 0px;
    content: "";
    height: 0px;
    border-color: #79573B transparent transparent; 
    border-style: solid solid solid; 
    border-width: 100px 170px; 
    bottom: -198px;
    transform:translate(-50%, -10%) ;
  } */

.container-style3{
  background-color: #f0f0f0;
}

.container-style4 {
background-color: #e5edf3;
}

.container-style5{
  background-image: url("../img/law_bg.jpg");
  background-position: center;
  padding-bottom: 40px;
}
/* breadcrumbs
**************************************** */
  /* .breadcrumbs {
    padding: 16px 0;
    font-size: 87%;
  }
  .breadcrumbs a {
    color: #6c87a9;
    text-decoration: underline;
  } */


/* btn
********************************************** */
  .home .btn + .btn,
  .footer_contact .btn + .btn {
    margin-left: 64px;
  }

/* /* header
**************************************** */
  /* .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #fff;
    line-height: 1;
    z-index: 9990;
    transition: all .4s ease-out;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .header > .inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 50px;
  }

  @media print, screen and (min-width: 768px) {
    .header--nav,
    .gnav,
    .gnav--menu,
    .gnav--menu > li,
    .gnav--menu > li >a {
      height: 100%;
      font-weight: bold;
      font-size: 20px;
      color: #07569e;
    }
    .gnav--menu a:hover{color: #4a98a1;}
    .lang{padding: 50px 10px;}
  }
  @media print, screen and (max-width: 1750px) {
    .header > .inner {
      padding-left: 16px;
    }
    .header--logo img {
      width: 228px;
    }
  }
  @media print, screen and (max-width: 1480px) {
    .header--logo img {
      width: 152px;
    }
  }
  @media screen and (max-width: 767px) {
    .header {
      height: 56px;
    }
    .header .inner {
      padding-left: 8px;
    }
    .lang{text-align: center;
      padding: 20px;
      font-weight: bold;}
  }

/* header-sm
**************************************** */
  .header-sm {
    height: 100px;
  }
  .header-sm .header--logo {
    transform: translateY(-4px);
  }
  .header-sm .cta_contact a {
    height: 110%!important;
  }
  .header-sm .gnav--link:not([href="javascript:void(0);"]):not(.hover_none):hover::before,
  .header-sm .gnav--menu li.current > .gnav--link:not(.hover_none)::before {
    top: 16px;
  }
  .header--logo img:hover{opacity: 0.7;} */ */

/* ##############################################################################

    FOOTER

############################################################################## */
  .footer::before {
    content: "";
    position: absolute;
    top: 115px;
    left: 230px;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border-radius: 32px 0 0 0;
    background-color: #f2f9ff;
  }

  @media screen and (max-width: 767px) {
    .footer::before {
      top: 58px;
      left: 4%;
      border-radius: 16px 0 0 0;
    }
  }
/* ##############################################################################

    INDEX

############################################################################## */

.footer--sub_nav {
  padding: 10px 0;
  font-size: 75%;
  background-color: #fff;
}
.footer--copyright {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer--sub_nav {
    padding: 14px 0;
  }
}


/* 自訂header */

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.tabset {
  max-width: 100%;
  text-align: center;
  background-color: #F0F0F0;
  padding: 10px 0;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  color: #06c; /* 預設文字顏色 */
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tabset > label {
    font-size: 14px;
    padding: 0px 9px 20px;

  }
}



.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label{
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

/* .tabset > label:hover,
.tabset > label a:hover,
.tabset > input:focus + label,
.tabset > input:focus + label a,
.tabset > input:checked + label,
.tabset > input:checked + label a {
  color: #06c;
}


.tabset > label :hover::after,
.tabset > label a:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after,
.tabset > input:focus + label a::after,
.tabset > input:checked + label a::after{
  background: #06c;
} */




/* .tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
} */

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* body {
  padding: 30px;
} */


/* header end */

/* .click_link::before{
  color: #4a98a1;
} */   

/* 自訂heard end */

/* 第一區塊 */

.ttl_00{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}


.con_00{
  font-size: 20px;
  color: #fff;
  margin: 20px 0;
}


@media screen and (max-width: 425px) {
  .con_00{
    font-size: 16px;
  }
}

/* 第二區塊 */

.ttl_01{
  font-size: 30px;
  font-weight: bold;
  color: #19519C;
  text-align: center;
  padding: 50px 0 20px 0;
}

.con_01{
  font-size: 20px;
  color: #333333;
  padding: 45px 0;
}
@media screen and (max-width: 1024px) {
  .con_01{
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .con_01{
    font-size: 16px;
  }
}

/* 第三區塊 */
.ttl_02 {
  font-size: 30px;
  font-weight: bold;
  color: #405454;
  text-align: center;
  padding: 100px 0 20px 0;
}

.con_02{
  color: #405454; 
  font-size: 26px;
  font-weight: bold;
  /* margin: 0 0 10px 0; */
}

.description {
  font-size: 18px;
  margin: 0;
  color: #555;
}
@media screen and (max-width: 1300px) {
  .description {
    font-size: 20px;
  }
  .ttl_02 {
    font-size: 24px;
}
}

@media screen and (max-width: 1200px) {
  .text-container{
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
.text-container img{
  margin-bottom: 20px;
  margin-top: 20px;
}
}
/* 第四區塊 */
.ttl_03{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

.con_03{
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .con_03{
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .con_03{
    font-size: 16px;
  }
}

.col_b{
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.con_4{
  font-size: 26px;
  color: #405454;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.con_4-1{
  font-size: 18px;
  color: #405454;
  text-align: center;
  margin: 20px 0;
}

/* 協會介紹 */
.itdt_bg{
  position:relative;
  height:300px;
  width: 100%;
}

.itdt_bg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itdt_ttl{
position: absolute;
color: #fff;
font-weight: bold;
font-size: 26px;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

/* 服務項目 */
.ttl_04{
  font-size: 30px;
  font-weight: bold;
  color: #79573B;
  text-align: center;
  padding: 20px 0;
}

.inb{
  display: inline-block;
  max-width: 300px;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
}

/* sitmap */
.ttl_05{
  font-size: 30px;
  font-weight: bold;
  color: #405454;
  text-align: center;
  padding: 40px 0 20px 0;
}
.newlist{
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 30px;
}

ul.newlist {
  padding-left:0 ;
}

.libc{
  border-bottom: 1px solid #ccc;
  a{
    display: block;
    text-align: left;
    padding: 10px 10px 10px 35px;
    font-size: inherit;
    max-width: inherit;
    text-decoration: none;
    color: #79573B;
  }
}






@media screen and (max-width: 993px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 993px) {
  .mob-none {
    display: none;
  }
}
