.grey_bg{
    background-color: #bcbeb1;
}

.blue_bg{
    background-color: #006c85;
}

.green_bg{
    background-color: #c4e0a6;
}

.orange_bg{
    background-color: #e4a415;
}

.yellow_bg{
    background-color: #fdf5b4;
}

.white_bg{
    background-color: #fff;
}

.wood_bg{
    background-image: url(images/wood_bg.jpg);
    background-size: cover;
}

.white_text{
    color: #fff;
}


.green_text{
    color: #c4e0a6;
}


.yellow_text{
    color: #fdf5b4;
}


.blue_text{
    color: #265b69;
}

.wood_title{
    padding-left: 42px;
    position: relative;
    display: flex;
}

.wood_title::before{
    content:"";
    position: absolute;
    width: 24px;
    height: 48px;
    background-image: url(images/wood_title_circle.png);
    background-size: 100% 100%;
    top:0px;
    bottom:0px;
    margin: auto;
    left: 0px;
}

.wood_title div{
    padding: 16px;
    background-image: url(images/wood_title_bg.jpg);
    background-position: left center;
    background-size: auto 100%;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.wood_title_white::before{
    background: none;
    background-color: #fff;
    -webkit-border-top-right-radius: 9999px;
    -webkit-border-bottom-right-radius: 9999px;
    -moz-border-radius-topright: 9999px;
    -moz-border-radius-bottomright: 9999px;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.wood_title_white div{
    background: none;
    background-color: #fff;
}

.wood_title_white2 div{
    padding: 0px;
    background-image: none;
}

.wood_title_white2::before{
    background: none;
    background-color: #fff;
    -webkit-border-top-right-radius: 9999px;
    -webkit-border-bottom-right-radius: 9999px;
    -moz-border-radius-topright: 9999px;
    -moz-border-radius-bottomright: 9999px;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.wood_btn_wrapper{
    display: flex;
}

.wood_btn{
	-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; 
    padding: 16px;
    padding-right: 90px;
    background-image: url(images/wood_title_bg.jpg);
    background-position: left center;
    background-size: auto 100%;
    letter-spacing: 0.05em;
    color:#fff;
    position: relative;
    line-height: 1em;
}

.wood_btn:hover{
    padding-right: 110px;
}

.wood_btn::before{
	-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; 
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    height:100%;
    width: 0%;
    background-color: #000;
    border-radius: 999px;  
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wood_btn:hover::before{
    width:100%;
    border-radius: 0px;
}

.wood_btn::after{
    content:"";
    position: absolute;
    top:0px;
    bottom:0px;
    margin: auto;
    right:18px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-top:2px solid #fff;
    border-right:2px solid #fff;
}

.wood_btn .t{
    position: relative;
    z-index: 1;
}

.door_frame{
    width: 100%;
    max-width: 630px;
    padding-bottom: 125%;
    position: relative;
    margin: auto;
}

.door_frame .door_back{
    position: absolute;
    left: 0px;
    top:0px;
    width:100%;
    height:100%;
    -webkit-border-top-left-radius: 99999px;
    -webkit-border-top-right-radius: 99999px;
    -moz-border-radius-topleft: 99999px;
    -moz-border-radius-topright: 99999px;
    border-top-left-radius: 99999px;
    border-top-right-radius: 99999px;
    transform: translateX(18px) translateY(18px);
}

.door_frame .img_wrapper{
    position: absolute;
    width:100%;
    height:100%;
    -webkit-border-top-left-radius: 99999px;
    -webkit-border-top-right-radius: 99999px;
    -moz-border-radius-topleft: 99999px;
    -moz-border-radius-topright: 99999px;
    border-top-left-radius: 99999px;
    border-top-right-radius: 99999px;
    overflow: hidden;
    transform: translateX(-18px) translateY(-18px);
}

.door_frame .img_wrapper img{

    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
}


/* common */

/* 動畫關鍵影格 */

@keyframes arrow {
    0% {top:0px;}
    20% {top:20px;}
    40% {top:0px;}
    60% {top:20px;}
    80% {top:0px;}
    100% {top:0px;}
}

.srcoll_down_indicator .arrow::before{
    content:"";
    width: 100%;
    height: 100%;
    position: relative;
    border-right:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    transform: rotate(45deg);
    display: block;
}

/* section */

/* section_hero */

.section_hero{
    position: relative;
}

.section_hero .bottom_bg{
    position: absolute;
    left:0px;
    bottom: 0px;
    height: 50%;
    width: 100%;
}

.section_hero .text_wrapper{
    position: absolute;
    right: 45px;
    top:0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_hero .text{
    color:#000;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-left: auto;
    line-height: 1.8em;
    letter-spacing: 0.5em;
}



/* section_about */

.section_about{

}

.half_section_wrapper{
    display: flex;
}

.half_section{
    display: flex;
    flex-basis: 50%;
    padding: 120px;
    justify-content: center;
    align-items: center;
}

.half_section .t+.t{
    margin-top: 36px;
}


/* section_people */

.section_people{
    padding: 108px 0px;
}

.section_people .section_title{
    margin-left: 108px;
}

.people_item_wrapper{
    display: flex;
    margin-top: 120px;
}

.people_item{
    display: flex;
    flex-basis: 50%;
    margin: 0px 90px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.people_item .t_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; 
    display: block;
    position: absolute;
    bottom:-18px;
    right:-18px;
    padding: 16px;
    padding-right: 130px;
}

.people_item .t_wrapper:hover{
    right:-38px;
}

.people_item .t_wrapper::before{
	-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; 
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    height:100%;
    width: 0%;
    background-color: #fff;
    border-radius: 999px;  
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.people_item .t_wrapper:hover::before{
    width:100%;
    border-radius: 0px;
}

.people_item .t_wrapper .t1{
    color:#000;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}

.people_item .t_wrapper .t2{
    color:#265b69;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}



.people_item .t_wrapper::after{
    content:"";
    position: absolute;
    right:18px;
    top:0px;
    bottom:0px;
    margin: auto;
    width: 55px;
    height: 50px;
    background-image: url(images/wood_arrow.png);
    background-size: 100% 100%;
}


/* .section_performance */

.section_performance{
    position: relative;
    overflow: hidden;
}

.section_performance .section_title_wrapper{
    position: absolute;
    left: 50%;
    top: 90px;
    padding: 36px;
    z-index: 1;
}

.section_performance .section_title_wrapper .wood_bg{
    position: absolute;
    left: 0%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 999px;
    background-image: url(images/wood_bg.jpg);
    background-size: 100% auto;
}

.performance_slider{
}

.performance_slide{
    position: relative;
    overflow: hidden;
}


.performance_slide_content{
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
}

.performance_slide .img_wrapper{
    width: 33.33%;
    min-width: 540px;
    margin: auto;
    padding: 45px;
    background-color: #fff;
}

.performance_slide .img_inwrapper{
    padding-bottom: 100%;
    position: relative;
}

.performance_slide .img_inwrapper img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.performance_slide .t_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;
    bottom:90px;
    padding: 36px;
    padding-right: 60px;
    width: 30%;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.performance_slide .t_wrapper:hover{
    width: 33%;
}

.performance_slide .t_wrapper::before{
	-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; 
    content:"";
    position: absolute;
    left:-999px;
    right: 150%;
    top:0px;
    height:100%;
    margin: auto;
    background-color: #000;
    border-radius: 999px;  
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 1;
}

.performance_slide .t_wrapper:hover::before{
    right: 0%;
    border-radius: 0px;
}

.performance_slide .t_wrapper .t1, .performance_slide .t_wrapper .t2{
    position: relative;
    z-index: 2;
}

.performance_slide .t_wrapper .back_bg{
    position: absolute;
    right: 100%;
    top:0px;
    bottom:0px;
    width: 999px;
}



.performance_slide .t_wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 36px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
}

.section_performance .slide_prev{
	-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;
    right:calc(50% + 290px);
    top:0px;
    bottom: 0px;
    margin: auto;
    width:120px;
    height:84px;
    background-image: url(images/wood_long_arrow_prev.png);
    background-size: 100% 100%;
    z-index: 1;
    cursor: pointer;
}

.section_performance .slide_prev:hover{
    right:calc(50% + 300px);
}

.section_performance .slide_next{
	-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:calc(50% + 290px);
    top:0px;
    bottom: 0px;
    margin: auto;
    width:120px;
    height:84px;
    background-image: url(images/wood_long_arrow_next.png);
    background-size: 100% 100%;
    z-index: 1;
    cursor: pointer;
}

.section_performance .slide_next:hover{
    left:calc(50% + 300px);
}

/* section_event */

.section_event{
    padding: 140px 0px 108px 0px;
    position: relative;
    overflow: hidden;
}


.section_event .right_circle_bg{
    width:20%;
    height:100%;
    position: absolute;
    right:0px;
    top:0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_event .right_circle_bg .wood_circle{
    width:100%;
    height:auto;
}

.section_event .right_circle_bg .wood_circle + .wood_circle{
    margin-top: -75%;
}

.section_event .section_title{
    position: absolute;
    left: 108px;
    top: 140px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    padding-top: 42px;
}

.section_event .section_title .wood_circle{
    width:360px;
    height:720px;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -360px;
    position: absolute;
}

.section_event .section_title .title{
    position: relative;
    z-index: 1;
}

.section_event .section_title::before{
    content:"";
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-border-bottom-right-radius: 9999px;
    -webkit-border-bottom-left-radius: 9999px;
    -moz-border-radius-bottomright: 9999px;
    -moz-border-radius-bottomleft: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
    width: 48px;
    height: 24px;
    top: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.event_content{
    padding: 0px 225px;
    max-width: 990px;
    margin: auto;
}

.event_item_wrapper{
    display: flex;
    gap: 108px 48px;
    flex-wrap: wrap;
}

.event_item{
    flex-basis: calc(33.33% - 68px);
    padding: 18px;
    padding-bottom: 60px;
    position: relative;
}

.event_item .cat_wrapper a{
    padding: 5px 10px;
    border-radius: 999px;
}

.cat_workshop_btn{
    background-color: #fdf5b4;
    color:#000;
}

.event_item .img_wrapper{
    padding: 0px 18px;
    margin: auto;
    margin-top: 18px;
}

.event_item .t_wrapper{
    margin-top: 36px;
}

.event_item .t_wrapper .t+.t{
    margin-top: 9px;
}

.event_item .t_wrapper .t1{
    color:#265b69;
    font-weight: 900;
}

.event_item .t_wrapper .t3{
    color:#006c85;
}

.event_item .t_wrapper .t+.t1{
    margin-top: auto;
}

.event_item .t_wrapper table td:first-child{
    white-space: nowrap;
}

.event_item .t_wrapper table td+td{
    padding-left: 18px;
}

.event_item .t_wrapper table tr+tr td{
    padding-top: 10px;
}

.event_item .btn_wrapper{
    position: absolute;
    right:-18px;
    bottom:-18px;
}

.event_item .btn_wrapper a{
	-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; 
    padding: 16px;
    padding-right: 90px;
    color:#fff;
    display: block;
    position: relative;
    letter-spacing: 0.05em;
    background-color: #006c85;
    left: 0px;
}

.event_item .btn_wrapper a:hover{
    left: 10px;
}

.event_item .btn_wrapper a::after{
    content:"";
    position: absolute;
    top:0px;
    bottom:0px;
    margin: auto;
    right:18px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-top:2px solid #fff;
    border-right:2px solid #fff;
}

.event_item .btn_wrapper a .t{
    position: relative;
    z-index: 1;
}

.event_item .btn_wrapper a::before{
	-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; 
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    height:100%;
    width: 0%;
    background-color: #000;
    border-radius: 999px;  
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.event_item .btn_wrapper a:hover::before{
    width:100%;
    border-radius: 0px;
}


/* section_venue */

.section_venue{
    position: relative;
    padding-top: 108px;
    overflow: hidden;
}

.section_venue .wood_bg{
    position: absolute;
    top:0px;
    left: 0px;
    right:210px;
    bottom:0px;
    margin: auto;
    background-image: url(images/wood_bg.jpg);
    background-size: 100% auto;
}

.venue_slider_wrapper{
    margin-left: 108px;
    padding-top: 72px;
    padding-bottom: 72px;
    position: relative;
    z-index: 1;
}

.section_venue .section_title_wrapper{
    margin-left: 126px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    padding-right: 126px;
}

.section_venue .section_title_wrapper .venue_info{
    color:#fff;
}

.section_venue .section_title_wrapper .venue_info li + li{
    margin-top: 15px;
}

.section_venue .section_title_wrapper .venue_info strong{
    padding: 5px 10px;
    border-radius: 999px;
    background-color: #fdf5b4;
    color:#000;
    margin-right: 16px;
}

.venue_slider_wrapper .swiper-container{
    padding-left: 126px;
    margin-top: 72px;
}

.venue_slider_wrapper .venue_slide .img_wrapper{
    padding-bottom: 56.25%;
    position: relative;
}

.venue_slider_wrapper .venue_slide .zoom_btn{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
}

.venue_slider_wrapper .venue_slide .zoom_btn::after{
	-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; 
    content:"";
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    width: 56px;
    height:56px;
    background-image: url(images/zoom_btn.png);
    background-size: 100% 100%;
    opacity: 0;
}


.venue_slider_wrapper .venue_slide .zoom_btn:hover::after{
    opacity: 1;
}


.venue_slider_wrapper .venue_slide .img_wrapper img{
	-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%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
}

.venue_slider_wrapper .venue_slide .zoom_btn:hover img{
    opacity: 0.5;
}

.venue_slider_wrapper .venue_slide .t_wrapper{
    margin-top: 18px;
}

.venue_slider_wrapper .venue_slide .t_wrapper .t1{
    letter-spacing: 0.05em;
}

.venue_slider_wrapper .slide_prev{
    position: absolute;
    left:56px;
    top:0px;
    bottom: 0px;
    margin: auto;
    width:120px;
    height:84px;
    background-image: url(images/wood_long_arrow_prev.png);
    background-size: 100% 100%;
    z-index: 1;
    cursor: pointer;
}

.venue_slider_wrapper .slide_next{
    position: absolute;
    right:56px;
    top:0px;
    bottom: 0px;
    margin: auto;
    width:120px;
    height:84px;
    background-image: url(images/wood_long_arrow_next.png);
    background-size: 100% 100%;
    z-index: 1;
    cursor: pointer;
}


/* section_contact */

.section_contact{
    padding: 108px;
}

.contact_item_wrapper{
    margin-top: 36px;
    display: flex;
    gap: 36px;
    align-items: center;
}

.contact_item{
	-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; 
    display: flex; 
    gap: 15px;
    align-items: center;
    color:#fff;
}

.contact_item .icon{
    background-color: #fff;
    width: 54px;
    height: 54px;
    border-radius: 999px;
}

a.contact_item:hover .icon{
    background-color: #000;
}

.contact_item .icon img{
    width:100%;
    height:100%;
    mix-blend-mode: difference;
}

a.contact_item:hover .t{
    color: #000;
}

/* popup */

.popup{
	z-index: 10001;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    position:fixed;
    display: none;
}

.popup .popup_bg{
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_spacing{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_scroll{
    overflow: hidden;
    position: relative;
}

.popup .title{
    color:#265b69;
    font-weight: 900;
}

.popup .description{
    margin-top: 30px;
}

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

.circle_popup_pic{
    width: 650px;
    height:650px;
    border-radius: 9999px;
    background-color: #fff;
    position: relative;
    margin-right: -150px;
    overflow: hidden;
}

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

.circle_popup_content_wrapper{
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
}

.circle_popup_content{
    width: 650px;
    height: 650px;
    border-radius: 9999px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}



.circle_popup_content .popup_scroll{
    width: 400px;
    height: 400px;
}

.popup_incontent{
    padding-right: 50px;
}
.popup_close{
    position: absolute;
    top:0px;
    right:0px;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.fix_popup_close{
    position: fixed;
    top: 33px;
    right: 39px;
}

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

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

.circle_popup_content .img_wrapper img{
    width: 100%;
    height: auto;

}

.normal_popup_content_wrapper{
    background-color: #fff;
    top:100px;
    right:100px;
    bottom:100px;
    left:100px;
    margin: auto;
    display: flex;
    position: absolute;
    z-index: 1;
}

.normal_popup_content_wrapper .img_wrapper{
    padding: 50px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.normal_popup_content_wrapper .t_wrapper{
    padding: 50px;
    flex: 2;
    position: relative;
}

.normal_popup_content_wrapper .t_wrapper .subtitle{
    color:#006c85;
}

.normal_popup_content_wrapper .popup_scroll{
    position: absolute;
    width:calc(100% - 100px);
    height:calc(100% - 100px);
}

.normal_popup_content_wrapper .popup_incontent {
    
}

.normal_popup_content_wrapper .description_wrapper{
    display: flex;
    margin-top: 30px;
    align-items: stretch;
}

.normal_popup_content_wrapper .description_wrapper .description{
    flex: 2;
}

.normal_popup_content_wrapper .description_wrapper .actor{
    flex: 1;
    padding-left: 30px;
    margin-left: 30px;
    border-left:1px solid #eeeeee;
}

.collapsible_item_wrapper{
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px solid #000;
}

.collapsible_item + .collapsible_item{
    margin-top: 30px;
}

.collapsible_title{
    font-weight: 900;
    margin-bottom: 20px;
}

.collapsible_item_title{
    padding: 5px;
    padding-left: 10px;
    border:1px solid #000;
    color:#000;
    position: relative;
    cursor: pointer;
}

.collapsible_item_title:hover{
    background-color: #eee;
}

.collapsible_item_title .arrow{
    position: absolute;
    right:15px;
    top:0px;
    bottom: 10px;
    margin: auto;
    width:15px;
    height:15px;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    transform: rotate(45deg);
}

.collapsible_item.opened .arrow{
    top:10px;
    bottom: 0px;
    border-bottom:none;
    border-right:none;
    border-top:1px solid #000;
    border-left:1px solid #000;
}

.collapsible_item_content{
    padding-top: 20px;
    display: none;
}

.collapsible_item_content table{
    width: 100%;
}

.collapsible_item_content td{
    padding: 10px 20px;
    position: relative;
}

.collapsible_item_content td:first-child{
    padding-left: 0px;
}

.collapsible_item_content td + td::before{
    content:"";
    position: absolute;
    left: 0px;
    top:5px;
    bottom:5px;
    margin: auto;
    border-left: 1px solid #000;
}

.collapsible_item_content tr+tr td{
    border-top:1px solid #000;
}


.normal_popup_content_wrapper .remarks{
    margin-top: 30px;
    color:#aaa;
}

/* single_content_wrapper */

.single_wood_circle{

    width:360px;
    height:720px;
    left: 0%;
    bottom:-360px;
    position: fixed;
}
.single_content_wrapper{
    padding-top: 158px;
    position: relative;
}

.single_content {
  margin: auto;
  display: flex;
  gap: 50px;
}

.single_content .img_wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: start;
}

.single_content .t_wrapper {
  padding: 50px;
  flex: 2;
  position: relative;
}


.single_content .title{
    color:#265b69;
    font-weight: 900;
}

.single_content .description{
    margin-top: 30px;
}

.single_content .description:first-child {
  margin-top: auto;
}

.single_content .actor {
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px solid #000;
}

.single_content .remarks{
    margin-top:30px;
}

/* override common */
.swiper-button-disabled{
    display: none;
}


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

    /* section_people */

    .people_item {
        margin: 0px 45px;
    }

    /* section_event */

    .event_content {
        padding: 0px 125px;
    }

    .section_event .section_title {
        left: 45px;
    }

    .normal_popup_content_wrapper .description_wrapper {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }

    .normal_popup_content_wrapper .description_wrapper .actor {
        flex: 1;
        padding-left: 0px;
        margin-left: 0px;
        border-left: none;

        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #000;
    }

}

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

    /* common */

    .srcoll_down_indicator {
        bottom: 48px;
        width: 24px;
        height: 24px;
    }

    /* section_hero */

    .section_hero .text_wrapper {
        right: 20px;
        top: auto;
        bottom: 15px;
    }

    .section_hero .text {
        writing-mode:horizontal-tb;
        text-orientation: mixed;
        letter-spacing: 0.2em;
        text-align: right;
    }
    
    /* section_about */

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

    .half_section {
        padding: 40px 20px;
    }

    .half_section1{
        padding: 60px 80px;
    }

    /* section_people */

    .section_people{
        padding: 40px 0px 60px;
    }

    .section_people .section_title {
        margin-left: 20px;
    }

    .people_item_wrapper {
        flex-direction: column;
        gap: 90px;
        margin-top: 60px;
    }

    .people_item {
        width: 100%;
        max-width: 320px;
        flex-basis: 75%;
        margin: auto;
    }

    /* section_performance */

    .section_performance .section_title_wrapper {
        position: absolute;
        left: 20px;
        top: 40px;
        padding: 30px 15px;
        z-index: 1;
    }

    .performance_slide .img_wrapper {
        min-width: 300px;
        padding: 20px;
    }

    .section_performance .slide_prev {
        right: calc(50% + 160px);
        width: 60px;
        height: 42px;
    }

    .section_performance .slide_next {
        position: absolute;
        left: calc(50% + 160px);
        width: 60px;
        height: 42px;
    }

    .performance_slide_content {
        padding-bottom: 120px;
    }

    .performance_slide .t_wrapper {
        left: 0px;
        bottom: 40px;
        padding: 15px;
        padding-right: 60px;
        width: 50%;
    }


    /* section_event */

    .section_event {
        padding: 40px 0px 40px 0px;
    }

    .section_event .right_circle_bg {
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    }

    .section_event .right_circle_bg .wood_circle + .wood_circle {
    margin-top: 25%;
    }

    .section_event .section_title {
        left: 20px;
        top: 40px;
    }

     .event_content {
        padding: 0px 40px 0px 90px;
    }

    .event_item_wrapper {
        gap: 40px;
        flex-direction: column;
    }

    /* section_venue */

    .section_venue {
        padding-top: 40px;
    }

    .section_venue .wood_bg {
        right: 60px;
    }

    .section_venue .section_title_wrapper .venue_info li + li {
        margin-top: 10px;
    }

    .venue_slider_wrapper{
        margin-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section_venue .section_title_wrapper {
        margin-left: 20px;
        gap: 20px;
        padding-right: 20px;
    }

    .section_venue .section_title_wrapper .info_title {
        margin-right: 10px;
    }

    .venue_slider_wrapper .swiper-container {
        padding-left: 20px;
        margin-top: 20px;
    }

    .venue_slider_wrapper .slide_prev{
        left:20px;
        width:60px;
        height:42px;
    }

    .venue_slider_wrapper .slide_next{
        right:20px;
        width:60px;
        height:42px;
    }

    /* section_contact */

    .section_contact {
        padding: 40px 20px;
    }

    .contact_item_wrapper {
        margin-top: 20px;
        gap: 20px;
        flex-wrap: wrap;
    }

    /* popup */


    .circle_popup_content_wrapper{
        width: 100%;
        height: 100%;
    }

    .circle_popup_content {
        padding: 20px;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background-color: #fff;
        overflow: auto;
    }

    .circle_popup_content .img_wrapper{
        margin: -20px;
        padding: 20px;
        background-color: #000;
        margin-bottom: 20px;
    }

    .circle_popup_content .img_wrapper img {
        width: 75%;
        height: auto;
        display: block;
        margin: auto;
    }

    .popup_scroll {
    width: 100%;
    height: 100%;
    }


    .normal_popup_content_wrapper {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
        overflow: auto;
    }

    .normal_popup_content_wrapper .img_wrapper {
        padding: 20px;
    }

    .popup_scroll {
        overflow: visible;
    }

    .normal_popup_content_wrapper .popup_scroll {
        position: relative;
        width: auto;
        height: auto;
    }

    .normal_popup_content_wrapper .popup_incontent {
        padding-right: 0px;
    }

    .normal_popup_content_wrapper .t_wrapper {
        padding: 20px;
    }

    .popup_close{   
        position: fixed; 
        width: 36px;
        height: 36px;
        top: 12px;
        right: 17px;
    }

    .fix_popup_close {
        position: fixed; 
        top: 12px;
        right: 17px;
        z-index: 1;
    }
}

@media screen and (max-width: 800px) { 
    .people_item {
        max-width: 240px;
    }

    .performance_slide .img_wrapper {
        min-width: 240px;
        padding: 20px;
    }

    .section_performance .slide_prev {
        right: calc(50% + 130px);
        width: 30px;
        height: 21px;
    }

    .section_performance .slide_next {
        left: calc(50% + 130px);
        width: 30px;
        height: 21px;
    }

    .venue_slider_wrapper .slide_prev{
        left:5px;
        width: 30px;
        height: 21px;
    }

    .venue_slider_wrapper .slide_next{
        right:15px;
        width: 30px;
        height: 21px;
    }

    .contact_item {
        gap: 10px;
    }

    .contact_item .icon {
        width: 30px;
        height: 30px;
    }



}
