body {font-family: 'Noto Sans KR', sans-serif !important; overflow-x: hidden;}
.visual {display: flex; align-items: center; justify-content: center; flex-flow: column; width: 100%; min-height: 100vh; height: auto; background: url(./../img/visual.webp)no-repeat 50% 50%; background-size: cover; overflow: hidden;}
.visual .vs_txt {width: 850px; margin: 0 auto; text-align: center;}
.visual .tit {margin-bottom: 40px; font-size: 60px; font-weight: bold; line-height: 1.45; color: #fff;}
.visual .txt {margin-bottom: 60px; font-size: 24px; font-weight: 300; line-height: 1.46; color: #fff; text-align: left;}
.logo {width: 351px; height: auto; margin: 0 auto; margin-bottom: 60px;}
.logo img {width: 100%; height: auto;}
.image {margin-bottom: 60px;}
.link_a {display: flex; align-items: center; justify-content: center; width: 100%; height: 60px; margin-bottom: 10px; background: #FF6780; border-radius: 10px; font-size: 28px; font-weight: bold; text-align: center; color: #fff; transition: all 0.3s;}
.link_a:hover {transform: scale(1.2); transition: all 0.3s;}
.link_a:last-of-type {margin-bottom: 0;}
.visual .kakao {display: flex; align-items: center; justify-content: center; background: #ffeb3b; width: 100%; height: 80px; border-radius: 40px; box-sizing: border-box; font-size: 30px; font-weight: bold; color: #3e2723; cursor: pointer;}
.visual .kakao img {width: 50px; height: 50px; margin-right: 10px;}

.copyright {position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%); display: block; width: 100%; font-size: 13px; font-weight: 300; line-height: 1.92; color: #c7c7c7; text-align: center;}