@charset "utf-8";
/* CSS Document */

.banner{
   max-width: 1000px;
  width: 90%;
    margin: 20px auto;
  }

.banner img {
    cursor: pointer;
    width: 100%;
    display: block;
  }
.my_modal_overlay {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 120;
  justify-content: center;
  align-items: center;
}
.my_modal_content {
  position: relative;
  display: inline-block; 
}
.my_modal_content a {
  display: block; 
}
.my_modal_content a:hover {
  opacity: 1;
}
.my_modal_content img {
/*
  max-width: 90vw; 
  max-height: 90vh;
*/
  display: block;
}
  .my_close {
    position: absolute;
    top: -10px;
    right: -50px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 0 8px;
  }

.chinese_event {
  margin:0 auto 20px;
}
.chinese_event ul,
.korean_event ul{
  max-width: 1000px;
  margin:0 auto;
}
.chinese_event ul li {
  background: url(/event/img/chinese_bg_pc.png);
  background-size: 100%;
  padding: 40px 100px 30px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.chinese_event ul li.bbn,
.korean_event ul li.bbn{
  padding: 30px 100px 10px;
}
.chinese_event ul li::after,
.korean_event ul li::after{
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px dotted #ccc;
}
.chinese_event ul li.bn,
.korean_event ul li.bn{
  background: none;
  padding: 0;
}
.chinese_event ul li.bbn::after,
.chinese_event ul li.bn::after,
.korean_event ul li.bbn::after,
.korean_event ul li.bn::after{
  display: none;
}

.chinese_event ul li p{
  font-weight: bold;
  font-size: 20px;
  color: #C11010;
  margin:0 0 10px;
 width: 60%;
  text-align: left;
}
.chinese_event ul li a,
.korean_event ul li a{
  width: 230px;
  display: block;
}
.chinese_event ul li a img,
.korean_event ul li a img{
  width: 100%;
}
.korean_event {
  margin:0 auto 60px;
}

.korean_event ul li {
  background: url(/event/img/korean_bg_pc.png);
  background-size: 100%;
  padding: 40px 100px 30px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.korean_event ul li p{
  font-weight: bold;
  font-size: 20px;
  color: #0b258b;
  margin: 0 0 10px;
  width: 60%;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .my_close {
    top:-30px;
    right: 10px;
  }
.chinese_event ul,
.korean_event ul{
  width: 90%;
  margin:0 auto;
}
.chinese_event ul li {
  background: url(/event/img/chinese_bg.png);
  background-size: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  display: block;
}
.chinese_event ul li.bbn, 
.korean_event ul li.bbn {
  padding: 20px;
}

.chinese_event ul li p{
  font-size: 16px;
  text-align: center;
  margin:0 0 10px;
  width: 100%;
}
.chinese_event ul li a,
.korean_event ul li a{
  width: 100%;
}
.chinese_event ul li a img,
.korean_event ul li a img{
  width: 60%;
  margin: 0 auto;
}
.korean_event {
  margin:0 auto 60px;
}

.korean_event ul li {
  background: url(/event/img/korean_bg.png);
  background-size: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  display: block;
}

.korean_event ul li p{
  font-size: 16px;
  text-align: center;
  margin:0 0 10px;
  width: 100%;
}


}