/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', 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:1280px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(16px, 1.5vw, 20px); line-height:1.8; color: #333; letter-spacing: 0; font-weight: 300; padding-top: 120px;}

.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: 3%; padding-right: 3%;}
.demo-section-2 { 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.5vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-26 { font-size: clamp(20px, 2.1vw, 26px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.7vw, 32px);}
.font-size-34 { font-size: clamp(22px, 2.9vw, 34px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(24px, 3.5vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(24px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(28px, 4vw, 60px); line-height: 1.2;}
.font-size-70 { font-size: clamp(32px, 4.4vw, 70px); line-height: 1.1;}

.font-roboto { font-family: "Roboto", sans-serif;}

.color-blue { color: #206aa4;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}
.color-black { color: #333;}

.bg-gray { background: #f7f7f7;}
.bg-gray-2 { background: #f2f2f2;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}
.align-justify { text-align: justify!important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { padding: 0; margin:0 0 calc(20px + 3.5%) 0; font-weight: 300; line-height: 1.8; font-size: clamp(16px, 1.5vw, 20px);}

.layout-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}

.layout-50 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(20px + 1%);}
.layout-50 > div { width: 48%; padding-bottom: 12px;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { line-height: 1.3; padding-bottom: calc(15px + 1%);}

.body-bg-box { position: absolute; width: 100%; z-index: -2; height: 100%; overflow: hidden; top: 0; left: 0;}
.body-bg { position: absolute; border-radius: 100%; animation-iteration-count:infinite;}
.body-bg-1 { width: 37%; padding-bottom: 37%; background: #d56548; opacity: 0.15; top:105px; left: -60px; animation-name:body-bg-1; animation-duration:20s;}
.body-bg-2 { width: 42%; padding-bottom: 42%; background: #206aa4; opacity: 0.12; top:-110px; right: -140px; animation-name:body-bg-2; animation-duration:24s;}
.body-bg-3 { width: 26%; padding-bottom: 26%; background: #f6f6f6; opacity: 1; top: 35%; left: 58%; animation-name:body-bg-3; animation-duration:15s;}

@keyframes body-bg-1{
    0%{ transform: scale(1) translate(0%, 0%);}
    33%{ transform: scale(1.2) translate(20%, -10%); opacity: 0.1;}
    66%{ transform: scale(1.4) translate(20%, 10%); opacity: 0.05;}
    100%{ transform: scale(1) translate(0%, 0%);}
}
@keyframes body-bg-2{
    0%{ transform: scale(1) translate(0%, 0%);}
    33%{ transform: scale(0.8) translate(-30%, 10%); opacity: 0.1;}
    66%{ transform: scale(0.7) translate(-20%, 25%); opacity: 0.05;}
    100%{ transform: scale(1) translate(0%, 0%);}
}

@keyframes body-bg-3{
    0%{ transform: scale(1) translate(0%, 0%);}
    33%{ transform: scale(0.7) translate(-20%, -20%);}
    66%{ transform: scale(0.6) translate(-35%, -20%);}
    100%{ transform: scale(1) translate(0%, 0%);}
}


.title-1 { padding:25px 0 calc(10px + 1.5%) 0; margin:0 0 0 0;font-size: clamp(24px, 2.9vw, 34px); font-weight: 700; color: #206aa4; ; position: relative; line-height: 1.45; font-family: "Noto Sans TC", sans-serif; letter-spacing: 0.1rem;}
.title-1 > span { position: absolute; top: 0; left: 0; display: block; width: 30px;}
.title-1-b { text-align: center;}
.title-1-b > span { left: 50%; transform:translateX(-50%);}
.title-1-c { color: #333; padding:0 0 15px 0; margin:0 0 calc(20px + 2%) 0;}
.title-1-c > span { top: auto; bottom: 0;}
.title-1 > span:before, .title-1 > span:after { position: absolute; content: ""; width: 9px; height: 9px; background: #d56548; border-radius: 100%; top: 0;}
.title-1 > span:before { left: 0;}
.title-1 > span:after { right: 0px;}

.btn-type-1 { display: block; width: 200px; line-height: 60px; background: #d56548; color: #fff !important; text-align: center; font-size: 16px; border-radius: 30px;  position: relative; overflow: hidden; }
.btn-type-1 > span { position: relative; z-index: 2; font-size: 16px;font-weight: 500; letter-spacing: 0.05rem;}
.btn-type-1:after { background: #206aa4; bottom: 0; width: 0%; height: 100%; right: -10px; content: ""; display: block; position: absolute;transition: all 0.25s ease-out 0s; transform: skewX(-20deg);}
.btn-type-1:hover { width: 190px; color: #fff !important;}
.btn-type-1:hover:after { width: 120%; left: -10px;}

.banner-pc { display: block !important}
.banner-mobile { display: none !important; }

#path { padding:20px 0 calc(15px + 1%) 0; position: relative; }
#path ul { margin: 0 auto; padding: 0; text-align: left;}
#path li { display: inline-block; vertical-align: top; font-size: 16px; color: #b1b1b1; font-weight: 400; padding-right: 11px; position: relative; line-height: 1.1;}
#path li:after { content:""; position: absolute; width: 7px; height: 1px; background: #c8c8c8; top:50%; transform: translateY(-50%); right: 1px;}
#path li:last-child { pointer-events: none; color: #206aa4;}
#path li:last-child:after { display: none;}
#path li a { color: #b1b1b1; }
#path li a:hover { color: #206aa4;}

.banner { padding-bottom: calc(20px + 2%); padding-left: 3%;}
.banner-pto { max-width: 1100px; margin: 0 0 0 auto;}
.banner-pto img { border-radius: 40vw 0 0 40vw;}

/*service*/
.service-list { background: #f7f7f7; padding: calc(20px + 3%) 3%;}
.service-list-content { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.service-list-content:hover .service-list-pto img { transform: scale(0.92) rotate(-2deg);}
.service-list-content:hover .service-list-pto:after { transform: scale(0.92) rotate(2deg);}
.service-list-content > div { width:50%;}
.service-list-content > div:nth-of-type(2) { padding-left: 40px;}
.service-list-icon { margin-bottom: 7px;}
.service-list-icon img { height: 47px;}
.service-list-title { font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; line-height: 1.3; padding-bottom: 10px;}
.service-list-pto { position: relative;}
.service-list-pto:after { content: ""; position: absolute; width: 100%; height: 100%; background: #206aa4; top: 0; left: 0;transition: all 0.4s ease-out 0s;border-radius: calc(20px + 2vw);}
.service-list-pto img { width: 100%; border-radius: calc(20px + 2vw); position: relative; z-index: 2;transition: all 0.4s ease-out 0s;}

.service-list-b { background: none;}
.service-list-b .service-list-content > div:nth-of-type(1) { order: 2;}
.service-list-b .service-list-content > div:nth-of-type(2) { order: 1; padding-right: 40px;padding-left: 0px;}

/*service-list*/
.service-list-2 { padding-bottom: calc(20px + 2%); display: flex; flex-direction: row; flex-wrap: wrap;}
.service-list-2 > a { width: 33.33%; padding: 0 1vw 80px 1vw;}
.service-list-2 > a:hover .service-list-2-btn { background: #d56548;}
.service-list-2 > a:hover .service-list-2-pto { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);}
.service-list-2 > a:hover .service-list-2-pto img { transform: scale(1.03);}
.service-list-2-content { position: relative;}
.service-list-2-pto { background: rgba(255,255,255,.7); border: 1px solid #dcdcdc; border-radius: 50px; padding: 20px;transition: all 0.4s ease-out 0s; }
.service-list-2-pto img { width: 100%; border-radius: 40px;transition: all 0.4s ease-out 0s;}
.service-list-2-btn { min-width: 220px; padding: 20px 20px; text-align:center; border-radius: 20vw; font-weight: 700;font-size: clamp(18px, 1.7vw, 22px); line-height: 1; color: #fff; z-index: 2; position: absolute;bottom: -30px; left: 50%; transform: translateX(-50%); background: #206aa4;transition: all 0.4s ease-out 0s; }

.service-list-2-data { color: #333; line-height: 1.4; padding-top: 40px;}

.title-2 { position: relative; padding-bottom: 10px; font-weight: 700; color: #206aa4;font-size: clamp(20px, 1.9vw, 24px); line-height: 1.4;}
.title-2 > span { position: relative; z-index: 3;}
.title-2:before { position: absolute; content: ""; opacity: 0.2; background: #206aa4; width: 50px; height: 50px; border-radius: 100%; left: -20px; top: -20px;}

.btn-center .btn-type-1 { margin: 0 auto calc(20px + 4%) auto;}

/*service-detail*/
.service-detail-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.service-detail-section > div:nth-of-type(1){ width: calc(100% - 300px); padding-right: 5%;}
.service-detail-section > div:nth-of-type(1) .banner { padding-left: 0;}
.service-detail-section > div:nth-of-type(2){ width: 300px;}

.service-detail-list > a { display: block; border-bottom: 1px solid #d1d1d1; padding: 6px 0; color: #333;}
.service-detail-list > a:hover { color: #206aa4;;}

.data-list-1 .layout-nowrap { }
.data-list-1 .layout-nowrap > div:nth-of-type(1) { width: 35px; }
.data-list-1 .layout-nowrap > div:nth-of-type(2) { width: calc(100% - 35px); padding-left: 18px;}

/*about*/
.marquee-carousel .swiper-slide:nth-child(odd) { border-radius: 30vw 30px 30px 30vw; overflow: hidden;}
.marquee-carousel .swiper-slide:nth-child(even) { border-radius:30px 30vw 30vw 30px; overflow: hidden;}
.marquee-carousel .swiper-slide img { width: 100%;}
.marquee-carousel .swiper-wrapper {-webkit-transition-timing-function: linear !important;transition-timing-function: linear !important;}

.about-section-2 { display: flex; flex-direction: row; flex-wrap: wrap;}
.about-section-2 > div { width: 25%; display: flex; flex-direction: column; flex-wrap: wrap; height: 580px; justify-content: center; padding: 0 3%;}
.about-section-2 > div:nth-of-type(1) { background: #206aa4;}
.about-section-2 > div:nth-of-type(2) { background: #d56548;}
.about-section-2 > div:nth-of-type(3) { background: #ba9000;}
.about-section-2 > div:nth-of-type(4) { background: #2c9bab;}
.about-section-2 > div > div { text-align: center; color: #fff;}
.about-section-2-pto { margin-bottom: 10px;}
.about-section-2-pto img { max-height: 72px;}
.about-section-2-title { font-size: clamp(22px, 2.5vw, 30px); font-weight: 700; line-height: 1.2; padding-bottom: 25px;}

/*team*/
.team-section { position: relative; margin-bottom: calc(20px + 4%); padding: 0 calc(20px + 2%) 20px calc(20px + 2%);}
.team-section:after { position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height:calc(100% - 50px); border: 1px solid #dcdcdc; border-radius: 3vw; background: rgba(247,247,247,.3);}
.team-content { position: relative; z-index: 3; display:flex; flex-direction: row; flex-wrap: wrap;}
.team-content > div:nth-of-type(1) { width: 34%;}
.team-content > div:nth-of-type(2) { width: 66%; padding: 120px 0 0 50px;}
.team-content .layout-50 { padding-bottom: 0;}
.team-pto { border-radius: 30px 30px 0 0; width: 100%;}
.team-data { background: #206aa4; color: #fff; border-radius: 0 0 30px 30px; padding: 30px calc(10px + 1%); line-height: 1.8; text-align: center; font-size: 17px;}
.team-data > b { font-size: clamp(19px, 1.9vw, 24px); font-weight: 700;}

/*reserve*/
.reserve-btn-box { padding-bottom: calc(20px + 1%);display: flex; flex-direction: row; flex-wrap: wrap;}
.reserve-btn-box > div { width: 50%; padding: 0 40px 30px 40px;}

.reserve-form-btn, .reserve-line-btn { border-radius: 20vw; position: relative; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; padding: 40px 25px; overflow: hidden;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);}
.reserve-form-btn > div, .reserve-line-btn > div { position: relative; z-index:3; line-height: 1; font-size: clamp(22px, 2.9vw, 34px); font-weight: 500; color: #fff;}
.reserve-form-btn > div > img, .reserve-line-btn > div > img { width: 70px; filter: brightness(0) invert(1); margin-right: 16px;}
.reserve-form-btn { background: #206aa4;}
.reserve-line-btn { background: #11c063;}
.reserve-form-btn:after, .reserve-line-btn:after { position: absolute; content: ""; left: 0; top:50%; transform: translateY(-50%); width: 48%; padding-bottom: 48%; border-radius: 100%;transition: all 0.25s ease-out 0s;}
.reserve-form-btn:hover, .reserve-line-btn:hover { transform: scale(0.92);}
.reserve-form-btn:hover:after, .reserve-line-btn:hover:after { width: 100%; padding-bottom: 100%;}
.reserve-form-btn:after { background: #1d76bc;}
.reserve-line-btn:after { background: #0acd66;}

.reserve-table { width: 100%; border-spacing: 2px;  border-collapse: inherit; background: #206aa4;}
.reserve-table th, .reserve-table td { line-height: 1.5; text-align: center;}
.reserve-table th { background: #206aa4; color: #fff; font-weight: 700;font-size: clamp(20px, 1.9vw, 24px); padding: 10px; width: 12.5%; }
.reserve-table td { background: #fff; color: #206aa4; font-size: clamp(16px, 1.5vw, 20px); font-weight: 400;vertical-align: top;padding:15px 10px; }
.reserve-table td.bg-gray-2 { background: #f2f2f2 !important; vertical-align: middle;}
.reserve-note { color: #fff; background: #d56548; display: block; text-align: center; line-height: 1; padding: 5px 10px; margin-bottom: 6px; border-radius: 10vw;}

/*news*/
.news-section { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 5%);}
.news-section > div:nth-of-type(1) { width: 220px;}
.news-section > div:nth-of-type(2) { width: calc(100% - 220px); padding-left: calc(20px + 2%);}

.news-aside { display: flex; flex-direction: column; flex-wrap: wrap;}
.news-aside > a { display: block; margin-bottom: 10px; border-radius: 20vw; text-align: center; border: 1px solid #888888; font-weight: 500; color: #666666; line-height: 1.1; padding: 20px 10px;}
.news-aside > a:hover, .news-aside > a.current { color: #fff; background: #206aa4; border-color: #206aa4;}

.news-list { position: relative; padding: 13px 15px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.news-list > div { line-height: 1.4;}
.news-list > div:nth-of-type(1) { width: 100px;}
.news-list > div:nth-of-type(2) { width: 118px;}
.news-list > div:nth-of-type(3) { width: calc(100% - 100px - 118px);}
.news-list:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #dcdcdc;}
.news-list:after { content: ""; position: absolute;transition: all 0.4s ease-out 0s; bottom: 0; right: 0; width: 0%; height: 1px; background: #206aa4;}
.news-list:hover:after { left: 0; width: 100%;}
.news-list:hover .news-title  { color: #206aa4;}

.news-tag { color: #206aa4; font-size: 17px;}
.news-date { color: #888888; font-size: 17px;}
.news-title { color: #333;}

#page { text-align: center; padding:calc(20px + 2%) 0 0 0;}
#page a { font-size: 16px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 27px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #d56548; 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);}

/*blog*/
.blog-section { padding: 0 0  calc(20px + 5%) 0; display: flex ;flex-direction: row; flex-wrap: wrap;}
.blog-section > div:nth-of-type(1) { width: 220px;}
.blog-section > div:nth-of-type(2) { width: calc(100% - 220px); padding-left: 5%;}
.blog-section .title-2 { margin-bottom: 12px; font-weight: 500;}
.blog-section #page  { padding-top: 10px;}

.blog-title { padding: 0 0 15px 0; margin: 0; font-weight: 700;}
.blog-search-bar { color: #999; border: 1px solid #ccc; font-size: 14px; background: #fff; padding:5px 10px; display: flex ;flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: 20px; border-radius: 23px;}
.blog-search-bar input { width: calc(100% - 30px); border-width: 0; background: none; letter-spacing: 1px;}
.blog-search-bar a { width: 30px; text-align: center; font-size: 20px;}

.tags-list { display: flex ;flex-direction: row; flex-wrap: wrap; padding-bottom: 20px;}
.tags-list > a { line-height: 1.3; border-radius: 20vw; padding: 6px 13px 8px 13px; margin: 0 5px 5px 0; border: 1px solid #888; font-size: 17px;}
.tags-list > a:hover, .tags-list > a.current { background: #206aa4; color: #fff; border-color:#206aa4;}

.tags-submenu { padding-bottom: 20px; }
.tags-submenu > a { display: block; border-bottom: 1px solid #c6c6c6; padding: 0 0 4px 0; margin-bottom: 4px;font-size: 17px;;}
.tags-submenu > a:hover,.tags-submenu > a.current { color: #206aa4;}

.blog-list-content { padding-bottom: 30px; display: flex ;flex-direction: row; flex-wrap: wrap; align-items: center;}
.blog-list-content .tags-list { padding-bottom: 10px;}
.blog-list-content > div:nth-of-type(1) { width: 200px;}
.blog-list-content > div:nth-of-type(1) img { transition: all 0.8s ease-out 0s; width: 100%; }
.blog-list-content > div:nth-of-type(1):hover img { transform: scale(0.95);}
.blog-list-content > div:nth-of-type(2) { width: calc(100% - 200px); padding-left: 35px;}
.blog-list-title { color: #333; display: block; padding-bottom: 10px; font-weight: 700; }
.blog-list-title:hover { color: #206aa4; }
.blog-list-data { color: #888888; font-size: 16px; line-height: 1.5;}
.blog-list-date { text-align: left; color: #888888; font-size: 17px;}

/*blog-detail*/
.blog-detail-section { padding: 0 0 20px 0;}
.title-3 {font-size: clamp(20px, 1.7vw, 22px); font-weight: 700; letter-spacing: 0.1rem; padding-bottom: 8px;}

.share-tool { padding-bottom: 30px;}

.blog-detail-btn { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;padding-bottom: calc(20px + 3%);}
.blog-detail-btn > a { width: calc(33.3% - 3px); font-size: 18px; color: #333; text-align: center; padding: 7px 15px; margin-bottom: 10px; border-radius: 20vw;}
.blog-detail-btn > a:hover { transform: scale(0.96);}
.blog-detail-prev, .blog-detail-next { background: #dcdcdc; white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}
.blog-detail-back { background: #206aa4; color: #fff !important;}

/*faq*/
.data-item { position: relative; margin-bottom: 8px; padding-left: 12px;}
.data-item:before { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 100%; background: #d56548; top: 10px; left: 0;}

.faq-box #page  { padding-top: 0px; padding-bottom: calc(20px + 4%);}

/*contact*/
.contact-section { margin-bottom: calc(20px + 5%); background: #fff; overflow: hidden; border-radius: 20px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); display: flex; flex-direction: row; flex-wrap: wrap;}
.contact-section > div:nth-of-type(1) { width: calc(50% + 95px); padding: 40px 55px;}
.contact-section > div:nth-of-type(2) { width: calc(50% - 95px);}
.contact-map iframe{ width: 100%; height: 100%; border-width: 0;}

.contact-info { border-bottom: 1px dotted #dcdcdc; padding:10px 0; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.contact-info > div:nth-of-type(1) { width: 50px; padding: 0 10px;}
.contact-info > div:nth-of-type(2) { width: 96px; padding: 0 10px 0 0; font-weight: 700; color: #206aa4; line-height: 1.1;}
.contact-info > div:nth-of-type(3) { width: calc(100% - 50px - 96px); line-height: 1.5; }

.contact-btn { display: flex; flex-direction: column; flex-wrap: wrap; padding-top: 30px;}
.contact-btn > div { padding: 0 20px 20px 20px;}
.contact-btn .reserve-form-btn, .contact-btn .reserve-line-btn { padding: 15px 25px;}

@media only screen and (max-width: 1279px) {
	body { padding-bottom: 50px;}
	#content { padding-top: 70px;}
	
	#content , .p-layout { line-height: 1.6;}
	
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	
	#path { padding: 15px 0 10px 0;}
	#path li { font-size: 14px;}

	.title-1 { padding-top: 15px;}
}

@media only screen and (max-width: 980px) {
	.btn-type-1 { width: 150px; line-height: 50px; border-radius: 25px; }
	.btn-type-1 > span { font-size: 15px;}
	.btn-type-1:hover { width: 140px; }
	
	.layout-50 > div { width: 100%;}
	
	.title-2:before { width: 35px; height: 35px; left: -10px; top: -10px;}
	
	.about-section-2 > div { width: 50%; height: 400px;}
	.about-section-2-pto img { max-width: 72px;}
	
	.team-content > div:nth-of-type(1) { width: 100%;}
	.team-content > div:nth-of-type(2) { width: 100%; padding: 35px 0 0 0px;}
	.team-content .layout-50 > div { width: 48%;}
	
	.reserve-btn-box > div { width: 100%; padding: 0 0px 30px 0px;}
	.reserve-form-btn, .reserve-line-btn { padding: 25px; }
	.reserve-form-btn > div > img, .reserve-line-btn > div > img { width: 40px; margin-right: 10px;}
	
	.news-section > div:nth-of-type(1) { width: 100%;}
	.news-section > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0;}
	.news-aside { flex-direction: row;}
	.news-aside > a { margin-right: 10px; min-width: 90px;padding: 10px 10px;}
	
	.blog-section > div:nth-of-type(1) { width: 100%; order: 2;}
	.blog-section > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0; order: 1; padding-bottom: 30px;}
	.blog-list-content { align-items: flex-start;}
	
	.service-list-2 > a { width: 50%; }
	
	.service-detail-section > div:nth-of-type(1){ width: calc(100% - 0px); padding-right: 0;}
	.service-detail-section > div:nth-of-type(2){ width: 100%; padding-bottom: 30px;}
}
@media only screen and (max-width: 768px) {
	.body-bg-1 { width: 37%; padding-bottom: 37%;}
	.body-bg-2 { width: 60%; padding-bottom: 60%; top:-30px; right: -70px;}
	.body-bg-3 { width: 30%; padding-bottom: 30%; top:20%;}
	
	.service-list-icon { text-align: center;}
	.service-list-title { text-align: center;}
	.service-list-content > div { width:100%;}
	.service-list-content > div:nth-of-type(1) { margin-bottom: 20px;}
	.service-list-content > div:nth-of-type(2) { padding-left: 0px;}
	.service-list-b .service-list-content > div:nth-of-type(1) { order: 1;}
	.service-list-b .service-list-content > div:nth-of-type(2) { order: 2; padding-right: 0px;}
	
	.service-list-2 > a { width: 100%; }
	
	.blog-detail-btn > a { width: 100%;}
	
	.contact-btn > div { padding: 0 0px 20px 0px;}
	.contact-section > div:nth-of-type(1) { width: 100%; padding: 25px;}
	.contact-section > div:nth-of-type(2) { width: 100%; height: 300px;}
	
	.contact-info > div:nth-of-type(3) { width: 100%; padding-left: 50px;}
	
}
@media only screen and (max-width: 640px) {
	.team-section { padding: 0 20px 10px 20px;}
	.team-content .layout-50 > div { width: 100%;}
	
	.news-list > div:nth-of-type(3) { width: 100%; padding-top: 8px;}
	
}
@media only screen and (max-width: 570px) {
	.blog-list-content > div:nth-of-type(1) { width: 100%; margin-bottom: 15px;}
	.blog-list-content > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	
}

@media only screen and (max-width: 414px) {
	.about-section-2 > div { width: 100%; height: 300px;}
	
}

@media only screen and (max-width: 320px) {
	
	
}