#wrap {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 0px;
    left: 0px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  
  .main {
    position: relative;
    width: 1920px;
    height: 1080px;
    background-image: url(../img/main/bg.png);
    background-size: cover;
    overflow: hidden;
  }
  
  /* header */
  
  .main header {
    /* height: 260px; */
    margin: 0 314px;
    display: flex;
  
    padding-right: 74px;
  }
  
  .main header .title {
    width: 381px;
    height: auto;
    position: relative;
  }
  
  .main header .title img {
    width: 100%;
    position: absolute;
  }
  
  .main header .top_menu {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  /* header > tab_box */
  .tab_box {
    display: flex;
    justify-content: flex-end;
    text-indent: -9999px;
    padding-top: 20px;
  }
  
  .tab_box ul {
    display: flex;
    gap: 10px;
  }
  
  .tab_box > ul > li {
    --height: 124px;
    --width: 120px;
    width: var(--width);
    height: var(--height);
    background-image: url(../img/main/btns.png);
    background-size: 240px;
    cursor: pointer;
  }
  
  .tab_box > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .tab_box .btn_book {
    background-position-y: 0px;
  }
  
  .tab_box .btn_data {
    background-position-y: var(--height);
  }
  
  .tab_box .btn_pdf {
    background-position-y: calc(var(--height) * 2);
  }
  
  .tab_box li:hover {
    background-position-x: var(--width);
  }
  
  /* header > switch */
  
  .switch_wrap {
    display: flex;
    /* margin: 30px; */
    column-gap: 10px;
    align-items: center;
  }
  /* .switch_wrap > span {
      font-size: 20px;
  } */
  .switch_wrap .switch_chkbox {
    position: absolute;
    left: -99999;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    display: none;
  }
  /* .switch_chkbox:checked + label:before {
      color: #8b90a3;
  }
  .switch_chkbox:checked + label:after {
      color: #fff;
  } */
  /* .switch_chkbox:checked + label .switch_label__handle {
      left: 2px;
  } */
  .switch_label {
    position: relative;
    display: flex;
    gap: 14px;
    width: 448px;
    height: 128px;
    border-radius: 64px;
    border: 4px solid #fff;
    background: #b0c3ec;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25) inset;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
  }
  
  .switch_label span {
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -1px;
    font-family: "Cafe24Syongsyong";
    z-index: 1;
    cursor: pointer;
    color: #000;
    opacity: 0.35;
    transition: 0.2s opcity;
  }
  
  /* .switch_label span b {
      color: #598AF4;
  } */
  
  .switch_label::before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    border-radius: 50px;
  
    transition: 0.2s;
    left: calc(50% + 7px);
  
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .switch_chkbox:checked + .switch_label::before {
    left: 14px;
  }
  
  .switch_chkbox:checked + .switch_label > span:first-child,
  .switch_chkbox:not(:checked) + .switch_label > span:last-child {
    opacity: 1;
  }
  
  .switch_chkbox:checked + .switch_label > span:first-child b,
  .switch_chkbox:not(:checked) + .switch_label > span:last-child b {
    color: #598af4;
  }
  
  /* .switch_label:before,
  .switch_label:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      height: 100%;
      line-height: 50px;
      z-index: 2;
  }
  .switch_label:before {
      left: 14px;
      color: rgba(255, 255, 255, 0.75);
  }
  .switch_label:after {
      right: 13px;
      color: #8b90a3;
  } */
  /* .switch_label .switch_label__handle {
      position: absolute;
      top: 2px;
      left: 46px;
      display: inline-block;
      width: 48px;
      height: 48px;
      background: url(https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FboEboR%2FbtrYqSPX0D5%2FdTtGy0cp2VeJZkYOTFB961%2Fimg.png)
          no-repeat;
      transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  } */
  
  /* main_listBox */
  .main_listBox {
    margin: 0 385px;
    display: flex;
    gap: 40px;
    padding: 80px 95px;
    justify-content: space-between;
  }
  
  .main_listBox > div {
    width: 460px;
    height: 582px;
    padding: 42px 5px;
    border-radius: 60px;
    border: 5px solid #eaecff;
    background: #fff;
    /* padding-bottom: 100px; */
  
    /* Drop Shadow */
    box-shadow: 10px 4px 20px 0px rgba(75, 103, 86, 0.35);
  }
  
  .select-unit {
    padding: 0 10px;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
  }
  
  #unit {
    color: #000;
    font-family: "Pretendard Variable";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 166.667% */
    letter-spacing: -0.9px;
    font-size: 33px;
    line-height: 54px;
  }
  #unit .select-unit li{
    font-family: "M PLUS 2", "Pretendard Variable";
  }
  .select-unit li {
    padding: 0 18px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select-unit li > * {
    cursor: pointer;
  }
  #unit .on {
    color: #fff;
    border-radius: 30px;
    background: #437efd;
    box-shadow: 0px 4px 4px 0px rgba(192, 197, 267, 0.2);
  }
  
  .select-unit {
    list-style: revert;
    list-style-position: inside;
  }
  
  #detailUnit {
    color: #000;
    font-family: "Pretendard Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.6px;
  }
  
  #detailUnit li::marker {
    color: #437efd;
  }
  
  #detailUnit .select-unit li:hover {
    color: #fff;
    border-radius: 30px;
    background: #437efd;
    box-shadow: 0px 4px 4px 0px rgba(192, 197, 267, 0.2);
  }
  
  #detailUnit .select-unit li:hover::marker {
    color: #fff;
  }
  
  /* deco */
  .deco .deco_building {
    width: 368px;
    position: absolute;
    right: 246px;
    bottom: 25px;
  }
  
  .main_bg {
    background-color: #ccddff;
  }
  