
::-webkit-scrollbar {

  display:none;
  
  } 
  
  
  
  
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
  html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
  body{ line-height:1.5; font-family:'Dotum'; font-size:16px; color:#000; background:#fff;-ms-overflow-style: none; } 
  audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
  audio:not([controls]){display:none;height:0;}
  ul,ol,li{list-style:none}
  blockquote,q{quotes:none;}
  blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
  fieldset,img{border:0}
  hr{height:0;}
  small{font-size:80%}
  sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
  sup{top:-0.5em}
  sub{bottom:-0.25em}
  address,caption,em,var{font-style:normal;font-weight:normal}
  a{text-decoration:none;cursor:pointer;color: inherit;}
  a[href^="tel"]{font-style:normal}
  a:hover,a:active,a:focus{text-decoration:none !important;}
  b,strong{font-weight:bold}
  dfn{font-style:italic}
  img{border:0;vertical-align:top}
  pre{overflow:auto}
  code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
  table{border-spacing:0;border-collapse:collapse}
  td,th{padding:0;}
  legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
  input{vertical-align:middle;margin:0;padding:0;}
  input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;appearance:none;border-radius:0;font-family:'Dotum';}
  input:checked[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}
  button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;appearance:button;font-family:'Dotum';}
  button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
  button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
  a,input,button,select{outline:none}
  button,select{text-transform:none}
  optgroup{font-weight:bold}
  textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none;appearance:none;}
  input::-ms-clear{display:none;}
  
  
  body { width: 100%; margin: auto; font-family: 'Pretendard'; }
  body.locked { touch-action:none; -webkit-overflow-scrolling:none; overflow:hidden; overscroll-behavior:none; }
  
  /*body.main { overflow-y: hidden; }*/
  
  .mo { display: none; }
  .pc { display: block; }
  
  /**/
  
  
  /*html,a,.btn { cursor: none; }*/
  .btn { cursor: pointer; }
  
  #cursor {
    position: fixed;
    z-index: 99999999999999999;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
  }
  
  @media (hover: hover) and (pointer: fine) {
    
    .cursor__circle {
      width: 25px;
      height: 25px;
      margin-top: -20%;
      margin-left: -20%;
      border-radius: 50%;
      border: solid 1px #614332;
      background-color: #614332;
      transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
        background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
        border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
        width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
        height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
        margin 0.3s;
    }
    
    #cursor.arrow .cursor__circle{
      width: 80px;
      height: 80px;
      margin-top: -50%;
      margin-left: -50%;
      background-color: transparent;
      border-color: #614332;
    }
  
    .cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; border: 1px solid #000; background: none; }
    .cursor_drag p { color: #fff; color: #000; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
    .cursor_drag p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: -33px; top: 0; bottom: 0; margin: auto; }
    .cursor_drag p:after { content:''; width: 5px; height: 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; bottom: 0; margin: auto; }
   
    .cursor_click { width: 25px; height: 25px; background-color: transparent; border: 1px solid #fff; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
    .cursor_click p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; transform: translateY(-5px); }
    .cursor_click p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; left: 0; right: 0; top: 18px; bottom: 0; margin: auto; }
   
    #cursor{
      width: 70px;
      height: 70px;
    }
  
    .cursor_skip { width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 1.0s; opacity: 0; position: absolute; display: none; }
    .cursor_skip p { display: none; }
    .cursor_skip::after { content: ''; width: 100%; height: 100%; background: url(../img/play.png) center no-repeat; }
    body.main .cursor_skip { display: flex; }
    body.main .cursor_skip.show { opacity: 1; }
    .cursor_skip:before { display: none; }
  
    .cursor_skip2 { width: 70px; height: 70px; background-color: #000; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 1.0s; opacity: 0; position: absolute; display: none; }
    body.main .cursor_skip2 { display: flex; }
    body.main .cursor_skip2.show { opacity: 1; }
    .cursor_skip2 p { font-family: 'lexend', sans-serif; color: #fff; font-size: 14px; line-height: 100%; font-weight: 600; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
    .cursor_skip2:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #000; opacity: 0.6; border-radius: 100%;  
    
      animation-name: cursor_skip, cursor_skip2;
      animation-duration: 2.1s, 2.1s;
      animation-delay: 0s, 0s;
      animation-timing-function: ease, ease;
      animation-fill-mode: both, both;
      animation-iteration-count: infinite, infinite;
  
    }
    
    .cursor_skip.drag { opacity: 0; }
    .cursor_skip2.drag { opacity: 0; }
  
    /* body.main .cursor_skip { display: flex; } */
  
    /* .intro_bg { width: 167.1428%; position: absolute; left: -33%; top: -33%; animation: intro_bg 8s 0s linear infinite; } */
      
      @keyframes intro_bg {
          from { transform: rotate(-360deg); }
          to {  }
      }
  
    #cursor.click .cursor__circle{
      width: 80px;
      height: 80px;
      background-color: transparent;
      border-color: transparent;
    }
    #cursor.click .cursor_click { 
      width: 65px;
      height: 65px;
    opacity: 1;
    }
  
    #cursor.drag .cursor__circle{
      width: 80px;
      height: 80px;
      background-color: transparent;
      border-color: transparent;
    }
    #cursor.drag .cursor_drag { 
      width: 65px;
      height: 65px;
    opacity: 1;
    }
  
    #cursor.drag2 .cursor__circle{
      width: 80px;
      height: 80px;
      background-color: transparent;
      border-color: transparent;
    }
    #cursor.drag2 .cursor_drag { 
      width: 65px;
      height: 65px;
    opacity: 1;
    }
    #cursor.drag2 .cursor_drag { background-color: transparent; border: 1px solid #fff; }
    #cursor.drag2 .cursor_drag p:before { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
    #cursor.drag2 .cursor_drag p:after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
  
  
  
  
  }
  
  
  
  @keyframes cursor_skip {
    0% { transform: scale(0.7); }
    30% { transform: scale(0.7); }
    80% { transform: scale(1); }
    100% { transform: scale(1);  }
  }
  @keyframes cursor_skip2 {
    0% { opacity: 0; }
    20% { opacity: 0.3; }
    70% { opacity: 0.3; }
    100% { opacity: 0; }
  }
  
  .imgc { z-index: 9; font-size: 0.75rem; line-height: 100%; color: #fff; position: absolute; right: 1rem; bottom: 0.75rem; text-shadow: 0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7); }
  
  /*  */
  
  /* .left_quick { font-family: 'Carisma Gothic'; width: 70px; height: 100%; position: fixed; z-index: 990; left: 2.5rem; top: 0; transform: translateY(0px); }
  .left_quick>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
  .left_quick ul { width: 100%; }
  .left_quick ul li { width: 100%; height: auto; font-size: 0.813rem; font-weight: 700; line-height: 1.625rem; text-align: left; 
  display: flex; justify-content: flex-start; align-items: center; margin: 0.25rem 0; color: #000; position: relative; padding-left: 0.875rem; transition: 0.3s; cursor: pointer; opacity: 0.3; }
  .left_quick ul li:after { content:''; width: 2px; height: 100%; position: absolute; left: 0; margin: auto; bottom: 0; background-color: #000; transition: 0.5s; }
  
  .left_quick ul li.active { opacity: 1; }
  .left_quick ul li.active:after { opacity: 1; }
  .left_quick ul li:hover { opacity: 1; }
  .left_quick ul li:hover:after { opacity: 1; }
  
  .left_quick.white ul li { color: #fff; }
  .left_quick.white ul li:after { background-color: #fff; } */
  
  /*  */
  
  .pr_pop_bt { position: fixed; right: 0; bottom: 0; z-index: 9999; cursor: pointer; }
  .pr_pop_bt img { transform: translateY(1.25rem); transition: all 1.2s, transform 0.3s; opacity: 0; }
  .pr_pop_bt img:last-child { transform: translateY(0) !important; display: none; }
  .pr_pop_bt:hover img { transform: translateY(0); }
  .pr_pop_bt.show img { opacity: 1; }
  
  /*  */
  
  .pr_pop_wrap { width: 100%; height: 100%; position: fixed; right: -0%; top: -100%; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0.2s; }
  .pr_pop_wrap>div:first-child { width: 100%; height: 100%; position: relative; position: relative; z-index: 9; }
  
  .pr_pop_close { width: 4.6875rem; height: 4.6875rem; background-color: #fff; position: fixed; left: 0; right: 0; margin: auto; top: -15rem; z-index: 999999999; cursor: pointer; transition: 0.8s 0s; }
  .pr_pop_close:after { content:''; width: 1px; height: 70%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(45deg); }
  .pr_pop_close:before { content:''; width: 1px; height: 70%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(-45deg); }
  
  .pr_pop_close.active { top: 3rem; transition: 0.8s 0.2s; }
  .pr_pop_wrap.active { top: 0; transition: 0.8s 0.0s; }
  
  .pr_pop_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
  .pr_pop_img { width: 50%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; transition: 1.0s; background-color: #000; }
  .pr_pop_img.img01 { z-index: 9; }
  .pr_pop_img.img02 { width: 100%; left: revert; right: 0; }
  .pr_pop_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: 1.5s; }
  .pr_pop_img.img01::after { background: url(../img/pr_pop_img01.jpg) center no-repeat; background-size: cover; background-attachment: fixed; opacity: 0.5; }
  .pr_pop_img.img02::after { background: url(../img/pr_pop_img02.jpg) center no-repeat; background-size: cover; background-attachment: fixed; }
  
  .pr_pop_img.img01.active { width: 100%; }
  .pr_pop_img.img01.active2 { width: 0%; }
  .pr_pop_img.scale::after { transform: scale(1.05); }
  
  .pr_pop_txt_box { width: 50%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; color: #fff; }
  .pr_pop_txt_box.box02 { left: revert; right: 0; color: #000; }
  
  .pr_pop_vd_bt { max-width: 440px; position: absolute; z-index: 9; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 3.375rem; transform: translate(-5rem, 3.75rem); transition: 0.6s; }
  .pr_pop_vd_bt>div { display: flex; justify-content: flex-start; align-items: center; gap: 1.125rem; }
  .pr_pop_vd_bt h2 { font-family: 'Brown', sans-serif; font-size: 1.4375rem; line-height: 120%; letter-spacing: 0.25rem; }
  .pr_pop_vd_bt h1 { font-size: 1.875rem; line-height: 100%; margin-top: -0.25rem; }
  .pr_pop_vd_bt .x { width: 1.875rem; height: 1.875rem; position: relative; } 
  .pr_pop_vd_bt .x:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
  .pr_pop_vd_bt .x:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }
  .pr_pop_vd_bt.bt02 { justify-content: flex-end; transform: translate(5rem, -3.75rem); }
  .pr_pop_vd_bt.bt02>div:first-child { order: 2; }
  .pr_pop_vd_bt.bt02 .x:after { background-color: #000; }
  .pr_pop_vd_bt.bt02 .x:before { background-color: #000; }
  
  .pr_pop_vd_bt.hide { opacity: 0; }
  
  .pr_pop_arrow { width: 100%; height: 69px; display: flex; justify-content: flex-start; align-items: center; transform-origin: left top; }
  .pr_pop_arrow>div { width: 126px; height: 100%; display: flex; justify-content: flex-start; align-items: center; position: relative; }
  .pr_pop_arrow>div>div { width: 100px; height: 22px; position: relative; }
  .pr_pop_arrow>div>div::before { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
  .pr_pop_arrow>div>div::after { content: ''; width: 14px; height: 14px; position: absolute; right: 1px; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
  .pr_pop_arrow>div img { position: absolute; right: -4px; top: 0; bottom: 0; margin: auto; z-index: -1; animation: pr_pop_arrow 15s 0s linear infinite; }
  .pr_pop_vd_bt.bt02 .pr_pop_arrow { justify-content: flex-end; transform-origin: right bottom; }
  .pr_pop_vd_bt.bt02 .pr_pop_arrow>div>div::before { background-color: #000; }
  .pr_pop_vd_bt.bt02 .pr_pop_arrow>div>div::after { border-right: 1px solid #000; border-bottom: 1px solid #000; }
  
  @keyframes pr_pop_arrow {
    from { transform: rotate(-360deg); }
    to {  }
  }
  
  .pr_line_box { width: 95%; height: 95%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; z-index: -1; }
  .pr_line_box>div { position: absolute; background-color: #fff; opacity: 0.5; transition: 0.8s; }
  .pr_line01 { width: 0%; height: 1px; left: 0; top: 0; }
  .pr_line02 { width: 1px; height: 0%; right: 0; top: 0; }
  .pr_line03 { width: 0%; height: 1px; right: 0; bottom: 0; }
  .pr_line04 { width: 1px; height: 0%; left: 0; bottom: 0; }
  .pr_line_box.box02>div { background-color: #000; }
  
  .pr_line_box.active .pr_line01,
  .pr_line_box.active .pr_line03 { width: 100%; }
  .pr_line_box.active .pr_line02,
  .pr_line_box.active .pr_line04 { height: 100%; }
  
  
  /*  */
  
  .vd_pop_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
  .vd_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
  .vd_pop { width: 90%; max-width: 1620px; position: relative; display: flex; justify-content: center; align-items: center; transform: translateY(2.5rem); z-index: 9; }
  .vd_pop iframe { width: 100%; max-width: 1100px; aspect-ratio: 16/9 !important; background-color: #000; }
  .vd_pop>div { width: 100%; justify-content: flex-end; align-items: center; display: flex; flex-wrap: wrap; }
  .vd_pop>div>div { width: 100%; max-width: 1100px; display: flex; justify-content: flex-start; align-items: flex-end; color: #fff; margin-bottom: 1.375rem; }
  .vd_pop>div>div h2 { font-family: 'Brown', sans-serif; font-size: 1.875rem; line-height: 100%; position: relative; margin-right: 0.875rem; padding-right: 0.875rem; }
  .vd_pop>div>div h2::after { content: ''; width: 1px; height: 50%; background-color: #fff; position: absolute; right: 0; bottom: 0; }
  .vd_pop>div>div p { font-size: 0.9375rem; line-height: 100%; opacity: 0.4; }
  .vd_pop_wrap.wrap02 .vd_pop>div { justify-content: flex-start; }
  .vd_pop_wrap.wrap02 .vd_pop>div>div { color: #000; }
  .vd_pop_wrap.wrap02 .vd_pop>div>div h2::after { background-color: #000; }
  .vd_pop_wrap.wrap02 .vd_pop>div>div p { opacity: 0.7; }
  
  .vd_pop_bt { width: 2.1875rem; position: absolute; left: 6.25rem; top: 6.25rem; color: #fff; }
  .vd_pop_bt>div { width: 340px; position: absolute; left: 0; top: 0; transform: rotate(90deg); transform-origin: left top; display: flex; justify-content: flex-start; align-items: center; gap: 1.375rem; }
  .vd_pop_bt>div>div { display: flex; justify-content: flex-start; align-items: center; gap: 0.5rem; }
  .vd_pop_bt h2 { font-family: 'Brown', sans-serif; font-size: 0.875rem; line-height: 120%; letter-spacing: 0.25rem; }
  .vd_pop_bt h1 { font-size: 1.1875rem; line-height: 100%; margin-top: -0.125rem; }
  .vd_pop_bt .x { width: 1.1875rem; height: 1.1875rem; position: relative; } 
  .vd_pop_bt .x:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
  .vd_pop_bt .x:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }
  .vd_pop_bt>div>div:last-child { width: 24px; height: 24px; border-radius: 100%; position: relative; background-color: #fff; }
  .vd_pop_bt>div>div:last-child:after { content: ''; width: 5px; height: 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-135deg); position: absolute; left: 0; right: 0; top: 2px; bottom: 0; margin: auto; }
  .vd_pop_bt.bt02 { transform-origin: right top; left: revert; right: 2.5rem; color: #000; }
  .vd_pop_bt.bt02 .x:after { background-color: #000; }
  .vd_pop_bt.bt02 .x:before { background-color: #000; }
  .vd_pop_bt.bt02>div>div:last-child { background-color: #000; }
  .vd_pop_bt.bt02>div>div:last-child::after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
  
  .vd_pop_wrap.active { top: 0; transition: 0.8s 0.2s; }
  
  /*  */
  
  .intro_all_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999999999999999999; }
  
  .intro_wrap { width: 100%; height: 100%; position: relative; }
  
  .intro_bg { width: 100vw; height: 100vw; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; z-index: 5; background-color: #614332; }
  .intro_bg>div { width: 100%; height: 10%; display: flex; justify-content: space-between; align-items: center; }
  .intro_bg>div>div { width: 10%; height: 100%; background-color: #614332; transform: rotate(0deg) scale(1.01); display: none; }
  
  .intro_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; z-index: 8; }
  .intro_tit>div { opacity: 1; }
  .intro_tit h2 { font-family: 'Brown', sans-serif; font-size: 1.625rem; line-height: 138%; letter-spacing: 0.0313rem; }
  .intro_tit h2 span { display: flex; justify-content: center; align-items: center; }
  .intro_tit h2 span b { display: inline-block; font-weight: 400; opacity: 0; transform: translateY(-3rem); transform: translateY(0); }
  /* .intro_tit h2 span:nth-child(1) b { opacity: 0; transform: translateY(-3rem); }
  .intro_tit h2 span:nth-child(2) b { opacity: 0; transform: translateY(3rem); } */
  .intro_tit h2 span b.spacing { margin-right: 0.5rem; }
  .intro_tit h2 span:nth-child(1) b:nth-child(1) { transition-delay: 0.1s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(2) { transition-delay: 0.3s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(3) { transition-delay: 0.2s; }
  
  .intro_tit h2 span:nth-child(1) b:nth-child(4) { transition-delay: 0.5s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(5) { transition-delay: 0s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(6) { transition-delay: 0.4s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(7) { transition-delay: 0.6s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(8) { transition-delay: 0.2s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(9) { transition-delay: 0.4s; }
  .intro_tit h2 span:nth-child(1) b:nth-child(10) { transition-delay: 0.3s; }
  
  .intro_tit h2 span:nth-child(2) b:nth-child(1) { transition-delay: 0.1s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(2) { transition-delay: 0.3s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(3) { transition-delay: 0.2s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(4) { transition-delay: 0.5s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(5) { transition-delay: 0s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(6) { transition-delay: 0.4s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(7) { transition-delay: 0.6s; }
  
  .intro_tit h2 span:nth-child(2) b:nth-child(8) { transition-delay: 0.2s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(9) { transition-delay: 0.4s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(10) { transition-delay: 0.3s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(11) { transition-delay: 0s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(12) { transition-delay: 0.1s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(13) { transition-delay: 0.5s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(14) { transition-delay: 0.1s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(15) { transition-delay: 0.5s; }
  
  .intro_tit h2 span:nth-child(2) b:nth-child(16) { transition-delay: 0.1s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(17) { transition-delay: 0.3s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(18) { transition-delay: 0.6s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(19) { transition-delay: 0.2s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(20) { transition-delay: 0.4s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(21) { transition-delay: 0s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(22) { transition-delay: 0.4s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(23) { transition-delay: 0.2s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(24) { transition-delay: 0.5s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(25) { transition-delay: 0.4s; }
  .intro_tit h2 span:nth-child(2) b:nth-child(26) { transition-delay: 0.3s; }
  
  
  .intro_txt_box { width: 100%; height: 100%; position: absolute; z-index: 1; display: flex; justify-content: center; align-items: center; text-align: center; }
  .intro_txt_box h3 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; margin: 1.625rem 0; opacity: 0; }
  .intro_txt_box h3 span { color: #000; }
  
  .circle_box { width: 100%; height: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-68%); display: flex; justify-content: flex-start; align-items: center; }
  .circle_box>div { display: flex; justify-content: center; align-items: center; transform-origin: left center; }
  .circle_box>div>div { display: block; justify-content: center; align-items: flex-end; }
  .circle_box>div>div>img { position: absolute; filter: blur(1rem); opacity: 0; }
  /* .circle_box>div>div>img:nth-child(1) { margin-right: -1.5rem; transition-delay: 0s; }
  .circle_box>div>div>img:nth-child(2) { margin-right: -3.5rem; transition-delay: 0.07s; }
  .circle_box>div>div>img:nth-child(3) { margin-right: -0.25rem; transition-delay: 0.14s; }
  .circle_box>div>div>img:nth-child(4) { margin-right: -0.25rem; margin-bottom: 0.75rem; transition-delay: 0.21s; }
  .circle_box>div>div>img:nth-child(5) { margin-right: -6.75rem; margin-bottom: 0.75rem; transition-delay: 0.28s; }
  .circle_box>div>div>img:nth-child(6) { margin-right: -1.0rem; transition-delay: 0.35s; }
  .circle_box>div>div>img:nth-child(7) { margin-right: -14.25rem; transition-delay: 0.42s; }
  .circle_box>div>div>img:nth-child(8) { margin-right: -0.5rem; margin-bottom: 1.45rem; transition-delay: 0.49s; }
  .circle_box>div>div>img:nth-child(9) { margin-right: -4.25rem; margin-bottom: 1.85rem; transition-delay: 0.56s; }
  .circle_box>div>div>img:nth-child(10) { margin-right: -13.75rem; margin-bottom: 2.25rem; transition-delay: 0.63s; }
  .circle_box>div>div>img:nth-child(11) { margin-right: -2rem; transition-delay: 0.70s; }
  .circle_box>div>div>img:nth-child(12) { margin-right: -7rem; transition-delay: 0.77s; }
  .circle_box>div>div>img:nth-child(13) { margin-right: -1.75rem; transition-delay: 0.84s; }
  .circle_box>div>div>img:nth-child(14) { margin-right: -0.75rem; transition-delay: 0.91s; }
  .circle_box>div>div>img:nth-child(15) { margin-right: -0.75rem; transition-delay: 0.98s; }
  .circle_box>div>div>img:nth-child(16) { margin-right: -1.25rem; transition-delay: 1.05s; }
  .circle_box>div>div>img:nth-child(17) { margin-right: -0.25rem; transition-delay: 1.12s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(1) { transition-delay: 1.19s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(2) { transition-delay: 1.26s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(3) { transition-delay: 1.33s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(4) { transition-delay: 1.40s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(5) { transition-delay: 1.47s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(6) { transition-delay: 1.54s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(7) { transition-delay: 1.61s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(8) { transition-delay: 1.68s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(9) { transition-delay: 1.75s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(10) { transition-delay: 1.82s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(11) { transition-delay: 1.89s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(12) { transition-delay: 1.96s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(13) { transition-delay: 2.03s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(14) { transition-delay: 2.10s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(15) { transition-delay: 2.17s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(16) { transition-delay: 2.24s; }
  .circle_box>div>div:nth-child(2)>img:nth-child(17) { transition-delay: 2.31s; } */
  .circle_box>div>div>img:nth-child(1) { margin-right: -1.5rem; }
  .circle_box>div>div>img:nth-child(2) { margin-right: -3.5rem; }
  .circle_box>div>div>img:nth-child(3) { margin-right: -0.25rem; }
  .circle_box>div>div>img:nth-child(4) { margin-right: -0.25rem; margin-bottom: 0.75rem; }
  .circle_box>div>div>img:nth-child(5) { margin-right: -6.75rem; margin-bottom: 0.75rem; }
  .circle_box>div>div>img:nth-child(6) { margin-right: -1.0rem; }
  .circle_box>div>div>img:nth-child(7) { margin-right: -14.25rem; }
  .circle_box>div>div>img:nth-child(8) { margin-right: -0.5rem; margin-bottom: 1.45rem; }
  .circle_box>div>div>img:nth-child(9) { margin-right: -4.25rem; margin-bottom: 1.85rem; }
  .circle_box>div>div>img:nth-child(10) { margin-right: -13.75rem; margin-bottom: 2.25rem; }
  .circle_box>div>div>img:nth-child(11) { margin-right: -2rem; }
  .circle_box>div>div>img:nth-child(12) { margin-right: -7rem; }
  .circle_box>div>div>img:nth-child(13) { margin-right: -1.75rem; }
  .circle_box>div>div>img:nth-child(14) { margin-right: -0.75rem; }
  .circle_box>div>div>img:nth-child(15) { margin-right: -0.75rem; }
  .circle_box>div>div>img:nth-child(16) { margin-right: -1.25rem; }
  .circle_box>div>div>img:nth-child(17) { margin-right: -0.25rem; }
  
  
  
  /* .intro_wrap.intro .intro_tit>div { opacity: 1; transition: 1.5s 0s; } */
  .intro_wrap.intro .intro_tit b { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  
  .intro_wrap.intro2 .intro_tit>div { opacity: 0; transition: 1.2s 0s; }
  .intro_wrap.intro2 .intro_bg { opacity: 0; transition: 2.0s 0.2s; }
  /* .intro_wrap.intro2 .intro_bg>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(0); transition: 2.0s 0.2s; }
  .intro_wrap.intro2 .intro_bg>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(0); transition: 2.4s 0.2s; }
  .intro_wrap.intro2 .intro_bg>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(0); transition: 2.0s 0.2s; }
  .intro_wrap.intro2 .intro_bg>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(0); transition: 2.4s 0.2s; } */
  
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(1) { opacity: 1; transition: 1.2s 0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(1) span { color: #999; transition: 1.2s 1.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(2) { opacity: 1; transition: 1.2s 1.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(2) span { color: #999; transition: 1.2s 2.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(3) { opacity: 1; transition: 1.2s 2.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(3) span { color: #999; transition: 1.2s 3.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(4) { opacity: 1; transition: 1.2s 3.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(4) span { color: #999; transition: 1.2s 4.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(5) { opacity: 1; transition: 1.2s 4.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(5) span { color: #999; transition: 1.2s 5.0s; }
  .intro_wrap.intro3 .intro_txt_box h3:nth-child(6) { opacity: 1; transition: 1.2s 5.0s; }
  /* .intro_wrap.intro3 .intro_txt_box h3:nth-child(6) span { color: #999; transition: 1.2s 2.0s; } */
  
  .intro_wrap.intro4 .intro_txt_box { opacity: 0; transition: 1.2s 0s; }
  .intro_wrap.intro4 .circle_box>div>div>img { opacity: 1; filter: blur(0); transition-duration: 1.0s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(1) { transition-delay: 0s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(2) { transition-delay: 0.5s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(3) { transition-delay: 0.9s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(4) { transition-delay: 1.3s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(5) { transition-delay: 1.7s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(6) { transition-delay: 2s; }
  
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(7) { transition-delay: 0.42s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(8) { transition-delay: 0.49s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(9) { transition-delay: 0.56s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(10) { transition-delay: 0.63s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(11) { transition-delay: 0.70s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(12) { transition-delay: 0.77s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(13) { transition-delay: 0.84s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(14) { transition-delay: 0.91s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(15) { transition-delay: 0.98s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(16) { transition-delay: 1.05s; }
  .intro_wrap.intro4 .circle_box>div>div>img:nth-child(17) { transition-delay: 1.12s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(1) { transition-delay: 1.19s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(2) { transition-delay: 1.26s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(3) { transition-delay: 1.33s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(4) { transition-delay: 1.40s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(5) { transition-delay: 1.47s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(6) { transition-delay: 1.54s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(7) { transition-delay: 1.61s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(8) { transition-delay: 1.68s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(9) { transition-delay: 1.75s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(10) { transition-delay: 1.82s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(11) { transition-delay: 1.89s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(12) { transition-delay: 1.96s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(13) { transition-delay: 2.03s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(14) { transition-delay: 2.10s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(15) { transition-delay: 2.17s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(16) { transition-delay: 2.24s; }
  .intro_wrap.intro4 .circle_box>div>div:nth-child(2)>img:nth-child(17) { transition-delay: 2.31s; }
  
  /**/
  
  .all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; }
  body.main .all_wrap { height: 100vh; text-align: center; }
  
  .section { background-color: #fff; width: 100%; height: 100vh; position: relative; overflow: hidden; }
  
  
  .main_skip_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9999999980; display: none; }
  .main_skip_bt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }
  .main_skip_bt p { display: none; }
  
  
  /**/
  
  #section1 { width: 100%; background-color: #fff; }
  
  .main_wrap { width: 600vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: flex-start; align-items: center; background-color: #fff; overflow: hidden; transition: 2.4s; }
  
  
  .main_tit { width: 100%; height: 100%; position: absolute; z-index: 1; z-index: 990; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; }
  /* .main_tit>div{margin-left: 24px; margin-top: 26px;} */
  /* .main_tit h1:first-child {opacity: .3; font-size: 1.55rem; letter-spacing: .15rem; justify-content: flex-start; margin-bottom: 1.05rem; margin-left: 0.25rem; } */
  .main_tit h1:first-child { font-family: 'antro'; font-size: 1.75rem; letter-spacing: -0rem; justify-content: flex-start; margin-bottom: 0.875rem; margin-left: 0.25rem; opacity: 0; transition: 0.8s; }
  .main_tit h1:first-child span { font-size: 2.375rem; display: inline-block; }
  .main_tit h1:first-child span:nth-child(2) { margin-left: 0.5rem; }
  .main_tit h1 { font-family: 'Brown', sans-serif; font-size: 3.125rem; line-height: 100%; display: flex; justify-content: center; align-items: center; color: #000; letter-spacing: .68rem; }
  .main_tit h1 span { display: flex; justify-content: center; align-items: center; }
  .main_tit h1 b { font-weight: 400; display: inline-block; opacity: 0; transform: translateY(-5rem); transform: translateY(0); transition-duration: 1.2s; transition-timing-function: ease; }
  .main_tit h1 b.spacing { margin-right: 1rem; }
  .main_tit h1 b:nth-child(1) { transition-delay: 0.1s; }
  .main_tit h1 b:nth-child(2) { transition-delay: 0.3s; }
  .main_tit h1 b:nth-child(3) { transition-delay: 0.2s; }
  .main_tit h1 b:nth-child(4) { transition-delay: 0.5s; }
  .main_tit h1 b:nth-child(5) { transition-delay: 0s; }
  .main_tit h1 b:nth-child(6) { transition-delay: 0.4s; }
  
  .main_tit h1 b:nth-child(7) { transition-delay: 0.6s; }
  .main_tit h1 b:nth-child(8) { transition-delay: 0.2s; }
  .main_tit h1 b:nth-child(9) { transition-delay: 0.4s; }
  .main_tit h1 b:nth-child(10) { transition-delay: 0.3s; }
  .main_tit h1 b:nth-child(11) { transition-delay: 0s; }
  .main_tit h1 b:nth-child(12) { transition-delay: 0.1s; }
  .main_tit h1 b:nth-child(13) { transition-delay: 0.5s; }
  
  .main_tit h1 b:nth-child(14) { transition-delay: 0.1s; }
  .main_tit h1 b:nth-child(15) { transition-delay: 0.5s; }
  .main_tit h1 b:nth-child(16) { transition-delay: 0.4s; }
  .main_tit h1 b:nth-child(17) { transition-delay: 0.3s; }
  .main_tit h1 b:nth-child(18) { transition-delay: 0.6s; }
  .main_tit h1 b:nth-child(19) { transition-delay: 0.2s; }
  .main_tit h1 b:nth-child(20) { transition-delay: 0.4s; }
  .main_tit h1 b:nth-child(21) { transition-delay: 0s; }
  
  .main_tit p{ display: flex; justify-content: end; margin-top: 1rem; margin-right: 0.875rem; font-size: 1.5rem; opacity: 0; transform: translateY(2rem);
      transition-duration: 1.2s; transition-timing-function: ease;}
  
  
  .main_guest { width: 8.125rem; height: 8.125rem; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: absolute; left: 4.625rem; bottom: 4.125rem; display: flex; justify-content: center; align-items: center; opacity: 0; cursor: default; transition: 1.0s 0s; z-index: 90; }
  .main_guest a { cursor: default; }
  .main_guest_bg { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 12s 0s linear infinite; transition: opacity 0.3s; }
  .main_guest_bg.white { opacity: 0; }
  .main_guest p { font-size: 0.75rem; line-height: 128%; color: #000; position: relative; z-index: 9; font-weight: 700; transform: translate(1px,1px); transition: 0.3s; }
  .main_guest p b { font-size: 1.375rem; text-transform: uppercase; font-weight: 900; }
  
  .main_guest.show { opacity: 1; }
  .main_guest.hide { opacity: 0 !important; }
  
  .main_guest.white .main_guest_bg.white { opacity: 1; }
  .main_guest.white .main_guest_bg.black { opacity: 0; }
  .main_guest.white p { color: #fff; }
  
  @keyframes main_guest_bg {
    from { transform: translate(-50%,-50%) scale(1) rotate(-360deg); }
    to {  }
  }
  
  
  .main00 { width: 100vw; height: 100%; position: absolute; z-index: 1; overflow: hidden; }
  .main01 { width: 100vw; height: 100%; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; overflow: hidden; }
  .main02 { width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; }
  .main03 { width: 100vw; height: 100%; position: relative; overflow: hidden; }
  .main04 { width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; }
  
  .main_img_box { position: relative; }
  .main_img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(1.2); }
  .main_img.img01 { background: url(../img/main_img01.jpg) center no-repeat; background-size: cover; transition: 1.0s; }
  /* .main_img.img02 { background: url(../img/main_img02.jpg) center no-repeat; background-size: cover; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); } */
  .main_img.img03 { background: url(../img/main_img03.jpg) center no-repeat; background-size: cover; transform: scale(2.4); }
  .main_img.img04 { background: url(../img/main_img04.jpg) center no-repeat; background-size: cover; transition: 1.0s; }
  .main_txt_box h3 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; letter-spacing: 0; }
  .main_txt_box p { font-size: 0.9375rem; line-height: 200%; margin-top: 2.5rem; opacity: 0.7; font-weight: 500; }
  .main_txt_box h6 { font-size: 0.75rem; line-height: 100%; color: #614332; margin-top: 8.375rem; letter-spacing: 0.0313rem; font-weight: 500; }
  
  .main_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
  .main_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
  .main_vd::after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99; }
  /* .main_vd::before { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 60%; background: url(../img/main_vd.jpg) center no-repeat; background-size: 100%; z-index: 1; } */
  .main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; transition: 1.5s 0s; }
  
  /* @media all and (max-width: 1640px) { 
    .main_vd iframe { width: 140%; height: 140%; }
    .main_vd::before { width: 140%; height: 140%; }
  } */
  
  /* @media all and (max-width: 1440px) { 
    .main_vd { padding-bottom: 75.25%; }
    .main_vd iframe { width: 150%; height: 150%; transform: translate(-50%,-50%); }
    .main_vd::before { width: 150%; height: 150%; transform: translate(-50%,-50%); }
  }
  
  @media all and (max-width: 1024px) { 
    .main_vd { padding-bottom: 133.25%; }
    .main_vd iframe { width: 260%; height: 260%; }
    .main_vd::before { width: 260%; height: 260%; }
  } */
  @media all and (max-width: 767px) { 
    .main_vd iframe { width: 175%; height: 175%; }
    .main_vd::before { width: 175%; height: 175%; }
  }
  
  .main01::before { content: ''; width: 1px; height: 0%; position: absolute; left: 0; right: 0; top: 0; margin: auto; transform: translateX(17.1vw); background-color: #bebebe; transition: 0.8s; }
  .main01::after { content: ''; width: 0%; height: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transform: translateY(25vh); background-color: #bebebe; transition: 0.8s; }
  .main01>div { width: 90%; max-width: 1300px; display: flex; justify-content: space-between; align-items: center; transform: translateY(2rem); position: relative; z-index: 9; }
  .main_img_box.box01 { width: 40.625rem; height: 37.1875rem; overflow: hidden; order: 2; opacity: 0; transition: 0.8s; }
  .main_txt_box.box01 { width: calc(100% - 40.625rem); text-align: center; display: flex; justify-content: center; align-items: center; order: 1; margin-top: -5rem; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
  /* .main_txt_box.box01 h3 { opacity: 0; transform: translateY(-3rem); transition: 1.0s; }
  .main_txt_box.box01 p { opacity: 0; transform: translateY(-3rem); transition: 1.0s; }
  .main_txt_box.box01 h6 { opacity: 0; transform: translateY(3rem); transition: 1.0s; } */
  
  /* .main02>div:last-child { width: 90%; height: 75%; max-width: 1720px; display: flex; justify-content: center; align-items: center; transform: translateY(2rem); position: relative; z-index: 9; } */
  .main02>div:last-child { width: 100%; height: 100%; max-width: revert; display: flex; justify-content: center; align-items: center; transform: translateY(0rem); position: relative; z-index: 9; }
  .main_img_box.box02 { width: 100%; height: 100%; overflow: hidden; clip-path: polygon(37% 0, 63% 0, 63% 100%, 37% 100%); }
  .main_txt_box.box02 { position: absolute; right: 11.625rem; bottom: 5.375rem; bottom: 7rem; z-index: 9; color: #fff; text-align: left; opacity: 0; transform: translateY(3rem); }
  .main_txt_box.box02 p { font-weight: 300; }
  .main_txt_box.box02 h6 { margin-top: 0; color: #fff; margin-bottom: 1rem; opacity: 0.7; }
  
  .main03>div:last-child { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
  .main_img_box.box03 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
  .main_txt_box.box03 { width: 100%; max-width: 1032px; position: relative; z-index: 9; transform: translateY(-2rem); }
  .main_txt_box.box03>div { display: flex; justify-content: space-between; align-items: center; }
  .main_txt_box.box03 h3 { width: 1.375rem; line-height: 110%; transform: translateY(-3rem); opacity: 0; }
  .main_txt_box.box03 h3 b { display: inline-block; margin: 0.875rem 0; }
  .main_txt_box.box03 p { margin-bottom: 2.5rem; margin-top: 0; }
  .main_txt_box.box03 h6 { margin-top: 3.125rem; color: #000; transform: translateY(-3rem); opacity: 0; }
  .main_txt_box.box03 p:first-child { opacity: 0; transform: translateX(-5rem); }
  .main_txt_box.box03 p:last-child { opacity: 0; transform: translateX(5rem); }
  
  .main04::before { content: ''; width: 1px; height: 0%; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; transform: translateX(-17.1vw); background-color: #bebebe; transition: 0.8s; }
  .main04::after { content: ''; width: 0%; height: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transform: translateY(25vh); background-color: #bebebe; transition: 0.8s; }
  .main04>div { width: 90%; max-width: 1300px; display: flex; justify-content: space-between; align-items: center; transform: translateY(2rem); position: relative; z-index: 9; }
  .main_img_box.box04 { width: 40.625rem; height: 37.1875rem; overflow: hidden; transition: 0.8s; }
  .main_txt_box.box04 { width: calc(100% - 40.625rem); text-align: center; display: flex; justify-content: center; align-items: center; margin-top: -5rem; transition: 0.8s; opacity: 0; transform: translateY(-3rem); }
  
  
  
  .main_wrap.active3 { transform: translateX(-100vw); }
  .main_wrap.active4 { transform: translateX(-200vw); }
  .main_wrap.active5 { transform: translateX(-300vw); }
  /* .main_wrap.active6 { transform: translateX(-340vw); }
  .main_wrap.active7 { transform: translateX(-400vw); } */
  
  .main_wrap.on .main_tit b { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .main_wrap.on .main_tit p { opacity: 1; transform: translate(0); transition-duration: .8s; }
  .main_wrap.on .main_tit h1:first-child { opacity: 1; transform: translate(0); transition-duration: .8s; }
  
  .main_wrap.on2 .main_tit { opacity: 0; }
  .main_wrap.on2 .main01::before { height: 100%; transition: 2s 0s; }
  .main_wrap.on2 .main01::after { width: 100%; transition: 2s 0s; }
  .main_wrap.on2 .main_img.img01 { transform: scale(1); transition: 2s 0s; }
  .main_wrap.on2 .main_img_box.box01 { opacity: 1; transition: 1.2s 0s; }
  .main_wrap.on2 .main_txt_box.box01 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
  
  /* .main_wrap.on3 .main_img.img02 { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.6s 2.0s; } */
  .main_wrap.on3 .main_vd_box { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.6s 2.0s; }
  /* .main_wrap.on3 .main_img.img02 { transform: scale(1); transition: 2s 0s; } */
  .main_wrap.on3 .main_img_box.box02 { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.2s 3.2s; }
  .main_wrap.on3 .main_txt_box.box02 { opacity: 1; transform: translate(0); transition: 1.2s 3.4s; }
  .main_wrap.on3 .circle_box { opacity: 0; transition: 1.2s 3.5s; }
  .main_wrap.on3 .circle_box>div>div>img { position: absolute; opacity: 1; filter: blur(0); transition-duration: 1.0s; opacity: .5;}
  .main_wrap.on3 .circle_box>div>div>img:nth-child(1) { transition-delay: .33s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(2) { transition-delay: .7s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(3) { transition-delay: 1s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(4) { transition-delay: 1.3s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(5) { transition-delay: 1.6s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(6) { transition-delay: 1.98s; }
  
  .main_wrap.on3 .circle_box>div>div>img:nth-child(7) { transition-delay: 0.36s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(8) { transition-delay: 0.42s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(9) { transition-delay: 0.48s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(10) { transition-delay: 0.54s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(11) { transition-delay: 0.60s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(12) { transition-delay: 0.66s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(13) { transition-delay: 0.72s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(14) { transition-delay: 0.78s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(15) { transition-delay: 0.84s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(16) { transition-delay: 0.90s; }
  .main_wrap.on3 .circle_box>div>div>img:nth-child(17) { transition-delay: 0.96s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(1) { transition-delay: 1.02s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(2) { transition-delay: 1.08s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(3) { transition-delay: 1.14s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(4) { transition-delay: 1.20s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(5) { transition-delay: 1.26s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(6) { transition-delay: 1.32s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(7) { transition-delay: 1.38s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(8) { transition-delay: 1.44s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(9) { transition-delay: 1.50s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(10) { transition-delay: 1.56s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(11) { transition-delay: 1.62s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(12) { transition-delay: 1.68s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(13) { transition-delay: 1.74s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(14) { transition-delay: 1.80s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(15) { transition-delay: 1.86s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(16) { transition-delay: 1.92s; }
  .main_wrap.on3 .circle_box>div>div:nth-child(2)>img:nth-child(17) { transition-delay: 1.98s; }
  
  .main_wrap.on4 .main_img.img03 { transform: scale(1); transition: 14s 0s; }
  .main_wrap.on4 .main_img_box.box03 { opacity: 1; transition: 1.2s 0s; }
  .main_wrap.on4 .main_txt_box.box03 h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  .main_wrap.on4 .main_txt_box.box03 h6 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  .main_wrap.on4 .main_txt_box.box03 p { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
  
  .main_wrap.on5 .main04::before { height: 100%; transition: 2s 0s; }
  .main_wrap.on5 .main04::after { width: 100%; transition: 2s 0s; }
  .main_wrap.on5 .main_img.img04 { transform: scale(1); transition: 2s 0s; }
  .main_wrap.on5 .main_img_box.box04 { opacity: 1; transition: 1.2s 0s; }
  .main_wrap.on5 .main_txt_box.box04 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
  
  /*  */
  
  .summit_wrap { width: 100vw; height: 100vh; position: relative; z-index: 9; display: flex; justify-content: center; align-items: center; transition: 2.4s; color: #fff; background-color: #000; }
  .summit_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: -100%; top: 0; background-color: #000; opacity: 0; transition: 0.8s; }
  
  .summit_img { width: 100%; height: 100%; position: absolute; left: 0; text-transform: 0; z-index: 1; overflow: hidden; }
  .summit_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/summit_img.jpg) center no-repeat; background-size: cover; z-index: 1; transition: opacity 1.0s; opacity: 0.7; animation: summit_bg 11.0s 0s infinite; }
  @keyframes summit_bg {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  
  .summit_box { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
  /* .summit_box::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/summit_bg.png) center no-repeat; background-size: cover; z-index: 1; } */
  .summit_box>div:first-child { width: 90%; height: 70%; max-width: 1540px; transform: translateY(3rem); position: relative; z-index: 9; display: flex; justify-content: space-between; align-items: center; }
  
  .summit_bg { width: 101vw; height: 100vw; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; z-index: 2; background-color: #614332; transition: 1.0s; }
  .summit_bg>div { width: 100%; height: 10%; display: flex; justify-content: space-between; align-items: center; }
  .summit_bg>div>div { width: 10%; height: 100%; background-color: #614332; transform: rotate(0deg) scale(1.01); transition: 1.0s 0s; display: none; }
  
  .summit_sum_box { width: 100%; max-width: 460px; text-align: left; transform: translateX(-7vw); transition: 1.0s; position: relative; z-index: 9; }
  
  .summit_sum_tit { display: inline-block; position: relative; text-align: right; transition: 1.0s; opacity: 0; transform: translateX(-16rem); }
  .summit_sum_tit h5 { font-size: 0.875rem; line-height: 100%; margin-top: 0.75rem; }
  .summit_sum_tit h3 { font-family: 'antro'; font-size: 4.875rem; line-height: 100%; position: absolute; right: -18rem; top: 1.5rem; z-index: 9; color: #614332; transform: translateX(-31.25rem); transition: 1.0s; }
  
  .summit_sum { width: 100%; margin-top: 4.5rem; }
  .summit_sum ul { width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 4rem 0; }
  .summit_sum ul li { width: 100%; }
  .summit_sum ul li h3 { font-size: 1.125rem; line-height: 100%; }
  .summit_sum ul li p { font-size: 0.875rem; line-height: 142%; opacity: 0.5; margin-top: 0.625rem; padding-top: 1.25rem; border-top: 0.0625rem solid #fff; box-sizing: border-box; }
  .summit_sum h6 { width: 100%; text-align: center; font-size: 0.7125rem; line-height: 153%; margin-top: 3.75rem; opacity: 0.5; }
  
  .summit_txt_wrap { width: 50%; height: 100%; position: absolute; right: 0; top: 0; }
  .summit_txt_box { width: 50%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 1.0s; }
  .summit_txt_box.box01 { justify-content: flex-end; text-align: right; }
  .summit_txt_box.box02 { width: 100%; height: 100%; position: absolute; right: 0; top: 0; opacity: 0; transform: translateY(-3rem); }
  .summit_txt_box.box03 { width: 100%; height: 100%; position: absolute; right: 0; top: 0; opacity: 0; transform: translateY(0rem); }
  .summit_txt_box.box04 { width: 100%; height: 100%; position: absolute; right: 0; top: 0; opacity: 0; transform: translateY(0rem); }
  .summit_txt_box.box01>div { transform: translateY(6rem); transition: 1.0s; }
  .summit_txt_box.box02>div { transform: translateY(-5rem); transition: 1.0s; }
  .summit_txt_box.box03>div { transform: translateY(-4rem); transition: 1.0s; }
  .summit_txt_box.box04>div { transform: translateY(-4rem); transition: 1.0s; }
  .summit_txt_box h2 { font-family: 'Brown', sans-serif; font-size: 3.125rem; line-height: 100%; }
  .summit_txt_box h3 { font-family: 'Brown', sans-serif; font-size: 2.75rem; line-height: 100%; margin-top: 2.75rem; }
  .summit_txt_box h4 { font-size: 1.375rem; line-height: 100%; font-weight: 100; margin-top: 1.25rem; transition: 1.0s; }
  .summit_txt_box p { font-size: 1rem; line-height: 188%; margin-top: 3.375rem; transition: 1.0s; }
  .summit_txt_box p span { opacity: 0.5; }
  .summit_txt_box h5 { font-size: 0.9375rem; line-height: 100%; opacity: 0.3; font-weight: 300; letter-spacing: 0.0313rem; }
  .summit_txt_box h1 { font-family: 'Brown', sans-serif; font-size: 5.125rem; line-height: 100%; letter-spacing: 1.25rem; padding-left: 1.25rem; margin-top: 1rem; }
  .summit_txt_box>div>div { margin-top: 2.5rem; display: flex; justify-content: center; align-items: center; }
  .summit_txt_box>div>div>div { position: relative; padding: 0 2.5rem; }
  .summit_txt_box>div>div>div::after { content: ''; width: 1px; height: 80%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
  .summit_txt_box>div>div>div:last-child:after { display: none; }
  .summit_txt_box.box01 p { opacity: 0; }
  .summit_txt_box.box02 p { opacity: 0.5; }
  .summit_txt_box.box03 h4 { font-size: 1.5rem; letter-spacing: 0.5rem; padding-left: 0.5rem; margin-top: 1rem; }
  .summit_txt_box.box04 h4 { font-family: 'Brown', sans-serif; font-weight: 400; margin-top: 0; letter-spacing: 0.0625rem; width: 120%; margin-left: -10%; } 
  .summit_txt_box.box04 p { margin-top: 0.625rem; }
  
  .summit_tab_box { position: absolute; left: 0; bottom: 0; z-index: 2; opacity: 0; text-align: left; transition: 1.0s; }
  .summit_brand_tit { display: inline-block; position: relative; }
  .summit_brand_tit h3 { font-family: 'antro'; font-size: 3.625rem; line-height: 100%; position: absolute; right: -10rem; bottom: -2rem; color: #614332; z-index: 9; opacity: 0; transition: 1.0s; transform: translateX(5rem); }
  .summit_brand_tit h2 { font-family: 'Brown', sans-serif; font-size: 3.625rem; line-height: 100%; }
  .summit_brand_tit h3:nth-child(1) { right: -5rem; }
  .summit_brand_tit h3:nth-child(2) { right: -6.25rem; }
  .summit_brand_tit h3:nth-child(3) { right: -11rem; }
  
  .summit_tab_box ul { display: flex; justify-content: flex-start; align-items: center; gap: 1rem; margin-top: 5rem; }
  .summit_tab_box ul li { width: 11.375rem; }
  .summit_tab_box ul li div { width: 100%; padding-top: 1.25rem; border-top: 3px solid #fff; opacity: 0.4; transition: 1.0s; }
  .summit_tab_box ul li h4 { font-size: 0.875rem; line-height: 100%; font-weight: 500; letter-spacing: 0.0313rem; }
  .summit_tab_box ul li h5 { font-size: 0.8125rem; line-height: 100%; margin-top: 0.375rem; letter-spacing: 0; }
  
  
  
  
  .main_wrap.active6 .summit_wrap { transform: translateX(-30vw); }
  .main_wrap.active7 .summit_wrap { transform: translateX(-100vw); }
  
  .main_wrap.on6 .summit_wrap::before { opacity: 0.8; }
  
  .main_wrap.on7 .summit_sum_tit,
  .main_wrap.on8 .summit_sum_tit { transform: translateX(-21.25rem); opacity: 1; }
  .main_wrap.on6 .summit_sum_tit { transform: translateX(-10.25rem); opacity: 1; }
  
  
  .main_wrap.on7 .summit_sum_box,
  .main_wrap.on8 .summit_sum_box { transform: translate(0); }
  .main_wrap.on7 .summit_sum_tit,
  .main_wrap.on8 .summit_sum_tit { transform: translate(0); }
  .main_wrap.on7 .summit_sum_tit h3 { transform: translateX(-4rem); color: #000; }
  .main_wrap.on8 .summit_sum_tit h3 { transform: translate(0); color: #000; }
  
  .main_wrap.on8 .summit_bg,
  .main_wrap.on9 .summit_bg,
  .main_wrap.on10 .summit_bg { opacity: 0; transition: 2.0s 0s; }
  .main_wrap.on8 .summit_bg>div:nth-child(2n-1)>div:nth-child(2n-1),
  .main_wrap.on9 .summit_bg>div:nth-child(2n-1)>div:nth-child(2n-1),
  .main_wrap.on10 .summit_bg>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(0); transition: 2.0s 0s; }
  .main_wrap.on8 .summit_bg>div:nth-child(2n-1)>div:nth-child(2n),
  .main_wrap.on9 .summit_bg>div:nth-child(2n-1)>div:nth-child(2n),
  .main_wrap.on10 .summit_bg>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(0); transition: 2.4s 0s; }
  .main_wrap.on8 .summit_bg>div:nth-child(2n)>div:nth-child(2n),
  .main_wrap.on9 .summit_bg>div:nth-child(2n)>div:nth-child(2n),
  .main_wrap.on10 .summit_bg>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(0); transition: 2.0s 0s; }
  .main_wrap.on8 .summit_bg>div:nth-child(2n)>div:nth-child(2n-1),
  .main_wrap.on9 .summit_bg>div:nth-child(2n)>div:nth-child(2n-1),
  .main_wrap.on10 .summit_bg>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(0); transition: 2.4s 0s; }
  .main_wrap.on8 .summit_sum_box,
  .main_wrap.on9 .summit_sum_box,
  .main_wrap.on10 .summit_sum_box { opacity: 0; }
  .main_wrap.on8 .summit_tab_box,
  .main_wrap.on9 .summit_tab_box,
  .main_wrap.on10 .summit_tab_box { opacity: 1; }
  
  .main_wrap.on8 .summit_img::after { opacity: 0.7; }
  .main_wrap.on8 .summit_brand_tit h3:nth-child(1) { opacity: 1; transform: translate(0); }
  .main_wrap.on8 .summit_tab_box ul li:nth-child(1) div { opacity: 1; }
  
  .main_wrap.on9 .summit_img::after { opacity: 0.5; }
  .main_wrap.on9 .summit_brand_tit h3:nth-child(2) { opacity: 1; transform: translate(0); }
  .main_wrap.on9 .summit_tab_box ul li:nth-child(2) div { opacity: 1; }
  .main_wrap.on9 .summit_txt_box.box01>div,
  .main_wrap.on10 .summit_txt_box.box01>div { transform: translateY(0rem); }
  .main_wrap.on9 .summit_txt_box.box01>div p,
  .main_wrap.on10 .summit_txt_box.box01>div p { opacity: 1; transform: translateY(-2.5rem); }
  .main_wrap.on9 .summit_txt_box.box01>div h4,
  .main_wrap.on10 .summit_txt_box.box01>div h4 { opacity: 0; }
  
  .main_wrap.on10 .summit_img::after { opacity: 0.3; }
  .main_wrap.on10 .summit_brand_tit h3:nth-child(3) { opacity: 1; transform: translate(0); }
  .main_wrap.on10 .summit_tab_box ul li:nth-child(3) div { opacity: 1; }
  .main_wrap.on10 .summit_txt_box.box01 { opacity: 0; }
  .main_wrap.on10 .summit_txt_box.box02 { opacity: 1; transform: translateY(0); }
  .main_wrap.on10 .summit_txt_box.box02>div { opacity: 0; transition: 1.2s 2.0s; }
  .main_wrap.on10 .summit_txt_box.box03 { opacity: 1; transition: 1.2s 2.0s; }
  .main_wrap.on10 .summit_txt_box.box03>div { opacity: 0; transition: 1.2s 4.0s; }
  .main_wrap.on10 .summit_txt_box.box04 { opacity: 1; transition: 1.2s 4.0s; }
  
  
  /**/
  
  #section2 { width: 100%; }
  
  .location_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }
  /* .location_wrap>div:last-child { width: 90%; max-width: 1540px; position: relative; display: flex; justify-content: flex-start; align-items: flex-start; } */
  
  .location_img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(1.2); z-index: 1; }
  .location_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/location_img.jpg) center no-repeat; background-size: cover; z-index: 1; }
  .location_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/location_bg.png) center bottom no-repeat; background-size: cover; z-index: 2; }
  
  .location_txt_box { position: absolute; right: 0; bottom: 0; width: 33.125rem; height: 43.75rem; right: -33.125rem; z-index: 9; background-color: #000; text-align: left; color: #fff; display: flex; justify-content: flex-start; align-items: flex-end; padding: 5.625rem 3.75rem; box-sizing: border-box; }
  .location_tit { position: relative; display: inline-block; margin-left: -8.25rem; opacity: 0; }
  .location_tit h2 { font-family: 'Brown', sans-serif; font-size: 2.5625rem; line-height: 100%; }
  .location_tit h3 { font-family: 'antro'; font-size: 2.5625rem; position: absolute; right: -4.25rem; top: 0.75rem; z-index: 9; color: #614332; }
  .location_txt_box p { font-family: 'gg'; font-size: 1.125rem; line-height: 250%; margin-top: 3.75rem; opacity: 0.5; opacity: 0; }
  .location_txt_box img { position: absolute; right: 3.5rem; top: 5rem; opacity: 0; }
  
  .location_contact { position: absolute; left: 6.25rem; bottom: 3.125rem; z-index: 9; display: flex; justify-content: flex-start; align-items: center; text-align: left; color: #fff; opacity: 0; transform: translateY(3rem); }
  
  .location_contact_add { display: flex; justify-content: space-between; align-items: center; gap: 2.625rem; position: relative; }
  .location_contact_add:first-child { margin-right: 1.875rem; padding-right: 1.875rem; }
  .location_contact_add:first-child::after { content: ''; position: absolute; width: 1px; height: 80%; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
  .location_contact_add h4 { font-family: 'gg'; font-size: 1.125rem; line-height: 100%; font-weight: 400; letter-spacing: 0; }
  .location_contact_add p { font-size: 0.875rem; line-height: 100%; margin-top: 0.625rem; opacity: 0.4; }
  
  .location_contact_bt { display: flex; justify-content: flex-start; align-items: center; margin-right: 0; gap: 0.3125rem; }
  /* .location_contact_bt a { display: block; } */
  
  
  
  .location_wrap.on .location_img { transform: scale(1); transition: 2s 0s; }
  .location_wrap.on .location_txt_box { right: 0; transition: 1.2s 0.8s; }
  .location_wrap.on .location_contact { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
  .location_wrap.on .location_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
  .location_wrap.on .location_txt_box p { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
  .location_wrap.on .location_txt_box img { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
  
  /**/
  
  .world_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }
  .world_box { width: 90%; max-width: 1240px; position: relative; display: flex; justify-content: space-between; align-items: flex-start; transform: translate(-5rem,2rem); z-index: 9; }
  
  .world_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; justify-content: center; align-items: center; }
  .world_tit h2 { font-family: 'Brown', sans-serif; font-size: 3.75rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); letter-spacing: 0.25rem; padding-left: 0.25rem; text-transform: uppercase; }
  .world_tit h2 span { color: #614332; }
  .world_tit h4 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; margin-top: 1.375rem; opacity: 0; transform: translateY(3rem); }
  
  .world_wrap .circle_box { z-index: 1; }
  
  .world_bt { position: relative; opacity: 0; }
  .world_bt.bt02 { margin-top: 17.5rem; }
  .world_bt.bt03 { margin-top: -3.125rem; }
  .world_bt.bt04 { margin-top: 13.125rem; }
  .world_bt_img_box { border-radius: 100%; position: relative; }
  .world_bt_img_box::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #614332; border-radius: 100%; opacity: 0; transition: all 1s; }
  .world_bt_img { border-radius: 100%; overflow: hidden; }
  .world_bt_txt { position: absolute; text-align: left; }
  .world_bt_txt p { font-size: 0.875rem; line-height: 142%; margin-top: 1.125rem; }
  .world_bt_txt.txt01 { right: -9rem; top: -4.5rem; }
  .world_bt_txt.txt02 { right: -8.5rem; bottom: -2rem; }
  .world_bt_txt.txt03 { right: -8rem; top: -1rem; }
  .world_bt_txt.txt04 { right: -6.5rem; bottom: -2.5rem; }
  
  .world_bt:hover .world_bt_img_box::after { opacity: 1; transform: scale(1.2); }
  
  .world_content { width: 80%; height: 45%; position: absolute; left: 0; bottom: -45%; z-index: 99999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; background-color: #fff; display: flex; justify-content: center; align-items: center; }
  .world_content>div { width: 90%; max-width: 1300px; display: flex; justify-content: space-between; align-items: center; text-align: left; }
  .world_bg { width: 100%; height: 100%; position: absolute; right: 0; top: -100%; z-index: 99998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
  .world_close { width: 2.75rem; height: 2.75rem; position: absolute; right: 1.875rem; top: 1.875rem; cursor: pointer; transition: 0.5s; }
  .world_close:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(45deg); }
  .world_close:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(-45deg); }
  .world_close:hover { transform: rotate(360deg); }
  
  .world_img_box { border-radius: 100%; overflow: hidden; } 
  
  .world_txt_box { width: 65%; }
  .world_txt_box h3 { font-family: 'gg'; color: #614332; font-size: 1.375rem; line-height: 100%; font-weight: 700; }
  .world_txt_box h4 { font-size: 1rem; line-height: 100%; font-weight: 700; margin-top: 0.75rem; }
  .world_txt_box p { font-size: 0.875rem; line-height: 214%; margin-top: 1.5rem; opacity: 0.7; font-weight: 500; }
  
  .world_logo_box { display: flex; justify-content: flex-end; align-items: center; }
  
  .world_content.active { bottom: 0; transition: 0.8s 0.2s; }
  .world_bg.active { top: 0; transition: 0.6s 0s; }
  
  
  .world_wrap.on .world_tit h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  .world_wrap.on .world_tit h4 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  .world_wrap.on .world_tit { opacity: 0; transform: translate(0); transition: 0.8s 1.8s; }
  .world_wrap.on .world_bt.bt01 { opacity: 1; transform: translate(0); transition: 0.8s 1.8s; }
  .world_wrap.on .world_bt.bt02 { opacity: 1; transform: translate(0); transition: 0.8s 2.1s; }
  .world_wrap.on .world_bt.bt03 { opacity: 1; transform: translate(0); transition: 0.8s 2.4s; }
  .world_wrap.on .world_bt.bt04 { opacity: 1; transform: translate(0); transition: 0.8s 2.7s; }
  
  .world_wrap.on .circle_box>div>div>img { opacity: 1; filter: blur(0); transition-duration: 1.0s; position: absolute; }
  .world_wrap.on .circle_box>div>div>img:nth-child(1) { transition-delay: 1.5s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(2) { transition-delay: 1.8s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(3) { transition-delay: 2.1s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(4) { transition-delay: 2.4s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(5) { transition-delay: 2.7s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(6) { transition-delay: 3s; }
  
  .world_wrap.on .circle_box>div>div>img:nth-child(7) { transition-delay: 1.36s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(8) { transition-delay: 1.42s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(9) { transition-delay: 1.48s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(10) { transition-delay: 1.54s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(11) { transition-delay: 1.60s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(12) { transition-delay: 1.66s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(13) { transition-delay: 1.72s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(14) { transition-delay: 1.78s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(15) { transition-delay: 1.84s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(16) { transition-delay: 1.90s; }
  .world_wrap.on .circle_box>div>div>img:nth-child(17) { transition-delay: 1.96s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(1) { transition-delay: 2.02s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(2) { transition-delay: 2.08s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(3) { transition-delay: 2.14s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(4) { transition-delay: 2.20s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(5) { transition-delay: 2.26s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(6) { transition-delay: 2.32s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(7) { transition-delay: 2.38s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(8) { transition-delay: 2.44s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(9) { transition-delay: 2.50s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(10) { transition-delay: 2.56s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(11) { transition-delay: 2.62s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(12) { transition-delay: 2.68s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(13) { transition-delay: 2.74s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(14) { transition-delay: 2.80s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(15) { transition-delay: 2.86s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(16) { transition-delay: 2.92s; }
  .world_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(17) { transition-delay: 2.98s; }
  
  /**/
  
  .design_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }
  
  .design_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; justify-content: center; align-items: center; }
  .design_tit>div { transform: translateY(-23.75vh); }
  .design_tit h2 { font-family: 'Brown', sans-serif; font-size: 3.75rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); letter-spacing: 0.25rem; padding-left: 0.25rem; }
  .design_tit h2 span { color: #614332; }
  .design_tit h4 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; margin-top: 1.375rem; opacity: 0; transform: translateY(3rem); }
  
  .design_bd { position: absolute; left: 0; right: 0; bottom: -17rem; margin: auto; z-index: 9; opacity: 0; }
  
  .design_line_box { width: 100%; height: calc(100% - 9.0625rem); position: absolute; left: 0; bottom: 0; z-index: 1; }
  .design_line_box>div { width: 0%; height: 1px; position: absolute; background-color: #bebebe; }
  .design_line01 { left: 0; top: 0; }
  .design_line02 { right: 0; top: 25%; }
  .design_line03 { left: 0; top: 50%; }
  .design_line04 { right: 0; top: 75%; }
  
  .design_bottom { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
  
  .design_box { width: 90%; height: calc(100% - 9.0625rem); position: absolute; left: 0; right: 0; margin: auto; bottom: 0; max-width: 1280px; transform: translateX(-6.625rem); z-index: 9; }
  
  .design_img_box { width: 100%; height: 100%; position: absolute; left: 0; z-index: 1; display: flex; justify-content: flex-start; align-items: center; }
  .design_img { position: absolute; opacity: 0; }
  .design_img.img01 { right: 0; top: 3.25rem; transform: translateY(3rem); }
  .design_img.img02 { position: relative; margin-top: -1rem; transform: translateY(-3rem); }
  .design_img.img03 { left: 19.5rem; bottom: 2.25rem; transform: translateY(3rem); }
  .design_img_box h6 { font-family: 'Brown', sans-serif;  font-size: 0.875rem; letter-spacing: 0.125rem; margin-top: 0.875rem; }
  
  .design_txt_box { width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; position: relative; z-index: 9; }
  .design_txt { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; text-align: left; opacity: 0; }
  .design_txt br { display: none; }
  .design_txt h3 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; }
  .design_txt p { font-size: 0.875rem; line-height: 100%; margin-top: 1rem; opacity: 0.7; font-weight: 500; }
  .design_txt.txt01 { transform: translateX(-5rem); }
  .design_txt.txt02 { margin-left: 18.75rem; transform: translateX(5rem); }
  .design_txt.txt03 { margin-left: 47.5rem; transform: translateX(5rem); }
  .design_txt.txt04 { margin-left: 37.5rem; transform: translateX(-5rem); }
  
  
  .design_wrap.on .design_line_box>div { width: 100%; transition: 3s 0s; }
  .design_wrap.on .design_tit h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  .design_wrap.on .design_tit h4 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  .design_wrap.on .design_tit { opacity: 0; transform: translate(0); transition: 0.8s 1.8s; }
  .design_wrap.on .design_bd { opacity: 1; transform: translateX(37rem); transition: all 1.2s 1.8s, opacity 1.2s 0.2s; }
  .design_wrap.on .design_txt { opacity: 1; transform: translate(0); transition: 1.0s 2.4s; }
  .design_wrap.on .design_img { opacity: 1; transform: translate(0); transition: 1.0s 2.4s; }
  
  /*  */
  
  .high_wrap { width: 200vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; transition: 2.4s; }
  .high_wrap>div { width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
  .high_wrap>div>div { position: relative; z-index: 9; }
  
  .high_wrap .imgc { width: 100%; left: 0; right: 0; margin: auto; text-align: center; bottom: 1.75rem; }
  .high01 .imgc { opacity: 0.3; }
  
  .high01 { background-color: #000; }
  .high01::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/high_bg.jpg) center no-repeat; background-size: cover; z-index: 2; opacity: 0.1; }
  
  .high_tit { color: #fff; }
  .high_tit h2 { font-family: 'Brown', sans-serif; font-size: 3.75rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); letter-spacing: 0.25rem; padding-left: 0.25rem; }
  .high_tit h2 span { color: #614332; }
  .high_tit h4 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; margin-top: 1.375rem; opacity: 0; transform: translateY(-3rem); }
  
  .high_logo_box { margin-top: 6.25rem; display: flex; justify-content: center; align-items: center; gap: 6.25rem; opacity: 0; transform: translateY(3rem); }
  .high_logo_box>div:last-child { width: 480px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
  
  .high_x { width: 4.5rem; height: 4.5rem; cursor: pointer; position: relative; }
  .high_x:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
  .high_x:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }
  
  .high02>div { width: 90%; max-width: 1580px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 3rem 3.375rem; transform: translateY(1rem); }
  
  .high_content { width: calc(33% - 2rem); box-sizing: border-box; padding: 3.125rem 2.125rem; text-align: left; position: relative; opacity: 0; }
  .high_content.con06,
  .high_content.con07 { padding: 0; }
  .high_content.con06>div,
  .high_content.con07>div { display: flex; justify-content: center; align-items: center; overflow: hidden; }
  .high_content>div>div { display: flex; justify-content: flex-start; align-items: center; gap: 0.875rem; }
  .high_content h3 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; }
  .high_content p { font-size: 0.9375rem; line-height: 100%; margin-top: 1.25rem; opacity: 0.7; font-weight: 500; }
  .high_content p br { display: none; }
  .high_content::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
  .high_content::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
  .high_content span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
  .high_content span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
  .high_content span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }
  .high_content.con06::before,
  .high_content.con07::before,
  .high_content.con06::after,
  .high_content.con07::after,
  .high_content.con06 span,
  .high_content.con07 span { display: none !important; }
  
  .high_content:hover h2 { color: #ffc83d; }
  .high_content:hover::before,
  .high_content:hover::after { width: calc(100% + 2px); }
  .high_content:hover span::before,
  .high_content:hover span::after { height: calc(100% + 2px); }
  
  .high_img { display: flex; justify-content: center; align-items: center; gap: 0.625rem; }
   
  
  
  
  .high_wrap.active2 { transform: translateX(-100vw); }
  
  .high_wrap.on .high_tit h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  .high_wrap.on .high_tit h4 { opacity: 0.4; transform: translate(0); transition: 1.2s 0.2s; }
  .high_wrap.on .high_logo_box { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
  
  .high_wrap.on2 .high_content { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
  
  /*  */
  
.news_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-end; align-items: center; transition: 2.4s;}
.news_box { width: 100%; position: relative; display: flex; justify-content: flex-end; align-items: center; }
.news_box>div:first-child { width: 90%; max-width: 1720px; position: relative; z-index: 9; transform: translateY(1rem); display: flex; justify-content: space-between; align-items: flex-start; }

.news_tit { text-align: left; margin-top: 5rem; opacity: 0; transform: translateX(-5rem); }
.news_tit h2 { font-family: 'Brown'; font-size: 3.5rem; line-height: 100%; text-transform: uppercase; }
.news_tit h5 { font-size: 1.125rem; line-height: 100%; margin-top: 1rem; }

.swiper_news { width: 100%; max-width: 1180px; padding: 3.125rem; margin: 0; opacity: 0; }
/* .swiper_iswiper_newsnsta .swiper-wrapper { gap: 3rem; } */

.news_content { width: 28.5rem; height: 26.375rem; background-color: #fff; display: block; position: relative; border: 1px solid #b3b3b3; text-align: left; transition: 0.5s; }
.news_content a { display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: center; padding: 3rem; box-sizing: border-box; }
.news_content a::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.news_content a::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.news_content a span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.news_content a span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.news_content a span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }

.news_content:hover { box-shadow: 0 0 30px rgba(0,0,0,0.3); }

.news_content a:hover::before,
.news_content a:hover::after { width: calc(100% + 2px); }
.news_content a:hover span::before,
.news_content a:hover span::after { height: calc(100% + 2px); }

.news_content h5 { font-size: 0.875rem; line-height: 100%; color: #614332; }
.news_content h2 { font-size: 1.375rem; line-height: 136%; margin-top: 1.375rem; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news_content p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; margin-top: 1.75rem; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news_content h6 { font-size: 0.75rem; line-height: 100%; color: #614332; margin-top: 5.25rem; }

.news_go { width: 80px; height: 40px; position: absolute; right: 3rem; bottom: 3rem; opacity: 0; transform: translateX(-1rem); transition: 0.5s; }
.news_go::after { content: '' ;width: 40px; height: 40px; position: absolute; right: 0; top: 0; border-radius: 100%; background-color: #000; opacity: 0.4; z-index: 1; }
.news_go>div { width: 63px; height: 100%; position: relative; z-index: 9; }
.news_go>div::before { content: ''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.news_go>div::after { content: ''; width: 6px; height: 6px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.news_content:hover .news_go { opacity: 1; transform: translate(0); }

.news_arrow { width: 90%; max-width: 1140px;position: absolute; left: 0; right: 0; bottom: -1rem; margin: auto; margin: auto; display: flex; justify-content: center; align-items: flex-start; z-index: 10; opacity: 0; }
.news_arrow>div { display: flex; justify-content: center; align-items: center; gap: 0px; }
.news_arrow .swiper-pagination { width: 58px; font-family: 'Noto Sans KR', sans-serif; display: flex; color: #000; justify-content: center; align-items: center; gap: 8px; bottom: 0; position: relative; margin: 0; padding: 0; font-size: 12px; line-height: 100%; transform: translateY(-1px); }
.news_arrow .swiper-pagination span { width: 13px; }
.news_arrow .swiper-pagination .slash { width: 1px; height: 9px; background-color: #000; display: block; transform: translateY(1px); }
/* .news_arrow .swiper-pagination4 .swiper-pagination-total { opacity: 0.5; } */
.news_arrow .swiper-button-prev,
.news_arrow .swiper-button-next { width: 25px; height: 25px; position: relative; bottom: 0; left: 0; outline: none; margin: 0; padding: 0; }
.news_arrow .swiper-button-prev::after { content: ''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); }
.news_arrow .swiper-button-next::after { content: ''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); }




.news_wrap .circle_box { z-index: 1; margin-top: 7rem; }

.news_wrap.on .news_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.news_wrap.on .swiper_news { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.news_wrap.on .news_arrow { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.news_wrap.on .circle_box>div>div>img { position: absolute; opacity: 1; filter: blur(0); transition-duration: 1.0s; }
.news_wrap.on .circle_box>div>div>img:nth-child(1) { transition-delay: .33s; }
.news_wrap.on .circle_box>div>div>img:nth-child(2) { transition-delay: .7s; }
.news_wrap.on .circle_box>div>div>img:nth-child(3) { transition-delay: 1s; }
.news_wrap.on .circle_box>div>div>img:nth-child(4) { transition-delay: 1.3s; }
.news_wrap.on .circle_box>div>div>img:nth-child(5) { transition-delay: 1.6s; }
.news_wrap.on .circle_box>div>div>img:nth-child(6) { transition-delay: 1.98s; }

/*  */

  .contact_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 2.4s;}
  .contact_wrap>div:last-child { width: 90%; max-width: 677px; position: relative; z-index: 9; transform: translateY(2rem);}
  
  .contact_box { width: 100%; position: relative; opacity: 0; transform: translateY(-3rem); }
  
  .contact_img { width: 100%; border: 1px solid #bebebe; position: relative; }
  .contact_img img { width: 100%; }
  .contact_img::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
  .contact_img::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
  .contact_img span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
  .contact_img span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
  .contact_img span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }
  
  .contact_img:hover::before,
  .contact_img:hover::after { width: calc(100% + 2px); }
  .contact_img:hover span::before,
  .contact_img:hover span::after { height: calc(100% + 2px); }
  
  .contact_tit { position: absolute; left: -11rem; top: 1.625rem; z-index: 9; }
  .contact_tit h2 { font-family: 'Brown', sans-serif; font-size: 2.0625rem; line-height: 100%; }
  .contact_tit h3 { width: 200%; font-family: 'antro'; font-size: 2.0625rem; position: absolute; right: -14.25rem; top: 0.75rem; z-index: 9; color: #614332; }
  
  .contact_add { display: flex; justify-content: space-between; align-items: center; gap: 2.625rem; position: relative; margin-top: 2.25rem; text-align: left; }
  .contact_add h4 { font-family: 'gg'; font-size: 1.125rem; line-height: 100%; font-weight: 400; letter-spacing: 0; }
  .contact_add p { font-size: 0.875rem; line-height: 100%; margin-top: 0.625rem; opacity: 0.7; font-weight: 500; }
  
  .contact_bt { display: flex; justify-content: flex-end; align-items: center; margin-right: 0; gap: 0.3125rem; }
  
  
  
  
  
  .contact_wrap .circle_box { z-index: 1; }
  
  .contact_wrap.on .contact_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
  /* .contact_wrap.on .contact_box { opacity: 1; transform: translate(0); transition: 1.2s 1.8s; } */
  .contact_wrap.on .circle_box>div>div>img { position: absolute; opacity: .5; filter: blur(0); transition-duration: 1.0s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(1) { transition-delay: .33s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(2) { transition-delay: .7s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(3) { transition-delay: 1s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(4) { transition-delay: 1.3s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(5) { transition-delay: 1.6s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(6) { transition-delay: 1.98s; }
  
  .contact_wrap.on .circle_box>div>div>img:nth-child(7) { transition-delay: 0.36s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(8) { transition-delay: 0.42s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(9) { transition-delay: 0.48s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(10) { transition-delay: 0.54s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(11) { transition-delay: 0.60s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(12) { transition-delay: 0.66s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(13) { transition-delay: 0.72s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(14) { transition-delay: 0.78s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(15) { transition-delay: 0.84s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(16) { transition-delay: 0.90s; }
  .contact_wrap.on .circle_box>div>div>img:nth-child(17) { transition-delay: 0.96s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(1) { transition-delay: 1.02s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(2) { transition-delay: 1.08s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(3) { transition-delay: 1.14s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(4) { transition-delay: 1.20s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(5) { transition-delay: 1.26s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(6) { transition-delay: 1.32s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(7) { transition-delay: 1.38s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(8) { transition-delay: 1.44s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(9) { transition-delay: 1.50s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(10) { transition-delay: 1.56s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(11) { transition-delay: 1.62s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(12) { transition-delay: 1.68s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(13) { transition-delay: 1.74s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(14) { transition-delay: 1.80s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(15) { transition-delay: 1.86s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(16) { transition-delay: 1.92s; }
  .contact_wrap.on .circle_box>div>div:nth-child(2)>img:nth-child(17) { transition-delay: 1.98s; }
  
  /*  */
  
  #footer { overflow: visible; }
  
  .footer { width: 100%; padding: 2.875rem 6.25rem 8.25rem; box-sizing: border-box; z-index: 99; background-color: #000; color: rgba(255,255,255,0.4); position: relative; font-family: 'Noto Sans KR', sans-serif; 
  box-sizing: border-box; font-size: 0.875rem; text-align: center; letter-spacing: -0.5px; display: flex; justify-content: space-between; align-items: flex-start; }
  .footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
  
  .footer_const { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 1.875rem; }
  .footer_const li { position: relative; padding: 0 0.25rem; line-height: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 0.5rem; }
  /* .footer_const li:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: 0px; margin: auto; } */
  .footer_const li:first-child { padding-left: 0; }
  .footer_const li:nth-child(2) { margin-right: 1rem; }
  .footer_const li:last-child:after { display: none; }
  .footer_const li span { font-size: 1rem; color: #fff; }
  
  .footer_const_img { width: 14.75rem; margin-top: 3.5rem; }
  
  .footer_info { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 0.625rem; }
  .footer_info.white { color: #fff; }
  .footer_info li { padding: 0 0.625rem; line-height: 100%; position: relative; }
  .footer_info li:after { position: absolute; content:''; width: 1px; height: 0.625rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: 1px; margin: auto; }
  .footer_info.white li:after { opacity: 1; }
  .footer_info li:first-child { padding-left: 0; }
  .footer_info li span { color: #fff; }
  .footer_info li:last-child:after { display: none; }
  
  .footer h6 { line-height: 100%; letter-spacing: 0; position: absolute; left: 6.25rem; top: 12rem; }
  
  .footer_right { text-align: right; }
  .footer_right>div { display: flex; justify-content: flex-end; align-items: center; }
  .footer_right>div h4 { line-height: 100%; position: relative; font-weight: 600; color: #fff; margin-right: 1.5rem; }
  .footer_right>div h4 span { color: #fff; }
  .footer_right p { font-size: 0.8125rem; line-height: 170%; margin-top: 0px; letter-spacing: -0.3px; margin-top: 1.25rem; }
  
  .footer_bt { width: 13.75rem; height: 3.75rem; border: 1px solid rgba(255,255,255,0.4); }
  .footer_bt a { width: 100%; height: 100%; padding: 0 1.875rem; display: flex; justify-content: space-between; align-items: center; color: #fff; box-sizing: border-box; }
  .footer_bt span { width: 4px; height: 4px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }
  
  .footer.end:after { display: block; }
  
  /* span.yellow { color: #fcff00 !important; } */
  
  .top_bt { width: 50px; height: 50px; border: 1px solid #888; z-index: 99999; position: absolute; right: 0; left: 0; margin: auto; top: -30px; cursor: pointer; border-radius: 100%; opacity:  0; transition: 0.8s; }
  .top_bt:before { content:''; width: 8px; height: 8px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; border-left: 1px solid #888; border-top: 1px solid #888; transform: rotate(45deg); z-index: 9; }
  .top_bt::after { content: ''; width: 1px; height: 64px; background-color: #888; position: absolute; left: 0; right: 0; margin: auto; top: 23px; }
  
  
  
  .footer.on:after { display: block; }
  .footer.on .top_bt { opacity: 1; top: -65px; transition: 0.8s 0.2s; }
  .footer.active .top_bt { opacity: 1; top: -65px; }
  
  /*  */
  
  
  .guest_pop_wrap { width: 70%; height: 100%; position: fixed; right: -70%; top: 0; z-index: 99999999; display: flex; background-color: #fff; justify-content: center; align-items: center; transition: 0.8s 0s; }
  .guest_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
  
  .guest_pop { width: 90%; max-width: 1300px; position: relative; display: flex; justify-content: center; align-items: center; z-index: 9; flex-wrap: wrap; }
  .guest_pop img { width: 100%; }
  .guest_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
  .guest_pop_close { width: 2.75rem; height: 2.75rem; position: absolute; right: 1.875rem; top: 1.875rem; cursor: pointer; transition: 0.5s; z-index: 99; }
  .guest_pop_close:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(45deg); }
  .guest_pop_close:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(-45deg); }
  .guest_pop_close:hover { transform: rotate(360deg); }
  
  .guest_pop_tit { text-align: center; width: 100%; margin-bottom: 1.875rem; }
  .guest_pop_tit h2 { font-size: 2.1875rem; line-height: 100%; }
  .guest_pop_tit span { display: inline-block; width: 1px; height: 2.375rem; background-color: #404040; margin: auto; margin-top: 2.1875rem; }
  
  .guest_pop_wrap.active { right: 0; transition: 0.8s 0.2s; }
  .guest_pop_bg.active { left: 0; transition: 0.6s 0s; }
  
  
  .guest_wrap { position: fixed; left: 0; top: -100%; z-index: 99999999; width: 100%; height: 100vh; max-height: 1000px; overflow: hidden; text-align: left; display: flex; justify-content: center; align-items: center; background: #fff; transition: 0.8s 0s; box-sizing: border-box; overflow-x: hidden; }
  .guest_wrap { position: relative; top: 0; width: 100%; height: auto; max-height: revert; margin: auto; overflow: visible; }
  .guest_wrap>div>div:last-child { width: 100%; }
  
  .guest_bg { position: fixed; left: 0; bottom: -100%; z-index: 99999998; width: 100%; height: 100%; background-color: #000; opacity: 0.7; transition: 0.6s 0s; cursor: pointer; }
  
  .guest_wrap.active { top: 0; transition: 0.8s 0s; }
  .guest_bg.active { bottom: 0; transition: 0.6s 0s; }
  
  body.sub .guest_wrap { position: relative; top: 0; z-index: 9; }
  body.sub .guest_close { display: none; }
  
  @media all and (min-width: 800px) { 
  /*	body.sub .guest_wrap { padding-top: 130px; }*/
  }
   
  /*.guest_wrap>div { overflow-x: hidden; padding-bottom: 3px; }*/
  .guest_wrap>div { padding-bottom: 3px; }
  
  /*.guest_wrap>div>div:last-child { width: 90%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; opacity: 0; transform: translateY(60px); }*/
  .guest_wrap>div>div:last-child { width: 100%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
  
  /*.guest_tit { text-align: center; margin-bottom: 55px; opacity: 0; transform: translateY(-50px); }*/
  .guest_tit { text-align: center; margin-bottom: 55px; }
  .guest_tit h1 { font-size: 55px; line-height: 100%; }
  .guest_tit p { font-size: 15px; line-height: 100%; opacity: 0.7; margin-top: 25px; font-weight: 500; }
  
  
  .guest_wrap h2 { font-size: 18px; line-height: 100%; margin-bottom: 18px; font-weight: 600; }
  .guest_box h6 { font-size: 14px; line-height: 22px; position: absolute; right: 0; top: 0; font-weight: 500; }
  .guest_box b.red { color: #f71313; }
  .guest_box p b.red { margin-left: 3px; }
  
  .guest_wrap .guest_box { width: 100%; margin-right: 0%; margin-bottom: 40px; }
  .guest_wrap .guest_box:nth-child(2n) { margin-right: 0; }
  .guest_wrap .guest_box input { font-family: 'Noto Sans KR', sans-serif; }
  
  .guest_box.m { width: 100% !important; margin-top: 10px; position: relative; }
  
  .guest_ori { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 40px; }
  /*.guest_box h6 { font-size: 14px; line-height: 100%; font-weight: 500; }*/
  /* .guest_kakao {  } */
  .guest_kakao a { display: flex; justify-content: center; align-items: center; }
  .guest_kakao p { font-size: 14px; line-height: 100%; position: relative; display: inline-block; margin-left: 10px; transform: translateY(-1px); font-weight: 500; }
  .guest_kakao p:after { content:''; width: 0; height: 1px; background-color: #25282a; left: 0; bottom: -5px; position: absolute; transition: 0.4s; }
  
  .guest_kakao:hover p:after { width: 100%; }
  
  .per_agree_box { width: 100%; height: 175px; overflow: scroll; border: 1px solid #b6b6b6; box-sizing: border-box; padding: 0 25px; padding-top: 20px; letter-spacing: -1px;
  font-size: 14px; line-height: 30px; color: #6f6f6f; padding-bottom: 40px; }
  .per_agree_box::-webkit-scrollbar { display: block; width: 10px; height: 100%; background-color: #f3f3f3; }
  .per_agree_box::-webkit-scrollbar-thumb { width: 100%; background-color: #cacaca; border-radius: 20px; }
  .per_agree_box b { font-size: 16px; color: #25282a; }
  .per_agree_box a { color: #ff4e00; position: relative; margin-left: 10px; top: -1px; }
  .per_agree_box a.pc { display: inline-block; }
  .per_agree_box a.m { display: none; }
  .per_agree_box a:after { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background-color: #ff4e00; }
  
  .per_agree_bt_box { text-align: left; font-size: 13px; font-weight: 400; line-height: 15px; margin-top: 20px; height: 20px; position: relative; }
  /*.per_agree_bt_box input[type="radio"] { display: none; }
  .per_agree_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 30px; }
  .per_agree_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
  .per_agree_bt_box input[type="radio"] + label:after { content: ''; position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; background: transparent; border-radius: 100%; }
  .per_agree_bt_box input[type="radio"] + label:last-child { margin-right: 0; }
  .per_agree_bt_box input[type="radio"]:checked + label:before { background: #25282a; border: 1px solid #25282a; }
  .per_agree_bt_box input[type="radio"]:checked + label:after { background: #fff; }*/
  
  .radio_bt[type='radio'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 1rem; height: 1rem; border: 1px solid #aaa; border-radius: 100%; outline: none; position: relative; cursor: pointer; box-sizing: border-box; }
  .radio_bt[type='radio']:after { content:''; width: 0.5rem; height: 0.5rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #0075ff; border-radius: 100%; display: none; }
  .radio_bt[type='radio']:checked { border-color: #0075ff; }
  .radio_bt[type='radio']:checked:after { display: block; }
  .radio_bt[type='radio'] + label { margin-right: 0.25rem; }
  
  .per_check_box { text-align: center; margin-top: 30px; }
  .per_check_box label { font-size: 18px; }
  .per_check_box input#agreeYny { display: none; }
  .per_check_box input#agreeYny + label { cursor: pointer; position: relative;}
  .per_check_box input#agreeYny + label > span { vertical-align: middle; padding-left: 8px; }
  .per_check_box input#agreeYny + label:before { content:""; display: inline-block; width: 19px; height: 19px; border:2px solid #bbb; border-radius: 2px; vertical-align: middle; margin-top: 2px; }
  .per_check_box input#agreeYny + label:after { content:''; width: 9px; height: 5px; border: 2px solid #ddd; border-top: 0; border-right: 0; transform: rotate(-45deg); transform-origin: center; position: absolute; left: 6px; top: 2px; bottom: 0; margin: auto; }
    
  input#agreeYny:checked + label:before { content:""; background-color: #0075ff; border-color: #0075ff; }
  input#agreeYny:checked + label:after { border-color: #fff; }
  
  /**/
  
  
  .info_box { width: 100%; text-align: left; }
  
  .info_box>p { width: 100%; border: 1px solid #b6b6b6; border-top: 1px solid #25282a; box-sizing: border-box; font-size: 13px;  padding: 30px; padding-left: 22px; margin-bottom: 0px; }
  
  .info_box>ul { border-top: 1px solid #25282a; box-sizing: border-box; text-align: left; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; border-top: none; overflow: hidden; padding-top: 2px; }
  .info_box>ul>li { float: left; width: 50%; height: 60px; vertical-align: top; border-top: 1px solid #b6b6b6; position: relative; box-sizing: border-box;  justify-content: flex-start; align-items: center; flex-wrap: wrap; }
  .info_box>ul>li p { float: left; line-height: 58px; font-size: 16px; padding-left: 2px; width: 100%; font-weight: 500; box-sizing: border-box; position: relative; }
  /*.info_box>ul>li:after { content:''; width: 105px; height: 1px; background-color: #25282a; position: absolute; left: 0; top: -1px; z-index: 9; }*/
  
  .info_box>ul>li:nth-child(2n-1) { width: 9%; border-top: 1px solid #25282a; }
  .info_box>ul>li:nth-child(2n) { width: 41%; }
  .info_box>ul>li:last-child { width: 91%; height: auto; }
  .info_box>ul>li:nth-last-child(2) { width: 9%; }
  .info_box>ul>li:nth-child(4),.info_box>ul>li:nth-child(6) { padding: 17px 0; padding-left: 10px; }
  
  .info_box.adress>ul { border-top: 1px solid #25282a; box-sizing: border-box; }
  .info_box.adress>ul>li { width: 100%; height: 150px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
  /*.info_box.adress>ul>li>p { float: left; }*/
  
  .info_box input { font-size: 16px; height: 100%; line-height: 31px; border: none; outline: none; margin-top: 0px; padding-left: 10px; text-align: left; box-sizing: border-box; color: #25282a; }
  .info_name { width: 100%; }
  
  .info_number_box { height: 100%; float: left; }
  
  .info_number01 { width: 65px; height: 100%; float: left; background: none; border: none; margin-top: 0px; padding: 0 5px; font-size: 16px; line-height: 31px; }
  .info_number02 { width: 50px; float: left; }
  .info_number03 { width: 50px; float: left; }
  .info_box>ul>li span { float: left; line-height: 60px; margin: 0 5px; }
  
  .info_address { width: 100%; float: left; }
  .info_address>ul { width: 100%; }
  .info_address>ul>li { width: 100%; height: 60px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
  .info_address>ul>li:last-child { border: none; }
  /*.info_address>ul>li p { float: left; }*/
  
  .info_address01 { width: 15%; height: 33px; float: left; margin-right: 1%; }
  /*.info_address03 { width: 34%; height: 33px; float: left; margin-right: 1%; }*/
  .info_address03 { width: 65%; height: 33px; float: left; margin-right: 1%; }
  .info_address04 { width: 30%; height: 33px; float: left; margin-right: 3%; }
  .info_address05 { width: 50%; height: 33px; float: left; }
  .info_address02 { width: 120px;; height: 35px !important; margin-top: 12px !important; float: left; margin-left: 1%; text-align: center !important; padding: 0 !important; cursor: pointer; background-color: #25282a !important; 
  border: 1px solid #25282a !important; color: #fff !important; font-size: 12px !important; float: right; }
  
  
  .info_bt_box { float: left; text-align: left; font-size: 13px; font-weight: 400; line-height: 16px; margin-top: 0px; height: 100%; position: relative; box-sizing: border-box; }
  .info_bt_box input[type="radio"] { display: none; }
  .info_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 25px; }
  .info_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
  .info_bt_box input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 8px; height: 8px; background: #101f3a; border-radius: 100%; }
  
  
  /**/
  
  .guest_bt_box { width: 260px; height: 66px; margin: auto; margin-top: 0px; display: flex; justify-content: space-between; text-align: center; color: #25282a; font-size: 18px; }
  .guest_bt_box>div { width: 100%; height: 100%; line-height: 64px; }
  .guest_bt_box>div>a { width: 100%; height: 100%; display: block; }
  .guest_regi_bt { border: 1px solid #25282a; margin-right: 0px; }
  .guest_cancle_bt { background-color: #cfcfcf; }
  
  .guest_regi_bt:hover { background-color: #25282a; color: #fff; }
  
  
  .guest_close { position: absolute; top: 20px; right: 25px; z-index: 9; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 10px; }
  .guest_close p { font-family: 'Futura Std', sans-serif; font-size: 12px; line-height: 100%; text-transform: uppercase; margin-right: 15px; margin-top: 1px; letter-spacing: 0; }
  .guest_close>span { width: 20px; height: 20px; position: relative; display: block; }
  .guest_close>span:before { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(45deg); }
  .guest_close>span:after { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); }
  
  .m_br { display: none; }
  
  
  .guest_wrap.active .guest_tit { opacity: 1; transform: translate(0); transition: 0.8s 0.2s; }
  .guest_wrap.active>div>div:last-child { opacity: 1; transform: translate(0); transition: 0.8s 0.7s; }
  
  
  /**/
  
  .guest_wrap.ok { height: auto; padding: 60px 0 20px; }
  .guest_ok_box { width: 100%; max-width: 1300px; margin: auto; position: relative; text-align: center; transform: translateY(20px); }
  
  .guest_ok_box>h3 { font-size: 33px; line-height: 40px; font-weight: 700; }
  .guest_ok_box>p { font-size: 15px; line-height: 30px; opacity: 0.7; margin-top: 30px; margin-bottom: 120px; }
  
  .guest_ok_bg { position: absolute; right: -80px; top: -120px; }
  
  /**/
  
  
  /*서브*/
  
  .sub_top01 { position: relative; left: 0; top: 0; width: 100%; height: 345px; z-index: 99; margin-top: 0px; overflow: hidden; }
  .sub_top01:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/sub_top.png) center top no-repeat; background-size: cover; z-index: 2; }
  .sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
  
  .sub_top01 .sub_top_img { background: url(../img/sub_top.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
  
  .sub_top_txt { width: 100%; position: absolute; left: 0; right: 0; top: 55%; margin: auto; z-index: 9; color: #fff; text-align: center; display: flex; justify-content: center; align-items: center; animation: sub_top_txt 1.0s 0.4s both; }
  .sub_top_txt h5 { font-size: 16px; line-height: 100%; font-weight: 300; letter-spacing: 5px; text-transform: uppercase; }
  .sub_top_txt>div { width: 95px; height: 1px; background-color: #fff; margin: 0 15px; }
  .sub_top_txt h3 { font-size: 28px; line-height: 100%; font-weight: 700; letter-spacing: -1px; }
  
  
  @keyframes sub_img {
    from { background: url(../img/sub_top.jpg) center bottom no-repeat; background-size: cover; }
    to{ }
  }
  @keyframes sub_top_img {
    from { transform: scale(1.2); }
    to{ }
  }
  @keyframes sub_top_txt {
    from { opacity: 0; transform: translateY(60px); }
    to{ }
  }
  
  #snb_wrap { width: 1100px; height: 65px; position:relative; margin: auto; z-index: 90; }
  #snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; }
  #snb:after {content:""; display:block; clear:both; }
  #snb > li { float: left; width: 200px; position:relative; height: 65px; text-align: left; box-sizing: border-box; color: #000; }
  #snb > li > a:after { content:''; position: absolute; width: 1px; height: 20px; background-color: #adadad; right: 0; top: 0; bottom: 0; margin: auto; }
  #snb > li:first-child { width: 60px; }
  #snb > li:first-child img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
  #snb > li:nth-child(3) { width: 220px; }
  #snb > li:nth-child(3) > a:after { display: none; }
  #snb > li:first-child + li > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; }
  #snb > li:first-child + li + li > a { margin-top:1px; color: #000; }
  /*#snb > li:first-child + li + li { border-bottom: 1px solid #e8e8e8; }*/
  #snb > li:first-child + .ov {margin-left:0;}
  #snb > li:nth-child(2):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
  #snb > li:nth-child(3):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
  #snb .ov {margin-left:-1px;}
  #snb .ov > a { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; color:#000; min-width:160px; font-weight:400; }
  
  #snb > li:nth-child(2):hover:after { transform: rotate(135deg); top: 27px; }
  #snb > li:nth-child(3):hover:after { transform: rotate(135deg); top: 27px; }
  
  #snb .ov ul {position:absolute;left:0;top:100%;min-width:100%;background:#fff; display:none; }
  #snb .ov ul li { border:1px solid #c2c2c2;margin-top:-1px; font-weight: 400; }
  #snb .ov ul li:first-child {margin-top:0;}
  #snb .ov ul li a { display:block;font-size:11.5px; color: #000; padding:11px 15px;white-space:nowrap; letter-spacing: 0; }
  #snb .ov:hover ul {display:block;}
  #snb .ov ul li a:hover { background: #ebebeb; color: #000; }
  
  #snb .ov a { text-transform: uppercase; }
  /*#snb .ov:last-child a { text-transform: uppercase; }*/
  
  body.full #sub_container { width: 100%; }
  #sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
  #sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 80px; padding-top: 0px; box-sizing: border-box; margin-top: 80px; }
  #sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; }
  #sub_tit h2 { font-size: 35px; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
  .sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 35px; }
  #sub_tit h5 { font-size: 14px; color: #858585; font-weight: 400; margin-top: 16px; }
  #sub_tit h5 b { color: #222; }
  #sub_tit h5 div { display: inline-block; color: #056b5c; }
  #sub_tit h5 span { font-size: 13px; font-family: 'Brown'; font-weight: 700; }
  #sub_page { margin-top: 50px; position: relative; }
  
  /**/
  
  ul.tabs2 { width: 100%; display: flex; justify-content: space-between; }
  ul.tabs2.two { flex-wrap: wrap; }
  ul.tabs2 li { margin-bottom: -1px; color: #222; margin-left: 2%; text-align: center; cursor: pointer; height: 45px; line-height: 45px; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; }
  ul.tabs2 li:nth-child(1) { margin-left: 0; }
  
  ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #a79482; background: #192642; border: 1px solid #192642; }	
  ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #a79482; }
  ul.tabs2 li.active { color:#fff; background: #192642; border: 1px solid #192642; }
  
   #container2 { width: 100%; max-width: 1100px; margin: auto; }
  
  
  
  
  @media all and (max-width: 1640px) { 
    
    html { font-size: 12px; }
    .main_txt { width: 35.44rem; }
    .premium_icon img { width: 100%; transform: scale(0.75); }
    .premium_txt { width: 24.56rem; }
    .brand_logo img { width: 17.25rem; }
    .footer_logo img { width: 11.56rem; }
  
  
  }