@charset "utf-8";html{overflow:auto}.wrap{position:relative;width:clamp(1200px,81.3vw,1560px);margin:0 auto;overflow:visible;z-index:1}.pc_view{display:block!important}.tab_view{display:none!important}.sp_view{display:none!important}@keyframes btn_shine{100%{left:100%}}header{width:clamp(1200px,81.3vw,1560px);height:clamp(80px,4.6vw,90px);border-radius:clamp(80px,4.6vw,90px);background:rgba(255,255,255,.85);border:1px solid #fff;position:absolute;top:clamp(35px,2.3vw,35px);left:50%;margin-left:clamp(-780px,-40.62vw,-600px);z-index:99;padding:0 clamp(25px,1.5vw,30px);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}header .header_wrap{display:flex;align-items:center;justify-content:space-between;height:100%}header #header_left{width:20%}header #header_right{width:80%}header #header_right ul{display:flex;justify-content:flex-end;align-items:center;column-gap:clamp(35px,2.3vw,45px)}header #header_right ul li a{display:inline-block;font-weight:600;color:var(--co_navy_1);padding-left:clamp(18px,1.1vw,22px);background:url(../images/nav_ic_arrow.svg) no-repeat left center;background-size:auto 100%;transition:color .3s ease}header #header_right ul li a:hover{color:#5884cc}header #header_right ul li .btn_book{display:flex;align-items:center;justify-content:center;font-weight:700;padding:0;color:#fff;width:clamp(200px,11.9vw,230px);height:clamp(52px,3.1vw,60px);border-radius:clamp(52px,3.1vw,60px);border:2px solid #fff;background:var(--grad_orange);transition:box-shadow .3s ease;overflow:hidden}header #header_right ul li .btn_book:hover{box-shadow:0 0 1.8vw rgba(0,0,0,.1);color:#fff}header #header_right ul li .btn_book::after{position:absolute;content:"";top:0;left:-120%;width:100%;height:100%;transform:skewX(-45deg);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);opacity:.8}header #header_right ul li .btn_book:hover:after{animation:btn_shine .5s linear}footer.inner{border-top:1px solid var(--co_gray_1)}footer #footer_top{display:flex;justify-content:space-between;padding:clamp(90px,5.7vw,110px) 0 clamp(90px,5.7vw,110px)}footer #footer_top .left_box{width:25%}footer #footer_top .right_box{width:65%;padding-top:clamp(20px,1.6vw,30px)}footer #footer_top .right_box ul{display:flex;justify-content:flex-end;flex-wrap:wrap;column-gap:clamp(75px,4.4vw,85px);row-gap:clamp(35px,2.3vw,45px)}footer #footer_top .right_box ul li:nth-child(1),footer #footer_top .right_box ul li:nth-child(4){width:clamp(180px,10vw,200px)}footer #footer_top .right_box ul li:nth-child(2),footer #footer_top .right_box ul li:nth-child(5){width:clamp(150px,8.8vw,170px)}footer #footer_top .right_box ul li:nth-child(3),footer #footer_top .right_box ul li:nth-child(6){width:clamp(200px,11.4vw,220px)}footer #footer_top .right_box ul li a{display:inline-block;font-weight:600;color:var(--co_navy_1);padding-left:clamp(18px,1.1vw,22px);background:url(../images/nav_ic_arrow.svg) no-repeat left center;background-size:auto 100%;transition:color .3s ease}footer #footer_top .right_box ul li a:hover{color:#5884cc}footer #footer_bottom{font-size:clamp(13px,.8vw,15px);border-top:1px solid var(--co_gray_1);padding:clamp(35px,2.3vw,45px) 0}footer #footer_bottom .wrap{display:flex;justify-content:space-between}footer #footer_bottom ul{display:flex;justify-content:flex-end;column-gap:clamp(35px,2.3vw,45px)}footer #footer_bottom ul li a{display:inline-block;color:#556982;padding-right:clamp(17px,1.1vw,22px);background:url(../images/nav_ic_link.svg) no-repeat right center;background-size:auto 100%;transition:opacity .3s ease}footer #footer_bottom ul li a:hover{opacity:.6}