@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.main_visual_txt{}
.main_visual_txt h4{font-size: 25px; color: #546f7f; animation:aniup_compo 1.2s ease; font-family: 'GongGothicMedium'; margin: 0 0 30px 0;}
.main_visual_txt h5{font-size: 18px; color: #163468; animation:aniup_compo02 1.2s ease; font-family: 'GongGothicMedium'; margin: 0 0 10px 0;}
.main_visual_txt h6{font-size: 18px; color: #23a109; animation:aniup_compo03 1.2s ease; font-family: 'GongGothicMedium'; margin:0;}
@keyframes aniup_compo {
    0% {transform:translateY(50px); opacity:0;}
    100% {transform:translateY(0); opacity:1;}
}

@keyframes aniup_compo02 {
    0% {transform:translateY(70px); opacity:0;}
    100% {transform:translateY(0); opacity:1;}
}

@keyframes aniup_compo03 {
    0% {transform:translateY(90px); opacity:0;}
    100% {transform:translateY(0); opacity:1;}
}

.online_f{height:720px !important;}
