/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Poppins', sans-serif; overflow-x: hidden; position: relative; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1400px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 16px; line-height:1.8; color: #333; letter-spacing: 0; font-weight: 300; padding-top: 88px;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}


.demo-section { padding-left: 5%; padding-right: 5%;}

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

.font-open-sans { font-family: "Open Sans", sans-serif; }

.color-white { color: #fff !important;}
.color-red { color: #ff0000 !important;}
.color-gray { color: #333 !important;}
.color-blue { color: #005eb9 !important;}
.color-black { color: #000 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-600 { font-weight: 600;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(20px + 1%) 0; font-weight: 300; line-height: 1.8; font-size: 16px;}

.layout-wrap { display: flex; flex-direction: column; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: column; flex-wrap: nowrap;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: calc(20px + 1%);line-height: 1.3;}

.banner { position: relative; margin-bottom: 30px;}

.banner-pc, .banner-mobile { position: relative;}
.banner-mobile { display: none !important;}

.banner-pto { width: 80%; height: 378px; margin: 0 0 0 auto;}
.banner-pto img { object-fit: cover; width: 100%; height: 100%;}

.banner-content { position: absolute; left: 0; top: 40px; z-index: 3;width: 454px; background: #f7f7f7; height: 300px;}
.banner-icon { position: absolute; right: -20px; bottom: -125px; z-index: 3;}
.banner-title { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; padding: 0 10%;}
.banner-title > h1, .banner-title > div { font-weight: 700;font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3; color: #000;font-family: 'Poppins', sans-serif; margin: 0; padding: 0;}

.title-en { margin-bottom: 15px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; line-height: 1;}
.title-en > div { color: #949494; font-weight: 300; padding-right: 5px;}
.title-en > span { position: relative; width: 62px; height: 1px; background: #c7c7c7; display: inline-block;}
.title-en > span:after { position: absolute; content: ""; width: 10px; height: 10px; background: #c7c7c7; border-radius: 100%; top:50%; transform: translateY(-50%); right: 0;}

.title-1 { padding: 0 0 calc(15px + 1%) 0; margin: 0; font-family: 'Poppins', sans-serif; color: #19c5c0; font-weight: 500; font-size: clamp(26px, 3.5vw, 48px); line-height: 1.1;}

.btn01 { height: 55px; max-width: 200px;display:flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #19c5c0; text-align: center; border-radius: 5px;transition: all 0.4s ease-out 0s; border-width: 0; width: 100%; }
.btn01:hover { transform: scale(0.95);}
.btn01:hover:after { height: 200%; width:200%;}
.btn01:after { content: ""; position: absolute; width: 0%; height: 0%; bottom: -30px;; left: 50%; transform: translateX(-50%); background: #ffb450;transition: all 0.3s ease-in-out 0s; border-radius: 100%;}
.btn01 > span { display: inline-block; position: relative; z-index: 3; transition: all 0.4s ease-in-out 0s; color: #fff; font-size: 16px; }

.btn-more-01::before{display: none;}
.btn-more-01::after{display: none;}

#path { padding: 0 0 calc(20px + 3%) 0; }
#path ul { margin: 0; padding: 0; text-align: right;}
#path li { display: inline-block; vertical-align: top; font-size: 15px; line-height: 1.2; letter-spacing: 0rem; position: relative; font-weight: 400;}
#path li:after { content:"/"; display: inline-block; padding: 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #555; }
#path li a:hover { color: #19c5c0;}
#path li:last-child { color: #19c5c0;}

/*donate*/
.donate-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 5%);}
.donate-section-1 > div:nth-of-type(1) { width: 35%;}
.donate-section-1 > div:nth-of-type(1) img { padding: 30px 0;}
.donate-section-1 > div:nth-of-type(2) { width: 65%; padding-left: 65px;}

.donate-form-list { padding: 0 15px 25px 15px; margin-bottom: 25px; position: relative; border-bottom: 1px solid #e2e2e2;}
.donate-form-list:after { position: absolute; content: ""; width: 85px; height: 2px; background: #19c5c0; left: 0; bottom: -1px;}

.donate-form input[type="text"], .donate-form input[type="number"], .donate-form input[type="tel"], .donate-form input[type="phone"], .donate-form input[type="date"], .donate-form input[type="email"], .donate-form input[type="password"], .donate-form input[type="button"], .donate-form textarea { font-size: clamp(18px, 1.7vw, 22px);border-width:0; border-style: solid; border-color: #e1e1e1; margin: 0px 0 0px 0; width: 100%; padding:0px 0 ; color:#333; background: #fff; font-family: "Poppins", sans-serif; line-height: 1.6; border-radius: 0; }
.donate-form textarea { height:190px; padding:0; resize:none; line-height: 1.6;}
.donate-form select{ margin: 0 0 0px 0;  width:100%; max-width: 100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 5px) 12px; background-size: 21px 13px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: #fff; ; border-width:0; border-style: solid; border-color: #e1e1e1; color:#333; font-family: "Poppins", sans-serif;  padding:0px 35px 0px 0;  line-height: 1.6; border-radius:0;font-size: clamp(18px, 1.7vw, 22px);}
.donate-form option { padding:1px 5px;}
.donate-form select::-ms-expand {
    display: none;
}
.donate-form input::placeholder, .donate-form textarea::placeholder { opacity: 1; color: #333;}

/*gift*/
.gift-select-section { margin-bottom: calc(20px + 1.5%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.gift-select-section > div:nth-of-type(1) { font-weight: 500;font-size: clamp(22px, 3.3vw, 40px); line-height: 1.1; padding-right: 26px; margin-right: 26px; position: relative;}
.gift-select-section > div:nth-of-type(1) h1 { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; font-weight: 500;font-size: clamp(22px, 3.3vw, 40px); line-height: 1.1; color: #19c5c0;}
.gift-select-section > div:nth-of-type(1):after { content: ""; position: absolute; top:50%; transform: translateY(-50%); right: 0; background: #b5b5b5; width: 1px; height: 30px;}
.gift-select-list { display: flex; flex-direction: row; flex-wrap: wrap;}
.gift-select-list > div { cursor: pointer; position: relative; margin-right: 20px;}
.gift-select-list > div:hover .gift-select-btn, .gift-select-btn.current { background: #19c5c0;}
.gift-select-list > div:hover .gift-select-btn > div, .gift-select-btn.current > div { color: #fff;}
.gift-select-list > div:hover .gift-select-open { display: block;}
.gift-select-btn { border:1px solid #d0d0d0; height: 60px; border-radius: 30px;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding:18px 30px 15px 30px;}
.gift-select-btn > img { margin-right:8px; display: inline-block;}
.gift-select-btn > div { font-size: clamp(18px, 1.7vw, 22px); }
.gift-select-open { position: absolute; width: 100%; min-width: 190px; left: 0; background: #fff; border: 1px solid #d0d0d0; border-radius: 10px; overflow: hidden; z-index: 2; display: none;}
.gift-select-open > a { display: block;font-size: clamp(16px, 1.3vw, 18px); padding: 5px 15px;}
.gift-select-open > a:hover { background: #19c5c0; color: #fff;}

.gift-note { border: 3px solid #19c5c0; border-radius: 30px; padding: 20px 30px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: calc(20px + 2%);}
.gift-note > div:nth-of-type(1) { width: 50px;}
.gift-note > div:nth-of-type(2) { width: calc(100% - 50px); padding-left: 22px; color: #fe0000;font-size: clamp(20px, 1.9vw, 24px); line-height: 1.3;}

.gift-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 20px;}
.gift-list-link { width: 50%; margin-bottom: calc(20px + 1.5%);display: flex; flex-direction: row; flex-wrap: wrap; }
.gift-list-link:hover .gift-btn { text-decoration: none;}
.gift-list-link:hover .gift-pto { transform: scale(0.9);}
.gift-list-link:nth-child(odd) { border-right: 1px solid #e2e2e2;}
.gift-list-link > div:nth-of-type(1) { width: 40%;}
.gift-list-link > div:nth-of-type(2) { width: 60%; background: url("../images/gift-data-bg.png") no-repeat 0% 50%; background-size: 65%; padding: calc(20px + 2.5%) calc(20px + 3%) 0 calc(20px + 3%); }

.gift-pto { padding-bottom: 116%;transition: all 0.4s ease-out 0s;}
.gift-cash { color: #19c5c0; font-weight: 700;font-size: clamp(22px, 2.5vw, 30px); line-height:1.2; padding-bottom: 8px;}
.gift-data { min-height: 80px; margin-bottom: 12px; font-size: clamp(18px, 1.5vw, 20px); color: #333;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.gift-btn { color: #19c5c0; text-decoration: underline; font-weight: 400;font-size: clamp(18px, 1.5vw, 20px);}

#page { text-align: center; padding:0px 0 calc(20px + 4%) 0;}
#page a { font-size: 16px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #19c5c0; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #333; border-right: 1px solid #333; margin: 0 15px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*gift-detail*/
.gift-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(20px + 4%);}
.gift-detail-top > div { width: 50%;}
.gift-detail-top > div:nth-of-type(1) { padding-left: 4%; padding-right: 4%;}
.gift-detail-top > div:nth-of-type(2) { padding-left: 8%;}
.gift-detail-top > div:nth-of-type(2) .title-1 { font-size: clamp(22px, 3.3vw, 36px);}

.products-detail-tool { position: relative; margin-top: 20px;}
   .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: inline-block;
      width: auto;
      /*height: 100%;
      object-fit: cover;*/
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center; padding: 0 0px;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%; 
    }

    .mySwiper {
      height: auto;
      box-sizing: border-box;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.swiper-next, .swiper-prev { width: 26px !important; height: 26px !important; border-radius: 100%; background: none; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:50%; transform: translateY(-50%); border: 0px solid #362e2b;}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 26px; height: 26px ; border-width: 2px 2px 0 0; border-color: #424242; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 2px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 2px;}
.swiper-prev { left: -15px;}
.swiper-next { right: -15px;}

.gift-detail-info { padding-bottom: calc(20px + 2.5%);}
.gift-detail-info-title { border-bottom: 1px solid #e2e2e2; font-size: clamp(20px, 1.9vw, 24px); line-height: 1.2; padding-bottom: 12px; margin-bottom: 12px;}
.gift-detail-info-data { color: #19c5c0; font-weight: 700;font-size: clamp(22px, 2.5vw, 30px); line-height: 1.1;}

.btn-back { padding-bottom: calc(20px + 4%); padding-top: 15px;}
.btn-back .btn01 { margin: 0 auto;}

.title-2 { position: relative; margin-bottom: calc(10px + 1%); font-weight: 500;font-size: clamp(22px, 2.5vw, 30px); line-height: 1.2; color: #19c5c0;}
.title-2 > span{ line-height: 1;}
.title-2:before { content: ""; position: absolute; z-index: -1; background: url("../images/title-bg.png") no-repeat top left / contain; width: 74px; height: 72px; top:-35px; left: -20px;}

.loop3 {  padding: 0 0px calc(20px + 5%) 0; }
.loop3 .owl-dots { display: none;}
.loop3 .owl-item {position: relative; }
.loop3 .owl-item img {  width: inherit !important;}
.loop3 .owl-nav { position: absolute; top:32%; left: 0; width: 100%; z-index: 11; transform: translateY(-50%);}
.loop3 .owl-prev, .loop3 .owl-next { position:absolute; z-index:100;  background:none !important; width: 50px; height: 50px; margin: 0 !important; border-radius: 100% !important; border: 0px solid #fff !important; transform-origin: 50% 50%;transition: all 0.4s ease-out 0s; text-align: center;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
.loop3 .owl-prev { left:10px; }
.loop3 .owl-next { right:10px;}
.loop3 .owl-prev:before, .loop3 .owl-next:before { content: ""; font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 1;transition: all 0.4s ease-out 0s;width: 26px; height: 26px; border-width: 1.5px 1.5px 0 0; border-style: solid; border-color: #ababab; background-size: contain; display: inline-block; position: absolute; top:50%; left: 50%; }
.loop3 .owl-prev:before { transform:translate(-50%, -50%) rotate(-135deg);}
.loop3 .owl-next:before { transform:translate(-50%, -50%) rotate(45deg);}
.loop3 .owl-stage-outer {z-index: 2;}
.loop3 .owl-dots { position: absolute; z-index: 100; bottom: -10px; left: 0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop3 .owl-dots .owl-dot span, .loop3  .owl-dots .owl-dot span { background: #efefef !important; width: 12px !important; height: 12px !important;}
.loop3 .owl-dots .owl-dot.active span, .loop3  .owl-dots .owl-dot:hover span { background: #cb1a26 !important; }

.gift-list-link-related { width: 100%; margin-bottom: 0; border-width: 0 !important;}
.gift-list-link-related > div:nth-of-type(1) { width: 100%;}
.gift-list-link-related > div:nth-of-type(2) { width: 100%; background: url("../images/gift-data-bg.png") no-repeat 0% 50%; background-size: 45%;}
.gift-list-link-related .gift-pto { padding-bottom: 79%;}

/*about*/
.about-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; }
.about-section-1 > div:nth-of-type(1) { width: 40%; padding-right: 5%;}
.about-section-1 > div:nth-of-type(2) { width: 60%;}

.about-sun { text-align: right;}
.about-sun img { width: 30%;}

.about-section-2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 3%);}
.about-section-2 > div:nth-of-type(1) { width: 60%; padding-right: 5%; padding-top: calc(20px + 10%);}
.about-section-2 > div:nth-of-type(2) { width: 40%;}

/*history*/
.history-home { text-align: right;}
.history-home img { width: 29%;}

.history-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; position: relative; margin-top: -6%; margin-bottom: calc(20px + 5%);}
.history-section-1 > div:nth-of-type(1) { width: 35%;}
.history-section-1 > div:nth-of-type(2) { width: 65%; padding-left: 5%;}

.history-section-2-top { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: calc(20px + 3%);}
.history-section-2-top > div:nth-of-type(1) { width: 360px;}
.history-section-2-top > div:nth-of-type(2) { width: calc(100% - 360px); }

/*news*/
.news-list { padding-bottom: calc(10px + 1%);padding-top: calc(20px + 1%); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.news-list > a { width: calc(50% - 30px); padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid #e5e5e5;display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.news-list > a:hover .news-list-pto { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); transform: scale(0.9);}
.news-list > a:hover .news-list-pto img  { transform: scale(1.05);}
.news-list > a:hover .news-list-title  { color: #19c5c0;}
.news-list > a > div:nth-of-type(1) { width: 34%;}
.news-list > a > div:nth-of-type(2) { width: 66%; padding-left: 20px;}
.news-list-pto { border-radius: 15px; overflow: hidden;transition: all 0.4s ease-out 0s;}
.news-list-pto img { width: 100%; transition: all 0.4s ease-out 0s;}
.news-list-tag { margin-bottom: 15px;}
.news-list-tag span { display: inline-block; line-height: 1.1; color: #fff; padding: 6px 15px;}
.news-list-date { font-size: 17px; color: #888888; line-height: 1; padding-bottom: 8px;}
.news-list-title { font-size: clamp(18px, 1.5vw, 20px); font-weight: 500; line-height: 1.3; padding-bottom: 15px; color: #222;}
.news-list-data { color: #333;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}

.bg-green { background: #19c5c0;}
.bg-red { background: #e00000;}

/*contact*/
.contact-section {display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(20px + 5%); }
.contact-section > div:nth-of-type(1) { width: calc(100% - 630px);}
.contact-section > div:nth-of-type(2) { width: 630px; padding-top: 40px; position: relative;}

.contact-link { position: absolute; left: 85px; top:200px;}
.contact-link > a { display: block; width: 70px; height: 70px; border-radius: 100%; position: relative; background: #19c5c0; margin-bottom: 20px;}
.contact-link > a:hover { transform: scale(0.9);}
.contact-link > a > img { width: 30px; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);}

@media only screen and (max-width: 1365px) {
	
	
}

@media only screen and (max-width: 1279px) {
	#content { padding-top: 66px; line-height: 1.5;}
	
	.btn01 { height: 50px; max-width: 160px;}
	
	.banner { margin-bottom: 15px;}
	.banner-pto { width: 100%; height: 280px; }
	.banner-content { position: relative; left: auto; top: auto; width: 100%; background: none; height: auto; padding: 0 5%; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; padding-top: 10px;}
	.banner-icon { position: relative; right: auto; bottom: auto; width: 80px; margin: 0 auto 0 0}
	.banner-title { position: relative; z-index: 4; left: auto; top: auto; transform: translateY(0); padding: 0 0%; margin-top: -30px;}
	
	#path { padding: 0 0 15px 0; }
	#path ul { text-align: left;}
}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	
	.gift-list-link { width: 100%; border-bottom: 1px solid #e2e2e2;padding-bottom: calc(20px + 1.5%);}
	.gift-list-link:nth-child(odd) { border-right: 0px solid #e2e2e2;}
	
	.history-section-2-top > div:nth-of-type(1) { width: 100%;}
	.history-section-2-top > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	
	.news-list > a { width: 100%; }
	
	.contact-section > div:nth-of-type(1) { width: calc(100% - 0px);}
	.contact-section > div:nth-of-type(2) { display: none;}
}
@media only screen and (max-width: 768px) {
	.donate-section-1 > div:nth-of-type(1) { width: 100%; padding-bottom: 25px;}
	.donate-section-1 > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
	
	.gift-select-section { margin-bottom: 10px;}
	.gift-select-section > div:nth-of-type(1) { padding-right: 0; margin-right: 0; width: 100%; padding-bottom: 10px;}
	.gift-select-section > div:nth-of-type(1):after { display: none;}
	.gift-select-list > div { margin-right: 10px; margin-bottom: 10px;}
	.gift-select-btn { height: 50px; border-radius: 25px; padding:15px 15px 12px 15px;}
	.gift-select-btn > img { margin-right:5px; width: 25px;}
	
	.gift-detail-top > div { width: 100%;}
	.gift-detail-top > div:nth-of-type(1) { padding-bottom: 35px;}
	.gift-detail-top > div:nth-of-type(2) { padding-left: 0%;}
	
	.history-home { display: none;}
	.history-section-1 { margin-top: 0;}
	.history-section-1 > div:nth-of-type(1) { width: 100%; text-align: center; padding-bottom: 25px;}
	.history-section-1 > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
}
@media only screen and (max-width: 640px) {
	.banner-pto { width: 100%; height: 200px; }
	
	.about-section-1 > div:nth-of-type(1) { width: 100%; padding-right:0; order: 2;}
	.about-section-1 > div:nth-of-type(2) { width: 100%; order: 1;}

	.about-section-2 > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-top: calc(20px + 10%);}
	.about-section-2 > div:nth-of-type(2) { width: 100%;}
	
}
@media only screen and (max-width: 570px) {
	
	
}

@media only screen and (max-width: 414px) {
	.gift-note { flex-direction: column; padding: 20px 15px;}
	.gift-note > div:nth-of-type(1) { width: 100%; text-align: center; padding-bottom: 10px;}
	.gift-note > div:nth-of-type(1) img { width: 50px;}
	.gift-note > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0; }
	
	.gift-list-link > div:nth-of-type(1) { width: 100%;}
	.gift-list-link > div:nth-of-type(2) { width: 100%; padding: calc(20px + 2.5%) 0 0 0; }
	
	.news-list > a > div:nth-of-type(1) { width: 100%; margin-bottom: 20px;}
	.news-list > a > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
	
}

@media only screen and (max-width: 320px) {
	
	
}