@charset "UTF-8";
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.gHeadNav {
    top: -705px;
}
.p-headline {
    text-align: center;
    overflow: hidden;
    line-height: 1;
}
.p-headline > .icon {
    display: block;
    font-size: 27px;
    margin-bottom: 4px;
}
.p-headline > b {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    font-size: 20px;
}
.p-headline > b::before {
    content: "";
    width: 50vw;
    height: 2px;
    background: #4e4e4e;
    position: absolute;
    z-index: 1;
    right: calc(100% + 10px);
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-headline > b::after {
    content: "";
    width: 50vw;
    height: 2px;
    background: #4e4e4e;
    position: absolute;
    z-index: 1;
    left: calc(100% + 10px);
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-headline > small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
}
.gFooter {
    margin: 0;
}
.banners {
    background: #efeee6;
    padding: 51px 0 116px;
}
.banners_inner {
    max-width: 870px;
}
.banners_list {
    list-style: none;
    transition-duration: .5s;
    transition-property: opacity;
    opacity: 0;
}
.banners_list.slick-initialized {
    opacity: 1;
}
.banners_controller {
    font-size: 40px;
    line-height: 1;
    color: #848484;
    position: absolute;
    z-index: 1;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banners_listWrap {
    padding: 0 77px;
}
.banners_controller-prev {
    left: 0;
}
.banners_controller-prev > .icon {}
.banners_controller-next {
    right: 0;
}
.banners_controller > .icon {
    display: block;
}
.banners_controller-next > .icon {}
.banners_item {
    margin: 0 10px;
}
.banners_item > a {
    display: block;
}
.banners_item > a::before {
    content: "";
}
.banners_item > a::after {
    content: "";
}
.banners_item > a > img {}
.special {}
.special_title {
    margin-bottom: 20px;
}
.special_title > .icon {}
.special_title > b {}
.special_title > small {}
.special_lists {
    list-style: none;
    margin-top: 28px;
}
.special_lists::after {
    content: "";
    display: block;
    clear: both;
}
.special_lists > li {
    width: 50%;
    float: left;
}
.special_lists > li:first-child {}
.special_lists > li:nth-child(2n+1) {
    clear: both;
}
.special_lists > li > a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.special_lists > li > a::before {
    content: "";
}
.special_lists > li > a::after {
    content: "";
}
.special_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.special_item::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(91, 92, 93, 0.7);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    transition-duration: .3s;
    transition-property: opacity;
}
.noMixBlendMode .special_item::after {
    background: rgba(0, 0, 0, 0.2);
}
.special_item::before {
    content: "";
    background: url(/img_1801/bg-frame01@2x.png) center center no-repeat;
    background-size: 492px 339px;
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.special_item-no1 {
    background-image: url(/img_1801/pt-contents01.jpg?date=180112);
}
.special_headline {
    position: relative;
    z-index: 3;
    font-size: 24px;
    transition-duration: .5s;
    transition-property: transform;
}
.special_more {
    position: relative;
    z-index: 3;
    font-size: 14px;
    font-weight: bold;
    width: 121px;
    line-height: 34px;
    border: 1px solid #fff;
    margin: 10px auto 0;
    opacity: 1;
    transition-duration: .5s;
    transition-property: opacity;
}
.special_item-no2 {
    background-image: url(/img_1801/pt-contents02.jpg);
}
.special_item-no3 {
    /*background-image: url(/img_1801/pt-contents03.jpg?date=171225);*/
    background-image: url(/img_1801/pt-contents03.jpg);
}
.special_item-no4 {
    background-image: url(/img_1801/pt-contents05.jpg?date=190918);
}
.areaInfo {
    background: url(/img_1801/bg-info.png) repeat rgb(237, 236, 228);
    padding: 31px 0 50px;
    margin-bottom: 28px;
    overflow: hidden;
}
.areaInfo_inner {}
.areaInfo_cols {}
.areaInfo_cols::after {
    content: "";
    display: block;
    clear: both;
}
.areaInfo_col {}
.areaInfo_col-no1 {
    float: left;
    width: 56%;
}
.news {}
.news_title {
    margin-bottom: 39px;
    overflow: visible;
}
.news_title > .icon {}
.news_title > b {}
.news_title > b::after {
    width: 163px;
}
.news_title > small {}
.news_tab {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}
.news_tab::after {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    z-index: 1;
    right: 0;
    height: 1px;
    background: rgb(78, 78, 78);
}
.news_tList {
    list-style: none;
    font-size: 0;
    position: relative;
    z-index: 2;
}
.news_tList > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.news_tList > li:first-child {
    margin-left: 0;
}
.news_tList > li:nth-child(2n+1) {}
.news_tList > li > button {
    font-size: 15px;
    color: #8d8d8d;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid transparent;
    border-bottom: none;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.news_tList > li > button::after {
    content: "";
    display: block;
    background: #edece4;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.news_tList > li > button.isCurrent {
    border-color: #4e4e4e;
    color: #333;
}
.news_tList > li > button.isCurrent::after {
    opacity: 1;
}
.news_contents {
    display: none;
}
.news_contents.isCurrent {
    display: block;
}
.news_list {
    list-style: none;
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li > a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #cbcbcb;
    padding: 13px 0;
}
.news_list > li > a::before {
    content: "";
}
.news_list > li > a::after {
    content: "";
}
.news_list > li > a > time {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.news_categories {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
.news_categories::after {
    content: "";
    display: block;
    clear: both;
}
.news_categories > li {
    float: left;
    line-height: 22px;
    min-width: 78px;
    padding: 0 5px;
    text-align: center;
    background: #4e4e4e;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 13px;
}
.news_categories > li:first-child {
    /* margin-left: 0; */
}
.news_categories > li:nth-child(2n+1) {}
.news_entryName {
    color: #0084ff;
    font-weight: bold;
    margin-top: 7px;
    font-size: 13px;
}
.news_entryName > b {
    width: 56px;
    line-height: 22px;
    background: rgb(223, 89, 31);
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    margin-left: 9px;
}
.news_link {
    max-width: 206px;
    margin: 27px auto 0;
}
.news_link > a {
    border: 1px solid rgb(223, 89, 31);
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: rgb(223, 89, 31);
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid #df591f;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.areaInfo_col-no2 {
    float: right;
    padding-top: 15px;
}
.sns {
    background: url(/img_1801/bg-frame02@2x.png) 0 0 no-repeat;
    width: 390px;
    height: 524px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 25px 20px 20px;
}
.sns_list {
    list-style: none;
}
.sns_list > li {
    margin-top: 11px;
}
.sns_list > li:first-child {
    margin-top: 0;
}
.sns_list > li:nth-child(2n+1) {}
.sns_list > li > a {
    display: block;
    line-height: 29px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-size: 16px;
}
.sns_list > li > a::before {
    content: "";
}
.sns_list > li > a::after {
    content: "";
}
.sns_box {
    height: 302px;
    overflow: hidden;
    margin-top: 17px;
}
.slide {
    padding-bottom: 667px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slide a:hover {
  opacity: 1;
}
.slide::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide_images {
    display: none;
}
.slide_item {
    height: 507px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide_item-no1 {
    background-image: url(/img_1801/pt-slide01.jpg);
}
.slide_item_inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.slide_caption {
    position: absolute;
    z-index: 1;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: backwards;
    animation-delay: 1.0s;
    animation-iteration-count: 1;
    display: none;
}
.slide_caption-no1 {
    right: 0;
    top: 60px;
}
.slide_caption-no1 > img {}
.slideWrap {
    position: relative;
    z-index: 2;
    animation-duration: 1.5s;
    animation-fill-mode: backwards;
    animation-delay: .3s;
    animation-iteration-count: 1;
    background: #edece4;
}
.status {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    font-size: 0;
}
.status_title {
    background: #000;
    line-height: 29px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 173px;
    text-align: center;
}
.status_title-en {
    width: 230px;
}
.status_title-thai {
    width: 230px;
}
.status_title::after {
    content: "";
    border: 6px solid #000;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left-width: 8px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
    margin: auto;
    right: -8px;
}
.status_text {
    padding-left: 193px;
    line-height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    max-width: calc(100vw - 303px);
    font-size: 14px;
    color: #0068ff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.status_text.isShow {
    opacity: 1;
}
.status_text-en {
    padding-left: 250px;
    max-width: calc(100vw - 357px);
}
.status_text-thai {
    padding-left: 250px;
    max-width: calc(100vw - 389px);
}
.status_text > a {
    color: #0068ff;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status_text > a::before {
    content: "";
}
.status_text > a::after {
    content: "";
}
.status_link {
    width: 71px;
    display: inline-block;
    vertical-align: middle;
}
.status_link-thai {
    width: 100px;
}
.status_link > a {
    display: block;
    background: rgb(223, 89, 31);
    color: #fff;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
.status_link > a > .icon {
    font-size: 10px;
    margin-right: 3px;
}
.status_link > a::before {}
.status_link > a::after {
    content: "";
}
.insta {}
.insta_list {
    list-style: none;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
}
.insta_list.slick-initialized {
    opacity: 1;
}
.insta_item {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.insta_item:first-child {}
.insta_item:nth-child(2n+1) {}
.insta_item > a {
    display: block;
}
.insta_item > a::before {
    content: "";
}
.insta_item > a::after {
    content: "";
}
.insta_fig {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.insta_fig::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.insta_fig > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.insta_fig > figcaption {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity, transform;
    transform: translateY(20px);
}
.homeNav {
    background: rgb(239, 238, 230);
    padding-top: 16px;
    display: none;
    overflow: hidden;
}
.homeNav_inner {}
.homeNav_list {
    list-style: none;
}
.homeNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.homeNav_list > li {
    width: 32%;
    float: left;
    margin-left: 2%;
}
.homeNav_list > li:first-child {}
.homeNav_list > li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.homeNav_list > li:nth-child(n+4) {
    margin-top: 8px;
}
.homeNav_list > li > a {
    display: block;
    color: #595757;
    border: 2px solid #595757;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    padding-bottom: 5px;
}
.homeNav_list > li > a::before {
    content: "";
}
.homeNav_list > li > a::after {
    content: "";
}
.homeNav_list > li > a > .icon {
    display: block;
    font-size: 57px;
    line-height: 1;
    transform: scale(1.1);
}
.homeNav_list > li > a > b {
    font-weight: normal;
    line-height: 2.6;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -9px;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: -0.1em;
    margin-left: auto;
    margin-right: auto;
}
.homeNav_list > li > a > b.-multiline {
    line-height: 1.3;
}
.homeNav_list-ch > li > a > b {
    letter-spacing: 0;
}
.news_new {
    width: 56px;
    line-height: 22px;
    background: rgb(223, 89, 31);
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    margin-left: 9px;
}
.slide_movie {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide_video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
}
.video_logo {
  bottom: 12%;
  right: 7%;
  width: 250px;
  height: auto;
  position: absolute;
  z-index: 3;
}
.slide_video.isFadeIn {
    opacity: 1;
}
.special_tbl {
    display: table;
    width: 100%;
}
.special_cell {
    display: table-cell;
    vertical-align: middle;
    height: 365px;
    padding: 0 10px;
}
.news_categories > li[data-slug="event"] {
    background-color: #ff2d59;
}
.news_categories > li[data-slug="ship"] {
    background-color: #186dd6;
}
.news_categories > li[data-slug="hotel"] {
    background-color: #6ac36c;
}
.news_categories > li[data-slug="recommend"] {
    background-color: #ff9b4a;
}
.slide_loading {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slide_loading > img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width:960px) {
    .insta_item > a:hover {
        opacity: 1;
    }
    a:hover .insta_fig::after {
        opacity: 1;
    }
    a:hover .insta_fig > figcaption {
        opacity: 1;
        transform: translateY(0px);
    }
    .insta_item > a:hover {}
    .homeNav_list > li > a:hover {}
    .banners_item > a:hover {}
    .special_lists > li > a:hover {
        opacity: 1;
    }
    a:hover .special_item::after {
        opacity: 0;
    }
    a:hover .special_headline {
        transform: translateY(40px);
    }
    a:hover .special_more {
        opacity: 0;
    }
    .news_tList > li > button:hover {
        border-color: #4e4e4e;
        color: #333;
    }
    .news_tList > li > button:hover::after {
        opacity: 1;
    }
    .news_list > li > a:hover {}
    a:hover .news_entryName {
        text-decoration: underline;
    }
    .news_link > a:hover {
        background: rgb(223, 89, 33);
        opacity: 1;
        color: #fff;
    }
    .sns_list > li > a:hover {
        background: #df591d;
        color: #fff;
        opacity: 1;
    }
    .status_text > a:hover {}
    .status_link > a:hover {}
}
@media screen and (max-width:959px) {
    .gHeadNav {
    top: -498px;
}
.p-headline {}
.p-headline > .icon {}
.p-headline > b {}
.p-headline > b::before {}
.p-headline > b::after {
    width: 50vw;
}
.p-headline > small {}
.gFooter {}
.banners {}
.banners_inner {}
.banners_list {}
.banners_list.slick-initialized {}
.banners_controller {}
.banners_listWrap {
    padding: 0 50px;
}
.banners_controller-prev {}
.banners_controller-prev > .icon {}
.banners_controller-next {}
.banners_controller-next > .icon {}
.banners_item {}
.banners_item > a {}
.banners_item > a::before {}
.banners_item > a::after {}
.banners_item > a > img {}
.special {}
.special_title {}
.special_title > .icon {}
.special_title > b {}
.special_title > small {}
.special_lists {}
.special_lists::after {}
.special_lists > li {}
.special_lists > li:first-child {}
.special_lists > li:nth-child(2n+1) {}
.special_lists > li > a {}
.special_lists > li > a::before {}
.special_lists > li > a::after {}
.special_item {}
.special_item::after {}
.special_item::before {
    background-size: 93% 93%;
}
.special_item-no1 {}
.special_headline {
    font-size: 17px;
}
.special_more {
    line-height: 30px;
    font-size: 13px;
}
.special_item-no2 {}
.special_item-no3 {}
.special_item-no4 {}
.areaInfo {}
.areaInfo_inner {}
.areaInfo_cols {}
.areaInfo_cols::after {}
.areaInfo_col {
    width: auto;
    float: none;
}
.areaInfo_col-no1 {
    margin-bottom: 35px;
}
.news {}
.news_title {
    margin-bottom: 25px;
}
.news_title > .icon {}
.news_title > b {}
.news_title > b::after {}
.news_title > small {}
.news_tab {}
.news_tab::after {}
.news_tList {}
.news_tList > li {}
.news_tList > li:first-child {}
.news_tList > li:nth-child(2n+1) {}
.news_tList > li > button {}
.news_tList > li > button::after {}
.news_tList > li > button.isCurrent {}
.news_tList > li > button.isCurrent::after {}
.news_contents {}
.news_list {}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li > a {}
.news_list > li > a::before {}
.news_list > li > a::after {}
.news_list > li > a > time {}
.news_categories {}
.news_categories::after {}
.news_categories > li {}
.news_categories > li:first-child {}
.news_categories > li:nth-child(2n+1) {}
.news_entryName {}
.news_entryName > b {}
.news_link {}
.news_link > a {}
.news_link > a::before {}
.news_link > a::after {}
.areaInfo_col-no2 {
    padding-top: 0;
}
.sns {
    margin-left: auto;
    margin-right: auto;
}
.sns_list {}
.sns_list > li {}
.sns_list > li:first-child {}
.sns_list > li:nth-child(2n+1) {}
.sns_list > li > a {}
.sns_list > li > a::before {}
.sns_list > li > a::after {}
.sns_box {}
.slide {
    padding-bottom: 460px;
}
.slide_images {}
.slide_item {
    height: 400px;
}
.slide_item-no1 {}
.slide_item_inner {}
.slide_caption {}
.slide_caption-no1 {
    width: 432px;
    top: 40px;
}
.slide_caption-no1 > img {}
.slideWrap {}
.status {}
.status_title {
    width: 140px;
    font-size: 13px;
}
.status_title-en {
    width: 230px;
}
.status_title-thai {
    width: 210px;
}
.status_title::after {}
.status_text {
    padding-left: 160px;
    max-width: calc(100vw - 273px);
    font-size: 13px;
}
.status_text-en {
    padding-left: 250px;
    max-width: calc(100vw - 357px);
}
.status_text-thai {
    padding-left: 230px;
    max-width: calc(100vw - 370px);
}
.status_text > a {}
.status_text > a::before {}
.status_text > a::after {}
.status_link {}
.status_link > a {
    font-size: 11px;
}
.status_link > a > .icon {}
.status_link > a::before {}
.status_link > a::after {}
.homeNav {}
.homeNav_inner {}
.homeNav_list {}
.homeNav_list::after {}
.homeNav_list > li {}
.homeNav_list > li:first-child {}
.homeNav_list > li:nth-child(3n+1) {}
.homeNav_list > li:nth-child(n+4) {}
.homeNav_list > li > a {}
.homeNav_list > li > a::before {}
.homeNav_list > li > a::after {}
.homeNav_list > li > a > .icon {}
.homeNav_list > li > a > b {}
.homeNav_list > li > a > b.-multiline {}
.special_tbl {}
.special_cell {
    height: 230px;
}
}
@media screen and (max-width:699px) {
    .gHeadNav {}
    .p-headline {}
    .p-headline > .icon {
        font-size: 20px;
    }
    .p-headline > b {
        font-size: 16px;
    }
    .p-headline > b::before {}
    .p-headline > b::after {}
    .p-headline > small {
        font-size: 11px;
    }
    .gFooter {}
    .banners {
        padding: 25px 0 70px;
    }
    .banners_inner {}
    .banners_list {}
    .banners_list.slick-initialized {}
    .banners_controller {
        font-size: 30px;
        height: 30px;
    }
    .banners_listWrap {
        padding: 0 25px;
    }
    .banners_controller-prev {}
    .banners_controller-prev > .icon {}
    .banners_controller-next {}
    .banners_controller-next > .icon {}
    .banners_item {}
    .banners_item > a {}
    .banners_item > a::before {}
    .banners_item > a::after {}
    .banners_item > a > img {
        width: auto;
        height: 65px;
    }
    .special {}
    .special_title {}
    .special_title > .icon {}
    .special_title > b {}
    .special_title-thai > b {
        max-width: 200px;
    }
    .special_title > small {}
    .special_lists {}
    .special_lists::after {}
    .special_lists > li {}
    .special_lists > li:first-child {}
    .special_lists > li:nth-child(2n+1) {}
    .special_lists > li > a {}
    .special_lists > li > a::before {}
    .special_lists > li > a::after {}
    .special_item {
        padding: 0;
        height: auto;
    }
    .special_item::after {}
    .special_item::before {}
    .special_item-no1 {}
    .special_headline {
        font-size: 12px;
        position: relative;
        top: 0;
    }
    .special_more {
        font-size: 10px;
        line-height: 20px;
        width: 100px;
        position: relative;
        top: 0;
        margin-top: 9px;
    }
    .special_item-no2 {}
    .special_item-no3 {}
    .special_item-no4 {}
    .areaInfo {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .areaInfo_inner {}
    .areaInfo_cols {}
    .areaInfo_cols::after {}
    .areaInfo_col {}
    .areaInfo_col-no1 {
        margin-bottom: 25px;
    }
    .news {}
    .news_title {
        margin-bottom: 10px;
    }
    .news_title > .icon {}
    .news_title > b {}
    .news_title > b::after {}
    .news_title > small {}
    .news_tab {
        display: none;
    }
    .news_tab::after {
        opacity: 0;
    }
    .news_tList {
        text-align: center;
    }
    .news_tList > li {
        margin: 3px;
    }
    .news_tList > li:first-child {}
    .news_tList > li:nth-child(2n+1) {}
    .news_tList > li > button {
        border: 1px solid #4e4e4e;
        border-radius: 5px;
        padding: 0 10px;
        line-height: 29px;
        font-size: 13px;
    }
    .news_tList > li > button::after {}
    .news_tList > li > button.isCurrent {
        background: #4e4e4e;
        color: #fff;
    }
    .news_tList > li > button.isCurrent::after {
        opacity: 0;
    }
    .news_contents {}
    .news_list {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li > a {
        padding: 10px 0;
    }
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_list > li > a > time {
        font-size: 12px;
    }
    .news_categories {
        font-size: 12px;
    }
    .news_categories::after {}
    .news_categories > li {
        font-size: 10px;
        line-height: 18px;
        min-width: 60px;
    }
    .news_categories > li:first-child {}
    .news_categories > li:nth-child(2n+1) {}
    .news_entryName {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news_entryName > b {
        font-size: 10px;
        line-height: 16px;
        width: 48px;
    }
    .news_link {
        max-width: none;
        margin-top: 15px;
    }
    .news_link > a {
        line-height: 42px;
    }
    .news_link > a::before {}
    .news_link > a::after {}
    .areaInfo_col-no2 {}
    .sns {
        width: 100%;
        max-width: 390px;
        padding: 20px;
        height: 459px;
    }
    .sns_list {}
    .sns_list > li {
        margin-top: 5px;
    }
    .sns_list > li:first-child {}
    .sns_list > li:nth-child(2n+1) {}
    .sns_list > li > a {
        line-height: 36px;
    }
    .sns_list > li > a::before {}
    .sns_list > li > a::after {}
    .sns_box {
        height: 287px;
        margin-top: 10px;
    }
    .slide {
        padding-bottom: 210px;
    }
    .slide_images {
        display: none;
        animation-duration: 1.5s;
        animation-fill-mode: backwards;
        animation-delay: .3s;
        animation-iteration-count: 1;
        animation-name: fad;
    }
    .slide_video {
        width: 100%;
    }
    .video_logo {
      bottom: 30px;
    right: 15px;
    width: 80px;
    height: auto;
    position: absolute;
    z-index: 3;
    }
    .slide_loading {
        display: none;
    }
    .slide_movie {
        display: none;
    }
    .slide_item {
        height: 250px;
    }
    .slide_item-no1 {}
    .slide_item_inner {}
    .slide_caption {
        width: 270px;
    }
    .slide_caption-no1 {}
    .slide_caption-no1 > img {}
    .slideWrap {
        z-index: 2;
    }
    .status {
        top: 0;
    }
    .status_title {
        font-size: 11px;
        width: 100px;
    }
    .status_title-en {
        width: 105px;
    }
    .status_title-ch {
        width: 116px;
    }
    .status_title-ch2 {
        width: 116px;
    }
    .status_title-thai {
        width: 145px;
        font-size: 10px;
    }
    .status_title::after {
        border-width: 4px;
        border-left-width: 6px;
        right: -6px;
    }
    .status_text {
        font-size: 12px;
        padding-left: 112px;
        max-width: calc(100vw - 193px);
        margin-right: 9px;
    }
    .status_text-en {
        max-width: calc(100vw - 211px);
        padding-left: 118px;
    }
    .status_text-ch {
        max-width: calc(100vw - 202px);
        padding-left: 128px;
    }
    .status_text-ch2 {
        max-width: calc(100vw - 202px);
        padding-left: 128px;
    }
    .status_text-thai {
        font-size: 10px;
        padding-left: 159px;
        margin-right: 5px;
        max-width: calc(100vw - 256px);
    }
    .status_text > a {}
    .status_text > a::before {}
    .status_text > a::after {}
    .status_link {
        width: 50px;
    }
    .status_link-en {
        width: 60px;
    }
    .status_link-ch {
        width: 45px;
    }
    .status_link-ch2 {
        width: 45px;
    }
    .status_link-thai {
        width: 70px;
    }
    .status_link > a {
        font-size: 10px;
    }
    .status_link > a > .icon {
        transform: scale(0.8);
        margin-right: 2px;
    }
    .status_link > a::before {}
    .status_link > a::after {}
    .gNav_inner {
        top: -256px;
    }
    .homeNav {
        display: block;
    }
    .homeNav_inner {}
    .homeNav_list {}
    .homeNav_list::after {}
    .homeNav_list > li {}
    .homeNav_list > li:first-child {}
    .homeNav_list > li:nth-child(3n+1) {}
    .homeNav_list > li:nth-child(n+4) {}
    .homeNav_list > li > a {
        overflow: hidden;
    }
    .homeNav_list > li > a::before {}
    .homeNav_list > li > a::after {}
    .homeNav_list > li > a > .icon {}
    .homeNav_list > li > a > .icon-nav01 {
        transform: scale(1.3);
    }
    .homeNav_list > li > a > .icon-nav02 {}
    .homeNav_list > li > a > .icon-nav03 {
        transform: none;
    }
    .homeNav_list > li > a > .icon-nav04 {
        transform: scale(1.4);
    }
    .homeNav_list > li > a > .icon-nav05 {}
    .homeNav_list > li > a > .icon-nav06 {
        transform: scale(1.2);
    }
    .homeNav_list > li > a > b {}
    .homeNav_list-en > li > a > b {
        letter-spacing: 0;
    }
    .homeNav_list > li > a > b.-multiline {}
    .homeNav_list-thai > li:nth-child(2) > a > b {
        max-width: 80px;
        white-space: normal;
    }
    .homeNav_list-thai > li:nth-child(4) > a > b {
        max-width: 80px;
        white-space: normal;
    }
    .homeNav_list-thai > li:nth-child(5) > a > b {
        max-width: 80px;
        white-space: normal;
    }
    .homeNav_list-thai > li:nth-child(6) > a > b {
        max-width: 80px;
        white-space: normal;
    }
    .news_new {
        font-size: 10px;
        line-height: 16px;
        width: 48px;
        margin-left: 5px;
    }
    .insta_item {
        height: 250px;
    }
    .special_tbl {}
    .special_cell {
        height: 140px;
    }
}
