/* section */
section {padding: 5vw 0 3vw;}
section .area_title .other_txt { font-size: 72px; -webkit-transform: rotate(-11deg) translate(60%, .8em); transform: rotate(-11deg) translate(60%, .8em); }
section .area_title h2 { border-bottom: 1px var(--primary) solid; line-height: 1; letter-spacing: .4rem; font-weight: 300; font-size: 90px; }
section .area_title h3 { font-size: 32px; letter-spacing: .4rem; font-weight: 400; }
section .area_title p { letter-spacing: .2rem; font-weight: 300; font-size: 18px; }
section .area_title .more_btn { padding: 11px 30px 13px 60px; line-height: 1; border-radius: 30px; }
section .area_title .more_btn font { border-right: 1px #fff solid; line-height: 1; font-size: 15px; color: #fff; }
section .area_title .more_btn svg { width: 12px; height: 12px; fill: none; stroke: #fff; }
section .arrow_btns_box .arrow { width: 40px; height: 40px; border-radius: 50%; }
section .arrow_btns_box .arrow svg { width: 100%; height: 100%; -webkit-transform: scale(.4); transform: scale(.4); }
section .arrow_btns_box .arrow.next { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

#wrap{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;}

/* menu_area */
#menu_area{padding: 0vw 0 4vw;}
#menu_area .menuList .menuItem .item a {z-index: 10;}
#menu_area .menuList .menuItem .Txt .title{text-align: center;color: #fff;font-weight: 400;font-size: 28px;padding: 10px 0;letter-spacing: 5.5px;text-shadow: 1px 1px 11px rgb(23 69 103 / 65%);-webkit-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
#menu_area .menuList .menuItem:hover .Txt .title{-webkit-transform: scale(1.2);transform: scale(1.2);color: #3f7dab;text-shadow: 1px 1px 9px rgb(255 255 255 / 89%);font-weight: 600;}


@media screen and (max-width: 1160px){
    #menu_area .menuList .menuItem .Txt .title{font-size: 24px;}
}
@media screen and (max-width: 768px){
    #menu_area {padding: 0vw 0 14vw;}
}
@media screen and (max-width: 640px){
    #menu_area .menuList .menuItem .Txt .title{font-size: 20px;letter-spacing: 0.5px;}
	#menu_area .menuList .menuItem:hover .Txt .title{color: #2c80be;}
}
@media screen and (max-width: 550px){
	#wrap{top: 42%;}
}