:root {
    --color_b: #000;
    --color_w: #F0EEE9;
    --color_dw: #21333d;
}


*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    height: auto;
    text-transform: none;
    font-family: "Lato","Noto Sans TC",  sans-serif;
    font-weight: 300;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: normal;
    line-break: auto;
    -webkit-text-size-adjust: none;
    color: #3c3c46;
    letter-spacing: .1em;
    font-optical-sizing: auto;
    font-size: 15px;
    background: var(--color_w);
    color: var(--color_b);
    transition: background 5s ease-out,color 5s ease-out;
    width: 100%;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 1.8em;
}

body.fixed,
body.open {
    overflow: hidden;
    position: fixed;
}

/*a:hover {
    color: inherit;
    text-decoration: underline;
}*/

h1,h2,h3,h4,h5,p,a {
    line-height: 1.5em;
}

h3,h4,h5,b {
  font-weight: 400;  
}

h1,h2,h3,h4,h5 {
    margin: 20px 0;
}

h1 {
    /*font-size: 2em;*/
    margin: 0;
    /*margin-bottom: 1em;*/
    /*font-size: 2em;*/
}

h1,h2 {
    font-size: 3em;
    /*font-family: "ArponaLight","GenWanMin2TW";*/
    /*font-family: "ArponaLight","GenYoMin2TWM", sans-serif;*/
    font-weight: 300;
    margin-top: 0;
}

h3,h4,h5 {
    font-size: 1.5em;
    font-weight: 400;
}



p {
    /*font-family: "ArponaSansRegular","GenYoGothic2TWM", sans-serif;*/
    margin: 0;
    line-height: 1.8em;
    font-size: 15px;
}

a {
    /*font-family: "ArponaLight","GenYoMin2TWEL", sans-serif;*/
    color: initial;
    text-decoration: none;
    font-size: 15px;

}

i {
    color: var(--color_d); 
}


a:hover,
i:hover {
    color: var(--color_b);
}

span {
    display: block;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type=text],textarea {
    -webkit-appearance: none
}

input[type="radio"], 
input[type="checkbox"] {
    accent-color: var(--color_dw); /* 換成亞果遊艇的品牌色 */
}

input,textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--color_b);
    /*width: 98%;*/
    font-size: 16px;
    padding: .5em 1%;
    display: block;
    background: 0 0
}

input.require,textarea.require {
    border-bottom: 1px solid var(--color_dw);
}

input::placeholder,
textarea::placeholder {
    font-weight: 300;
    font-size: 1em; /* Or any other desired font size */
}


header {
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    /*height: 108px;*/
    height: auto;
    top: 0;
    left: 0;
    z-index: 99;
    /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));*/
    background: var(--color_w);

    padding: 0 60px;
    transition: height 0.25s ease-out;
}

/*.page_sty header {
    padding: 0 60px;
    background: transparent;
    position: relative;
}*/

.subtitle {
    display: block;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 0;
}

.header {
    width: 100%;
    height: 108px;
    /*padding: 20px 60px;*/
    padding: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*justify-content: center;*/
    justify-content: space-between; 

    position: relative;
    z-index: 1000;
    transition: height 0.5s ease-out;
}

header.fixed,
header.fixed .header {
    height: 55px;
    transition: height 1s ease-out;
}

header.fixed .logo {
    height: 25px;
    overflow: hidden;
}

/*.page_sty .header {
    padding: 20px 0;
   justify-content: space-between; 
}*/


.logo img {
    /*width: auto;
    height: 60px;*/
    width: 90px;
    height: auto;
}

.banner {
    margin-top: 100px;
    width: 100%;
    height: calc(100vh - 160px);
    min-height: 500px;
    position: relative;

    padding: 0 60px;
}

.page_sty .banner {
    padding: 0 60px;
}

.connect_page_sec {
    margin-top: 40px;
}

.page_sty .connect_page_sec {
    margin-top: 0px;
}

.page_sty .connect_page_sec .banner {
    padding: 0;
    margin-top: 0;
    height: 100%;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}



.banner_item {
    position: relative;
    width: 100%;
    height: calc(100vh - 160px);
    min-height: 500px;
    /*line-height: 0;*/
    /*transform-origin: bottom center;*/
    /*will-change: transform;*/
}

.banner_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px;
    /* margin: 0 auto; */
    color: #fff;
    z-index: 2;

    
}

.banner_txt span {
    max-width: 30%;
    display: block;
    /*font-size: 1.5em;*/
    /*line-height: 1.5em;*/
    /*font-family: "ArponaLight","GenYoMin2TWM", sans-serif; */
}

.banner .subtitle {
    margin: 15px 0;
}

/*.banner_txt_content {
    width: 13em;
}*/

.sec_set {
    width: 100%;
    /*max-width: 1440px;*/
    margin: 0 auto;
    /*margin-bottom: 100px;*/
    /* overflow: hidden; */
}

.index_title_grab {
    width: 100%;
    height: auto;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    padding-bottom: 120px;
}

.index_title_grab.page_content {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    /*padding: 60px 150px;*/
    /*padding: 180px 150px;*/
    padding: 0 150px;
    margin-bottom: 120px;
    min-height: auto;
    gap:60px;
    padding-top: 0;
    margin-top: 40px;
}

.index_title_grab.page_content.page_exp h2 {
    margin: 0;
}

.index_title_grab.page_content.note_content {
    margin-top: 0;
}

.index_title_grab.page_content.pageexp_content {
    margin-top: 120px;
}

.page_content_l {
    width: 70%;
}

.page_content_r {
    width: 30%;
}

.index_title {
    text-align: center;
}

.page_content_l h1 {
    /*margin-bottom: 20px;*/
}

.sec1_item_txt,
.news_item_txt {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    align-items: center;
    gap:40px;
}

.news_item_txt {
    align-items: flex-start;
}

.list_garb.list_news .news_item_txt {
    flex-wrap: wrap;
    gap:20px;
}

.list_garb.list_news .news_item_txt .news_sec_item_title {
    font-size: 1.2em;
}

.list_garb.list_news .news_item_txt .news_date{
    width: 100%;
    order: -1;
}


.zoom_out svg {
    /*width: 24px;
    height: 24px;*/
    width: 32px;
    height: 32px;
}

.owl-carousel .owl-item .zoom_out img {
    width: 32px;
    height: 32px; 
}

.map_lf_icon svg {
    width: 24px;
    height: 24px;
}

/*.map_lf_icon svg {
    var(--color_dw);
}*/

/*.sec1_owl {
    margin-left: -30px;
    width: calc(100% + 30px);
}*/

.sec1_owl {
    background: #fff;
}

.sec1_swipwr {
    width: 100%;

}

.sec1_item img {
    width:100%;
    /*height: calc( (100vw - 100px)/3 * 1.3 );*/
    height: calc( (100vw - 200px)/3);
    /*max-height: */
}

.sec1_item_grab {
    border: solid 1px #ccc;
    border-left: 0;
}

.sec1_item {
    padding: 25px;
}

.zoom_out {
    cursor: pointer;
}


.map_slider_t {
    /*margin: 60px;*/
    position: absolute;
    z-index: 2;
    /*top: calc(-100% + 60px);*/
    /*top: -100%;*/
    top: calc(-100% - 60px);
    left: 60px;
    width: auto;
    max-width: 50%;
    width: fit-content;
}

.map_slider_btn {
    margin-top: 60px;
} 

.map_slider_t h2,
.map_slider_t h3 {
    margin: 0;
    line-height: 1.5em;
    /*width: 50%;*/
    /*max-width: 40vw;*/
    width: auto;
    white-space: nowrap;
}

.map_slider_t h3 {
    font-weight: 300;
    font-size: 1em;
}

.map,
#map {
    width: 100%;
    height: 120vh;
    position: relative;
}

.map_owl {
    position: relative;
    width: 100%;
}

.map iframe {
    width: 100%;
    /*height: 600px;*/
    height: 120vh;
    min-height: 800px;
}

.page_sty .map,
.page_sty #map,
.map iframe {
    height: 70vh;
    min-height: 500px;
}

.map_mask {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
}

.map_item_title {
    width: 100%;
    line-height: 1em;
    /*font-family: "ArponaLight","GenYoMin2TWM", sans-serif;*/
    font-size: 3em;
    /*padding-bottom: 100px;*/
}

.map_item_txt {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    gap:10px;
}

.map_item_txt h3 {
    margin: 0;
}

.map_slider {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.map_item {
    width: 100%;
    padding: 20px;
    background: var(--color_dw);
    color: var(--color_w);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: calc(100vw / 3 * 4 / 6);*/
    height: calc( (100vw - 40px) / 3 * 9 / 16);
    min-height: 250px;
}

.map_slider .owl-item {
    overflow: hidden;
}



.map_item_hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    /*transform: scale(1.5);*/
    transition: opacity .3s ease;
}

.map_hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.map_item_hover:hover .map_hide {
    opacity: 1;
    visibility: visible;
}

/*.map_slider .item:hover .map_item_hover {*/
.map_slider .item.showup .map_item_hover {
    /*transform: scale(1);*/
    opacity: 1;
    visibility: visible;
    
}

.map_item_hover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: scale(1.2);
}

.map_slider .item.showup .map_item_hover img{
    transform: scale(1.5);
    transition: transform 1s ease;
    
}




.map_item_hover .map_item {
    background: transparent;
    z-index: 1;
}

.map_item_hover .map_item_title,
.map_item_hover .map_item_txt p {
    opacity: 0;
}

.map_item_hover .map_item_txt p.opensoon {
    opacity: 1;
}

/*.map_lf_icon {
    cursor: pointer;
}*/

.icon_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border: 1px solid var(--color_w);
  border-radius: 50%;
  line-height: 1em;
  /*width: 20px;*/
  /*height: 20px;*/
}

.zoom_out.icon_wrap {
    border: 1px solid var(--color_b);
}

.icon_wrap img {
    width: 20px;
    height: 20px;
}


/*.map_item_hover .map_lf_icon svg {
    color: var(--color_dw);
}*/


.map_item_hover .icon_wrap {
    background: var(--color_w);
}

.more_line {
    /*padding-bottom: calc(100px - 1.17em);*/
    /*padding-bottom: calc(100px - 0.6em);*/
}

/*.bimg_owl {*/
    /*margin-left: -40px;*/
    /*width: calc(100% + 40px);*/
    /*margin-left: -80px;*/
    /*width: calc(100% + 80px);*/
/*}*/

.bimg_owl {
    background: #fff;
}

.btn {
    cursor: pointer;
    display: inline-block;
    min-width: 120px;
    width: fit-content;
    background: var(--color_dw);
    color: var(--color_w);;
    padding: 13px 20px;
    text-align: center;
    transition: background .6s ease-out, color .6s ease-out;
    line-height: 1em;
    position: relative;
    transition: background .6s;
    z-index: 1;
    border: 1px solid var(--color_dw);
    border-radius: 30px;
}

.btn:hover {
    background: var(--color_w);
    color: var(--color_dw);
}

#cookie_btn.btn {
    margin-top: 40px;
}

#cookie_btn.btn:hover {
   background: transparent; 
}

.page_btn {
    margin-top: 40px;
}

.index_bimg_sec {
    margin: 120px 0;
}

.index_bimg_sec h2 {
    font-size: 3em;
    margin: 0;
}

.index_bimg_sec p {
    margin: 20px;
    margin-bottom: 60px;
}

.news_item .img_hov,
.news_item img {
    width: 100%;
    height: calc((50vw - 50px) * 9/16);
}

.news_sec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.news_sec.index_news_sec {
    margin-bottom: -40px;
}

.page_news .news_sec {
    padding-bottom: calc((50vw - 50px) * 9 / 16 / 3 + 60px);
}

.news_sec_item {
    width: 50%;
    height: auto;
    /*height: 50vw;*/
    /*min-height: 300px;*/
    border: solid 1px #ccc;
    /*border-left: 0;*/
    border-top: 0;
    /*background: var(--color_w);*/
    background: #fff;
    position: relative;
    z-index: 2;
}

.news_sec_item_title {
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
}

.news_sec_item_subtitle {
    /*margin-top: 1em;*/
    margin-top: 20px;
}

.news_sec_item:nth-child(1),
.news_sec_item:nth-child(2) {
    border-top: solid 1px #ccc;
}

.list_garb.list_news .news_sec_item {
    border-top: solid 1px #ccc;
}





.news_sec_item:nth-child(even) {
    position: relative;
    /*top: 60px;*/
    top: calc((50vw - 50px) * 9/16 / 3);
    margin-left: -1px;
}

.news_sec_item .btn {
    margin-top: 40px;
    /*margin-bottom: 60px;*/
}

.ad_content .ad_img,
.news_ad_img {
    height: calc( (60vw - 50) * 9/16 );
    /*min-height: 400px;*/
    max-height: calc( 650px * 9/16 );
}


.news_item {
    padding: 25px;
}

.news_item_txt span {
    display: block;
    line-height: 1.5em;
}

.news_date {
    text-align: right;
}

.news_date span {
    line-height: 1.5em;
    white-space: nowrap;
}

/*.news_ad_content .news_date {
    margin-top: 20px;
}*/

.news_date_d {
    white-space: nowrap;
    font-size: 3em;
    line-height: 1.5em;
}

.news_item_txt {
    padding: 25px;
    padding-bottom: 0;
}

.connect_sec .banner_item {
    /*height: 140vh;*/
    /*min-height: 800px;*/
    height: calc((50vw - 50px) * 9 / 16 / 3 * 2 + 850px);
}

.connect_page_sec .banner_item {
    height: 100%;
}

.connect_sec .c_table,
.connect_page_sec .c_table {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 40px;*/
}

.connect_page_sec .c_table {
    position: relative;
}

.c_table > div {
    padding: 80px;
    width: 90%;
    max-width: 800px;
    min-height: 600px;
    /*background: var(--color_w);*/
    background: #fff;
}

.page_sty .c_table > div {
    padding: 80px 100px 80px 100px;
    margin: 100px 150px;
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*max-height: calc(100vh - 160px);*/
    /*overflow-y: auto;*/
}

.connect_sec_title {
    display: block;
    width: auto;
    /*max-width: 60%;*/
    /*font-family: "ArponaLight","GenYoMin2TWM", sans-serif;*/
    font-size: 3em;
    line-height: 1.5em;
} 

.connect_sec_subtitle {
    display: block;
    width: auto;
    max-width: 46%;
    line-height: 1.5em; 
    margin-top: 40px;
    margin-bottom: 40px;
}

#form_contact {
    margin-top: 60px;
    width: 100%;
    /*width: calc(70% - 150px);*/
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form_contact_txt {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}


.form_contact_txt span {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
    white-space: nowrap;
}

#form_contact .btn {
    margin-top: 60px;
}

.sec_mask_ad,
.news_sec_mask_ad {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgb(33 51 61 / .7);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 999;
}

.sec_mask_ad.active,
.news_sec_mask_ad.active {
    display: block;
    opacity: 1;
}

.alert,
.news_alert {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: none;
    color: var(--color_w);
    overflow-y: auto;
    width: 100%;
    max-height: 100vh;
    opacity: 0;
    transition: opacity .3s ease;
}

.alert.active,
.news_alert.active {
    display: flex;
    opacity: 1;
}

.alert > div,
.news_alert > div {
    max-width: 700px;
    margin: 30px auto;
    width: 60%;
    position: relative;
}

.ad_content,
.news_ad_content {
    padding: 25px;
    background-color: var(--color_w);
    color: #000;
    overflow: auto;
    line-height: 1;
    transform: scale(0.8);
    opacity: 0;
    transition: transform .35s ease, opacity .3s ease;
}

.alert.active .ad_content,
.news_alert.active .news_ad_content {
    transform: scale(1);
    opacity: 1;
}

.ad_content_txt,
.news_ad_content_txt {
    padding: 20px;
}

.news_ad_content_txt {
    padding-top: 0;
}

.ad_content_txt_title,
.news_ad_content_txt_title {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 0;
}

.ad_content_txt_title {
    margin: 0;
}

.news_ad_content .news_ad_content_txt_title {
    margin-top: 0;
}

.ad_content_txt p,
.news_ad_content_txt p {
    margin: 20px 0;
    margin-top: 40px;
}

.news_ad_content_txt,
.news_ad_content_txt p {
    padding-right: 0;
}

.ad_close,
.news_ad_close {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    color: #666;
    border-radius: 9999999px;
    background: var(--color_w);
    width: 40px;
    height: 40px;
    z-index: 10002;
}

.close-button,
.news_close_button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    /*box-shadow: 0 10 10px 10px rgb(0 0 0 / .25);*/
    position: fixed;
    /*right: 10px;*/
    right: 10px;
    top: 10px;
    display: none;
    z-index: 200;
    text-indent: -9999px;
    /*background: var(--color_dw);*/
    /*border-radius: 9999%;*/
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 10003;
}

.close-button.active,
.news_close_button.active {
    display: block;
    opacity: 1;
}

.close-button:after,.close-button:before,
.news_close_button:after,.news_close_button:before {
    content: '';
    width: 55%;
    height: 2px;
    background: var(--color_w);
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s ease-out
}

.close-button:after,
.news_close_button:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}


.news_close_button.mo {
    display: none;
}

/*owl*/
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    top: -30px;
    right: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 1px;
}

/*end*/

/*google map*/
.gm-ui-hover-effect {
    display: none !important;
}

div[class*="camera-control"],
.gmp-internal-camera-control {
    display: none !important;
}
/*end*/

footer {
    background: var(--color_dw);
    font-size: 14px;
}

footer, 
footer p,
footer a {
    color: var(--color_w);
}

.footer_container > div {
    /*padding: 50px 40px;*/
    /*padding: 60px;*/
    /*padding-bottom: 30px;*/
    /*padding-bottom: 0;*/
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*gap: 60px;*/
    /*justify-content: space-between;*/

    padding: 60px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    justify-content: space-between;
}

.footer_content_1 {
    width: 40%;
}



.foot_icon_grab {
    display: flex;
    flex-wrap: nowrap;
    gap:20px;
    /*margin-top: 100px;*/
    /*margin-top: 150px;*/
    margin: 100px 0;
}

.foot_icon a:hover {
    color: inherit;
}

.footer_content_3 {
    /*width: 50%;*/
    width: calc(60% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.copyright {
    font-size: 12px;
    margin: 0 60px;
    padding-top: 20px;
    padding-bottom: 100px;
    border-top: 1px var(--color_w) solid;
}

.img_hov {
    position: relative;
    display: block;
    overflow: hidden;
    /*width: 100%;*/
    /*height: 100%;*/
}

.sec1_item_grab img,
/*.index_bimg_sec .item img,*/
.news_sec_item img,
.banner.banner_item img,
.banner .banner_item img,
.list_item .img_hov img,
.index_bimg_sec .item .img_hov img,
.pageexp_sty .img_hov img,
.page_img_item .img_hov img,
.page_news .page_img_item:nth-child(3n+1) img,
.page_news .page_img_item:nth-child(3n+2) img,
.page_news .page_img_item:nth-child(3n) img  {
    transform: scale(1);
    transition: transform 1s ease-out;
}

/*.page_news .page_img_item:nth-child(1) img,
.page_news .page_img_item:nth-child(2) img, 
.page_news .page_img_item:nth-child(2n+1) img,
.page_news .page_img_item:nth-child(3n) img*/

.banner .banner_item .img_hov {
/*.connect_sec .banner_item.img_hov {*/
    width: 100%;
    height: 100%;
}

.page_sty .banner .banner_item .img_hov {
    position: absolute;
    top: 0;
    left: 0;
}
    


.sec1_item_grab:hover img,
/*.index_bimg_sec .item:hover img,*/
.news_sec_item:hover img,
.banner .banner_item:hover img,
.list_item:hover .img_hov img,
.index_bimg_sec .item:hover .img_hov img,
.pageexp_sty .img_hov:hover img,
.page_img_item .img_hov:hover img,
.page_news .page_img_item:nth-child(3n+1):hover img,
.page_news .page_img_item:nth-child(3n+2):hover img, 
.page_news .page_img_item:nth-child(3n):hover img {
    transform: scale(1.2);
    transition: transform 1s ease-out;
}

/*.page_news .page_img_item:nth-child(1):hover img,
.page_news .page_img_item:nth-child(2):hover img, 
.page_news .page_img_item:nth-child(2n+1):hover img,
.page_news .page_img_item:nth-child(3n):hover img {*/

.pageexp_sty .img_hov {
    width: 100%;
    height: calc((50vw - 170px) * 9 / 16);
}



.step2 {
    display: none;
}

.addition {
    display: none;
}

#form_send {
    display: none;
}

.index_title_grab img,
.bimg_owl_item_r img {
    height: 30px;
    width: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.index_title_grab .page_content_txt img {
    margin-bottom: 0;
}

.bimg_owl.owl-carousel .owl-item .bimg_owl_item_r img {
    width: auto;
}

.page_img_list {
    /*margin-top: 60px;*/
    padding: 0 150px;
    display: flex;
    flex-wrap: wrap;
    /*gap: 50px;*/
    gap: 40px;
    margin-bottom: 120px;
}

.page_img_list .news_sec_item_subtitle {
    margin-top: 0;
    font-weight: 400;
}

.page_img_item {
    width: calc(50% - 25px);
}

.page_img_item img,
.page_img_item .img_hov {
    width: 100%;
    height: calc((50vw - 170px) * 9 / 16);
}

/*.page_news .page_img_item:nth-child(2) img,
.page_news .page_img_item:nth-child(2) .img_hov,
.page_news .page_img_item:nth-child(2n+1) img,
.page_news .page_img_item:nth-child(2n+1) .img_hov {
    height: calc( (100vw - 360px)/2 );
}*/

.page_news .page_img_item:nth-child(3n+1) img,
.page_news .page_img_item:nth-child(3n+1) .img_hov{
    width: 100%;
    height: calc((50vw - 170px) * 9 / 16);
}

.page_news .page_img_item:nth-child(3n+2) img,
.page_news .page_img_item:nth-child(3n+2) .img_hov {
    height: calc( (100vw - 360px)/2 );
}

.page_news .page_img_item:nth-child(3n) {
    width: 100%;
}

.page_news .page_img_item:nth-child(3n) img,
.page_news .page_img_item:nth-child(3n) .img_hov {
    height: calc((100vw - 360px) * 9 / 16);
}

.page_img_item .btn {
    margin-top: 40px;
}

.page_img_item .news_item_txt {
    padding: 25px 0;
    padding-bottom: 0;
}

.menu_line li {
    display: inline-block;
    white-space: nowrap;
}

.menu_line,
.menu_area {
    /*width: calc( 50% - 45px );*/
    /*width: calc( 50% - 105px );
    max-width: calc( 50% - 105px );*/
    width: calc( 50% - 105px );
    /*max-width: calc( 50% - 205px );*/
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    /*overflow-x: auto;*/
}

.menu_line_r {
    text-align: right;
    justify-content: flex-end;
    gap:0;
}

.menu_line_r_menu > div {
    /*padding: 0 20px;*/
    /*border-left: solid 1px #000;*/
    white-space: nowrap;
}

.menu_line_r_menu > div:nth-child(1) {
    border-left: 0;
}

.menu_line_r_menu {
    display: flex;
    flex-wrap: nowrap;
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
}

.page_last {
    margin-bottom: 60px;
}

.list_garb {
    /*padding: 0 150px 60px 150px;*/
    border-top: 1px solid #ccc;
    padding-top: 40px;
    /*padding: 60px 0px; */
    margin: 0 150px;
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.list_item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap:60px;
}

.list_item_img {
    width: 30%;
    min-width: 250px;
    /*height: calc((100vw - 360px) * 0.3 * 6 / 4);*/
    /*min-height: calc(250px * 6 / 4);*/

    height: calc((100vw - 300px) * 0.3 * 1.1);
    min-height: 275px;
}

.list_item_txt {
    width: calc(70% - 60px);
    display: flex;
    align-items: center;
}

.list_item_txt .btn {
    margin-top: 40px;
}

.bred_grab {
    /*margin-top: 60px;*/
    /*margin: 60px 0;*/
    width: 100%;
    /*border-bottom: solid 1px var(--color_d);*/
    display: block;
    white-space: nowrap;
    /*text-align: center;*/
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 150px;
    /*margin-bottom: 20px;*/
}

.bred_grab.page_bread {
    padding: 120px 150px;
    margin-bottom: 40px;
    padding-bottom: 0;
}

.bred_grab,
.bred_grab a {
    color: var(--color_dw);
}

.bred_item {
    padding: 10px;
    white-space: nowrap;
    display: inline-block;
}

.bred_item a {
    font-size: 1em;
}

.bred_item.active a {
    font-weight: 600;
}


.list_garb.list_news {
    gap: 20px;
    /*border-top: 1px solid #ccc;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 120px;*/

    margin-bottom: 120px;
}

.list_news .news_sec_item:nth-child(even) {
    position: relative;
    top: 0;
    margin-left: 0;
}

.list_news .news_sec_item {
    width: calc( (100% - 40px)/3 );
    /*min-width: 316px;*/
}



.list_news .news_item .img_hov,
.list_news .news_item img {
    /*height: calc((100vw - 340px)/3 * 9 / 16);*/
    height: calc((100vw - 440px)/3 * 9 / 16);
    min-height: calc(316px * 9 / 16);
}

.footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;

    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_menu li {
    display: inline-block;
    /*margin-right: 20px;*/
}

.menu_icon_garb {
    flex-grow: 0;
    width: 100px;
    position: relative;
    z-index: 1000;
}

.menu_icon_garb {
    flex-grow: 0;
    width: 100px;
    position: relative;
    z-index: 1000;
}

.menu_icon {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    transform: translateY(0px);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu_switch_open {
    width: 40px;
    height: 14px;
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 1000;
    position: relative;
    right: 0px;
    transition: 0.5s ease-in-out;
}

#menu_switch_open span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    right: 0px;
    transform: rotate(0deg);
    background: #000;
    border-radius: 9px;
    transition: 0.25s ease-in-out;
}

#menu_switch_open span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#menu_switch_open span:nth-child(2) {
    display: none;
}

#menu_switch_open span:nth-child(3) {
    left: 0px;
    width: 70%;
    top: 9px;
    transform-origin: left center;
}

#menu_switch_open.open {
    width: 30px;
}

#menu_switch_open.open span:nth-child(1) {
    transform: rotate(45deg);
    width: 100%;
    top: -5px;
    left: 0px;
}

#menu_switch_open.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 17px;
    left: 0px;
    width: 100%;
}

#menuMask {
    opacity: 0;
    /*display: none;*/
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 998;
    /*background: var(--color_dw);*/
    background: transparent;
    opacity: .3;
}

#menuMask.open {
    opacity: .3;
    visibility: visible;
    transition: opacity 0.45s, visibility 0.45s;
}

#menu_mo {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    /*width: 33%;*/
    width: 100%;
    min-width: 500px;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s, visibility 0.45s;
}

#menu_mo.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity, visibility;
}


.menuOutLayer {
    position: relative;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 24px;*/
    overflow: hidden;
    /*background: var(--color_dw);*/
    /*background: #fff;*/
    background: transparent;
    transition: box-shadow 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#menu_mo.open .menuOutLayer {
    transform: translateX(0px);
}

.site-menu-nav-primary-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    /*padding-top: 100px;*/
    margin-top: 100px;
    flex: 1 1 0%;
    background: var(--color_w);
}

.site-menu-nav-primary.bw-medium {
    padding-bottom: 45px;
    display: flex;
    flex-wrap: nowrap;
}

.menu_mo_lang {
    display: none;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1em;
    gap: 20px;
}

nav ul {
    list-style: none;
}

.site-menu-nav-primary ul, .site-menu-nav-secondary ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.site-menu-nav-primary ul {
    width: 100%;
    /*width: 40%;*/
    min-width: 300px;
    min-height: 0vw;
    font-size: 1em;
    transform: translateX(0px);
}

.site-menu-nav-primary ul li {
    margin: 0px 60px;
    border-bottom: 1px solid #ccc;
}

.site-menu-nav-primary ul li:nth-child(1) {
    border-top: 1px solid #ccc;
}

.site-menu-nav-primary ul li a, .site-menu-nav-primary ul li span {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
    text-decoration: none;
    padding: 0px;
    margin: 0.6em 1em;
}

.site-menu-nav-primary ul li a {
    /*font-size: 1.17em;*/
    font-size: 1em;
    width: fit-content;
    margin: 1.5em 0px;
}

.connect_sec .banner,
.index_bimg_sec .banner {
    height: 100%;
    margin-top: 0;
    padding: 0;
}

.news_sec_item_brief {
    margin-top: 20px;
}

.footer.newf .logo {
    text-align: center;
    padding: 100px 0;
}

.link {
    position: relative;
}

.link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    color: var(--color_dw);
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

footer .link::after {
    color: var(--color_w);
}

footer a:hover {
    color: inherit;
}

.menu_l {
    width: 40%;
}

.menu_news {
    width: 60%;
}

.video-container {
    background: var(--color_d);
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: #ccc;
}

.banner .video-container iframe {

    width: 140vw;
    height: 78.75vw;
    min-height: 120vh;
    min-width: 214vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loc_sec .btn {
    margin-top: 40px;
}

.loc_sec h2 {
    margin: 0;
}

.page_btn_list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.page_not_btn {
    margin-top: 40px;
}

.menu_news .news_item .img_hov,
.menu_news .news_item img {
    height: calc((60vw - 100px)/2 * 9 / 16);
}

.loc_sec {
    margin: 120px 0;
}

.sec_set.loc_sec .index_title_grab.page_content {
    margin-top: 0;
    margin-bottom: 40px;

}

.sty_width_100 {
    width: 100% !important;
    height: auto !important;
}

.sty_width_50 {
    width: 50% !important;
    height: auto !important;
}



.news_item_txt_l .news_sec_item_subtitle {
    margin-bottom: 20px;
}

.bimg_owl_item {
    display: flex;
    flex-wrap: nowrap;
    border: solid 1px #ccc;
    border-left: 0;
    border-right: 0;
}

.owl-item.active.center .bimg_owl_item {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.bimg_owl_item_l {
    width: 60%;
    padding: 25px;
}

.bimg_owl_item_r {
    width: 40%;

    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
}

.bimg_owl_item_r > div {
    padding: 25px;
    padding-left: 0;
}

.bimg_owl_item_img {
    height: 100%;
    min-height: calc( ((100vw - 160px)*0.6 - 50px) * 9 / 16 );
}

.bimg_owl .banner {
    min-height: auto;
}

.bimg_owl_item_r .btn {
    margin-top: 60px;
}


/*test*/
/* (1) Enable Flexbox on the carousel stage */
.bimg_owl.owl-carousel .owl-stage {
  display: flex;
}

/* (2) Make each item flex to fill the available height and set max height */
.bimg_owl.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; /* Prevents items from shrinking and ensures they take full height */
  overflow: hidden; /* Hide any content that exceeds the max height */
}


/* (4) If you have specific content wrappers inside, ensure they also flex */
.bimg_owl.item-content-wrapper { /* Replace with your specific class name */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bimg_owl .item {
    width: 100%;
}

/*end*/

/*test form*/
/*.news_item_txt_b {
    padding: 25px;
}

.option-group {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    white-space: nowrap;
}

.option-group input[type="radio"],
.option-group input[type="checkbox"] {
    margin-right: 5px;
    cursor: pointer;
}

.option-group label {
    cursor: pointer;
}

.form-section {
    margin-bottom: 20px;
}*/

/*end*/

.form-container {
        max-width: 600px;
        font-family: "Microsoft JhengHei", sans-serif;
        line-height: 1.6;
        color: #333;
    }

    /* 每個大問題的區塊 */
    .form-section {
        margin-bottom: 20px;
    }

    /* 問題標題 */
    .section-title {
        display: block;
        margin-bottom: 8px;
        font-weight: 400;
    }

    /* 選項群組：確保按鈕與文字在同一行 */
    .option-group {
        display: flex;
        align-items: center;
        margin-bottom: 8px; /* 選項與選項之間的間距 */
    }

    .option-group input[type="radio"],
    .option-group input[type="checkbox"] {
        margin-right: 8px;
        margin-top: 0;
        cursor: pointer;
    }

    .option-group label {
        cursor: pointer;
    }

    /* 一般文字輸入框 */
    input[type="text"], input[type="email"], input[type="tel"], textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box; /* 避免寬度超出 */
    }

    /* 「其他」與「偏好聯繫」的小型輸入框 */
    .input-inline {
        width: auto;
        margin-left: 10px;
        flex: 1; /* 讓它自動填滿剩餘空間 */
    }

    /* 會員推薦人外框 */
    fieldset {
        border: 1px solid #ddd;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    button {
        padding: 10px 30px;
        background-color: #004477;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }


.page_content_txt {
    margin-top: 40px;
}

.news_item_txt_b {
    padding: 0 25px;
}

.map.list_exp {
    margin-bottom: 120px;
}

.pageexp_title {
    margin-bottom: 40px;
}

.cookie_grab {
    display: none;
    bottom: 0;
    left: 50%;
    max-width: 1140px;
    position: fixed;
    top: auto;
    transform: translate(-50%);
    width: 70%;
    will-change: auto;
    z-index: 10000000;

    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    /*background-color: hsla(0, 0%, 91%, .6);*/
    background-color: rgb(224 215 208 / 70%);
}

.cookie {
    padding: 40px;
}

.cookie_title {
    margin-bottom: 40px;
    font-weight: 400;
}

#pageform .btn{
    margin-top: 60px;
    font-size: 15px;
}

.error-msg {
    color: #ff0000; /* 這裡就可以隨意改顏色了 */
    font-size: 12px;
    display: none; /* 預設隱藏 */
}

/* 當輸入框無效時，顯示後面的錯誤訊息 */
input:invalid + .error-msg {
    display: inline;
}

.addition {
    margin-top: 100%;
}

.logo .logo_l {
    opacity: 1;
    visibility: visible;
    /*height: auto;*/
    transition: opacity 0.5s ease-in-out;
}

header.fixed .logo .logo_l {
    opacity: 0;
    visibility: hidden;
    /*height: 0;*/
    transition: opacity .5s ease-in-out;
    width: 0;
    height: 0;
    /*display: none;*/
}

.logo .logo_s {
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
    height: 0;
    width: 0;
}

header.fixed .logo .logo_s {
    /*display: block;*/
    height: auto;
    width: 90px;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease-in-out;
}

.loc_title_content {
    margin-top: 40px;
}

.footer_content_1 a {
    display: block;
    width: fit-content;
}

.video_play {
    color: #fcfcfc;
    font-size: 3em;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.page_news .footer_container > div {
    padding-top: 200px;
}*/
/*.menu_line {
    

}*/
@media screen and (min-width: 601px) {
    .page_news .news_sec_item:last-child::before {
        content: '';
        width: calc(100% + 1px);
        height: calc(100% + 2px);;
        background: var(--color_dw);
        position: absolute;
        top: -1px;
        left: calc(-100% - 2px);
        z-index: 1;
        /*padding-bottom: calc((50vw - 50px) * 9 / 16 / 3 + 60px);*/
    }



    .page_news .news_sec::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc((50vw - 50px) * 9 / 16 / 3 + 60px);
        background: var( --color_dw );
    }

    .page_news .news_sec_item:last-child {
        z-index: 1;
    }
    .page_news .news_sec_item:last-child::after {
        content: '';
        width: calc(100% + 1px);
        height: calc(100% + 2px);
        background: var(--color_dw);
        position: absolute;
        top: -1px;
        right: calc(-100% - 2px);
        z-index: 1;
        /*padding-bottom: calc((50vw - 50px) * 9 / 16 / 3 + 60px);*/
    }

    .page_news .news_sec.menu_news::after,
    .page_news .news_sec.menu_news::before,
    .page_news .menu_news .news_sec_item:last-child::before,
    .page_news .menu_news .news_sec_item:last-child::after {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .map_item {
        min-height: 300px;
    }

    .list_news .news_sec_item {
        width: calc( (100% - 20px)/2 );
    }
}

@media screen and (max-width: 1000px) {

    .alert,
    .news_alert {
        width: 90%;
    }

    .menu_news .news_sec_item {
        width: 100%;
    }

    .menu_news .news_item .img_hov,
    .menu_news .news_item img {
        height: calc((60vw - 50px) * 9 / 16);
    }

    /*.menu_news .news_item img {
        height: calc((60vw - 50px) * 9 / 16);
    }*/

    .menu_news .news_sec_item:nth-child(even) {
        top: 0;
        margin-left: 0;
        border-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .list_news .news_sec_item {
        width: 100%;
    }

    .page_img_item {
        width: 100%;

    }

    .page_img_item .img_hov,
    .page_img_item img {
        height: calc( (100vw - 340px) * 9 / 16);
    }

    .page_content_l,
    .page_content_r {
        width: 100%;
    }
    .page_content_r {
        order: -1;
    }

    .page_news .index_title_grab {
        flex-wrap: wrap;
    }

    .page_news .page_img_item img {
        height: calc((100vw - 360px) * 9 / 16) !important;
    }

    .list_item {
        flex-wrap: wrap;
    }



    .list_item_img {
        width: 100%;
        min-width: auto;
        /*height: calc((100vw - 300px) * 0.3 * 6 / 4);*/
        height: calc((100vw - 300px) * 9 / 16);
        min-height: auto;
    }

    .list_item_txt {
        width: 100%;
    }

    
    .list_news .news_sec_item {
        width: 100%;
    }

    .list_news .news_item .img_hov,
    .list_news .news_item img {
        height: calc((100vw - 300px) * 9 / 16);
        /*min-height: calc(316px * 9 / 16);*/
    }

    .list_news .news_item img {
        height: 100%;
    }

    .page_sty .c_table > div {
        margin: 100px 60px;
    }
    
    /*.menu_line_r {
        visibility: hidden;
        opacity: 0;
    }*/

    /*.menu_mo_lang {
        display: flex;
        margin: 60px 0;
    }*/

    .site-menu-nav-primary ul {
        width: 100%;
    }

    .cookie_grab {
        left: 0;
        right: 0;
        transform: none;
        width: auto;
    }

    .cookie {
        padding: 40px 60px;
    }


}




/*@media screen and (max-width: 1000px) {
    .sec1_item {
        height: 250px;
    }
}*/

@media screen and (max-width: 600px) {

    .page_img_item .img_hov,
    .page_img_item img {
        height: calc( (100vw - 40px) * 9 / 16);
    }

    .banner_txt {
        padding: 25px;
    }

    .banner_txt span {
        max-width: 100%;
    }

    /*.sec1_item {
        height: auto;
    }*/

    .sec1_item img {
        /*height: calc((100vw - 50px)* 1.2);*/
        height: calc( (100vw - 100px) * 1.1 ) ;
    }

    /*.sec1_owl {
        margin-left: -40px;
        width: calc(100% + 40px);
    }*/

    .index_bimg_sec .index_title_grab {
        /*margin-left: 25px;*/
        padding: 60px 25px;
        /*padding-right: 25px;*/
    }

    .index_title_grab {
        padding: 60px 25px;
    }

    .news_sec_item:nth-child(even) {
        top: 0;
        margin-left: 0;
        border-top: 0;
    }

    .news_sec_item {
        width: 100%;
    }

    .news_item .img_hov,
    .news_item img {
        height: calc((100vw - 50px) * 9 / 16);
    }

    .c_table > div {
        padding: 25px;
        width: calc(100% - 50px);
        /*max-width: 800px;*/
        min-height: auto;
        /*background: var(--color_w);*/
    }

    .connect_sec_title,
    .connect_sec_subtitle {
        max-width: 100%;
    }

    .alert>div,
    .news_alert>div {
        width: 100%;
    }

    .footer_container > div {
        flex-wrap: wrap;
        padding-left: 25px;
        padding-right: 25px;
    }

    .footer_content_1 {
        width: 100%;
        text-align: center;
    }

    .foot_icon_grab {
        /*margin-top: 30px;*/
        margin-bottom: 0;
        justify-content: center;
    }

    .footer_menu {
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
    }

    .footer_content_3 {
        width: 100%;
        text-align: center;
    }

    .copyright {
        margin: 0 20px;
        margin-top: 60px;
        text-align: center;
    }

    .map_hide {
        opacity: 1;
        visibility: visible;
    }

    .form_contact_txt {
        flex-wrap: wrap;
    }

    .ad_content_txt_title,
    .ad_content_txt_p {
        padding-right: 95px;
    }

    .banner_txt_content {
        width: 100%;
    }

    .map_slider_t {
        /*top: calc(-100% + 90px);*/
        /*top: -100%;*/
        left: 25px;
    }

    .index_bimg_sec .banner_item {
        /*height: 50vh;*/
        /*min-height: 466px;*/

        /*height: 35vh;
        min-height: 326px;*/
        height: 300px;
        min-height: 300px;
    }

    /*.bimg_owl {
        margin-left: -25px;
        width: calc(100% + 25px);
    }*/

    .index_bimg_sec p {
        margin-left: 0;
        margin-right: 0;
    }

    .news_item_txt {
        padding-left: 0;
        padding-right: 0;
    }

    .ad_content_txt {
        padding: 20px 0;
    }

    .news_ad_content_txt {
        padding: 0;
    }

    .ad_content .ad_img, .news_ad_img {
        height: calc((100vw - 50px) * 9 / 16);
        max-height: initial;
    }

    .alert > div, .news_alert > div {
        margin: 60px auto;
    }

    .news_close_button {
        display: none;
    }

    .news_close_button.mo {
        display: block;
    }

    .news_close_button {
        right: -10px;
    }

    .news_alert {
        height: calc( 100% - 60px );
    }

    .news_close_button.pc {
        display: none!important;
    }

    input::placeholder,
    textarea::placeholder {
        font-size: 12px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        right: 18px;
    }

    .banner {
        padding: 0 20px;
    }

    .page_sty header,
    .page_sty .banner,
    .page_img_list {
        padding: 0 20px;
    }

    .index_title_grab.page_content {
        padding: 0 20px;
        padding-top: 0;
    }

    .bred_grab.page_bread {
        padding: 150px 20px 0px 20px;
    }


    .index_title_grab.page_content > div {
        width: 100%;
    }

    /*.page_news .page_img_item img,
    .page_img_item .img_hov,
    .page_news .page_img_item:nth-child(1) .img_hov,
    .page_news .page_img_item:nth-child(2) .img_hovimimg_hovg, 
    .page_news .page_img_item:nth-child(2n+1) .img_hov,
    .page_news .page_img_item:nth-child(3n) .img_hov {
        height: calc((100vw - 40px) * 9 / 16) !important;
    }*/

    .page_news .page_img_item img,
    .page_img_item .img_hov,
    .page_news .page_img_item:nth-child(3n+1) .img_hov,
    .page_news .page_img_item:nth-child(3n+2) .img_hovimimg_hovg, 
    .page_news .page_img_item:nth-child(3n) .img_hov {
        height: calc((100vw - 40px) * 9 / 16) !important;
    }

    .list_garb {
        /*padding: 0 20px 60px 20px;*/
         margin: 0 20px;
         margin-bottom: 120px;
    }

    .list_item_img {
        width: 100%;
        min-width: auto;
        height: calc((100vw - 40px) * 9 / 16);
    }

    .bred_grab {
        padding: 0 20px;
    }

    .list_news .news_item .img_hov {
        height: calc((100vw - 40px) * 9 / 16);
    }

    .page_sty .c_table > div {
        margin: 100px 20px;
    }

    .page_sty .c_table > div {
        padding: 20px;
    }

    #menu_mo {
        min-width: 100%;
        width: 100%;
    }

    .site-menu-nav-primary.bw-medium {
        flex-wrap: wrap;
    }

    .site-menu-nav-primary.bw-medium > div {
        width: 100%;
    }

    .news_sec.menu_news {
        margin: 60px 0;
        padding: 0 20px;
    }

    header {
        padding: 0 20px;
    }

    .site-menu-nav-primary ul li {
        margin: 0px 20px;
    }

    .bimg_owl_item_img {
        height: calc((100vw - 80px) * 9 / 16);
        min-height: auto;
    }

    .bimg_owl_item_l,
    .bimg_owl_item_r {
        width: 100%;
    }

    .bimg_owl_item {
        flex-wrap: wrap;
    }

    .bimg_owl_item_l,
    .bimg_owl_item_r > div {
        padding: 20px;
    }

    #form_contact {
        width: 100%;
    }

    .menu_news .news_item .img_hov
    .menu_news .news_item img {
        height: calc(100% - 90px);
    }

    .news_item_txt_b {
        padding: 0;
    }

    .menu_news .news_item .img_hov, .menu_news .news_item img {
        height: calc((100vw - 90px) * 9 / 16);
    }


    .cookie {
        padding: 40px 20px;
    }

    .news_sec {
        padding: 0 20px;
    }

    .footer_content_1 a {
        margin: 0 auto;
    }
    
}


