#home_banner {
  display: none;
  height: 600px;
}
#home_banner>div.home_banner {
  width: calc(100% - 200px);
  padding: 100px;
  opacity: 0;
  position: absolute;
  height: 400px;
  display: flex;
  transition: 1s;
}
#home_banner>div.banner_btn {
  position: absolute;
  width: 50px;
  height: 560px;
  z-index: 1;
  margin: 20px;
}
#home_banner>#left_btn_img{
  background: url(/img/icon/home-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
#home_banner>#right_btn_img{
  background: url(/img/icon/home-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
}
#home_banner1 {
  background: url('/img/background/banner_1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_banner2 {
  background: url('/img/background/banner_2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_banner3 {
  background: url('/img/background/banner_3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_banner p{
  color: white;
  font-weight: bold;
  font-size: 30px;
}
#home_banner div.show_banner{
  opacity: 1;
}
#home_banner>div>p {
  margin: auto;
}
#home_banner>div.home_banner>div {
    margin: auto;
}
#home_banner>#circle_wrap {
  width: 100px;
  height: 20px;
  padding: 20px;
  margin: auto auto 0 auto;
  position: relative;
  z-index: 1;
  display: none;
}
#home_banner>#circle_wrap>.home_circle {
  width: 15px;
  height: 15px;
  background: white;
  transition: 1s;
  border-radius: 15px;
  margin: auto;
  border: 1px solid;
}
#home_banner>#circle_wrap>div.sel_circle{
  width: 50px;
}
#home>div{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#Home_img{
  padding : 0 !important;
  display: flex;
  height: 500px;
  background: #f5f5f5;
}
#Home_img>.Btn{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Home_Board>div>.content_top,#home>div.content_top{
  border-bottom : 5px solid #607D8B;
  display: flex;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.Home_Board>div>.content_list{
  margin: 0;
  min-height: 180px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.Home_Board>div>.content_list>p {
  cursor: pointer;
}
.Home_Board>div>.content_top p,#home>div.content_top>p{
  margin: 0;
}
.Home_Board>div{
  margin: 0 5px;
  flex: 1;
}
.Home_Board>div>div,#home>div.content_top{
  background: #f8f8f8;
  padding: 12px;
}
.Home_Board>div:first-child {
  margin-right: 5px;
  margin-left: 0px;
}
.Home_Board>div:last-child {
  margin-left: 5px;
  margin-right: 0px;
}
.Home_Board>div>.content_top>p:nth-child(1),#home>div.content_top>p:nth-child(1){
  flex: 1;
  cursor: context-menu;
  font-weight: bold;
  font-size: 20px;
}
.Home_Board>div>.content_top>p:nth-child(2),#home>div.content_top>p:nth-child(2){
  cursor: pointer;
  align-items: center;
  margin: auto;
  font-weight: bold;
  font-size: 20px;
}
.cal_header{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 2px solid #0000009e;
  width: max-content;
}
.content_list p {
  margin: 12px 0;
}
@media screen and (max-width: 800px) {
  #home_banner {
    padding-top: 50px;
    height: 400px;
  }
  #home_banner>div.home_banner {
    width: calc(100% - 140px);
    height: 260px;
    padding: 70px;
  }
  #home_banner>div.banner_btn {
    height: 300px;
    width: 30px;
    margin: 50px 20px;
  }
  .cal_detail::before{
    display: none;
  }
  #home_banner p{
    font-size: 20px;
  }
  #Home_img {
    height: 440px
  }
  #Home_img .content {
    width: 100%;
    margin: 0;
    height: 300px;
  }
  #home>div:not(:first-child) {
    display: block !important;
  }
  .Home_Board>div {
    margin: 10px 0 !important;
  }
  .Btn {
    top: 50%;
    transform: translateY(-50%);
  }
  #Home_img .circle_wrap{
    bottom: 10px;
  }
  #calendar {
    width: 100% !important;
  }
  #calendar>.top {
    width: 100%;
    display: flex;
  }
  #calendar>.top>div {
    width: min-content;
    flex: 1;
  }
  #calendar>.top>div:nth-child(1)>p, #calendar>.top>div:nth-child(2)>p:not(.to_date),#today_btn {
    display: none;
  }
  #calendar_table,.rhombus{
    display: none;
  }
  .cal_detail {
    margin: 0;
  }
  #home>div{
    display: block;
  }
}
