.main_visu_wrap .flex-pauseplay {
  margin-left: 95px;
}

.movie-box {

}


.section .main-top-info {
  display: flex;
}

.section .main-top-info__cell {
  display: flex;
  align-items: center;
  text-align: center;
  width: 33.3333%;
  z-index: 12;
}

.material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.section .main-top-info__cell .cell {
  display: block;
  width: 100%;
  padding: 24px 0;
}

.section .main-top-info__cell.day {
  background: #fff;
}

.section .main-top-info__cell.day h3 {
  padding-bottom: 10px;
  font-size: 1.4em;
}
.section .main-top-info__cell.day p {
  font-size: 1.563em;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.section .main-top-info__cell.day .day {
  color: #024D9F;;
}

.section .main-top-info__cell.day .msg {
  padding: 10px 24px;
  white-space: pre-line;
  font-size: 1.1em;
}

.section .main-top-info__cell.time {
  color: #fff;
  background: #024D9F;
}

.section .main-top-info__cell.time .nowtime {
  font-size: 1.3em;
  color: #fdba31;
}
.section .main-top-info__cell.time h3 {
  padding: 10px 0;
  font-size: 1.4em;
}

.section .main-top-info__cell.time .today {
  font-size: 1.563em;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fdba31;
}

.section .main-top-info__cell.time .msg {
  font-size: 1.2em;
  letter-spacing: -0.5px;
}

.section .main-top-info__cell.time .warning {
  white-space: pre-line;
  padding: 24px;
  font-size: 1.2em;
}

.yellow {
  color: #fdba31;
}

.section .main-top-info__cell.movie {
  padding: 0;
  background: #fff;
}


/* MAIN TOP BANNER */
.main-top-notice-banner,
.main-top-notice-banner2 {
  display: flex;
  align-items: center;
  max-width: 980px;
  padding: 45px 80px 50px;
  border: 1px solid #C5C5C5;
  margin: 24px auto;

  box-sizing: border-box;
}

.main-top-notice-banner2 {
  padding: 25px 80px 30px;
}

.main-top-notice-banner2 {
  justify-content: space-between;
}
.main-top-notice-banner .photo {
  padding-right: 30px;
}
.main-top-notice-banner .photo img,
.ain-top-notice-banner2 .photo img {
  height: 94px;
}
.main-top-notice-banner .msg {
  width: calc(100% - 30px - 94px);
}
.main-top-notice-banner .msg h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  color: #b6862d;
}

.main-top-notice-banner .msg p {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 500;
  color: #3a3a3a;
}

.main-top-notice-banner .msg p:after {
  display: block;
  content: '';
  clear: both;
}

.main-top-notice-banner .msg p a,
.main-top-notice-banner2 a {
  float: right;
  display: inline-block;
  padding: 4px 10px 4px 20px;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  background: #4285D0;
}

.main-top-notice-banner .msg p a i,
.main-top-notice-banner2 .msg a i
{ font-size: 14px}

.main-top-notice-banner2 .sub-photo {
  padding-bottom: 10px;
  text-align: center;
}
.main-top-notice-banner2 .sub-photo img {
  max-height: 100px;
}
.main-top-notice-banner .msg p a:hover {
  background: #3467cb;
}

.sec_partner {
  position: relative;
  padding: 40px;
}

.sec_partner  .partners {
  display: flex;
  align-content: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.sec_partner  .partners h2 {
  height: 32px;
  padding-right: 60px;
  margin: 18px 30px 0 0;
  border-right: 1px solid #ddd;
  font-size: 1.4rem;
}

.sec_partner  .partners .slideWrap {
  max-width: 1000px;
}

.sec_partner .xi-angle-left-thin,
.sec_partner .xi-angle-right-thin {
  position: absolute;
  top: 20px;
  z-index: 1;
}
.sec_partner .xi-angle-left-thin { left: -30px;}
.sec_partner .xi-angle-right-thin { right:0px; }

.partner-ci {
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.partner-ci img {
  display: inline-block;
  max-width: 155px;
  max-height: 55px;
}

@media screen and (max-width: 768px) {

  .main_visu_wrap .flex-pauseplay {
    margin-left: 85px;
  }

  .section .main-top-info {
    display: block;
  }
  .section .main-top-info__cell {
    width: 100%;
  }
  .section .main-top-info__cell.movie {
    height: 200px;
  }



  /* MAIN TOP BANNER */
  .main-top-notice-banner,
  .main-top-notice-banner2 {
    display: block;
    padding: 24px;
    border: 1px solid #C5C5C5;
    margin: 14px;

  }

  .main-top-notice-banner .photo {
    padding-right: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .main-top-notice-banner .photo img {
    height: auto;
  }
  .main-top-notice-banner .msg {
    width: 100%;
  }
  .main-top-notice-banner .msg h2 {
    font-size: 24px;
  }

  .main-top-notice-banner .msg p {
    font-size: 16px;
  }

  .main-top-notice-banner .msg p a  {
    margin-top: 24px;
    font-size: 14px;
  }

  .main-top-notice-banner2 .msg {
    padding-top: 20px;
  }

  .main-top-notice-banner2 .msg:after,
  .main-top-notice-banner2 .msg:after  {
    display: block;
    content: '';
    clear: both;
  }

  .main-top-notice-banner2 a {
    font-size: 14px;
  }
  .sec_partner {
    position: relative;
    padding: 40px 14px;
  }

  .sec_partner  .partners {
    display: block;
  }

  .sec_partner  .partners h2 {
    display: block;
    padding-right: 0;
    margin: 0;
    border-right:  0;
  }

  .sec_partner  .partners .slideWrap {
    width: 100%;
  }

  .partner-ci {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .partner-ci img {
    width: 90%;
  }

}

section.sec_panorama .item .imgBx .photo {
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.sec_panorama .item .imgBxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
  float: right;
  width: 52%;
  text-align: right;
}
section.sec_panorama .item .imgBxs .photo {
  width: 50%;
  height: 0;
  padding-top: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  section.sec_panorama .item .imgBxs {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sub_menu_wrap .depth .depth02 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) {
  .sub_menu_wrap .depth .depth02 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 1.2;
  }
}

/*20210527 À£½ºÅØ ÀÛ¾÷ ¸ÞÀÎºñÁÖ¾ó*/
.main_video{
position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width:100%;
}
.main_video iframe,
.main_video object,
.main_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
