.web { display:none; }
.mobile { display:inline-block; }


.width { width: 0; transition: width 0.5s ease; }
.animation {  transition: all 0.5s ease; }

/* side_nav */
#menu>li:hover ul.sub-menu { position: relative !important; opacity: 1; visibility: visible }
#menu ul.sub-menu { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; padding: 90px 0 0; background: #f0d8c0; z-index: 1; opacity: 0; visibility: hidden; }
#menu>li { display: block; padding-left: 30px; margin-right: 0; cursor: pointer; }

/* footer */
footer .inner { width: 100%; margin:0 auto; padding:0px 20px; }
footer .text_box p { line-height: 1.5; word-break: keep-all; }
footer .agree_line { text-align: center; }
footer .text_box { text-align: center; }
footer .text_box .left_text,
footer .text_box .right_text { float:initial; }
footer .text_box .right_text span:nth-child(2) { margin-top: 5px; }
footer .text_box .right_text p:nth-child(3) { margin-top: 10px; }

.welcome {
  min-width: auto;
  top: 23px;
  right: 70px;
  font-size: 12px;
  line-height: 1.5;
}
.welcome a{display: block; font-size: 15px;}

header>.wrapper>div.sns {
    position: absolute;
    left: 20px;
    margin-top: 23px;
}

header .sns li {
    display: block;
    margin-right: 0;
    margin-top: 15px;
}
