/* common */

.center_text{
    text-align: center;
}

.el-radio a:hover, .el-checkbox a:hover{
    opacity: 0.5;
}

.el-radio > input[type="radio"], .el-checkbox > input[type="checkbox"] {
    display: none;
  }
  
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.el-radio > input[type="radio"] + .el-radio-style, .el-checkbox > input[type="checkbox"] + .el-checkbox-style {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    display: flex;
  }


.el-radio > input[type="radio"]:checked + .el-radio-style::before,   .el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style::before {
    border: 1px solid #ab823f;
  }

.el-radio > input[type="radio"] + .el-radio-style::before,   .el-checkbox > input[type="checkbox"] + .el-checkbox-style::before {
    border-radius: 50%;
  }

.el-radio > input[type="radio"] + .el-radio-style::before, .el-checkbox > input[type="checkbox"] + .el-checkbox-style::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    margin: auto;
    display: block;
    content: '';
    border: 1px solid #ab823f;
  }

.el-radio > input[type="radio"]:checked + .el-radio-style::after, .el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style::after {
    display: block;
  }

.el-radio > input[type="radio"] + .el-radio-style::after, .el-checkbox > input[type="checkbox"] + .el-checkbox-style::after {
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #ab823f;
    border: 1px solid #ab823f;
  }

.el-radio > input[type="radio"] + .el-radio-style::after, .el-checkbox > input[type="checkbox"] + .el-checkbox-style::after {
    position: absolute;
    display: none;
    content: '';
  }


.swiper-pagination-bullet{
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    background-color: #857550;
    opacity: 0.5;
    cursor: pointer;
    width: 10px;
    height: 10px;
    position: relative;
}

.swiper-pagination-bullet:hover{
    opacity: 1;
    transform: scale(1.1);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.white_bg_section_title{
    font-family: 'Gotham';
    font-weight: 300;
    padding: 30px;
    border-bottom: 1px solid #fff;
    background-color: #857550;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.home_col_text_section .white_bg_section_title:first-child{
    padding-top: 0px;
}

.white_bg_section_title .subtitle{
    margin-top: 5px;
    font-weight: 400;
    text-transform: none;
}

.home_col_text_section .col .title{
    display: flex;
    align-items: center;
}

.home_col_text_section .col .title div{
    margin: auto;
}


.fancybox-button{
    color:#857550 !important;
}

/* body */

.home_body{

}

/* home_banner_section */

.home_banner_section{
    position: relative;
}

.home_banner_section .bg{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_banner_section .bg img{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home_banner_section .bg .slogon{
    color: #fff;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 300;
    padding: 100px;
    position: relative;
    z-index: 1;
}

.home_banner_section .slogon_over{
    color: #fff;
    font-family: 'Gotham';
    font-weight: 300;
    z-index: 11;
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.home_banner_section .home_slogon{
    position: absolute;
    width: 40%;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}


.home_banner_section .slogon_over > div{
    text-align: center;
    margin: auto;
    padding: 100px;
}

.home_banner_section .scroll_hints{
    position: absolute;
    bottom:0px;
    z-index: 1;
    margin: auto;
    left: 0px;
    right: 0px;
    padding: 100px 30px 30px;
    background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); 
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home_banner_section .scroll_hints > div{
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    position: relative;
    margin: auto;
}

.home_banner_section .scroll_hints > div:hover{
    transform: scale(1.1);
}

.home_banner_section .scroll_hints .text{
    text-align: center;
    color: #857550;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: none;
}

.home_banner_section .scroll_hints .arrow{
    width: 28px;
    height: 28px;
    border-right:1px solid #857550;
    border-bottom: 1px solid #857550;
    margin: auto;
    transform: rotate(45deg);
    position: relative;
    z-index: 1;
    animation: scroll_hints_arrow 1s linear 0s infinite alternate;
}

@keyframes scroll_hints_arrow {
  0%   {
    transform: translateY(0px) rotate(45deg);
  }
  50%   {
    transform: translateY(10px) rotate(45deg);
  }
  100%   {
    transform: translateY(0px) rotate(45deg);
  }
}

.home_banner_section video{
    position: absolute;
    display: flex;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home_banner_section .pagination{
    position: absolute;
    top:0px;
    bottom:0px;
    z-index: 1;
    margin: auto;
    right: 0px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}


.home_about_section{
    padding: 120px 80px;
    border-top:1px solid #fff;
    background-color: #857550;
    overflow: hidden;
}

.home_about_section:first-child{
    border-top: none;
}

.home_about_section .text_wrapper{
    font-weight: 300;
    line-height: 1.1em;
    overflow: hidden;
	letter-spacing: -0.04em;
}



.tc_body .home_about_section .text_wrapper, .sc_body .home_about_section .text_wrapper{
	font-size: 50px;
}

.en_body .home_about_section .text_inwrapper{
    margin-left: -0.3em;
}

.tc_body .home_about_section .text_inwrapper, .sc_body .home_about_section .text_inwrapper{
	letter-spacing: 0.1em;
    line-height: 1.3em;
}

.home_about_section .text_wrapper u, .home_about_section .text_wrapper a{
    font-family: 'Marcellus';
    line-height: 1.1em;
    color:#AB823F;
    display: inline-block;
    position: relative;
	letter-spacing: 0em;
}

.big_text{
	font-size: calc(12px + 4.3vw);
	line-height:1.1em;
    font-weight: 400;
	}	

.tc_body .home_about_section .text_wrapper u, .tc_body .home_about_section .text_wrapper a{
    font-family: 'Marcellus', "Noto Serif TC";
}


.sc_body .home_about_section .text_wrapper u, .sc_body .home_about_section .text_wrapper a{
    font-family: 'Marcellus', "Noto Serif SC";
}

.tc_body .home_about_section .text_wrapper u, .tc_body .home_about_section .text_wrapper a, .sc_body .home_about_section .text_wrapper u, .sc_body .home_about_section .text_wrapper a{
	letter-spacing: 0.1em;
    line-height: 1.3em;
    font-weight: 500;
}

.en_body .home_about_section .text_wrapper u, .en_body .home_about_section .text_wrapper a{
    margin-left: 0.3em;
}

.home_about_section .text_wrapper u .scrollin, .home_about_section .text_wrapper a .scrollin{
	-webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s, color 0.3s ease 0s !important;
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s, color 0.3s ease 0s !important;
}

.home_about_section .text_wrapper a:hover{
    color: #afafaf;
}
.home_about_section .text_wrapper a:hover::after{
    border-bottom: 0.05em solid #afafaf;
}

.home_about_section .text_wrapper u::after, .home_about_section .text_wrapper a::after{
	-webkit-transition: width 1.2s ease, border-bottom 0.3s ease 0s !important;
    transition: width 1.2s ease, border-bottom 0.3s ease 0s !important;
    content:"";
    position: absolute;
    left:0px;
    width: 0%;
    bottom:0.2em;
    border-bottom: 0.05em solid #AB823F;
    margin: auto;
}

 

.tc_body .home_about_section .text_wrapper u::after, .tc_body .home_about_section .text_wrapper a::after,
.sc_body .home_about_section .text_wrapper u::after, .sc_body .home_about_section .text_wrapper a::after{
    bottom:0.4em;
}

.en_body .home_about_section .text_wrapper u::after, .en_body .home_about_section .text_wrapper a::after{
    bottom:0.3em;
}

.home_about_section .text_wrapper u.active::after, .home_about_section .text_wrapper a.active::after{
    width: 100%;
}

.home_about_section .char_wrapper{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.home_about_section .char_wrapper span{
    position: relative;
    display: inline-block;
}

.home_about_section .word {
    display: inline-block;
    white-space: nowrap;
	letter-spacing: -0.04em;
  }

  .tc_body .home_about_section .word, .sc_body .home_about_section .word{
    margin-right: 0.1em;
  }
  
  .home_about_section .word{
    margin-left: 0.3em;
  }

.en_body  .home_about_section u + .word, .en_body  .home_about_section a + .word{
    margin-left: 0.3em;
  }

  .en_body  .home_about_section u + .word.mark, .en_body  .home_about_section a + .word.mark{
      margin-left: 0em;
    }

/* .home_about_section .word:first-child{
    margin-left: auto;
} */

.home_about_section .char {
    display: inline-block;
  }

/* home_highlights_section */

.home_highlights_section{
    border-top: 1px solid #fff;
    position: relative;
    background-color: #f5ebdc;
}

.home_highlights_section.no_top_border{
    border-top: none;
}

.home_highlights_section .swiper-slide{
    position: relative;
    display: flex;
}

.home_highlights_section .left_col{
    width: 50%;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 100px;
    color:#1d1d1b;
}

.home_highlights_section .left_col .top_content{
    padding: 0px 80px;
}

.home_highlights_section .left_col .top_content .tag_wrapper{
    overflow: hidden;
    text-transform: uppercase;
}

.home_highlights_section .left_col .top_content .tag_wrapper ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home_highlights_section .left_col .top_content .tag_wrapper li{
    padding-right: 10px;
    border-right: 1px solid #000;
    line-height: 1em;
}

.home_highlights_section .left_col .top_content .tag_wrapper li:last-child{
    padding-right: 0px;
    border-right: none;
}

.home_highlights_section .left_col .top_content .title{
    margin-top: 40px;
    font-family: 'Gotham';
    font-weight: 300;
}

.home_highlights_section .left_col .top_content .title:first-child{
    margin-top: auto;
}

.home_highlights_section .left_col .bottom_content{
    padding: 80px;
    padding-bottom: 0px;
}

.home_highlights_section .left_col .top_content + .bottom_content{
    padding-top: 0px;
}

.home_highlights_section .left_col .btn_wrapper{
    margin-top: 20px;
    display: flex;
    gap: 20px
}

.home_highlights_section .left_col .btn_wrapper a{
    border-radius: 999px;
    border:1px solid #54565a;
    color:#54565a;
    padding: 5px 10px;
    line-height: 1em;
    text-transform: uppercase;
}

.home_highlights_section .left_col .btn_wrapper a:hover{
    background-color: #54555a;
    color:#857550;
}

.home_highlights_section .right_col{
    display: flex;
    flex-grow: 1;
    padding-bottom: 100px;
}

.home_highlights_section .right_col .thumb{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}



.home_highlights_section .full_col{
    width: 100%;
    overflow: hidden;
    }



.home_highlights_section .full_col .thumb{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    }

.home_highlights_section .full_col  .btn_wrapper{
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.home_highlights_section .full_col .btn_wrapper a {
    border-radius: 999px;
    border: 1px solid #857550;
    color: #857550;
    padding: 5px 10px;
    line-height: 1em;
    text-transform: uppercase;
}

.home_highlights_section .full_col .btn_wrapper a:hover {
    background-color: #857550;
    border: 1px solid #857550;
    color: #54565A;
}

.home_highlights_section .pagination{
    display: flex;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100px;
    align-items: center;
    z-index: 2;
}

.home_highlights_section .prev_btn{
    position: absolute;
    width: 14px;
    height: 14px;
    border-top:1px solid #54555a;
    border-left:1px solid #54555a;
    transform: rotate(-45deg);
    top:0px;
    bottom: 0px;
    margin: auto;
    left: 20px;
    z-index: 1;
    cursor: pointer;
}

.home_highlights_section .prev_btn:hover{
    opacity: 0.5;
}

.home_highlights_section .next_btn{
    position: absolute;
    width: 14px;
    height: 14px;
    border-top:1px solid #54555a;
    border-right:1px solid #54555a;
    transform: rotate(45deg);
    top:0px;
    bottom: 0px;
    margin: auto;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.home_highlights_section .next_btn:hover{
    opacity: 0.5;
}

/* home_col_text_section */

.about_people + .home_col_text_section{
    margin-top: 100px;
}

.home_col_text_section{
    border-top:1px solid #fff;
    padding: 30px 0px;
    background-color: #857550;
    overflow: hidden;
}

.home_col_text_section:first-child{
    border-top:none;
}

.home_col_text_section .col_wrapper{
    display: flex;
}

.home_col_text_section .col_wrapper .col {
    position: relative;
    width: 33.33%;
    display: flex;
    justify-content: center;
}

.home_col_text_section .col_wrapper .col+.col::before {
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    bottom:0px;
    margin: auto;
    border-left:1px solid #fff;
}

.home_col_text_section .text_wrapper{
    position: relative;
}


.home_col_text_section .title{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 300;
}

.home_col_text_section .bg_wrapper{
    max-width: 480px;
    margin: auto;
}

.home_col_text_section .bg{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 125%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 20px;
    position: relative;
}

.home_col_text_section .bg img{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_col_text_section .text_wrapper:hover .bg{
    transform: scale(1.05);
}

.home_col_text_section .bg .image_wrapper{
    position: absolute;
    left: 0px;
    top:0p;
    width: 100%;
    height: 100%;
}

.home_col_text_section .bg .image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home_col_text_section .col_wrapper .col_spacing{
    padding: 20px 50px;
    position: relative;
    width: 100%;
}
/* 
.home_col_text_section .hover_bg{
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    top:0px;
    right:10px;
    bottom:0px;
    left:10px;
    margin: auto;
    background-color: #eeddc5;
    transform: scale(0);
    opacity: 0;
}

.home_col_text_section .col_wrapper .col_spacing:hover .hover_bg{
    transform: scale(1);
    opacity: 1;
} */

.home_col_text_section .description{
    text-align: center;
    margin: auto;
    margin-top: 30px;
    width: 75%;
}

.home_col_text_section .description a{
    text-decoration: underline;
}

.home_col_text_section .description a:hover{
    opacity: 0.5;
}

.home_milestone_section{
    padding: 60px 0px;
    border-top:1px solid #fff;
    position: relative;
}

.home_milestone_section .text_wrapper{
    width: 50%;
    position: absolute;
    left: 0px;
    top:60px;
    z-index: 1;
}

.home_milestone_section .text_wrapper .spacing{
    padding: 0px 60px;
    padding-right: 120px;
}

.home_milestone_section .text_wrapper .description{
    margin-top: 40px;
}

.home_milestone_section .text_wrapper .btn_wrapper{
    margin-top: 40px;
}

.home_milestone_section .swiper_wrapper .bg{
	-webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    position: absolute;
    left:0px;
    bottom:0px;
    right:0px;
    margin: auto;
    height: 200px;
    background-position: center center;
    background-size: cover;
}


.home_milestone_section .swiper-slide {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1.2s ease;
  }

  /* Make the active slide larger */
  .home_milestone_section   .swiper-slide-active {
    width: 400px;
    height: 400px;
    z-index: 1;
  }

  /* Adjust spacing between slides */
  .home_milestone_section   .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items:end;
  }


.home_milestone_section .swiper_wrapper .swiper-slide-active .bg{
    height: 100%;
}

.col_text_section{
    border-top:1px solid #fff;
    padding: 60px 40px;
    color: #54555a;
}

.col_text_section:firts-child{
    border-top:none
}

.col_text_section .title{
    position: relative;
    padding-left: 35px;
    color: #54555a;
    text-transform: uppercase;
}

.col_text_section .title::before{
    content:"";
    position: absolute;
    top:0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    width: 25px;
    height: 25px;
    background-color: #a4834a;
    border-radius: 999px;
}

.col_text_section .image_wrapper{
    padding-bottom: 50%;
    position: relative;
}

.col_text_section .image_wrapper img{
    position: absolute;
    left:0%;
    top:0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.col_text_section img{
    width: 100%;
}


/* media centre */

.media_checkbox_wrapper{
    text-transform: uppercase;
}

.tab_menu{
}

.tab_menu .tab_menu_btn{
    padding: 30px;
    border-bottom: 1px solid #fff;
    background-color: #857550;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex: 1; 
    font-family: 'Gotham';
    font-weight: 300;
    cursor: pointer;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.tab_menu .tab_menu_btn:hover{
    background-color: #eeddc5;
}

.tab_menu .tab_menu_btn.active{
    background-color: #eeddc5;
}

.tab_menu ul{
    display: flex;  
}


.tab_menu ul li{
    flex: 1; 
    display: flex;
}

.tab_menu ul li + li{
    border-left:1px solid #fff;   
}

.small_dropdown_menu_wrapper{
    display: flex;
    justify-content: stretch;
}

.small_dropdown_menu{
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.small_dropdown_menu + .small_dropdown_menu{
    border-left:1px solid #fff; 
}

.small_dropdown_menu_hidden{
    background-color: #E6E6E6;
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 2;
    top:100%;
}

.small_dropdown_menu_btn{
	-webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    padding: 20px 0px;
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.small_dropdown_menu_btn_title{
    margin: auto;
    position: relative;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    text-align: center;
}

.small_dropdown_menu_btn_title .arrow{
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #ab823f;
    border-bottom: 1px solid #ab823f;
    transform: rotate(45deg);
    top: -4px;
    margin: auto;
    position: relative;
}

.small_dropdown_menu_btn.active .arrow{
    transform: rotate(-135deg);
    top: 4px;
}

.small_dropdown_menu_btn.active{
    background-color: #E6E6E6;
}

.small_dropdown_menu_row{
    padding: 5px 0px;
}

.small_dropdown_menu_row + .small_dropdown_menu_row{
    border-top:1px solid #857550;
}

.small_dropdown_menu_row .form_btn_wrapper{
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
}

.small_dropdown_menu_row .form_btn {
    border-radius: 999px;
    border: 1px solid #54565a;
    color: #54565a;
    padding: 5px 10px;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    cursor: pointer;
}

.small_dropdown_menu_row .form_btn:hover {
    background-color: #54565a;
    color: #857550;
}

.media_item_wrapper{
    display: none;
}

.media_item_wrapper.active{
    display: block;
}

.media_item{
    position: relative;
    overflow: hidden;
    border-top:1px solid #fff;   
    opacity: 1;
}

.media_item.hide{
    opacity: 0;
}

.media_item_content{
    padding: 25px 45px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.media_item .thumb{
    width: 220px;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 220px;
}

.media_item .thumb img{
    width: 100%;
}

.media_item .date{
    text-transform: uppercase;
}

.media_item .content{
    flex-grow: 1;
}

.media_item .title_wrapper{
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 20px;
}

.media_item .title_wrapper .title{
    flex-grow: 1;
    font-family: 'Gotham';
    font-weight: 300;
}

.media_item .btn_wrapper a{
    border-radius: 999px;
    border: 1px solid #54565a;
    color: #54565a;
    padding: 5px 10px;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    white-space: nowrap;
}

.media_item .btn_wrapper a:hover{
    background-color: #54565a;
    color: #857550;
}

.media_item .media_item_content .btn_wrapper ul li+li{
    margin-top: 10px;
}

.media_item_loading{
    padding: 10px;
}

.media_item_loading img{
    margin: auto;
    width: 20px;
    height: 20px;
    display: block;
}

/* media hidden content */

.hidden_media_item_content{
    display: none;
}

.hidden_media_item_content_inwrapper{
    display: flex;
    gap:40px;
    padding: 50px;
    background-color: #dddddd;
    position: relative;
}
/* 
.hidden_media_item_content_inwrapper::before{
    content:"";
    position: absolute;
    left: 0px;
    top:-1px;
    width: 100%;
    border-top:1px solid #54565a;
} */

.hidden_text_wrapper{

	-webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    flex: 1;
    opacity: 0;
    transform: translateY(100px);
}

.hidden_media_item_content.active .hidden_text_wrapper{
	-webkit-transition: all 0.6s ease 0.1s;
    transition: all 0.6s ease 0.1s;
    opacity: 1;
    transform: translateY(0px);
}

.hidden_text_wrapper .title{
    margin-top: 30px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 300;
}

.hidden_text_wrapper .description{
    margin-top: 30px;
    max-width: 400px;
}

.hidden_text_wrapper .btn_wrapper{
    margin-top: 30px;
}

.hidden_text_wrapper ul{
    display: flex;
    gap: 20px;
}

.hidden_image_wrapper{

	-webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    flex: 1;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
}

.hidden_media_item_content.active .hidden_image_wrapper{
	-webkit-transition: all 0.6s ease 0.2s;
    transition: all 0.6s ease 0.2s;
    opacity: 1;
    transform: translateX(0px);
}

.hidden_image_inwrapper{
    padding-bottom: 75%;
    position: relative;
}

.hidden_image_wrapper .swiper-container{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
}

.hidden_image_wrapper .swiper-container .bg{
    display: block;
    padding-bottom: 75%;
    position: relative;
}

.hidden_image_wrapper .swiper-container .video_btn{
    display: block;
    padding-bottom: 75%;
    position: relative;
    cursor: pointer;
}


.hidden_image_wrapper .swiper-container .video_btn::before{
    content:"";
    position: absolute;
    width: 100px;
    height: 100px;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 100%;
    border:1px solid #857550;
    z-index: 1;
}

.hidden_image_wrapper .swiper-container .video_btn::after{
    content:"";
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 10px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 0 24px 32px;
    border-color: transparent transparent transparent #857550;
    transform: rotate(0deg);
    z-index: 1;
}

.hidden_image_wrapper .swiper-container .video_btn:hover::before, .hidden_image_wrapper .swiper-container .video_btn:hover::after{
    opacity: 0.5;
}

.hidden_image_wrapper .swiper-container .bg img, .hidden_image_wrapper .swiper-container .video_btn img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    object-fit: cover;
    object-position: center center;
}

.hidden_image_wrapper .pagination{
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.close_hidden_media_item_btn{
    width: 28px;
    height: 28px;
    display: block;
	flex-grow: 0;     /* do not grow   - initial value: 0 */
	flex-shrink: 0;   /* do not shrink - initial value: 1 */
	flex-basis: 28px; /* width/height  - initial value: auto */
    position: relative;
    cursor: pointer;
}

.close_hidden_media_item_btn:hover{
    opacity: 0.5;
}

.close_hidden_media_item_btn::before{
    content:"";
    position: absolute;
    top:0px;
    right:-2px;
    bottom: 0px;
    left: -2px;
    margin: auto;
    width: 32px;
    height: 1px;
    background-color: #857550;
    transform: rotate(-45deg);
}

.close_hidden_media_item_btn::after{
    content:"";
    position: absolute;
    top:0px;
    right:-2px;
    bottom: 0px;
    left: -2px;
    margin: auto;
    width: 32px;
    height: 1px;
    background-color: #857550;
    transform: rotate(45deg);
}


/* media detail */

.media_detail_content_wrapper{
    padding: 30px 0px;
}

.back_to_section_btn{
    display: flex;
    gap: 10px;
    align-items: center;
}

.back_to_section_btn .arrow{
    display: block;
    width: 12px;
    height: 12px;
    border-top:1px solid #ab823f;
    border-left:1px solid #ab823f;
    transform: rotate(-45deg);
    position: relative;
}

.general_content{
    margin-top: 30px;
}

.general_content:first-child{
    margin-top: auto;
}

.general_image_wrapper .swiper-slide .bg{
    padding-bottom: 56.25%;
    position: relative;
    background-color: #eeeeee;
}

.general_image_wrapper .swiper-slide img{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.general_image_wrapper .swiper-slide .v_img img{
    object-fit: contain;
}

.general_image_wrapper .swiper-slide .video_btn::before{
    content:"";
    position: absolute;
    width: 100px;
    height: 100px;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 100%;
    border:1px solid #857550;
    z-index: 1;
}

.general_image_wrapper .swiper-slide .video_btn::after{
    content:"";
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 10px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 0 24px 32px;
    border-color: transparent transparent transparent #857550;
    transform: rotate(0deg);
    z-index: 1;
}

.general_image_wrapper .swiper-slide .video_btn:hover::before, .general_image_wrapper .swiper-slide .video_btn:hover::after{
    opacity: 0.5;
}

.general_title_wrapper{
    padding-bottom: 40px;
    margin-top: 40px;
}

.general_title_wrapper .date{
    text-transform: uppercase;
}

.general_title_wrapper .title{
    margin-top: 10px;
    font-weight: 300;
}

.general_freetext_wrapper{
    margin-top: 40px;
    font-weight: 300;
}

.general_freetext_wrapper:first-child{
    margin-top: 0px;
}

.general_freetext_wrapper .free_text h1,
.general_freetext_wrapper .free_text h2,
.general_freetext_wrapper .free_text h3,
.general_freetext_wrapper .free_text h4,
.general_freetext_wrapper .free_text h5,
.general_freetext_wrapper .free_text h6{
    font-weight: 400;
}


.general_image_wrapper .pagination{
    display: flex;
    text-align: center;  
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.general_image_wrapper .swiper-pagination-bullet{
    background-color: #54565a;
}

/* related_link */

.related_link{
    margin-top: 60px;
}

.related_link .related_link_title{
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 40px;
}

.related_link .swiper-container{
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
}

.related_link  .swiper-slide{
    text-align: center;
}

.related_link .swiper-slide .date{
    text-transform: uppercase;
}

.related_link  .swiper-slide .bg{
    padding-bottom: 56.25%;
    position: relative;
    margin-top: 10px;
}

.related_link .swiper-slide img{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related_link  .swiper-slide .title{
    margin-top: 10px;
    font-weight: 300;
}

.related_link .prev_btn{
    position: absolute;
    left: 0px;
    top:0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    z-index: 1;
    cursor: pointer;
}

.related_link .prev_btn:hover{
    opacity: 0.5;
}

.related_link .prev_btn::after{
    content:"";
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-left:1px solid #54565a;
    border-top:1px solid #54565a;
    transform: rotate(-45deg);
    display: block;
}

.related_link .next_btn{
    position: absolute;
    right: 0px;
    top:0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    z-index: 1;
    cursor: pointer;
}

.related_link .next_btn:hover{
    opacity: 0.5;
}

.related_link .next_btn::after{
    content:"";
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right:1px solid #54565a;
    border-top:1px solid #54565a;
    transform: rotate(45deg);
    display: block;
}

.page_back_to_top_btn_wrapper{
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.page_back_to_top_btn{
    display: block;
    cursor: pointer;
}

.page_back_to_top_btn:hover{
    opacity: 0.5;
}

.page_back_to_top_btn .arrow{
    margin: auto;
    width: 12px;
    height: 12px;
    border-right:1px solid #54565a;
    border-top:1px solid #54565a;
    transform: rotate(-45deg);
}

.page_back_to_top_btn .text{
    margin-top: 10px;
    text-transform: uppercase;
}

/* award */

.award_checkbox_wrapper{
    text-transform: uppercase;
}

.cat_checkbox_wrapper.award_type_checkbox_wrapper ul{
    justify-content: start;
}

.cat_checkbox_wrapper.award_type_checkbox_wrapper ul li {
}


/* .award_checkbox_wrapper.cat_checkbox_wrapper li {
    width: 100%;
  } */

.award_logo_wrapper{
    padding: 50px 0px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.award_logo_wrapper .description{
    font-weight: 300;
}

.award_logo_wrapper .award_logo_slider{
    margin-top: 30px;
    position: relative;
}

.award_logo_slider .swiper-container{
    margin: 0px 80px;
}

.award_logo_slider .swiper-slide{
    text-align: center;
}

.award_logo_slider img{
    height: 120px;
    margin: auto;
}


.award_logo_slider .prev_btn{
    position: absolute;
    left: 35px;
    top:0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    z-index: 1;
    cursor: pointer;
}

.award_logo_slider .prev_btn:hover{
    opacity: 0.5;
}

.award_logo_slider .prev_btn::after{
    content:"";
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-left:1px solid #54565a;
    border-top:1px solid #54565a;
    transform: rotate(-45deg);
    display: block;
}

.award_logo_slider .next_btn{
    position: absolute;
    right: 35px;
    top:0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    z-index: 1;
    cursor: pointer;
}

.award_logo_slider .next_btn:hover{
    opacity: 0.5;
}

.award_logo_slider .next_btn::after{
    content:"";
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right:1px solid #54565a;
    border-top:1px solid #54565a;
    transform: rotate(45deg);
    display: block;
}

.award_year_item_content{
    border-top: 1px solid #fff;
}

.award_year_item_wrapper{
    overflow: hidden;
}

.award_year_item_inwrapper{
    margin-top: -30px;
}

.award_section_title{
    padding: 25px 45px 25px 45px;
    background-color: #857550;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    text-transform: uppercase;
}

.award_year_item{
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
    padding: 30px 45px 0px 45px;
    display: flex;
}

.award_year_item .year{
    width: 20%;
}

.award_item_wrapper{
    overflow: hidden;
    flex-grow: 1;
}

.award_item_inwrapper{
    margin-top: -31px;
}

.award_item{
    border-top: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.award_item .award_type_wrapper{
    display: flex;
}

.award_item .award_type{
    padding: 5px 20px;
    border-radius: 99px;
    background-color: #E6E6E6;
    text-transform: uppercase;
    cursor: pointer;
}

.award_item .award_type:hover{
    background-color: #54565A;
    color: #E6E6E6;
}

.award_item .award_group{
    margin-top: 15px;
    text-transform: uppercase;
}

.award_item .award_group:first-child{
    margin-top: auto;
}

.award_o{
    font-weight: 500;
}
.award_r{
    font-weight: 300;
}

/* ecosystem */

.collapsible_item{
}

.collapsible_item + .collapsible_item{
    border-top: 1px solid #fff;
}

.collapsible_hidden_menu{
    border-top: 1px solid #fff;
    display: none;
    text-transform: uppercase;
}

.collapsible_item.active .collapsible_hidden_menu{
    display: block;
}

.collapsible_hidden_inwrapper{
    display: flex;
    justify-content:space-between;
}

.all_radio_wrapper .cat_radio_wrapper, .all_radio_wrapper .cat_checkbox_wrapper{
    pointer-events: none;
}

.all_radio_wrapper{
    cursor: pointer;

}

.cat_checkbox_wrapper, .cat_radio_wrapper {
    padding: 10px 45px;
    flex-grow: 1;
}

.cat_checkbox_wrapper ul, .cat_radio_wrapper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    gap:0px 40px
}

.cat_checkbox_wrapper li, .cat_radio_wrapper li{
    padding-top: 10px;
    padding-bottom: 10px;
}

.cat_checkbox_wrapper ul::after, .cat_radio_wrapper ul::after {
    content: "";
    flex: auto;
    }
    

.collapsible_item_btn{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.collapsible_item_btn .arrow{
    position: absolute;
    right: 40px;
    top:0px;
    bottom: 6px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right:1px solid #54565a;
    border-bottom:1px solid #54565a;
    transform: rotate(45deg);
    display: block;
}

.collapsible_item.opened .collapsible_item_btn .arrow{
    transform: rotate(-135deg);
    top:6px;
    bottom: 0px;
}

.collapsible_item_btn .title {
    font-family: 'Gotham';
    font-weight: 300;
    padding: 30px 40px;
    text-transform: uppercase;
    overflow: hidden;
  }

.collapsible_dropdown_wrapper{
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
}

.collapsible_dropdown_wrapper::before{
    content:"";
    position: absolute;
    left: 0px;
    top:10px;
    bottom:10px;
    margin: auto;
    border-left: 1px solid #fff;
}

.collapsible_dropdown_inwrapper{
    position: relative;
    margin: auto;
}

.collapsible_dropdown{
    display: none;
    position: absolute;
    right:0px;
    border: 1px solid #fff;
    border-right: none;
    background: #857550;
    z-index: 2;
    width: 220px;
}

.collapsible_dropdown_btn{
    cursor: pointer;
}

.collapsible_dropdown_title{
    padding: 20px 40px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 140px;
    justify-content: center;
}



.collapsible_dropdown_title .text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.collapsible_dropdown_title .arrow{
    position: relative;
    width: 12px;
    height: 12px;
}

.collapsible_dropdown_title .arrow::before{
    content:"";
    display: block;
    width: 12px;
    height: 12px;
    border-right:1px solid #ab823f;
    border-bottom:1px solid #ab823f;
    transform: rotate(45deg);
    position: relative;
    top: -4px;
}

.opened.collapsible_dropdown_title .arrow::before{
    transform: rotate(-135deg);
    top: 4px;
}

.collapsible_dropdown li a{
    display: block;
    padding: 10px 20px;
    text-align: center;
}

.collapsible_dropdown li a:hover{
    background-color: #eeddc5;
}

.collapsible_dropdown li+li{
    border-top:1px solid #fff;
}

.collapsible_hidden_content{
    display: none;
    overflow: hidden;
    background-color: #857550;
    z-index: 1;
    position: relative;
}

.collapsible_hidden_content_incontent{
	-webkit-transition: height 0.6s ease 0s;
    transition: height 0.6s ease 0s;
    position: relative;
    overflow: hidden;
}

.collapsible_item.active .collapsible_hidden_content{
    display: block;
}

.collapsible_hidden_content .box_item_wrapper{
    display: flex;
    border-top:1px solid #fff;
    gap:0px;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
}

.collapsible_hidden_content .box_item{
	-webkit-transition: opacity 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s;
    flex: 0 0 calc(16.666% - 1px);
    background-color: #857550;
    display: block;
    border-right: 1px solid #54555a;
    border-bottom: 1px solid #54555a;
    position: relative;
    opacity: 1;
}

.collapsible_hidden_content .box_item.hide{
    opacity: 0;
}

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

    .collapsible_hidden_content .box_item{
        flex: 0 0 calc(20% - 1px);
    }
}


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

    .collapsible_hidden_content .box_item{
        flex: 0 0 calc(25% - 1px);
    }
}


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

    .collapsible_hidden_content .box_item{
        flex: 0 0 calc(25% - 1px);
    }
}

.collapsible_hidden_content .box_item .box_item_content{
    padding-bottom: 100%;
    position: relative;
}

.collapsible_hidden_content .box_item  .image_wrapper, .collapsible_hidden_content .box_item  .icon_wrapper{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    display: flex;
}

.collapsible_hidden_content .box_item  .image_wrapper{
    background-color: #af9680;
}

.collapsible_hidden_content .box_item  .image_inwrapper{
    background-color: #d1ac80;
    mix-blend-mode: screen;
}

.collapsible_hidden_content .box_item  .image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.collapsible_hidden_content .box_item  .image_inwrapper::after{
    content:"";
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    background-color: #857550;
    mix-blend-mode: color;
}

.collapsible_hidden_content .box_item  .icon_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collapsible_hidden_content .box_item .text_wrapper{
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #fff;
    color:#857550;
    opacity: 0;
    pointer-events: none;
}

.collapsible_hidden_content .box_item:hover .text_wrapper{
    opacity: 1;
    pointer-events: auto;
}

.collapsible_hidden_content .box_item .text_wrapper .spacing{
    padding: 20px;
    max-width: 200px;
    margin: auto;
}

.collapsible_hidden_content .box_item .text_wrapper  .title + .description{
    padding-top: 12px;
    margin-top: 12px;
    border-top:1px solid #857550;
}


/* eco_popup */

.eco_popup{
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.eco_popup_content{
    width: 90%;
    height: 90%;
    margin: auto;
    max-width: 1320px;
    max-height: 693px;
    position: absolute;
    background-color: #857550;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/* .eco_popup_content::after{
    content:"";
    left:0px;
    bottom: 0px;
    width: 35%;
    height: 40px;
    background-color: #857550;
    position: absolute;
} */

.eco_popup_content_location_menu{
    position: absolute;
    height: 45px;
    left: 0px;
    top:0px;
    right: 0px;
    margin: auto;
    text-transform: uppercase;
}

.eco_popup_content_location_menu::after{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom: 1px solid #54555a;
    z-index: 1;
}

.eco_popup_content_location_menu .location_slider{
	-webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    margin-left: 29px;
    margin-right: 29px;
    position: relative;
    height: 45px;
    opacity: 0;
}

.opened_eco_popup .eco_popup_content_location_menu .location_slider{
    opacity: 1;
}

.eco_popup_content_location_menu .prev_location{
    position: absolute;
    top:0px;
    left: 0px;
    height: 45px;
    width: 30px;
    border-right:1px solid #54565a;
    cursor: pointer;
    z-index: 2;
}

.eco_popup_content_location_menu .prev_location:hover{
    background-color: #54565a;
}

.eco_popup_content_location_menu .prev_location::before{
    content:"";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top:1px solid #54555a;
    border-left:1px solid #54555a;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 6px;
    margin: auto;
    transform: rotate(-45deg);
}

.eco_popup_content_location_menu .prev_location:hover::before{
    border-top:1px solid #857550;
    border-left:1px solid #857550;
}

.eco_popup_content_location_menu .next_location{
    position: absolute;
    top:0px;
    right: 0px;
    height: 45px;
    width: 30px;
    border-left:1px solid #54565a;
    cursor: pointer;
    z-index: 2;
}

.eco_popup_content_location_menu .next_location:hover{
    background-color: #54565a;
}

.eco_popup_content_location_menu .next_location::before{
    content:"";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top:1px solid #54555a;
    border-right:1px solid #54555a;
    top:0px;
    right: 6px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    transform: rotate(45deg);
}

.eco_popup_content_location_menu .next_location:hover::before{
    border-top:1px solid #857550;
    border-right:1px solid #857550;
}

.eco_popup_content_location_menu .swiper-slide{
}

.eco_popup_content_location_menu .swiper-slide .eco_popup_content_location_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 45px;
    width: 100%;
    background-color: #857550;
}

.eco_popup_content_location_menu .swiper-slide .eco_popup_content_location_btn div{
    text-align: center;
    line-height: 1.1em;
}

.eco_popup_content_location_menu .swiper-slide .eco_popup_content_location_btn:hover, .eco_popup_content_location_menu .swiper-slide .eco_popup_content_location_btn.active{
    background-color: #eeddc5;
}

.eco_popup_content_location_menu .swiper-slide::before{
    content:"";
    position: absolute;
    right: 0px;
    top:0px;
    bottom:0px;
    border-right:1px solid #54555a;
    margin: auto;
    z-index: 1;
}

.eco_popup_content_location_menu .swiper-slide > div{
    margin: auto;
}

.eco_popup_content_location_item_wrapper{
    position: absolute;
    left: 0px;
    top:45px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    /* overflow: auto; */
}

.eco_popup_nolocation .eco_popup_content_location_item_wrapper{
    top:0px;
}

.eco_popup_content_location_item{
    position: absolute;
    margin: auto;
    display: none;
    top: 40px;
    right: 70px;
    bottom: 40px;
    left: 70px;
}

.eco_popup_content_location_item:first-child{
    display: block;
}

.eco_popup_content_location_item_content{
    display: flex;
    gap: 50px;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.eco_popup_content_location_item_content .popup_text_wrapper{
    width: 35%;
    font-family: 'Gotham';
    font-weight: 300;
}

.eco_popup_content_location_item_content .popup_text_wrapper .scroll_area{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}

.eco_popup_content_location_item_content .eco_popup_slideshow_wrapper{
    width: 65%;
    position: sticky;
    top:50px;
    align-self: flex-start;
}

.eco_popup_slideshow_wrapper img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
}

.eco_popup_slideshow_wrapper .img{
    position: relative;
    padding-bottom: 75%;
}

.eco_popup_info_item_wrapper{
    margin-top: 20px;
    padding: 12px 0px;
    border-top:1px solid #54555a;
    border-bottom:1px solid #54555a;
}

.eco_popup_info_item + .eco_popup_info_item{
    margin-top: 12px;
}

.eco_popup_info_item a:hover{
    opacity: 0.5;
}

.eco_popup_info_item .description{
    margin-top: 3px;
}

.eco_popup_info_item_sns ul{
	display: flex;
	gap: 20px;
	align-items: end;
}

.eco_popup_info_item .sns_icon{
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
    background-color: #54565a;
    border-radius: 999px;
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
}

.eco_popup_description{
    margin-top: 20px;
}

.eco_popup_name{
    text-transform: uppercase;
}

.eco_popup_btn_wrapper{
    font-family: 'Gotham';
    margin-top: 20px;
    text-transform: uppercase;
}

.eco_popup_btn{
    position: relative;
    display: block;
}

.eco_popup_image_pager{
    display: flex;
    text-align: center;  
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    margin-top: 20px;
    left: 0px;
    right: 0px;
}

.eco_popup_image_pager .swiper-pagination-bullet{
    background-color: #54565a;
}

.eco_popup_image_pager .swiper-pagination-bullet-active{
}


/* about */

.about_content{
    padding: 45px 0px;
}

.about_video{
    padding: 0px 45px ;
}

.about_video .bg{
    height: 100%;
    position: relative;
}

.about_video .bg video{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video_playbtn_player{
    cursor: pointer;
}

.video_playbtn_player.playing .play_btn{
    display: none;
}
  

.about_video .bg .play_btn{
    position: absolute;
    width: 120px;
    height: 120px;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 999px;
    border:2px solid #857550;
    mix-blend-mode: overlay;
    z-index: 1;
}

.video_playbtn_player:hover .play_btn{
    mix-blend-mode: normal;
}

.about_video .bg .play_btn::before{
    content:"";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 52px;
    border-color: transparent transparent transparent #857550;
    transform: rotate(0deg);
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 10px;
    margin: auto;
}

.about_video .caption{
    margin: auto;
    margin-top: 30px;
    font-weight: 300;
}

.about_key_project{
    margin-top: 100px;
}

.about_key_project .section_title{
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    overflow: hidden;
}

.about_key_project .section_intro{
    margin-top: 30px;
    font-weight: 300;
    text-align: center;
}

.about_key_project .section_intro:first-child{
    margin-top: auto;
}


.about_key_project_content{
    padding: 0px 45px;
    margin-top: 90px;
}

.about_key_project_content:first-child{
    margin-top: auto;
}

.about_key_project .section_title + .about_key_project_content{
    margin-top: 45px;
}

.about_key_project_content .about_key_project_text_item_wrapper{
    font-weight: 300;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.about_key_project_text_item{
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    padding: 25px 0px;
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    overflow: hidden;
}

.about_key_project_text_item .title2{
    font-weight: 500;
}

.about_key_project_text_item.active{
}

.about_key_project_text_item .img_wrapper{
    flex-grow: 1;
    flex-basis: 50%;
    width: 50%;
}

.about_key_project_text_item.active .img_wrapper{
    width: 50%;
}

.about_key_project_text_item .text_wrapper{
    flex-grow: 1;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_key_project_text_item.active .text_wrapper{
    width: 50%;
}

.about_key_project_text_item.active{
    padding: 35px 0px;
}

.about_key_project_text_item .hidden_bg{
    display: none;
}

.about_key_project_text_item.active .hidden_bg{
    display: block;
}


.about_key_project_text_item .img_wrapper_bg{
    padding-bottom: 56.25%;
    position: relative;
}

.about_key_project_text_item .img_wrapper_bg .swiper-container{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
}

.about_key_project_text_item .pagination{
    height: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}

.about_key_project_text_item .swiper-pagination-bullet{
    background-color: #54565a;
}

.about_key_project_text_item .bg{
    padding-bottom: 56.25%;
    position: relative;
}

.about_key_project_text_item .bg img{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_key_project_text_item .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.about_key_project_text_item .title:hover{
    opacity: 0.5;
}


.about_key_project_text_item .arrow{
	-webkit-transition: opacity 0s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition: opacity 0s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    width:20px;
    height: 20px;
    position: relative;
    opacity: 1;
    flex-basis: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}

.about_key_project_text_item .arrow::before{
    content:"";
    display: block;
    width: 12px;
    height: 12px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    right:0px;
    bottom: 4px;
    left: 0px;
    margin: auto;
}

.about_key_project_text_item.active .arrow{
	-webkit-transition: opacity 0s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: opacity 0s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    opacity: 0;
}

.about_key_project_text_item .hidden_description{
    display: none;
    padding-top: 50px;
    font-weight: 300;
}

.about_key_project_text_item.active .hidden_description{
    display: block;
}

.about_key_project_text_item .hidden_description .btn_wrapper{
    padding-top: 30px;
}

.about_key_project_text_item + .about_key_project_text_item{
    border-top:1px solid #fff;
}

.about_key_project_content .about_key_project_img_item_wrapper{
    flex-grow: 1;
    width: 50%;
    position: relative;
}

.about_key_project_content .about_key_project_img_item_inwrapper{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
}

.about_key_project_content .about_key_project_img_item_inwrapper .swiper-container {
    width: 100%;
    height: 100%;
}

.about_key_project_img_item .bg{
    position: relative;

    width: 100%;
    height: 100%;
}

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

.about_milestone{
    margin-top: 100px;
}

.about_milestone .section_title{
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 45px;
    overflow: hidden;
}

.milestone_num_wrapper{
    padding: 0px 45px;
}

.milestone_num_inwrapper{
    display: flex;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.milestone_num{
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    font-weight: 300;
    overflow: hidden;
}

.milestone_num + .milestone_num{
    border-left:1px solid #fff;
}

.milestone_num .num{
	font-size: calc(12px + 6vw);
    line-height: 1em;
    margin-top: -0.1em;
    font-weight: 200;
    color:#000;
}


.milestone_timeline_wrapper{
    padding: 0px 45px;
    margin-top: 60px;
    position: relative;
}

.milestone_timeline_inwrapper{
    border-right: 1px solid #fff;
    display: flex;
    position: relative;
}

.milestone_timeline_inwrapper::before{
    content:"";
    position: absolute;
    left: 0px;
    top:0px;
    bottom:0px;
    border-left: 1px solid #fff;
    margin: auto;
    z-index: 1;
}

.milestone_year_item_scroll{
    display: flex;
    overflow: hidden;
}

.milestone_year_item_wrapper{
    display: flex;
}

.milestone_year_item{
    position: relative;
    display: flex;
}

.milestone_year_item::before{
    content:"";
    position: absolute;
    left: 0px;
    top:0px;
    bottom: 0px;
    margin: auto;
    border-left:1px solid #fff;
}

.milestone_year_item .year{
	-webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.opening_popup .year{
    opacity: 0;
    pointer-events: none;
}

.milestone_project_item_flex{
    display: flex;
}

.milestone_project_item{
	-webkit-transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    position: relative;
    overflow: hidden;
}

.milestone_project_item + .milestone_project_item::before{
	-webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    content:"";
    position: absolute;
    left: 0px;
    top:0px;
    bottom: 0px;
    margin: auto;
    border-left:1px solid #fff;
    opacity: 0;
}

.opening_popup .milestone_project_item + .milestone_project_item::before{
    opacity: 1;
}


.milestone_project_item .year{
    opacity: 0;
    pointer-events: none;
}

.opening_popup .milestone_project_item .year{
    opacity: 1;
    pointer-events: auto;
}

.milestone_project_item .bg{
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-top 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-bottom 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-top 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-bottom 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 100%;
    height: 380px;
    position: relative;
    margin-top: 120px;
}


.milestone_project_item .bg img{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.milestone_project_item .text_wrapper{
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    opacity: 0;
    pointer-events: none;
    margin: auto;
    margin-top: -90px;
    position: relative;
}

.milestone_project_item .text_wrapper .description{
    margin-top: 30px;
    font-weight: 300;
}

.milestone_project_item.active .text_wrapper{
    opacity: 1;
    pointer-events: auto;
    margin-top: 30px;
} 

.milestone_project_item_spacing{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}


.milestone_project_item .close_btn{
	-webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    position: absolute;
    width: 30px;
    height: 30px;
    top:0px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.milestone_project_item.active .close_btn{
    opacity: 1;
    pointer-events: auto;
}

.milestone_project_item.active .close_btn:hover{
    opacity: 0.5;
}

.milestone_project_item .close_btn::before{
    content:"";
    position: absolute;
    width:100%;
    height: 1px;
    background-color: #54565A;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    transform: rotate(-45deg);
}

.milestone_project_item .close_btn::after{
    content:"";
    position: absolute;
    width:100%;
    height: 1px;
    background-color: #54565A;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    transform: rotate(45deg);
}

.milestone_photo_slider{
    margin-left: -1px;
}

.milestone_photo_item{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    cursor: pointer;
}

.opening_popup .milestone_photo_item{
    pointer-events: none;
}


.milestone_photo_slider .swiper-slide{
    height: auto;
    position: relative;
}
.milestone_photo_slider .swiper-slide::before{
    content:"";
    position: absolute;
    left: 0px;
    top:0px;
    bottom: 0px;
    margin: auto;
    border-left:1px solid #fff;
}

.milestone_photo_slider .milestone_photo_item_flex{
    display: flex;
}

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

.milestone_photo_item .bg{
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-top 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-bottom 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-top 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s, margin-bottom 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 100%;
    height: 380px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}


.milestone_photo_item:hover .bg{
    transform: scale(1.05);
    
}

.milestone_photo_item .bg img{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n1 .bg{
    margin-top: 60px;
}

.n2 .bg{
    margin-top: 180px;
}

.n3 .bg{
    margin-top: 120px;
}

.n4 .bg{
    margin-top: 60px;
}

.n5 .bg{
    margin-top: 120px;
}

.n6 .bg{
    margin-top: 180px;
}


.opening_popup .bg{
    margin-top: 60px;
}

.milestone_timeline_wrapper .prev_btn{
    width: 45px;
    top:0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    position: absolute;
    cursor: pointer;
}

.milestone_timeline_wrapper .prev_btn::before{
    content:"";
    position: absolute;
    width: 14px;
    height: 14px;
    border-top:1px solid #54555a;
    border-left:1px solid #54555a;
    transform: rotate(-45deg);
    top:0px;
    bottom: 0px;
    margin: auto;
    left: 20px;
    z-index: 1;
}

.milestone_timeline_wrapper .prev_btn:hover{
    opacity: 0.5;
}

.milestone_timeline_wrapper .next_btn{
    width: 45px;
    top:0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    position: absolute;
    cursor: pointer;
}

.milestone_timeline_wrapper .next_btn::before{
    content:"";
    position: absolute;
    width: 14px;
    height: 14px;
    border-top:1px solid #54555a;
    border-right:1px solid #54555a;
    transform: rotate(45deg);
    top:0px;
    bottom: 0px;
    margin: auto;
    right: 20px;
    z-index: 1;
}

.milestone_timeline_wrapper .next_btn:hover{
    opacity: 0.5;
}

.milestone_popup{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

/* .milestone_popup::before{
    content:"";
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    pointer-events: none;
    z-index: 10;
} */



.milestone_small_popup{
    position: absolute;
    width: 0px;
    height: 100%;
    background-color: #857550;
    z-index: 11;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    overflow: hidden;

	-webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.milestone_small_popup::before{
    content:"";
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    pointer-events: none;
    z-index: 10;
    display: block;
}

.milestone_small_popup.active{
    width: 720px;
}

.milestone_small_popup .milestone_small_popup_content{
    width: 700px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -360px;
}

.milestone_small_popup .bg{
    height: 380px;
    margin-top: 30px;
    position: relative;
}

.milestone_small_popup .bg img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  .milestone_small_popup .close_btn{
    position: absolute;
    width: 30px;
    height: 30px;
    top:0px;
    right: 20px;
    cursor: pointer;
}

.milestone_small_popup .close_btn:hover{
    opacity: 0.5;
}

.milestone_small_popup .close_btn::before{
    content:"";
    position: absolute;
    width:100%;
    height: 1px;
    background-color: #54565A;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    transform: rotate(-45deg);
}

.milestone_small_popup .close_btn::after{
    content:"";
    position: absolute;
    width:100%;
    height: 1px;
    background-color: #54565A;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    transform: rotate(45deg);
}

.milestone_small_popup .text_wrapper{
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.milestone_small_popup .text_wrapper .description{
    margin-top: 20px;
}

.about_bottom_btn_wrapper{
    margin-top: 60px;
    text-align: center;
}

/* about_people */

.about_people{
    margin-top: 100px;
    position: relative;
}

.about_people_content{
    position: relative;
    display: flex;
    gap: 60px;
    padding: 0px 45px;
    padding-bottom: 90px;
}

.people_photo_wrapper{
    position: relative;
    width: 35%;
    z-index: 3;
}

.people_photo_wrapper .bg{
    padding-bottom: 125%;
    position: relative;
}

.people_photo_wrapper img{
    position: absolute;
    left: 0px;
    top:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.people_text_wrapper{
    position: relative;
    width: 65%;
    z-index: 1;
}

.people_text_title_wrapper{
    padding-top: 60px;
}

.people_text_title_wrapper .title{
    color:#ffffff;
    padding-bottom: 30px;
    position: relative;
    font-weight: 300;
    position: relative;
    z-index: 2;
}




.people_text_description_wrapper{
    display: flex;
    gap: 60px;
    color:#bd9a5f;
    position: relative;
}

.people_text_description_inwrapper{
    position: relative;
    margin-top: 30px;
}

.people_text_description_inwrapper::before{
    content:"";
    top:-30px;
    right: 200px;
    bottom: 0%;
    left: -300px;
    background-color: #ffffff;
    opacity: 1;
    position: absolute;
}


.people_text_description_wrapper .name{
    color:#bd9a5f;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    font-weight: 500;
}


.people_text_description_wrapper .name::before{
    content:"";
    position: absolute;
    left:0px;
    width: 230px;
    bottom: 0px;
    border-bottom: 1px solid #b28533;
}
.people_text_description_wrapper .description{
    width: 65%;
    position: relative;
    margin-top: 40px;
    padding-bottom: 100px;

}
/* .people_text_description_wrapper .scroll_area_wrapper{
    width: 65%;
    position: relative;
    margin-top: 40px;
}

.people_text_description_wrapper .more_arrow{
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -30px;
    margin: auto;
    width: 20px;
    height: 20px;
}

.people_text_description_wrapper .more_arrow.hide{
    opacity: 0;
}

.people_text_description_wrapper .more_arrow::before{
    content:"";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #54555a;
    border-right: 1px solid #54555a;
    transform: rotate(45deg);
}

.people_text_description_wrapper .scroll_area{
    height: 400px;
    overflow: auto;
    position: relative;
} */

.people_text_description_wrapper .description{
    font-weight: 400;
}

.people_text_description_wrapper .side_photo{
    width: 35%;
    
}

.people_text_description_wrapper .side_photo img{
    width: 100%;
    
}


/* digital_business */

.digital_business_content .about_key_project{
    margin-bottom: 100px;
}

.digital_business_content .home_highlights_section{
    border-top:none;
}

@media screen and (max-width: 1440px) { 
    .eco_popup_content{
        max-width: 1100px;
        max-height: 585px;
    }

}


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

    .people_text_description_inwrapper::before {
        right: 80px;
    }
}

@media screen and (max-width: 1023px) { 
    /* common */

    .white_bg_section_title{
        padding: 20px;
    }

    /* home */

    .home_banner_section .pagination {
        position: absolute;
        top: auto;
        bottom: 50px;
        right: 0px;
        left: 0px;
        padding: 30px;
        display: flex;
        flex-direction: row;
        gap: 4px;
    }

    .home_banner_section .swiper-pagination-bullet {
        width: 16px;
        height: 4px;
        border-radius: 5px;
      }

      .home_highlights_section .pagination{
        gap: 4px;
        height: 40px;
      }

      .home_highlights_section .pagination .swiper-pagination-bullet {
        width: 16px;
        height: 4px;
        border-radius: 5px;
      }

    .home_about_section {
        padding: 40px 20px;
    }


    .home_about_section .text_wrapper {
        font-size: calc(5vw);
    }

    .tc_body .home_about_section .text_wrapper, .sc_body .home_about_section .text_wrapper{
        font-size: calc(4.5vw);
    }

    .home_about_section .text_inwrapper {
        text-align: center;
    }

    .home_highlights_section .swiper-slide {
        flex-direction: column;
        height: auto !important;
    }

    .home_highlights_section .left_col {
        width: auto;
        display: flex;
        padding-top: 0px;
        padding-bottom: 0px;
        min-width: 0px;
    }

    .home_highlights_section .left_col .top_content {
        padding: 30px 20px;
        padding-bottom: 20px;
    }

    .home_highlights_section .left_col .top_content .tag_wrapper ul {
        gap: 6px;
    }

    .home_highlights_section .left_col .top_content .tag_wrapper li {
        padding-right: 6px;
    }

    .home_highlights_section .left_col .bottom_content {
        padding: 30px 20px;
    }

    .home_highlights_section .right_col {
        padding-bottom: 0px;
    }

    .home_highlights_section .full_col {
        height: 100%;
    }

    .home_highlights_section .prev_btn, .home_highlights_section .next_btn{
        display: none;
    }
    /* .home_highlights_section .prev_btn
    {
        background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); 
        left: 0px;
        top:0px;
        bottom: 0px;
        transform: rotate(0deg);
        width: 20px;
        border-top: none;
        border-left: none;
        display: block;
        margin: auto;
        height: auto;
    }

    .home_highlights_section .prev_btn::after
    {
        content:"";
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: 1px solid #54555a;
        border-left: 1px solid #54555a;
        transform: rotate(-45deg);
        top: 0px;
        bottom: 0px;
        margin: auto;
        left: 5px;
        z-index: 1;
        cursor: pointer;
    }

    .home_highlights_section .next_btn
    {
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); 
        right: 0px;
        top:0px;
        bottom: 0px;
        transform: rotate(0deg);
        width: 20px;
        border-top: none;
        border-right: none;
        display: block;
        margin: auto;
        height: auto;
    }

    .home_highlights_section .next_btn::after
    {
        content:"";
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: 1px solid #54555a;
        border-right: 1px solid #54555a;
        transform: rotate(45deg);
        top: 0px;
        bottom: 0px;
        margin: auto;
        left: 5px;
        z-index: 1;
        cursor: pointer;
    } */

    .home_highlights_section .left_col .top_content .title {
        margin-top: 20px;
    }

    .home_col_text_section .col_wrapper{
        display: block;
    }

    .home_col_text_section .col_wrapper .col {
        width: 100%;
        float: none;
    }

    .home_col_text_section .col_wrapper .col + .col::before {
        right:20px;
        left: 20px;
        top: 0px;
        margin: auto;
        border-left: none;
        border-top: 1px solid #fff;
    }

    .home_col_text_section .col_wrapper .col_spacing {
        padding: 20px 0px;
    }

    .home_col_text_section .bg {
        /* padding-bottom: 56.25%; */
        margin: 20px 5px;
    }

    .home_col_text_section .description {
        margin-top: 15px;
    }
      
    .home_col_text_section .hover_bg{
        display: none;
    }

    .home_col_text_section .text_wrapper:hover .bg {
        transform: scale(1);
    }

    .home_col_text_section .mobile_scrollin.startani .text_wrapper .bg{
        transform: scale(1);
    }

    .about_people + .home_col_text_section {
    margin-top: 0px;
    }

    /* media centre */


	.tab_menu .tab_menu_btn {
		padding: 5px;
	}

    .media_item_content {
        padding: 20px 30px;
        gap: 20px;
    }

    .media_item .thumb {
        width: 30%;
        flex-basis: 30%;
    }

    .media_item .content .thumb {
        width: 100%;
        max-width: 480px;
        margin-top: 10px;
    }

    .media_item .title_wrapper {
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
    }

    .media_item_content .btn_wrapper{
    }

    .media_item_content .btn_wrapper ul{
        display: flex;
        gap: 10px;
    }

    .media_item .media_item_content .btn_wrapper ul li + li {
        margin-top: 0px;
    }

    .hidden_media_item_content_inwrapper{
        flex-direction: column-reverse;
        gap: 20px;
        padding: 20px;
    }

    .hidden_text_wrapper .title {
        margin-top: 20px;
    }

    .hidden_text_wrapper .description {
        margin-top: 20px;
    }

    .hidden_text_wrapper .btn_wrapper {
        margin-top: 20px;
    }

    .hidden_image_wrapper .pagination {
        margin-top: 10px;
    }

    .media_checkbox_wrapper{
        padding: 10px 0px;
    }

    .media_checkbox_wrapper.cat_checkbox_wrapper ul {
        padding: 0px 20px;  
        justify-content: space-between;
        gap: 20px 40px;
    }

    .media_checkbox_wrapper.cat_checkbox_wrapper li {
        width: 100%;
    }

    .small_dropdown_menu_row .form_btn_wrapper {
        padding: 10px 10px;
        gap: 10px 10px;
        justify-content: center;
      }

      .small_dropdown_menu_btn {
        padding: 5px 0px;
      }

    /* media detail */
    .back_to_section_btn .arrow {
        width: 8px;
        height: 8px;
      }
    .back_to_section_btn {
        gap: 5px;
      }

    .related_link .swiper-container{
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .related_link .prev_btn::after{
        width: 8px;
        height: 8px;
    }

    .related_link .next_btn::after{
        width: 8px;
        height: 8px;
    }

    .media_detail_content_wrapper {
        padding: 20px 0px;
      }

    .general_content {
        margin-top: 20px;
      }

    .general_title_wrapper {
        padding-bottom: 30px;
        margin-top: 20px;
      }

    .general_freetext_wrapper {
        margin-top: 30px;
      }

      .related_link {
        margin-top: 30px;
      }

      .page_back_to_top_btn_wrapper {
        margin-top: 30px;
      }

      /* award */

      .award_section_title {
        padding: 20px 30px;
        margin-bottom: auto;
      }

      

    .award_checkbox_wrapper{
        padding: 10px 0px;
    }

    .award_checkbox_wrapper.cat_checkbox_wrapper ul {
        padding: 0px 20px;  
        justify-content: space-between;
        gap: 20px 40px;
    }

    .award_checkbox_wrapper.cat_checkbox_wrapper li {
        width: 100%;
    }

    .award_logo_wrapper{
        padding: 20px 0px;
        text-align: center;
    }

    .award_logo_slider .swiper-container{
        margin: 0px 30px;
    }

    .award_logo_slider .swiper-slide{
    }

    .award_logo_slider img{
        height: 80px;
    }

    .award_logo_slider .prev_btn{
        left: 7px;
    }
    
    .award_logo_slider .next_btn{
        right: 7px;
    }

    .award_year_item_inwrapper{
        margin-top: auto;
    }

    .award_item_wrapper{
        margin-top: 20px;
    }

    .award_item_inwrapper {
        margin-top: -21px;
      }

    .award_year_item {
        flex-wrap: wrap;

    }

    .award_year_item .year {
        width: 100%;
        font-size: calc(12px + 3.8vw);
        line-height: 1.2em;
      }


    .award_year_item {
        padding: 20px 30px 0px 30px;
      }

      .award_item {
        padding-top: 20px;
        padding-bottom: 20px;
      }

    /* ecosystem */

    .collapsible_item_btn .title {
        padding: 20px;
    }

    .collapsible_item_btn .arrow {
        right: 20px;
    }

    .cat_radio_wrapper{
        width: 33.33%;
    }

    .cat_checkbox_wrapper ul, .cat_radio_wrapper ul {
        padding: 0px 20px;
        justify-content: center;
    }

    .cat_checkbox_wrapper ul::after, .cat_radio_wrapper ul::after {
        display: none;
      }


    .collapsible_dropdown_wrapper{
        width: 33.33%;
        flex-grow: 1;
    }

    .collapsible_dropdown_wrapper::before {
        top: 0px;
        bottom: 0px;
      }

    .collapsible_dropdown_title{
        width: auto;
        padding: 5px 20px;
    }

    .collapsible_hidden_menu .cat_checkbox_wrapper, .collapsible_hidden_menu .cat_radio_wrapper {
        padding: 5px 0px;
        flex-grow: 1;
    }

    .collapsible_hidden_content .box_item {
        flex: 0 0 calc(33.33% - 1px);
    }

    .collapsible_dropdown li a {
        padding: 10px;
    }

    .collapsible_dropdown{
        left:0px;
        right:0px;
        border-left: none;
        border-right: none;
        width: auto;
    }

    .cat_checkbox_wrapper li, .cat_radio_wrapper li {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .eco_popup_content_location_menu{
        height: 30px;
    }

    .eco_popup_content_location_menu .swiper-slide .eco_popup_content_location_btn {
        height: 30px;
    }

    .eco_popup_content_location_menu .location_slider {
        height: 30px;
      }

    .eco_popup_content_location_menu .prev_location {
        height: 30px;
        width: 30px;
    }

    .eco_popup_content_location_menu .next_location {
        height: 30px;
        width: 30px;
    }

    /* popup */

    .eco_popup_content_location_item {
        top: 20px;
        right: 35px;
        bottom: 20px;
        left: 35px;
      }

    /* about */

    .about_video {
        padding: 0px 20px;
      }

      .about_video .caption {
        margin-top: 30px;
        padding: 0px;
      }

      .about_content {
        padding: 20px 0px 20px 0px;
      }

      .about_key_project .section_title {
      }

      .about_key_project {
        margin-top: 50px;
      }


    .about_key_project_content {
        margin-top: 45px;
        padding: 0px 20px;
      }

      .about_key_project_text_item {
        padding: 15px 0px;
        display: block;
        gap: 20px;
      }

      .about_key_project_text_item.active {
        padding: 15px 0px 25px 0px;
      }

      .about_key_project_text_item.active .text_wrapper {
        width: 100%;
        display: block;
      }

      .about_key_project_text_item .img_wrapper {
        width: 100%;
        padding-bottom: 20px;
      }

      .about_key_project_text_item.active .img_wrapper {
        width: 100%;
      }

      .about_key_project_text_item .hidden_description {
        padding-top: 20px;
      }

      .about_key_project_text_item .hidden_description .btn_wrapper {
        padding-top: 20px;
      }

      .about_milestone {
        margin-top: 50px;
      }

      .about_milestone .section_title {
        padding-bottom: 20px;
      }

      .milestone_num_wrapper {
        padding: 0px 20px;
      }

      .milestone_timeline_wrapper {
        padding: 0px 20px;
        margin-top: 30px;
      }

      .milestone_timeline_wrapper .prev_btn{
          width: 20px;
          left: 0px;
      }

      .milestone_timeline_wrapper .prev_btn::before {
        left: 5px;
        right: 0px;
      }

      .milestone_timeline_wrapper .next_btn{
          width: 20px;
          right: 0px;
      }

      .milestone_timeline_wrapper .next_btn::before {
        left: 0px;
        right: 5px;
      }

      .milestone_project_item .bg{
        height: 280px;
      }

      .about_bottom_btn_wrapper {
        margin-top: 30px;
      }

      .about_people {
        margin-top: 50px;
      }

      /* digital_business */

      .digital_business_content .about_key_project {
        margin-bottom: 50px;
      }
}


@media screen and (max-width: 720px) { 
    .home_banner_section video {
    object-position: right center;
    }

    /* popup */

    .eco_popup_content {
        max-height: 1100px;
      }

    .eco_popup_content_location_item_wrapper {
        top: 30px;
        overflow: auto;
    }

    .eco_popup_nolocation .eco_popup_content_location_item_wrapper{
        top:0px;
    }
    
    .eco_popup_content_location_item {
        padding: 20px;
        position: relative;
        margin: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .eco_popup_content_location_item_content{
        flex-direction: column-reverse;
    }

    .eco_popup_content_location_item_content .eco_popup_slideshow_wrapper{
        width: 100%;
        position: relative;
        top: auto;
    }

    .eco_popup_image_pager
    {
    position: relative;
    }

    .eco_popup_content_location_item_content .popup_text_wrapper{
        width: 100%;
        position: relative;
        margin: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .eco_popup_content_location_item_content {
        gap: 30px;
        position: relative;
        margin: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

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

    .eco_popup_info_item{
        width: 100%;
        flex-grow: 1;
        text-align: center;
    }


    .eco_popup_info_item + .eco_popup_info_item {
        margin-top: 0px;
    }

    .eco_popup_info_item_sns{
        width: 100%;
        flex-grow: 1;
    }

    .eco_popup_info_item_sns ul {
        justify-content: center;
    }

    .eco_popup_name{
        text-align: center;
    }

    .eco_popup_description{
        text-align: center;
    }

    .eco_popup_btn_wrapper{
        text-align: center;
    }

    .eco_popup_name.text3{
        font-size: calc(12px + 2.6vw);
        line-height:1.2em;
    }

    /* about */



    .about_people_content {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 0px;
        padding-bottom: 0px;
      }

      .about_people_content::before {
        top: 0%;
        right: 0%;
        bottom: 0%;
        left: 0%;
      }

      .people_photo_wrapper{
        width: 100%;
        max-width: 600px;
      }

      .people_photo_wrapper .bg{
        padding-bottom: 100%;
    }

      .people_text_wrapper{
        width: 100%;
      }

      .people_text_title_wrapper {
        padding: 0px 20px;
      }

      .people_text_title_wrapper .title {
        padding-bottom: 15px;
      }

      .people_text_description_inwrapper::before {
        top: -30px;
        right: 0px;
        bottom: 0%;
        left: 0px;
        }

        .people_text_description_wrapper .name{
            margin-left: 20px;
            margin-right: 20px;
              padding-bottom: 20px;
        }

      .people_text_description_wrapper .name::before {
        width: 160px;
      }

      .people_text_title_wrapper .name {
        margin-top: 15px;
      }

      .people_text_description_wrapper .side_photo {
        width: 100%;
      }

      .people_text_description_wrapper{
        flex-direction: column-reverse;
        gap: 30px;
      }

      /* .people_text_description_wrapper .scroll_area_wrapper{
        width: 100%;
        max-width: 600px;
      }

      .people_text_description_wrapper .scroll_area {
        height: auto;
      } */

      .people_text_description_wrapper .description {
        padding: 0px 20px;
          margin-top: 20px;
          padding-bottom: 30px;
            width: auto;
    }
}

@media screen and (max-width: 480px) { 
    .home_banner_section video {
    object-position: right center;
    }

    .home_about_section .text_wrapper {
        font-size: calc(5vw);
    }

    .tc_body .home_about_section .text_wrapper, .sc_body .home_about_section .text_wrapper{
        font-size: calc(4.5vw);
    }

    .home_banner_section .home_slogon
    {
        width: 65%;
    }

    .collapsible_hidden_content .box_item {
        flex: 0 0 calc(50% - 1px);
    }

    .fancybox-slide--html .fancybox-close-small {
        padding: 0px;
        height: 24px;
        width: 24px;
    }
}