.sec {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec {
    padding-bottom: 60px;
  }
}

.txt-date {
  text-align: right;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .txt-date {
    margin-bottom: 30px;
  }
}

.sec .bg {
  background-image: url(/internationalfinancialcenter/asset/img/our-support/materials/guidebooks/bg_sec01.jpg);
  background-size: cover;
  background-position: left top;
  padding: 50px 0 65px;
}

@media screen and (max-width: 767px) {
  .sec .bg {
    position: relative;
    z-index: 1;
    background-image: url(/internationalfinancialcenter/asset/img/our-support/materials/guidebooks/bg_sec01.jpg);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 30px 0;
  }
  .sec .bg::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sec .bg>.contents_wrap {
    position: relative;
    z-index: 3;
  }
}

.sec .bg .main_txt {
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .sec .bg .main_txt {
    color: #666;
  }
}

.sec .bg .more_btn_wrap {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .sec .bg .more_btn_wrap {
    margin-top: 30px;
  }
}

.sec .bg .more_btn_wrap a {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .sec .bg .more_btn_wrap a:hover {
    background-color: #283666;
  }
}

.item_table_01 {
	width: 100%;
  margin-bottom: 60px;
	border-collapse: separate;
	border-spacing: 0;
}

.item_table_01 caption {
  display: none;
}

.item_table_01 tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.item_table_01 th,
.item_table_01 td {
  border-bottom: 1px solid #211815 ;
  padding: 20px 18px;
  vertical-align: middle;
}

.item_table_01 th {
  font-size: 2rem;
  color: #666;
  line-height: 1.8;
}

.item_table_01 th a {
  text-decoration: underline;
}

.item_table_01 td a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #283666;
}


@media screen and (max-width: 767px) {
  .item_table_01 {
    margin-bottom: 30px;
  }
  .item_table_01 th,
  .item_table_01 td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .item_table_01 td {
    padding-top: 0;
  }
  .item_table_01 tr td:last-child {
    border-bottom: 1px solid #211815 ;
  }
  .item_table_01 td a {
    font-size: 1.4rem;
  }
  .item_table_01 col {
    width: 100%;
  }
}

.item_table_02 {
	width: 100%;
  margin-top: 60px;
}

.item_table_02 tr {
  background-color: #f7f7f7;
}

.item_table_02 th,
.item_table_02 td {
  border-bottom: 20px solid #fff ;
  padding: 20px 18px;
  vertical-align: middle;
}

.item_table_02 th {
  font-size: 2rem;
  color: #666;
  line-height: 1.8;
}

.item_table_02 th a {
  text-decoration: underline;
}

.item_table_02 th a:hover {
	opacity: 0.7;
}

.item_table_02 caption {
  display: none;
}

.item_table_02 td a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #283666;
}

@media screen and (max-width: 767px) {
  .item_table_02 {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .item_table_02 th,
  .item_table_02 td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .item_table_02 tr td:last-child {
    border-bottom: 20px solid #fff ;
  }
  .item_table_02 td {
    padding-top: 0;
  }
  .item_table_02 td a {
    font-size: 1.4rem;
  }
  .item_table_02 col {
    width: 100%;
  }
}

.table_link a:hover {
  opacity: 0.7;
}

.table_link a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-left: 10px;
  background: url(/internationalfinancialcenter/asset/img/btn_wd.png) no-repeat 0 4px / 18px 18px;
  vertical-align: baseline;
}

.table_link a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 23px;
  margin-left: 10px;
  background: url(/internationalfinancialcenter/asset/img/icon_pdf.png) no-repeat 0 4px / 17px 21px;
  vertical-align: baseline;
}

.table_link a[href$=".docx"]::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 21px;
  margin-left: 10px;
  background: url(/internationalfinancialcenter/asset/img/btn_word.png) no-repeat 0 4px / 19px 18px;
  vertical-align: baseline;
}