#footerVue { position: relative; width: 100%; background: #142b37; clear: both; }
#footerVue .footer_con { display: flex; justify-content: flex-start; flex-direction: row; flex-flow: column; padding: 50px 0; }
#footerVue .footer_con .logo_sec { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
#footerVue .footer_con .footerlogo { width: 197px; }
#footerVue .footer_con .bizlogo { width: 225px; }

#footerVue .footer_con .txt_sec { font-size : 14px; }
#footerVue .footer_con .txt_sec .summary { padding: 5px 0 10px; color: rgba(255,255,255,1); }
#footerVue .footer_con .txt_sec .summary p { position: relative; padding: 2px 0; padding-left: 14px; color: rgba(255,255,255,1); opacity: 0.8; font-weight: 100; font-size: 14px; line-height: 1.5; }
#footerVue .footer_con .txt_sec .summary p::before { content: "※"; position: absolute; left:0; }

#footerVue .footer_con .txt_sec .cons_info { font-size: 14px; color: rgba(255,255,255,.4) !important; }
#footerVue .footer_con .txt_sec .cons_info * { font-size: inherit !important; color: inherit !important; }
#footerVue .footer_con .txt_sec .cons_info p { padding: 4px 0; line-height: 1; }
#footerVue .footer_con .txt_sec .cons_info p span  { position: relative; display: inline-block; padding: 0 10px; }
#footerVue .footer_con .txt_sec .cons_info p span::before { content: ""; width: 1px; height: 11px; position: absolute; right: 0; top: 5px; background:rgba(255,255,255,.2); }
#footerVue .footer_con .txt_sec .cons_info p span:last-child::before { background: none; }
#footerVue .footer_con .txt_sec .cons_info p span:first-child { padding-left: 0; }
#footerVue .footer_con .copyright { color: rgba(255,255,255,0.2); text-transform: uppercase; margin-top: 14px; font-size: 14px; }
#footerVue .footer_con .link_sec { align-items: center; display: flex; flex-direction: column; justify-content: center; margin-left: auto; }

@media (max-width: 1023px) {
    #footerVue .footer_con .logo_sec { padding-bottom: 10px; margin-bottom: 10px; display: flex; flex-flow: column; align-items: flex-start; gap: 27px; }
    #footerVue .footer_con .copyright {text-align: center;}
    #footerVue .footer_con .txt_sec { font-size : 11px; }
    #footerVue .footer_con .txt_sec .summary { text-align: left; word-break: keep-all; }
    #footerVue .footer_con .txt_sec .summary p { font-size: 11px; }
    #footerVue .footer_con .txt_sec .cons_info { font-size: 11px; }
    #footerVue .footer_con .link_sec {padding-bottom: 10px; }
    #footerVue .footer_con .footerlogo { width: 105px; }
    #footerVue .footer_con .bizlogo { width: 175px; }

    #footerVue .footer_con .txt_sec .cons_info p span { display: block; padding: 0; line-height: 1.4; }
    #footerVue .footer_con .txt_sec .cons_info p span::before { display: none; }
    #footerVue .footer_con .copyright { text-align: left; font-size: 11px; margin-top: 11px; }
}
@media (max-width: 480px) {
    #footerVue .footer_con .link_sec { grid-row-start: auto; margin-left: inherit; padding: 5px 0 0; }
}





/*quick*/
.quicknav { position: fixed; z-index: 995; right: 20px; top: 60%; transform: translateY(-50%); background-color: #fff; overflow: hidden; border: 1px solid #093b5a; border-radius: 10px; }
.quicknav a { position: relative; display: block; padding: 15px 10px; text-align: center; }
.quicknav a img { width: 53px; }
.quicknav a p { font-weight: 500; font-size: 16px; color: #093b5a; margin-top: 10px; } 
.quicknav a::after { display: block; content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 80%; height: 1px; background-color: #ddd; }
.quicknav a:first-of-type { background-color: #093b5a; }
.quicknav a:first-of-type:after { display: none; }
.quicknav a:first-of-type img { display: inline-block; width: 53px; }
.quicknav.nodis { display: none !important; }
@media (max-width: 1535px) {
    .quicknav a { padding: 14px 9px; }
    .quicknav a img { width: 49px; }
    .quicknav a p { font-size: 15px; margin-top: 8px; }
    .quicknav a:first-of-type img { width: 49px; }
}
@media (max-width: 1279px) {
    .quicknav a { padding: 13px 8px; }
    .quicknav a img { width: 45px; }
    .quicknav a p { font-size: 14px; margin-top: 6px; }
    .quicknav a:first-of-type img { width: 45px; }
}
@media (max-width: 1023px) {
    .quicknav { display: none !important; right: initial; left: 0; bottom: 0; top: initial; transform: translateY(0); width: 100%; display: flex; flex-wrap: nowrap; border-radius: 10px 10px 0 0; border-bottom: none; } 
    .quicknav a { width: 33.3333%; padding: 10px 5px; }
    .quicknav a img { width: 35px; }
    .quicknav a p { font-size: 13px; margin-top: 8px; }
    .quicknav a:first-of-type { display: flex; align-items: center; justify-content: center; }
}

.quickblock { display: none; }
.quickblock.nodis { display: none !important; }
@media (max-width: 1023px) {
    .quickblock { display: block; height: 40px; background-color: #142b37; }
}

/* moquick */
.moquick { z-index: 995; display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 40px; }
.moquick.nodis { display: none !important; }
.moquick a { display: flex; justify-content: center; align-items: center; width: 50%; height: 100%; font-size: 14px; color: #fff; }
.moquick a:first-of-type { background-color: #393939; }
.moquick a:last-of-type { background-color: #ff0000; }
@media (max-width: 1023px) {
    .moquick { display: flex; flex-wrap: nowrap; }
}