/* ---------------- S:Sub Common ---------------- */
.section {
  padding:120px 0px;
}

.section-title {
  font-family: 'NanumMyeongjo', sans-serif;
  font-size:4rem;
  font-weight:500;
  line-height:1.6;
  animation: sec-tit 1s ease both;
}

.section-title span {
  display:inline-block;
  padding:0px 10px;
}

.section-title .band {
  position: relative;
  font-weight:700;
  color:#fff;
}

.section-text {
  font-size:2rem;
  line-height:1.6;
}

.section .title {
  font-size:2.8rem;
  font-weight:600;
  line-height:1.5;
  color:#c0a258;
  margin-bottom:30px;
}

.section .text {
  font-size:2rem;
  line-height:1.8;
}

.section .instructions {
  font-size:2rem;
  line-height:1.8;
  margin-bottom: 30px;
}

@keyframes sec-tit {
  0% {
    opacity:0;
    transform: translateX(-100px);
  }
  100% {
    opacity:1;
    transform: translateX(0px);
  }
}

@media (max-width:1200px) {
  .section-title {
    font-size:3rem;
  }

  .section-text {
    font-size:1.8rem;
  }
  
  .section .title {
    font-size:2.4rem;
  }

  .section .text {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .section {
    padding:80px 0px;
  }

  .section .title {
    margin-bottom:22px;
  } 
}
@media (max-width:768px) {
  .section {
    padding:60px 0px;
  }

  .section-title {
    font-size:2.4rem;
  }

  .section-text {
    font-size:1.6rem;
  }

  .section .title {
    font-size:2rem;
    margin-bottom:16px;
  }

  .section .text {
    font-size:1.6rem;
    line-height:1.6;
  }
}
@media (max-width:500px) {
  .section {
    padding:50px 0px;
  }

  .section-title {
    font-size:1.8rem;
  }

  .section-title span {
    padding:0px 6px;
  }

  .section-text {
    font-size:1.4rem;
  }

  .section .title {
    font-size:1.6rem;
    margin-bottom:8px;
  }

  .section .text {
    font-size:1.4rem;
  }
}
/* ---------------- E:Sub Common ---------------- */

/* ---------------- S:Sub Path ---------------- */
.sub-path {
  margin:80px 0px 40px;
}

.sub-path-container {
  max-width:1310px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}

.sub-path-inner {
  display: flex;
  align-items: center;
}

.sub-path-inner span {
  display: block;
}

.sub-path-inner span.home {
  width:20px;
  height:20px;
  background: url('/en/img/icon/home_icon.svg') no-repeat center;
}

.sub-path-inner span.home a {
  display: block;
  width:100%;
  height:100%;
}

.sub-path-inner span.arrow {
  width:9px;
  height:16px;
  background: url('/en/img/icon/path_icon.svg') no-repeat center;
  margin:0px 16px;
}

.sub-path-inner span.page {
  font-size:1.6rem;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .sub-path {
    margin:60px 0px 30px;
  }

  .sub-path-inner span.arrow {
    height:12px;
    background-size:auto 12px;
    margin:0px 12px;
  }

  .sub-path-inner span.home {
    width:16px;
    height:16px;
    background-size:auto 16px;
  }
  
  .sub-path-inner span.page {
    font-size:1.4rem;
  }
}
@media (max-width:768px) {
  .sub-path {
    margin:40px 0px 22px;
  }

  .sub-path-inner span.arrow {
    width:7px;
    height:10px;
    background-size:auto 10px;
    margin:0px 8px;
  }

  .sub-path-inner span.home {
    width:13px;
    height:13px;
    background-size:auto 13px;
  }
  
  .sub-path-inner span.page {
    font-size:1.3rem;
  }
}
@media (max-width:500px) {
  .sub-path {
    display: none;
  }
}
/* ---------------- E:Sub Path ---------------- */

/* ---------------- S:Sub Visual ---------------- */
.sub-visual {
  width:100%;
  height:360px;
  position: relative;
  z-index:10;
}

.sub-visual-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width:1310px;
  width:100%;
  height:100%;
  margin:0 auto;
  padding:0px 15px;
  text-align: center;
}

.sub-visual__title {
  position: relative;
  font-size:4rem;
  font-weight:600;
  line-height: 1;
  color:#fff;
  opacity:0;
  animation:title-ani .6s ease forwards;
}

.sub-visual__title::after {
  content:"";
  display: block;
  width:1px;
  height:0px;
  margin:40px auto 0px;
  background-color: #fff;
  animation: line-ani .6s ease .35s forwards;
  transform-origin: top;
}

.sub-visual__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #c0a258;
  z-index: -1;
  animation: sub-visual 1.2s cubic-bezier(0.4, 0.38, 0.26, 0.93) .2s both;
}

.sub-visual__background div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub-visual--1 .sub-visual__background div {
  background-image: url('/en/img/sub/sub_visual01.jpg');
}

.sub-visual--2 .sub-visual__background div {
  background-image: url('/en/img/sub/sub_visual02.jpg');
}

.sub-visual--3 .sub-visual__background div {
  background-image: url('/en/img/sub/sub_visual03.jpg');
}

.sub-visual--4 .sub-visual__background div {
  background-image: url('/en/img/sub/sub_visual04.jpg');
}

.sub-visual--5 .sub-visual__background div {
  background-image: url('/en/img/sub/sub_visual05.jpg');
}

.sub-visual--6 .sub-visual__background div {
  background-image: url('/en/img/sub/sub_visual06.jpg');
}

.sub-visual--7 .sub-visual__background div {
  background-image: url('/en/img/sub/sub_visual07.jpg');
}

@keyframes title-ani {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes line-ani {
  0% {
    height:0;
  }
  100% {
    height:40px;
  }
}
@media (max-width:1200px) {
  .sub-visual {
    height:300px;
  }
  
  .sub-visual__title {
    font-size:3rem;
  }  
}
@media (max-width:1024px) {
  .sub-visual__title::after {
    margin:30px auto 0px;
  }
  
  @keyframes line-ani {
    0% {
      height:0;
    }
    100% {
      height:30px;
    }
  }
}
@media (max-width:768px) {
  .sub-visual {
    height:240px;
  }
  
  .sub-visual__title {
    font-size:2.4rem;
  }
  
  .sub-visual__title::after {
    margin:22px auto 0px;
  }
  
  @keyframes line-ani {
    0% {
      height:0;
    }
    100% {
      height:22px;
    }
  }
}
@media (max-width:500px) {
  .sub-visual {
    height:200px;
  }
  
  .sub-visual__title {
    font-size:2rem;
  }

  .sub-visual__title::after {
    margin:16px auto 0px;
  }
}

/* ---------------- E:Sub Visual ---------------- */

/* ---------------- S:Sub Tab ---------------- */
.sub-tabs {
  width:100%;
  background-color: #fff;
}

.sub-tabs-container {
  max-width:860px;
  width:100%;
  margin:0 auto;
}

/* .sub-tabs--donate .sub-tabs-container {
  max-width:400px;
} */

.sub-tabs-container ul {
  display: flex;
}

.sub-tabs-container li {
  flex:1 1;
  position: relative;
}

.sub-tabs-container li::after {
  content:"";
  display:none;
  position: absolute;
  bottom:0px;
  left:50%;
  transform: translateX(-50%);
  width:100%;
  height:2px;
  background-color: #c0a258;
}

.sub-tabs-container a {
  display: block;
  font-size:2rem;
  font-weight:500;
  margin:20px 0px;
}

@media (min-width:769px) {
  .sub-tabs-container li.on::after{
    display: block;
  }
  
  .sub-tabs-container li.on a {
    color:#c0a258;
  }  
}
@media (max-width:1200px) {
  .sub-tabs-container a {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .sub-tabs-container a {
    margin:16px 0px;
  }
}
@media (max-width:768px) {
  .sub-tabs-container {
    max-width:100% !important;
  }

  .sub-tabs-inner {
    position: relative;
    padding-top:50px;
  }

  .sub-tabs-container ul {
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    margin:0px;
    margin-bottom:0px;
    z-index:99;
  }

  .sub-tabs-container ul::before {
    content:'';
    position: absolute;
    top:20px;
    right:15px;
    display: block;
    width: 8px;
    height: 8px;
    border-left:2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index:2;
  }

  .sub-tabs-container li {
    display: none;
    flex:1 1 100%;
    width: 100%;
    order: 2;
    padding:0px;
    cursor: pointer;
  }

  .sub-tabs-container li::after {
    display: none;
  }

  .sub-tabs-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    margin:0px;
    border:0px;
    border-radius:0px;
    background-color: #f3f3f3;
    font-size:1.6rem;
  }

  .sub-tabs-container ul.on > li {
    display:block;
  }
  
  .sub-tabs-container li.on {
    display:block;
    order: 1;
  }

  .sub-tabs-container li.on a {
    color:#fff;
    background-color: #c0a258;
    pointer-events: none;
  }
}
@media (max-width:500px) {
  .sub-tabs-inner {
    padding-top:40px;
  }

  .sub-tabs-container ul::before {
    top:14px;
  }

  .sub-tabs-container a {
    height:40px;
    font-size:1.4rem;
  }
}

/* ---------------- E:Sub Tab ---------------- */

/* ---------------- S:Company ---------------- */
/* Common */
.section--company {
  padding:0px;
}

.company-heading {
  position: relative;
  padding:120px 0px;
}

.company-heading::after {
  content:"";
  display: block;
  position: absolute;
  top:0;
  right:0;
  width:100vw;
  height:100%;
  background:url('/en/img/sub/sub_band.png') no-repeat center right / cover;
  z-index:-2;
  opacity:0;
  animation: bg-ani .6s ease both;
}

.company-heading .band::after {
  content:"";
  display: inline-block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width:0;
  height:calc(100% - 8px);
  background-color: #c0a258;
  z-index:-1;
  animation: band-ani 1s ease .2s both;
}

.company-area {
  padding:120px 0px;
}

.company-area .direction {
  display: flex;
  align-items: center;
}

.company-area .text {
  margin-bottom:40px;
}

.company-area .text:last-child {
  margin-bottom:0px;
}


@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .company-heading {
    padding:80px 0px;
  }

  .company-heading::before {
    content:"";
    display: block;
    position: absolute;
    right:0;
    bottom:0;
    width:198px;
    height: 146px;
    background:url('/en/img/sub/sub_band_logo.png') no-repeat center / auto 146px;
    z-index:-1;
  }

  .company-heading::after {
    right:unset;
    left:50%;
    transform: translateX(-50%);
    background-image: url('/en/img/sub/sub_band_mo.png');
  }

  .company-heading .band::after {
    height:calc(100% - 4px);
  }

  .company-area {
    padding:80px 0px;
  }

  .company-area .text {
    margin-bottom:30px;
  }
}
@media (max-width:768px) {
  .company-heading {
    padding:60px 0px;
  }

  .company-area {
    padding:60px 0px;
  }  

  .company-area .direction {
    flex-wrap: wrap;
  }  

  .company-area .text {
    margin-bottom:22px;
  }
}
@media (max-width:500px) {
  .company-heading {
    padding:50px 0px;
  }

  .company-heading::before {
    width:126px;
    height: 106px;
    background-size: auto 106px;
  }

  .company-area {
    padding:50px 0px;
  }  

  .company-area .text {
    margin-bottom:12px;
  }
  
}

/* Purpose */
.purpose img {
  display: block;
  max-width:none;
}

.purpose .block {
  padding:120px 0px;
}

.purpose .block--01,
.purpose .block--03 {
  background-color: #fbfaf5;
}

.purpose .direction {
  display: flex;
  align-items: center;
}

.purpose .left {
  flex:1 0 63%;
  padding-right:80px;
}

.purpose .right {
  flex:1 0 37%;
}

.purpose .direction--end {
  justify-content: flex-end;
}

.purpose .direction--end .left {
  flex:1 0 37%;
  padding-right:0px;
}

.purpose .direction--end .right {
  flex:1 0 63%;
  padding-left:80px;
}

.purpose .text {
  margin-bottom:40px;
}

.purpose .text:last-child {
  margin-bottom:0px;
}

.purpose .section--purpose {
  padding:0px;
}

.purpose .image {
  position: relative;
  overflow: hidden;
}

.purpose .image--left {
  border-bottom-left-radius:60px;
}

.purpose .image--right {
  border-bottom-right-radius:60px;
}

.purpose .image::before {
  content:"";
  display: block;
  position: absolute;
  top:0;
  right:0;
  width:100%;
  height:102%;
  background-color: #fff;
}

.purpose .image.aos-animate::before {
  animation: image-full 1s ease-out both;
}

.purpose .image--color::before {
  background-color:#fbfaf5;
}



@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .purpose img {
    width:100%;
  }

  .purpose .block {
    padding:80px 0px;
  }

  .purpose .direction {
    flex-wrap: wrap;
  }

  .purpose .left {
    flex:1 1 100%;
    padding-right:0px;
    padding-top:60px;
    order:2;
  }

  .purpose .right {
    flex:1 1 100%;
    order: 1;
  }

  .purpose .direction--end .left {
    flex:1 1 100%;
    padding:0px;
    order:1;
  }
  
  .purpose .direction--end .right {
    flex:1 1 100%;
    padding-left:0px;
    padding-top:60px;
    order:2;
  }

  .purpose .text {
    margin-bottom:30px;
  }

  .purpose .image {
    opacity:0;
  }

  .purpose .image.aos-animate {
    opacity: 1;
  }

  .purpose .image.aos-animate::before {
    animation:none;
    display: none;
  }
}
@media (max-width:768px) {
  .purpose .block {
    padding:60px 0px;
  }

  .purpose .left {
    padding-top:40px;
  }

  .purpose .direction--end .right {
    padding-top:40px;
  }

  .purpose .text {
    margin-bottom:22px;
  }
}
@media (max-width:500px) {
  .purpose .block {
    padding:50px 0px;
  }

  .purpose .left {
    padding-top:22px;
  }

  .purpose .direction--end .right {
    padding-top:22px;
  }

  .purpose .text {
    margin-bottom:12px;
  }
}

/* Greeting */
.greeting img {
  display: block;
}

.greeting .box {
  padding:40px;
  margin-bottom:40px;
  background-color: #fafafa;
}

.greeting .box dd {
  display: flex;
  margin-bottom:20px;
}

.greeting .box dd:last-child {
  margin-bottom:0px;
}

.greeting .box span {
  display: block;
  width:100px;
  font-size:1.8rem;
  font-weight:600;
}

.greeting .box p {
  width:calc(100% - 100px);
  font-size:1.8rem;
  line-height:1.4;
}

.greeting .name {
  text-align: right;
  font-size:2.4rem;
  line-height:1.7;
  margin-top:80px;
}

.greeting .section--company .left {
  flex:1 0 36%;
}

.greeting .section--company .right {
  flex:1 0 64%;
  padding-left:80px;
}

.greeting .section--inform {
  background: url('/en/img/sub/company/greeting/greeting02.png') no-repeat center / cover;
}

@media (max-width:1200px) {
  .greeting .box span {
    font-size:1.6rem;
  }
  
  .greeting .box p {
    font-size:1.6rem;
  }
  
  .greeting .name {
    font-size:2rem;
  }
}
@media (max-width:1024px) {
  .greeting .section--company .right {
    padding-left:60px;
  }

  .greeting .box {
    padding:30px;
    margin-bottom:30px;
  }

  .greeting .box dd {
    margin-bottom:16px;
  }

  .greeting .box span {
    width:60px;
  }
  
  .greeting .box p {
    width:calc(100% - 60px);
  }

  .greeting .name {
    margin-top:60px;
  }
}
@media (max-width:768px) {
  .greeting img {
    margin:0 auto;
  }

  .greeting .section--company .left {
    flex:1 1 100%;
    order:1;
  }
  
  .greeting .section--company .right {
    flex:1 0 100%;
    padding-left:0px;
    padding-top:40px;
    order: 2;
  }

  .greeting .box {
    padding:22px;
    margin-bottom:22px;
  }

  .greeting .box dd {
    margin-bottom:12px;
  }

  .greeting .box span {
    width:50px;
    font-size:1.4rem;
  }
  
  .greeting .box p {
    width:calc(100% - 50px);
    font-size:1.4rem;
  }
  
  .greeting .name {
    font-size:1.8rem;
    line-height:1.5;
    margin-top:40px;
  }
}
@media (max-width:500px) {
  .greeting .section--company .right {
    padding-top:22px;
  }

  .greeting .box {
    padding:16px;
    margin-bottom:12px;
  }

  .greeting .box dd {
    flex-wrap: wrap;
    margin-bottom:8px;
  }

  .greeting .box span {
    width:100%;
    font-size:1.3rem;
    padding-bottom:6px;
  }

  .greeting .box p {
    width:100%;
    font-size:1.3rem;
  }

  .greeting .name {
    font-size:1.6rem;
    margin-top:22px;
  }
}

/* Base */
.base img {
  display: block;
}

.base .context {
  margin:40px 0px 80px;
}

.base .list {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.base .list li {
  flex:1 1 33.33%;
  max-width:33.33%;
  padding:20px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .base .context {
    margin:30px 0px 60px;
  }

  .base .list {
    margin:-8px;
  }
  
  .base .list li {
    padding:8px;
  }
}
@media (max-width:768px) {
  .base .context {
    margin:22px 0px 40px;
  }

  .base .list {
    margin:-4px;
  }
  
  .base .list li {
    padding:4px;
  }
}
@media (max-width:500px) {
  .base .context {
    margin:12px 0px 22px;
  }

  .base .list {
    margin:-2px;
  }
  
  .base .list li {
    padding:2px;
  }
}

/* History */
.history img {
  display: block;
}

.history .container {
  overflow: hidden;
}

.history .block {
  padding-bottom:120px;
}

.history .direction {
  display: flex;
  position: relative;
}

.history .left {
  position: absolute;
  top:0;
  left:0;
}

.history .right {
  padding-left:460px;
}

.history .history-title {
  display: flex;
  align-items: center;
  font-size:4rem;
  font-weight:700;
  line-height: 1;
  padding-bottom:80px;
}

.history .history-title::before {
  content:"";
  display: block;
  width:3px;
  height:32px;
  background-color: #c0a258;
  margin-right:10px;
}

.history .history-info {
  position: relative;
}

.history .history-info::before {
  content:"";
  display: block;
  position: absolute;
  top:4px;
  left:-14px;
  width:29px;
  height:29px;
  border-radius:50%;
  background-color: #c0a258;
  border:7px solid #f4ebdb;
  z-index:1;
}

.history .history-info dl {
  position: relative;
  padding-top:110px;
  padding-left:80px;
}

.history .history-info dl::after {
  content:"";
  display: block;
  position: absolute;
  top:10px;
  left:0;
  width:1px;
  height:calc(100% + 120px);
  background-color: #d7d7d7;
  z-index:-1;
}

.history .history-info dl.no-line::after {
  display: none;
}

.history .history-info dt {
  position: relative;
  font-size:2.4rem;
  font-weight:700;
  margin-bottom:20px;
}

.history .history-info dt::before {
  content:"";
  display: block;
  position: absolute;
  top:13px;
  left:-83px;
  width:7px;
  height:7px;
  border-radius:50%;
  background-color: #d7d7d7;
}

.history .history-info dd {
  display: flex;
  margin-bottom:12px;
}

.history .history-info dd:last-child {
  margin-bottom:0px;
}

.history .history-info .month {
  display: block;
  font-size:2rem;
  line-height:1.4;
  width:46px;
  font-weight:600;
}

.history .history-info p {
  width:calc(100% - 46px);
  font-size:2rem;
  line-height:1.4;
}

.history .history-info p span {
  color:#888;
}

.history .history-info b {
  font-weight:600;
}

@media (max-width:1200px) {
  .history .history-title {
    font-size:3rem;
  }

  .history .history-title::before {
    height:20px;
  }

  .history .history-info dt {
    font-size:2rem;
  }

  .history .history-info .month {
    font-size:1.8rem;
  }
  
  .history .history-info p {
    font-size:1.8rem;
  }
  
}
@media (max-width:1024px) {
  .history img {
    width:320px;
  }

  .history .block {
    padding-bottom:80px;
  }

  .history .right {
    padding-left:380px;
  }

  .history .history-title {
    padding-bottom:60px;
  }

  .history .history-title::before {
    margin-right:6px;
  }

  .history .history-info dl {
    padding-top:80px;
    padding-left:60px;
  }

  .history .history-info dt {
    margin-bottom:16px;
  }

  .history .history-info dt::before {
    top:8px;
    left:-63px;
  }

  .history .history-info dd {
    margin-bottom:8px;
  }

  .history .history-info .month {
    width:40px;
  }

  .history .history-info p {
    width:calc(100% - 40px);
  }
}
@media (max-width:768px) {
  .history img {
    width:auto;
  }

  .history .block--01 img {
    content: url('/en/img/sub/company/history/history01_mo.jpg');
  }

  .history .block--02 img {
    content: url('/en/img/sub/company/history/history02_mo.jpg');
  }

  .history .block {
    padding-bottom:60px;
  }

  .history .direction {
    display: block;
  }

  .history .left {
    position: relative;
    top:unset;
    left:unset;
  }

  .history .right {
    padding-left:0px;
    margin:30px 0px 0px;
  }

  .history .history-title {
    font-size:2.4rem;
    padding-bottom:40px;
  }

  .history .history-title::before {
    height:18px;
  }

  .history .history-info::before {
    width:21px;
    height:21px;
    border-width:5px;
    left:0px;
  }

  .history .history-info dt {
    font-size:1.8rem;
    margin-bottom:12px;
  }

  .history .history-info dt::before {
    top:7px;
    left:-33px;
  }

  .history .history-info dl {
    padding-top:40px;
    padding-left:40px;
  }

  .history .history-info dl::after {
    height:calc(100% + 40px);
    left:10px;
  }

  .history .history-info dl:last-child::after {
    display: none;
  }

  .history .history-info dd {
    margin-bottom:4px;
  }

  .history .history-info .month {
    font-size:1.6rem;
  }

  .history .history-info p {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .history .right {
    margin:22px 0px 0px;
  }

  .history .history-title {
    font-size:1.8rem;
    padding-bottom:22px;
  }

  .history .history-title::before {
    height:16px;
  }

  .history .history-info::before {
    width:17px;
    height:17px;
    border-width:4px;
  }

  .history .history-info dl {
    padding-top:22px;
    padding-left:22px;
  }

  .history .history-info dl::after {
    height: calc(100% + 60px);
    left: 8px;
  }

  .history .history-info dt {
    font-size:1.6rem;
    margin-bottom:8px;
  }

  .history .history-info dt::before {
    top:6px;
    left:-16px;
    width:5px;
    height:5px;
  }

  .history .history-info .month {
    width:30px;
    font-size:1.4rem;
  }

  .history .history-info p {
    width:calc(100% - 30px);
    font-size:1.4rem;
  }
}

/* Location */
.location .location-map {
  position: relative;
  width:100%;
  height:0;
  padding-top:calc(560/1280*100%);
  overflow: hidden;
}

.location .location-map iframe {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
}

.location .location-context {
  margin-top:40px;
}

.location .location-context .info {
  padding:40px;
  background-color: #fafafa;
}

.location .location-context dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:40px;
}

.location .location-context dd:last-child {
  margin-bottom:0px;
}

.location .location-context dd span {
  display: block;
  position: relative;
  width:160px;
  padding-left:40px;
  font-size: 2rem;
  font-weight:600;
}

.location .location-context dd p {
  font-size:2rem;
}

.location .location-context dd .icon {
  display: block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width:24px;
  height:24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 20px;
}

.location .location-context dd .icon--01 {
  background-image: url('/en/img/icon/address_icon.svg');
}

.location .location-context dd .icon--02 {
  background-image: url('/en/img/icon/tel_icon.svg');
}

.location .location-context dd .icon--03 {
  background-image: url('/en/img/icon/fax_icon.svg');
}

@media (max-width:1200px) {
  .location .location-context dd span {
    font-size:1.8rem;
  }
  
  .location .location-context dd p {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .location .location-context {
    margin-top:30px;
  }

  .location .location-context .info {
    padding:30px;
  }

  .location .location-context dd {
    margin-bottom:30px;
  }

  .location .location-context dd span {
    width:120px;
    padding-left:30px;
  }
}
@media (max-width:768px) {
  .location .location-map {
    height:320px;
    padding-top:0px;
  }

  .location .location-context {
    margin-top:22px;
  }

  .location .location-context .info {
    padding:22px;
  }

  .location .location-context dd {
    margin-bottom:22px;
  }

  .location .location-context dd span {
    width:80px;
    padding-left:22px;
    font-size:1.6rem;
  }

  .location .location-context dd .icon {
    width:18px;
    height:18px;
    background-size:auto 15px;
  }

  .location .location-context dd p {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .location .location-map {
    height:260px;
  }

  .location .location-context {
    margin-top:12px;
  }

  .location .location-context .info {
    padding:12px;
  }

  .location .location-context dd {
    margin-bottom:8px;
  }

  .location .location-context dd span {
    font-size:1.4rem;
    padding-left:18px;
  }

  .location .location-context dd .icon {
    width:14px;
    height:14px;
    background-size:auto 11px;
  }

  .location .location-context dd p {
    width:100%;
    margin-top:6px;
    font-size:1.4rem;
  }
}
/* ---------------- S:Company ---------------- */

/* ---------------- E:About ---------------- */
/* Common */
.section--about {
  padding:0px;
}

.about-heading {
  position: relative;
  padding:120px 0px;
}

.about-heading::after {
  content:"";
  display: block;
  position: absolute;
  top:0;
  right:0;
  width:100vw;
  height:100%;
  background:url('/en/img/sub/sub_band.png') no-repeat center right / cover;
  z-index:-2;
  animation: bg-ani .6s ease both;
}

.about-heading .band::after {
  content:"";
  display: inline-block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width:0;
  height:calc(100% - 8px);
  background-color: #c0a258;
  z-index:-1;
  animation: band-ani 1s ease .2s both;
}

.about-area {
  padding:120px 0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .about-heading {
    padding:80px 0px;
  }

  .about-heading::before {
    content:"";
    display: block;
    position: absolute;
    right:0;
    bottom:0;
    width:198px;
    height: 146px;
    background:url('/en/img/sub/sub_band_logo.png') no-repeat center / auto 146px;
    z-index: -1;
  }

  .about-heading::after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('/en/img/sub/sub_band_mo.png');
  }

  .about-heading .band::after {
    height:calc(100% - 4px);
  }

  .about-area {
    padding:80px 0px;
  }  
}
@media (max-width:768px) {
  .about-heading {
    padding:60px 0px;
  }

  .about-area {
    padding:60px 0px;
  }
}
@media (max-width:500px) {
  .about-heading {
    padding:50px 0px;
  }

  .about-area {
    padding:50px 0px;
  }

  .about-heading::before {
    width:126px;
    height:106px;
    background-size:auto 106px;
  }
}

/* Award */
.award img {
  display: block;
}

.award .direction {
  display: flex;
  margin:-40px;
}

.award .left,
.award .right {
  flex:1 0 50%;
  max-width:50%;
  padding:40px;
}

.award .box {
  position: relative;
  height:100%;
  padding-top:93%;
  padding-left:40px;
}

.award .image {
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
}

.award .section--award {
  background:url('/en/img/sub/about/award/award03.png') no-repeat center / cover;
}

.award .section--about .section-title {
  margin-bottom:20px;
}

.award .section--about .context {
  height:100%;
  padding:40px;
  background-color: #fbfaf5;
}

.award .section--about .title {
  padding-bottom:10px;
  border-bottom: 2px solid #c0a258;
}

.award .section--about .info dd {
  display:flex;
  align-items:center;
  margin-bottom:20px;
}

.award .section--about .info dd:last-child {
  margin-bottom:0px;
}

.award .section--about .info span {
  display: block;
  font-size:2rem;
  font-weight:700;
  color:#c3a762;
  margin-right:6px;
}

.award .section--about .info p {
  font-size:2rem;
  font-weight:500;
}

.award .section--award .text {
  display: flex;
}

.award .section--award .text span {
  display: block;
  width:70px;
  font-weight:600;
}

@media (max-width:1200px) {
  .award .section--about .info span {
    font-size:1.8rem;
  }

  .award .section--about .info p {
    font-size:1.8rem;
  }  
}
@media (max-width:1024px) {
  .award .section--about .section-title {
    margin-bottom:16px;
  }

  .award .direction {
    margin:-18px;
  }
  
  .award .left,
  .award .right {
    padding:18px;
  }

  .award .box {
    padding-top:83%;
    padding-left:30px;
  }  

  .award .section--about .context {
    padding:30px;
  }

  .award .section--about .info dd {
    margin-bottom:16px;
  }

  .award .section--award .text span {
    width:60px;
  }
}
@media (max-width:768px) {
  .award .section--about .section-title {
    margin-bottom:12px;
  }

  .award .direction {
    flex-wrap: wrap;
    margin:-8px;
  }
  
  .award .left,
  .award .right {
    flex:1 1 100%;
    max-width:100%;
    padding:8px;
  }

  .award .box {
    padding-top:0;
    padding-left:0px;
  }  

  .award .image {
    display: flex;
    justify-content: center;
    position: relative;
    top:unset;
    left: unset;
    padding:22px 22px 0px;
    background-color:#fbfaf5;
  }

  .award .section--about .context {
    height:auto;
    padding:22px;
  }

  .award .section--about .info dd {
    margin-bottom:12px;
  }

  .award .section--about .info span {
    font-size:1.6rem;
  }

  .award .section--about .info p {
    font-size:1.6rem;
  }

  .award .section--award .text span {
    width:50px;
  }
}
@media (max-width:500px) {
  .award .section--about .section-title {
    margin-bottom:8px;
  }

  .award .direction {
    margin:-6px;
  }
  
  .award .left,
  .award .right {
    padding:6px;
  }

  .award .image {
    padding:16px 16px 0px;
  }

  .award .section--about .context {
    padding:16px;
  }

  .award .section--about .title {
    padding-bottom:6px;
  }

  .award .section--about .info dd {
    margin-bottom:8px;
  }

  .award .section--about .info span {
    font-size:1.4rem;
    margin-right:4px;
  }

  .award .section--about .info p {
    font-size:1.4rem;
  }

  .award .section--award li {
    margin-bottom:8px;
  }

  .award .section--award li:last-child {
    margin-bottom:0px;
  }

  .award .section--award .text {
    flex-wrap: wrap;
  }

  .award .section--award .text span {
    width:100%;
    line-height:1;
    padding-bottom:6px;
  }
}

/* Life */
.life img {
  display:block;
  max-width: none;
}

.life .section--about .direction {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.life .section--about .left {
  flex:1 0 37%;
}

.life .section--about .right {
  flex:1 0 63%;
  padding-left:80px;
}

.life .section--life {
  padding:0px;
}

.life .section--life .block {
  padding:120px 0px;
}

.life .section--life .block--01, 
.life .section--life .block--03 {
  background-color: #fbfaf5;
}

.life .section--life .direction {
  display: flex;
  align-items: center;
}

.life .section--life .left {
  flex:1 0 63%;
  padding-right:80px;
}

.life .section--life .right {
  flex:1 0 37%;
}

.life .section--life .direction--end {
  justify-content: flex-end;
}

.life .section--life .direction--end .left {
  flex:1 0 37%;
  padding-right:0px;
}

.life .section--life .direction--end .right {
  flex:1 0 63%;
  padding-left:80px;
}

.life .section--life .context {
  padding:0px 30px;
}

.life .section .image {
  position: relative;
  overflow: hidden;
}

.life .section .image--left {
  border-bottom-left-radius:60px;
}

.life .section .image--right {
  border-bottom-right-radius:60px;
}

.life .section .image::before {
  content:"";
  display: block;
  position: absolute;
  top:0;
  right:0;
  width:100%;
  height:102%;
  background-color: #fff;
}

.life .section .image.aos-animate::before {
  animation: image-full 1s ease-out both;
}

.life .section .image--color::before {
  background-color:#fbfaf5;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .life img {
    width:100%;
  }

  .life .section--about .direction {
    flex-wrap: wrap;
  }

  .life .section--about .left {
    flex: 1 1 100%;
    padding-right: 0px;
    order: 1;
  }

  .life .section--about .right {
    flex: 1 1 100%;
    padding-left: 0px;
    padding-top: 60px;
    order: 2;
  }

  .life .section--life .block {
    padding:80px 0px;
  }

  .life .section--life .direction {
    flex-wrap: wrap;
  }

  .life .section--life .left {
    flex: 1 1 100%;
    padding-right: 0px;
    padding-top: 60px;
    order: 2;
  }

  .life .section--life .right {
    flex: 1 1 100%;
    order: 1;
  }

  .life .section--life .direction--end .left {
    flex: 1 1 100%;
    padding:0px;
    order: 1;
  }

  .life .section--life .direction--end .right {
    flex: 1 1 100%;
    padding:0px;
    padding-top: 60px;
    order: 2;
  }

  .life .section--life .context {
    padding:0px 22px;
  }

  .life .section .image {
    opacity:0;
  }

  .life .section .image.aos-animate {
    opacity:1;
  }

  .life .section .image.aos-animate::before {
    animation: none;
    display: none;
  }
}
@media (max-width:768px) {
  .life .section--about .right {
    padding-top:40px;
  }

  .life .section--life .block {
    padding:60px 0px;
  }

  .life .section--life .left {
    padding-top: 40px;
  }
  
  .life .section--life .direction--end .right {
    padding-top: 40px;
  }

  .life .section--life .context {
    padding:0px;
  }
}
@media (max-width:500px) {
  .life .section--about .right {
    padding-top:22px;
  }

  .life .section--life .block {
    padding:40px 0px;
  }

  .life .section--life .left {
    padding-top: 22px;
  }

  .life .section--life .direction--end .right {
    padding-top: 22px;
  }
}
/* ---------------- E:About ---------------- */

/* ---------------- S:Support ---------------- */
/* Overview */
.overview .section {
  background-color: #fcfaf6;
}

.overview .block {
  margin-bottom:120px;
}

.overview .block:last-child {
  margin-bottom:0px;
}

.overview .list {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.overview .list li {
  flex:0 0 50%;
  max-width:50%;
  padding:20px;
}

.overview .list .box {
  display: flex;
  height:100%;
  min-height:230px;
  background-color: #fff;
  box-shadow:2px 2px 5px rgba(0,0,0,.05);
}

.overview .list .box::before {
  content:"";
  display: block;
  width:36px;
  height:100%;
  background-color: #c0a258;
}

.overview .list .context {
  width:calc(100% - 36px);
  padding:40px 6.5%;
}

.overview .list .box-title {
  font-size:2.4rem;
  font-weight:600;
  margin-bottom:16px;
}

.overview .list .box-text {
  font-size:2rem;
  line-height:1.6;
}

@media (max-width:1200px) {
  .overview .list .box-title {
    font-size:2rem;
  }

  .overview .list .box-text {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .overview .block {
    margin-bottom:80px;
  }

  .overview .list {
    margin:-16px;
  }
  
  .overview .list li {
    padding:16px;
  }

  .overview .list .box::before {
    width:26px;
  }

  .overview .list .context {
    width:calc(100% - 26px);
    padding:30px;
  }

  .overview .list .box-title {
    margin-bottom:12px;
  }
}
@media (max-width:768px) {
  .overview .block {
    margin-bottom:60px;
  }

  .overview .list {
    margin:-8px;
  }
  
  .overview .list li {
    padding:8px;
  }

  .overview .list .box::before {
    width:20px;
  }

  .overview .list .context {
    width:calc(100% - 20px);
    padding:22px;
  }

  .overview .list .box-title {
    font-size:1.8rem;
    margin-bottom:8px;
  }

  .overview .list .box-text {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .overview .block {
    margin-bottom:50px;
  }

  .overview .list {
    margin:-4px;
  }

  .overview .list li {
    flex:1 1 100%;
    max-width:100%;
    padding:4px;
  }

  .overview .list .box {
    min-height:120px;
  }

  .overview .list .box::before {
    width:12px;
  }

  .overview .list .context {
    width:calc(100% - 12px);
    padding:16px;
  }

  .overview .list .box-title {
    font-size:1.6rem;
    margin-bottom:4px;
  }

  .overview .list .box-text {
    font-size:1.4rem;
  }
}

/* Overseas Common */
.overseas img {
  display: block;
}

.overseas .title--pin {
  display: inline-flex;
  align-items: center;
}

.overseas .title--pin .icon {
  display: inline-block;
  width:50px;
  height:32px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left:20px;
}

.overseas .title--pin .icon--cambodia {
  background-image: url('/en/img/sub/support/overseas/overseas01.png');
}

.overseas .title--pin .icon--india {
  background-image: url('/en/img/sub/support/overseas/overseas02.png');
}

.overseas .title--pin .icon--congo {
  background-image: url('/en/img/sub/support/overseas/overseas03.png');
}

.overseas .title--pin .icon--nation {
  background-image: url('/en/img/sub/support/overseas/overseas04.png');
}

.overseas .info {
  margin:40px 0px;
}

.overseas .info dd {
  display: flex;
}

.overseas .info dd * {
  font-size:2rem;
  line-height:1.6;
}

.overseas .info span {
  color:#888;
}

.overseas .info span.dot {
  display: block;
  font-weight:700;
  color:#c3a762;
  margin-right:6px;
}

.overseas .info dd p {
  color:#444;
}

.overseas .photo {
  margin-top:40px;
}

.overseas .photo ul {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.overseas .photo li {
  flex:1 1 33.33%;
  max-width:33.33%;
  padding:20px;
}

.overseas .photo .context {
  margin-top:20px;
}

.overseas .photo .context p {
  font-size:2rem;
  font-weight:600;
}

@media (max-width:1200px) {
  .overseas .info dd * {
    font-size:1.8rem;
  }

  .overseas .photo .context p {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .overseas .title--pin .icon {
    margin-left:16px;
  }

  .overseas .info {
    margin:30px 0px;
  }

  .overseas .photo {
    margin-top:30px;
  }

  .overseas .photo ul {
    margin:-16px;
  }

  .overseas .photo li {
    padding:16px;
  }

  .overseas .photo .context {
    margin-top:16px;
  }
}
@media (max-width:768px) {
  .overseas img {
    width:100%;
  }

  .overseas .title--pin {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .overseas .title--pin .icon {
    width:40px;
    height:26px;
    background-size:auto 26px;
    margin-left:0px;
    margin-bottom:12px;
  }

  .overseas .info {
    margin:22px 0px;
  }

  .overseas .info dd * {
    font-size:1.6rem;
  }

  .overseas .photo {
    margin-top:22px;
  }

  .overseas .photo ul {
    margin:-8px;
  }

  .overseas .photo li {
    padding:8px;
  }

  .overseas .photo .context {
    margin-top:12px;
  }

  .overseas .photo .context p {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .overseas .title--pin .icon {
    height:22px;
    background-size:auto 22px;
    margin-bottom:8px;
  }

  .overseas .info {
    margin:12px 0px;
  }

  .overseas .info dd * {
    font-size:1.4rem;
  }

  .overseas .info span.dot {
    margin-right:4px;
  }

  .overseas .photo {
    margin-top:12px;
  }

  .overseas .photo ul {
    margin:-6px -4px;
  }

  .overseas .photo li {
    flex:1 1 100%;
    max-width:100%;
    padding:6px 4px;
  }

  .overseas--india .photo li,
  .overseas--congo .photo li,
  .overseas--nation .photo li {
    flex:1 1 50%;
    max-width:50%;
  }

  .overseas--nation .photo ul {
    margin:-4px;
  }

  .overseas--nation .photo li {
    padding:4px;
  }

  .overseas .photo .context {
    margin-top:8px;
  }

  .overseas .photo .context p {
    font-size:1.4rem;
  }
}

/* Overseas Cambodia */
.overseas--cambodia .section--01,
.overseas--cambodia .section--03 {
  background-color: #fbfaf5;
}

.overseas--cambodia .student {
  margin-top:80px;
}

.overseas--cambodia .student ul {
  display: flex;
  margin:-60px;
}

.overseas--cambodia .student li {
  flex:1 1 33.33%;
  max-width:33.33%;
  padding:60px;
}

.overseas--cambodia .student .box {
  position: relative;
  padding-top:110%;
  padding-left:40px;
}

.overseas--cambodia .student .image {
  position: absolute;
  top:0;
  left:0;
  z-index:0;
}

.overseas--cambodia .student .context {
  position: relative;
  z-index:1;
  text-align: center;
  max-width:320px;
  width:100%;
  padding:16px;
  background-color: #c0a258;
}

.overseas--cambodia .student .context p {
  font-size:2rem;
  font-weight:600;
  line-height:1;
  color:#fff;
}

@media (max-width:1200px) {
  .overseas--cambodia .student .context p {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .overseas--cambodia .student {
    margin-top:60px;
  }
  
  .overseas--cambodia .student ul {
    margin:-16px;
  }
  
  .overseas--cambodia .student li {
    padding:16px;
  } 

  .overseas--cambodia .student .box {
    padding:0px;
  }

  .overseas--cambodia .student .image {
    position:relative;
    top:unset;
    left:unset;
  }

  .overseas--cambodia .student .context {
    padding:12px;
  }
}
@media (max-width:768px) {
  .overseas--cambodia .student {
    margin-top:40px;
  }
  
  .overseas--cambodia .student ul {
    margin:-8px;
  }
  
  .overseas--cambodia .student li {
    padding:8px;
  }

  .overseas--cambodia .student .box {
    padding:0px;
  }

  .overseas--cambodia .student .image {
    position: relative;
    top:unset;
    left:unset;
  }

  .overseas--cambodia .student .context {
    padding:8px 0px;
  }

  .overseas--cambodia .student .context p {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .overseas--cambodia .student {
    margin-top:22px;
  }

  .overseas--cambodia .student ul {
    flex-wrap:wrap;
    margin:-6px -4px;
  }

  .overseas--cambodia .student li {
    flex:1 1 50%;
    max-width:50%;
    padding:6px 4px;
  }

  .overseas--cambodia .student .context {
    padding:6px 0px;
  }

  .overseas--cambodia .student .context p {
    font-size:1.4rem;
  }
}

/* Overseas India */
.overseas--india .section {
  background-color: #fbfaf5;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  
}
@media (max-width:768px) {

}
@media (max-width:500px) {

}

/* Overseas Congo */
.overseas--congo .section {
  background-color: #fbfaf5;
}

.overseas--congo .text {
  margin-bottom:40px;
}

.overseas--congo .text:last-child {
  margin-bottom:0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .overseas--congo .text {
    margin-bottom:30px;
  }
}
@media (max-width:768px) {
  .overseas--congo .text {
    margin-bottom:22px;
  }
}
@media (max-width:500px) {
  .overseas--congo .text {
    margin-bottom:12px;
  }  
}

/* Overseas Nation */
.overseas--nation .section {
  background-color: #fbfaf5;
}

.overseas--nation .block {
  margin-bottom:120px;
}

.overseas--nation .block:last-child {
  margin-bottom:0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .overseas--nation .block {
    margin-bottom:80px;
  }
}
@media (max-width:768px) {
  .overseas--nation .block {
    margin-bottom:60px;
  }
}
@media (max-width:500px) {
  .overseas--nation .block {
    margin-bottom:50px;
  }
}

/* Domestic Common */
.domestic img {
  display: block;
}

.domestic .photo {
  margin-top:40px;
}

.domestic .photo ul {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.domestic .photo li {
  flex:1 1 33.33%;
  max-width:33.33%;
  padding:20px;
}

.domestic .photo .context {
  margin-top:20px;
}

.domestic .photo .context p {
  font-size:2rem;
  font-weight:600;
}

@media (max-width:1200px) {
  .domestic .photo .context p {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .domestic .photo {
    margin-top:30px;
  }

  .domestic .photo ul {
    margin:-16px;
  }
  
  .domestic .photo li {
    padding:16px;
  }

  .domestic .photo .context {
    margin-top:16px;
  }
}
@media (max-width:768px) {
  .domestic img {
    width:100%;
  }

  .domestic .photo {
    margin-top:22px;
  }

  .domestic .photo ul {
    margin:-8px;
  }
  
  .domestic .photo li {
    padding:8px;
  }

  .domestic .photo .context {
    margin-top:12px;
  }

  .domestic .photo .context p {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .domestic .photo {
    margin-top:12px;
  }

  .domestic .photo ul {
    flex-wrap: wrap;
    margin:-6px -4px;
  }
  
  .domestic .photo li {
    flex:1 1 50%;
    max-width:50%;
    padding:6px 4px;
  }

  .domestic .photo .context {
    margin-top:8px;
  }

  .domestic .photo .context p {
    font-size:1.4rem;
  }
}

/* Domestic Service */
.domestic--service {
  background-color: #fbfaf5;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  
}
@media (max-width:768px) {

}
@media (max-width:500px) {

}

/* Domestic Share */
.domestic--share {
  background-color: #fbfaf5;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  
}
@media (max-width:768px) {

}
@media (max-width:500px) {

}

/* Convention */
.convention img {
  display: block;
}

.convention .photo {
  margin-top:40px;
}

.convention .photo ul {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.convention .photo li {
  flex:1 1 33.33%;
  max-width:33.33%;
  padding:20px;
}

.convention .photo .context {
  margin-top:20px;
}

.convention .photo .context p {
  font-size:2rem;
  font-weight:600;
}

@media (max-width:1200px) {
  .convention .photo .context p {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .convention .photo {
    margin-top:30px;
  }

  .convention .photo ul {
    margin:-16px;
  }
  
  .convention .photo li {
    padding:16px;
  }

  .convention .photo .context {
    margin-top:16px;
  }
}
@media (max-width:768px) {
  .convention .photo {
    margin-top:22px;
  }

  .convention .photo ul {
    margin:-8px;
  }
  
  .convention .photo li {
    flex:1 1 50%;
    max-width:50%;
    padding:8px;
  }

  .convention .photo .context {
    margin-top:12px;
  }

  .convention .photo .context p {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .convention .photo {
    margin-top:12px;
  }

  .convention .photo ul {
    margin:-6px -4px;
  }
  
  .convention .photo li {
    padding:6px 4px;
  }

  .convention .photo .context {
    margin-top:8px;
  }

  .convention .photo .context p {
    font-size:1.4rem;
  }
}
/* ---------------- E:Support ---------------- */


/* ---------------- S:Donate ---------------- */
/* Donate */
.donate .section {
  padding:0px;
}

.donate .block {
  padding:120px 0px;
}

.donate .block--01,
.donate .block--03 {
  background-color: #fcfaf6;
}

.donate .info {
  margin:40px 0px;
}

.donate .info dd {
  display: flex;
}

.donate .info dd * {
  font-size:2rem;
  line-height:1.6;
}

.donate .info span {
  display: block;
  font-weight:700;
  color:#c3a762;
  margin-right:6px;
}

.donate .info p {
  color:#444;
}

.donate .list {
  display: flex;
  flex-wrap: wrap;
  margin:-20px -20px 20px;
}

.donate .list li {
  flex:1 1 50%;
  max-width:50%;
  padding:20px;
}

.donate .list .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
  padding:40px;
  background-color: #fff;
  border:1px solid #c4b69d;
}

.donate .donate-buttons {
  display: flex;
  margin:-5px;
}

.donate .donate-buttons .button--link {
  max-width:240px;
  width:100%;
  height:64px;
  font-size:2rem;
  font-weight:500;
  color:#fff;
  background-color: #c4b69d;
  border-radius:0px;
  margin:5px;
}

@media (min-width:1201px) {
  .donate .donate-buttons .button--link:hover {
    background-color: #c0a258;
  }
}
@media (max-width:1200px) {
  .donate .info dd * {
    font-size:1.8rem;
  }

  .donate .donate-buttons .button--link {
    max-width:200px;
    height:52px;
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .donate .block {
    padding:80px 0px;
  }

  .donate .info {
    margin:30px 0px;
  }

  .donate .donate-buttons {
    margin:-3px;
  }
  
  .donate .donate-buttons .button--link {
    margin:3px;
  }

  .donate .list {
    margin:-16px -16px 16px;
  }
  
  .donate .list li {
    padding:16px;
  }

  .donate .list .box {
    padding:30px;
  }
}
@media (max-width:768px) {
  .donate .block {
    padding:60px 0px;
  }

  .donate .info {
    margin:22px 0px;
  }  

  .donate .info dd * {
    font-size:1.6rem;
  }

  .donate .donate-buttons .button--link {
    max-width:160px;
    height:44px;
    font-size:1.6rem;
  }

  .donate .list {
    margin:-8px -8px 8px;
  }
  
  .donate .list li {
    padding:8px;
  }

  .donate .list .box {
    padding:22px;
  }

  .donate .list img {
    width: 187px;
  }
}
@media (max-width:500px) {
  .donate .block {
    padding:50px 0px;
  }

  .donate .info {
    margin:12px 0px;
  } 

  .donate .info dd * {
    font-size:1.4rem;
  }

  .donate .info span {
    margin-right:4px;
  }

  .donate .donate-buttons {
    margin:-2px;
  }

  .donate .donate-buttons .button--link {
    max-width:120px;
    height:36px;
    font-size:1.4rem;
    margin:2px;
  }

  .donate .list {
    margin:-4px -4px 6px;
  }
  
  .donate .list li {
    flex:1 1 100%;
    max-width:100%;
    padding:4px;
  }

  .donate .list .box {
    padding:16px;
  }
  
  .donate .list img {
    width: 147px;
  }
}
/* ---------------- E:Donate ---------------- */

/* ---------------- S:Board ---------------- */
.section--board {
  background-color: #fcfaf6;
}

.section--board .info dd {
  display: flex;
}

.section--board .info dd * {
  font-size:2rem;
  line-height:1.6;
}

.section--board .info span {
  color:#888;
}

.section--board .info span.dot {
  display: block;
  font-weight:700;
  color:#c3a762;
  margin-right:6px;
}

.section--board .info dd p {
  color:#444;
}

@media (max-width:1200px) {
  .section--board .info dd * {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {

}
@media (max-width:768px) {
  .section--board .info dd * {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .section--board .info dd * {
    font-size:1.4rem;
  }

  .section--board .info span.dot {
    margin-right:4px;
  }
}
/* ---------------- E:Board ---------------- */

/* ---------------- S:Center ---------------- */
/* Establish */
.establish img {
  display: block;
}

.establish .section--establish .image {
  margin-top:40px;
}

.establish .section--philosophy {
  background-color: #b99744;
}

.establish .list {
  display: flex;
  justify-content: center;
}

.establish .list li {
  flex:1 1 33.33%;
  max-width:33.33%;
  padding:0px 6%;
}

.establish .list .image {
  position: relative;
  width:100%;
  height:0;
  padding-top:calc(280/280*100%);
  border-radius:50%;
  background-color: #fff;
  box-shadow:5px 5px 15px rgba(0,0,0,.15);
  overflow: hidden;
}

.establish .list img {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.establish .list .context {
  margin-top:20px;
  text-align: center;
}

.establish .list .context p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width:144px;
  width:100%;
  height:44px;
  border-radius:100px;
  background-color: #fff;
  font-size:2rem;
  font-weight:700;
  color:#b99744;
}

.establish .philosophy-title {
  font-size:2.4rem;
  line-height:1.5;
  color:#fff;
  text-align: center;
  margin-top:40px;
} 

@media (max-width:1200px) {
  .establish .list .context p {
    max-width:100px;
    height:36px;
    font-size:1.8rem;
  }

  .establish .philosophy-title {
    font-size:2rem;
  }
}
@media (max-width:1024px) {
  .establish .section--establish .image {
    margin-top:30px;
  }

  .establish .list li {
    padding:0px 4%;
  }

  .establish .list .context {
    margin-top:16px;
  }

  .establish .philosophy-title {
    margin-top:30px;
  }
}
@media (max-width:768px) {
  .establish .section--establish .image {
    margin-top:22px;
  }

  .establish .list img {
    width:90px;
  }

  .establish .list .context {
    margin-top:12px;
  }

  .establish .list .context p {
    max-width:80px;
    height:28px;
    font-size:1.6rem;
  }

  .establish .philosophy-title {
    font-size:1.8rem;
    margin-top:22px;
  }
}
@media (max-width:500px) {
  .establish .section--establish .image {
    margin-top:12px;
  }

  .establish .list {
    flex-wrap: wrap;
    margin:-4px;
  }

  .establish .list li {
    flex:1 1 100%;
    max-width:100%;
    padding:4px;
  }

  .establish .list .box {
    box-shadow: 5px 5px 15px rgba(0,0,0,.15);
  }

  .establish .list .image {
    display: flex;
    justify-content: center;
    height:auto;
    padding:12px 0px 0px;
    border-radius:0px;
    box-shadow: none;
  }

  .establish .list img {
    position: relative;
    top:unset;
    left:unset;
    transform: none;
    width:60px;
  }

  .establish .list .context {
    margin-top:0px;
    background-color: #fff;
  }

  .establish .list .context p {
    max-width:100%;
    height:auto;
    padding:8px 0px 12px;
    font-size:1.4rem;
  }

  .establish .philosophy-title {
    font-size:1.6rem;
    margin-top:12px;
  }
}

/* Guide */
.guide img {
  display: block;
}

.guide .block-item {
  margin-bottom:80px;
}

.guide .direction {
  display: flex;
  align-items: center;
}

.guide .left {
  flex:1 0 46.875%;
  max-width: 46.875%;
}

.guide .right {
  flex:1 0 53.125%;
  max-width:53.125%;
  padding:40px 0px 40px 40px;
}

.guide .info dt {
  font-size:2rem;
  font-weight:600;
  margin-bottom:40px;
}

.guide .info dd {
  display: flex;
}

.guide .info span {
  display: block;
	width:130px;
  font-size:2rem;
  font-weight:500;
  line-height:1.8;
  /* padding-right:20px; */
}

.guide .info p {
	width: calc(100% - 130px);
  font-size:2rem;
  line-height:1.8;
}

.guide .photo ul {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.guide .photo li {
  flex:1 1 33.33%;
  max-width:33.33%;
  padding:20px;
}

.guide .photo .context {
  padding-top:20px;
}

.guide .photo .context p {
  font-size:2rem;
  font-weight:600;
  line-height:1;
  margin-bottom:20px;
}

.guide .photo .context span {
  font-size:2rem;
}

@media (max-width:1200px) {
  .guide .block-item--01 .info span {
    width:92px;
  }

  .guide .block-item--01 .info p {
    width:calc(100% - 92px);
  }

  .guide .info dt {
    font-size:1.8rem;
  }

  .guide .info span {
    font-size:1.8rem;
  }
  
  .guide .info p {
    font-size:1.8rem;
  }

  .guide .photo .context p {
    font-size:1.8rem;
  }
  
  .guide .photo .context span {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .guide .block-item {
    margin-bottom:60px;
  }

  .guide .block-item--01 .info span {
    width:87px;
  }

  .guide .block-item--01 .info p {
    width:calc(100% - 87px);
  }

  .guide .right {
    padding:0px 0px 0px 30px;
  }

  .guide .info dt {
    margin-bottom:30px;
  }

  .guide .info span {
    padding-right:16px;
  }

  .guide .photo ul {
    margin:-16px;
  }
  
  .guide .photo li {
    padding:16px;
  }
  
  .guide .photo .context {
    padding-top:16px;
  }
  
  .guide .photo .context p {
    margin-bottom:16px;
  }
}
@media (max-width:768px) {
  .guide .block-item {
    margin-bottom:40px;
  }
  
  .guide .direction {
    flex-wrap: wrap;
  }

  .guide .left {
    flex:1 1 100%;
    max-width:100%;
  }

  .guide .right {
    flex:1 1 100%;
    max-width:100%;
    padding:30px 0px 0px;
  }

  .guide .block-item--01 img {
    content: url('/en/img/sub/center/guide/guide01_mo.jpg');
  }

  .guide .block-item--02 img {
    content: url('/en/img/sub/center/guide/guide02_mo.jpg');
  }

  .guide .info dt {
    font-size:1.6rem;
    margin-bottom:22px;
  }

  .guide .info span {
    font-size:1.6rem;
    line-height:1.6;
    padding-right:12px;
  }

  .guide .info p {
    font-size:1.6rem;
    line-height:1.6;
  }

  .guide .block-item--01 .info span {
    width:75px;
  }

  .guide .block-item--01 .info p {
    width:calc(100% - 75px);
  }

  .guide .photo ul {
    margin:-8px;
  }
  
  .guide .photo li {
    flex:1 1 50%;
    max-width:50%;
    padding:8px;
  }
  
  .guide .photo .context {
    padding-top:12px;
  }
  
  .guide .photo .context p {
    font-size:1.6rem;
    margin-bottom:12px;
  }

  .guide .photo .context span {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .guide .block-item {
    margin-bottom:30px;
  }

  .guide .right {
    padding: 22px 0px 0px;
  }

  .guide .info dt {
    font-size:1.4rem;
    margin-bottom:12px;
  }

  .guide .info span {
    font-size:1.4rem;
    padding-right:6px;
  }

  .guide .info p {
    font-size:1.4rem;
  }

  .guide .block-item--01 .info span {
    width:58px;
  }

  .guide .block-item--01 .info p {
    width:calc(100% - 58px);
  }

  .guide .photo ul {
    margin:-6px -4px;
  }
  
  .guide .photo li {
    padding:6px 4px;
  }

  .guide .photo .context {
    padding-top:8px;
  }
  
  .guide .photo .context p {
    font-size:1.3rem;
    margin-bottom:8px;
  }

  .guide .photo .context span {
    font-size:1.3rem;
  }
}

/* Memorial */
.memorial img {
  display: block;
}

.memorial .photo {
  margin-top:40px;
}

.memorial .photo ul {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.memorial .photo li {
  flex:1 1 50%;
  max-width:50%;
  padding:20px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .memorial .photo {
    margin-top:30px;
  }
  
  .memorial .photo ul {
    margin:-16px;
  }
  
  .memorial .photo li {
    padding:16px;
  }
}
@media (max-width:768px) {
  .memorial .photo {
    margin-top:22px;
  }
  
  .memorial .photo ul {
    margin:-8px;
  }
  
  .memorial .photo li {
    padding:8px;
  }
}
@media (max-width:500px) {
  .memorial .photo {
    margin-top:12px;
  }
  
  .memorial .photo ul {
    margin:-4px;
  }
  
  .memorial .photo li {
    flex:1 1 100%;
    max-width:100%;
    padding:4px;
  }
}

/* Amenities */
.amenities img {
  display: block;
}

.amenities .section {
  background-color: #fbfaf5;
}

.amenities .image-wrap{
  display: flex;
  align-items: start;
  gap: 0 40px;
  margin-top: 40px;
}

.amenities .image-wrap img {
  max-width: calc(50% - 15px);
}


.amenities .image {
  margin-top:40px;
}

@media (max-width:1200px) {
  .amenities .image-wrap{
    gap: 0 35px;
    margin-top: 35px;
  }
}
@media (max-width:1024px) {
  .amenities .image {
    margin-top:30px;
  }
  
  
  .amenities .image-wrap{
    gap: 0 30px;
    margin-top: 30px;
  }
  

}
@media (max-width:768px) {
  .amenities .image {
    margin-top:22px;
  }  
  
  .amenities .image-wrap{
    gap: 0 22px;
    margin-top: 22px;
  }
}
@media (max-width:500px) {
  .amenities .image {
    margin-top:12px;
  }  
  
  .amenities .image-wrap{
    flex-direction: column;
    gap: 10px 0;
    margin-top: 12px;
  }
  
  .amenities .image-wrap img {
    max-width: 100%;
  }
}

/* Program */
.program .section--center {
  padding:0px;
}

.program .center-heading {
  position: relative;
  padding:120px 0px;
}

.program .center-heading::after {
  content:"";
  display: block;
  position: absolute;
  top:0;
  right:0;
  width:100vw;
  height:100%;
  background:url('/en/img/sub/sub_band.png') no-repeat center right / cover;
  z-index:-2;
  animation: bg-ani .6s ease both;
}

.program .center-heading .band::after {
  content:"";
  display: inline-block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width:0;
  height:calc(100% - 8px);
  background-color: #c0a258;
  z-index:-1;
  animation: band-ani 1s ease .2s both;
}

.program .center-area {
  padding:120px 0px;
}

.program .center-area .image {
  position: relative;
  overflow: hidden;
  font-size:0px;
}

.program .center-area .image--left {
  border-bottom-left-radius:60px;
}

.program .center-area .image--right {
  border-bottom-right-radius:60px;
}

.program .center-area .image::before {
  content:"";
  display: block;
  position: absolute;
  top:0;
  right:0;
  width:100%;
  height:102%;
  background-color: #fff;
}

.program .center-area .image.aos-animate::before {
  animation: image-full 1s ease-out both;
}

.program .center-area img {
  max-width: none;
}

.program .center-area .direction {
  display: flex;
  align-items: center;
  justify-content:flex-end
}

.program .center-area .left {
  flex:1 0 37%;
}

.program .center-area .right {
  flex:1 0 63%;
  padding-left:80px;
}

.program .center-area .text {
  margin-bottom:40px;
}

.program .center-area .text:last-child {
  margin-bottom:0px;
}

.program .section--program {
  background-color: #fcfaf6;
}

.program .section--program .block {
  margin-bottom:80px;
}

.program .section--program .block:last-child {
  margin-bottom:0px;
}

.program .section--program .title {
  margin-bottom:20px;
}

.program .section--program .bubble {
  padding:30px;
  border-radius:10px;
  background-color: #c0a258;
}

.program .section--program .bubble dd {
  display: flex;
  align-items: center;
  margin-bottom:16px;
}

.program .section--program .bubble dd:last-child {
  margin-bottom:0px;
}

.program .section--program .bubble dd span {
  display: block;
  font-size:1rem;
  font-weight:500;
  color:#ffffff;
  margin-right:6px;
}

.program .section--program .bubble dd p {
  font-size:2.4rem;
  font-weight:600;
  line-height:1.3;
  color:#fff;
}

.program .section--program .bubble dd em {
  font-style: normal;
  font-weight:500;
}

.program .section--program .bubble .caution {
  font-size:1.8rem;
  font-weight:500;
  color:#616161;
  padding-top:16px;
}

.program .section--program .info {
  padding-top:20px;
}

.program .section--program .info dd {
  display: flex;
  margin-bottom:10px;
}

.program .section--program .info dd:last-child {
  margin-bottom:0px;
}

.program .section--program .info dd span {
  display: block;
  font-size:2rem;
  font-weight:500;
  color:#c3a762;
  margin-right:6px;
}

.program .section--program .info dd p {
  font-size:2rem;
}

.program .section--program .list {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
  padding-top:40px;
}

.program .section--program .list li {
  flex:0 0 50%;
  max-width:50%;
  padding:20px;
}

.program .section--program .list .box {
  display: flex;
  height:100%;
  min-height:230px;
  background-color: #fff;
  box-shadow:2px 2px 5px rgba(0,0,0,.05);
}

.program .section--program .list .box::before {
  content:"";
  display: block;
  width:36px;
  height:100%;
  background-color: #c0a258;
}

.program .section--program .list .context {
  width:calc(100% - 36px);
  padding:40px 6.5%;
}

.program .section--program .list .box-title {
  font-size:2.4rem;
  font-weight:600;
  margin-bottom:16px;
}

.program .section--program .list .box-info dd {
  position: relative;
  padding-left:16px;
}

.program .section--program .list .box-info dd span {
  display: block;
  position: absolute;
  top:10px;
  left:0;
  font-size:1rem;
  font-weight:500;
  color:#666666;
}

.program .section--program .list .box-info dd p {
  font-size:2rem;
  line-height:1.6;
  color:#666666;
}

@media (max-width:1200px) {
  .program .section--program .bubble dd span {
    font-size:0.8rem;
  }

  .program .section--program .bubble dd p {
    font-size:2rem;
  }

  .program .section--program .bubble .caution {
    font-size:1.6rem;
  }

  .program .section--program .info dd span {
    font-size:1.8rem;
  }
  
  .program .section--program .info dd p {
    font-size:1.8rem;
  }

  .program .section--program .list .box-title {
    font-size:2rem;
  }

  .program .section--program .list .box-info dd {
    padding-left:12px;
  }

  .program .section--program .list .box-info dd span {
    top:7px;
    font-size:0.8rem;
  }

  .program .section--program .list .box-info dd p {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .program .center-heading {
    padding:80px 0px;
  }

  .program .center-heading::before {
    content:"";
    display: block;
    position: absolute;
    right:0;
    bottom:0;
    width:198px;
    height: 146px;
    background:url('/en/img/sub/sub_band_logo.png') no-repeat center / auto 146px;
    z-index:-1;
  }

  .program .center-heading::after {
    right:unset;
    left:50%;
    transform: translateX(-50%);
    background-image: url('/en/img/sub/sub_band_mo.png');
  }

  .program .center-heading .band::after {
    height:calc(100% - 4px);
  }

  .program .center-area {
    padding:80px 0px;
  }

  .program .center-area img {
    width:100%;
  }

  .program .center-area .direction {
    flex-wrap: wrap;
  }

  .program .center-area .left {
    flex:1 1 100%;
    max-width:100%;
  }

  .program .center-area .left {
    flex:1 1 100%;
    padding:0px;
    order:1;
  }
  
  .program .center-area .right {
    flex:1 1 100%;
    padding-left:0px;
    padding-top:60px;
    order:2;
  }

  .program .section--program .block {
    margin-bottom:60px;
  }

  .program .section--program .title {
    margin-bottom:16px;
  }  

  .program .section--program .bubble {
    padding:22px;
  }

  .program .section--program .bubble dd {
    margin-bottom:12px;
  }

  .program .section--program .bubble .caution {
    padding-top:12px;
  }

  .program .section--program .info {
    padding-top:16px;
  }

  .program .section--program .info dd {
    margin-bottom:6px;
  }

  .program .section--program .list {
    margin:-16px;
    padding-top:30px;
  }
  
  .program .section--program .list li {
    padding:16px;
  }

  .program .section--program .list .box {
    min-height:220px;
  }

  .program .section--program .list .box::before {
    width:26px;
  }

  .program .section--program .list .box-title {
    margin-bottom:12px;
  }

  .program .section--program .list .context {
    width:calc(100% - 26px);
    padding:30px;
  }

  .program .center-area .image {
    opacity:0;
  }

  .program .center-area .image.aos-animate {
    opacity:1;
  }

  .program .center-area .image.aos-animate::before {
    animation: none;
    display: none;
  }
}
@media (max-width:768px) {
  .program .center-heading {
    padding:60px 0px;
  }

  .program .center-area {
    padding:60px 0px;
  }

  .program .center-area .right {
    padding-top:40px;
  }

  .program .section--program .block {
    margin-bottom:40px;
  }

  .program .section--program .title {
    margin-bottom:8px;
  }  

  .program .section--program .bubble {
    padding:16px;
  } 

  .program .section--program .bubble dd {
    margin-bottom: 6px;
  }

  .program .section--program .bubble dd span {
    font-size:0.6rem;
  }
  
  .program .section--program .bubble dd p {
    font-size:1.8rem;
  }

  .program .section--program .bubble .caution {
    font-size:1.4rem;
    padding-top:8px;
  }

  .program .section--program .info {
    padding-top:12px;
  }

  .program .section--program .info dd {
    margin-bottom:4px;
  }

  .program .section--program .info dd span {
    font-size:1.6rem;
  }
  
  .program .section--program .info dd p {
    font-size:1.6rem;
  }

  .program .section--program .list {
    margin:-8px;
    padding-top:22px;
  }
  
  .program .section--program .list li {
    flex:1 1 100%;
    max-width:100%;
    padding:8px;
  }

  .program .section--program .list .box {
    min-height:160px;
  }

  .program .section--program .list .box::before {
    width: 20px;
  }
  
  .program .section--program .list .context {
    width:calc(100% - 20px);
    padding:22px;
  }

  .program .section--program .list .box-title {
    font-size:1.8rem;
    margin-bottom:8px;
  }

  .program .section--program .list .box-info dd {
    padding-left:12px;
  }

  .program .section--program .list .box-info dd span {
    top:7px;
    font-size:0.6rem;
  }

  .program .section--program .list .box-info dd p {
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .program .center-heading {
    padding:50px 0px;
  }

  .program .center-heading::before {
    width:126px;
    height: 106px;
    background-size: auto 106px;
  }

  .program .center-area {
    padding:50px 0px;
  }

  .program .center-area .right {
    padding-top:22px;
  }

  .program .section--program .block {
    margin-bottom:30px;
  }

  .program .section--program .title {
    margin-bottom:4px;
  }  
  
  .program .section--program .bubble {
    padding:12px;
  } 

  .program .section--program .bubble dd {
    margin-bottom: 4px;
  }

  .program .section--program .bubble dd span {
    font-size:0.3rem;
    margin-right:4px;
  }

  .program .section--program .bubble dd p {
    font-size:1.6rem;
  }

  .program .section--program .bubble .caution {
    font-size:1.3rem;
    padding-top:4px;
  }

  .program .section--program .info dd span {
    font-size:1.4rem;
    margin-right:4px;
  }

  .program .section--program .info dd p {
    font-size:1.4rem;
  }

  .program .section--program .list {
    margin:-4px;
    padding-top:18px;
  }
  
  .program .section--program .list li {
    padding:4px;
  }

  .program .section--program .list .box {
    max-height:120px;
    min-height:120px;
  }

  .program .section--program .list .box::before {
    width: 12px;
  }

  .program .section--program .list .box-title {
    font-size:1.6rem;
    margin-bottom:4px;
  }
  
  .program .section--program .list .context {
    width:calc(100% - 12px);
    padding:16px;
  }

  .program .section--program .list .box-info dd {
    padding-left:6px;
  }

  .program .section--program .list .box-info dd span {
    top:7px;
    font-size:0.3rem;
  }

  .program .section--program .list .box-info dd p {
    font-size:1.4rem;
  }
}

/* Info */
.info .section {
  background-color: #fcfaf6;
}

.info .block {
  margin-bottom:80px;
}

.info .block:last-child {
  margin-bottom:0px;
}

.info .caution {
  display: flex;
  justify-content: flex-end;
  font-size:1.8rem;
  font-weight:500;
  color:#4a46ff;
  margin-bottom:10px;
}

.info table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width:100%;
}

.info table tr {
  border-bottom:1px solid #c5a965;
}

.info table th,
.info table td {
  height:60px;
  padding:10px;
  font-size:1.8rem;
  font-weight:600;
}

.info table th.info-table__title {
  color:#fff;
  background-color: #c5a965;
}

.info table th.info-table__title span {
  display: block;
  font-size: 1.6rem;
}

.info table td {
  border-right:1px solid #c5a965;
}

.info table td:last-child {
  border:0px;
}

.info table td.info-table__color01 {
  background-color: #f0ead8;
}

.info table td.info-table__color02 {
  background-color: #f5f2e6;
}

.info .bubble {
  text-align: center;
  padding:30px;
  border-radius:10px;
  background-color: #c0a258;
}

.info .bubble p {
  font-size:2.4rem;
  font-weight:600;
  line-height:1.5;
  color:#fff;
}

@media (max-width:1200px) {
  .info .caution {
    font-size:1.6rem;
  }

  .info table th,
  .info table td {
    height:42px;
    font-size:1.6rem;
  }

  .info .bubble p {
    font-size:2rem;
  }
  
  .info table th.info-table__title span {
    font-size: 1.4rem;
  }
}
@media (max-width:1024px) {
  .info .block {
    margin-bottom:60px;
  }

  .info .info-table {
    overflow: hidden;
  } 

  .info .table-scroll {
    overflow-x: scroll;
  }

  .info .table-scroll::-webkit-scrollbar {
    width:8px;  
    height:8px;
  }
  
  .info .table-scroll::-webkit-scrollbar-thumb {
    background: #c5a965;
    border-radius: 10px;
  }
  
  .info .table-scroll::-webkit-scrollbar-track {
    background: rgba(197, 169, 101, .3);
  }

  .info table {
    min-width:1100px;
  }

  .info .bubble {
    padding:22px;
  }
}
@media (max-width:768px) {
  .info .block {
    margin-bottom:40px;
  }

  .info .caution {
    font-size:1.4rem;
  }

  .info table {
    min-width:900px;
  }

  .info table th,
  .info table td {
    height:34px;
    font-size:1.4rem;
  }

  .info .bubble {
    padding:18px;
  }

  .info .bubble p {
    font-size:1.8rem;
  }
  
  .info table th.info-table__title span {
    font-size: 1.2rem;
  }
}
@media (max-width:500px) {
  .info .block {
    margin-bottom:22px;
  }

  .info table {
    min-width:560px;
  }
  
  .info .caution {
    font-size:1.3rem;
  }

  .info table th,
  .info table td {
    height:28px;
    font-size:1.3rem;
  }

  .info .bubble {
    padding:12px;
  }

  .info .bubble p {
    font-size:1.6rem;
  }
  
  .info table th.info-table__title span {
    font-size: 1.1rem;
  }
}


/* Status */
.status .section {
  background-color: #fcfaf6;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:500px) {

}


/* Apply */
.apply .section {
  padding: 0px;
}

.apply .block {
  padding:120px 0px;
}

.apply .block--01 {
  background-color: #fcfaf6;
}

.apply .block-item {
  margin-bottom:80px;
}

.apply .block-item:last-child {
  margin-bottom:0px;
}

.apply .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.apply .title span {
  font-size:1.8rem;
  font-weight:400;
  color:#202020;
}

.apply .title span i {
  font-style: normal;
  font-weight:700;
  color:#ff3a3a;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .apply .block {
    padding:80px 0px;
  }

  .apply .block-item {
    margin-bottom:60px;
  }  
}
@media (max-width:768px) {
  .apply .block {
    padding:60px 0px;
  }

  .apply .block-item {
    margin-bottom:40px;
  }  
}
@media (max-width:500px) {
  .apply .block {
    padding:50px 0px;
  }

  .apply .block-item {
    margin-bottom:30px;
  }  
}

/* Room */
.room .section {
  background-color: #fcfaf6; 
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:500px) {

}

/* Come */
.come .come-map {
  position: relative;
  width:100%;
  height:0;
  padding-top:calc(560/1280*100%);
  overflow: hidden;
}

.come .come-map iframe {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
}

.come .come-context {
  margin-top:40px;
}

.come .come-context .info {
  padding:40px;
  background-color: #fafafa;
}

.come .come-context dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:40px;
}

.come .come-context dd:last-child {
  margin-bottom:0px;
}

.come .come-context dd span {
  display: block;
  position: relative;
  width:160px;
  padding-left:40px;
  font-size: 2rem;
  font-weight:600;
}

.come .come-context dd p {
  width:calc(100% - 160px);
  font-size:2rem;
}

.come .come-context dd .icon {
  display: block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width:24px;
  height:24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 20px;
}

.come .come-context dd .icon--01 {
  background-image: url('/en/img/icon/address_icon.svg');
}

.come .come-context dd .icon--02 {
  background-image: url('/en/img/icon/tel_icon.svg');
}

.come .come-context dd .icon--03 {
  background-image: url('/en/img/icon/fax_icon.svg');
}

.come .come-context dd .icon--04 {
  background-image: url('/en/img/icon/mail_icon.svg');
}

.come .come-context dd .icon--05 {
  background-image: url('/en/img/icon/traffic_icon.svg');
}

@media (max-width:1200px) {
  .come .come-context dd span {
    font-size:1.8rem;
  }
  
  .come .come-context dd p {
    font-size:1.8rem;
  }
}
@media (max-width:1024px) {
  .come .come-context {
    margin-top:30px;
  }

  .come .come-context .info {
    padding:30px;
  }

  .come .come-context dd {
    margin-bottom:30px;
  }

  .come .come-context dd span {
    width:120px;
    padding-left:30px;
  }

  .come .come-context dd p {
    width:calc(100% - 120px);
  }
}
@media (max-width:768px) {
  .come .come-map {
    height:320px;
    padding-top:0px;
  }

  .come .come-context {
    margin-top:22px;
  }

  .come .come-context .info {
    padding:22px;
  }

  .come .come-context dd {
    margin-bottom:22px;
  }

  .come .come-context dd span {
    width:100px;
    padding-left:22px;
    font-size:1.6rem;
  }

  .come .come-context dd .icon {
    width:18px;
    height:18px;
    background-size:auto 15px;
  }

  .come .come-context dd p {
    width:calc(100% - 100px);
    font-size:1.6rem;
  }
}
@media (max-width:500px) {
  .come .come-map {
    height:260px;
  }

  .come .come-context {
    margin-top:12px;
  }

  .come .come-context .info {
    padding:12px;
  }

  .come .come-context dd {
    margin-bottom:8px;
  }

  .come .come-context dd span {
    font-size:1.3rem;
    padding-left:18px;
  }

  .come .come-context dd .icon {
    width:14px;
    height:14px;
    background-size:auto 11px;
  }

  .come .come-context dd p {
    width:100%;
    margin-top:6px;
    font-size:1.3rem;
  }
}

/* ---------------- E:Center ---------------- */

/* ---------------- S:Member ---------------- */
/* Login */
.login .section {
  display: flex;
  align-items: center;
  /* min-height:580px; */
  padding:160px 0px;
  background-color: #fcfaf6; 
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .login .section {
    padding:120px 0px;
  }
}
@media (max-width:768px) {
  .login .section {
    padding:80px 0px;
  }
}
@media (max-width:500px) {
  .login .section {
    padding:60px 0px;
  }
}

/* Join */
.join .section {
  background-color: #fcfaf6; 
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:500px) {

}

/* Mypage */
.mypage .section {
  background-color: #fcfaf6; 
}

/* ---------------- E:Member ---------------- */


/* S:20250530 개인정보처리방침 추가 */
.privacy {
	margin:0px 20px;
	height:800px;
	border:1px solid #d9d9d9;
}

.privacy .textarea {
	padding:20px;
	overflow-y: auto;
}

.privacy .textarea p {
	font-size:1.6rem;
}

@media (max-width:1200px) {
	.privacy {
		height:600px;
	}

	.privacy .textarea p {
		font-size:1.4rem;
	}
}
@media (max-width:1024px) {
	.privacy .textarea {
		padding:16px;
	}
}
@media (max-width:768px) {
	/* .privacy .textarea p {
		font-size:1.3rem;
	} */
}
@media (max-width:500px) {
	.privacy .textarea {
		padding:12px;
	}

	/* .privacy .textarea p {
		font-size:1.2rem;
	} */
}
/* E:20250530 개인정보처리방침 추가 */


/* KeyFrame */
@keyframes bg-ani {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes band-ani {
  0% {
    width:0;
  }
  100% {
    width:100%;
  }
}

@keyframes image-full {
  0% {
    width:100%;
  }
  100% {
    width: 0;
  }
}
