|
|
@ -1,142 +1,6 @@
|
|
|
|
.hamberger {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
overflow: visible;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
height: 24px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
-webkit-transition-timing-function: linear;
|
|
|
|
|
|
|
|
transition-timing-function: linear;
|
|
|
|
|
|
|
|
-webkit-transition-duration: .15s;
|
|
|
|
|
|
|
|
transition-duration: .15s;
|
|
|
|
|
|
|
|
-webkit-transition-property: opacity,-webkit-filter;
|
|
|
|
|
|
|
|
transition-property: opacity,-webkit-filter;
|
|
|
|
|
|
|
|
transition-property: opacity,filter;
|
|
|
|
|
|
|
|
transition-property: opacity,filter,-webkit-filter;
|
|
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
background-color: transparent; }
|
|
|
|
|
|
|
|
.hamberger .hamburger-box {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
width: 40px;
|
|
|
|
|
|
|
|
height: 24px;
|
|
|
|
|
|
|
|
left: -20px; }
|
|
|
|
|
|
|
|
.hamberger .hamburger-box .hamburger-inner {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
width: 30px;
|
|
|
|
|
|
|
|
height: 4px;
|
|
|
|
|
|
|
|
-webkit-transition-timing-function: ease;
|
|
|
|
|
|
|
|
transition-timing-function: ease;
|
|
|
|
|
|
|
|
-webkit-transition-duration: .15s;
|
|
|
|
|
|
|
|
transition-duration: .15s;
|
|
|
|
|
|
|
|
-webkit-transition-property: -webkit-transform;
|
|
|
|
|
|
|
|
transition-property: -webkit-transform;
|
|
|
|
|
|
|
|
transition-property: transform;
|
|
|
|
|
|
|
|
transition-property: transform, -webkit-transform;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
background-color: #898989; }
|
|
|
|
|
|
|
|
.hamberger .hamburger-box .hamburger-inner::before, .hamberger .hamburger-box .hamburger-inner::after {
|
|
|
|
|
|
|
|
content: '';
|
|
|
|
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
.hamberger .hamburger-box .hamburger-inner::before {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
width: 30px;
|
|
|
|
|
|
|
|
height: 4px;
|
|
|
|
|
|
|
|
-webkit-transition-timing-function: ease;
|
|
|
|
|
|
|
|
transition-timing-function: ease;
|
|
|
|
|
|
|
|
-webkit-transition-duration: .15s;
|
|
|
|
|
|
|
|
transition-duration: .15s;
|
|
|
|
|
|
|
|
-webkit-transition-property: -webkit-transform;
|
|
|
|
|
|
|
|
transition-property: -webkit-transform;
|
|
|
|
|
|
|
|
transition-property: transform;
|
|
|
|
|
|
|
|
transition-property: transform, -webkit-transform;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
background-color: #898989;
|
|
|
|
|
|
|
|
top: -10px; }
|
|
|
|
|
|
|
|
.hamberger .hamburger-box .hamburger-inner::after {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
width: 30px;
|
|
|
|
|
|
|
|
height: 4px;
|
|
|
|
|
|
|
|
-webkit-transition-timing-function: ease;
|
|
|
|
|
|
|
|
transition-timing-function: ease;
|
|
|
|
|
|
|
|
-webkit-transition-duration: .15s;
|
|
|
|
|
|
|
|
transition-duration: .15s;
|
|
|
|
|
|
|
|
-webkit-transition-property: -webkit-transform;
|
|
|
|
|
|
|
|
transition-property: -webkit-transform;
|
|
|
|
|
|
|
|
transition-property: transform;
|
|
|
|
|
|
|
|
transition-property: transform, -webkit-transform;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
background-color: #898989;
|
|
|
|
|
|
|
|
bottom: -10px; }
|
|
|
|
|
|
|
|
.hamberger.active .hamburger-box .hamburger-inner {
|
|
|
|
|
|
|
|
-webkit-transition-delay: .12s;
|
|
|
|
|
|
|
|
transition-delay: .12s;
|
|
|
|
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
|
|
|
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
|
|
|
-webkit-transform: rotate(225deg);
|
|
|
|
|
|
|
|
transform: rotate(225deg); }
|
|
|
|
|
|
|
|
.hamberger.active .hamburger-box .hamburger-inner::before {
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
-webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
|
|
|
|
|
|
|
|
transition: top .1s ease-out,opacity .1s ease-out .12s;
|
|
|
|
|
|
|
|
opacity: 0; }
|
|
|
|
|
|
|
|
.hamberger.active .hamburger-box .hamburger-inner::after {
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
|
|
|
|
|
|
|
|
transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
|
|
|
|
|
|
|
|
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
|
|
|
|
|
|
|
|
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
|
|
|
|
|
|
|
|
-webkit-transform: rotate(-90deg);
|
|
|
|
|
|
|
|
transform: rotate(-90deg); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ** 개인화 영역 가이드 ** */
|
|
|
|
|
|
|
|
.personalArea {
|
|
|
|
|
|
|
|
background: lightgray;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
padding: 10px 10px;
|
|
|
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.personalArea .txtArea {
|
|
|
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.personalArea .txtArea strong {
|
|
|
|
|
|
|
|
color:#0b2d8b;
|
|
|
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
|
|
|
letter-spacing: -0.7px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.personalArea .txtArea em {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
letter-spacing: -0.6px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.personalArea .btnArea {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.personalArea .btnArea a {
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
|
|
|
letter-spacing: -0.6px;
|
|
|
|
|
|
|
|
padding: 6px 10px 5px 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fastmenu-close {
|
|
|
|
.fastmenu-close {
|
|
|
|
width: 3rem;
|
|
|
|
width: 3rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|